.tb br {
  display: none;
}

@media (min-width: 768px) and (max-width: 1239px) {
  .tb br {
    display: block;
  }
}
@media (max-width: 767px) {
  .row .col_2 + .col_2 {
    margin-top: 40px;
  }
  .row .col_3 + .col_3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 60px;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_3 {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 60px;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row.img_right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.img_right .img {
    width: 34%;
  }
  .row.img_right .text {
    width: 64%;
  }
  .row.img_right .text > *:first-child {
    margin-top: 0;
  }
  .row.img_left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.img_left .img {
    width: 34%;
  }
  .row.img_left .text {
    width: 64%;
  }
  .row.img_left .text > *:first-child {
    margin-top: 0;
  }
}
section {
  padding: 40px 0;
}

section h2 {
  color: #a08930;
  font-size: 44px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  margin-top: 0 !important;
}

section h2 .subtext {
  font-size: 18px;
  color: #a08930;
  display: block;
}

@media (max-width: 767px) {
  section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  section h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  section .tel_box {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
  section h2 {
    margin-bottom: 60px;
  }
  section .tel_box {
    margin-bottom: 40px;
  }
  section .tel_box p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section .tel_box {
    display: block;
  }
  section .tel_box .btn-style {
    text-align: left;
    margin-top: 20px;
  }
}
#footer .cont01 {
  padding: 40px 0;
  background: #faf9f7;
}

#footer .cont02 {
  padding: 40px 0;
}

#footer .time_box {
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
}

#footer .time_box + p {
  padding-left: 20px;
}

@media only screen and (min-width: 1240px) {
  #footer .time_box {
    padding: 40px;
  }
  #footer .time_box + p {
    padding-left: 40px;
  }
}
#footer .access_box {
  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;
  margin-top: 50px;
}

#footer .access_box > * {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 20px 0;
  width: 50%;
}

#footer .access_box > * .large {
  font-size: 24px;
}

#footer .access_box .access01 {
  border-right: 1px solid #cccccc;
}

#footer .access_box .access01 p {
  padding-top: 40px;
  background: url("../img/icon_time.svg") no-repeat center top;
  background-size: 30px;
}

#footer .access_box .access02 p {
  padding-top: 40px;
  background: url("../img/icon_train.svg") no-repeat center top;
  background-size: 21px;
}

@media (min-width: 768px) {
  #footer .access_box > * {
    width: 240px;
  }
  #footer .access_box > * .large {
    font-size: 30px;
  }
}
#footer .cont02 .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer .cont02 .nav01,
#footer .cont02 .nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 0;
}

#footer .cont02 .nav01 .nav_ttl,
#footer .cont02 .nav02 .nav_ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
}

#footer .cont02 .nav02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 15px;
}

#footer .cont02 .nav_title {
  font-size: 30px;
  color: #b59f48;
  width: 100%;
}

#footer .cont02 ul {
  width: 48%;
}

#footer .cont02 li + li {
  margin-top: 10px;
}

#footer .cont02 li a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
}

#footer .cont02 .nav_subtitle {
  position: relative;
  padding-left: 1em;
}

#footer .cont02 .nav_subtitle + .nav_subtitle {
  margin-top: 5px;
}

#footer .cont02 .nav_subtitle a {
  font-weight: 500;
  font-size: 16px;
}

#footer .cont02 .nav_subtitle::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  #footer .nav02 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #footer .cont01 {
    padding: 100px 0 60px;
  }
  #footer .cont02 {
    padding: 100px 0 60px;
  }
  #footer .cont02 .nav01,
  #footer .cont02 .nav02 {
    width: 48%;
  }
  #footer .cont02 li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1240px) {
  #footer .cont02 .nav01 {
    width: 350px;
  }
  #footer .cont02 .nav02 {
    width: calc(100% - 350px - 40px);
  }
  #footer .cont02 .nav02 ul {
    width: 23%;
  }
}
.mainimage {
  position: relative;
}

.mainimage .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 2px 2px #bab5a6, 0 0 40px #c4b783, 0 0 40px #c4b783, 0 0 50px #c4b783, 0 0 50px #c4b783, 0 0 60px #c4b783, 0 0 60px #c4b783;
  font-size: clamp(30px, 4.3vw, 80px);
  line-height: 2;
}
.mainimage .main_copy small {
  display: block;
  font-size: clamp(20px, 2.83vw, 50px);
}

@media (min-width: 768px) {
  .mainimage .main_copy {
    top: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: auto;
    left: 11vw;
    max-width: clamp(420px, 63.3vw, 950px);
  }
}
@media (max-width: 767px) {
  .mainimage .main_copy {
    top: 5vw;
    text-shadow: 0 2px 2px #bab5a6, 0 0 10px #c4b783, 0 0 10px #c4b783, 0 0 30px #c4b783, 0 0 30px #c4b783, 0 0 40px #c4b783, 0 0 40px #c4b783;
    font-size: clamp(30px, 4.3vw, 80px);
  }
}
.sec01 .open_wrap {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.sec01 .open_wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 741px;
  height: 38px;
  background: url("../img/open_bg.png") no-repeat center bottom/cover;
}

.sec01 .open {
  line-height: 1;
  text-align: center;
  -webkit-filter: drop-shadow(0 4px 0 #e5e5e5);
          filter: drop-shadow(0 4px 0 #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbaa59), color-stop(50%, #bbaa59), color-stop(50%, #a08930), to(#a08930));
  background: linear-gradient(180deg, #bbaa59 0%, #bbaa59 50%, #a08930 50%, #a08930 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.sec01 .news {
  background: #f5f0e9;
  padding: 20px;
}

.sec01 h2 {
  color: #473b0d;
}

.sec01 dl dt {
  color: #a08930 !important;
}

@media (max-width: 767px) {
  .sec01 .open_wrap {
    padding-bottom: 30px;
  }
  .sec01 .open_wrap::after {
    width: 320px;
    background-size: contain;
  }
  .sec01 .open {
    font-size: 36px;
  }
  .sec01 .open .small {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .sec01 .open_wrap {
    margin-bottom: 50px;
  }
  .sec01 .open {
    font-size: 80px;
  }
  .sec01 .open .small {
    font-size: 60px;
  }
  .sec01 .news {
    padding: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .title_box {
    width: 180px;
  }
  .sec01 dl {
    width: calc(100% - 180px - 70px);
  }
  .sec01 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sec01 .btn-style {
    margin-bottom: 0;
  }
  .sec01 .btn-style a {
    padding: 10px;
  }
}
.sec02 {
  background: linear-gradient(180deg, transparent 140px, #faf9f7 140px);
}

.sec02 .img {
  margin-bottom: 25px;
  padding-top: clamp(30px, 3.33vw, 50px);
  text-align: center;
  position: relative;
}
.sec02 .img .ttl {
  font-size: clamp(37px, 5.92vw, 74px);
  color: #d0bc6f;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -10px;
  letter-spacing: 0.1em;
}
.sec02 .img .ttl.other_color {
  color: #cbc3a4;
}

.sec02 li + li {
  margin-top: 10px;
}

.sec02 .btn-style a {
  width: 300px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .sec02 .row {
    gap: 70px 2.6%;
  }
  .sec02 .col_3 {
    width: 31.6%;
    margin: 0;
  }
  .sec02 .col_3.wide {
    width: 65.8%;
  }
  .sec02 .col_3.wide ul {
    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;
    gap: 10px 20px;
  }
  .sec02 .col_3.wide ul li {
    margin-top: 0 !important;
    max-width: calc((100% - 20px) / 2);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .sec02 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    height: 21.7vw;
  }
}
.sec03 .en {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  color: #ece6d9;
  text-align: center;
  letter-spacing: 0.05em;
}

.sec03 h2 {
  color: #333333;
  line-height: 1.6;
}

.sec03 .btn-style a {
  background: #fff;
}

@media (max-width: 767px) {
  .sec03 {
    background: url("../img/sp_sec03_bg.jpg") no-repeat center top 80px, linear-gradient(180deg, transparent 80px, #c4b783 80px);
    background-size: contain, auto;
  }
  .sec03 .img {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .sec03 .img img {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    background: url("../img/sec03_bg.jpg") no-repeat center top 170px;
  }
  .sec03 .en {
    font-size: 100px;
    margin-bottom: 40px;
  }
  .sec03 h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
  .sec03 .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec03 .img {
    width: 240px;
  }
  .sec03 .text {
    width: calc(100% - 240px - 60px);
  }
  .sec03 .btn-style {
    text-align: left;
  }
  .sec03 .btn-style a {
    width: 180px;
  }
  .sec03 .btn-style a:hover {
    background: #a08930;
  }
}
.sec04 {
  background: url("../img/sec04_bg.jpg") no-repeat center/cover;
}

.sec04 h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  min-height: 90px;
  padding-left: 70px;
  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;
  padding-top: 20px !important;
  margin-bottom: 10px;
}

.sec04 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 1;
  color: #ccb86b;
  font-weight: 400;
}

.sec04 h3::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 15px;
  left: 35px;
  width: 2px;
  height: 80px;
  border-left: 1px solid #ccb86b;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 1;
}

.sec04 .cont01 h3::before {
  content: "1";
}

.sec04 .cont02 h3::before {
  content: "4";
}

.sec04 .cont03 h3::before {
  content: "2";
}

.sec04 .cont04 h3::before {
  content: "3";
}

.sec04 .btn-style a {
  background: transparent;
}

.sec04 .btn-style a:hover {
  background: #b59f48;
}

@media (max-width: 767px) {
  .sec04 .cont01 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec04 h3 {
    font-size: 28px;
    padding-left: 80px;
    margin-bottom: 30px;
    min-height: 160px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 80px !important;
  }
  .sec04 h3::before {
    font-size: 100px;
  }
  .sec04 h3::after {
    top: 30px;
    left: 60px;
    height: 140px;
  }
  .sec04 .one_column, .sec04 .row2 {
    margin-bottom: 70px;
  }
  .sec04 .one_column:last-child {
    margin-bottom: 0;
  }
  .sec04 .one_column h3 {
    padding-bottom: 20px;
  }
  .sec04 .one_column .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec04 .one_column .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec04 .one_column .img {
    width: 34%;
  }
  .sec04 .one_column .text {
    width: calc(66% - 60px);
  }
  .sec04 .btn-style {
    text-align: left;
  }
  .sec04 .btn-style a {
    width: 240px;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .sec04 h3 {
    font-size: 24px;
    min-height: 130px;
    margin-bottom: 20px;
    padding-top: 30px !important;
  }
  .sec04 h3::before {
    font-size: 70px;
  }
  .sec04 h3::after {
    height: 100px;
    left: 40px;
  }
  .sec04 .one_column h3 {
    padding-bottom: 0;
  }
}
.sec05 p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.sec05 p .text-date {
  color: #a08930;
  display: block;
}

.sec05 .img {
  margin-bottom: 15px;
}

.sec05 .btn-style {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sec05 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 20px;
  }
  .sec05 .row .col_4 {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .sec05 .row {
    gap: 0 46.6666666667px;
  }
  .sec05 .col_4 {
    width: calc((100% - 140px) / 4);
  }
  .sec05 .btn-style {
    margin-top: 40px;
  }
  .sec05 .btn-style a {
    width: 240px;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .sec05 .row {
    gap: 0 20px;
  }
  .sec05 .col_4 {
    width: calc((100% - 60px) / 4);
  }
}
.sec06 {
  background: #b59f48;
  margin-bottom: 40px;
}

.sec06 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec06 li {
  width: 33.3333333333%;
}

.sec06 li:not(:last-child) {
  border-right: 1px dotted #fff;
}

.sec06 a {
  color: #fff;
  font-size: 24px;
  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;
  height: 100%;
}

.sec06 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec06 .icon {
  padding-top: 45px;
}

.sec06 .news .icon {
  background: url("../img/sp_icon_news.png") no-repeat center top 7px;
  background-size: 30px !important;
}

.sec06 .pay .icon {
  background: url("../img/sp_icon_mail.png") no-repeat center top;
  background-size: 34px !important;
}

.sec06 .web .icon {
  background: url("../img/sp_icon_line.png") no-repeat center top;
  background-size: 28px !important;
}

@media (max-width: 767px) {
  .sec06 a {
    padding: 30px 0 40px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .sec06 a::after {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .sec06 .icon {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  .sec06 a {
    height: 150px;
  }
  .sec06 a:hover {
    background: #cfbd75;
  }
  .sec06 .icon {
    padding-top: 40px;
  }
  .sec06 .news .icon {
    background: url("../img/icon_news.png") no-repeat center top 5px;
  }
  .sec06 .pay .icon {
    background: url("../img/icon_mail.png") no-repeat center top;
  }
  .sec06 .web .icon {
    background: url("../img/icon_line.png") no-repeat center top;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .sec06 a {
    font-size: 20px;
  }
}
.sec07 {
  background: url("../img/sec07_bg.jpg") no-repeat center top;
}

.sec07 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 767px) {
  .sec07 li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding-top: 60px;
  }
  .sec07 h2 {
    font-size: 70px;
  }
  .sec07 ul {
    gap: 10px;
  }
  .sec07 li {
    width: calc((100% - 30px) / 4);
  }
}
#lang-dropdown-container {
  position: absolute;
  right: 0;
  top: 200px;
  display: inline-block;
  z-index: 1;
}

#lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
}

.gtranslate_wrapper select {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  #lang-dropdown-container {
    top: auto;
    bottom: 120px;
    width: 70px;
  }
}
@media (min-width: 768px) {
  #menu-header-nav > li > a .text-wrap {
    word-break: keep-all;
    overflow-wrap: normal;
    -ms-hyphens: none;
        hyphens: none;
  }
}
html[lang=en] span.pc,
html[lang=en] span.sp,
html[lang=en] span.tb,
html[lang=zh-CN] span.pc,
html[lang=zh-CN] span.sp,
html[lang=zh-CN] span.tb {
  display: none;
}

@media (max-width: 767px) {
  html[lang=en] .sec06 a {
    padding: 30px 0 60px;
  }
  html[lang=en] .mainimage .main_copy {
    top: 4vw;
  }
  html[lang=en] .time-table thead th,
  html[lang=en] .time-table tbody th {
    font-size: 12px !important;
  }
}
.page-regenerative_medicine .img_left img {
  width: 150px;
}

.page-regenerative_medicine .under table th {
  width: 30% !important;
}

.shikashi {
  position: relative;
  text-align: center;
  font-size: 30px;
  background: #f4e69c;
  width: 120px;
  height: 100px;
  padding-top: 20px;
  margin: 50px auto !important;
}

.shikashi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background: #f4e69c;
  z-index: -1;
}

.shikashi::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  background: #f4e69c;
  z-index: -1;
}

.top_athlete {
  background: url(../img/top_athlete_bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: clamp(50px, 6.666vw, 130px) 0;
}
.top_athlete h2 {
  color: #fff;
  font-size: clamp(36px, 5.2vw, 50px);
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
}
.top_athlete h2 .en {
  font-size: clamp(20px, 2.3vw, 35px);
  display: table;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_athlete .txt_wrap {
  margin-bottom: 40px;
}
.top_athlete .txt_wrap p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.top_athlete .btn-style a {
  border-color: #fff;
  color: #fff;
  width: 250px;
}
.top_athlete .btn-style a:after {
  border-color: #fff;
}
.top_athlete .list {
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.top_athlete .list:after {
  content: "";
  width: clamp(40px, 5.2vw, 79px);
  height: clamp(40px, 5.2vw, 79px);
  background: url(../img/mc_ic.png) no-repeat center/cover;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_athlete .list li {
  margin: 20px 0;
}
.top_athlete .list .primary_ttl {
  font-size: clamp(38px, 5vw, 76px);
}
.top_athlete .list .secondary_ttl {
  font-size: clamp(42px, 5.7vw, 86px);
}
.top_athlete .list .size01 {
  font-size: clamp(53px, 6.18vw, 106px);
}
.top_athlete .list .size02 {
  font-size: clamp(48px, 6.4vw, 96px);
}
.top_athlete .list .size03 {
  font-size: clamp(58px, 7.73vw, 116px);
}
@media (max-width: 767px) {
  .top_athlete {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .top_athlete .btn-style {
    text-align: left;
  }
  .top_athlete .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_athlete .row .left_col {
    width: 68%;
  }
  .top_athlete .row .right_col {
    width: 32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec_method {
  margin: 0;
  padding: 0 0 50px;
}
.sec_method .sec_title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #a08930;
  text-align: center;
}
.sec_method .sec_title .sec_span {
  font-size: 26px;
}
.sec_method .sec_title .sec_span2 {
  font-size: 16px;
}
.sec_method .sec_title2 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #c9c6bd;
  width: fit-content;
  margin: 0 auto 25px;
  text-align: center;
}

.sec_method .sec_title3 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
}
.sec_method .sec_title3 .sec_span {
  font-size: 32px;
}
.sec_method .row {
  margin-top: 30px;
}
.sec_method .btn-style a {
  font-size: 18px;
  max-width: 240px;
}
.sec_method .row .btn-style {
  margin-top: auto;
}
.sec_method .row .btn-style a {
  border-color: #fff;
  color: #fff;
}
.sec_method .row .btn-style a:after {
  border-color: #fff;
}
.sec_method .row .btn-style a:hover {
  background: #fff;
  color: #a08930;
}
.sec_method .row .btn-style a:hover:after {
  border-color: #a08930;
}
.sec_method .row p {
  color: #fff;
}
.sec_method .row .col_2 {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
}
.sec_method .row .col_2:first-child {
  background: url("../img/sec_method_bg01.png") no-repeat center / cover;
}
.sec_method .row .col_2:last-child {
  background: url("../img/sec_method_bg02.png") no-repeat center / cover;
}
@media screen and ( min-width : 768px ) {
  .sec_method {
    padding: 20px 0 140px;
  }
  .sec_method .row .col_2 {
    padding: 50px 20px;
  }
  .sec_method .sec_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .sec_method .sec_title .sec_span {
    font-size: 30px;
  }
  .sec_method .sec_title .sec_span2 {
    font-size: 18px;
  }
  .sec_method .sec_title2 {
    font-size: 28px;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin: 0 auto 25px;
  }

  .sec_method .sec_title3 {
    font-size: 40px;
    line-height: 50px;
    min-height: 105px;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sec_method .sec_title3 .sec_span {
    font-size: 50px;
  }
  .sec_method .sec_text {
    min-height: 90px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  .sec_method .sec_text2 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .sec_method .row {
    margin-top: 50px;
  }
}
@media screen and ( min-width : 1250px ) {
  .sec_method .row .col_2 {
    padding: 60px;
  }
  .sec_method .sec_title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .sec_method .sec_title .sec_span {
    font-size: 44px;
  }
  .sec_method .sec_title .sec_span2 {
    font-size: 26px;
  }
  .sec_method .sec_title2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin: 0 auto 25px;
  }

  .sec_method .sec_title3 {
    font-size: 60px;
    line-height: 70px;
    min-height: 146px;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
  }
  .sec_method .sec_title3 .sec_span {
    font-size: 75px;
  }

  .sec_method .sec_text2 {
    letter-spacing: 0.1em;
  }
  .sec_method .row .btn-style {
    text-align: left;
  }
}
/*# sourceMappingURL=original_style.css.map */