@charset "UTF-8";
/*16*1.75/2*/
/*=======*/
/* about */
/*=======*/
.about .table th {
  width: 20%;
}

/*========*/
/* member */
/*========*/
.member .list-member {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 32px;
  flex-direction: row;
}
.member .list-member > * {
  width: calc((100% - (32px * (4 - 1))) / 4);
}
@media (max-width: 1023px) {
  .member .list-member {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 32px;
    flex-direction: row;
  }
  .member .list-member > * {
    width: calc((100% - (32px * (3 - 1))) / 3);
  }
}
@media (max-width: 767px) {
  .member .list-member {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 16px;
    flex-direction: row;
  }
  .member .list-member > * {
    width: calc((100% - (16px * (2 - 1))) / 2);
  }
}
.member .list-member a {
  display: block;
  position: relative;
  background: #FFF;
  background: linear-gradient(130deg, #FFF 0%, #d8dee2 50%, #FFF 70%, #cfd6db 100%);
  filter: drop-shadow(0px 6px 6px rgba(52, 71, 26, 0.3));
  text-decoration: none;
  text-align: center;
}
.member .list-member a .lbl {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 72px;
  color: #FFF;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 32px;
  background: #CCC;
  text-align: center;
  filter: drop-shadow(0px 2px 2px rgba(51, 71, 26, 0.3));
}
@media (max-width: 767px) {
  .member .list-member a .lbl {
    width: 42px;
    top: 8px;
    font-size: 0.71em;
    /*10/14*/
    line-height: 18px;
  }
}
.member .list-member a .lbl.new {
  background: #006ab6;
  background: -moz-linear-gradient(to left, #006ab6 0%, #aecfed 100%);
  background: -webkit-linear-gradient(to left, #006ab6 0%, #aecfed 100%);
  background: linear-gradient(to right, #006ab6 0%, #aecfed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.member .list-member a .lbl.captain {
  background: #333;
  background: -moz-linear-gradient(to left, #333 0%, #999 100%);
  background: -webkit-linear-gradient(to left, #333 0%, #999 100%);
  background: linear-gradient(to right, #333 0%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.member .list-member a figure {
  position: relative;
  text-align: center;
  padding-bottom: 10%;
}
.member .list-member a figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #FFF 50%, transparent 100%);
  z-index: 1;
}
.member .list-member a figure img {
  width: 70%;
}
.member .list-member a .txt-area {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(130deg, #FFF 0%, #d8dee2 50%, #FFF 70%, #cfd6db 100%);
  z-index: 2;
  margin-top: -132px;
}
@media (max-width: 1023px) {
  .member .list-member a .txt-area {
    margin-top: -9.2vw;
  }
}
@media (max-width: 767px) {
  .member .list-member a .txt-area {
    padding: 16px 8px;
    margin-top: -20vw;
  }
}
.member .list-member a .txt-area .job {
  margin-bottom: 4px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  color: #000;
  line-height: 1;
}
.member .list-member a .txt-area .name {
  margin-bottom: 16px;
  font-size: 1.375em;
  /*22/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  color: #000;
  line-height: 1.3;
}
.member .list-member a .txt-area .name .en-txt {
  display: block;
  margin-top: 8px;
  font-size: 0.63em;
  /*14/22*/
  color: #036bb6;
}
.member .list-member a .txt-area .arrow {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 0 0 auto;
  background: url(/track/images/common/link_ic01.svg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .member .list-member a .txt-area .arrow {
    width: 24px;
    height: 24px;
  }
}
.member .list-member a:hover {
  filter: none;
}
.member .list-member a:hover figure img {
  opacity: 1 !important;
}
.member .list-member a:hover .arrow {
  background: url(/track/images/common/link_ic02.svg) no-repeat;
  background-size: 100% 100%;
}
.member .list-member.list-staff a figure {
  padding-bottom: 0;
}
.member .list-member.list-staff a figure::after {
  height: 30%;
  background: linear-gradient(0deg, #FFF 0%, transparent 100%);
}
.member .list-member.list-staff .txt-area {
  position: static;
  margin-top: 0;
}
@media (max-width: 767px) {
  .member .list-member.list-staff .txt-area {
    margin-top: 0;
  }
}
.member .bg-area {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .member .bg-area {
    margin-top: 64px;
    padding-bottom: 64px;
  }
}

/*===============*/
/* member-detail */
/*===============*/
.member-detail .main-sec .main-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
}
.member-detail .main-sec .main-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 240px;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(to top, transparent 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(to top, transparent 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, transparent 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  z-index: 2;
  opacity: 1;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap::after {
    content: none;
  }
}
.member-detail .main-sec .main-wrap .bg-pict {
  position: relative;
  width: 61.3%;
  /*1178/1920*/
  margin: 0 0 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .bg-pict {
    width: 100%;
  }
}
.member-detail .main-sec .main-wrap .bg-pict::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background: white;
  background: -moz-linear-gradient(to left, white 0%, #516a77 100%);
  background: -webkit-linear-gradient(to left, white 0%, #516a77 100%);
  background: linear-gradient(to right, white 0%, #516a77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  mix-blend-mode: hard-light;
}
.member-detail .main-sec .main-wrap .bg-pict::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white -100%, black 171%);
  mix-blend-mode: hard-light;
}
.member-detail .main-sec .main-wrap .bg-img {
  position: absolute;
}
.member-detail .main-sec .main-wrap .bg-img.img01 {
  width: 88.5%;
  /*1700/1920*/
  top: -15%;
  left: 0;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .bg-img.img01 {
    width: 100%;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.member-detail .main-sec .main-wrap .bg-img.img02 {
  width: 62.5%;
  /*1200/1920*/
  bottom: -5%;
  right: -20%;
  z-index: 5;
}
.member-detail .main-sec .main-wrap .img {
  position: absolute;
  width: 30%;
  max-width: 462px;
  bottom: 0;
  left: 5%;
  background: url(/track/images/member/detail/main_img01.webp) no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .img {
    width: 60%;
    top: 5%;
    bottom: auto;
    left: -5%;
    background-position-y: top 20%;
  }
}
.member-detail .main-sec .main-wrap .img img {
  display: block;
  width: 80%;
  margin: 0 auto;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.member-detail .main-sec .main-wrap .txt {
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  top: 25%;
  margin: 0 auto;
  z-index: 2;
  animation: blur-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .txt {
    top: 1px;
    width: 100%;
    position: relative;
    padding: 64px 0 16px;
    background: #FFFFFF;
    background: linear-gradient(0deg, white 50%, transparent 100%);
  }
}
.member-detail .main-sec .main-wrap .txt .name-area {
  text-align: center;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .txt .name-area {
    width: 90%;
    margin: 0 auto;
  }
}
.member-detail .main-sec .main-wrap .txt .lbl {
  display: inline-block;
  width: 105px;
  border-radius: 4px;
  color: #FFF;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 47px;
  background: #CCC;
  font-size: 1.5em;
  /*24/16*/
  text-align: center;
  filter: drop-shadow(0px 2px 2px rgba(51, 71, 26, 0.3));
}
@media (max-width: 1023px) {
  .member-detail .main-sec .main-wrap .txt .lbl {
    width: 50px;
    font-size: 0.85em;
    /*12/14*/
    line-height: 21.5px;
  }
}
.member-detail .main-sec .main-wrap .txt .lbl.new {
  background: #006ab6;
  background: -moz-linear-gradient(to left, #006ab6 0%, #aecfed 100%);
  background: -webkit-linear-gradient(to left, #006ab6 0%, #aecfed 100%);
  background: linear-gradient(to right, #006ab6 0%, #aecfed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.member-detail .main-sec .main-wrap .txt .lbl.captain {
  background: #333;
  background: -moz-linear-gradient(to left, #333 0%, #999 100%);
  background: -webkit-linear-gradient(to left, #333 0%, #999 100%);
  background: linear-gradient(to right, #333 0%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.member-detail .main-sec .main-wrap .txt .en-name {
  margin: 24px 0 32px;
  font-size: 2.125em;
  /*34/16*/
  line-height: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  .member-detail .main-sec .main-wrap .txt .en-name {
    margin: 8px 0 12px;
    font-size: 1em;
  }
}
.member-detail .main-sec .main-wrap .txt .h-name {
  margin-bottom: 32px;
  font-size: 5.5625em;
  /*89/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 1023px) {
  .member-detail .main-sec .main-wrap .txt .h-name {
    margin-bottom: 24px;
    font-size: 2.2em;
  }
}
.member-detail .main-sec .main-wrap .txt .catch-copy {
  font-size: 1.5em;
  /*24/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 1023px) {
  .member-detail .main-sec .main-wrap .txt .catch-copy {
    font-size: 1.14em;
    /*16/14*/
  }
}
.member-detail .main-sec .main-wrap .bg01 {
  position: relative;
  padding: 25px 0 40px;
  background: #FFF;
  background: -moz-linear-gradient(to top, #FFF 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(to top, #FFF 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #FFF 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  margin-top: -5%;
  color: #000;
}
@media (max-width: 1023px) {
  .member-detail .main-sec .main-wrap .bg01 {
    padding: 16px 0 24px;
    margin-top: 0;
    background: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .bg01 {
    position: relative;
    z-index: 2;
  }
}
.member-detail .main-sec .main-wrap .bg01 .inner {
  position: relative;
  max-width: 560px;
  width: 36vw;
  margin: 0 auto;
  z-index: 5;
  animation: blur-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .bg01 .inner {
    width: 100%;
  }
}
.member-detail .main-sec .main-wrap .h-prof {
  padding: 8px;
  border-bottom: 1px solid #036bb6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail .main-sec .main-wrap .wrap-prof {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .wrap-prof {
    display: block;
  }
}
.member-detail .main-sec .main-wrap .wrap-prof .cell {
  width: 100%;
}
@media (max-width: 767px) {
  .member-detail .main-sec .main-wrap .wrap-prof .cell {
    width: 100%;
  }
}
.member-detail .main-sec .main-wrap .wrap-prof .data-prof {
  display: flex;
  flex-wrap: wrap;
}
.member-detail .main-sec .main-wrap .wrap-prof .data-prof dt {
  width: 100px;
  padding: 8px;
  border-bottom: solid 2px #e6eef4;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail .main-sec .main-wrap .wrap-prof .data-prof dd {
  width: calc(100% - 100px);
  padding: 8px;
  border-bottom: solid 2px #e6eef4;
}
.member-detail .sec-best .list-best {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 48px;
  flex-direction: row;
  margin-bottom: -34px;
}
.member-detail .sec-best .list-best > * {
  width: calc((100% - (48px * (3 - 1))) / 3);
}
@media (max-width: 767px) {
  .member-detail .sec-best .list-best {
    display: block;
    margin-bottom: 0;
  }
}
.member-detail .sec-best .list-best li {
  padding: 24px;
  background-color: #FFF;
  color: #000;
  margin-bottom: 40px;
  filter: drop-shadow(0 16px 16px rgba(36, 70, 91, 0.3));
}
@media (max-width: 767px) {
  .member-detail .sec-best .list-best li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.member-detail .sec-best .list-best .data-best {
  margin-bottom: 0;
}
.member-detail .sec-best .list-best .data-best dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #006ab6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail .sec-best .list-best .data-best dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2em;
  /*32/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail .sec-grade .list-best {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 48px;
  flex-direction: row;
  margin-bottom: -34px;
}
.member-detail .sec-grade .list-best > * {
  width: calc((100% - (48px * (3 - 1))) / 3);
}
@media (max-width: 767px) {
  .member-detail .sec-grade .list-best {
    display: block;
    margin-bottom: 0;
  }
}
.member-detail .sec-grade .list-best li {
  padding: 24px;
  background-color: #FFF;
  color: #000;
  margin-bottom: 40px;
  filter: drop-shadow(0 16px 16px rgba(36, 70, 91, 0.3));
}
@media (max-width: 767px) {
  .member-detail .sec-grade .list-best li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.member-detail .sec-grade .list-best li.bg01 {
  background-color: #c7fff1;
}
.member-detail .sec-grade .list-best .data-best {
  margin-bottom: 0;
}
.member-detail .sec-grade .list-best .data-best dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #006ab6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail .sec-grade .list-best .data-best dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.64em;
  /*32/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .member-detail .sec-grade .table thead th {
    font-size: 0.92em;
  }
}
@media (max-width: 767px) {
  .member-detail .sec-grade .table tbody td {
    font-size: 0.92em;
  }
}
.member-detail .sec-grade .btn-area {
  margin-top: 88px;
  text-align: center;
}
@media (max-width: 767px) {
  .member-detail .sec-grade .btn-area {
    margin-top: 40px;
  }
}
.member-detail .sec-std {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .member-detail .sec-std {
    margin-top: 40px;
  }
}
.member-detail .sec-interview .txt-interview dd {
  padding: 16px 24px;
  border-radius: 4px;
  background: rgba(174, 207, 237, 0.3);
  background: -moz-linear-gradient(to left, rgba(174, 207, 237, 0.3) 0%, rgba(0, 106, 182, 0.3) 100%);
  background: -webkit-linear-gradient(to left, rgba(174, 207, 237, 0.3) 0%, rgba(0, 106, 182, 0.3) 100%);
  background: linear-gradient(to right, rgba(174, 207, 237, 0.3) 0%, rgba(0, 106, 182, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
@media (max-width: 767px) {
  .member-detail .sec-interview .txt-interview dd {
    padding: 16px;
  }
}
.member-detail .sec-interview .msg-wrap {
  position: relative;
  margin-top: 64px;
}
.member-detail .sec-interview .msg-wrap .title-img {
  width: 67.25%;
  /*807/1200*/
}
@media (max-width: 767px) {
  .member-detail .sec-interview .msg-wrap .title-img {
    width: 100%;
    transform: translateX(-3%);
  }
}
.member-detail .sec-interview .msg-wrap .txt {
  position: relative;
  width: 64.75%;
  /*777/1200*/
  margin: -20% 0 24px auto;
  padding: 4px;
  background: url(/track/images/member/detail/interview_bg01.png) repeat;
  background-size: 24px 24px;
  border-radius: 16px;
  filter: drop-shadow(0 6px 6px rgba(26, 50, 73, 0.3));
  z-index: 1;
}
@media (min-width: 768px) {
  .member-detail .sec-interview .msg-wrap .txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .member-detail .sec-interview .msg-wrap .txt {
    width: 100%;
    margin: -15% auto 16px;
    padding: 8px;
  }
}
.member-detail .sec-interview .msg-wrap .txt .txt-inner {
  padding: 56px 24px;
  background: #FFF;
  border-radius: 16px;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 1.125em;
  /*18/16*/
}
@media (max-width: 767px) {
  .member-detail .sec-interview .msg-wrap .txt .txt-inner {
    padding: 32px 16px;
    border-radius: 8px;
  }
}
.member-detail .sec-state .list-state figure {
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.member-detail .sec-state .btn-area {
  text-align: center;
}

.member-detail02 .main-sec .main-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e6eef4;
  color: #000;
  overflow: hidden;
}
.member-detail02 .main-sec .main-wrap .wrap {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .wrap {
    display: block;
  }
}
.member-detail02 .main-sec .main-wrap .img {
  position: relative;
  width: 40%;
  max-width: 400px;
  margin-top: 10%;
  transform: translateX(-5%);
  z-index: 5;
}
@media (min-width: 768px) {
  .member-detail02 .main-sec .main-wrap .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, white 0%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .img {
    width: 80%;
    margin: 0 auto;
    transform: translateX(0);
    z-index: 1;
  }
}
.member-detail02 .main-sec .main-wrap .img img {
  display: block;
  margin: 0 auto;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.member-detail02 .main-sec .main-wrap .txt {
  width: 70%;
  margin: 0 auto;
  z-index: 2;
  animation: blur-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .txt {
    width: 100%;
    position: relative;
    padding: 88px 0 16px;
    margin-top: -40%;
    background: #FFFFFF;
    background: linear-gradient(0deg, white 50%, transparent 100%);
    z-index: 1;
  }
}
.member-detail02 .main-sec .main-wrap .txt .name-area {
  text-align: center;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .txt .name-area {
    width: 90%;
    margin: 0 auto;
  }
}
.member-detail02 .main-sec .main-wrap .txt .lbl {
  display: inline-block;
  min-width: 300px;
  border-radius: 4px;
  color: #FFF;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 47px;
  background: #000;
  font-size: 1.5em;
  padding: 0 16px;
  /*24/16*/
  text-align: center;
  filter: drop-shadow(0px 2px 2px rgba(51, 71, 26, 0.3));
}
@media (max-width: 1023px) {
  .member-detail02 .main-sec .main-wrap .txt .lbl {
    min-width: 100px;
    padding: 0 8px;
    font-size: 0.85em;
    /*12/14*/
    line-height: 21.5px;
  }
}
.member-detail02 .main-sec .main-wrap .txt .en-name {
  margin: 24px 0 32px;
  font-size: 2.125em;
  /*34/16*/
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .txt .en-name {
    margin: 8px 0 12px;
    font-size: 1em;
  }
}
.member-detail02 .main-sec .main-wrap .txt .h-name {
  margin-bottom: 32px;
  font-size: 5.5625em;
  /*89/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .txt .h-name {
    margin-bottom: 0;
    font-size: 2.2em;
  }
}
.member-detail02 .main-sec .main-wrap .txt .catch-copy {
  font-size: 1.5em;
  /*24/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .txt .catch-copy {
    font-size: 1.14em;
    /*16/14*/
  }
}
.member-detail02 .main-sec .main-wrap .bg01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 0 8px;
  background: #FFF;
  color: #000;
}
@media (max-width: 1023px) {
  .member-detail02 .main-sec .main-wrap .bg01 {
    position: relative;
    padding: 16px 0 24px;
    margin-top: 0;
    background: #f5f5f5;
  }
}
.member-detail02 .main-sec .main-wrap .bg01 .inner {
  position: relative;
  width: 70%;
  max-width: 653px;
  margin: 0 0 0 auto;
  z-index: 5;
  animation: blur-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@media (max-width: 1023px) {
  .member-detail02 .main-sec .main-wrap .bg01 .inner {
    width: 100%;
  }
}
.member-detail02 .main-sec .main-wrap .h-prof {
  padding: 8px;
  border-bottom: 1px solid #036bb6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail02 .main-sec .main-wrap .wrap-prof {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .wrap-prof {
    display: block;
  }
}
.member-detail02 .main-sec .main-wrap .wrap-prof .cell {
  width: 100%;
}
@media (max-width: 767px) {
  .member-detail02 .main-sec .main-wrap .wrap-prof .cell {
    width: 100%;
  }
}
.member-detail02 .main-sec .main-wrap .wrap-prof .data-prof {
  display: flex;
  flex-wrap: wrap;
}
.member-detail02 .main-sec .main-wrap .wrap-prof .data-prof dt {
  width: 100px;
  padding: 8px;
  border-bottom: solid 2px #e6eef4;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail02 .main-sec .main-wrap .wrap-prof .data-prof dd {
  width: calc(100% - 100px);
  padding: 8px;
  border-bottom: solid 2px #e6eef4;
}
.member-detail02 .sec-grade .list-best {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 48px;
  flex-direction: row;
  margin-bottom: -34px;
}
.member-detail02 .sec-grade .list-best > * {
  width: calc((100% - (48px * (3 - 1))) / 3);
}
@media (max-width: 767px) {
  .member-detail02 .sec-grade .list-best {
    display: block;
    margin-bottom: 0;
  }
}
.member-detail02 .sec-grade .list-best li {
  padding: 24px;
  background-color: #FFF;
  color: #000;
  margin-bottom: 40px;
  filter: drop-shadow(0 16px 16px rgba(36, 70, 91, 0.3));
}
@media (max-width: 767px) {
  .member-detail02 .sec-grade .list-best li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.member-detail02 .sec-grade .list-best .data-best {
  margin-bottom: 0;
}
.member-detail02 .sec-grade .list-best .data-best dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #006ab6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.member-detail02 .sec-grade .list-best .data-best dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.64em;
  /*32/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .member-detail02 .sec-grade .table thead th {
    font-size: 0.92em;
  }
}
@media (max-width: 767px) {
  .member-detail02 .sec-grade .table tbody td {
    font-size: 0.92em;
  }
}
.member-detail02 .sec-grade .btn-area {
  margin-top: 88px;
  text-align: center;
}
@media (max-width: 767px) {
  .member-detail02 .sec-grade .btn-area {
    margin-top: 40px;
  }
}
.member-detail02 .sec-std {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .member-detail02 .sec-std {
    margin-top: 40px;
  }
}

/*============*/
/* result_tax */
/*============*/
.result_tax .search-box {
  padding: 16px;
  background-color: #CBDDEA;
  color: #000;
}
@media (max-width: 767px) {
  .result_tax .search-box {
    margin-top: 32px;
  }
}
.result_tax .search-box .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .result_tax .search-box .wrap {
    display: block;
  }
}
.result_tax .search-box .wrap .year-data {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .result_tax .search-box .wrap .year-data {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .result_tax .search-box .wrap .year-data {
    display: block;
  }
}
.result_tax .search-box .wrap .year-data dt {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  /*18/16*/
  color: #00347f;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .result_tax .search-box .wrap .year-data dt {
    display: block;
    text-align: center;
  }
}
.result_tax .search-box .wrap .year-data dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 54px;
  margin: -4px 40px;
  background-color: #00347f;
}
@media (max-width: 767px) {
  .result_tax .search-box .wrap .year-data dt::after {
    width: 100%;
    height: 1px;
    margin: 16px 0;
  }
}
.result_tax .search-box .wrap .year-data dd select {
  width: 198px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #00347f;
  color: #00347f;
}
@media (max-width: 767px) {
  .result_tax .search-box .wrap .year-data dd select {
    width: 100%;
  }
}
.result_tax .search-box .wrap .btn-area {
  width: 50%;
}
@media (max-width: 1023px) {
  .result_tax .search-box .wrap .btn-area {
    width: 100%;
    margin: 24px auto 0;
    text-align: center;
  }
  .result_tax .search-box .wrap .btn-area .com-bt {
    max-width: 240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.result_tax .search-box .wrap .btn-area span {
  margin-left: 24px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .result_tax .search-box .wrap .btn-area span {
    display: block;
    margin-top: 8px;
  }
}
.result_tax .list-result > li {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .result_tax .list-result > li {
    margin-top: 32px;
  }
}
.result_tax .list-result .result-box {
  padding: 40px 44px;
  background-color: #f2f2f2;
  color: #000;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box {
    padding: 24px 16px;
  }
}
.result_tax .list-result .result-box .title-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap {
    display: block;
  }
}
.result_tax .list-result .result-box .title-wrap .title-area {
  width: calc(100% - 250px);
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .title-area {
    width: 100%;
  }
}
.result_tax .list-result .result-box .title-wrap .title-area .date {
  margin-bottom: 8px;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .title-area .date {
    font-size: 0.8em;
  }
}
.result_tax .list-result .result-box .title-wrap .title-area .ttl {
  margin-bottom: 16px;
  font-size: 2em;
  /*32/16*/
  line-height: 1.2;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .title-area .ttl {
    font-size: 1.2em;
  }
}
.result_tax .list-result .result-box .title-wrap .title-area .place {
  margin-bottom: 0;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  color: #666;
  line-height: 1;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .title-area .place {
    font-size: 0.8em;
  }
}
.result_tax .list-result .result-box .title-wrap .btn {
  width: 233px;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .btn {
    width: 100%;
    margin-top: 24px;
  }
}
.result_tax .list-result .result-box .title-wrap .btn .com-bt {
  display: block;
  min-width: 233px;
}
@media (max-width: 767px) {
  .result_tax .list-result .result-box .title-wrap .btn .com-bt {
    min-width: initial;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1em;
  }
}
.result_tax .list-result .player-area {
  margin-bottom: 24px;
  border-bottom: 1px solid #CCC;
}
.result_tax .list-result .player-area .list-player {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.result_tax .list-result .player-area .list-player span {
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .result_tax .list-result .player-area .list-player span {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .result_tax .list-result .player-area .list-player {
    gap: 8px 16px;
  }
  .result_tax .list-result .player-area .list-player .link-next {
    font-size: 0.9em;
  }
}
.result_tax .list-result .list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .result_tax .list-result .list-link {
    gap: 8px 16px;
  }
}
.result_tax .list-result .list-link .link-other {
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .result_tax .list-result .list-link .link-other {
    font-size: 0.8em;
  }
}
.result_tax .list-result .list-link .link-other::after {
  border-radius: 4px;
  background-color: #FFF;
  background-image: url(/track/images/result_tax/link_ic01.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
}

/*===============*/
/* result_detail */
/*===============*/
.result_detail .title-wrap {
  margin-top: 64px;
}
.result_detail .title-wrap .date {
  margin-bottom: 8px;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .result_detail .title-wrap .date {
    font-size: 1em;
  }
}
.result_detail .title-wrap .ttl {
  margin-bottom: 16px;
  font-size: 2em;
  /*32/16*/
  line-height: 1.2;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .result_detail .title-wrap .ttl {
    font-size: 1.8em;
  }
}
.result_detail .title-wrap .place {
  margin-bottom: 0;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  color: #666;
  line-height: 1;
}
@media (max-width: 767px) {
  .result_detail .title-wrap .place {
    font-size: 1em;
  }
}
.result_detail .result-area .date-info {
  margin: 100px 0 38px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .result_detail .result-area .date-info {
    margin: 56px 0 24px;
  }
}
.result_detail .result-area .date-info span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  max-width: 530px;
  padding: 4px 0 4px 4px;
  color: #000;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  font-size: 2em;
  line-height: 1;
  background: #f2f2f2;
  background: -moz-linear-gradient(to left, #f2f2f2 0%, #CCC 100%);
  background: -webkit-linear-gradient(to left, #f2f2f2 0%, #CCC 100%);
  background: linear-gradient(to right, #f2f2f2 0%, #CCC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
@media (max-width: 767px) {
  .result_detail .result-area .date-info span {
    font-size: 1.4em;
  }
}
.result_detail .result-area .date-info span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/track/images/result_tax/date_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .result_detail .result-area .date-info span::before {
    width: 24px;
    height: 24px;
  }
}
.result_detail .result-area .date-info span::after {
  content: "";
  display: block;
  position: absolute;
  right: -23px;
  width: 24px;
  height: 100%;
  background: #CCC;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.result_detail .result-area .date-info + .heading02 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .result_detail .result-area .result-table-scroll {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 4em;
  }
  .result_detail .result-area .result-table-scroll .table {
    width: 150%;
    margin-bottom: 1em;
  }
}
.result_detail .result-area .result-table .w01 {
  width: 10%;
}
.result_detail .result-area .result-table .col02 {
  width: 30%;
}
.result_detail .result-area .result-table .col03 {
  width: 22.5%;
}
.result_detail .result-area .result-table tbody td a {
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .result_detail .result-area .result-table th,
.result_detail .result-area .result-table td {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1em;
  }
}
.result_detail .result-area .result-table.type02 tbody td {
  background-color: #e6eef4;
}
.result_detail .link-area {
  padding: 64px 0;
  border-bottom: 2px solid #e6eef4;
}
@media (max-width: 767px) {
  .result_detail .link-area {
    padding: 32px 0;
  }
}
.result_detail .link-area .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .result_detail .link-area .list-link {
    display: block;
    text-align: right;
  }
  .result_detail .link-area .list-link li {
    margin-bottom: 8px;
  }
}
.result_detail .link-area .list-link .link-other {
  padding-right: 44px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.result_detail .link-area .list-link .link-other::after {
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #FFF;
  background-image: url(/track/images/result_tax/link_ic01.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.result_detail .tournament-state .com-wrap {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .result_detail .tournament-state .com-wrap {
    display: block;
  }
  .result_detail .tournament-state .com-wrap .img {
    width: 90%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .result_detail .tournament-state .com-wrap .txt {
    width: 100%;
  }
}
.result_detail .btn-area {
  margin-top: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .result_detail .btn-area {
    margin-top: 40px;
  }
}
.result_detail .btn-area .com-bt {
  background: linear-gradient(90deg, #e6eef4 0%, #e6eef4 50%, #FFF 50%, #FFF 100%);
  background-size: 200% auto;
  background-position: 100%, 0%;
  color: #00347f;
}
@media (max-width: 767px) {
  .result_detail .btn-area .com-bt {
    max-width: 320px;
    margin: 0 auto;
    font-size: 1em;
  }
}
.result_detail .btn-area .com-bt::after {
  background: url(/track/images/common/link_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.result_detail .btn-area .com-bt:hover {
  background-position: 0% 0%;
}
/*=========*/
/* gallery */
/*=========*/
.gallery .list-gallery li {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .gallery .list-gallery li {
    margin-top: 24px;
  }
}
.gallery .list-gallery li figure {
  text-align: center;
}
.gallery .list-gallery li figure div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: clip;
}
.gallery .list-gallery li figure img {
  border-radius: 4px;
}
.gallery .list-gallery li figure figcaption {
  margin-top: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .gallery .list-gallery li figure figcaption {
    font-size: 0.8em;
  }
}

.gallery-detail .ttl-date {
  margin-top: 64px;
  margin-bottom: 16px;
  color: #666;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
  font-size: 1.125em;
  /*18/16*/
}
.gallery-detail .list-gallery2 li {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .gallery-detail .list-gallery2 li {
    margin-top: 24px;
  }
}
.gallery-detail .list-gallery2 li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.gallery-detail .list-gallery2 li figure {
  text-align: center;
}
.gallery-detail .list-gallery2 li figure div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: clip;
}
.gallery-detail .list-gallery2 li figure img {
  border-radius: 4px;
}
.gallery-detail .list-gallery2 li figure figcaption {
  margin-top: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .gallery-detail .list-gallery2 li figure figcaption {
    font-size: 0.8em;
  }
}
.gallery-detail .btn-area {
  text-align: center;
}

/*======*/
/* news */
/*======*/
.news .list-news {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .news .list-news {
    margin-top: 32px;
  }
}
.news .list-news li a {
  padding-left: 0;
}

.news-detail .heading-area {
  margin: 64px 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #00347f;
}
.news-detail .heading-area .info-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 24px;
}
.news-detail .heading-area .info-area .date {
  width: 160px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-detail .heading-area .info-area .date {
    width: 140px;
  }
}
.news-detail .heading-area .info-area .label {
  width: 100px;
  padding: 6px 2px;
  background-color: #FFF;
  border: 1px solid #00347f;
  border-radius: 24px;
  color: #00347f;
  text-align: center;
  font-size: 0.81em;
  /*13/16*/
  line-height: 1;
}
@media (max-width: 767px) {
  .news-detail .heading-area .info-area .label {
    font-size: 0.85em;
    /*12/14*/
  }
}
.news-detail .heading-area .heading01 {
  margin: 0 auto;
}
.news-detail .btn-area {
  margin-bottom: 120px;
  padding-top: 24px;
  border-top: 1px solid #00347f;
  text-align: center;
}
@media (max-width: 767px) {
  .news-detail .btn-area {
    margin-bottom: 88px;
  }
}

/*=========*/
/* message */
/*=========*/
.message .com-wrap {
  margin-top: 88px;
  align-items: center;
}
@media (max-width: 767px) {
  .message .com-wrap {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.message .com-wrap .img {
  width: 40%;
  /*480/1200*/
}
@media (max-width: 767px) {
  .message .com-wrap .img {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
}
.message .com-wrap .img img {
  border-radius: 4px;
}
.message .com-wrap .txt {
  width: 53%;
}
@media (max-width: 767px) {
  .message .com-wrap .txt {
    width: 100%;
  }
}
.message .com-wrap .txt .attention {
  font-size: 0.875em;
  /*14/16*/
  color: #666;
}
.message .btn {
  margin-top: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .message .btn {
    margin-top: 32px;
  }
}
.message .bg-area {
  margin-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .message .bg-area {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

/*======*/
/* team */
/*======*/
.team .com-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .team .com-wrap {
    display: block;
  }
}
.team .com-wrap .img {
  width: 40%;
  /*480/1200*/
}
@media (max-width: 767px) {
  .team .com-wrap .img {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
}
.team .com-wrap .img img {
  border-radius: 4px;
}
.team .com-wrap.first-wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .team .com-wrap.first-wrap {
    margin-top: 40px;
  }
}
.team .com-wrap .txt {
  width: 53%;
}
@media (max-width: 767px) {
  .team .com-wrap .txt {
    width: 100%;
  }
}
.team .com-wrap .txt .heading02 {
  margin-top: 0;
}
.team .com-wrap .txt .txt-blue {
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  font-size: 1.125em;
  /*18/16*/
  color: #006ab6;
}
.team .com-wrap .txt .sign {
  text-align: right;
}
.team .com-wrap .txt .sign span {
  margin-left: 32px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  font-size: 1.25em;
  /*20/16*/
}
.team .bg-area {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .team .bg-area {
    padding-bottom: 64px;
  }
}

/*================*/
/* ekiden-archive */
/*================*/
.ekiden-archive .place-txt {
  margin-top: 16px;
  font-size: 1.125em;
  /*18/16*/
  color: #666;
  line-height: 1;
}
@media (max-width: 767px) {
  .ekiden-archive .table thead th {
    font-size: 1em;
  }
  .ekiden-archive .table tbody td {
    font-size: 0.8em;
  }
}

/*========*/
/* record */
/*========*/
@media (max-width: 767px) {
  .record .table thead th {
    font-size: 1em;
  }
  .record .table tbody td {
    font-size: 0.8em;
  }
}

/*=============*/
/* environment */
/*=============*/
.environment .list-img {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .environment .list-img {
    margin-top: 48px;
    gap: 24px 4%;
  }
  .environment .list-img li {
    width: 48%;
    margin: 0;
  }
}
.environment .list-img figcaption {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .environment .list-img figcaption {
    margin-top: 8px;
    font-size: 0.9em;
  }
}
.environment .com-wrap {
  margin-top: 96px;
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .environment .com-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 48px;
  }
}
.environment .com-wrap .img {
  width: 40%;
  /*480/1200*/
}
@media (max-width: 767px) {
  .environment .com-wrap .img {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
}
.environment .com-wrap .img img {
  border-radius: 4px;
}
.environment .com-wrap .txt {
  width: 53%;
}
@media (max-width: 767px) {
  .environment .com-wrap .txt {
    width: 100%;
  }
}

/*========*/
/* oneday */
/*========*/
.oneday .player-sec {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .oneday .player-sec {
    margin-bottom: 64px;
  }
}
.oneday .player-sec .list-player {
  margin-bottom: 0;
}
.oneday .player-sec .list-player li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li {
    display: block;
  }
}
.oneday .player-sec .list-player li .img {
  width: 40%;
  /*480/1200*/
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .img {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
.oneday .player-sec .list-player li .txt {
  width: 55.333%;
  /*664/1200*/
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .txt {
    width: 100%;
  }
}
.oneday .player-sec .list-player li .txt .name {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .txt .name {
    margin-bottom: 8px;
  }
}
.oneday .player-sec .list-player li .txt .name span {
  display: inline-block;
  line-height: 1.2;
}
.oneday .player-sec .list-player li .txt .name span.main-txt {
  font-size: 2.625em;
  /*42/16*/
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .txt .name span.main-txt {
    font-size: 2.857em;
    /*40/14*/
  }
}
.oneday .player-sec .list-player li .txt .name span.sub-txt {
  transform: translateY(-5px);
  font-size: 1.3125em;
  /*21/16*/
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .txt .name span.sub-txt {
    transform: translateY(-2px);
    font-size: 1.571em;
    /*22/14*/
  }
}
.oneday .player-sec .list-player li .txt .destination {
  color: #036BB6;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .oneday .player-sec .list-player li .txt .destination {
    font-size: 1.285em;
    /*18/14*/
  }
}
.oneday .player-sec .list-player li:last-child {
  margin-bottom: 0;
}
.oneday .flow-sec .bg-area {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .bg-area {
    padding-bottom: 72px;
  }
}
.oneday .flow-sec .heading01 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .heading01 {
    margin-top: 64px;
  }
}
.oneday .flow-sec .lead-txt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .lead-txt {
    margin-bottom: 40px;
  }
}
.oneday .flow-sec .flow-box {
  padding: 32px 32px 48px;
  border-radius: 5px;
  background: #FFF;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-box {
    margin-bottom: 48px;
    padding: 40px 12px 8px;
  }
}
.oneday .flow-sec .flow-box .player-name {
  margin-bottom: 12px;
  text-align: center;
}
.oneday .flow-sec .flow-box .player-name .name {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 16px;
  color: #00347F;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.oneday .flow-sec .flow-box .player-name .name span {
  display: inline-block;
  line-height: 1.2;
}
.oneday .flow-sec .flow-box .player-name .name span.main-txt {
  font-size: 1.714em;
  /*24/14*/
}
.oneday .flow-sec .flow-box .player-name .name span.sub-txt {
  font-size: 1.2855em;
  /*18/14*/
}
.oneday .flow-sec .flow-box .player-name .destination {
  margin-bottom: 0;
  color: #666;
  font-size: 1.125em;
  /*18/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-box .player-name .destination {
    font-size: 1.285em;
    /*18/14*/
  }
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-box:last-child {
    margin-bottom: 0;
  }
}
.oneday .flow-sec .flow-area .flow {
  position: relative;
  padding-bottom: 48px;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow {
    padding-bottom: 40px;
    padding-left: 32px;
  }
}
.oneday .flow-sec .flow-area .flow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 12px;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 4px);
  background: url(/track/images/oneday/flow_bg01.svg) repeat-y;
  background-size: 100% auto;
}
.oneday .flow-sec .flow-area .flow .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .oneday .flow-sec .flow-area .flow .wrap {
    display: block;
  }
}
.oneday .flow-sec .flow-area .flow .wrap .txt {
  width: 300px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .oneday .flow-sec .flow-area .flow .wrap .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .wrap .txt {
    margin-bottom: 0;
  }
}
.oneday .flow-sec .flow-area .flow .wrap .img {
  display: flex;
  justify-content: center;
  gap: 0 5.555%;
  /*42/756*/
  max-width: 756px;
  width: calc(100% - 332px);
}
@media (max-width: 1023px) {
  .oneday .flow-sec .flow-area .flow .wrap .img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .wrap .img {
    margin-bottom: 16px;
  }
}
.oneday .flow-sec .flow-area .flow .wrap .img figure {
  width: 47.222%;
  /*357/756*/
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .wrap .img figure {
    width: 100%;
    text-align: center;
  }
}
.oneday .flow-sec .flow-area .flow-cts {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.oneday .flow-sec .flow-area .flow-cts:last-child {
  padding-bottom: 0;
}
.oneday .flow-sec .flow-area .flow .time {
  position: absolute;
  top: 0;
  left: 0;
  color: #00347F;
  font-size: 1.75em;
  /*28/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .time {
    font-size: 2em;
    /*28/14*/
  }
}
.oneday .flow-sec .flow-area .flow .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/track/images/oneday/flow_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .time::before {
    left: -32px;
  }
}
.oneday .flow-sec .flow-area .flow .ttl {
  margin-bottom: 16px;
  color: #036BB6;
  font-size: 1.25em;
  /*20/16*/
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow .ttl {
    font-size: 1.285em;
    /*18/14*/
  }
}
.oneday .flow-sec .flow-area .flow .comment {
  margin-bottom: 0;
}
.oneday .flow-sec .flow-area .flow:first-of-type {
  padding-top: 48px;
}
.oneday .flow-sec .flow-area .flow:last-of-type {
  margin-bottom: 0;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow:last-of-type {
    padding-bottom: 36px;
  }
}
.oneday .flow-sec .flow-area .flow-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1055px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow-wrap {
    display: block;
  }
}
.oneday .flow-sec .flow-area .flow-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(58.199% - 20px);
  /*614/1055*/
  height: 3px;
  background: url(/track/images/oneday/flow_bg02.svg) repeat-x;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow-wrap::before {
    content: none;
  }
}
.oneday .flow-sec .flow-area .flow-wrap::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 16px;
  width: calc(58.199% - 20px);
  /*614/1055*/
  height: 3px;
  background: url(/track/images/oneday/flow_bg02.svg) repeat-x;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow-wrap::after {
    content: none;
  }
}
.oneday .flow-sec .flow-area .flow-wrap .flow {
  width: 43.601%;
  /*460/1055*/
  padding-top: 48px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow-wrap .flow {
    width: 100%;
    padding-top: 0;
  }
}
.oneday .flow-sec .flow-area .flow-wrap .flow .img {
  margin-bottom: 16px;
}
.oneday .flow-sec .flow-area .flow-wrap + .flow {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .oneday .flow-sec .flow-area .flow-wrap + .flow {
    padding-top: 0;
  }
}
.oneday .flow-sec .btn-area {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .oneday .flow-sec .btn-area {
    margin-top: 40px;
  }
}

/*======*/
/* obog */
/*======*/
.obog .com-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .obog .com-wrap {
    display: block;
  }
}
.obog .com-wrap .img {
  width: 40%;
  /*480/1200*/
}
@media (max-width: 767px) {
  .obog .com-wrap .img {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
}
.obog .com-wrap .img img {
  border-radius: 4px;
}
.obog .com-wrap .txt {
  width: 53.333%;
}
@media (max-width: 767px) {
  .obog .com-wrap .txt {
    width: 100%;
  }
}
.obog .com-wrap .txt .heading02 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .obog .com-wrap .txt .heading02 {
    text-align: center;
  }
}
.obog .com-wrap .txt .sub-txt {
  margin-bottom: 24px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
  color: #006ab6;
  font-size: 1.125em;
  /*18/16*/
}
@media (max-width: 767px) {
  .obog .com-wrap .txt .sub-txt {
    text-align: center;
  }
}

/*メンテナンス画面*/
.maintenance article {
  background-color: #cbddea;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  padding: 150px 40px;
}
@media (max-width: 767px) {
  .maintenance article {
    font-size: 100%;
    padding: 56px 24px;
  }
}
.maintenance-tx {
  text-align: center;
  background-color: #FFF;
  padding: 64px;
}
@media (max-width: 767px) {
  .maintenance-tx {
    padding: 24px;
  }
}

/*# sourceMappingURL=contents.css.map */
