@charset "UTF-8";
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

/*
 * トランジション
 */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica neue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.7px;
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  width: auto;
  color: #2B2B2B;
  display: block;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .wrapper {
    font-size: 16px;
  }
}

span.aks {
  display: inline-block;
}

body {
  width: 100%;
  overflow: auto;
}

/* TOP */
.main-top {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  position: relative;
  overflow: hidden;
}
.main-top-inner {
  width: 100%;
}

.top-name {
  position: relative;
  width: 75%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 23%;
  margin-bottom: 25%;
}
@media (min-width: 1600px) {
  .top-name {
    width: 80%;
    max-width: 1800px;
  }
}
@media (max-width: 1024px) {
  .top-name {
    width: 80%;
    margin-top: 45%;
    margin-bottom: 45%;
  }
}
@media (max-width: 730px) {
  .top-name {
    width: 90%;
  }
}
@media (max-width: 530px) {
  .top-name {
        width: 87%;
        margin-top: 60%;
        margin-bottom: 50%;
  }
}
.top-name-main {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
.top-name-main::before {
  content: "";
  position: absolute;
  top: 80%; 
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 70%;
  z-index: -1;
}

.top-name-main .name-img {
  width: 100%;
}
@media (min-width: 1600px) {
  .top-name-main .name-img {
    margin-left: 10%;
  }
}
@media (max-width: 530px) {
  .top-name-main .name-img {
    width: 100%;
  }
}
.top-name-main .name-img img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .top-name-main .name-img img {
    width: 103%;
    display: block;
    margin-left: -3%;
  }
}


.top-name-back{
    position: absolute;
    width: 150%;
    top: -84px;
    opacity: .8;
    mask-image: linear-gradient(to bottom, 
    black 50%,          /* 上から半分まではハッキリ見せる */
    rgba(0, 0, 0, 0.5) 80%, /* 徐々に薄くする */
    transparent 100%    /* 最後は完全に消す */
  );
  -webkit-mask-image: linear-gradient(to bottom, 
    black 50%, 
    rgba(0, 0, 0, 0.5) 80%, 
    transparent 100%
  );
}
@media (max-width: 1024px) {
.top-name-back{
    width: 180%;
    top: 74px;
}
  }
  @media (max-width: 530px) {
.top-name-back{
    width: 220%;
    top: 50px;
}
  }
@media (min-width: 2000px) {
.top-name-back{
    width: 180%;
    top: -160px;
}
  }
.top-name-back img{
  width: 100%;
}

.sub-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 2000px) {
  .sub-name{
    padding-right: 2%;
    margin-top: -40px;
  }
  }
@media (max-width: 1024px) {
  .sub-name{
    margin-top: -21px;
  }
  }
  @media (max-width: 530px) {
  .sub-name{
    width: 106%;
    margin-left: -3%;
  }
  }
.sub-name span {
  width: 30%;
  height: 2px;
  background: linear-gradient(to right, white, transparent);
  margin-top: 8px;
  display: inline-block;
}
.sub-name .inversion{
  background: linear-gradient(to left, white, transparent);
}

.sub-name p {
    width: 40%;
    max-width: 384px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3); 
    text-align: center;
    line-height: 1.5;
}
@media (min-width: 1600px) {
    .sub-name p {
      max-width: 440px;
      font-size: 29px;
    }
  }
@media (max-width: 1024px) {
    .sub-name p {
        width: 137%;
        max-width: 343px;
    }
  }
  @media (max-width: 730px) {
    .sub-name p {
      max-width: 255px;
      font-size: 16px;
      margin-top: 2px;
    }
  }

.main-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
  @media (max-width: 530px) {
.main-bg {
  width: 120vw;
  height: 125%;
}
  }
.main-bg::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.4) 80%
  );
  z-index: 1;
}
@media (max-width: 530px) {
.main-bg::after {
  top: 16%;
}
}
.main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-column {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 12%;
  position: relative;
}

.shuttle-img {
  position: absolute;
  top: 31px;
  right: 0px;
  width: 34%;
  height: auto;
  max-width: 780px;
  overflow: hidden;
  opacity: .7;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 20%, transparent 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
 .shuttle-img {
    top: 125px;
    width: 48%;
  }
}

.shuttle-img img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: right top; 
}
@media (max-width: 530px) {
  .shuttle-img {
    top: 74px;
    right: -13%;
    width: 67%;
    max-width: 500px;
    height: 50%;
    opacity: 1;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
  }
}


.top-blue{
  position: absolute;
    width: 100%;
    top: 10px;
    right: -100px;
}
.top-blue img{
  width: 100%;
}


/* about */
@media (max-width: 530px){
#about::after{
content: "";
width: 140%;
height: 120px;
bottom: -15%;
left: -20%;
background-color: #f0f8ff;
position: absolute;
z-index: -1;
}
}
.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 750px) {
.about{
 flex-direction: column;
 text-align: left;
}
}
.about-left {
  width: 60%;
}
@media (max-width: 750px) {
.about-left{
 width: 100%;
}
}
.about-right {
  width: 40%;
}
@media (max-width: 710px) {
  .about-right {
    width: 70%;
    margin-left: auto;
}
}
.about-right .about-img {
  width: 100%;
}
.about-right .about-img img {
  width: 100%;
  display: block;
}

.common-tit {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
.common-tit {
  width: 300%;
}
}
.common-tit p {
  font-size: 60px;
  font-weight: bold;
  color: #0062b1;
  line-height: 1;
  letter-spacing: 3px;
}
.common-tit p span {
  color: #ffc800;
}
.common-tit .line {
  flex: 1;
  height: 2px;
  background-color: #0062b1;
  margin-left: 20px;
}

.about-txt span {
  display: inline;
  background-color: #0062b1;
  color: #fff;
  font-size: clamp(1.25rem, -0.181rem + 2.22vw, 1.625rem);
  font-weight: bold;
  padding: 5px 10px;
  line-height: 2.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1024px) {
  .about-txt span {
    font-size: clamp(1.25rem, -0.189rem + 3.03vw, 1.75rem);
}
}
@media (max-width: 710px) {
  .about-txt span {
    font-size: clamp(1rem, 0.25rem + 3.33vw, 1.375rem);
    line-height: 2.5;
}
}
.about-txt p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
  text-align: justify;
}
@media (max-width: 1024px) {
  .about-txt p {
    font-size: 16px;
}
}



/* 練習日程 */
.practice {
  width: 100%;
  background-color: #f0f8ff; 
  padding-top: 5%;
  margin-top: 12%;
}

.practice-wrapper .title {
  font-size: 36px;
  font-weight: bold;
  color: #0062b1; 
  text-align: center;
  margin-bottom: 40px;
}

.date-area {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 730px) {
.date-area {
  width: 95%;
  margin: 0 auto;
}
}

.date-area-block {
  background-color: #fff;
  border: 2px solid #0062b1; 
  width: 100%;
  max-width: 700px;
}
@media (min-width: 1600px) {
.date-area-block {
  max-width: 1000px;
}
}

.date-area .date-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1600px) {
.date-area .date-box {
  padding: 20px 20px;
  font-size: 22px;
}
}

.date-area .date-box:nth-child(even) {
  background-color: #F5F5F5;
}

.date-area .date-box:last-child {
  border-bottom: none;
}

.date-area .date-box .day { 
  width: 25%; 
text-align: end;}
.date-area .date-box .place { 
  width: 40%;
  text-align: center;
 }
.date-area .date-box .time { 
  width: 35%; 
  text-align: left; 
}

@media (max-width: 530px) {
  .date-area .date-box {
    flex-wrap: wrap; /* 折り返しを許可 */
    padding: 15px;  /* 少し余白を調整（任意） */
  }
  .date-area-block{
    max-width: 315px;
  }
  .date-area .date-box .day {
    width: 100%;
    text-align: left; 
    margin-bottom: 8px;
  }
  .date-area .date-box .place {
    width: 50%;      
    text-align: left; 
  }
  .date-area .date-box .time {
    width: 50%;     
    text-align: right; 
  }
}

/* 参加条件 */
.terms {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
}


.terms-txt {
  width: 60%;
  max-width: 700px;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-bottom: 5%;
  font-size: 18px;
}
@media (min-width: 1600px) {
.terms-txt {
  max-width: 1000px;
  font-size: 22px;
}
}
@media (max-width: 710px) {
.terms-txt {
  width: 80%;
  padding-top: 40px;
  margin-bottom: 50px;
  font-size: clamp(1rem, 0.735rem + 1.18vw, 1.125rem);
}
}

.terms-txt span {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #0062b1; 
  margin-bottom: 20px;
}
@media (max-width: 710px){
  .terms-txt span {
  margin-bottom: 10px;
}
}

.terms-txt p {
  line-height: 2.2;
  font-weight: bold;
}
@media (max-width: 530px) {
.terms-txt p {
  width: 120%;
}
}

.terms-img {
     width: 50%;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1024px) {
.terms-img {
    width: 60%;
    right: -33px;
    bottom: 170px;
}
}
.terms-img img {
  width: 100%;
  display: block;
}





.team{
  width: 60%;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .team{
    width: 85%;
    margin-top: 15%;
  }
  }
.title{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:40px 0 20px;
}

.title p{
  font-size:28px;
  font-weight:bold;
  color:#0062b1;
  margin:0 20px;
}

.line{
  flex:1;
  height:2px;
  background:#0062b1;
}

/* 年度エリア */
.result-area{
  text-align:center;
}

.result-area-tit{
  padding-top: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 1.2em;
  border-top: 1px dashed #0062b1;
}
.border-none{
  border-top:  none;
}

.result-area-tit p{
  display:inline-block;
  font-weight:bold;
  box-shadow: inset 0 -6px 0 0 #ffc800;  
}

/* 春リーグ・秋リーグ */
.result-area-box{
  width: 370px;
  margin: 0 auto;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 530px){
  .result-area-box{
  width: 100%;
  max-width: 300px;
  margin-top: 5%;
  margin-bottom: 8%;
}
}

.result-area-box .season{
  font-weight:bold;
  font-size:1.3em;
  display:block;
  margin-bottom:5px;
}

.result-area-box p{
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size:1.1em;
  letter-spacing:1px;
}
@media (max-width: 530px){
  .result-area-box p{
  flex-direction: column;
  font-size: 20px;
  gap: 8px;
}
}

.mukoshi-open-img{
  width: 50%;
  margin: 0 auto;
  margin-top: 3%;
}
@media (max-width: 530px){
.mukoshi-open-img{
  width: 70%;
}
}

.mukoshi-open-img img{
width: 100%;
}

.result-area .line{
  display: block;
  width: 100%;
  height: 2px;
  background:#0062b1;
  margin-top: 5%;
}

/* メンバー募集 */
.member{
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 80%;
    max-width: 700px;
}
@media (max-width: 530px){
.member{
  width: 95%;
}
}

.member-tit{
  display:inline-block;
    position: relative;
    margin-bottom: 3%;
}

.member-tit p{
  font-size:24px;
  font-weight:bold;
  color:#0062b1;
  margin:0;
}

.member-txt{
  line-height:1.8;
  font-size:15px;
}
@media (max-width: 840px){
.member-txt{
  text-align: justify;
}
}
.member-txt span{
  margin-top: 2%;
  font-weight: bold;
  border-bottom: 2px dashed #e6b400;
}
@media (max-width: 840px){
.member-txt span{
  font-size: clamp(1.125rem, 0.482rem + 2.86vw, 1.25rem);
}
}
@media (max-width: 430px){
.member-txt span{
  font-size: clamp(1.063rem, 0.741rem + 1.43vw, 1.125rem);
}
}
.member-txt p{
  margin-top: 2%;
  display: block;
  font-size: 16px;
}





.footer {
  background: white;
  padding: 8% 0 2%;
  color: #004a8d;
  position: relative;
  border-top: 2px solid #004a8d;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%; 
  width: 40%;  
  height: 100%;
  background-color: #e6b400; 
  transform: skewX(-20deg); 
  z-index: 1;
}
.footer-box{
  width: 30%;
  min-width: 340px;
  display: flex;
  margin-left: 10%;
  position: relative;
  z-index: 100;
}
@media (max-width: 710px){
  .footer-box{
  width: 48%;
}
}
@media (max-width: 530px){
  .footer-box{
  width: 94%;
  padding: 0 5%;
  min-width: 260px;
  margin-top: 6%;
}
}
.footer-box .f-img{
  width: 90%;
}
.footer-box .f-img img{
  width: 100%;
}


.footer .copy {
  text-align: center;
  font-size: 13px;
  margin-top: 4%;
}
@media (max-width: 530px) {
  .footer {
    padding: 12% 0;
  }
}




#page-top {
  cursor: pointer;
  right: 17px;
  bottom: 102px;
  transition-duration: 0.5s;
  transition-property: transform;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #005BAC;
  border-radius: 50%;
  z-index: 98;
  border: 2px solid white;
}
#page-top:hover {
  transform: translate(0, -10px);
}
#page-top a {
  font-weight: bold;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#page-top a span {
  font-size: 15px;
}
#page-top a .fas {
  font-size: 40px;
  line-height: 0.5;
}

.btnFOut {
  animation-name: "FOut";
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  visibility: hidden;
}

@keyframes FOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.btnFIn {
  animation-name: "FIn";
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes FIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}


.header-top {
  width: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;  
  top: 0;   
  z-index: 9998;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.header-top-back {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 14px 4px;
  background: white;
  transition: 0.3s ease-in-out;
}
@media (max-width: 530px) {
    .header-top-back {
      height: 70px;
      padding: 12px 3vw 14px;
    }
}


.header-top-back-inner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .header-top-back-inner {
    align-items: flex-end;
    justify-content: space-between;
  }
}

.header-nav-name {
  width: 16%;
  max-width: 190px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .header-nav-name {
    width: 38%;
    min-width: 160px;
    margin-left: 2%;
}
}
@media (max-width: 400px) {
  .header-nav-name {
    width: 48%;
}
}
.header-nav-name h1 {
  width: 100%;
}
.header-nav-name h1 img {
  width: 100%;
}

.colorwhite.header-nav-name h1 {
  color: white;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.colorwhite.header-nav-name h1 span {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  color: white;
}

.menu-header {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  color: #3e3e3e;
}
@media (max-width: 1025px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
}
.menu-header-link a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #3e3e3e;
  z-index: 1;
}
@media (min-width: 1600px) {
  .menu-header-link a {
    font-size: 1.1em;
  }
}
.menu-header-link a span {
  display: inline;
  background-image: linear-gradient(90deg, #E9BC00, #E9BC00); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
}
.menu-header-link a:hover {
  transition: 0.2s ease;
  color: #005BAC;
}
.menu-header-link a:hover span {
  background-size: 100% 40%; /* マーカーの横幅を100%にする */
}
.menu-header-link {
  position: relative;
}
.menu-header-link.current {
  color: #005BAC;
  position: relative;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current::before {
  content: "";
  width: 30%;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #005BAC;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

@media (max-width: 1025px) {
  /*
   * タブレット・スマホメニューボタン
   */
  #nav-toggle {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 1em;
    width: 3em;
    height: 44px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  #nav-toggle > div {
    height: 24px;
    width: 32px;
    margin: 0 auto;
    position: relative;
  }
  #nav-toggle #menu-text {
    color: #005BAC;
    display: inline-block;
    margin-top: 4px;
  }
  #nav-toggle div span {
    width: 100%;
    height: 4px;
    background: #005BAC;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #nav-toggle div span:nth-child(1) {
    top: 0;
    animation: nav-toggle-bar01 0.75s forwards;
  }
  @keyframes nav-toggle-bar01 {
    0% {
      transform: translateY(8px) rotate(317deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #nav-toggle div span:nth-child(2) {
    top: 10px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #nav-toggle div span:nth-child(3) {
    bottom: 0;
    animation: nav-toggle-bar03 0.75s forwards;
  }
  @keyframes nav-toggle-bar03 {
    0% {
      transform: translateY(-6px) rotate(47deg);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  /*
   * メニュー押したあとの処理
   */
  .open #nav-toggle {
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  .open #nav-toggle div span:nth-child(1) {
    top: 4px;
    animation: open-nav-toggle-bar01 0.75s forwards;
  }
  @keyframes open-nav-toggle-bar01 {
    0% {
      transform: translateY(0px) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(7px) rotate(222deg);
    }
  }
  .open #nav-toggle div span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle div span:nth-child(3) {
    bottom: 2px;
    animation: open-nav-toggle-bar03 0.75s forwards;
  }
  @keyframes open-nav-toggle-bar03 {
    0% {
      transform: translateY(0px) rotate(0);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-7px) rotate(138deg);
    }
  }
  /*
   * スマホメニュー本体
   */
  #gloval-nav {
    position: fixed;
    flex-direction: column;
    z-index: 990;
    transition: 0.8s ease;
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: hidden;
  }
  ul.nav-menu {
    font-size: 18px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 97%;
  }
  ul.nav-menu li {
    text-align: center;
    opacity: 0;
    transform: translate3d(25px, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 90%;
  }
  .nav-menu li > a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    color: white;
  }
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: visible;
  }
  .open #gloval-nav .nav-menu .nav-menu-list1 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list3 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list4 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list5 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list7 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #005BAC;
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all 0.6s ease-in-out;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
}
.page-top {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/page-tit-back.svg);
  background-size: 160%;
  background-repeat: no-repeat;
  margin-top: 51px;
}
@media (min-width: 1100px) {
  .page-top {
    background-image: url(../images/page-tit-back-max.svg);
    background-size: 120%;
    margin-top: 40px;
  }
}
@media (max-width: 530px) {
  .page-top {
    background-size: 255%;
    margin-top: 68px;
  }
}
.page-top-inner {
  width: 45%;
  max-width: 625px;
  margin: 0 auto;
}
@media (max-width: 530px) {
  .page-top-inner {
    width: 85%;
  }
}
.page-top-inner img {
  width: 100%;
  margin-top: 29%;
  margin-bottom: 9%;
}
@media (min-width: 1100px) {
  .page-top-inner img {
    margin-top: 29%;
    margin-bottom: 9%;
  }
}
@media (max-width: 1025px) {
  .page-top-inner img {
    margin-top: 23%;
    margin-bottom: 7%;
  }
}
@media (max-width: 530px) {
  .page-top-inner img {
    margin-top: 18%;
  }
}





/* お問合せセクション全体の背景色 */
.main-column#contact {
  width: 100%;
  max-width: 100000px;
  background-color: #f0f8ff; /* 直接指定 */
  padding: 8% 20% 15%;
}
@media (max-width: 850px) {
  .main-column#contact {
  padding: 8% 10%;
}
}
@media (max-width: 530px) {
    .main-column#contact {
        padding: 18% 10% 35%;
        margin-top: 20%;
    }
}

/* フォームのコンテンツエリア */
.contact-section {
  max-width: 700px;
  margin: 0 auto;
  color: #333;
}

/* 説明文エリア */
.contact-description {
  margin-bottom: 40px;
  line-height: 1.8;
}

.contact-description .lead-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}

.contact-description .sub-text {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}


.netlify-form .form-group {
  margin-bottom: 25px;
}

.netlify-form .form-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 530px){
  .netlify-form .form-label {
  font-size: clamp(0.938rem, 0.375rem + 2.5vw, 1rem);
}
}


.netlify-form .required-label {
  background-color: #ff0000;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
}

.netlify-form .form-input, 
.netlify-form .form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #b3d7f4;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 1rem;
  box-sizing: border-box;
}

.netlify-form .form-input:focus,
.netlify-form .form-textarea:focus {
  outline: none;
  border-color: #005bac;
}


.netlify-form .submit-wrapper {
  text-align: center;
  margin-top: 40px;
}
/* 送信ボタンエリア */
.netlify-form .submit-wrapper {
  text-align: center;
  margin-top: 40px;
}

.netlify-form .submit-button {
  background-color: #005bac; 
  color: #fff;
  border: none;
  padding: 10px 0; 
  width: 280px;    
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 0; 
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  transition: background-color 0.3s;
  letter-spacing: 0.5em;
  position: relative;
  overflow: visible; 
}
@media (max-width: 530px) {
.netlify-form .submit-button {
  padding: 15px 0; 
}
}

/* ボタン内の黄色い矢印 */
.netlify-form .submit-button .arrow {
    width: 40%;
    margin-right: -47%;
    margin-left: 3%;
    transition: .3s
}
.netlify-form .submit-button .arrow img{
width: 100%;
}




.netlify-form .submit-button:hover {
  background-color: #004a8d; 
}
.netlify-form .submit-button:hover .arrow {
  margin-right: -50%;
  margin-left: 6%;
}



/* 初期状態 */
.reveal {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: all .8s ease-out !important;
}

/* activeがついた時 */
.reveal.active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}