@charset "UTF-8";
:root {
  --key-color: #0d5faf;
  --key-color-ash: #e6f1fc;
  --fitness-color: #30c6b7;
  --kids-color: #00a1e9;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd,
figure,
body {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 0.6666666667vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: Noto Sans JP, sans-serif;
  color: #333;
}
body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.js-dropdownElement {
  display: none;
}

@media screen and (min-width: 769px) {
  .hidden_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden_sp {
    display: none !important;
  }
}
footer {
  position: relative;
  padding-bottom: 4.5vw;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  footer .pc_arrow_none::after {
    content: none !important;
  }
}
@media screen and (max-width: 768px) {
  footer .sp_arrow_none::after {
    content: none !important;
  }
}
footer .ac-parent_all {
  position: relative;
}

footer .ac-parent_all.active .ac_btn span:nth-of-type(2) {
  display: none;
}

footer .ac-child_all {
  display: none;
}

@media screen and (max-width: 768px) {
  footer .ac-child {
    display: none;
  }
}
footer .ac-parent {
  position: relative;
}

footer .ac-parent.active .ac_btn span:nth-of-type(2) {
  display: none;
}

footer .ac_btn {
  position: absolute;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  right: -1rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

footer .ac_btn span:nth-of-type(1) {
  display: inline-block;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 0.5rem;
  background-color: #013b6b;
}

footer .ac_btn span:nth-of-type(2) {
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2.5rem;
  width: 0.5rem;
  background-color: #013b6b;
}

footer #page_top {
  display: none !important;
}

footer .arrow {
  position: relative;
}

footer .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  right: -2rem;
  margin: auto;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.3rem solid #333;
  border-right: 0.3rem solid #333;
  transform: rotate(45deg);
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  footer .arrow::after {
    border-top: 0.4rem solid #333;
    border-right: 0.4rem solid #333;
  }
}
footer .arrow-c {
  position: relative;
}

footer .arrow-c::before,
footer .arrow-c::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  right: -0.4em;
  margin: auto;
  vertical-align: middle;
  box-sizing: content-box;
}

footer .arrow-c::before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
}

footer .arrow-c::after {
  right: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.4rem solid #013b6b;
  border-right: 0.4rem solid #013b6b;
  transform: rotate(45deg);
}

footer a.btn {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-radius: 8rem;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  width: 28rem;
  display: block;
  padding: 1.2rem;
  line-height: 1;
  font-size: 3.4rem;
  box-sizing: content-box;
}

footer a.btn.arrow-c::before {
  right: 3rem;
}

footer a.btn.arrow-c::after {
  right: 3.9rem;
}

footer .footer_wrapper a {
  text-decoration: none;
}

footer .footer_wrapper a:hover {
  opacity: 0.8;
}

footer .footer_wrapper .footer_top {
  border-top: 1px solid #e4ebf2;
  padding: 6rem 0;
}

footer .footer_wrapper .footer_top .menu {
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 2rem;
  max-width: 1440px;
  margin: auto;
}

footer .footer_wrapper .footer_top .menu .inner {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}

@media screen and (min-width: 769px) {
  footer .footer_wrapper .footer_top .menu .inner {
    width: 114rem;
    margin: 0 auto;
  }
}
footer .footer_wrapper .footer_top .menu .menu_l table tr:first-of-type td {
  padding-top: 0;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td {
  padding-top: 3rem;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul tr td + td {
  padding-left: 8rem;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a {
  color: #013b6b;
  font-size: 1.8rem;
  font-weight: 700;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a::after {
  width: 0.6rem;
  height: 0.6rem;
  left: -3rem;
  right: auto;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a::before {
  background-color: #013b6b;
  left: -3.5rem;
  right: auto;
}

@media screen and (max-width: 768px) {
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a.sp_arrow_none {
    pointer-events: none;
  }
}
footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul {
  padding-left: 3em;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li {
  padding-top: 2rem;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li a {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li a::after {
  border-top: 0.3rem solid #013b6b;
  border-right: 0.3rem solid #013b6b;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul {
  padding-left: 0;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 2em;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li a::after {
  content: none;
}

footer .footer_wrapper .footer_top .menu .menu_l table tr td + td {
  padding-left: 12rem;
}

footer .footer_wrapper .footer_top .menu .menu_r {
  text-align: center;
  margin-left: 8rem;
}

footer .footer_wrapper .footer_top .menu .menu_r > a {
  background-color: #ff9b0b;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  padding: 1.2rem;
}

footer .footer_wrapper .footer_top .menu .menu_r > a::after {
  border-top: 0.4rem solid #ff9b0b;
  border-right: 0.4rem solid #ff9b0b;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents {
  margin-top: 8rem;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents p {
  font-size: 1.4rem;
  padding-bottom: 2rem;
  letter-spacing: 0.1em;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a + a {
  padding-left: 2rem;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a:nth-of-type(3) {
  padding-left: 2.3rem;
}

footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a img {
  width: 3.8rem;
}

@media screen and (max-width: 768px) {
  footer .footer_wrapper .footer_top .menu {
    display: block;
  }
}
footer .footer_wrapper .footer_bottom {
  border-top: 1px solid #e4ebf2;
}

footer .footer_wrapper .footer_bottom .inner {
  width: 75%;
  max-width: 1440px;
  margin: auto;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  footer .footer_wrapper .footer_bottom .inner {
    width: 85%;
  }
}
footer .footer_wrapper .footer_bottom .submenu {
  padding: 4rem 0;
}

footer .footer_wrapper .footer_bottom .submenu ul {
  display: flex;
}

footer .footer_wrapper .footer_bottom .submenu ul li + li {
  margin-left: 8rem;
}

footer .footer_wrapper .footer_bottom .submenu ul a {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

footer .footer_wrapper .footer_bottom .policy {
  padding: 1.5rem 0;
  border-top: 1px solid #e4ebf2;
}

footer .footer_wrapper .footer_bottom .policy .inner {
  display: flex;
  justify-content: space-between;
}

footer .footer_wrapper .footer_bottom .policy .inner a {
  font-size: 1.2rem;
}

footer .footer_wrapper .footer_bottom .policy .inner p {
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  footer .footer_wrapper .footer_top .menu {
    max-width: 67rem;
  }
  footer .footer_wrapper .footer_top .menu .inner {
    display: block;
    padding: 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_l {
    padding: 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table {
    width: 100%;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td {
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: 0.2rem solid rgba(13, 95, 175, 0.2);
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td.last {
    border-bottom: 0.2rem solid rgba(13, 95, 175, 0.2);
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li {
    padding: 5rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a {
    font-size: 3.2rem;
    display: block;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a::before {
    content: none;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a::after {
    border-top: 0.5rem solid #013b6b;
    border-right: 0.5rem solid #013b6b;
    left: auto;
    right: 0;
    width: 1rem;
    height: 1rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul {
    padding-left: 0;
    padding-bottom: 4rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul tr:first-of-type td {
    padding: 0;
    border-top: none;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li {
    padding: 0;
    max-width: 59rem;
    margin: auto;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li a {
    display: block;
    padding: 3.5rem;
    margin-bottom: 1rem;
    background-color: #f4f7fb;
    border-radius: 1.5rem;
    font-size: 2.8rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li a::after {
    left: auto;
    right: 3rem;
    border-top: 0.5rem solid #013b6b;
    border-right: 0.5rem solid #013b6b;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul {
    background-color: #f4f7fb;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li {
    max-width: 51rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li a {
    background-color: #fff;
    border: 0.2rem solid #d9e0e2;
    font-size: 2.8rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li a::after {
    content: "";
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td + td {
    padding-left: 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr:first-of-type td {
    padding: 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_r {
    padding: 0;
    margin: 8rem auto 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_r > a {
    width: 59rem;
    font-size: 6rem;
    padding: 3rem 0;
  }
  footer .footer_wrapper .footer_top .menu .menu_r .sns_contents {
    padding-bottom: 8rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_r .sns_contents p {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a img {
    width: 7.2rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a + a {
    padding-left: 3rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_r .sns_contents .sns a:nth-of-type(3) {
    padding-left: 3.3rem;
  }
  footer .footer_wrapper .footer_bottom .inner {
    max-width: 67rem;
  }
  footer .footer_wrapper .footer_bottom .submenu {
    padding: 8rem 0;
  }
  footer .footer_wrapper .footer_bottom .submenu ul {
    display: block;
  }
  footer .footer_wrapper .footer_bottom .submenu ul li a {
    font-size: 2.8rem;
  }
  footer .footer_wrapper .footer_bottom .submenu ul li + li {
    margin-left: 0;
    margin-top: 6rem;
  }
  footer .footer_wrapper .footer_bottom .policy {
    padding: 3rem 0;
  }
  footer .footer_wrapper .footer_bottom .policy .inner {
    display: block;
    text-align: center;
  }
  footer .footer_wrapper .footer_bottom .policy .inner a {
    font-size: 2.3rem;
    padding-bottom: 3rem;
    display: inline-block;
  }
  footer .footer_wrapper .footer_bottom .policy .inner p {
    font-size: 10px;
  }
}
@media screen and (min-width: 1441px) {
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul li a {
    font-size: 2rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li a {
    font-size: 1.6rem;
  }
  footer .footer_wrapper .footer_top .menu .menu_l table tr td ul ul li ul ul li a {
    font-size: 1.4rem;
  }
}
.header {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .header {
    border-bottom: 3px solid var(--key-color);
    height: 7.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: 0.3rem solid var(--key-color);
    height: 10.3rem;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inner {
    max-width: 1140px;
    padding: 0 0 0 -15rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 0 0 0 4rem;
  }
}
.header_logo {
  display: block;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 16.2rem;
  }
}
.header_logo:hover {
  opacity: 0.8;
}
.header_links {
  display: flex;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .header_links {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .header_links {
    margin-right: 2rem;
  }
}
.header_link {
  flex-shrink: 0;
  display: flex;
  justify-content: baseline;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header_link {
    border: 2px solid #ccc;
    border-radius: 3em;
    height: 3em;
    padding: 0 2.584em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_link {
    border: 0.16em solid #ccc;
    border-radius: 2.728em;
    height: 2.728em;
    padding: 0 1.046em;
    font-size: 2.2rem;
  }
}
.header_link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .header_link + .header_link {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_link + .header_link {
    margin-left: 1rem;
  }
}
.header_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f19e3b;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .header_button {
    width: 5.834em;
    height: 2.917em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header_button {
    width: 5.625em;
    height: 3.125em;
    font-size: 3.2rem;
  }
}
.header_button:hover {
  opacity: 0.8;
}

.main {
  display: block;
}
.main_section {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main_section {
    max-width: 114rem;
    padding: 8rem 3rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 8rem 4rem 13rem;
  }
}

h1,
h2,
h3 {
  word-break: auto-phrase;
  /* white-space: pre-line; */
}

.kv_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv_section {
    background-image: url(../img/kv_bg_pc.png);
    padding: 6.5rem 0 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_section {
    background-image: url(../img/kv_bg_sp.png);
    padding: 16.8rem 0 12.5rem;
  }
}
.kv_section h1 {
  margin: 0 auto;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .kv_section h1 {
    width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_section h1 {
    width: 53.6rem;
  }
}
.kv_section h2 {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .kv_section h2 {
    padding-bottom: 1.174em;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_section h2 {
    padding-bottom: 1em;
    font-size: 3.2rem;
  }
}
.kv_section p {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kv_section p {
    padding-top: 2.063em;
    line-height: 1.813em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_section p {
    padding-top: 2em;
    line-height: 1.75em;
    font-size: 2.8rem;
  }
}

.seek_word {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .seek_word {
    display: flex;
    align-items: baseline;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_word {
    padding: 0 0 6rem 2rem;
  }
}
.seek_word > dt {
  line-height: 1;
  font-weight: 700;
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .seek_word > dt {
    padding: 0 0 0 1.819em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_word > dt {
    font-size: 4.4rem;
  }
}
.seek_word > dd {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .seek_word > dd {
    padding: 0 0 0 1.875em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_word > dd {
    padding: 0.5em 0 0;
    font-size: 2.8rem;
  }
}
.seek_word > dd a {
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .seek_word > dd a {
    margin: 0.929em 1.215em 0 0;
  }
}
.seek_word > dd a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .seek_word > dd a + a {
    margin-left: 2rem;
  }
}
.seek_buttons {
  display: flex;
  align-items: center;
}
.seek_buttons.themes-checkbox {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .seek_buttons {
    flex-direction: column;
    margin: 2rem 9rem 0 6rem;
  }
}
.seek_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 2.938em;
  height: 2.938em;
  font-weight: 700;
  text-decoration: none;
  color: var(--key-color);
}
@media screen and (min-width: 769px) {
  .seek_button {
    width: 14.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_button {
    width: 100%;
    font-size: 3.2rem;
  }
}
.seek_button::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotateZ(45deg);
}
@media screen and (min-width: 769px) {
  .seek_button::after {
    border-right: 0.157em solid;
    border-top: 0.157em solid;
    width: 0.407em;
    height: 0.407em;
  }
}
@media screen and (max-width: 768px) {
  .seek_button::after {
    border-right: 0.157em solid;
    border-top: 0.157em solid;
    width: 0.469em;
    height: 0.469em;
  }
}
.seek_button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .seek_button + .seek_button {
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_button + .seek_button {
    margin-top: 4rem;
  }
}
.seek_radios {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .seek_radios .radio01-row {
    width: 25%;
  }
  .seek_radios .radio01-row:nth-of-type(n + 5) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_radios .radio01-row {
    padding-right: 0.5rem;
  }
  .seek_radios .radio01-row:nth-of-type(odd) {
    width: 46.129%;
  }
  .seek_radios .radio01-row:nth-of-type(even) {
    width: 53.871%;
  }
  .seek_radios .radio01-row:nth-of-type(n + 3) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .title-h3 + .seek_radios {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 + .seek_radios {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .seek_radios + .title-h3 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_radios + .title-h3 {
    margin-top: 9rem;
  }
}

.accordion-box {
  background: #f7f6f5;
  box-sizing: border-box;
}
.accordion-box-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .accordion-box-head {
    line-height: 1.364em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-head {
    line-height: 1.023em;
    font-size: 4.4rem;
  }
}
.accordion-box-head::before, .accordion-box-head::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(50%, 0);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .accordion-box-head::before, .accordion-box-head::after {
    right: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-head::before, .accordion-box-head::after {
    right: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box-head::before {
    width: 2rem;
    height: 0.2rem;
    min-height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-head::before {
    width: 2.56rem;
    height: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box-head::after {
    width: 0.2rem;
    min-width: 2px;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-head::after {
    width: 0.3rem;
    height: 2.56rem;
  }
}
.accordion-box-head.is-active::after {
  display: none;
}
.accordion-box-switch {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .accordion-box-switch {
    min-height: 7rem;
    padding: 0.5rem 9rem 0.5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-switch {
    min-height: 9rem;
    padding: 0 11.8rem 0 3.5rem;
  }
}
.accordion-box-switch::before {
  content: "";
  position: absolute;
  background: var(--key-color);
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .accordion-box-switch::before {
    width: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-switch::before {
    width: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box-body {
    padding: 0 4rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-body {
    padding: 5rem 1rem 12rem;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box-body .category_buttons {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-body .category_buttons {
    margin: 7rem 9rem 0;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-body .category_button {
    height: 2.938em;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box-block {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-block {
    margin-top: 8rem;
    padding: 0 0 0 3rem;
  }
}
.accordion-box-block > dt {
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .accordion-box-block > dt {
    padding-bottom: 2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion-box-block > dt {
    padding-bottom: 1.5em;
    font-size: 4rem;
  }
}

.title-h3 {
  position: relative;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .title-h3 {
    padding: 0 0 0 1.158em;
    line-height: 1.316em;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 {
    padding: 0 0 0 0.65em;
    line-height: 1.3em;
    font-size: 4rem;
  }
}
.title-h3::after {
  content: "";
  position: absolute;
  background: var(--key-color);
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .title-h3::after {
    border-radius: 0.158em;
    width: 0.158em;
    height: 1.316em;
    top: 0.658em;
  }
}
@media screen and (max-width: 768px) {
  .title-h3::after {
    border-radius: 0.15em;
    width: 0.15em;
    height: 1.3em;
    top: 0.65em;
  }
}
.title-h3 > h3 {
  font-size: inherit;
}

.radio01-row {
  position: relative;
}
.radio01-label {
  display: block;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .radio01-label {
    padding-left: 2.125em;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .radio01-label {
    padding-left: 2.143em;
    font-size: 2.8rem;
  }
}
.radio01-label::before {
  content: "";
  position: absolute;
  background: #f9f9f9;
  border: 1px solid #999;
  border-radius: 50%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .radio01-label::before {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .radio01-label::before {
    width: 1.5em;
    height: 1.5em;
  }
}
.radio01-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radio01-input + .radio01-label {
  cursor: pointer;
}
.radio01-input:checked + .radio01-label::before {
  background: var(--key-color);
}
@media screen and (min-width: 769px) {
  .radio01-input:checked + .radio01-label::before {
    border: 2px solid var(--key-color);
    box-shadow: 0 0 0 0.2em #fff inset;
  }
}
@media screen and (max-width: 768px) {
  .radio01-input:checked + .radio01-label::before {
    border: 0.4rem solid var(--key-color);
    box-shadow: 0 0 0 0.8rem #fff inset;
  }
}

@media screen and (min-width: 769px) {
  .category_block {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .category_block {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .category_select {
    padding: 0 2rem;
  }
}
.category_select > dt {
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 769px) {
  .category_select > dt {
    padding-bottom: 1.819em;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .category_select > dt {
    padding-bottom: 0.864em;
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .category_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .category_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.category_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--key-color);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.category_button.reset {
  background-color: #fff;
  color: var(--key-color);
  border: 1px solid var(--key-color);
}
.category_button.see-all {
  margin: 0;
  position: absolute;
  top: 20%;
  left: 67%;
  transform: translate(-50%, -50%);
  width: 10em;
  height: 2.5em;
  background-color: #fff;
  color: var(--key-color);
  border: 1px solid var(--key-color);
}
@media screen and (max-width: 768px) {
  .category_button.see-all {
    left: 82%;
    width: 8em;
    height: 2em;
    top: 30%;
  }
}
.category_button.see-all:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_button {
    margin-top: 4rem;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .category_button {
    border-radius: 3.75em;
    width: 20em;
    height: 3.75em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .category_button {
    border-radius: 3.688em;
    height: 3.688em;
    font-size: 3.2rem;
  }
}
.category_button::after {
  content: "";
  position: absolute;
  border-right: 0.157em solid;
  border-top: 0.157em solid;
  width: 0.532em;
  height: 0.532em;
  right: 1.875em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotateZ(45deg);
}
.category_button.down::after {
  transform: rotateZ(135deg);
}
.category_button:hover {
  opacity: 0.8;
}
.category_button.fitness {
  background: var(--fitness-color);
  margin-left: 0;
}
.category_button.kids {
  background: var(--kids-color);
}
.category_button.player {
  background: #3250b4;
}
.category_button.is-active {
  opacity: 1;
  background-color: #fff;
}
.category_button.is-active.fitness {
  color: var(--fitness-color);
  border: 1px solid var(--fitness-color);
}
.category_button.is-active.kids {
  color: var(--kids-color);
  border: 1px solid var(--kids-color);
}
.category_button.is-active.player {
  color: #3250b4;
  border: 1px solid #3250b4;
}
.category_button + .category_button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 769px) {
  .category_button + .category_button {
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .category_button + .category_button {
    margin-top: 4rem;
  }
}

.card_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  .card_block {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .card_block {
    padding-top: 12rem;
  }
}
.card_items {
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .card_items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .card_items {
    flex-direction: column;
    align-items: center;
  }
}
.card_items::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .card_items::before {
    height: 60rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .card_items::before {
    height: 120rem;
    bottom: -13rem;
  }
}
.card_items:not(.is-more)::before {
  display: none;
  pointer-events: none;
}
.card_items:not(.is-more) + .card_buttons {
  display: none;
  pointer-events: none;
}
.card_item {
  display: block;
}
@media screen and (min-width: 769px) {
  .card_item {
    flex-shrink: 0;
    width: 28.246%;
  }
  .card_item:nth-of-type(n + 4) {
    margin-top: 4rem;
  }
  .card_item:nth-of-type(3n + 2):last-of-type {
    margin-left: 7.631%;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .card_item {
    width: 63rem;
  }
  .card_item:nth-of-type(n + 2) {
    margin-top: 12rem;
  }
}
.card_item[href] {
  text-decoration: none;
  cursor: pointer;
}
.card_item[href]:hover {
  opacity: 0.8;
}
.card_item a {
  text-decoration: none;
  cursor: pointer;
}
.card_item a:hover {
  opacity: 0.8;
}
.card_item.is-hidden {
  display: none !important;
}
.card_thumb {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .card_thumb {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .card_thumb {
    margin-bottom: 4rem;
  }
}
.card_categories {
  display: flex;
  flex-wrap: wrap;
}
.card_category {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: var(--key-color);
  margin-bottom: 1em;
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  .card_category {
    border-radius: 1.728em;
    width: 8.637em;
    height: 1.728em;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .card_category {
    border-radius: 2em;
    width: 10em;
    height: 2em;
    font-size: 2rem;
  }
}
.card_category.categories {
  background-color: var(--key-color);
  color: #fff;
}
.card_category.fitness {
  background: var(--fitness-color);
  border-color: var(--fitness-color);
  color: #fff;
}
.card_category.kids {
  background: var(--kids-color);
  border-color: var(--kids-color);
  color: #fff;
}
.card_category:nth-child(3n) {
  margin-right: 0;
}
.card_category:nth-child(3n+1) {
  margin-left: 0;
}
.card_title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .card_title {
    margin-top: 2.35rem;
    line-height: 1.813em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .card_title {
    margin-top: 2.8rem;
    line-height: 1.75em;
    font-size: 3.2rem;
  }
}
.card_words {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .card_words {
    margin-top: 2.35rem;
  }
}
@media screen and (max-width: 768px) {
  .card_words {
    margin-top: 2.8rem;
  }
}
.card_word {
  display: block;
  margin-right: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .card_word {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .card_word {
    font-size: 2.8rem;
  }
}
.card_buttons {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .card_buttons {
    transform: translate(-50%, -4rem);
  }
}
@media screen and (max-width: 768px) {
  .card_buttons {
    width: 64rem;
    transform: translate(-50%, -15rem);
  }
}

/* =======================
CHECKBOX
* ======================= */
@media screen and (min-width: 769px) {
  .seek_buttons.checkbox .checkbox01-row {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox .checkbox01-row {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox .checkbox01-row {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .seek_buttons.checkbox .checkbox01-row:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox .checkbox01-row:nth-child(4n) {
    margin-top: 4rem;
  }
}
.seek_buttons.checkbox .checkbox01-row:nth-child(n+5) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox .checkbox01-row:nth-child(n+5) {
    margin-top: 4rem;
  }
}
.seek_buttons.checkbox .checkbox01-row.is-active .tpFilterBox__fieldLabel {
  background-color: var(--key-color);
}
.seek_buttons.checkbox [type=checkbox]:checked,
.seek_buttons.checkbox [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.seek_buttons.checkbox [type=checkbox]:checked + label,
.seek_buttons.checkbox [type=checkbox]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 2.938em;
  height: 2.938em;
  font-weight: 700;
  text-decoration: none;
  color: var(--key-color);
  color: #666;
  font-weight: 700;
  text-decoration: none;
  color: var(--key-color);
}
@media screen and (min-width: 769px) {
  .seek_buttons.checkbox [type=checkbox]:checked + label,
  .seek_buttons.checkbox [type=checkbox]:not(:checked) + label {
    width: 13.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox [type=checkbox]:checked + label,
  .seek_buttons.checkbox [type=checkbox]:not(:checked) + label {
    width: 100%;
    font-size: 3.2rem;
  }
}
.seek_buttons.checkbox [type=checkbox]:checked + label::after,
.seek_buttons.checkbox [type=checkbox]:not(:checked) + label::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotateZ(45deg);
}
@media screen and (min-width: 769px) {
  .seek_buttons.checkbox [type=checkbox]:checked + label::after,
  .seek_buttons.checkbox [type=checkbox]:not(:checked) + label::after {
    border-right: 0.157em solid;
    border-top: 0.157em solid;
    width: 0.407em;
    height: 0.407em;
  }
}
@media screen and (max-width: 768px) {
  .seek_buttons.checkbox [type=checkbox]:checked + label::after,
  .seek_buttons.checkbox [type=checkbox]:not(:checked) + label::after {
    border-right: 0.157em solid;
    border-top: 0.157em solid;
    width: 0.469em;
    height: 0.469em;
  }
}
.seek_buttons.checkbox [type=checkbox]:checked + label:hover,
.seek_buttons.checkbox [type=checkbox]:not(:checked) + label:hover {
  opacity: 0.8;
}
.seek_buttons.checkbox [type=checkbox]:checked + .tpFilterBox__fieldLabel {
  color: #fff;
}

.no-result {
  margin: 2em auto;
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.page-header-pankuz {
  display: flex;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .page-header-pankuz {
    max-width: 114rem;
    padding: 1.667em 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header-pankuz {
    padding: 1.5em 4rem;
    font-size: 2rem;
    overflow: auto;
  }
}
.page-header-pankuz > li {
  display: block;
  white-space: nowrap;
}

.page-header-pankuz > li a {
  text-decoration: underline;
}

.page-header-pankuz > li.is-current a {
  text-decoration: none;
  pointer-events: none;
}

.page-header-pankuz > li + li::before {
  content: ">";
}

@media screen and (min-width: 769px) {
  .page-header-pankuz > li + li::before {
    margin: 0 0.3em 0 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .page-header-pankuz > li + li::before {
    margin: 0 0 0 0.3em;
  }
}
@media screen and (min-width: 769px) {
  .catchup_article {
    padding-bottom: 9rem;
    background: url(../img/article_bg.png) no-repeat 50% 0;
    background-size: 215rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article {
    padding-bottom: 9rem;
  }
}

.catchup_article_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .catchup_article_inr {
    width: 114rem;
    padding: 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_inr {
    padding: 3rem 4rem 0;
  }
}

.catchup_article_headarea {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .catchup_article_headarea {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_headarea {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .catchup_logo {
    order: 2;
    width: 12rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .catchup_logo {
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.catchup_article_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .catchup_article_info {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_info {
    gap: 2rem;
    margin-top: 6rem;
  }
}

.catchup_article_date {
  color: #999;
}
@media screen and (min-width: 769px) {
  .catchup_article_date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_date {
    font-size: 2.8rem;
  }
}

.catchup_article_cates {
  display: flex;
}
@media screen and (min-width: 769px) {
  .catchup_article_cates {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cates {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

.catchup_article_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: var(--key-color);
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .catchup_article_cate {
    width: 10rem;
    height: 1.9rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cate {
    border-radius: 2em;
    width: 10em;
    height: 2em;
    font-size: 2rem;
  }
}
.catchup_article_cate.categories {
  background-color: var(--key-color);
  border-color: var(--key-color);
  color: #fff;
}
.catchup_article_cate.fitness {
  background: var(--fitness-color);
  border-color: var(--fitness-color);
  color: #fff;
}
.catchup_article_cate.kids {
  background: var(--kids-color);
  border-color: var(--kids-color);
  color: #fff;
}

.catchup_article_head {
  order: 3;
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .catchup_article_head {
    margin-top: 3.5rem;
    line-height: 1.5em;
    font-size: 3rem;
  }
  .catchup_article_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_head > h1:first-of-type {
    margin-top: -0.25em;
  }
  .catchup_article_head > h1:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_head {
    margin-top: 3rem;
    line-height: 1.417em;
    font-size: 4.8rem;
  }
  .catchup_article_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_head > h1:first-of-type {
    margin-top: -0.208em;
  }
  .catchup_article_head > h1:last-of-type {
    margin-bottom: -0.208em;
  }
}

.hero_img {
  text-align: center;
}

.sns_wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .sns_wrap {
    gap: 1.4rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sns_wrap {
    gap: 3rem;
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .sns_wrap > * {
    width: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sns_wrap > * {
    width: 4.8rem;
  }
}
.sns_wrap a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .catchup_article_inr > p {
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_inr > p {
    line-height: 1.688em;
    font-size: 3.2rem;
  }
}

.catchup_article_nav {
  background-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  .catchup_article_nav {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav {
    margin-top: 7rem;
    margin-bottom: 8rem;
    padding: 6rem 4rem;
  }
}

.catchup_article_nav_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .catchup_article_nav_head {
    margin-bottom: 1.5rem;
    line-height: 1.228em;
    font-size: 2.2rem;
  }
  .catchup_article_nav_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_nav_head > h2:first-of-type {
    margin-top: -0.113em;
  }
  .catchup_article_nav_head > h2:last-of-type {
    margin-bottom: -0.113em;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav_head {
    margin-bottom: 3rem;
    line-height: 1.35em;
    font-size: 4rem;
  }
  .catchup_article_nav_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_nav_head > h2:first-of-type {
    margin-top: -0.175em;
  }
  .catchup_article_nav_head > h2:last-of-type {
    margin-bottom: -0.175em;
  }
}

.catchup_article_nav_list > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .catchup_article_nav_list > li {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav_list > li {
    padding-left: 3em;
  }
}
.catchup_article_nav_list > li::before {
  content: "・";
  position: absolute;
  top: 0rem;
  left: 0;
}
@media screen and (min-width: 769px) {
  .catchup_article_nav_list > li::before {
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav_list > li::before {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .catchup_article_nav_list > li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav_list > li + li {
    margin-top: 1rem;
  }
}
.catchup_article_nav_list a {
  color: #285fa8;
}
@media screen and (min-width: 769px) {
  .catchup_article_nav_list a {
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_nav_list a {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
.catchup_article_nav_list a:hover {
  opacity: 0.8;
}

.catchup_article_cta {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .catchup_article_cta {
    gap: 2rem;
    margin-top: 8rem;
    margin-bottom: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cta {
    gap: 5rem;
    margin-top: 15rem;
    margin-bottom: 16rem;
    padding: 0 2rem;
  }
}
.catchup_article_cta a:hover {
  opacity: 0.8;
}

.catchup_article_cta_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #0d5faf;
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .catchup_article_cta_link {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 32rem;
    min-height: 6rem;
    padding: 2rem 4rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cta_link {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 59rem;
    min-height: 12rem;
    padding: 4rem 8rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
.catchup_article_cta_link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 769px) {
  .catchup_article_cta_link::before {
    width: 0.9rem;
    height: 1.3rem;
    right: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cta_link::before {
    width: 1.8rem;
    height: 2.6rem;
    right: 5.6rem;
  }
}
.catchup_article_cta_link[target=_blank]::before {
  background-image: url(../img/icon_blank.svg);
}
@media screen and (min-width: 769px) {
  .catchup_article_cta_link[target=_blank]::before {
    width: 1.6rem;
    height: 1.6rem;
    right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_cta_link[target=_blank]::before {
    width: 3.2rem;
    height: 3.2rem;
    right: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .catchup_article_sec {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec {
    margin-top: 15rem;
  }
}
.catchup_article_sec > h2 {
  font-weight: 700;
  -o-border-image: linear-gradient(to right, #00a1e9, #30c6b7) 1;
     border-image: linear-gradient(to right, #00a1e9, #30c6b7) 1;
}
@media screen and (min-width: 769px) {
  .catchup_article_sec > h2 {
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    line-height: 1.5em;
    font-size: 3rem;
    border-bottom: solid 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec > h2 {
    margin-bottom: 5rem;
    padding-bottom: 2.5rem;
    line-height: 1.875em;
    font-size: 4.8rem;
    border-bottom: solid 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .catchup_article_sec > p {
    margin-top: 3.5rem;
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec > p {
    margin-top: 5rem;
    line-height: 1.688em;
    font-size: 3.2rem;
  }
}
.catchup_article_sec > p a {
  color: #3250b4;
  text-decoration: underline;
}
.catchup_article_sec > p a:hover {
  opacity: 0.8;
}
.catchup_article_sec > p b {
  font-weight: 700;
  background-color: #ffff00;
}
.catchup_article_sec > h3 {
  font-weight: 700;
  color: #0d5faf;
}
@media screen and (min-width: 769px) {
  .catchup_article_sec > h3 {
    margin-top: 3.5rem;
    margin-bottom: 0.5rem;
    line-height: 2.046em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec > h3 {
    margin-top: 5rem;
    margin-bottom: 1rem;
    line-height: 2.25em;
    font-size: 4rem;
  }
}
.catchup_article_sec > h3 ~ p {
  margin-top: 0;
}
.catchup_article_sec > ul {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .catchup_article_sec > ul {
    margin-top: 3.5rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
  .catchup_article_sec > ul > li {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_sec > ul > li:first-of-type {
    margin-top: -0.25em;
  }
  .catchup_article_sec > ul > li:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec > ul {
    margin-top: 5rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
  .catchup_article_sec > ul > li {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_sec > ul > li:first-of-type {
    margin-top: -0.25em;
  }
  .catchup_article_sec > ul > li:last-of-type {
    margin-bottom: -0.25em;
  }
}
.catchup_article_sec > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.catchup_article_sec > ul li::before {
  content: "・";
}
.catchup_article_sec > ul li + li {
  margin-top: 0.5em;
}
.catchup_article_sec > ul li a {
  color: #3250b4;
  text-decoration: underline;
}
.catchup_article_sec > ul li a:hover {
  opacity: 0.8;
}
.catchup_article_sec > ol {
  list-style: decimal;
  list-style-position: inside;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .catchup_article_sec > ol {
    margin-top: 3.5rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
  .catchup_article_sec > ol > li {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_sec > ol > li:first-of-type {
    margin-top: -0.25em;
  }
  .catchup_article_sec > ol > li:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_sec > ol {
    margin-top: 5rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
  .catchup_article_sec > ol > li {
    line-height: inherit;
    font: inherit;
  }
  .catchup_article_sec > ol > li:first-of-type {
    margin-top: -0.25em;
  }
  .catchup_article_sec > ol > li:last-of-type {
    margin-bottom: -0.25em;
  }
}
.catchup_article_sec > ol li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.catchup_article_sec > ol li + li {
  margin-top: 0.5em;
}
.catchup_article_sec > ol li a {
  color: #3250b4;
  text-decoration: underline;
}
.catchup_article_sec > ol li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .catchup_article_table {
    margin-top: 3.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_table {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .catchup_article_table_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 100;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_table_item:first-child {
    border-bottom: solid #fff 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .catchup_article_table_item p {
    padding: 2rem;
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catchup_article_table_item p {
    padding: 4rem;
    line-height: 1.688em;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .catchup_article_table_item:not(:last-child) .catchup_article_table_head {
    border-right: solid 1px #fff;
  }
  .catchup_article_table_item:not(:last-child) .catchup_article_table_child {
    margin-right: -0.05rem;
  }
}

.catchup_article_table_head {
  color: #fff;
  background-color: #0d5faf;
}

.catchup_article_table_head_child_side {
  background-color: #eee;
  border: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .catchup_article_table_head_child_side {
    display: none;
  }
}
.catchup_article_table_head_child_side:not(:last-child) {
  margin-bottom: -0.05rem;
}

.catchup_article_table_child {
  display: flex;
  border: solid 1px #ccc;
}
.catchup_article_table_child > * {
  flex: 1;
}
.catchup_article_table_child:not(:last-child) {
  margin-bottom: -0.05rem;
}

.catchup_article_table_child_side {
  background-color: #eee;
}
@media screen and (min-width: 769px) {
  .catchup_article_table_child_side {
    display: none;
  }
}

.related_links {
  border: solid 1px #dcdcdc;
}
@media screen and (min-width: 769px) {
  .related_links {
    margin-top: 7rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .related_links {
    margin-top: 15rem;
    padding: 6rem 4rem;
  }
}

.related_links_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .related_links_head {
    margin-bottom: 1.5rem;
    line-height: 1.273em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .related_links_head {
    margin-bottom: 3rem;
    line-height: 1.35em;
    font-size: 4rem;
  }
}

.related_link li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .related_link li {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .related_link li {
    padding-left: 4rem;
  }
}
.related_link li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/icon_arrow_blu.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .related_link li::before {
    top: 0.8rem;
    width: 0.8rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .related_link li::before {
    top: 1.6rem;
    width: 1.6rem;
    height: 2.6rem;
  }
}
.related_link li a {
  color: #0d5faf;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .related_link li a {
    line-height: 1.688em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .related_link li a {
    line-height: 1.688em;
    font-size: 3.2rem;
  }
}
.related_link li a[target=_blank]::after {
  position: relative;
  content: "";
  display: inline-block;
  background: url(../img/icon_blank_blu.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .related_link li a[target=_blank]::after {
    top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .related_link li a[target=_blank]::after {
    top: -0.2rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 2rem;
  }
}
.related_link li a[href$=".pdf"]::after {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url(../img/icon_pdf.svg);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .related_link li a[href$=".pdf"]::after {
    top: 0.4rem;
    width: 2.6rem;
    height: 1.9rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .related_link li a[href$=".pdf"]::after {
    top: 0.5rem;
    width: 5.2rem;
    height: 3.8rem;
    margin-left: 2rem;
  }
}
.related_link li a:hover {
  opacity: 0.8;
}
.related_link li + li {
  margin-top: 1em;
}

.articles {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .articles {
    max-width: 114rem;
    margin-top: 8rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .articles {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .articles + .articles {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .articles + .articles {
    margin-top: 16rem;
  }
}
.articles .card_block {
  padding-top: 0;
}

.articles_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .articles_head {
    margin-bottom: 1.5rem;
    line-height: 2.046em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .articles_head {
    margin-bottom: 3.6rem;
    line-height: 1.5em;
    font-size: 4rem;
  }
}

.btns-wrapper {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btns-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8rem;
  }
  .btns-wrapper.pc_abs {
    position: absolute;
  }
  .btns-wrapper.pc_abs.rt {
    justify-content: flex-end;
    right: 0;
    top: 0;
  }
  .btns-wrapper.pc_abs.rc {
    justify-content: flex-start;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .btns-wrapper.pc_right {
    justify-content: flex-end;
  }
  .btns-wrapper.pc_left {
    justify-content: flex-start;
  }
  .btns-wrapper.pc_horz {
    flex-direction: column;
  }
  .btns-wrapper.pc_horz a + a {
    margin-left: 0;
    margin-top: 4rem;
  }
  .btns-wrapper.pc_thick a + a {
    margin-left: 6rem;
  }
  .btns-wrapper.pc_mt0 {
    margin-top: 0 !important;
  }
  .btns-wrapper > .full {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper {
    flex-direction: column;
    margin-top: 18rem;
  }
  .btns-wrapper.sp_end {
    align-items: flex-end;
  }
  .btns-wrapper.sp_fix a {
    min-width: 51rem;
  }
  .btns-wrapper.sp_horz {
    flex-direction: row;
    justify-content: center;
  }
  .btns-wrapper.sp_horz a + a {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.btns-wrapper.bg01 {
  background: #f7f6f5;
  padding: 6rem 0;
}
.btns-wrapper.fitness {
  background: #e6f1fc;
  padding: 6rem 0;
}
.btns-wrapper.fitness02.arrow01::before, .btns-wrapper.fitness02.arrow01::after {
  border-right-color: var(--key-color);
  border-bottom-color: var(--key-color);
}
.btns-wrapper.kids {
  background: #e4f5fd;
  padding: 6rem 0;
}
.btns-wrapper.kids02.arrow01::before, .btns-wrapper.kids02.arrow01::after {
  border-right-color: var(--kids-color);
  border-bottom-color: var(--kids-color);
}
.btns-wrapper.left {
  justify-content: flex-start;
}
.btns-wrapper.arrow01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .btns-wrapper.arrow01 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper.arrow01 {
    padding-top: 12rem;
  }
}
.btns-wrapper.arrow01::before, .btns-wrapper.arrow01::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotateZ(45deg);
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btns-wrapper.arrow01::before, .btns-wrapper.arrow01::after {
    border-right: 0.6rem solid #fff;
    border-bottom: 0.6rem solid #fff;
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper.arrow01::before, .btns-wrapper.arrow01::after {
    border-right: 0.85rem solid #fff;
    border-bottom: 0.85rem solid #fff;
    width: 2.85rem;
    height: 2.85rem;
  }
}
.bg-area.fitness01 .btns-wrapper.arrow01::before, .bg-box.fitness01 .btns-wrapper.arrow01::before, .bg-area[class*=fitness_] .btns-wrapper.arrow01::before, .bg-area.fitness01 .btns-wrapper.arrow01::after, .bg-box.fitness01 .btns-wrapper.arrow01::after, .bg-area[class*=fitness_] .btns-wrapper.arrow01::after {
  border-right-color: var(--key-color);
  border-bottom-color: var(--key-color);
}
.bg-area.kids01 .btns-wrapper.arrow01::before, .bg-box.kids01 .btns-wrapper.arrow01::before, .bg-area[class*=kids_] .btns-wrapper.arrow01::before, .bg-area.kids01 .btns-wrapper.arrow01::after, .bg-box.kids01 .btns-wrapper.arrow01::after, .bg-area[class*=kids_] .btns-wrapper.arrow01::after {
  border-right-color: var(--kids-color);
  border-bottom-color: var(--kids-color);
}
@media screen and (min-width: 769px) {
  .btns-wrapper.arrow01::before {
    top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper.arrow01::before {
    top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper.arrow01::after {
    top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper.arrow01::after {
    top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper.clm5 {
    flex-wrap: wrap;
  }
  .btns-wrapper.clm5 a:nth-of-type(n + 6) {
    margin-top: 2rem;
  }
  .btns-wrapper.clm5 a:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper.clm4 {
    flex-wrap: wrap;
  }
  .btns-wrapper.clm4 a {
    width: 27rem;
  }
  .btns-wrapper.clm4 a:nth-of-type(n + 5) {
    margin-top: 2rem;
  }
  .btns-wrapper.clm4 a:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper.clm3 {
    flex-wrap: wrap;
  }
  .btns-wrapper.clm3 a {
    width: 36.6rem;
  }
  .btns-wrapper.clm3 a:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
  .btns-wrapper.clm3 a:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper a + a,
  .btns-wrapper a + button,
  .btns-wrapper button + a,
  .btns-wrapper button + button {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper a + a,
  .btns-wrapper a + button,
  .btns-wrapper button + a,
  .btns-wrapper button + button {
    margin-top: 3rem;
  }
}
.btns-wrapper.vertical {
  flex-direction: column;
}
.btns-wrapper.vertical a {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btns-wrapper.vertical a + a {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper + .table03-dl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper + .table03-dl {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper + .desc03-dl {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper + .desc03-dl {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper + .text01-p {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper + .text01-p {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper + .note01-p {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .btns-wrapper + .note01-p {
    padding-top: 4rem;
  }
}
.btns-wrapper--lifestyle {
  justify-content: space-between;
  width: 62%;
  margin: 0 auto;
}
.btns-wrapper--lifestyle a:nth-of-type(2) {
  margin-left: 0;
}
.btns-wrapper--lifestyle a:nth-of-type(n + 3) {
  margin-top: 4rem;
  margin-left: 0rem;
}

.btn-carrow01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .btn-carrow01 {
    border-radius: 3.75em;
    min-width: 21.25em;
    min-height: 3.75em;
    padding: 0.5em 0;
    line-height: 1.25em;
    font-size: 1.6rem;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  }
  .btn-carrow01.pc_thick {
    width: 25em;
  }
  .btn-carrow01.pc_full {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01 {
    border-radius: 3.75em;
    width: 18.438em;
    height: 3.75em;
    line-height: 1.25em;
    font-size: 3.2rem;
    text-align: center;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  }
  .btn-carrow01.sp_small {
    height: 2.75em;
  }
  .btn-carrow01.sp_small small {
    font-size: 2.8rem;
  }
}
.btn-carrow01::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btn-carrow01::before {
    width: 1.5em;
    height: 1.5em;
    right: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01::before {
    width: 1.063em;
    height: 1.063em;
    right: 0.875em;
  }
}
.btn-carrow01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotateZ(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btn-carrow01::after {
    border-right: 0.188em solid;
    border-top: 0.188em solid;
    width: 0.532em;
    height: 0.532em;
    right: 1.782em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01::after {
    border-right: 0.125em solid;
    border-top: 0.125em solid;
    width: 0.413em;
    height: 0.413em;
    right: 1.25em;
  }
}
.btn-carrow01[href$=".pdf"]::before {
  content: none;
}
.btn-carrow01[href$=".pdf"]::after {
  border: none;
  background-image: url(/assets/common/img/icon_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
}
@media screen and (min-width: 769px) {
  .btn-carrow01[href$=".pdf"]::after {
    width: 1.75em;
    height: 1.25em;
    right: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01[href$=".pdf"]::after {
    width: 1.786em;
    height: 1.322em;
    right: 1.429em;
  }
}
.btn-carrow01.login > em {
  position: relative;
}
.btn-carrow01.login > em::before {
  content: "";
  position: absolute;
  background-image: url(/assets/common/img/icon_login01_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.767em;
  height: 0.934em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-0.2em, 0);
}
.btn-carrow01.blue01 {
  background: #0d5faf;
}
.btn-carrow01.blue01::after {
  color: #0d5faf;
}
.btn-carrow01.blue02 {
  background: #fff;
  color: #0d5faf;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .btn-carrow01.blue02 {
    border: 2px solid #0d5faf;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.blue02 {
    border: 0.4rem solid #0d5faf;
  }
}
.btn-carrow01.blue02::before {
  content: none;
}
.btn-carrow01.blue02::after {
  color: #0d5faf;
}
.btn-carrow01.blue03 {
  background: #0d5faf;
}
.btn-carrow01.blue03::before {
  display: none;
}
.btn-carrow01.blue03::after {
  color: #fff;
}
.btn-carrow01.orange01 {
  background: #ff9b0b;
}
.btn-carrow01.orange01::after {
  color: #ff9b0b;
}
.btn-carrow01.orange02 {
  background: #fff;
  color: #ff9b0b;
}
@media screen and (min-width: 769px) {
  .btn-carrow01.orange02 {
    border: 2px solid #ff9b0b;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.orange02 {
    border: 0.4rem solid #ff9b0b;
  }
}
.btn-carrow01.orange02::before {
  background: #ff9b0b;
}
.btn-carrow01.orange02::after {
  color: #fff;
}
.btn-carrow01.red01 {
  background: #ff5100;
}
.btn-carrow01.red01::after {
  color: #ff5100;
}
.btn-carrow01.green01 {
  background: #8dc21f;
}
.btn-carrow01.green01::before {
  display: none;
}
.btn-carrow01.green01::after {
  color: #fff;
}
.btn-carrow01.green02 {
  background: #30c6b7;
}
.btn-carrow01.green02::before {
  background: #fff;
}
.btn-carrow01.green02::after {
  color: #30c6b7;
}
.btn-carrow01.pink01 {
  background: #f03264;
}
.btn-carrow01.pink01::after {
  color: #f03264;
}
.btn-carrow01.gray01 {
  background: #5a5a5a;
}
.btn-carrow01.gray01::after {
  color: #5a5a5a;
}
.btn-carrow01.white01 {
  background: #fff;
  color: var(--title-key-color);
}
.btn-carrow01.white02 {
  background: #fff;
  color: #0d5faf;
}
.btn-carrow01.fitness01 {
  background: var(--key-color);
}
.btn-carrow01.fitness01::before {
  content: none;
}
.btn-carrow01.fitness02 {
  background: #fff;
  border: 2px solid;
  color: var(--key-color);
  box-shadow: none;
}
.btn-carrow01.kids01 {
  background: var(--kids-color);
}
.btn-carrow01.kids01::before {
  content: none;
}
.btn-carrow01.kids02 {
  background: #fff;
  border: 2px solid;
  color: var(--kids-color);
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .btn-carrow01.btn_wide {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.btn_wide {
    font-size: 3.4rem;
  }
}
.btn-carrow01.btn_middle > span {
  transform: translate(0, -0.25em);
}
@media screen and (min-width: 769px) {
  .btn-carrow01.btn_middle > em {
    transform: translate(0, -0.1em);
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.btn_middle > em {
    transform: translate(0, -0.05em);
  }
}
.btn-carrow01.btn_small {
  height: auto;
}
@media screen and (min-width: 769px) {
  .btn-carrow01.btn_small {
    border-radius: 3.75em;
    min-width: 20.625em;
    min-height: 3.75em;
    padding: 0.5em 2.5em 0.625em 2.25em;
    line-height: 1.25em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.btn_small {
    border-radius: 3.143em;
    min-width: 18.215em;
    min-height: 3.143em;
    padding: 0.143em 1.429em 0.143em 1.286em;
    line-height: 1.5em;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .btn-carrow01.btn_minimum {
    line-height: 1.25em;
    font-size: 1.6rem;
  }
}
.btn-carrow01.btn_minimum.login > em {
  font-size: 0.8em;
}
.btn-carrow01.btn_minimum.login > em::before {
  translate: -1em 0;
}
.btn-carrow01.btn_minimum.login > em + * {
  margin-top: 0.3em;
}
.btn-carrow01.nshdw {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .btn-carrow01 strong {
    font-size: 2.125em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01 strong {
    font-size: 1.875em;
  }
}
.btn-carrow01 em {
  line-height: 1.25em;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .btn-carrow01 em {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01 em {
    font-size: 1.412em;
  }
}
.btn-carrow01 span.ex::before {
  content: "";
  width: 1em;
  height: 1.5em;
  left: 4em;
  display: inline-block;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icon_ex.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .btn-carrow01.back {
    padding: 0 1.563em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.back {
    padding: 0 1.715em 0 2.143em;
  }
}
.btn-carrow01.back::after {
  transform: rotateZ(45deg) scale(-1, -1);
}
@media screen and (min-width: 769px) {
  .btn-carrow01.back::after {
    right: auto;
    left: 1.782em;
  }
}
@media screen and (max-width: 768px) {
  .btn-carrow01.back::after {
    right: auto;
    left: 1.25em;
  }
}
.btn-carrow01:hover {
  opacity: 0.8;
}/*# sourceMappingURL=catchup.css.map */