@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
body.is-menuOpen {
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  body {
    margin-top: 113px;
  }
}

@media screen and (min-width: 1101px), print {
  a,
  path,
  input[type=submit],
  input[type=button],
  ::before,
  ::after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

p {
  line-height: 1.6;
  text-align: justify;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

ul > li,
ol > li {
  line-height: 1.4;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1101px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}

/***********************
*
* style
*
****************************************/
.imgFull {
  width: 100%;
  height: auto;
}

.imgCover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  vertical-align: text-bottom;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 1101px), print {
  .d-none-p {
    display: none !important;
  }
  .d-none-pt {
    display: none !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .d-none-pt {
    display: none !important;
  }
  .d-none-t {
    display: none !important;
  }
  .d-none-ts {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .d-none-ts {
    display: none !important;
  }
  .d-none-s {
    display: none !important;
  }
}
.common-contentBox {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .common-contentBox {
    padding-inline: 15px;
  }
}

.common-hl-type1 {
  font-size: 2.6rem;
  color: #3f3f3f;
  font-weight: bold;
}
.common-hl-type1 small {
  font-family: Futura, "Century Gothic";
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  color: #727272;
}
.common-hl-type1 small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #5388c7;
}

.common-hl-type2 {
  font-size: 2.6rem;
  color: #3f3f3f;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.common-hl-type2::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 50px;
  height: 2px;
  background-color: #5388c7;
}

.common-btn-type1 {
  border: 1px solid #5388c7;
  background-color: #5388c7;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 1.6rem;
}
.common-btn-type1.big {
  padding: 17px 10px;
  border-radius: 30px;
}
.common-btn-type1.long {
  max-width: 515px;
}
@media screen and (min-width: 1101px), print {
  .common-btn-type1:hover {
    color: #5388c7;
    background-color: #fff;
  }
  .common-btn-type1:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  }
}
.common-btn-type1::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-btn-type2 {
  border: 1px solid #727272;
  background-color: #727272;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 1.8rem;
}
.common-btn-type2.big {
  font-size: 2.4rem;
  padding: 17px 10px;
  border-radius: 30px;
}
.common-btn-type2.long {
  max-width: 515px;
}
@media screen and (min-width: 1101px), print {
  .common-btn-type2:hover {
    color: #727272;
    background-color: #fff;
  }
  .common-btn-type2:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fabe32' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  }
}
.common-btn-type2::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-btn-contact {
  border: 1px solid #5bb482;
  background-color: #5bb482;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  width: 300px;
  padding: 19px 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1101px), print {
  .common-btn-contact:hover {
    color: #5bb482;
    background-color: #fff;
  }
  .common-btn-contact:hover .icon path {
    fill: #5bb482;
  }
}
.common-btn-contact .icon {
  display: inline-block;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.common-btn-contact .icon path {
  fill: #fff;
}

.common-btn-vsBtn {
  text-align: center;
  margin-top: 40px;
}
.common-btn-vsBtn a {
  max-width: 640px;
  display: inline-block;
}
@media screen and (min-width: 1101px), print {
  .common-btn-vsBtn a:hover {
    opacity: 0.7;
  }
}

.common-tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common-tagList li {
  color: #fff;
  background-color: #000;
  padding: 1px 18px;
  font-size: 1.6rem;
  border-radius: 13px;
  margin: 5px;
}

.common-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common-activity--item {
  width: 32%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .common-activity--item {
    width: 100%;
  }
}
@media screen and (min-width: 1101px), print {
  .common-activity--item:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
}
.common-activity--item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .common-activity--item--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.common-activity--item--inner .image {
  overflow: hidden;
  height: 260px;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .common-activity--item--inner .image {
    width: 150px;
    height: 110px;
  }
}
.common-activity--item--inner .data {
  margin-left: 10px;
}
.common-activity--item--inner .time {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  color: #5388c7;
}
.common-activity--item--inner .title {
  margin-top: 11px;
  font-size: 2.2rem;
  color: #3f3f3f;
}

.common-list-type1--item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 10px;
  border-bottom: 1px dotted #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .common-list-type1--item {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .common-list-type1--item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.common-list-type1--item dt,
.common-list-type1--item dd {
  font-size: 1.8rem;
}
.common-list-type1--item dt {
  background-color: #3f3f3f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0;
}
@media screen and (min-width: 601px), print {
  .common-list-type1--item dt {
    width: min(34vw, 240px);
  }
}
.common-list-type1--item dd {
  margin-left: min(5vw, 42px);
  color: #3f3f3f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .common-list-type1--item dd {
    text-align: center;
    margin-left: 0;
    line-height: 1.4;
    padding: 16px 0;
  }
}
.common-list-type1--item dd a {
  display: block;
}
.common-list-type1--item dd .annotation {
  font-size: 14px;
}

.common-list-type2 {
  margin-bottom: 50px;
}
.common-list-type2--item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border-bottom: 1px dotted #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .common-list-type2--item {
    display: block;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .common-list-type2--item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.common-list-type2--item dt {
  color: #3f3f3f;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common-list-type2--item dt::before {
  content: "■ ";
}
.common-list-type2--item dd {
  width: 190px;
}
@media screen and (max-width: 600px) {
  .common-list-type2--item dd {
    margin-inline: auto;
    margin-top: 20px;
  }
}
.common-list-type2--item dd a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #3f3f3f;
  border: solid 1px #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  fill: #ffffff;
  font-size: 1.4rem;
  padding: 8px 0;
}
@media screen and (min-width: 1101px), print {
  .common-list-type2--item dd a:hover {
    color: #3f3f3f;
    background-color: #ffffff;
    fill: #3f3f3f;
  }
}

.common-module p {
  text-align: center;
}
.common-module--btn {
  margin-top: 50px;
  text-align: center;
}

.common-map-box {
  position: relative;
  width: 100%;
  padding-top: 400px;
  height: 0;
  margin: 30px 0;
}
@media screen and (max-width: 1100px) {
  .common-map-box {
    padding-top: 300px;
  }
}
.common-map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.common-articleList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.common-articleList--item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 35px;
}
@media screen and (min-width: 601px), print {
  .common-articleList--item:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .common-articleList--item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common-articleList--item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .common-articleList--item--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.common-articleList--item--inner:hover .image {
  opacity: 0.5;
}
.common-articleList--item--inner .image {
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .common-articleList--item--inner .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    display: block;
    width: 120px;
    height: 80px;
  }
}
.common-articleList--item--inner .data {
  display: block;
}
@media screen and (max-width: 600px) {
  .common-articleList--item--inner .data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
}
.common-articleList--item--inner .time {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem;
  color: #5388c7;
}
@media screen and (max-width: 600px) {
  .common-articleList--item--inner .time {
    margin-top: 0;
  }
}
.tournament .common-articleList--item--inner .time, .event .common-articleList--item--inner .time {
  font-size: 1.6rem;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 12px 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .tournament .common-articleList--item--inner .time, .event .common-articleList--item--inner .time {
    margin-top: 10px;
  }
}
.common-articleList--item--inner .tagTitle {
  color: #fff;
  background-color: #3f3f3f;
  padding: 3px 18px;
  font-size: 1.4rem;
  border-radius: 13px;
  display: inline-block;
  margin-top: 15px;
}
.common-articleList--item--inner .title {
  margin-top: 11px;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .tournament .common-articleList--item--inner .title, .event .common-articleList--item--inner .title {
    margin-top: 0;
  }
}
.common-articleList--item--inner .text {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 600px) {
  .common-articleList--item--inner .text {
    display: none;
  }
}

.common-article-new {
  position: relative;
}
.common-article-new::before {
  content: "NEW";
  position: absolute;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #ff0000;
  color: #ffffff;
  line-height: 2.6rem;
  border-radius: 13px;
  padding-inline: 10px;
  top: 5px;
  left: 5px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .common-article-new::before {
    font-size: 1.2rem;
    padding-inline: 7px;
    line-height: 2rem;
  }
}

#pagetop {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  background-color: #5388c7;
  border: 1px solid #5388c7;
  position: fixed;
  bottom: 5%;
  right: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  fill: #fff;
  cursor: pointer;
}
#pagetop svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1101px), print {
  #pagetop:hover {
    background-color: #fff;
  }
  #pagetop:hover polygon {
    fill: #5388c7;
  }
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}

/***********************
*
* header
*
****************************************/
.header {
  padding-inline: 15px;
}
@media screen and (max-width: 1100px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
}

.header-inner {
  max-width: 1230px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-logo {
  max-width: 300px;
}
@media screen and (max-width: 1100px) {
  .header-logo {
    max-width: 250px;
  }
}
.header-logo a {
  font-size: min(1.6vw, 2.1rem);
  text-align: center;
  text-decoration: none;
  color: #3f3f3f;
  display: block;
  letter-spacing: 1px;
  line-height: 1.3;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: min(1vw, 15px);
}
@media screen and (max-width: 1100px) {
  .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
  }
}
.header-content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 1100px) {
  .header-content__main {
    position: fixed;
    top: 113px;
    left: 100%;
    width: 100%;
    height: calc(100% - 113px);
    z-index: 80;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    display: block;
    overflow: auto;
    padding-bottom: 15px;
  }
}
.header-content__main.is-open {
  left: 0;
}
@media screen and (min-width: 1101px), print {
  .header-content__main__setting {
    width: 350px;
    margin-left: auto;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-content__main__setting .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .size {
    display: block;
    margin-top: 25px;
  }
}
.header-content__main__setting .size__name {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .size__name {
    text-align: center;
  }
}
.header-content__main__setting .size__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9f1fa;
  border-radius: calc((1.6rem + 14px) / 2);
  margin-left: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .size__btn {
    margin-top: 10px;
    margin-inline: auto;
    width: 112px;
  }
}
.header-content__main__setting .size__btn.font_large::before {
  left: initial;
  right: 0;
}
.header-content__main__setting .size__btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 50%;
  height: calc(1.6rem + 14px);
  background-color: #5388c7;
  border-radius: calc((1.6rem + 14px) / 2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-content__main__setting .size__btn a {
  color: #3f3f3f;
  text-decoration: none;
  text-align: center;
  padding: 7px 20px;
  position: relative;
  border-radius: calc((1.6rem + 14px) / 2);
  font-size: 1.6rem;
}
@media screen and (min-width: 1101px), print {
  .header-content__main__setting .size__btn a:hover {
    color: #fff;
    background-color: #5388c7;
  }
}
.header-content__main__setting .size__btn a.active {
  color: #fff;
}
.header-content__main__setting .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .color {
    display: block;
    margin-top: 25px;
  }
}
.header-content__main__setting .color__name {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .color__name {
    text-align: center;
  }
}
.header-content__main__setting .color__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .color__btn {
    margin-top: 10px;
    margin-inline: auto;
    width: 70px;
  }
}
.header-content__main__setting .color__btn a {
  color: #3f3f3f;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #000;
}
@media screen and (min-width: 1101px), print {
  .header-content__main__setting .color__btn a:hover {
    border-color: #e9f1fa;
  }
}
.header-content__main__setting .color__btn a:last-of-type {
  margin-left: 10px;
}
.header-content__main__setting .color__btn a.white {
  background-color: #fff;
}
.header-content__main__setting .color__btn a.black {
  background-color: #000;
}
@media screen and (min-width: 1101px), print {
  .header-content__main__menu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px), print {
  .header-content__main__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-content__main__menu ul li {
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .header-content__main__menu ul li {
    border-top: 1px solid #a5a5a5;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .header-content__main__menu ul li::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%236cafd2' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  }
}
@media screen and (max-width: 1100px) {
  .header-content__main__menu ul li:last-of-type {
    border-bottom: 1px solid #a5a5a5;
  }
}
@media screen and (min-width: 1101px), print {
  .header-content__main__menu ul li:not(:first-of-type) {
    margin-left: min(1.2vw, 22px);
  }
}
.header-content__main__menu ul li a {
  color: #3f3f3f;
  font-size: min(1.3vw, 1.6rem);
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  .header-content__main__menu ul li a {
    font-size: 2rem;
    display: block;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1101px), print {
  .header-content__main__menu ul li a:hover {
    text-decoration: underline;
  }
}
.header-content__main__otherLink {
  border-top: 1px solid #a5a5a5;
  margin-top: 25px;
  padding-inline: 15px;
}
.header-content__main__otherLink li {
  margin-top: 20px;
  position: relative;
  padding-left: 16px;
  border: 0 !important;
}
.header-content__main__otherLink li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3f3f3f;
  width: 14px;
  height: 14px;
}
.header-content__main__otherLink li a {
  font-size: 1.6rem;
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (min-width: 1101px), print {
  .header-content__login {
    width: 160px;
    margin-top: 4px;
    margin-left: 10px;
  }
}
.header-content__login a {
  color: #fff;
  text-decoration: none;
  background-color: #fabe32;
  border: 1px solid #fabe32;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
  padding: 17px 10px;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .header-content__login a {
    padding: 10px 13px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1101px), print {
  .header-content__login a:hover {
    color: #fabe32;
    background-color: #fff;
  }
  .header-content__login a:hover .icon path {
    fill: #fabe32;
  }
}
@media screen and (min-width: 1101px), print {
  .header-content__login a > span {
    position: relative;
    display: inline-block;
    padding: 3px 5px 3px 35px;
  }
}
.header-content__login a .icon {
  height: 20px;
}
@media screen and (min-width: 1101px), print {
  .header-content__login a .icon {
    position: absolute;
    left: 7px;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .header-content__login a .icon {
    display: block;
  }
}
.header-content__login a .icon svg {
  height: 100%;
}
.header-content__login a .icon path {
  fill: #fff;
}

.header-hamburger {
  position: relative;
  height: 30px;
  width: 30px;
}
.header-hamburger #menu-btn-check {
  display: none;
}
.header-hamburger #menu-btn-check:checked ~ .header-hamburger__btn span {
  background-color: transparent;
}
.header-hamburger #menu-btn-check:checked ~ .header-hamburger__btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger #menu-btn-check:checked ~ .header-hamburger__btn span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-hamburger__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-hamburger__btn span, .header-hamburger__btn span::before, .header-hamburger__btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #3f3f3f;
  position: absolute;
}
.header-hamburger__btn span::before {
  top: 8px;
}
.header-hamburger__btn span::after {
  bottom: 8px;
}

/***********************
*
* footer
*
****************************************/
.footer {
  background-color: #000;
  margin-top: 93px;
}

.footer-inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer-inner {
    display: block;
    padding-inline: 15px;
  }
}

.footer-logo {
  width: 320px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .footer-logo {
    width: 240px;
    margin-inline: auto;
  }
}

.footer-other {
  margin-left: 14px;
}
@media screen and (max-width: 1100px) {
  .footer-other {
    margin-left: 0;
    margin-top: 25px;
  }
}
.footer-other__company {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  .footer-other__company {
    text-align: center;
    line-height: 1.2;
  }
}
.footer-other__company span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 11px;
  margin-right: 8px;
  font-size: 1.4rem;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .footer-other__company span {
    display: block;
    width: 98px;
    margin-inline: auto;
    margin-bottom: 5px;
    line-height: 1;
  }
}
.footer-other__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}
@media screen and (max-width: 1100px) {
  .footer-other__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}
.footer-other__menu li {
  line-height: 1;
}
.footer-other__menu li:not(:first-of-type) {
  border-left: 1px solid #fff;
  margin-left: 12px;
  padding-left: 12px;
}
.footer-other__menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 1101px), print {
  .footer-other__menu li a:hover {
    text-decoration: underline;
  }
}

/***********************
*
* subpage common style
*
****************************************/
.subpage-h1 {
  background-image: url(../img/subpage/kv/common.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1360px;
  margin-inline: auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1100px) {
  .subpage-h1 {
    height: 230px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .subpage-h1 {
    width: 100%;
    border-radius: 0;
  }
}
.subpage-h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.subpage-h1__text {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  margin-left: 57px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .subpage-h1__text {
    text-align: center;
    line-height: 1.4;
    margin-left: 0;
  }
}
.subpage-h1__text small {
  font-size: 1.8rem;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .subpage-h1__text small {
    margin-top: 5px;
  }
}

.subpage-login {
  background-image: url(../img/subpage/kv/login.png);
}

.subpage-sports {
  background-image: url(../img/subpage/kv/sports.png);
}

.subpage-culture {
  background-image: url(../img/subpage/kv/culture.png);
}

.subpage-health {
  background-image: url(../img/subpage/kv/health.png);
}

.subpage-search {
  background-image: url(../img/subpage/kv/search.png);
}

.subpage-report {
  background-image: url(../img/subpage/kv/report.png);
}

.subpage-tournament {
  background-image: url(../img/subpage/kv/tournament.png);
}

.subpage-event {
  background-image: url(../img/subpage/kv/event.png);
}

.subpage-new {
  background-image: url(../img/subpage/kv/new.png);
}

.subpage-column {
  background-image: url(../img/subpage/kv/column.png);
  background-position: center right;
}
@media screen and (max-width: 1100px) {
  .subpage-column {
    background-position: center right -280px;
  }
}

.subpage-news {
  background-image: url(../img/subpage/kv/news.png);
}

.subpage-coach {
  background-image: url(../img/subpage/kv/coach.png);
}

.subpage-group {
  background-image: url(../img/subpage/kv/group.png);
}

.subpage-content {
  margin-top: 70px;
}

/***********************
*
* top
*
****************************************/
.top-search {
  width: calc(100% - 40px);
  min-height: 510px;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-search {
    width: 100%;
    padding: 20px 0;
    height: auto;
  }
}
.top-search .slide-items {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 1101px), print {
  .top-search .slide-items {
    border-radius: 30px;
  }
}
.top-search .slide-items img {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .top-search .slide-items img {
    height: 680px;
  }
}
.top-search .search-box {
  width: calc(50% - 20px);
  min-height: 280px;
  max-width: 480px;
  margin: 0 10px;
  display: block;
  padding: 15px 49px 40px;
  position: relative;
  border: solid 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
@media screen and (min-width: 1101px), print {
  .top-search .search-box {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .top-search .search-box {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-search .search-box {
    padding-inline: 28px;
    min-height: auto;
  }
}
.top-search .search-club {
  border-color: #5388c7;
}
.top-search .search-club::before {
  content: "";
  display: block;
  width: 44px;
  height: 38px;
  background: url(../img/toppage/search-club-icon.png) no-repeat center;
  background-size: 44px auto;
  margin-inline: auto;
}
.top-search .search-club .top-search-h2 {
  color: #5388c7;
}
.top-search .search-event {
  border-color: #5bb482;
}
@media screen and (max-width: 1100px) {
  .top-search .search-event {
    margin-bottom: 0px;
  }
}
.top-search .search-event::before {
  content: "";
  display: block;
  width: 105px;
  height: 40px;
  background: url(../img/toppage/search-event-icon.png) no-repeat center;
  background-size: 105px auto;
  margin-inline: auto;
}
.top-search .search-event .top-search-h2 {
  color: #5bb482;
}
.top-search .search-event .top-search--activity--btn {
  border-top: 0;
  padding-top: 0;
}
.top-search .search-event .search-event-btn {
  background-color: #5bb482;
  width: 48%;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  border: solid 2px #5bb482;
  padding: 33px 10px;
}
@media screen and (max-width: 600px) {
  .top-search .search-event .search-event-btn {
    border-width: 1px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .top-search .search-event .search-event-btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.top-search .search-event .search-event-btn::after {
  content: "";
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .top-search .search-event .search-event-btn::after {
    position: absolute;
    width: 19px;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-search .search-event .search-event-btn:hover {
  background-color: #ffffff;
  color: #5bb482;
}
.top-search .search-event .search-event-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235bb482' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
}
@media screen and (min-width: 601px), print {
  .top-search .search-event .search-event-btn span {
    padding-bottom: 20px;
    display: block;
  }
}
.top-search .top-search-h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 25px;
  margin-top: 5px;
}
.top-search .search-input {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.top-search .top-search-input {
  width: calc(100% - 63px);
  height: 100%;
  margin-right: 2px;
  border: solid 1px #727272;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
}
.top-search .top-search-submit {
  width: 60px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #727272;
  border: none;
  text-indent: -9999px;
  background-image: url(../img/toppage/search-submit-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
}
.top-search .top-search--activity--btn {
  border-top: dotted 1px #3f3f3f;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
.top-search--activity--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.top-search--activity--btn .common-btn-type1 {
  width: calc(50% - 10px);
  padding-right: 35px;
}
@media screen and (max-width: 600px) {
  .top-search--activity--btn .common-btn-type1 {
    width: 100%;
  }
  .top-search--activity--btn .common-btn-type1:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.top-common--btn {
  margin-top: 30px;
  text-align: center;
}

.top-information {
  max-width: 1060px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .top-information {
    padding-inline: 15px;
    margin-top: 60px;
  }
}
.top-information .common-hl-type1 {
  margin-left: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .top-information .common-hl-type1 {
    margin-left: 0px;
  }
}
.top-information .information-contents {
  margin-bottom: 50px;
}
.top-information .top-information-contents {
  width: 100%;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  background-color: #fbfaee;
}
@media screen and (max-width: 600px) {
  .top-information .top-information-contents {
    padding-inline: 15px;
  }
}
.top-information .information-contents-item {
  width: 100%;
  border-bottom: dashed 1px #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .top-information .information-contents-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-information .information-contents-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.top-information .information-day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  font-size: 1.4rem;
  margin-right: 25px;
  white-space: nowrap;
  line-height: 2.5rem;
}
.top-information .information-title {
  font-size: 1.8rem;
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .top-information .information-title {
    width: 100%;
    padding-top: 10px;
  }
}
.top-information .information-title:hover {
  color: #5388c7;
}
.top-information .information-title br {
  display: none;
}

.top-news {
  max-width: 1060px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .top-news {
    padding-inline: 15px;
    margin-top: 60px;
  }
}
.top-news .common-hl-type1 {
  margin-left: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .top-news .common-hl-type1 {
    margin-left: 0px;
  }
}
.top-news .top-news-contents {
  width: 100%;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .top-news .top-news-contents {
    padding-inline: 15px;
  }
}
.top-news .news-contents.tab-contents {
  display: none;
}
.top-news .tab-contents.active {
  display: block;
}
.top-news .tab-switch {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 37px;
}
@media screen and (max-width: 750px) {
  .top-news .tab-switch {
    position: static;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-news .tab-switch {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
}
.top-news .tab-switch-item {
  width: 90px;
  height: 100%;
  cursor: pointer;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  margin-right: 2px;
}
.top-news .tab-switch-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 600px) {
  .top-news .tab-switch-item:nth-child(1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.top-news .tab-switch-item:nth-last-child(1) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 600px) {
  .top-news .tab-switch-item:nth-last-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.top-news .tab-switch-item:hover {
  background-color: #e9f1fa;
}
.top-news .tab-switch-item.active {
  color: #ffffff;
  background-color: #5388c7;
}
.top-news .tab-switch-item.active:hover {
  background-color: #5388c7;
}
.top-news .tab-switch-item.active.category01 {
  background-color: #e65a85;
}
.top-news .tab-switch-item.active.category02 {
  background-color: #fabe32;
}
.top-news .tab-switch-item.active.category03 {
  background-color: #5bb482;
}
.top-news .tab-switch-item.active.category04 {
  background-color: #6cafd2;
}
.top-news .tab-switch-item.active.category05 {
  background-color: #c16ed1;
}
@media screen and (max-width: 600px) {
  .top-news .tab-switch-item {
    width: calc((100% - 6px) / 3);
    height: 40px;
    margin: 0 0 3px 0;
  }
}
.top-news .news-contents-item {
  width: 100%;
  border-bottom: dashed 1px #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .top-news .news-contents-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-news .news-contents-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.top-news .news-day {
  font-size: 1.4rem;
  margin-right: 10px;
  white-space: nowrap;
  line-height: 3rem;
}
.top-news .news-category {
  width: 90px;
  line-height: 3rem;
  border-radius: 15px;
  margin-right: 10px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .news-category.category01 {
  background-color: #e65a85;
}
.top-news .news-category.category02 {
  background-color: #fabe32;
}
.top-news .news-category.category03 {
  background-color: #5bb482;
}
.top-news .news-category.category04 {
  background-color: #6cafd2;
}
.top-news .news-category.category05 {
  background-color: #c16ed1;
}
.top-news .news-title {
  font-size: 1.6rem;
  color: #3f3f3f;
  text-decoration: none;
  line-height: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .top-news .news-title {
    width: 100%;
    padding-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.top-news .news-title:hover {
  color: #5388c7;
}
.top-news .news-title br {
  display: none;
}

.top-activityReport {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .top-activityReport {
    margin-top: 60px;
  }
}

.top-club {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .top-club {
    margin-top: 60px;
  }
}

.top-tournament {
  max-width: 1232px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
  padding: 60px 0;
  border-radius: 20px;
  background-color: #e9f1fa;
}
@media screen and (max-width: 1100px) {
  .top-tournament {
    margin-top: 60px;
    border-radius: 0;
  }
}

.top-event {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .top-event {
    margin-top: 60px;
  }
}

.top-column {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0;
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .top-column {
    margin-top: 60px;
  }
}

.top-common-hl-type2 {
  font-size: 2.6rem;
  color: #3f3f3f;
  text-align: center;
  font-weight: bold;
}
.top-common-hl-type2 small {
  font-family: Futura, "Century Gothic";
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin-top: 20px;
  color: #727272;
}
.top-common-hl-type2 small::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #5388c7;
}

.top-link {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .top-link {
    margin-top: 60px;
  }
}
.top-link__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .top-link__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-link__list.sns .top-link--item {
  width: auto;
  height: auto;
  margin-right: 20px;
}
.top-link__list.sns .top-link--item a {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  border: none;
}
.top-link--item {
  width: 320px;
  height: 60px;
  margin: 0 10px 20px;
}
.top-link--item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-link--item a:hover {
  opacity: 0.7;
}

/***********************
*
* search common style
*
****************************************/
.search-keyword {
  padding-inline: 15px;
}
.search-keyword--inner {
  max-width: 1280px;
  margin-inline: auto;
  margin-top: 40px;
  background-color: #e9f1fa;
  padding: 65px min(10vw, 140px) 85px;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .search-keyword--inner {
    padding: 30px 15px;
  }
}
.search-keyword--form {
  margin-top: 21px;
}
.search-keyword--form--item input {
  width: 100%;
  border-radius: 5px;
  height: 70px;
  border: 1px solid #a5a5a5;
  font-size: 1.8rem;
  padding: 10px;
  background-color: #fff !important;
}
.search-keyword--form--item input::-webkit-input-placeholder {
  color: #a5a5a5;
}
.search-keyword--form--item input::-moz-placeholder {
  color: #a5a5a5;
}
.search-keyword--form--item input:-ms-input-placeholder {
  color: #a5a5a5;
}
.search-keyword--form--item input::-ms-input-placeholder {
  color: #a5a5a5;
}
.search-keyword--form--item input::placeholder {
  color: #a5a5a5;
}
.search-keyword--form--submit {
  margin-top: 40px;
  text-align: center;
}
.search-keyword--form--submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #727272;
  background-color: #727272;
  color: #fff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1101px), print {
  .search-keyword--form--submit input:hover {
    color: #727272;
    background-color: #fff;
  }
}

.search-condition {
  margin-top: 48px;
}
.search-condition--form {
  margin-top: 27px;
}
.search-condition--form--list .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1100px) {
  .search-condition--form--list .item {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .search-condition--form--list .item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.search-condition--form--list .item dt {
  width: min(34vw, 200px);
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-inline: 55px;
}
@media screen and (max-width: 1100px) {
  .search-condition--form--list .item dt {
    width: 100%;
    -moz-text-align-last: unset;
         text-align-last: unset;
    padding-inline: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .search-condition--form--list .item dd {
    padding: 16px 0;
    margin-left: 0;
  }
}
.search-condition--form--list .item select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #3f3f3f;
  font-size: 1.8rem;
  padding: 10px;
}
.search-condition--form--list .item .detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 601px), print {
  .search-condition--form--list .item .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-condition--form--list .item .detail:not(:first-of-type) {
  margin-top: 15px;
}
.search-condition--form--list .item .detail--name {
  font-size: 1.6rem;
  letter-spacing: 1px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 100px;
}
.search-condition--form--list .item .detail select {
  margin-left: min(2vw, 25px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .search-condition--form--list .item .detail select {
    margin-left: 0;
    margin-top: 10px;
  }
}
.search-condition--form--list .activityOriented .detail--name {
  width: 160px;
  -moz-text-align-last: unset;
       text-align-last: unset;
}
.search-condition--form--submit {
  margin-top: 40px;
  text-align: center;
}
.search-condition--form--submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #727272;
  background-color: #727272;
  color: #fff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1101px), print {
  .search-condition--form--submit input:hover {
    color: #727272;
    background-color: #fff;
  }
}

.search-classroomBtn {
  margin-top: 60px;
  background-color: #f5f5f5;
  padding: 41px 15px;
  text-align: center;
}
.search-classroomBtn a {
  margin: 5px;
}

/***********************
*
* search classroom list
*
****************************************/
.search-classroomList__lead {
  font-size: 2rem;
  margin-top: 30px;
}
.search-classroomList__condition {
  background-color: #e9f1fa;
  border-radius: 10px;
  padding: 30px 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1101px), print {
  .search-classroomList__condition--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .search-classroomList__condition--box:not(:first-of-type) {
    margin-top: 20px;
  }
}
.search-classroomList__condition--box .hl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1101px), print {
  .search-classroomList__condition--box .hl {
    width: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .search-classroomList__condition--box .hl {
    border-bottom: 1px solid #5388c7;
    border-top: 1px solid #5388c7;
    padding: 10px;
  }
}
.search-classroomList__condition--box .hl.active span::after {
  display: none;
}
@media screen and (max-width: 1100px) {
  .search-classroomList__condition--box .hl span {
    position: relative;
    display: block;
  }
  .search-classroomList__condition--box .hl span::before, .search-classroomList__condition--box .hl span::after {
    content: "";
    position: absolute;
    background-color: #3f3f3f;
  }
  .search-classroomList__condition--box .hl span::before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 2px;
  }
  .search-classroomList__condition--box .hl span::after {
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 20px;
  }
}
.search-classroomList__condition--box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .search-classroomList__condition--box .list {
    margin-left: 0;
    margin-top: 10px;
  }
}
.search-classroomList__condition--box .list li {
  margin: 5px;
}
.search-classroomList__condition--box .list li input {
  display: none;
}
.search-classroomList__condition--box .list li > input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #5388c7;
}
.search-classroomList__condition--box .list li > input[type=checkbox]:checked + label {
  background-color: #5388c7;
  color: #fff;
}
.search-classroomList__content {
  margin-top: 37px;
}
.search-classroomList--category {
  margin-top: 42px;
  display: none;
}
.search-classroomList--category--title {
  font-size: 2.2rem;
  position: relative;
  padding-left: 22px;
  line-height: 1;
  border-bottom: 3px solid #3f3f3f;
  padding-bottom: 10px;
  cursor: pointer;
}
.search-classroomList--category--title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-color: #5388c7;
}
.search-classroomList--category--title.active span::after {
  display: none;
}
.search-classroomList--category--title span {
  position: relative;
  display: block;
}
.search-classroomList--category--title span::before, .search-classroomList--category--title span::after {
  content: "";
  position: absolute;
  background-color: #3f3f3f;
}
.search-classroomList--category--title span::before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
}
.search-classroomList--category--title span::after {
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 20px;
}
.search-classroomList--category--list {
  display: none;
}
.search-classroomList--category--list li {
  border-bottom: 2px dotted #707070;
}
.search-classroomList--category--list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 45px 20px 20px;
  text-decoration: none;
  color: #3f3f3f;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .search-classroomList--category--list li a {
    display: block;
    padding: 20px 35px 20px 10px;
  }
}
.search-classroomList--category--list li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1100px) {
  .search-classroomList--category--list li a::after {
    right: 10px;
  }
}
.search-classroomList--category--list li a .name {
  letter-spacing: 2px;
  display: block;
}
@media screen and (min-width: 1101px), print {
  .search-classroomList--category--list li a .name {
    width: 50%;
  }
}
.search-classroomList--category--list li a .tag {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3%;
  width: 22%;
}
@media screen and (max-width: 1100px) {
  .search-classroomList--category--list li a .tag {
    margin: 10px 0;
    width: auto;
  }
}
.search-classroomList--category--list li a .tag--hl {
  font-size: 1.6rem;
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
  text-align: center;
  width: 75px;
}
.search-classroomList--category--list li a .tag--value {
  margin-left: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/***********************
*
* search classroom result
*
****************************************/
.search-classroomResult__condition {
  margin-top: 36px;
  border-bottom: 3px solid #3f3f3f;
  padding-bottom: 35px;
}
@media screen and (min-width: 1101px), print {
  .search-classroomResult__condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-classroomResult__condition__hl {
  font-size: 2rem;
}
.search-classroomResult__condition__tagList {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .search-classroomResult__condition__tagList {
    margin-left: 0;
    margin-top: 10px;
  }
}
.search-classroomResult--item {
  border-bottom: 2px solid #3f3f3f;
  margin-top: 19px;
  padding-bottom: 19px;
}
.search-classroomResult--item:first-of-type {
  margin-top: 39px;
}
.search-classroomResult--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.search-classroomResult--item--inner:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1101px), print {
  .search-classroomResult--item--inner:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1101px), print {
  .search-classroomResult--item--inner:hover .common-btn-type1 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #5388c7;
    background-color: #fff;
  }
  .search-classroomResult--item--inner:hover .common-btn-type1::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  }
}
.search-classroomResult--item--image {
  width: min(21vw, 300px);
  height: min(17vw, 240px);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .search-classroomResult--item--image {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 140px;
  }
}
.search-classroomResult--item--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1101px), print {
  .search-classroomResult--item--info {
    margin-left: min(3vw, 40px);
  }
}
.search-classroomResult--item--info .name {
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  color: #3f3f3f;
}
.search-classroomResult--item--info .detail {
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .search-classroomResult--item--info .detail {
    margin-top: 15px;
  }
}
.search-classroomResult--item--info .detail--item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-classroomResult--item--info .detail--item:not(:first-of-type) {
  margin-top: 6px;
}
.search-classroomResult--item--info .detail--item dt {
  background-color: #3f3f3f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 1.6rem;
}
.search-classroomResult--item--info .detail--item dd {
  margin-left: 11px;
  color: #3f3f3f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1.4;
}
.search-classroomResult--item--info .btn {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .search-classroomResult--item--info .btn {
    margin-top: 20px;
  }
}

/***********************
*
* profile common style
*
****************************************/
@media screen and (min-width: 1101px), print {
  .profile-introduction--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.profile-introduction--image {
  width: min(29vw, 400px);
  height: min(32vw, 440px);
  border: 1px solid #707070;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .profile-introduction--image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 440px;
    margin-inline: auto;
  }
}
.profile-introduction--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: min(4vw, 50px);
}
@media screen and (max-width: 1100px) {
  .profile-introduction--info {
    margin-left: 0;
    margin-top: 37px;
  }
}
.profile-introduction--info--name {
  font-size: 3.2rem;
  letter-spacing: 2px;
}
.profile-introduction--info--name small {
  font-size: 2rem;
  font-family: Futura, "Century Gothic";
  color: #727272;
  display: block;
  letter-spacing: 1px;
  margin-top: 8px;
}
.profile-introduction--info--tagList {
  margin-top: 22px;
}
.profile-introduction--info--text {
  margin-top: 36px;
  line-height: 1.8;
  font-size: 1.6rem;
}
.profile-introduction--gallery {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-introduction--gallery li {
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px), print {
  .profile-introduction--gallery li:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  .profile-introduction--gallery li {
    width: 49%;
  }
  .profile-introduction--gallery li:not(:nth-of-type(2n + 1)) {
    margin-left: 2%;
  }
}
.profile-introduction--gallery li > span {
  display: block;
}
.profile-introduction--gallery li .image {
  height: 180px;
}
@media screen and (max-width: 600px) {
  .profile-introduction--gallery li .image {
    height: 150px;
  }
}
.profile-introduction--gallery li .caption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}
.profile-introduction--detail {
  margin-top: 50px;
}
.profile-introduction--coach {
  margin-top: 68px;
}
.profile-introduction--coach--list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1101px), print {
  .profile-introduction--coach--list {
    padding-inline: 34px;
  }
}
.profile-introduction--coach--list .item {
  margin-bottom: 45px;
  width: 150px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .profile-introduction--coach--list .item {
    margin-inline: 2%;
    width: 21%;
  }
}
@media screen and (max-width: 600px) {
  .profile-introduction--coach--list .item {
    width: 48%;
  }
}
@media screen and (min-width: 1101px), print {
  .profile-introduction--coach--list .item:not(:nth-of-type(5n + 1)) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 600px) {
  .profile-introduction--coach--list .item:not(:nth-of-type(2n + 1)) {
    margin-left: 4%;
  }
}
.profile-introduction--coach--list .item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
.profile-introduction--coach--list .item--image {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.profile-introduction--coach--list .item--name {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
.profile-introduction--activity {
  margin-top: 12px;
}
.profile-introduction--activity--list {
  margin-top: 46px;
}
.profile-introduction--activity--btn {
  text-align: center;
  margin-top: 12px;
}
.profile-introduction--profile {
  margin-top: 41px;
}
.profile-introduction--profile--list {
  margin-top: 28px;
}
.profile-introduction--freeArea {
  margin-top: 50px;
}
.profile-introduction--contact {
  margin-top: 55px;
  text-align: center;
}

.profile-groupIntroduction--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .profile-groupIntroduction--info {
    margin-left: 0;
    margin-top: 37px;
  }
}
.profile-groupIntroduction--info--name {
  font-size: 3.2rem;
  letter-spacing: 2px;
}
.profile-groupIntroduction--info--name small {
  font-size: 2rem;
  font-family: Futura, "Century Gothic";
  color: #727272;
  display: block;
  letter-spacing: 1px;
  margin-top: 8px;
}
.profile-groupIntroduction--info--tagList {
  margin-top: 22px;
}
.profile-groupIntroduction--info--text {
  margin-top: 36px;
  line-height: 1.8;
  font-size: 1.6rem;
}
.profile-groupIntroduction--detail {
  margin-top: 50px;
}
.profile-groupIntroduction--class {
  margin-top: 70px;
}
.profile-groupIntroduction--class--list {
  margin-top: 46px;
}
.profile-groupIntroduction--class--btn {
  text-align: center;
  margin-top: 12px;
}
.profile-groupIntroduction--contact {
  margin-top: 55px;
  text-align: center;
}

/***********************
*
* login
*
****************************************/
.login-form {
  margin-top: 40px;
  background-color: #e9f1fa;
  padding: 60px min(7vw, 100px);
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .login-form {
    padding: 30px 15px;
  }
}
.login-form .error {
  color: #f00;
}
.login-form--item:not(:first-of-type) {
  margin-top: 19px;
}
.login-form--item dt {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.login-form--item dd {
  margin-top: 15px;
}
.login-form--item dd input {
  width: 100%;
  border-radius: 5px;
  height: 70px;
  border: 1px solid #a5a5a5;
  font-size: 1.6rem;
  padding: 10px;
  background-color: #fff !important;
}
.login-form--item dd input::-webkit-input-placeholder {
  color: #a5a5a5;
}
.login-form--item dd input::-moz-placeholder {
  color: #a5a5a5;
}
.login-form--item dd input:-ms-input-placeholder {
  color: #a5a5a5;
}
.login-form--item dd input::-ms-input-placeholder {
  color: #a5a5a5;
}
.login-form--item dd input::placeholder {
  color: #a5a5a5;
}
.login-form__forgot {
  margin-top: 10px;
}
.login-form__forgot a {
  color: #3f3f3f;
}
.login-form__submit {
  margin-top: 40px;
  text-align: center;
}
.login-form__submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #727272;
  background-color: #727272;
  color: #fff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 2.4rem;
}
@media screen and (min-width: 1101px), print {
  .login-form__submit input:hover {
    color: #727272;
    background-color: #fff;
  }
}
.login-form__auto {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-form__auto input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin: 0;
}
.login-form__auto label {
  margin-left: 10px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.login-signUp {
  margin-top: 40px;
}
.login-signUp--item {
  position: relative;
  padding-left: 30px;
}
.login-signUp--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
}
.login-signUp--item:last-of-type {
  margin-top: 25px;
}
.login-signUp--item a {
  color: #3f3f3f;
  letter-spacing: 1.5px;
  font-size: 1.6rem;
}

/***********************
*
* logout
*
****************************************/
.logout-lead {
  text-align: center;
}

.logout-btn {
  text-align: center;
  margin-top: 50px;
}

/***********************
*
* contact
*
****************************************/
.contact-content .aform-header {
  display: none;
}
.contact-content .aform-error-list {
  text-align: center;
}
.contact-content .aform-error-list dt {
  font-size: 2rem;
  color: #f00;
  margin-bottom: 50px;
}
.contact-content .aform-error-list dd {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.contact-content .aform-error-list + div {
  font-size: 1.8rem;
  margin-top: 50px;
  text-align: center;
}
.contact-content #aform_result {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
  line-height: 1.6;
}
.contact-content #aform_result a {
  border: 1px solid #5388c7;
  background-color: #5388c7;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  position: relative;
  display: block;
  margin-inline: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1101px), print {
  .contact-content #aform_result a:hover {
    color: #5388c7;
    background-color: #fff;
  }
  .contact-content #aform_result a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  }
}
.contact-content #aform_result a::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form {
  margin-top: 70px;
}
.contact-form dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20px 10px;
  border-bottom: 1px dotted #707070;
}
@media screen and (min-width: 1101px), print {
  .contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1101px), print {
  .contact-form dl.dl_parts-5 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact-form dl dt,
.contact-form dl dd {
  font-size: 1.8rem;
}
.contact-form dl dt {
  letter-spacing: 2px;
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 1101px), print {
  .contact-form dl dt {
    width: 200px;
  }
}
.contact-form dl dt .aform-label {
  padding: 11px 60px 11px 11px;
  display: block;
}
@media screen and (min-width: 1101px), print {
  .contact-form dl dt .aform-label {
    position: relative;
  }
}
.contact-form dl dt .aform-required {
  background-color: #e65a85;
  font-size: 1.4rem;
  border-radius: 2px;
  padding: 4px;
}
@media screen and (min-width: 1101px), print {
  .contact-form dl dt .aform-required {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .contact-form dl dt .aform-required {
    margin-left: 10px;
  }
}
.contact-form dl dd {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .contact-form dl dd {
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact-form dl dd input[type=text],
.contact-form dl dd input[type=email],
.contact-form dl dd input[type=tel] {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  border: 1px solid #a5a5a5;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form dl dd input[type=checkbox] {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.contact-form dl dd select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #3f3f3f;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form dl dd textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  .contact-form dl dd textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
  }
}
.contact-form #aform_confirm_msg {
  margin-top: 30px;
}
.contact-form .aform-button-area {
  margin-top: 60px;
  text-align: center;
}
.contact-form .aform-button-area input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
  cursor: pointer;
  margin-inline: 5px;
}
.contact-form .aform-button-area input[type=submit] {
  border: 1px solid #5388c7;
  background-color: #5388c7;
  color: #fff;
}
@media screen and (min-width: 1101px), print {
  .contact-form .aform-button-area input[type=submit]:hover {
    color: #5388c7;
    background-color: #fff;
  }
}
.contact-form .aform-button-area input[type=button] {
  border: 1px solid #3f3f3f;
  background-color: #3f3f3f;
  color: #fff;
}
@media screen and (min-width: 1101px), print {
  .contact-form .aform-button-area input[type=button]:hover {
    color: #3f3f3f;
    background-color: #fff;
  }
}

/***********************
*
* mypage common style
*
****************************************/
.mypage-settings {
  background-color: #e9f1fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-inline: 15px;
}
@media screen and (min-width: 1101px), print {
  .mypage-settings {
    margin-top: 17px;
  }
}
.mypage-settings ul {
  max-width: 1252px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .mypage-settings ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .mypage-settings ul li {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 1101px), print {
  .mypage-settings ul li:not(:first-of-type) {
    margin-left: 36px;
  }
}
.mypage-settings ul li a {
  color: #3f3f3f;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 1101px), print {
  .mypage-settings ul li a:hover {
    text-decoration: underline;
  }
}
.mypage-settings ul li .icon {
  margin-right: 5px;
}
.mypage-settings ul li .icon path {
  fill: #3f3f3f;
}
.mypage-settings ul li.info .icon {
  width: 16px;
  height: 20px;
}
.mypage-settings ul li.mail .icon {
  width: 25px;
  height: 25px;
}
.mypage-settings ul li.matching a {
  background-color: #5388c7;
  color: #fff;
  border-radius: 5px;
  padding-inline: 8px;
  letter-spacing: 2px;
  border: 1px solid #5388c7;
}
@media screen and (min-width: 1101px), print {
  .mypage-settings ul li.matching a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #5388c7;
  }
  .mypage-settings ul li.matching a:hover .icon path {
    fill: #5388c7;
  }
}
.mypage-settings ul li.matching a > span {
  position: relative;
  display: inline-block;
  padding: 9px 5px 9px 52px;
}
.mypage-settings ul li.matching .icon {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mypage-settings ul li.matching .icon svg {
  width: 100%;
}
.mypage-settings ul li.matching .icon path {
  fill: #fff;
}
.mypage-settings ul li.logout a {
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 5px;
  padding-inline: 8px;
  letter-spacing: 2px;
  border: 1px solid #3f3f3f;
}
@media screen and (min-width: 1101px), print {
  .mypage-settings ul li.logout a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #3f3f3f;
  }
  .mypage-settings ul li.logout a:hover .icon path {
    fill: #3f3f3f;
  }
}
.mypage-settings ul li.logout a > span {
  position: relative;
  display: inline-block;
  padding: 9px 5px 9px 30px;
}
.mypage-settings ul li.logout .icon {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mypage-settings ul li.logout .icon svg {
  width: 100%;
}
.mypage-settings ul li.logout .icon path {
  fill: #fff;
}

.mypage-name {
  margin-top: 22px;
  padding-inline: 15px;
}
.mypage-name--inner {
  max-width: 1245px;
  margin-inline: auto;
  font-size: 2.4rem;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-name--inner dt {
  background-color: #3f3f3f;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  font-size: 2rem;
  padding: 8px;
  min-width: 100px;
  margin-right: 10px;
}
.mypage-name--inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mypage-management--inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 601px), print {
  .mypage-management--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mypage-management li {
  width: 24%;
  height: 220px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .mypage-management li {
    width: 47%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .mypage-management li {
    width: 100%;
    margin: 15px 0;
  }
}
.mypage-management li a {
  background-color: #e9f1fa;
  border: 1px solid #e9f1fa;
  position: relative;
  border-radius: 10px;
  display: block;
  text-align: center;
  color: #3f3f3f;
  text-decoration: none;
  padding-top: 35px;
  padding-bottom: 65px;
  padding-inline: 10px;
  height: 100%;
}
@media screen and (min-width: 1101px), print {
  .mypage-management li a:hover {
    background-color: #fff;
  }
}
.mypage-management li a::before, .mypage-management li a::after {
  content: "";
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.mypage-management li a::before {
  background-color: #5388c7;
  width: 40px;
  height: 40px;
  bottom: 20px;
  border-radius: 50%;
}
.mypage-management li a::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  width: 19px;
  height: 11px;
  bottom: 35px;
}
.mypage-management li a .icon {
  display: inline-block;
}
.mypage-management li a .icon path,
.mypage-management li a .icon rect {
  fill: #3f3f3f;
}
.mypage-management li a .name {
  display: block;
  font-size: min(2.7vw, 2.2rem);
  margin-top: 10px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  .mypage-management li a .name {
    font-size: 2.2rem;
  }
}
.mypage-management li a .name small {
  margin-top: 5px;
  color: #727272;
  font-size: 1.4rem;
  display: block;
}
.mypage-management--menu1 .icon {
  width: 27px;
}
.mypage-management--menu2 .icon {
  width: 34px;
}
.mypage-management--menu3 .icon {
  width: 29px;
}

/***********************
*
* mypage group
*
****************************************/
.mypage-group--classroom {
  border-bottom: 2px dashed #707070;
}
@media screen and (max-width: 1100px) {
  .mypage-group--classroom {
    padding-bottom: 15px;
  }
}
.mypage-group--classroom:first-of-type {
  margin-top: 44px;
}
.mypage-group--classroom--inner {
  padding: 18px 90px 19px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f3f3f;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .mypage-group--classroom--inner {
    padding: 15px 0;
  }
}
.mypage-group--classroom--inner:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1101px), print {
  .mypage-group--classroom--inner::before, .mypage-group--classroom--inner::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mypage-group--classroom--inner::before {
  background-color: #d8d8d8;
  width: 40px;
  height: 40px;
  right: 30px;
  border-radius: 50%;
}
.mypage-group--classroom--inner::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E") no-repeat center/100% auto;
  width: 19px;
  height: 11px;
  right: 40px;
}
.mypage-group--classroom--image {
  width: 135px;
  border: 1px solid #707070;
  overflow: hidden;
  height: 150px;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .mypage-group--classroom--image {
    width: 100px;
    height: 110px;
  }
}
.mypage-group--classroom--info {
  margin-left: 42px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .mypage-group--classroom--info {
    margin-left: 10px;
  }
}
.mypage-group--classroom--info .name {
  font-size: 3.2rem;
  letter-spacing: 2px;
}
.mypage-group--classroom--info .name small {
  font-size: 2rem;
  font-family: Futura, "Century Gothic";
  color: #727272;
  display: block;
  letter-spacing: 1px;
  margin-top: 8px;
}
.mypage-group--classroom--info .tagList {
  margin-top: 22px;
}

/***********************
*
* mypage classroom
*
****************************************/
.mypage-classroom__coach {
  margin-top: 37px;
}
.mypage-classroom__coach__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1101px), print {
  .mypage-classroom__coach__list {
    padding-inline: 34px;
  }
}
.mypage-classroom__coach__list .item {
  margin-bottom: 45px;
  width: 150px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .mypage-classroom__coach__list .item {
    margin-inline: 2%;
    width: 21%;
  }
}
@media screen and (max-width: 600px) {
  .mypage-classroom__coach__list .item {
    width: 48%;
  }
}
@media screen and (min-width: 1101px), print {
  .mypage-classroom__coach__list .item:not(:nth-of-type(5n + 1)) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 600px) {
  .mypage-classroom__coach__list .item:not(:nth-of-type(2n + 1)) {
    margin-left: 4%;
  }
}
.mypage-classroom__coach__list .item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
.mypage-classroom__coach__list .item--image {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.mypage-classroom__coach__list .item--name {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
.mypage-classroom__matching {
  margin-top: 53px;
  background-color: #f5f5f5;
  padding-top: 57px;
  padding-bottom: 60px;
}
.mypage-classroom__matching__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1101px), print {
  .mypage-classroom__matching__list {
    padding-inline: 34px;
  }
}
.mypage-classroom__matching__list .item {
  margin-bottom: 45px;
  width: 150px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .mypage-classroom__matching__list .item {
    margin-inline: 2%;
    width: 21%;
  }
}
@media screen and (max-width: 600px) {
  .mypage-classroom__matching__list .item {
    width: 48%;
  }
}
@media screen and (min-width: 1101px), print {
  .mypage-classroom__matching__list .item:not(:nth-of-type(5n + 1)) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 600px) {
  .mypage-classroom__matching__list .item:not(:nth-of-type(2n + 1)) {
    margin-left: 4%;
  }
}
.mypage-classroom__matching__list .item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
.mypage-classroom__matching__list .item--image {
  display: block;
}
.mypage-classroom__matching__list .item--name {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
.mypage-classroom__matching__list .item--btn {
  border: 2px solid #a5a5a5;
  color: #3f3f3f;
  text-align: center;
  border-radius: 12px;
  display: block;
  font-size: 1.4rem;
  margin-top: 18px;
  padding: 3px;
  letter-spacing: 1px;
}
.mypage-classroom__matching__btn {
  margin-top: 5px;
  text-align: center;
}
.mypage-classroom__matching__btn a {
  background-color: #5388c7;
  color: #fff;
  border-radius: 30px;
  padding-inline: 33px;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 1.8rem;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #5388c7;
}
@media screen and (min-width: 1101px), print {
  .mypage-classroom__matching__btn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #5388c7;
  }
  .mypage-classroom__matching__btn a:hover .icon path {
    fill: #5388c7;
  }
}
.mypage-classroom__matching__btn a > span {
  position: relative;
  display: inline-block;
  padding: 9px 5px 9px 52px;
}
.mypage-classroom__matching__btn .icon {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mypage-classroom__matching__btn .icon svg {
  width: 100%;
}
.mypage-classroom__matching__btn .icon path {
  fill: #fff;
}

/***********************
*
* not found
*
****************************************/
.notFound-lead {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}

.notFound-btn {
  text-align: center;
  margin-top: 30px;
}

/***********************
*
* event
*
****************************************/
.event-title {
  margin-bottom: 40px;
}
.event-title .common-hl-type1 {
  margin-bottom: 30px;
}
.event-title .tag {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  background-color: #3f3f3f;
  color: #ffffff;
  line-height: 26px;
  border-radius: 13px;
  margin: 0 5px 0 0;
  padding: 0 10px;
}

.event-day {
  display: inline-block;
  color: #727272;
  font-size: 20px;
  margin-bottom: 10px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
.tag-list li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #3f3f3f;
  color: #ffffff;
  line-height: 2.6rem;
  border-radius: 13px;
  margin: 0 5px 3px 0;
  padding: 0 10px;
}

.event--textArea {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 50px;
}

.event--freeArea {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 50px;
  overflow: hidden;
}
.event--freeArea p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.event--freeArea strong {
  font-weight: bolder;
}
.event--freeArea em {
  font-style: italic;
}
.event--freeArea s {
  text-decoration: line-through;
}
.event--freeArea blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  unicode-bidi: isolate;
}
.event--freeArea ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.event--freeArea ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.event--freeArea ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.event--freeArea ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.event--freeArea hr {
  display: block;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.event--freeArea table {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
  border-collapse: collapse;
}
.event--freeArea table caption {
  display: table-caption;
  text-align: -webkit-center;
  unicode-bidi: isolate;
}
.event--freeArea table tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.event--freeArea table th,
.event--freeArea table td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border: 1px solid;
  padding: 5px;
  line-height: 1.4;
  font-size: 1.6rem;
}
.event--freeArea table th {
  font-weight: bold;
  text-align: center;
}
.event--freeArea h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.event--freeArea .mt-image-none {
  max-width: 100%;
  height: auto;
}

.common-list-type1.event {
  margin-bottom: 50px;
}

.list-activity {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .list-activity {
    margin-top: 60px;
  }
}
.list-activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.list-activity--item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 35px;
}
@media screen and (min-width: 601px), print {
  .list-activity--item:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .list-activity--item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list-activity--item--inner {
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .list-activity--item--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-activity--item--inner:hover .image {
  opacity: 0.5;
}
.list-activity--item--inner .image {
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 260px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .list-activity--item--inner .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    display: block;
    width: 120px;
    height: 80px;
  }
}
.list-activity--item--inner .data {
  display: block;
}
@media screen and (max-width: 600px) {
  .list-activity--item--inner .data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
}
.list-activity--item--inner .time {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  color: #5388c7;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 12px 0;
  font-weight: bold;
}
.list-activity--item--inner .title {
  margin-top: 11px;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .list-activity--item--inner .title {
    margin-top: 0;
  }
}
.list-activity--item--inner .text {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 600px) {
  .list-activity--item--inner .text {
    display: none;
  }
}

.column4 .list-activity--item {
  width: calc((100% - 42px) / 4);
  margin-bottom: 35px;
}
@media screen and (min-width: 601px), print {
  .column4 .list-activity--item:not(:nth-of-type(4n + 1)) {
    margin-left: 14px;
  }
}
@media screen and (max-width: 600px) {
  .column4 .list-activity--item {
    width: 100%;
    margin-bottom: 20px;
  }
  .column4 .list-activity--item:not(:nth-of-type(4n + 1)) {
    margin-left: 0px;
  }
}
.column4 .list-activity--item--inner .image {
  height: 200px;
}
@media screen and (max-width: 600px) {
  .column4 .list-activity--item--inner .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    display: block;
    width: 150px;
    height: 110px;
  }
}

.news-list {
  max-width: 1060px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .news-list {
    padding-inline: 15px;
  }
}
.news-list .common-hl-type1 {
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .news-list .common-hl-type1 {
    margin-left: 0px;
    margin-bottom: 40px;
  }
}
.news-list .news-list-contents {
  width: 100%;
  padding: 0px;
  position: relative;
}
.news-list .tab-switch {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 37px;
}
@media screen and (max-width: 750px) {
  .news-list .tab-switch {
    position: static;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .news-list .tab-switch {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
}
.news-list .tab-switch-item {
  width: 90px;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  margin-right: 2px;
}
.news-list .tab-switch-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 600px) {
  .news-list .tab-switch-item:nth-child(1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.news-list .tab-switch-item:nth-last-child(1) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 600px) {
  .news-list .tab-switch-item:nth-last-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.news-list .tab-switch-item:hover {
  background-color: #e9f1fa;
}
.news-list .tab-switch-item.active {
  color: #ffffff;
  background-color: #5388c7;
}
.news-list .tab-switch-item.active:hover {
  background-color: #5388c7;
}
@media screen and (max-width: 600px) {
  .news-list .tab-switch-item {
    width: calc((100% - 6px) / 3);
    height: 40px;
    margin: 0 0 3px 0;
  }
}
.news-list .tab-contents {
  margin-bottom: 50px;
  display: none;
}
.news-list .tab-contents.active {
  display: block;
}
.news-list .tab-contents-item {
  width: 100%;
  border-bottom: dashed 1px #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .news-list .tab-contents-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-list .tab-contents-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.news-list .news-day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
  white-space: nowrap;
}
.news-list .news-category {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  color: #ffffff;
  white-space: nowrap;
}
.news-list .news-category.category01 {
  background-color: #e65a85;
}
.news-list .news-category.category02 {
  background-color: #5388c7;
}
.news-list .news-category.category03 {
  background-color: #fabe32;
}
.news-list .news-category.category04 {
  background-color: #5bb482;
}
.news-list .news-category.category05 {
  background-color: #6cafd2;
}
.news-list .news-title {
  font-size: 18px;
  color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .news-list .news-title {
    width: 100%;
    padding-top: 10px;
  }
}
.news-list .news-title:hover {
  color: #5388c7;
}

.vs-introduction--activity {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-bottom: 70px;
}
.vs-introduction--activity .vs--btn {
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 150px;
  background-image: url(../img/common/pc_vs_link_img1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .vs-introduction--activity .vs--btn {
    height: 18vw;
  }
}
@media screen and (max-width: 760px) {
  .vs-introduction--activity .vs--btn {
    max-width: 480px;
    height: 50vw;
    max-height: 300px;
    background-image: url(../img/common/sm_vs_link_img1.png);
  }
}
.vs-introduction--activity .vs--btn::before {
  content: "";
  display: block;
  position: absolute;
  left: -110px;
  top: -5px;
  width: 310px;
  height: 243px;
  background-image: url(../img/common/pc_vs_link_img2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 760px) {
  .vs-introduction--activity .vs--btn::before {
    left: -123px;
    top: 53%;
    width: 246px;
    height: 223px;
    background-image: url(../img/common/sm_vs_link_img2.png);
  }
}
.vs-introduction--activity .vs--btn span {
  display: block;
  position: absolute;
  right: 20px;
  bottom: -20px;
  min-width: 360px;
  text-align: center;
  background-color: #5388c7;
  font-size: 1.6rem;
  padding-top: calc((40px - 1.6rem) / 2);
  padding-bottom: calc((40px - 1.6rem) / 2);
  border: solid 1px #5388c7;
  border-radius: 20px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%23fff' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 760px) {
  .vs-introduction--activity .vs--btn span {
    right: 20px;
    bottom: -30px;
    min-width: 240px;
    text-align: center;
    background-color: #5388c7;
    font-size: 1.6rem;
    padding-top: calc((60px - 3.2rem) / 2);
    padding-bottom: calc((60px - 3.2rem) / 2);
    border-radius: 30px;
  }
}
.vs-introduction--activity .vs--btn:hover span {
  background-color: #fff;
  color: #5388c7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.102 10.979'%3E%3Cpath fill='%235388c7' d='M11.911,38.327,14.5,40.911H0v2.406H14.5L11.911,45.9l1.7,1.7L17.4,43.816l1.7-1.7-1.7-1.7-3.787-3.788Z' transform='translate(0 -36.625)'/%3E%3C/svg%3E");
}
.vs-introduction--activity .vs--btn br.sm {
  display: none;
}
@media screen and (max-width: 760px) {
  .vs-introduction--activity .vs--btn br.sm {
    display: inline;
  }
}

/***********************
*
* post
*
****************************************/
.post-form {
  margin-top: 70px;
}
.post-form dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20px 10px;
  border-bottom: 1px dotted #707070;
}
@media screen and (min-width: 1101px), print {
  .post-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post-form dl dt,
.post-form dl dd {
  font-size: 1.8rem;
}
.post-form dl dt {
  letter-spacing: 2px;
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  position: relative;
  padding: 11px 60px 11px 11px;
}
@media screen and (min-width: 1101px), print {
  .post-form dl dt {
    width: 200px;
  }
}
.post-form dl dt .required {
  background-color: #e65a85;
  font-size: 1.4rem;
  border-radius: 2px;
  padding: 4px;
}
@media screen and (min-width: 1101px), print {
  .post-form dl dt .required {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .post-form dl dt .required {
    margin-left: 10px;
  }
}
.post-form dl dd {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .post-form dl dd {
    margin-left: 0;
    margin-top: 10px;
  }
}
.post-form dl dd .detail {
  margin-top: 5px;
}
.post-form dl dd input[type=text],
.post-form dl dd input[type=email],
.post-form dl dd input[type=tel] {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  border: 1px solid #a5a5a5;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.post-form dl dd input[type=checkbox] {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.post-form dl dd input[type=file] {
  padding: 11px 0;
}
.post-form dl dd select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #3f3f3f;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.post-form dl dd textarea {
  max-width: 740px;
  min-width: 740px;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  .post-form dl dd textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
  }
}
.post-form__btn {
  margin-top: 60px;
  text-align: center;
}
.post-form__btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
  cursor: pointer;
  margin-inline: 5px;
  border: 1px solid #5388c7;
  background-color: #5388c7;
  color: #fff;
}
@media screen and (min-width: 1101px), print {
  .post-form__btn button:hover {
    color: #5388c7;
    background-color: #fff;
  }
}