@charset "UTF-8";
/*
Theme Name: gu-golf
Author: Airily
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #BFBFBF;
  position: fixed;
  top: 0;
  letter-spacing: 0.1rem;
  transition: 1s;
  z-index: 10;
}
@media (max-width: 1199px) {
  #header {
    height: 75px;
  }
}
#header.sub {
  background: rgba(255, 255, 255, 0.8);
}
#header.hide {
  transform: translateY(calc(-10rem + 1px));
}

#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-l {
  gap: 0 7.2%;
}
@media (min-width: 1200px) {
  #header .header-inner .header-l {
    width: 36.46%;
    display: flex;
    align-items: center;
    padding-left: 2.08333%;
  }
}
@media (max-width: 1199px) {
  #header .header-inner .header-l {
    height: 100%;
    display: inline-flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
#header .header-inner .header-l .logo img {
  aspect-ratio: 360/72;
}
@media (max-width: 1199px) {
  #header .header-inner .header-l .logo img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}
#header .header-inner .header-l .header-member {
  color: #E91E63;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #header .header-inner .header-l .header-member {
    font-size: 2.1rem;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 1199px) {
  #header .header-inner .header-l .header-member {
    padding-left: 25px;
    font-size: 14px;
  }
}
#header .header-inner .header-r {
  display: block;
}
@media (min-width: 1200px) {
  #header .header-inner .header-r {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-right: 2.08333%;
    flex: 1;
  }
}
@media (max-width: 1199px) {
  #header .header-inner .header-r {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media (max-width: 1199px) {
  #nav-content {
    margin-top: calc(75px - 1px);
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1200px) {
  #nav-content ul {
    justify-content: flex-end;
    gap: 5.6%;
  }
}
@media (max-width: 1199px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
    padding: 0 20px;
  }
}
#nav-content ul li {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
@media (min-width: 1200px) {
  #nav-content ul li {
    min-width: 60px;
  }
}
#nav-content ul li a {
  display: flex;
  height: 100%;
  padding-top: 11px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #004A98;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 6rem;
    border-bottom: 1px solid #004A98;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #nav-content ul li a .eng {
    color: #004A98;
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  #nav-content ul li a .jp {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1199px) {
  #nav-content ul li a {
    justify-content: center;
    padding: 20px 5px;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.6rem;
  }
  #nav-content ul li a .eng {
    display: none;
  }
  #nav-content ul li a .jp {
    font-size: 1.6rem;
  }
}
#nav-content ul li.nav-member {
  border: solid 1px #000;
}
@media (max-width: 767px) {
  #nav-content ul li.nav-member {
    padding: 20px 0 0;
    border: 0;
  }
}
#nav-content ul li.nav-member a {
  padding: 10px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #nav-content ul li.nav-member a {
    border: solid 1px #000;
    padding: 15px;
  }
}
#nav-content ul li.nav-member:hover a {
  background: #000;
}
#nav-content ul li.nav-member:hover a .jp {
  color: #fff;
}
#nav-content ul li.nav-member:hover a .eng {
  color: #fff;
}

#footer {
  width: 100%;
  background: url("img/footer-bg.webp") no-repeat center top;
  background-size: cover;
  padding-top: 37rem;
  padding-bottom: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}
#footer .footer-inner {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #footer .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#footer .footer-inner .footer-logo {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .footer-logo {
    padding-right: 20px;
    padding-left: 20px;
  }
  #footer .footer-inner .footer-logo img {
    width: 85%;
  }
}
#footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #footer .footer-nav {
    font-size: 1.4rem;
  }
}
#footer .footer-nav li {
  padding: 0 1rem;
  border-right: solid 1px #000;
}
#footer .footer-nav li:first-child {
  padding-left: 0;
}
#footer .footer-nav li:nth-last-of-type(1) {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  #footer .footer-nav li {
    width: 50%;
    padding: 0;
    border-right: solid 1px #8DC8E6;
    border-bottom: solid 1px #8DC8E6;
    text-align: center;
  }
  #footer .footer-nav li:nth-child(odd) {
    border-right: none;
  }
  #footer .footer-nav li:nth-of-type(1) {
    width: 100%;
    border-top: solid 1px #8DC8E6;
  }
}
#footer .footer-nav li a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  #footer .footer-nav li a {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px 5px;
  }
}
@media (min-width: 768px) {
  #footer .footer-nav li a:hover {
    opacity: 0.7;
  }
}
#footer .footer-ban {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 20px 4rem;
}
@media (max-width: 767px) {
  #footer .footer-ban {
    padding: 0 20px;
    gap: 20px;
  }
  #footer .footer-ban li {
    width: calc((100% - 20px) / 2);
  }
}

.copyright {
  background: #004A98;
  padding: 1.4rem 20px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.slick-wrap {
  position: relative;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .slick-wrap {
    margin-top: 75px;
    margin-bottom: 60px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 1920 / 990;
}
.slick-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 53%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5490196078), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .slick-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-txt {
  position: absolute;
  bottom: 8rem;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .slick-txt {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .slick-txt {
    display: block;
    width: 100%;
    padding: 20px;
    background: #004A98;
    position: static;
  }
}
.slick-txt p {
  margin-bottom: 0;
}
.slick-txt p.txt-01 {
  font-size: 4.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .slick-txt p.txt-01 {
    font-size: 2.3rem;
    word-break: break-word;
  }
}
.slick-txt p.txt-02 {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .slick-txt p.txt-02 {
    font-size: 1.6rem;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media (max-width: 1199px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 1199px) {
  #nav-container .bg {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media (max-width: 1199px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 75px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
section.full {
  max-width: none;
}
section.home-news {
  max-width: 1360px;
  margin-top: 6.5rem;
  margin-bottom: 8rem;
}
@media (min-width: 1900px) {
  section.home-news {
    width: 100%;
  }
}
@media (min-width: 768px) {
  section.home-news {
    width: 70.8334%;
  }
}
@media (max-width: 767px) {
  section.home-news {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.home-ig {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 15rem;
}
section > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 60px;
  }
}
main.sub-box section {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 8rem;
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 210px;
}
@media (max-width: 767px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  main.sub-box section .inner-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main.sub-box section .inner-box.bottom-line {
  padding-bottom: 12rem;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  main.sub-box section .inner-box.bottom-line {
    padding-bottom: 60px;
  }
}
main.sub-box section .inner-box + .inner-box {
  margin-top: 4rem;
}
main.sub-box section .inner-box-min {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main.sub-box section .inner-box-min {
    width: 82.9269%;
    max-width: 1360px;
  }
}

h1 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h1 {
    display: none;
  }
}

.center {
  text-align: center;
}

a.u-line {
  transition: 0.2s;
}
a.u-line:hover {
  text-decoration: none;
}

.pc_on {
  display: block;
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .s2v {
    bottom: 40px;
    right: 0;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.h2-wrapp {
  position: relative;
}

#h2-bg {
  width: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  #h2-bg {
    padding-top: 25%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #h2-bg {
    margin-top: 75px;
    height: 150px;
    background-position: center top;
  }
}
#h2-bg.member-bg {
  background-image: url(img/h2-member.webp);
}
#h2-bg .h2-inner {
  display: block;
  padding-left: 2.08333%;
  position: absolute;
  bottom: 8.5rem;
  left: 0;
}
@media screen and (max-width: 1740px) {
  #h2-bg .h2-inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #h2-bg .h2-inner {
    padding-left: 20px;
    bottom: 20px;
  }
}
#h2-bg .h2-inner h2 {
  color: #fff;
  font-size: 5.3rem;
  font-weight: 400;
  letter-spacing: 0.6rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner h2 {
    font-size: 2.3rem;
  }
}
#h2-bg .h2-inner h2 .txt-eng {
  display: block;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner h2 .txt-eng {
    font-size: 14px;
    margin-top: 10px;
  }
}

.path-bg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

ol.topic-path {
  display: flex;
  align-items: center;
  list-style: none;
  color: #000;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  margin-left: 1.3rem;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
}
ol.topic-path li a {
  padding-right: 2.3rem;
  background: url(img/path-arrow.webp) no-repeat right center;
  text-decoration: none;
  color: #000;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}

.page-path {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1;
}
.page-path a {
  margin-left: 2.3rem;
  padding-left: 2rem;
  background: url(img/path-arrow.webp) no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
}
.page-path a:first-child {
  margin-left: 0;
}
.page-path a:last-child {
  padding-right: 0;
}
.page-path a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.member-navi-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .member-navi-bg {
    display: flex;
    justify-content: center;
  }
  .member-navi-bg .bg-side {
    flex: 1;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 767px) {
  .member-navi-bg {
    position: static;
  }
}

ul.member-nav {
  max-width: 1440px;
  display: flex;
  list-style: none;
  justify-content: center;
}
@media (min-width: 768px) {
  ul.member-nav {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  ul.member-nav {
    flex-wrap: wrap;
  }
}
ul.member-nav li {
  width: 24rem;
  border-right: solid 1px #7F7F7F;
  display: flex;
}
@media (max-width: 767px) {
  ul.member-nav li {
    width: 33.3333333333%;
  }
  ul.member-nav li:nth-child(-n+3) {
    border-bottom: solid 1px #7F7F7F;
  }
}
ul.member-nav li a {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  ul.member-nav li a {
    padding: 15px 5px;
    font-size: 14px;
  }
}
ul.member-nav li a:hover, ul.member-nav li a.on {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  ul.member-nav li:first-child {
    border-left: solid 1px #7F7F7F;
  }
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
div.wpcf7 form dl.v-top dt {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 5px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input.wsiz-s, div.wpcf7 form dl > dd textarea.wsiz-s {
  width: 6rem;
}
div.wpcf7 form dl > dd input.wsiz-m, div.wpcf7 form dl > dd textarea.wsiz-m {
  width: 12rem;
}
div.wpcf7 form dl > dd input.spc-mt, div.wpcf7 form dl > dd textarea.spc-mt {
  margin-top: 5px;
}
div.wpcf7 form dl > dd textarea {
  height: 23rem;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 3rem 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-colm {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}
@media (min-width: 768px) {
  div.wpcf7 form dl > dd .list-colm {
    margin-bottom: 1.3em;
  }
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
  margin: 0;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #ED7D31;
}

.form-wrap.ctct {
  width: 79.4118%;
  max-width: 1080px;
  padding: 1em 0 0;
  margin: 1.5em auto 0;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  padding: 0.7rem 0 0.6rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2.2em;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 35.1852%;
  padding-top: 1rem;
  padding-left: 10rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: 64.8148%;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input:not([type=radio]), .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct div.wpcf7 form dl dd input[type=radio] {
  margin: 0;
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #A6A6A6;
  font-size: 1.7rem;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #A6A6A6;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.6rem;
  }
}

.acc-wrap {
  padding: 2em 2rem 0;
  border-top: solid 1px #BFBFBF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 3rem 20px 1.5rem;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  margin-bottom: 1.5em;
}
.acc-wrap p.acc-check {
  margin-bottom: 1em;
}

input[type=submit] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
}
input[type=submit]:hover {
  background: #E5E5E5;
}

span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3rem;
  border: solid 1px #7F7F7F;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}

.icon-member {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3rem;
  border: solid 1px #000;
  background: #555;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1.5rem;
}

.topics-box {
  width: 100%;
  height: 170px;
  clear: both;
  margin: 0 0 2rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 20px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .topics-box {
    height: 250px;
  }
}

.member-topics-box {
  width: 100%;
  height: 520px;
  clear: both;
  margin: 0 0 2rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 20px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .member-topics-box {
    height: 300px;
  }
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .topics-tbl {
    width: calc(100% - 17px);
  }
}
.topics-tbl tbody tr td {
  padding: 0 0 2rem;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td {
    display: block;
  }
}
.topics-tbl tbody tr td.entry {
  width: 25rem;
  padding-left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.topics-tbl tbody tr td.entry .entry-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .topics-tbl tbody tr td.entry .entry-box {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .topics-tbl tbody tr td.topics-contents {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.topics-contents {
    padding-left: 10px;
  }
}
.topics-tbl tbody tr td .entry-day {
  display: inline-block;
}
.topics-tbl tbody tr td p {
  margin-bottom: 0;
}
.topics-tbl tbody tr td a {
  text-decoration: none;
}
.topics-tbl tbody tr td a:hover {
  text-decoration: underline;
}

.btn-topics-wrapp {
  width: 18rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .btn-topics-wrapp {
    width: 140px;
  }
}

#layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10rem;
  margin-bottom: 14.5rem;
}
@media (max-width: 767px) {
  #layout {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #layout .main-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
  }
}
#layout .side-box {
  width: 28rem;
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 5rem;
}
#layout .side-box ul li {
  margin-bottom: 10px;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
  padding: 1.2rem 1rem 1.2rem 2rem;
  border: solid 1px #BFBFBF;
  text-decoration: none;
  position: relative;
}
#layout .side-box ul li a::before {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background: url(img/arrow-01.webp) no-repeat center;
  background-size: contain;
}
#layout .side-box ul li a:hover {
  background: #004A98;
  border: solid 1px #004A98;
  color: #fff;
}
#layout .side-box ul li a:hover::before {
  filter: invert(1) contrast(3);
}
#layout .side-box ul li.current-cat a {
  background: #004A98;
  border: solid 1px #004A98;
  color: #fff;
}
#layout .side-box ul li.current-cat a::before {
  filter: invert(1) contrast(3);
}

.article .article-box {
  width: 100%;
  padding: 2rem 1rem;
  border-bottom: solid 1px #BFBFBF;
}
.article .article-box:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}
.article .article-box .day-box {
  display: inline-flex;
  align-items: center;
  color: #7F7F7F;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.article .article-box .article-link {
  padding-top: 1.5rem;
}
.article .article-box .article-link a {
  text-decoration: none;
}
.article .article-box .article-link a:hover {
  text-decoration: underline;
}

.side-calen-wrap {
  width: 100%;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 1rem;
}

.scrolldown {
  position: absolute;
  bottom: 150px;
  left: 40px;
  color: #fff;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  padding-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown::before {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #fff;
  animation: arrow 2.5s ease 0s infinite normal;
  margin: auto;
  position: absolute;
  bottom: -150px;
  left: 10px;
}
@media (max-width: 767px) {
  .scrolldown::before {
    height: 30px;
    bottom: -30px;
    left: 8px;
  }
}

@keyframes arrow {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.bg-01 {
  background: #0B2443;
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
  padding-right: 20px;
  padding-left: 20px;
}

h2.h2-home {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #004A98;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2.h2-home {
    padding-left: 7.2917%;
    font-size: 5.9rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  h2.h2-home {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

h2.title-home-club {
  width: 100%;
  padding-top: 3rem;
  text-align: center;
  color: #004A98;
  font-size: 4.3rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
  color: #fff;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  h2.title-home-club {
    font-size: 2rem;
  }
}
h2.title-home-club .txt-eng {
  display: block;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2.title-home-club .txt-eng {
    font-size: 14px;
  }
}
h2.title-home-club.member {
  color: #BFBFBF;
}
h2.title-home-news {
  text-align: center;
  color: #8DC8E6;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  h2.title-home-news {
    font-size: 1.8rem;
  }
}
h2.title-home-ig {
  min-height: 4rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  h2.title-home-ig {
    font-size: 1.6rem;
  }
}
h2.title-home-ig .txt {
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  h2.title-home-ig .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-left: 0;
  }
}
h2.title-home-ig .txt::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(img/icon-ig.webp) no-repeat left top;
  background-size: contain;
}
@media (min-width: 768px) {
  h2.title-home-ig .txt::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
h3.h3-sub {
  width: 100%;
  padding-top: 3rem;
  text-align: center;
  color: #004A98;
  font-size: 4.3rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  h3.h3-sub {
    font-size: 2rem;
  }
}
h3.h3-sub .txt-eng {
  display: block;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  h3.h3-sub .txt-eng {
    font-size: 14px;
  }
}
h3.h3-sub.member {
  color: #BFBFBF;
}

.home-wrapp {
  width: 100%;
  max-width: 1920px;
  padding-left: 9.375%;
  margin: 0 auto 12rem;
}
@media (max-width: 767px) {
  .home-wrapp {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.home-wrapp .contents-box {
  width: 100%;
  max-width: 1740px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-wrapp .contents-box {
    width: 100%;
  }
}
.home-wrapp .contents-box::before {
  content: "";
  display: block;
  width: 83.3333%;
  height: 100%;
  background: rgba(141, 200, 230, 0.5);
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-wrapp .contents-box::before {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .home-wrapp .contents-box::before {
    height: calc(100% - 4rem);
    top: 4rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp .contents-box::before {
    width: 100%;
  }
}
.home-wrapp .contents-box .img-box {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 4rem;
  width: 45.9771%;
  max-width: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .home-wrapp .contents-box .img-box {
    gap: 20px;
    width: 100%;
    position: static;
  }
}
.home-wrapp .contents-box .img-box .img-02 {
  width: 65%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .home-wrapp .contents-box .img-box .img-02 {
    width: 100%;
  }
  .home-wrapp .contents-box .img-box .img-02 img {
    /*border-radius: 0 0 25px 25px;*/
    border-radius: 0 0 0px 0px;
  }
}
.home-wrapp .contents-box .txt-box {
  width: 51.7242%;
  max-width: 900px;
  padding: 7.7rem 0 4rem 2.2989%;
}
@media (min-width: 1900px) {
  .home-wrapp .contents-box .txt-box {
    min-width: 900px;
  }
}
@media (min-width: 768px) {
  .home-wrapp .contents-box .txt-box {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .home-wrapp .contents-box .txt-box {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}
.home-wrapp .contents-box .txt-box p {
  margin-bottom: 1.7em;
}
.home-wrapp .contents-box .txt-box p:last-child {
  margin-bottom: 0;
}
.home-wrapp .contents-box .txt-box p.txt {
  font-size: 2.1rem;
  line-height: 1.95;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .home-wrapp .contents-box .txt-box p.txt {
    padding-left: 0;
    font-size: 1.6rem;
  }
}

.emblem-wrapp {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 4rem;
}
@media (max-width: 767px) {
  .emblem-wrapp {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    padding-top: 30px;
  }
}
.emblem-wrapp .col-l {
  max-width: 330px;
}
@media (min-width: 768px) {
  .emblem-wrapp .col-l {
    width: 38.3721%;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .emblem-wrapp .col-l {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .emblem-wrapp .col-l img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .emblem-wrapp .col-r {
    flex: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .emblem-wrapp .col-r {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.emblem-wrapp .col-r p {
  line-height: 1.95;
}
.emblem-wrapp .col-r p:last-child {
  margin-bottom: 0;
}

.col4-home-navi {
  width: 100%;
  max-width: 1640px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  gap: 4.2em 2.439%;
  margin-right: auto;
  margin-left: auto;
}
.col4-home-navi li {
  width: 23.17075%;
}
@media (max-width: 767px) {
  .col4-home-navi li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .col4-home-navi {
    justify-content: center;
    padding-bottom: 4.2em;
  }
}
.col4-home-navi li {
  max-width: 380px;
  text-align: center;
}
.col4-home-navi li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.col4-home-navi li a picture {
  background: #fff;
}
.col4-home-navi li a figure {
  text-align: center;
}
.col4-home-navi li a .txt-box, .col4-home-navi li a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .col4-home-navi li a .txt-box, .col4-home-navi li a figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.col4-home-navi li a img:hover {
  opacity: 1;
}

.btn-news {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  border: solid 1px #8DC8E6;
  border-radius: 50px;
  padding: 4px 10px 6px;
  text-align: center;
  text-decoration: none;
  color: #8DC8E6;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s ease-in-out;
}
.btn-news .a-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  position: relative;
  transition: 0.2s;
}
.btn-news .a-txt::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #8DC8E6;
  border-right: 2px solid #8DC8E6;
  transform: rotate(45deg);
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}
.btn-news::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s;
  background-color: #8DC8E6;
  transform: translateX(-100%);
}
.btn-news:hover {
  color: #fff;
}
.btn-news:hover::after {
  z-index: -1;
  left: 0;
  transform: translateX(0);
}
.btn-news:hover .a-txt::before {
  border-color: #fff;
}

.member-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.7037%;
}
.member-list .member-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
}
@media (min-width: 768px) {
  .member-list .member-box {
    width: 48.1482%;
  }
}
.member-list .member-box .img-box {
  width: 100%;
}
@media (min-width: 768px) {
  .member-list .member-box .img-box {
    width: 30.7693%;
  }
}
@media (max-width: 767px) {
  .member-list .member-box .img-box {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .member-list .member-box .txt-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .member-list .member-box .txt-box {
    width: 100%;
  }
}
.member-list .member-box .txt-box .tbl-member {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .member-list .member-box .txt-box .tbl-member {
    padding-top: 5px;
  }
}
.member-list .member-box .txt-box .tbl-member th, .member-list .member-box .txt-box .tbl-member td {
  padding: 0 0 5px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.member-list .member-box .txt-box .tbl-member th {
  width: 26%;
}
@media (max-width: 767px) {
  .member-list .member-box .txt-box .tbl-member th {
    width: 29%;
  }
}
.member-list .member-box .txt-box .tbl-member td {
  width: 74%;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .member-list .member-box .txt-box .tbl-member td {
    width: 71%;
  }
}

.col3-btn-wrapp {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem 3.6765%;
}
.col3-btn-wrapp li {
  width: 30.8823666667%;
}
@media (max-width: 767px) {
  .col3-btn-wrapp li {
    width: 100%;
  }
}

.col4-btn-wrapp {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem 4rem;
}
.col4-btn-wrapp li {
  width: calc((100% - 12rem) / 4);
}
@media (max-width: 767px) {
  .col4-btn-wrapp li {
    width: 100%;
  }
}

.btn-01 {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 2rem;
  border: solid 1px #BFBFBF;
  text-decoration: none;
  position: relative;
}
.btn-01::before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: url(img/arrow-01.webp) no-repeat center;
  background-size: contain;
  margin-right: 3rem;
}
.btn-01:hover {
  text-decoration: underline;
}
.btn-01.arrow-min::before {
  width: 6px;
  height: 10px;
  background: url(img/arrow-02.webp) no-repeat center;
  margin-top: 2px;
}
.btn-01.h-90 {
  justify-content: center;
  padding: 2.7rem 1rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .btn-01.h-90 {
    font-size: 16px;
  }
}
.btn-01.h-90::before {
  position: absolute;
  left: 2rem;
  margin-right: 0;
}
.btn-01.btn-topics {
  padding: 0.5rem 1rem 0.5rem 2rem;
  color: #404040;
}
.btn-01.btn-topics::before {
  margin-right: 1rem;
}

.h4-box + .h4-box {
  margin-top: 5rem;
}

.tbl-month {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .tbl-month {
    width: 1000px;
  }
}
.tbl-month th, .tbl-month td {
  padding: 1.1rem 2rem;
  border-top: solid 1px #BFBFBF;
}
.tbl-month th {
  width: 8.5366%;
  text-align: right;
  font-weight: normal;
}
@media (min-width: 768px) {
  .tbl-month th {
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  .tbl-month th {
    min-width: 11rem;
    padding-right: 3.5rem;
  }
}
.tbl-month td:nth-of-type(1) {
  width: 10.9756%;
  background: #F2F2F2;
  position: relative;
}
@media (max-width: 767px) {
  .tbl-month td:nth-of-type(1) {
    min-width: 13rem;
  }
}
.tbl-month td:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tbl-month td:nth-last-of-type(1) {
    padding-left: 3.5rem;
  }
}

.col2-coach {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
.col2-coach .img-box {
  width: 100%;
}
@media (min-width: 768px) {
  .col2-coach .img-box {
    width: 18.6667%;
  }
}
@media (max-width: 767px) {
  .col2-coach .img-box {
    text-align: center;
  }
}
.col2-coach .txt-box {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .col2-coach .txt-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-coach .txt-box {
    width: 100%;
  }
}
.col2-coach .txt-box .coach-name {
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .col2-coach .txt-box .coach-name {
    font-size: 1.8rem;
  }
}

.tbl-group {
  border-collapse: collapse;
  width: 48.7805%;
  max-width: 800px;
  border: 0;
  border-bottom: solid 1px #BFBFBF;
}
@media (min-width: 1900px) {
  .tbl-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tbl-group {
    width: 100%;
  }
}
.tbl-group th, .tbl-group td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
}
.tbl-group th {
  width: 35%;
  text-align: left;
  font-weight: normal;
}
.tbl-group td {
  width: 65%;
}

.club-pic {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .club-pic {
    gap: 2rem;
  }
}
.club-pic .img-box {
  max-width: 24rem;
}
@media (max-width: 767px) {
  .club-pic .img-box {
    width: calc((100% - 2rem) / 2);
  }
}

.tbl-practice {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .tbl-practice {
    width: 1100px;
  }
}
.tbl-practice th, .tbl-practice td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
}
.tbl-practice th {
  text-align: left;
  font-weight: normal;
}
@media (min-width: 768px) {
  .tbl-practice th {
    width: 17.0732%;
  }
}
@media (max-width: 767px) {
  .tbl-practice th {
    width: 12rem;
  }
}
@media (min-width: 768px) {
  .tbl-practice td {
    width: 82.9268%;
  }
}
@media (min-width: 768px) {
  .tbl-practice td.td-01 {
    width: 7.9269%;
  }
}
@media (max-width: 767px) {
  .tbl-practice td.td-01 {
    width: 12rem;
  }
}
@media (min-width: 768px) {
  .tbl-practice td.td-02 {
    width: 74.9999%;
  }
}

.ig-box {
  margin-bottom: 9rem;
}

.txt-guide {
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
.txt-guide p {
  margin-bottom: 0.6em;
}
.txt-guide p:nth-last-child(1) {
  margin-bottom: 0;
}

.f-16 {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .f-16 {
    font-size: 1.4rem;
  }
}

.f-18 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .f-18 {
    font-size: 1.8rem;
  }
}

.clr-org {
  color: #ED7D31;
}

.ul-check {
  list-style: none;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .ul-check {
    display: inline-block;
  }
}
.ul-check li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #0070C0;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .ul-check li {
    font-size: 1.6rem;
  }
}
.ul-check li::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3.4rem;
  background: url(img/icon-check.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .ul-check li::before {
    width: 2.5rem;
  }
}

.tbl-faq {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
.tbl-faq th, .tbl-faq td {
  padding: 0;
  width: 100%;
  display: block;
  line-height: 1.8;
}
.tbl-faq th p, .tbl-faq td p {
  margin-bottom: 0;
}
.tbl-faq th .in-box, .tbl-faq td .in-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.tbl-faq th .in-box .txt-box, .tbl-faq td .in-box .txt-box {
  flex: 1;
}
.tbl-faq th {
  padding-bottom: 2rem;
  text-align: left;
  color: #0070C0;
  font-size: 2.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-faq th {
    font-size: 1.8rem;
  }
}
.tbl-faq th p:first-child {
  margin-top: 0.3rem;
}
.tbl-faq td {
  padding-bottom: 4rem;
}
.tbl-faq td p:first-child {
  margin-top: 1rem;
}

.faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 5rem;
  border: solid 1px #000;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .faq-number {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .faq-number {
    width: 6rem;
    height: 4rem;
  }
}
.faq-number.quest {
  border-color: #004A98;
  color: #0070C0;
}

p.txt-ob-event {
  text-align: center;
  margin-bottom: 2.4em;
}

.col2-half {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col2-half > div {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 767px) {
  .col2-half > div {
    width: 100%;
  }
}

.tbl-ob-event {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-ob-event th, .tbl-ob-event td {
  padding: 0.6rem 1rem;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .tbl-ob-event th, .tbl-ob-event td {
    width: 50%;
  }
}
.tbl-ob-event th {
  width: 41rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-ob-event th {
    width: 50%;
  }
}

.ob-greeting-wrapp {
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .ob-greeting-wrapp {
    font-size: 1.4rem;
  }
}
.ob-greeting-wrapp .txt-ob-president {
  text-align: right;
  margin-bottom: 1em;
}
.ob-greeting-wrapp p {
  margin-bottom: 0;
}

.tbl-ob-list {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-ob-list th, .tbl-ob-list td {
  padding: 0.6rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl-ob-list th, .tbl-ob-list td {
    padding: 0.6rem 0.5rem;
  }
}
.tbl-ob-list th {
  width: 23rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-ob-list th {
    width: 11rem;
  }
}
.tbl-ob-list td.td-01 {
  width: 18.5rem;
}
@media (max-width: 767px) {
  .tbl-ob-list td.td-01 {
    width: 11rem;
  }
}
.tbl-ob-list td.non-line {
  border-top: 0;
}
@media (max-width: 767px) {
  .tbl-ob-list td.td-02 {
    width: calc(100% - 11rem - 11rem);
  }
  .tbl-ob-list td:nth-last-of-type(1) {
    padding-right: 0;
    padding-left: 0;
  }
}

.chart-box {
  outline: solid 1px #BFBFBF;
  outline-offset: -1px;
}

p.txt-contact {
  margin-bottom: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}

.login-wrapp {
  width: 100%;
  padding-bottom: 5rem;
  margin: 0 auto 7rem;
}
@media (min-width: 768px) {
  .login-wrapp {
    width: 82.9269%;
    max-width: 1360px;
  }
}
.login-wrapp .login-txt {
  text-align: center;
}
.login-wrapp #wpmem_login, .login-wrapp #wpmem_msg, .login-wrapp #wpmem_reg, .login-wrapp .wpmem_msg {
  max-width: 400px;
  margin: 0 auto;
}
.login-wrapp #wpmem_login fieldset, .login-wrapp #wpmem_reg fieldset {
  margin: 4rem 0 0;
  line-height: 2;
}
.login-wrapp #wpmem_login .button_div, .login-wrapp #wpmem_reg .button_div {
  padding: 0;
}
.login-wrapp #wpmem_login .button_div input[type=submit], .login-wrapp #wpmem_reg .button_div input[type=submit] {
  margin: 2rem auto 0;
}
.login-wrapp #wpmem_login legend, .login-wrapp #wpmem_reg legend {
  display: none;
}
.login-wrapp #wpmem_login, .login-wrapp #wpmem_reg {
  color: unset;
  font-size: unset;
  font-family: inherit;
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

.tbl-aco {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #7F7F7F;
}
@media (max-width: 767px) {
  .tbl-aco {
    display: block;
  }
  .tbl-aco tbody {
    display: block;
  }
  .tbl-aco tbody tr {
    display: block;
  }
}

.aco-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .aco-content {
    display: block;
  }
}

.aco-btn.aco-wrapper {
  width: 100%;
  display: block;
  padding: 1.7rem 2.5rem 1.7rem 1rem;
  border-top: solid 1px #7F7F7F;
  position: relative;
  cursor: pointer;
}
.aco-btn.aco-wrapper h4.h4-sub, .aco-btn.aco-wrapper p {
  margin-bottom: 0;
}

.aco-btn::before, .aco-btn::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #8DC8E6;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 2.5rem;
}
@media (max-width: 767px) {
  .aco-btn::before, .aco-btn::after {
    right: 1.5rem;
  }
}
.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  padding-top: 5px;
  padding-bottom: 8rem;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .aco-text.aco-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.aco-text.aco-wrapper .aco-contents-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .aco-text.aco-wrapper .aco-contents-inner {
    width: 82.353%;
  }
}

.aco-wrapper tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

.tbl-result {
  width: 100% !important;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-result {
    table-layout: fixed;
    width: 1120px !important;
  }
  .tbl-result tr {
    display: table-row !important;
  }
}
.tbl-result th, .tbl-result td {
  padding: 1rem;
  border-bottom: solid 1px #BFBFBF;
  font-weight: normal;
}
.tbl-result th {
  color: #BFBFBF;
}
.tbl-result th.th-1, .tbl-result th.th-2 {
  text-align: left;
}
.tbl-result th.th-1 {
  width: 36.6072% !important;
}
.tbl-result th.th-2 {
  width: 51.7857% !important;
}
.tbl-result th.th-3 {
  width: 11.6071% !important;
  padding-left: 2rem;
}
.tbl-result td.td-3 {
  padding-left: 2rem;
}

.btn-pdf {
  width: 100%;
  max-width: 10rem;
  height: 4rem;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-pdf:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .js_scroll {
    overflow: hidden !important;
  }
}
@media (max-width: 767px) {
  .js_scroll {
    width: 100%;
    overflow-y: hidden !important;
  }
  .scroll-hint-icon {
    top: 50px;
  }
}
h4.h4-sub {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3rem;
  color: #8DC8E6;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  h4.h4-sub {
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
h4.h4-sub::before {
  content: "";
  display: block;
  background: url(img/h4-icon.webp) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  h4.h4-sub::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */