@charset "UTF-8";
/* common
-------------------------------------------- */
.section__secondary:not(:last-child) {
  margin-bottom: 120px;
}
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
}
.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: sub;
}
.section__heading-secondary {
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 8px solid #D61518;
  padding: 6px 0 6px 16px;
  margin-bottom: 12px;
}
.inner__full{
  background-color: #FCF8F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
.section__inr-btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
}
.section__inr-btn.btn{
  padding: 10px 16px 10px;
}
@media screen and (max-width: 1024px) {
  .section__secondary:not(:last-child) {
    margin-bottom: 56px;
  }
  .section__heading-secondary {
    font-size: 1.6rem;
    padding: 4px 0 4px 10px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .section__heading-jp img{
    margin-inline: .5rem;
    vertical-align: text-top;
    height: 2rem;
  }
  .section__inr{
    padding: 0 5% 40px;
  }
}
.flexbox {
    display: flex;
}
.marker {
    background: #fff772;
    display: inline;
    font-style: normal;
}
.has-arrow{
  position: relative;
}
.has-arrow:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-inline: .5rem;
  border: 0.1em solid currentColor;
  box-sizing: border-box;
}
.has-arrow.arrow-down:after{
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
/* CTA
-------------------------------------------- */
.cta__bar{
  padding: 2rem 0 3rem;
  box-sizing: border-box;
}
.cta__bar .inner{
  display: flex;
  gap: 4rem;
}
.cta__item_wrap{
  width: 100%;
  text-align: center;
}
.cta__item_wrap .lead{
  margin-bottom: 3rem;
}
.cta__item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: clamp(1.7rem,3vw,2.2rem);
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
    max-width: 536px;
    margin-inline: auto;
}
.cta__item .baloon{
    position: absolute;
    top: -2rem;
    border: 2px solid;
    font-size: 1.4rem;
    padding: .6rem 2rem 0.8rem;
    line-height: 1;
    background: #fff;
    color: initial;
    border-radius: 100px;
}
.cta__item .baloon:before{
  content: '';
  width: 20px;
  height:20px;
  display: inline-block;
  background: url(/images/icon/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.cta__item.cta__line .baloon{
  color:#06C755;
}
.cta__item.cta__contact .baloon{
  color: #D61518;
}
.cta__item .item-icon{
  margin-right: 1rem;
}
.cta__item.cta__line .item-icon{
  height: 32px;
}
.cta__item.cta__contact .item-icon{
  height: 20px;
}
.cta__line{
  background-color:#06C755;
}
.cta__contact{
  background-color:#D61518;
}
.cta__contact span:not(.muryo){
    text-wrap: nowrap;
}
.cta__contact span .muryo{
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .cta__bar .inner{
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__bar .inner{
    flex-direction: column;
    gap: 1rem;
    width: 90%;
  }
  .cta__item{
    padding:1rem 2rem 0.5rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {

}
/* CTA middle
-------------------------------------------- */
.cta__middle{
    background: url(/images/contact-football/bg_cta_pc.webp) center / cover no-repeat;
    margin-bottom: 0;
    padding:7rem 0 3rem;
}
.cta__middle .section__inr{
    margin: 0 auto;
    padding-bottom: 4.5rem;
}
.cta__middle .cta__middle_ttl{
  color: #fff;
  max-width: 550px;
  position: relative;
  margin: 0 auto;
}
.cta__middle .cta__middle_ttl span{
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size:min(4vw, 2.2rem);
}
.cta__middle .cta__middle_ttl + p{
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta__middle{
      background-image: url(/images/contact-football/bg_cta_sp.webp);
  }
  .cta__middle .inner{
        gap: 4rem;
  }
}
/* cta footer
-------------------------------------------- */
.cta__footer {
    padding-top: 2.4rem;
}
.cta__footer p.inner{
  text-align: center;
  font-size:clamp(1.6rem,3vw,1.8rem);
  margin-bottom: 5rem;
}
.cta__footer .cta__bar{
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .cta__footer .cta__bar .inner{
        gap: 4rem;
  }
}
/* intro
-------------------------------------------- */
.intro .section__inr{
  margin-bottom: 0;
  padding-bottom: 0;
}
.intro h3{
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.intro h3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #AEAEAE;
    top: 50%;
    z-index: -1;
}
.intro h3:before{
  left:0;
}
.intro h3 span{
    font-size: clamp(1.6rem,4.5vw,2.8rem);
    font-weight: 600;
    background: #fff;
    padding: 0 4%;
    display: inline-block;
    line-height: 1.4;
}
.intro_footer{
  background-image: url(/images/contact-football/aus-football-2024-image02.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  gap: 0 3rem;
  justify-content: space-between;
  padding: 36px 56px 40px;
  align-items: center;
  overflow: hidden;
  border: solid 4px transparent;
  outline: solid 3px white;
  outline-offset: -0.5em;
}
.intro_footer:before{
    content: '';
    background-color: #333;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.intro_footer:after{
  content: '';
  background: inherit;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.intro_footer > .image-400{
  flex: 1;
  text-align: center;
}
.intro_footer > div{
  flex: 1.25;
}
.intro_footer > *{
  z-index: 1;
}
.intro_footer p{
    color: #fff;
    text-align: center;
    font-size: clamp(1.3rem,3vw,1.5rem);
    font-weight: bold;
    margin-block: 0 3rem;
}
.intro .counselor_info{
    display: grid;
    gap: 0.5rem 1rem;
    grid-template-columns: 8rem 1fr;
    width: max-content;
    margin: 0rem auto;
    justify-items: start;
    align-items: flex-start;
}
.intro .counselor_info dt{
  color: #fff;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: clamp(1.2rem,3vw,1.4rem);
    font-weight: normal;
    line-height: 1.4;
    margin-top: 0;
}
.intro .counselor_info dd:nth-child(2){
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}
.intro .counselor_info dd:nth-child(3){
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.intro .counselor_info dd:nth-child(3) a{
  color: #fff;
  text-decoration: underline;
}
.intro .counselor_info img{
  object-fit:cover;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border:2px solid #fff;
}
.intro .counselor_info picture:nth-child(1) img{
  position: relative;
}
.intro .counselor_info picture:nth-child(2) img{
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .intro_footer{
    flex-direction: column;
    gap: 3rem 0;
    padding: 40px 5%;
  }
  .intro_footer > .image-400{
    width: 100%;
  }
  .intro_footer > .image-400 img{
    max-width: 414px;
    width: calc(100% - 20%);
  }
  .intro .counselor_info{
    grid-template-columns: 6rem 1fr;
  }
  .intro .counselor_info img{
    width: 100%;
    height: 100%;
  }
}
/* ausfootball
-------------------------------------------- */
/* 年間スケジュール例 */
.soccer-schedule-title {
  color: #D61518;
  font-weight: bold;
  margin: 24px 0 8px;
}
.soccer-schedule table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
.soccer-schedule th {
  width: 7.6923076923%;
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #FCF8F7;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
.soccer-schedule th .space {
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #ffffff;
}
.soccer-schedule th .time {
  padding: 5px 5px;
  border: 1px solid #BDBDBD;
  background: #FCF8F7;
  vertical-align: middle;
}
.soccer-schedule td {
  text-align: center;
  padding: 8px;
  border: 1px solid #BDBDBD;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .soccer-schedule {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .soccer-schedule th {
    padding: 4px 2px;
  }
}
@media screen and (max-width: 768px) {
  .soccer-schedule td {
    padding: 4px;
    font-size: 1.1rem;
  }
}
/* league  */
.ausfootball .league .section__inr-bg{
  padding-bottom: 4rem;
}
.ausfootball .league .section__inr-bg:not(:last-of-type){
  margin-bottom: 2.4rem;
}
.ausfootball .league .section__heading-en{
  font-size: clamp(2rem,5vw,3.6rem);
}
.ausfootball .league .section__heading-jp{
  display: block;
  font-size: clamp(1.1rem,2vw,1.5rem);
}
.ausfootball .league dl{
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  grid-template-rows: auto auto;
  gap: 2rem 4rem;
}
.ausfootball .league dl dt{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.ausfootball .league dl dd:nth-child(2){
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.ausfootball .league dl dd:nth-child(3){
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}
@media screen and (max-width: 1024px) {
  .ausfootball .league dl{
    display: flex;
    flex-direction: column;
  }
  .ausfootball .league dl dt{  
    order: 2;
  }
  .ausfootball .league dl dd:nth-child(2){
    order:3;
  }
  .ausfootball .league dl dd:nth-child(3){
    order:1;
  }
  .ausfootball .league dl dd:nth-child(3) img{
    object-fit: cover;
    height: 200px;
    width: 100%;
    object-position: center;
  }
}
@media screen and (max-width: 414px) {
  .ausfootball .league dl dd:nth-child(3) img{
    height: 120px;
  }
}
/* ローカルサッカー関連リンク  */
.links__logo-box a{
  display: inline-block;
}
.links__logo-box a img{
    max-width: 330px;
    border: 1px solid #E6E6E6;
    padding: 1rem 2rem;   
    margin-bottom: 1rem; 
}
.links__logo-box a span{
    display: block;
    text-decoration:underline;
}
.links__logo-box a:hover span{
  color: #D61518;
}
.links__logo-box a:hover img{
    opacity: 0.7;
}
/* Q&A
-------------------------------------------- */
.qa {
  width: 100%;
  margin-bottom: 0;
  background: #FCF8F7;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
  color: #333;
}
.section__inr.qa__inr{
  padding:0 5% 2rem;
  margin-bottom: 0;
}
.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
.qa__box:last-child {
  margin: 0 auto;
}
.qa__question {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
.qa__answer {
  padding: 24px 56px 32px;
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 0;
  }
  .qa__inr {
    padding: 0 5% 40px;
  }
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
/* profile
-------------------------------------------- */
.profile__inr{
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 0;
    padding: 0;
}
.profile__block:first-child {
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.profile .profile__block-top{
  align-items: flex-start;
}
.profile__photo{
  flex: 200px;
}
.profile__ttl{
  flex:auto;
}
.profile .profile__position{
  color: initial;
}
.profile__position img{
  max-width: 100px;
  margin-top: 1rem;
}
.profile__highlight dt{
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .profile .section__inr{
    padding:0 5% 0;
  }
  .profile .profile__block-top{
    flex-direction: column;
    gap: 2rem 0;
  }
  .profile__ttl,
  .profile__photo{
    width: 100%;
    flex: initial;
  }
  .profile__ttl{
    margin-left: 0;
  }
  .profile__photo{
    max-width: 150px;
  }
}
/* contact
-------------------------------------------- */
.contact {
    padding: 0 0 40px;
}
/* CTA fixed footer
-------------------------------------------- */
.cta__footerfixed .cta__item_wrap {
  width: 50%;
}

.cta__footerfixed .cta__item_wrap .cta__item {
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 1.8rem 1rem;
}

.cta__footerfixed {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  padding-bottom: 0;
}

.cta__footerfixed.fixed {
  opacity: 1;
  z-index: 9;
  padding-inline: 0;
}

@media screen and (max-width: 768px) {
  .cta__footerfixed .cta__item_wrap .cta__item {
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem 0.8rem;
  }

  .cta__footerfixed .cta__item .baloon {
    padding: .3rem 1rem 0.5rem;
    font-size: 1.2rem;
    top: -1rem;
  }

  .cta__footerfixed .cta__item .baloon:before {
    width: 15px;
    height: 15px;
    bottom: -1rem;
  }
}