@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorText: #3C3B3B;
  --colorLink: #3C3B3B;
  --colorMain: #0083E8;
  --colorGray: #EBEBEB;
  --colorTheme: #DAE1E4;
  --fontJA: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --fontTtl: YakuHanJPs, "Zen Kaku Gothic New", system-ui;
  --wantedlyColor: #22BDDB;
  --facebookColor: #0068FF;
  --youtubeColor: #F70000;
  --mathColor: #3695FF;
  --scienceColor: #00CBAD;
  --englishColor: #E6C101;
  --researchColor: #E2A0FF;
  --infoColor: #FA97BD;
}

@keyframes loopRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    margin-top: -2.5rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
  }
  40%, 100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
  }
}
html.fix {
  overflow: hidden;
}
html.is-fontSize_L {
  font-size: 78%;
}
html.is-fontSize_S {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  letter-spacing: 0;
  font-family: var(--fontJA);
  color: var(--colorText);
  background-color: #fff;
  line-height: 2;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fix {
  overflow: hidden;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(60, 59, 59, 0.45);
  transition: 0.3s;
  z-index: 1000;
}
@media (max-width: 767px) {
  .overlay {
    display: none !important;
  }
}

a, button {
  text-decoration: none;
  cursor: pointer;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, box-shadow ease 0.4s;
}
a img, button img {
  transition: opacity ease 0.4s;
}
a path, button path {
  transition: fill ease 0.4s;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  outline: none;
}
a:active, button:active {
  outline: none;
}
@media (min-width: 768px) {
  a[href*="tel:"], button[href*="tel:"] {
    pointer-events: none;
  }
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section, article {
  display: block;
}

.is-coloeMode_dark {
  background: #000;
  color: #fff;
  transition: all 0.3s 0s ease;
}
.is-coloeMode_dark .logo01 {
  display: none !important;
}
.is-coloeMode_dark .logo02 {
  display: block !important;
}

.is-coloeMode_light .logo01 {
  display: block;
}
.is-coloeMode_light .logo02 {
  display: none;
}

#contents {
  padding-top: 11.2rem;
}
#contents.blur {
  filter: blur(6px);
}
@media (max-width: 767px) {
  #contents {
    padding-top: 11.2rem;
  }
  #contents.blur {
    filter: blur(0px);
  }
}

@media screen and (max-width: 1085px) and (min-width: 768px) {
  #contents {
    overflow-x: hidden;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pankuzu {
  max-width: 1300px;
  margin: 0 auto 23px;
  padding: 0 50px;
  overflow: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pankuzu::-webkit-scrollbar {
  display: none;
}
.pankuzu ul {
  display: flex;
}
.pankuzu ul li {
  font-size: 1.2rem;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 8px 0 0;
}
.pankuzu ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.pankuzu ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .pankuzu ul li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.pankuzu ul li br {
  display: none;
}
.pankuzu ul li::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #AFAFAF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pankuzu ul li:last-child::after {
  content: none;
}
.pankuzu ul li a {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pankuzu {
    padding: 0 2.2rem;
    margin: 0 0 1.6rem;
  }
  .pankuzu ul li::after {
    top: 1px;
  }
}

footer {
  background: #F5F6F8;
  padding: 0 30px 91px;
}
footer .footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 121px;
}
footer .footer__inner small {
  font-size: 11px;
  font-weight: 400;
  font-family: var(--fontTtl);
  color: #3C3B3B;
}
footer .footer__top {
  margin: 0 0 34px;
}
footer .footer__topFlex {
  display: flex;
  justify-content: space-between;
}
footer .footer__topFlexLeft {
  width: 100%;
  max-width: 729px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem;
}
footer .footer__topFlexLeftMenuTitle {
  line-height: 1.5;
  margin: 0 0 14px;
}
footer .footer__topFlexLeftMenuTitle a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
footer .footer__topFlexLeftMenuTitle a span::after {
  content: none;
}
@media (any-hover: hover) {
  footer .footer__topFlexLeftMenuTitle a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
footer .footer__topFlexLeftMenuTitle a {
  font-size: 2rem;
  position: relative;
  font-family: var(--fontTtl);
  font-weight: 700;
  padding: 0 0 0 25px;
  line-height: 1.5;
}
footer .footer__topFlexLeftMenuTitle a::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #0083E8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .footer__topFlexLeftMenuDetail {
  padding: 0 0 0 25px;
}
footer .footer__topFlexLeftMenuDetail ul li {
  margin: 0 0 -4px;
}
footer .footer__topFlexLeftMenuDetail ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
footer .footer__topFlexLeftMenuDetail ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  footer .footer__topFlexLeftMenuDetail ul li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
footer .footer__topFlexLeftMenuDetail ul li:last-child {
  margin: 0;
}
footer .footer__topFlexLeftMenuDetail ul li a {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: var(--fontTtl);
  font-weight: 500;
}
footer .footer__topFlexLeftMenu:nth-child(1) {
  margin: 0 -17px 0 0;
}
footer .footer__topFlexLeftMenu:nth-child(4) {
  margin: 0 6px 0 0px;
}
footer .footer__topFlexRight {
  width: 210px;
}
footer .footer__topFlexRightLinks {
  margin: 0 0 15px;
}
footer .footer__topFlexRightLinks li {
  margin: 0 0 8px;
}
footer .footer__topFlexRightLinks li:last-child {
  margin: 0;
}
footer .footer__topFlexRightLinks li:last-child a {
  align-items: center;
}
footer .footer__topFlexRightLinks li a {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 10px;
  position: relative;
}
footer .footer__topFlexRightLinks li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
footer .footer__topFlexRightLinks li a figure {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
footer .footer__topFlexRightLinks li a dl dt {
  font-size: 1.1rem;
  line-height: 1;
  font-family: var(--fontTtl);
  font-weight: 500;
  margin: 5px 0 3px;
}
footer .footer__topFlexRightLinks li a dl dd {
  font-size: 1.8rem;
  line-height: 1;
  font-family: var(--fontTtl);
  font-weight: 700;
}
footer .footer__topFlexRightLinks li a p {
  font-size: 1.7rem;
  line-height: 1;
  font-family: var(--fontTtl);
  font-weight: 700;
}
@media (any-hover: hover) {
  footer .footer__topFlexRightLinks li a:hover::before {
    opacity: 1;
    transition: 0.3s;
  }
}
footer .footer__topFlexRight .privacyIcon {
  display: block;
  width: 80px;
  margin: 0 5px 0 auto;
}
@media (any-hover: hover) {
  footer .footer__topFlexRight .privacyIcon:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
footer .footer__listLink {
  display: flex;
  align-items: center;
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
  padding: 30px 0;
  margin: 0 0 33px;
}
footer .footer__listLink dt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 31px 0 0;
}
footer .footer__listLink dd {
  margin: 0 25px 0 0;
}
footer .footer__listLink dd a {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  font-family: var(--fontTtl);
}
footer .footer__listLink dd a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
footer .footer__listLink dd a span::after {
  content: none;
}
@media (any-hover: hover) {
  footer .footer__listLink dd a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
footer .footer__listLink dd a[target=_blank] {
  position: relative;
  padding: 0 17px 0 0;
}
footer .footer__listLink dd a[target=_blank]::after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 11px auto;
}
footer .footer__bottom {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin: 0 0 35px;
}
footer .footer__bottomFlex {
  display: flex;
  width: 273px;
  align-items: center;
  border-left: dashed 1px #CBCBCB;
  border-right: dashed 1px #CBCBCB;
}
footer .footer__bottomFlex a {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  border-right: dashed 1px #CBCBCB;
  transition: 0.3s;
}
footer .footer__bottomFlex a img {
  width: 84px;
}
@media (max-width: 767px) {
  footer .footer__bottomFlex a img {
    width: 8.4rem;
  }
}
footer .footer__bottomFlex a:last-child {
  border-right: none;
}
footer .footer__bottomFlex a:last-child img {
  width: 100px;
}
@media (max-width: 767px) {
  footer .footer__bottomFlex a:last-child img {
    width: 10rem;
  }
}
@media (any-hover: hover) {
  footer .footer__bottomFlex a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
footer .footer__bottomList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}
footer .footer__bottomList li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
footer .footer__bottomList li a span::after {
  content: none;
}
@media (any-hover: hover) {
  footer .footer__bottomList li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
footer .footer__bottomList li a {
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
  font-family: var(--fontTtl);
}
footer .footer__bottomList li a[target=_blank] {
  position: relative;
  padding: 0 17px 0 0;
}
footer .footer__bottomList li a[target=_blank]::after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 11px auto;
}
footer .pageTop {
  width: 80px;
  height: 40px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
footer .pageTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6B6E72;
  border-radius: 0 0 10px 10px;
  padding: 14px 0;
}
footer .pageTop a img {
  transform: translateY(0px);
  transition: 0.5s;
}
@media (hover: hover) {
  footer .pageTop a:hover {
    background: #3C3B3B;
  }
  footer .pageTop a:hover img {
    transform: translateY(-5px);
    transition: 0.5s;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 0 0 4.2rem;
  }
  footer .pageTop {
    width: 100%;
    border-radius: 0;
  }
  footer .pageTop a {
    border-radius: 0;
  }
  footer .footer__top {
    margin: 0 0 3.1rem;
  }
  footer .footer__topFlex {
    flex-direction: column;
    padding: 0 2.2rem;
  }
  footer .footer__topFlexLeft {
    flex-direction: column;
    margin: 0 0 5rem;
  }
  footer .footer__topFlexLeftMenu {
    margin: 0 0 1.6rem;
  }
  footer .footer__topFlexLeftMenu:nth-child(1) {
    margin: 0 0 1.4rem;
  }
  footer .footer__topFlexLeftMenu:nth-child(3) {
    margin: 0 0 1.4rem;
  }
  footer .footer__topFlexLeftMenu:last-child {
    margin: 0;
  }
  footer .footer__topFlexLeftMenuTitle {
    margin: 0;
  }
  footer .footer__topFlexLeftMenuTitle a {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 0 0 2.2rem;
  }
  footer .footer__topFlexLeftMenuTitle a::before {
    width: 14px;
  }
  footer .footer__topFlexLeftMenuDetail {
    display: none;
    margin: 2rem 0 0;
  }
  footer .footer__topFlexRight {
    width: 100%;
  }
  footer .footer__topFlexRightLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1.8rem;
  }
  footer .footer__topFlexRightLinks li {
    width: 16rem;
    margin: 0 0 0.9rem;
  }
  footer .footer__topFlexRightLinks li a {
    padding: 0.8rem 0.7rem 0.8rem;
  }
  footer .footer__topFlexRightLinks li a figure {
    width: 3rem;
    height: 3rem;
    margin: 0 0.8rem 0 0;
  }
  footer .footer__topFlexRightLinks li a dl dt {
    font-size: 1rem;
    letter-spacing: -0.12em;
    margin: 0.3rem 0 0.2rem;
  }
  footer .footer__topFlexRightLinks li a dl dd {
    font-size: 1.3rem;
  }
  footer .footer__topFlexRightLinks li a p {
    font-size: 1.3rem;
  }
  footer .footer__topFlexRight .privacyIcon {
    width: 8rem;
    margin: 0;
  }
  footer .footer__listLink {
    flex-wrap: wrap;
    width: 89%;
    margin: 0 auto;
    gap: 0;
    padding: 2.4rem 0 2.8rem;
  }
  footer .footer__listLink dt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin: 0 0 -0.1rem;
  }
  footer .footer__listLink dd {
    width: 50%;
    margin: 0 0 -0.3rem;
  }
  footer .footer__bottom {
    flex-direction: column;
    padding: 3.4rem 2.3rem 0;
    align-items: flex-start;
    margin: 0 0 2.2rem;
  }
  footer .footer__bottomFlex {
    width: 81%;
    margin: 0 0 1.6rem;
  }
  footer .footer__bottomList {
    gap: 0 2.1rem;
  }
  footer .footer__bottomList li {
    margin: -0.2rem 0 0;
  }
  footer .footer__inner {
    padding-top: 9.1rem;
  }
  footer .footer__inner small {
    font-size: 1.1rem;
    padding: 0 2.2rem;
  }
}

.is-coloeMode_dark footer a, .is-coloeMode_dark footer dt {
  color: #3C3B3B;
}

.is-coloeMode_dark footer {
  background: #000;
}

.is-coloeMode_dark footer a {
  color: #FFF;
}

.is-coloeMode_dark footer dt {
  color: #FFF;
}

.is-coloeMode_dark footer .footer__inner small {
  color: #FFF;
}

.is-coloeMode_dark footer .footer__bottomFlex {
  background: #FFF;
}

.is-coloeMode_dark footer .footer__topFlexRightLinks li a {
  background: #3C3B3B;
}

@media screen and (max-width: 1279px) and (min-width: 1094px) {
  .pankuzu {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1095px) and (min-width: 768px) {
  .pankuzu {
    padding: 0 30px;
  }
  footer .footer__topFlex {
    flex-direction: column;
  }
  footer .footer__topFlexRight {
    width: 100%;
  }
  footer .footer__topFlexRightLinks {
    display: flex;
    gap: 0 0.8rem;
    margin: 0 0 2rem;
  }
  footer .footer__topFlexRightLinks li {
    width: 21rem;
    margin: 0;
  }
  footer .footer__topFlexRight .privacyIcon {
    width: 8rem;
    margin: 0;
  }
  footer .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer__bottomFlex {
    margin: 0 0 1.1rem;
  }
}
@media (max-width: 767px) {
  .siteHeader {
    background: none;
  }
}
.siteHeader__tab {
  display: none;
}
.siteHeader__flex {
  display: flex;
  align-items: center;
  width: 295px;
}
.siteHeader__flex.blur {
  filter: blur(6px);
}
.siteHeader__logo {
  position: relative;
}
.siteHeader__logo .normalLogo {
  display: block;
}
.siteHeader__logo .blackLogo {
  display: none;
}
.siteHeader__logo a {
  display: block;
}
.siteHeader__logo a svg {
  width: 16rem;
  height: 3.9rem;
}
@media (any-hover: hover) {
  .siteHeader__logo a:hover {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .siteHeader__logo {
    padding: 0;
    margin: 0;
  }
  .siteHeader__logo a svg {
    width: 12rem;
    height: 2.9rem;
  }
  .siteHeader__logo::after {
    content: none;
  }
}
.siteHeader__selectTab {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 0 23px;
}
.siteHeader__selectTab::after {
  content: "";
  width: 1px;
  height: 3.9rem;
  background: #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .siteHeader__selectTab::after {
    content: none;
  }
}
.siteHeader__selectTabTtl {
  font-size: 1.6rem;
  line-height: 1.0625;
  font-weight: 500;
  font-family: var(--fontTtl);
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 0;
}
.siteHeader__selectTabTtl svg {
  width: 10px;
  height: 5px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 2px;
  margin: auto;
  fill: #3c3b3b;
}
.siteHeader__selectTabTtl span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader__selectTabTtl span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader__selectTabTtl:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader__selectTabTtl .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader__selectTabInner {
  display: none;
  width: 120px;
  padding: 18px 24px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
  z-index: 3;
  top: 37px;
  left: -24px;
  right: 0;
  margin: auto;
}
.siteHeader__selectTabInnerList li {
  font-size: 1.5rem;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.siteHeader__selectTabInnerList li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader__selectTabInnerList li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader__selectTabInnerList li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader__selectTabInnerList li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader__nav {
  width: 849px;
  margin: 5px 0 0;
}
.siteHeader__hum {
  display: none;
}
.siteHeader__inner {
  width: 100%;
  padding: 4px 50px 0;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 500;
}
@media (max-width: 767px) {
  .siteHeader__inner {
    padding: 3.3rem 2rem;
    background: none;
  }
}
.siteHeader__inner.lowPage {
  opacity: 1;
  top: 0;
  transition: inherit;
}
.siteHeader__inner.fadeIn {
  top: 0;
  opacity: 1;
  animation: slideIn 0.75s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.siteHeader__inner.backgroundNone {
  background: none;
  transition: 0.3s;
}
.siteHeader__inner.none {
  width: 100%;
  position: fixed;
  padding: 0 30px;
}
.siteHeader__inner.none .siteHeader__logo {
  width: 140px;
}
.siteHeader__inner.none .siteHeader__logo::after {
  content: none;
}
.siteHeader__inner.none .siteHeader__inner {
  padding: 0;
}
.siteHeader__inner.none .siteHeader__grp01 {
  display: none;
}
.siteHeader__inner.none .siteHeader__grp02 {
  align-items: center;
}
.siteHeader__inner.none .siteHeader__nav {
  margin: 0;
}
.siteHeader__inner.none .headerMenu__parent a, .siteHeader__inner.none .headerMenu__parent em {
  padding: 18px 0;
}
.siteHeader__inner.none .headerMenu__child.headerMenu__child--pos01 {
  padding: 6.2rem 5rem 0;
}
.siteHeader__innerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.siteHeader__grp01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 13px;
}
.siteHeader__grp01 .searchIcon {
  margin: 0 0 0 26px;
}
.siteHeader__grp01 .searchIcon svg {
  width: 20px;
  height: 20px;
}
.siteHeader__grp01.blur {
  filter: blur(6px);
}
@media (max-width: 767px) {
  .siteHeader__grp01 {
    display: none;
  }
}
.siteHeader__grp02 {
  display: flex;
  justify-content: flex-end;
  gap: 0 38px;
}
.siteHeader__grp02 .headerMenu {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 36px;
}
.siteHeader__grp02 .headerMenu.blur {
  filter: blur(6px);
}
@media (max-width: 767px) {
  .siteHeader__grp02 {
    display: none;
  }
}
.siteHeader .headerMenu .menuClose {
  position: absolute;
  z-index: 1;
  top: 3.2rem;
  right: 4rem;
  cursor: pointer;
}
.siteHeader .headerMenu__parent {
  height: 100%;
  display: block;
  font-family: var(--fontTtl);
  font-weight: 500;
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
}
.siteHeader .headerMenu__parent a, .siteHeader .headerMenu__parent em {
  display: block;
  font-family: var(--fontTtl);
  font-weight: 500;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding: 0 0 27px;
  font-style: normal;
}
.siteHeader .headerMenu__parent a::after, .siteHeader .headerMenu__parent em::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0083E8;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__parent a:hover::after, .siteHeader .headerMenu__parent a.isActive::after, .siteHeader .headerMenu__parent em:hover::after, .siteHeader .headerMenu__parent em.isActive::after {
    opacity: 1;
    transition: 0.3s;
  }
}
.siteHeader .headerMenu__parent.blur {
  filter: blur(6px);
}
.siteHeader .headerMenu__parent.current a::after, .siteHeader .headerMenu__parent.current em::after {
  opacity: 1;
}
.siteHeader .headerMenu__child.headerMenu__child--pos01 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(60, 59, 59, 0.4);
  z-index: 2;
  padding: 109px 50px 100px;
  overflow-y: scroll;
}
.siteHeader .headerMenu__index {
  max-width: 1350px;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 30px rgba(60, 59, 59, 0.3);
}
.siteHeader .headerMenu__index .topArea {
  padding: 33px 52px 13px;
  border-bottom: solid 1px #EBEBEB;
}
.siteHeader .headerMenu__index .topArea a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .headerMenu__index .topArea a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .topArea a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .topArea .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .headerMenu__index .topArea a {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--fontTtl);
  position: relative;
  padding: 0 17px 0 0;
  color: #3C3B3B;
}
.siteHeader .headerMenu__index .topArea a svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -2px;
  margin: auto;
}
.siteHeader .headerMenu__index .middleArea {
  display: flex;
  width: 100%;
  overflow-y: auto;
}
.siteHeader .headerMenu__index .middleArea .listArea {
  width: 231px;
  padding: 30px 24px 47px;
  background: #F5F6F8;
}
.siteHeader .headerMenu__index .middleArea .listArea li {
  margin: 0 0 3px;
}
.siteHeader .headerMenu__index .middleArea .listArea li:last-child {
  margin: 0;
}
.siteHeader .headerMenu__index .middleArea .listArea li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .headerMenu__index .middleArea .listArea li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .middleArea .listArea li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .middleArea .listArea li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .headerMenu__index .middleArea .listArea li a {
  display: block;
  padding: 5px 0 5px 27px;
  border-radius: 100px;
  color: #3C3B3B;
}
.siteHeader .headerMenu__index .middleArea .listArea li a span {
  font-weight: 500;
}
.siteHeader .headerMenu__index .middleArea .listArea li a.current {
  background: #3C3B3B;
  border-radius: 100px;
  color: #fff;
  pointer-events: none;
}
.siteHeader .headerMenu__index .middleArea .listArea li a.current span {
  background: none;
}
.siteHeader .headerMenu__index .middleArea .tabArea {
  width: calc(100% - 231px);
  padding: 36px 50px 45px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle {
  margin: 0 0 15px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .middleArea .tabArea__blockTitle a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle a {
  font-family: var(--fontTtl);
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  position: relative;
  padding: 0 19px 0 0;
  color: #3C3B3B;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockTitle a svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 1px;
  margin: auto;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.textOnly {
  gap: 15px 37px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.textOnly li {
  width: auto;
  min-width: auto;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.textOnly li a p {
  width: auto;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly {
  gap: 30px 15px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li {
  width: auto;
  min-width: auto;
  max-width: 160px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li a[href$=".pdf"] span {
  position: relative;
  background-size: calc(100% - 23px) 1px;
  padding: 0 23px 0 0;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li a[href$=".pdf"] span::after {
  content: "";
  width: 17px;
  height: 20px;
  background: url(/keirinkan/kou/assets/images/pdf-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li a[href$=".pdf"]:hover span {
    background-position: right 23px bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li a p {
  display: block;
  width: auto;
  background: none;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail.logoOnly li a p::after {
  content: none;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li {
  width: auto;
  min-width: 120px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure {
  width: auto;
  height: 166px;
  margin: 0 0 8px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.border {
  border: solid 1px #EBEBEB;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImg, .siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  border: solid 1px #EBEBEB;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImg img, .siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn img {
  object-fit: contain;
  margin: 0 auto;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:first-child img {
  width: 72px;
  height: 40px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:nth-child(2) img {
  width: 93px;
  height: 40px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:nth-child(3) img {
  width: 84px;
  height: 44px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:nth-child(4) img {
  width: 48px;
  height: 48px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:nth-child(5) img {
  width: 92px;
  height: 34px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure.logoImgEn:nth-child(6) img {
  width: 48px;
  height: 48px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure a {
  color: #3C3B3B;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li figure img {
  width: auto;
  height: 166px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li p {
  width: 130px;
  font-size: 1.5rem;
  line-height: 1.2666666667;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li span {
  font-size: 1.4rem;
  color: #3C3B3B;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:first-child figure.logoImg img {
  width: 140px;
  height: 51px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:nth-child(2) figure.logoImg img {
  width: 118px;
  height: 29px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:nth-child(2) figure.simulationBox {
  border: none;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:nth-child(2) figure.simulationBox img {
  width: 160px;
  height: 60px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:nth-child(3) figure.logoImg img {
  width: 136px;
  height: 49px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail li:nth-child(4) figure.logoImg img {
  width: 133px;
  height: 48px;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 166px;
  background: #F5F6F8;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .headerMenu__index .middleArea .tabArea__blockDetail .backNumber a p {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
.siteHeader .headerMenu__index .middleArea .tabArea #text02,
.siteHeader .headerMenu__index .middleArea .tabArea #text03,
.siteHeader .headerMenu__index .middleArea .tabArea #text04,
.siteHeader .headerMenu__index .middleArea .tabArea #text05,
.siteHeader .headerMenu__index .middleArea .tabArea #text06,
.siteHeader .headerMenu__index .middleArea .tabArea #rika02,
.siteHeader .headerMenu__index .middleArea .tabArea #rika03,
.siteHeader .headerMenu__index .middleArea .tabArea #rika04,
.siteHeader .headerMenu__index .middleArea .tabArea #rika05,
.siteHeader .headerMenu__index .middleArea .tabArea #rika06,
.siteHeader .headerMenu__index .middleArea .tabArea #eigo02,
.siteHeader .headerMenu__index .middleArea .tabArea #eigo03,
.siteHeader .headerMenu__index .middleArea .tabArea #eigo04,
.siteHeader .headerMenu__index .middleArea .tabArea #eigo05,
.siteHeader .headerMenu__index .middleArea .tabArea #eigo06,
.siteHeader .headerMenu__index .middleArea .tabArea #ict02,
.siteHeader .headerMenu__index .middleArea .tabArea #ict03,
.siteHeader .headerMenu__index .middleArea .tabArea #tankyu02,
.siteHeader .headerMenu__index .middleArea .tabArea #joho02 {
  display: none;
}
.siteHeader .headerMenu__index .bottomArea {
  background: #E8EAED;
  border-radius: 0 0 30px 30px;
  padding: 23px 50px;
}
.siteHeader .headerMenu__index .bottomArea__banner {
  display: flex;
  gap: 0 26px;
}
.siteHeader .headerMenu__index .bottomArea__banner li {
  width: 22.8rem;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__index .bottomArea__banner li a:hover {
    opacity: 0.6;
  }
}
.siteHeader .headerMenu__sub {
  display: flex;
  gap: 0 12px;
}
.siteHeader .headerMenu__sub li .contact {
  display: block;
  width: 13rem;
  text-align: center;
  border-radius: 100px;
  font-family: var(--fontTtl);
  font-weight: 500;
  font-size: 1.5rem;
  background: #F5F6F8;
  padding: 3px 0;
  color: #3C3B3B;
}
.siteHeader .headerMenu__sub li .contact.blur {
  filter: blur(6px);
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__sub li .contact:hover {
    background: #DFE1E5;
  }
}
.siteHeader .headerMenu__sub li .searchIcon {
  cursor: pointer;
}
.siteHeader .headerMenu__sub li .searchIcon.blur {
  filter: blur(6px);
}
.siteHeader .headerMenu__sub li .searchIcon svg {
  width: 3.4rem;
  height: 3.4rem;
  transition: 0.3s;
  fill: #3C3B3B;
}
@media (any-hover: hover) {
  .siteHeader .headerMenu__sub li .searchIcon:hover svg {
    fill: #8A8989;
    transition: 0.3s;
  }
}
.siteHeader__spBtn {
  display: none;
}
.siteHeader .searchModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}
.siteHeader .searchModal::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.siteHeader .searchModal__inner {
  max-width: 780px;
  height: 240px;
  background: #F5F6F8;
  border-radius: 30px;
  padding: 33px 43px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 30px rgba(60, 59, 59, 0.3);
}
.siteHeader .searchModal__innerClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
}
.siteHeader .searchModal__innerClose svg {
  width: 30px;
  height: 30px;
}
@media (any-hover: hover) {
  .siteHeader .searchModal__innerClose:hover {
    opacity: 0.6;
  }
}
.siteHeader .searchModal__inner form {
  margin: 0 0 14px;
}
.siteHeader .searchModal__innerTitle {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 11px;
  color: #3C3B3B;
}
.siteHeader .searchModal__innerText {
  width: 100%;
  border: solid 1px #EBEBEB;
  border-radius: 100px;
  background: #fff url(/keirinkan/kou/assets/images/search-icon.svg) no-repeat left 21px center;
  background-size: 20px auto;
  padding: 12px 53px;
}
.siteHeader .searchModal__innerText::placeholder {
  font-size: 1.7rem;
  color: rgba(60, 59, 59, 0.4);
}
.siteHeader .searchModal__innerList {
  display: flex;
  gap: 0 24px;
}
.siteHeader .searchModal__innerList li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.siteHeader .searchModal__innerList li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .siteHeader .searchModal__innerList li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.siteHeader .searchModal__innerList li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.siteHeader .searchModal__innerList li a {
  font-size: 1.5rem;
  color: #3C3B3B;
}
.siteHeader.blur {
  filter: blur(6px);
}
@media (max-width: 767px) {
  .siteHeader__logo {
    width: 12rem;
  }
  .siteHeader__selectTab {
    margin: 0 0 2.9rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .siteHeader__selectTab {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .siteHeader__selectTabTtl {
    width: 22.4%;
    padding: 0 0.5rem 0 0;
  }
  .siteHeader__selectTabTtl svg {
    top: 0.2rem;
    right: 0.2rem;
  }
  .siteHeader__selectTabTtl span {
    font-size: 1.4rem;
  }
  .siteHeader__selectTabInner {
    position: static;
    margin: 10px 0 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .siteHeader__selectTabInnerList li {
    font-size: 1.4rem;
  }
  .siteHeader__selectTabInnerList li a {
    text-decoration: underline;
  }
  .siteHeader__hum {
    display: block;
    background: #F5F6F8;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow: scroll;
    transform: translate(100%, 0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    overflow: hidden;
    opacity: 0;
  }
  .siteHeader__hum.slideIn {
    opacity: 1;
    transform: translate(0%, 0);
  }
  .siteHeader__humInner {
    padding: 3.1rem 2.2rem;
  }
  .siteHeader__humInner .hdFadeArea {
    opacity: 1;
  }
  .siteHeader__humInner .hdFadeArea.show {
    animation-name: showIn;
    animation-duration: 2s;
    animation-delay: 0.8s;
    opacity: 1;
  }
  .siteHeader__humInner .second,
  .siteHeader__humInner .third {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 2.2rem;
    padding-top: 3.4rem;
    padding-bottom: 50%;
    z-index: 1;
    transform: translate(100%);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    overflow-y: scroll;
  }
  .siteHeader__humInner .second.open,
  .siteHeader__humInner .third.open {
    transform: translate(0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .siteHeader__humInner .second .close_btn,
  .siteHeader__humInner .third .close_btn {
    top: 2.1rem;
    right: 1.5rem;
  }
  .siteHeader__humInner .first {
    opacity: 0;
    transform: translate(0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  .siteHeader__humInner .first.slide {
    transform: translate(-120%);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  .siteHeader__humInner .second {
    opacity: 0;
    overflow: scroll;
  }
  .siteHeader__hum .solo_link {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
    font-family: var(--fontJA);
    margin: 0 0 0.4rem;
  }
  .siteHeader__hum .close_btn {
    width: 5.4rem;
    height: 5.4rem;
    position: absolute;
    top: -1rem;
    right: -0.7rem;
    z-index: 99;
  }
  .siteHeader__hum .close_btn svg {
    width: 5.4rem;
    height: 5.4rem;
  }
  .siteHeader__hum .innerlist {
    margin: 0 0 4.4rem;
  }
  .siteHeader__humBottomLink {
    display: flex;
    justify-content: space-between;
    gap: 0 0.9rem;
    margin: 0 0 1.4rem;
  }
  .siteHeader__humBottomLink li {
    width: 50%;
  }
  .siteHeader__humBottomLink li a {
    display: block;
    border-radius: 100px;
    font-family: var(--fontTtl);
    text-align: center;
    padding: 0.5rem 0;
  }
  .siteHeader__humBottomLink li .contact {
    background: #E7E9ED;
    color: #3C3B3B;
    font-weight: 500;
  }
  .siteHeader__humBottomLink li .blue {
    background: #0083E8;
    color: #fff;
    position: relative;
    padding: 0.5rem 0 0.5rem 3rem;
    font-weight: 500;
  }
  .siteHeader__humBottomLink li .blue svg {
    width: 2.1rem;
    height: 1.8rem;
    position: absolute;
    top: 0.2rem;
    left: 3.2rem;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__humBottomSearch {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 100px;
    border: solid 1px #EBEBEB;
    padding: 0.9rem 0 0.9rem 5rem;
    position: relative;
  }
  .siteHeader__humBottomSearch::placeholder {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(60, 59, 59, 0.4);
  }
  .siteHeader__humBottom form {
    position: relative;
    margin: 0 0 3rem;
  }
  .siteHeader__humBottom form svg {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__humBottomBanner {
    display: flex;
    gap: 0 0.9rem;
  }
  .siteHeader__humBack {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: var(--fontTtl);
    position: relative;
    margin: 0 0 2.9rem;
    padding: 0 0 0 1.9rem;
  }
  .siteHeader__humBack svg {
    width: 0.8rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__spBtn {
    display: inline-block;
    position: fixed;
    top: 2.2rem;
    right: 1.5rem;
    transition: 1s ease 0.3s;
    width: 5.4rem;
    height: 5.4rem;
    background: #3C3B3B;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1002;
  }
  .siteHeader__spBtn.active span:nth-last-child(1) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  .siteHeader__spBtn.active span:nth-last-child(2) {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  .siteHeader__spBtn.fadeIn {
    top: 2.2rem;
  }
  .siteHeader__spBtn span {
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
  }
  .siteHeader__spBtn span:nth-of-type(1) {
    top: 2.3rem;
  }
  .siteHeader__spBtn span:nth-of-type(2) {
    bottom: 2.3rem;
  }
  .siteHeader.lowPage .siteHeader__spBtn {
    top: 2.2rem;
  }
  .siteHeader__click {
    margin: 0 0 0.4rem;
  }
  .siteHeader__click.fade {
    animation-duration: 3s;
    animation-name: fadein;
  }
  .siteHeader__click:last-child {
    margin: 0;
  }
  .siteHeader__click .acoTtl {
    margin: 0 0 0.9rem;
    padding: 0 0 0 2rem;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
  }
  .siteHeader__click .acoTtl::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: #0083E8;
    border-radius: 100%;
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    left: 0.5rem;
    margin: auto;
  }
  .siteHeader__click .acoList {
    display: none;
    margin: 0 0 2rem;
    padding: 0 0 0 2.5rem;
  }
  .siteHeader__click .acoList__top {
    margin: 0 0 0.9rem;
  }
  .siteHeader__click .acoList__top a {
    font-weight: 700;
    text-decoration: underline;
  }
  .siteHeader__click .acoList__detail {
    font-family: var(--fontJA);
    font-weight: 400;
    position: relative;
    padding: 0 1.7rem;
    margin: 0 0 1rem;
  }
  .siteHeader__click .acoList__detail::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):last-child {
    margin: 1.6rem 0 0;
    padding: 0 0 0 0.4rem;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):last-child::before {
    display: none;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):nth-last-child(2) {
    margin: 0 0 1.8rem;
  }
  .siteHeader__click .acoList__detail .backNumber {
    display: block;
    max-width: 23rem;
    background: #FFFFFF;
    border: solid 1px #EBEBEB;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 100px;
    padding: 0.8rem 0;
  }
  .siteHeader__flex.blur {
    filter: blur(0px);
  }
}

.l-header__fontSize {
  padding: 0 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.l-header__fontSize > span {
  font-size: 1.3rem;
  vertical-align: middle;
  font-family: var(--fontTtl);
}
.l-header__ctrlBtns {
  display: inline-flex;
  vertical-align: middle;
  border: 1px solid #fff;
  margin: 0 0 0 4px;
  background: #fff;
}
.l-header__ctrlBtns > button {
  border: 1px solid #000;
  margin: 0;
  padding: 1px;
  font-size: 1.3rem;
  line-height: 14px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  text-align: center;
  font-family: var(--fontTtl);
  font-weight: 500;
  color: #000;
}
.l-header__ctrlBtns > button + button {
  border-left: none;
}
.l-header__colorMode {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 0 0 16px;
}
.l-header__colorMode > span {
  font-size: 1.3rem;
  vertical-align: middle;
}
.l-header__fontBtnL.js-fontBtnL, .l-header__fontBtnL.js-fontBtnLTab {
  font-size: 1.8rem;
}
.l-header__colorBtnDark.js-colorBtnDark, .l-header__colorBtnDark.js-colorBtnDarkTab {
  background: #000;
  color: #fff;
}
.l-header__colorBtnLight .js-colorBtnLight,
.l-header__colorBtnLight .js-colorBtnLightTab {
  background: #fff;
}

.is-coloeMode_dark .siteHeader__inner {
  background: #000;
}
.is-coloeMode_dark .siteHeader__logo .normalLogo {
  display: none;
}
.is-coloeMode_dark .siteHeader__logo .blackLogo {
  display: block;
}
.is-coloeMode_dark .siteHeader__selectTabTtl svg {
  fill: #fff;
}
.is-coloeMode_dark .siteHeader__selectTabInnerList li a {
  color: #3C3B3B;
}
.is-coloeMode_dark .mainvisual__movie .before,
.is-coloeMode_dark .mainvisual__movie .after {
  background: #000;
}

.is-fontSize_L .siteHeader .headerMenu__sub li .searchIcon {
  width: 2.8rem;
}

.lowPage .siteHeader__spBtn {
  top: 2.2rem;
}

@media screen and (max-width: 1279px) and (min-width: 1094px) {
  .siteHeader__logo {
    padding: 0 1.8rem 0 0;
    margin: 0 1.8rem 0 0;
  }
  .siteHeader__nav {
    width: 723px;
  }
  .siteHeader__grp02 {
    gap: 0 2.2rem;
  }
  .siteHeader__grp02 .headerMenu {
    gap: 0 2.2rem;
  }
  .siteHeader__inner {
    padding: 0 30px;
  }
  .siteHeader .headerMenu__child.headerMenu__child--pos01 {
    padding: 105px 50px 100px;
  }
}
@media screen and (max-width: 1095px) and (min-width: 768px) {
  .siteHeader {
    position: relative;
  }
  .siteHeader.bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 2, 24, 0.4);
    animation: fadein 1s both;
  }
  .siteHeader.none {
    padding: 28px 114px 28px 30px;
    position: absolute;
  }
  .siteHeader__hum {
    display: block;
    background: #F5F6F8;
    width: 43.1rem;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    overflow: scroll;
    transform: translate(100%, 0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    overflow: hidden;
    opacity: 0;
  }
  .siteHeader__hum.slideIn {
    opacity: 1;
    transform: translate(0%, 0);
  }
  .siteHeader__humInner {
    padding: 4.7rem 5rem;
  }
  .siteHeader__humInner .hdFadeArea {
    opacity: 1;
  }
  .siteHeader__humInner .hdFadeArea.show {
    animation-name: showIn;
    animation-duration: 2s;
    animation-delay: 0.8s;
    opacity: 1;
  }
  .siteHeader__humInner .second,
  .siteHeader__humInner .third {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 2.2rem;
    padding-top: 3.4rem;
    padding-bottom: 22%;
    z-index: 1;
    transform: translate(100%);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    overflow-y: scroll;
  }
  .siteHeader__humInner .second.open,
  .siteHeader__humInner .third.open {
    transform: translate(0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .siteHeader__humInner .second .close_btn,
  .siteHeader__humInner .third .close_btn {
    top: 2.1rem;
    right: 1.5rem;
  }
  .siteHeader__humInner .first {
    opacity: 0;
    transform: translate(0);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  .siteHeader__humInner .first.slide {
    transform: translate(-120%);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  .siteHeader__humInner .second {
    opacity: 0;
  }
  .siteHeader__humInner .siteHeader__selectTab {
    margin: 0 0 5rem;
  }
  .siteHeader__hum .solo_link {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
    font-family: var(--fontJA);
    margin: 0 0 0.4rem;
    color: #3C3B3B;
  }
  .siteHeader__hum .close_btn {
    width: 5.4rem;
    height: 5.4rem;
    position: absolute;
    top: -1rem;
    right: -2rem;
    z-index: 99;
    cursor: pointer;
  }
  .siteHeader__hum .close_btn svg {
    width: 5.4rem;
    height: 5.4rem;
  }
  .siteHeader__hum .innerlist {
    margin: 0 0 4.4rem;
  }
  .siteHeader__humBottomLink {
    display: flex;
    justify-content: space-between;
    gap: 0 0.9rem;
    margin: 0 0 1.4rem;
  }
  .siteHeader__humBottomLink li {
    width: 50%;
  }
  .siteHeader__humBottomLink li a {
    display: block;
    border-radius: 100px;
    font-family: var(--fontTtl);
    text-align: center;
    padding: 0.5rem 0;
  }
  .siteHeader__humBottomLink li .contact {
    background: #E7E9ED;
    color: #3C3B3B;
  }
  .siteHeader__humBottomLink li .blue {
    background: #0083E8;
    color: #fff;
    position: relative;
    padding: 0.5rem 0 0.5rem 3rem;
  }
  .siteHeader__humBottomLink li .blue svg {
    width: 2.1rem;
    height: 1.7rem;
    position: absolute;
    top: 0;
    left: 3.2rem;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__humBottomSearch {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 100px;
    border: solid 1px #EBEBEB;
    padding: 0.9rem 0 0.9rem 5rem;
    position: relative;
  }
  .siteHeader__humBottomSearch::placeholder {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(60, 59, 59, 0.4);
  }
  .siteHeader__humBottom form {
    position: relative;
    margin: 0 0 3rem;
  }
  .siteHeader__humBottom form svg {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__humBottomBanner {
    display: flex;
    gap: 0 0.9rem;
  }
  .siteHeader__humBack {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: var(--fontTtl);
    position: relative;
    margin: 0 0 2.9rem;
    padding: 0 0 0 1.9rem;
    cursor: pointer;
  }
  .siteHeader__humBack svg {
    width: 0.8rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .siteHeader__inner {
    padding: 28px 110px 28px 30px;
  }
  .siteHeader__inner.none {
    display: none;
  }
  .siteHeader__spBtn {
    display: inline-block;
    position: fixed;
    top: -20rem;
    right: 1.5rem;
    transition: 1s ease 0.3s;
    width: 5.4rem;
    height: 5.4rem;
    background: #3C3B3B;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1002;
  }
  .siteHeader__spBtn.fadeIn {
    top: 2.2rem;
    transition: 1s ease 0.3s;
  }
  .siteHeader__spBtn.active span:nth-last-child(1) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  .siteHeader__spBtn.active span:nth-last-child(2) {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  .siteHeader__spBtn span {
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
  }
  .siteHeader__spBtn span:nth-of-type(1) {
    top: 2.3rem;
  }
  .siteHeader__spBtn span:nth-of-type(2) {
    bottom: 2.3rem;
  }
  .siteHeader__nav {
    display: none;
  }
  .siteHeader__tab {
    display: flex;
  }
  .siteHeader__click {
    margin: 0 0 0.4rem;
  }
  .siteHeader__click.fade {
    animation-duration: 3s;
    animation-name: fadein;
  }
  .siteHeader__click:last-child {
    margin: 0;
  }
  .siteHeader__click .acoTtl {
    margin: 0 0 0.9rem;
    padding: 0 0 0 2rem;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    color: #3C3B3B;
    cursor: pointer;
  }
  .siteHeader__click .acoTtl::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background: #0083E8;
    border-radius: 100%;
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    left: 0.5rem;
    margin: auto;
  }
  .siteHeader__click .acoList {
    display: none;
    padding: 0 0 0 2.1rem;
    margin: 0 0 2rem;
  }
  .siteHeader__click .acoList__top {
    margin: 0 0 0.9rem;
  }
  .siteHeader__click .acoList__top a {
    font-weight: 700;
    text-decoration: underline;
    color: #3C3B3B;
  }
  .siteHeader__click .acoList__detail {
    font-family: var(--fontJA);
    font-weight: 500;
    position: relative;
    padding: 0 1.7rem;
    margin: 0 0 1rem;
    color: #3C3B3B;
  }
  .siteHeader__click .acoList__detail::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):last-child {
    margin: 1.6rem 0 0;
    padding: 0 0 0 0.4rem;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):last-child::before {
    display: none;
  }
  .siteHeader__click .acoList__detail:has(.backNumber):nth-last-child(2) {
    margin: 0 0 1.8rem;
  }
  .siteHeader__click .acoList__detail .backNumber {
    display: block;
    max-width: 23rem;
    background: #FFFFFF;
    border: solid 1px #EBEBEB;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 100px;
    padding: 0.8rem 0;
  }
  .siteHeader__flex.blur {
    filter: blur(6px);
  }
  .siteHeader .hdFadeArea .siteHeader__selectTab {
    margin: 0 0 2.9rem;
  }
  .siteHeader .hdFadeArea .siteHeader__selectTabTtl {
    width: 23.5%;
    padding: 0 0.5rem 0 0;
  }
  .siteHeader .hdFadeArea .siteHeader__selectTabTtl span {
    font-size: 1.4rem;
    color: #3C3B3B;
  }
  .siteHeader .hdFadeArea .siteHeader__selectTabInner {
    position: static;
    margin: 10px 0 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .siteHeader .hdFadeArea .siteHeader__selectTabInnerList li {
    font-size: 1.4rem;
    color: #3C3B3B;
  }
  .siteHeader .hdFadeArea .siteHeader__selectTabInnerList li a {
    text-decoration: underline;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .siteHeader__inner.none {
    display: none;
  }
}
.recordArea__detailList {
  position: relative;
}
.recordArea__detailList ul {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 7px 8px;
  box-shadow: inset 0 1px 1px rgba(60, 59, 59, 0.2);
  margin: 0 0 50px;
  position: relative;
  z-index: 0;
}
.recordArea__detailList ul li {
  width: 16.6666666667%;
}
.recordArea__detailList ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.recordArea__detailList ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .recordArea__detailList ul li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.recordArea__detailList ul li a {
  display: block;
  text-align: center;
  padding: 11px 0;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  border-radius: 100px;
  transition: none;
  color: #3C3B3B;
}
@media (any-hover: hover) {
  .recordArea__detailList ul li a:hover {
    font-weight: 500;
  }
}
.recordArea__detailList ul li a.current {
  color: #fff;
  border-radius: 100px;
  pointer-events: none;
}
.recordArea__detailList ul:has(:nth-child(2):nth-last-child(1)) li {
  width: 98.7%;
}
.recordArea__detailList ul:has(:nth-child(3):nth-last-child(1)) li {
  width: 50%;
}
.recordArea__detailList ul:has(:nth-child(4):nth-last-child(1)) li {
  width: 33.3333333333%;
}
.recordArea__detailList ul:has(:nth-child(5):nth-last-child(1)) li {
  width: 25%;
}
.recordArea__detailList ul:has(:nth-child(6):nth-last-child(1)) li {
  width: 20%;
}
.recordArea__detailList ul:has(:nth-child(7):nth-last-child(1)) li {
  width: 16.6666666667%;
}
.recordArea__detailList .taBackground {
  width: 16.6666666667%;
}
.recordArea__detailList.colorVer ul {
  background: #F5F6F8;
  padding: 9px 8px;
}
@media (max-width: 767px) {
  .recordArea__detailList.colorVer ul {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 767px) {
  .recordArea__detailList.colorVer ul li {
    line-height: 1.1666666667 !important;
  }
}
@media (max-width: 767px) {
  .recordArea__detailList ul {
    padding: 0.8rem 0.6rem;
  }
  .recordArea__detailList ul li a {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    font-weight: 400;
    padding: 0.5rem 0;
  }
  .recordArea__detailList .taBackground {
    width: 4.9rem;
  }
}

.taBackground {
  position: absolute;
  top: 7px;
  left: 8px;
  height: calc(100% - 14px);
  background-color: rgb(60, 59, 59);
  z-index: -1;
  transition: left 0.3s;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .taBackground {
    top: 0.7rem;
    left: 0.6rem;
    height: calc(100% - 1.4rem);
  }
}

.cvArea__inner {
  display: flex;
}
.cvArea__searchBlock {
  background: #F5F6F8;
  border-radius: 30px;
}

.mainvisual {
  position: relative;
  padding-top: 8.9rem;
  z-index: 0;
}
.mainvisual.isAnimated .mainvisual__bg--01, .mainvisual.isAnimated .mainvisual__bg--02, .mainvisual.isAnimated .mainvisual__bg--03 {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.mainvisual__bg figure {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 279rem auto;
  background-repeat: no-repeat;
  background-position: top -11rem left;
  clip-path: polygon(34rem 0%, 34rem 0, 34rem 100%, 34rem 100%);
}
@media (max-width: 767px) {
  .mainvisual__bg figure {
    background-size: 100% auto;
    background-position: top -9.5rem left;
    clip-path: polygon(8rem 0%, 8rem 0, 8rem 100%, 8rem 100%);
  }
}
.mainvisual__bg--01 {
  background-image: url(../images/mainvisual_bg.svg);
  transition: clip-path 1.2s ease 0.1s;
}
@media (max-width: 767px) {
  .mainvisual__bg--01 {
    background-image: url(../images/mainvisual_bg_sp.svg);
    transition: clip-path 1s ease 0.1s;
  }
}
.mainvisual__bg--02 {
  background-image: url(../images/mainvisual_bg2.svg);
  transition: clip-path 1.2s ease 0.2s;
}
@media (max-width: 767px) {
  .mainvisual__bg--02 {
    background-image: url(../images/mainvisual_bg2_sp.svg);
    transition: clip-path 1s ease 0.2s;
  }
}
.mainvisual__bg--03 {
  background-image: url(../images/mainvisual_bg3.svg);
  transition: clip-path 0.5s ease 0.3s;
}
@media (max-width: 767px) {
  .mainvisual__bg--03 {
    background-image: url(../images/mainvisual_bg3_sp.svg);
    transition: clip-path 0.7s ease 0.3s;
  }
}
.mainvisual__textarea {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 7.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4.5rem;
}
.mainvisual__ttl {
  font-size: 6.4rem;
  font-family: var(--fontTtl);
  font-weight: 700;
  line-height: 1.359375;
  margin-bottom: 0.9rem;
  opacity: 0;
  translate: 0 35px;
}
.mainvisual__text {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  opacity: 0;
  translate: 0 35px;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.mainvisual__movie {
  width: 100%;
  padding: 0 7.5rem;
  position: relative;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  margin: auto;
  z-index: 1;
  translate: 0 35px;
  overflow: hidden;
}
.mainvisual__movie video {
  width: 100%;
  height: 70rem;
  border-radius: 3rem;
  object-fit: cover;
  border: none;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainvisual__movie .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 10rem);
  padding: 0;
}
.mainvisual__movie.isScroll {
  padding: 0rem;
}
.mainvisual__movie.isScroll video {
  border-radius: 0;
}
.mainvisual__movie .before,
.mainvisual__movie .after {
  position: absolute;
  top: 7.2rem;
  right: 30.3rem;
  writing-mode: vertical-rl;
  font-size: 4.1rem;
  font-family: var(--fontTtl);
  font-weight: 500;
  line-height: 1.1463414634;
  background: #FFF;
  padding: 1.5rem 1.1rem 0.9rem;
  border-radius: 0.3rem;
  letter-spacing: 0.62rem;
  opacity: 0;
  translate: 0 -2rem;
}
.mainvisual__movie .after {
  top: 16.8rem;
  right: 39rem;
  padding: 1.5rem 1.1rem 0.9rem;
}
.mainvisual__movie.fadeIn {
  opacity: 1;
  translate: 0 0;
}
.mainvisual .isAnimated {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 0.1s;
}
@media (max-width: 767px) {
  .mainvisual {
    padding-top: 3.1rem;
    margin: 0 0 5rem;
  }
  .mainvisual__textarea {
    width: 100%;
    padding: 0 2.2rem;
    margin-bottom: 4rem;
  }
  .mainvisual__ttl {
    font-size: 4rem;
    line-height: 1.25;
  }
  .mainvisual__text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
  .mainvisual__movie {
    padding: 0 2.2rem;
  }
  .mainvisual__movie video {
    border-radius: 2rem;
    height: 30rem;
  }
  .mainvisual__movie .before,
  .mainvisual__movie .after {
    font-size: 2.1rem;
    line-height: 1.1428571429;
    top: 3.1rem;
    right: 14.6rem;
    padding: 0.9rem 0.7rem 0.8rem;
    letter-spacing: 0.29rem;
  }
  .mainvisual__movie .after {
    top: 8rem;
    right: 19.2rem;
    padding: 0.9rem 0.7rem 0.9rem;
    letter-spacing: 0.29rem;
  }
}

.other {
  width: 100%;
  height: 100rem;
}

.is-coloeMode_dark .mainvisual::before, .is-coloeMode_dark .mainvisual::after {
  background: #000;
}

@media screen and (max-width: 1279px) and (min-width: 1086px) {
  .mainvisual__movie {
    padding: 0 3rem;
  }
  .mainvisual__textarea {
    padding: 0 3rem;
  }
  .mainvisual__movie .before,
  .mainvisual__movie .after {
    right: 23.3rem;
  }
  .mainvisual__movie .after {
    right: 33rem;
  }
}
@media screen and (max-width: 1085px) and (min-width: 768px) {
  .mainvisual {
    padding-top: 4.8rem;
  }
  .mainvisual__textarea {
    padding: 0 3rem;
  }
  .mainvisual__bg {
    top: -15rem;
  }
  .mainvisual__movie .before,
  .mainvisual__movie .after {
    right: 17.5rem;
  }
  .mainvisual__movie .after {
    right: 27rem;
  }
  .mainvisual__movie {
    padding: 0 3rem;
  }
  .mainvisual__movie video {
    height: 60.5rem;
  }
}
@media screen and (min-width: 1900px) {
  .mainvisual__textarea {
    width: 1345px;
    padding: 0;
  }
}
.img-border {
  border: solid 1px #EBEBEB;
}

span.new {
  display: inline-block;
  width: 36px;
  height: 16px;
  background: #F9FF39;
  font-size: 1.3rem;
  font-family: var(--fontTtl);
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 7px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  span.new {
    width: 3.6rem;
    height: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    top: -0.2rem;
  }
}

.bottomAreaLink {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .bottomAreaLink {
    margin: 6rem 0 0;
  }
}

.dotTtl {
  font-size: 4rem;
  line-height: 1.35;
  font-family: var(--fontTtl);
  font-weight: 700;
  color: #3C3B3B;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 48px;
}
.dotTtl::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0083E8;
  position: absolute;
  top: 23px;
  left: 0;
  margin: auto;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .dotTtl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 0 0 3rem;
    padding: 0 0 0 2rem;
  }
  .dotTtl::before {
    width: 10px;
    height: 10px;
    top: 1.5rem;
  }
}

.is-coloeMode_dark .dotTtl {
  color: #fff;
}
.is-coloeMode_dark .anchorArea {
  background: #3C3B3B;
}
.is-coloeMode_dark .anchorArea ul li a {
  color: var(--colorText);
}
.is-coloeMode_dark .taohyoArea {
  background: #3C3B3B;
}

.is-coloeMode_dark .blackBtn {
  background: #000;
}
.is-coloeMode_dark .bottomVisual {
  background: #3C3B3B;
}

.borderBtn {
  display: flex;
  height: 46px;
  border-radius: 100px;
  border: solid #3C3B3B 1px;
  background: #fff;
  color: #3C3B3B;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.borderBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #3c3b3b;
  transition: 0.3s;
}
.borderBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F5F6F8;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .borderBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .borderBtn {
    height: 3.8rem;
  }
}

.wh-borderBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3C3B3B;
  border: solid 1px #D0D0D0;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  padding: 14px 0;
  overflow: hidden;
  font-family: var(--fontTtl);
}
.wh-borderBtn svg {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  stroke: #fff;
  fill: #0182e8;
  transition: 0.3s;
}
.wh-borderBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0083E8;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .wh-borderBtn:hover {
    color: #fff;
    border: solid 1px #0182e8;
  }
  .wh-borderBtn:hover svg {
    fill: #fff;
    stroke: #0182e8;
    transition: 0.3s;
  }
  .wh-borderBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .wh-borderBtn {
    font-size: 1.6rem;
    line-height: 0.5333333333;
    max-width: 23rem;
    height: 5.4rem;
    padding: 2.2rem 2rem 2.2rem 0;
  }
}

.grayArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  background: #F5F6F8;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3C3B3B;
  border: solid 1px #EBEBEB;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  padding: 8px 0;
  overflow: hidden;
  font-family: var(--fontTtl);
}
.grayArrow svg {
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  stroke: #3C3B3B;
  fill: none;
  transition: 0.3s;
}
.grayArrow::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EBEBEB;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .grayArrow:hover {
    border: solid 1px #EBEBEB;
  }
  .grayArrow:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .grayArrow {
    max-width: 82%;
    height: 4.4rem;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 1.2rem 0;
  }
  .grayArrow svg {
    right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .supportPage .lowMain {
    padding: 4rem 2.2rem 3.4rem;
  }
}
.supportPage .lowMain__innerTtl {
  font-family: var(--fontTtl);
}

.columnArea__detailLink {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .columnArea__detailLink {
    margin: 0 0 2rem;
  }
}

.lowMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/keirinkan/kou/assets/images/lowMv.jpg) no-repeat bottom right;
  background-size: 1500px auto;
  padding: 0 30px;
  height: 211px;
}
.lowMain__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.lowMain__innerTtl {
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  color: #3C3B3B;
}
.lowMain.otherLow {
  height: 217px;
  margin: 0 0 36px;
  padding: 57px 30px 0;
  background: url(/keirinkan/kou/assets/images/lowMv.jpg) no-repeat top right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .lowMain.otherLow {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) no-repeat bottom 3rem right;
    background-size: 100% auto;
    padding: 0;
    height: auto;
    margin: -0.4rem 0 0;
  }
  .lowMain.otherLow .lowMain__inner {
    flex-direction: column;
    padding: 0 2.2rem;
  }
  .lowMain.otherLow .lowMain__innerTop dl dt {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    padding: 0.4rem 1.5rem;
    margin: 0 0 0.8rem;
  }
  .lowMain.otherLow .lowMain__innerTop dl dd {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 2.2rem;
  }
  .lowMain.otherLow .lowMain__flex {
    gap: 0 1rem;
  }
  .lowMain.otherLow .lowMain__flex li img {
    height: 10rem;
  }
  .lowMain.otherLow .lowMain__innerTop dl dd {
    width: 100%;
    margin: 0 0 2.2rem;
  }
}
.lowMain.otherLow.taohyoTtl {
  height: 211px;
  padding: 75px 30px 64px;
  margin: 0;
  background: url(/keirinkan/kou/assets/images/text_bg-pc.png) right top -111px no-repeat;
  background-size: 1500px auto;
}
.lowMain.otherLow.taohyoTtl .lowMain__innerTtl {
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .lowMain.otherLow.taohyoTtl {
    display: flex;
    align-items: center;
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.png) no-repeat bottom -8.4rem right -0.2rem;
    background-size: 100% auto;
    padding: 4.5rem 0 3.4rem;
    height: auto;
    margin: -4.4rem 0 0;
  }
}
.lowMain.otherLow.teachText {
  height: auto;
  padding: 58px 30px 64px;
  margin: 0;
  background: url(/keirinkan/kou/assets/images/teachTextMv.jpg) no-repeat bottom right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .lowMain.otherLow.teachText {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) no-repeat bottom 0 right;
    background-size: 100% auto;
    padding: 0.5rem 0 1.2rem;
    margin: -1rem 0 0;
  }
}
.lowMain.otherLow.subText {
  margin: 0 0 60px;
  padding: 68px 20px 65px;
  height: auto;
  background: url(/keirinkan/kou/assets/images/lowMv_subText.jpg) no-repeat bottom right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .lowMain.otherLow.subText {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) no-repeat bottom right;
    background-size: 100% auto;
    padding: 0 0 8.1rem;
    margin: -0.3rem 0 0;
    height: auto;
  }
}
.lowMain.otherLow.subText .lowMain__inner {
  position: relative;
}
.lowMain.otherLow.subText .lowMain__innerTop dl dt {
  border: solid 1px #D0D0D0;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  border-radius: 0;
  background: #fff;
  color: #3C3B3B;
  padding: 6px 9px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .lowMain.otherLow.subText .lowMain__innerTop dl dt {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    padding: 0 0.5rem;
  }
}
.lowMain.otherLow.subText .lowMain__flex {
  position: absolute;
  right: 0;
  bottom: -125px;
  margin: 0;
}
@media (max-width: 767px) {
  .lowMain.otherLow.subText .lowMain__flex {
    left: 2.2rem;
    right: inherit;
    bottom: -11.1rem;
  }
}
.lowMain.otherLow.subText.mondai {
  height: 251px;
  background: url(/keirinkan/kou/assets/images/lowMv_subText.jpg) no-repeat top right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .lowMain.otherLow.subText.mondai {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) no-repeat bottom right;
    background-size: 100% auto;
    padding: 0 0 8.1rem;
    margin: -0.3rem 0 0;
    height: auto;
  }
}
.lowMain__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lowMain__innerTop {
  width: 100%;
}
.lowMain__innerTopTitle {
  width: 100%;
}
.lowMain__innerTopTitle span {
  display: inline-block;
  background: #0083E8;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.24;
  font-weight: 400;
  border-radius: 100px;
  padding: 6px 22px;
  margin: 0 0 14px;
}
.lowMain__innerTopTitle span.teachText {
  background: #3C3B3B;
}
.lowMain__innerTopTitle h1 {
  width: 69%;
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
}
.lowMain__innerTopTitle h1.widthChange {
  width: calc(100% - var(--flex-width) - 60px);
}
@media (max-width: 767px) {
  .lowMain__innerTopTitle h1.widthChange {
    width: 100%;
  }
}
.lowMain__innerTopTitle h1.one-img {
  width: calc(100% - var(--flex-width) - 30px);
}
@media (max-width: 767px) {
  .lowMain__innerTopTitle h1.one-img {
    width: 100%;
  }
}
.lowMain__flex {
  display: flex;
  margin: 12px 0 0;
  gap: 0 25px;
}
.lowMain__flex li img {
  width: auto;
  height: 240px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
@media (max-width: 767px) {
  .lowMain {
    padding: 5.5rem 2.2rem 3.4rem;
    height: auto;
    background: url(/keirinkan/kou/assets/images/lowMv_sp.jpg) no-repeat bottom right;
    background-size: 37.5rem auto;
    margin: -4rem 0 0;
  }
  .lowMain__innerTtl {
    font-size: 3rem;
    line-height: 1.2;
  }
  .lowMain__innerTopTitle {
    margin: 0 0 3rem;
  }
  .lowMain__innerTopTitle span {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 0.6rem;
    padding: 0.6rem 1.5rem;
  }
  .lowMain__innerTopTitle h1 {
    font-size: 3rem;
    line-height: 1.2;
    width: 100%;
  }
}

.anchorArea {
  background: #F5F6F8;
  padding: 0 30px;
}
.anchorArea__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .anchorArea__ttl {
    font-size: 2.1rem;
    line-height: 1.380952381;
    margin: 0 0 1.5rem;
  }
}
.anchorArea p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .anchorArea p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 1.9rem;
  }
}
.anchorArea ul {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 41px 0;
  gap: 0 10px;
}
.anchorArea ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  border: solid 1px #CBCBCB;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 6px 15px 8px 18px;
}
.anchorArea ul li a span {
  background: url(/keirinkan/kou/assets/images/math/support/anchorArrow.svg) no-repeat right top 11px;
  background-size: 12px 7px;
  padding: 0 19px 0 0;
}
@media (any-hover: hover) {
  .anchorArea ul li a:hover {
    background: #3C3B3B;
    border: solid 1px #3C3B3B;
    color: #fff;
  }
  .anchorArea ul li a:hover span {
    background: url(/keirinkan/kou/assets/images/math/support/anchorArrow_on.svg) no-repeat right top 11px;
    background-size: 12px 7px;
  }
}
@media (max-width: 767px) {
  .anchorArea {
    padding: 0 2.2rem;
    margin: 0 0 6.1rem;
  }
  .anchorArea ul {
    padding: 2rem 0;
    gap: 0 0.6rem;
    margin: 0;
  }
  .anchorArea ul::-webkit-scrollbar {
    display: none;
  }
  .anchorArea ul li a {
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 0.7rem 1.5rem 0.7rem 1.9rem;
  }
  .anchorArea ul li a span {
    background: url(/keirinkan/kou/assets/images/math/support/anchorArrow.svg) no-repeat right top 0.9rem;
    background-size: 1.2rem 0.7rem;
    padding: 0 1.6rem 0 0;
  }
}

.taohyoArea {
  padding: 63px 30px 58px;
  margin: 0 0 104px;
  background: #F5F6F8;
}
@media (max-width: 767px) {
  .taohyoArea {
    padding: 3rem 2rem;
    margin: 0 0 6rem;
  }
}
.taohyoArea .anchorArea {
  max-width: 1200px;
  margin: 0 auto;
  background: none;
  padding: 0;
}
.taohyoArea .anchorArea ul {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.taohyoDetailArea .dotTtl {
  margin: 0 0 53px;
}
.taohyoDetailArea table {
  width: 100%;
}
.taohyoDetailArea table th {
  background: #F5F6F8;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding: 14px 0;
  position: relative;
}
@media (max-width: 767px) {
  .taohyoDetailArea table th {
    display: none;
  }
}
.taohyoDetailArea table th::after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #D0D0D0;
}
.taohyoDetailArea table th:first-child {
  width: 400px;
}
.taohyoDetailArea table th:first-child::after {
  content: none;
}
.taohyoDetailArea table th:nth-child(2) {
  width: 348px;
}
.taohyoDetailArea table th:nth-child(3) {
  width: 335px;
}
.taohyoDetailArea table th:last-child {
  width: 128px;
  vertical-align: middle;
}
.taohyoDetailArea table th:last-child::after {
  content: none;
}
.taohyoDetailArea table th.bg01 {
  background: #E7E8EB;
}
@media (max-width: 767px) {
  .taohyoDetailArea table tr {
    display: block;
    border-bottom: solid 1px #3C3B3B;
  }
  .taohyoDetailArea table tr:first-child {
    border-bottom: none;
  }
  .taohyoDetailArea table tr:last-child {
    border-bottom: solid 1px #EBEBEB;
  }
}
.taohyoDetailArea table td {
  padding: 25px 22px 15px;
  border-bottom: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td {
    display: flex;
    padding: 0;
  }
  .taohyoDetailArea table td::before {
    width: 2.9rem;
    min-width: 2.9rem;
    content: attr(data-label);
    display: flex;
    writing-mode: vertical-rl;
    align-items: center;
    justify-content: center;
    background: #F5F6F8;
    font-size: 1.3rem;
  }
  .taohyoDetailArea table td.bg.border {
    border-top: solid 1px #3C3B3B;
  }
  .taohyoDetailArea table td.bg::before {
    background: #E7E8EB;
  }
}
.taohyoDetailArea table td .flexArea {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea {
    align-items: flex-start;
    padding: 1.5rem;
    width: calc(100% - 2.9rem);
  }
}
.taohyoDetailArea table td .flexArea.detail {
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea.detail {
    width: 100%;
    padding: 0;
    margin: 0 0 0.4rem;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.taohyoDetailArea table td .flexArea img {
  height: 80px;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea img {
    height: 8rem;
  }
}
.taohyoDetailArea table td .flexArea__text p {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea__text p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.taohyoDetailArea table td .flexArea__text span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea__text span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.taohyoDetailArea table td .flexArea .grayBlock {
  border: solid 1px #D0D0D0;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .flexArea .grayBlock {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    padding: 0 0.7rem;
  }
}
.taohyoDetailArea table td .hyouBtn {
  display: block;
  width: 120px;
  border: solid 1px #D0D0D0;
  border-radius: 6px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1428571429;
  padding: 1.6rem 0;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td .hyouBtn {
    width: 12rem;
    margin: 0.8rem auto 1.1rem;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}
.taohyoDetailArea table td .hyouBtn span {
  background: url(/keirinkan/kou/assets/images/math/support/taiohyo/exl-icon.png) left center no-repeat;
  background-size: 17px auto;
  padding: 0 0 0 22px;
}
.taohyoDetailArea table td .hyouBtn span::after {
  content: none;
}
@media (any-hover: hover) {
  .taohyoDetailArea table td .hyouBtn:hover {
    background: #F5F6F8;
  }
}
.taohyoDetailArea table td.bg {
  background: #F5F6F8;
}
.taohyoDetailArea table td:nth-child(3) {
  padding: 25px 9px 15px 9px;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td:nth-child(3) {
    padding: 0;
  }
}
.taohyoDetailArea table td:last-child {
  padding: 39px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .taohyoDetailArea table td:last-child {
    padding: 0;
    border-bottom: none;
  }
}
.taohyoDetailArea table.gene th:nth-child(1) {
  width: 535px;
}
.taohyoDetailArea table.gene th:nth-child(2) {
  width: 535px;
}
.taohyoDetailArea table.gene th:nth-child(3) {
  width: 129px;
}
.taohyoDetailArea .detailArea {
  margin: -110px auto 150px;
  padding: 110px 30px 0;
}
@media (max-width: 767px) {
  .taohyoDetailArea .detailArea {
    margin: -7rem auto 8rem;
    padding: 7rem 2.2rem 0;
  }
}
@media (max-width: 767px) {
  .taohyoDetailArea .detailArea .dotTtl {
    margin: 0 0 3.6rem;
  }
}

.detailArea {
  margin: -110px auto 0;
  padding: 110px 30px 0;
}
.detailArea__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.detailArea__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.detailArea__innerFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: 100%;
  border-bottom: solid 1px #EBEBEB;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.detailArea__innerFlex.top .detailArea__innerFlexLeft {
  gap: 0 24px;
}
.detailArea__innerFlex.top .detailArea__innerFlexLeft--title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4814814815;
}
.detailArea__innerFlex.top figure {
  height: 120px;
}
.detailArea__innerFlex.top figure img {
  height: 100%;
}
.detailArea__innerFlex.top .blackBtn {
  width: 300px;
  height: 46px;
  padding: 14px 0;
  font-size: 1.6rem;
  line-height: 1.125;
  margin: 19px 0 0;
}
.detailArea__innerFlex.bottom {
  gap: 0;
  align-items: center;
  justify-content: flex-start;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeft {
  gap: 0 16px;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeftText {
  width: 37%;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl dt {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  border: solid 1px #D0D0D0;
  font-weight: 400;
  padding: 2px 9px;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl dd {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3076923077;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexLeft--title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4705882353;
  margin: 0 0 9px;
}
.detailArea__innerFlex.bottom figure {
  height: 80px;
  margin: 0 16px 0 0;
}
.detailArea__innerFlex.bottom figure img {
  height: 100%;
}
.detailArea__innerFlex.bottom .blackBtn {
  width: 300px;
  padding: 5px 0;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexRight {
  width: 94.2%;
  align-items: center;
  justify-content: space-between;
  gap: 10px 0;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexRight ul {
  position: static;
  min-width: 60.5%;
  justify-content: flex-end;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li {
  width: 130px;
}
.detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding: 1.6rem 0;
  text-align: center;
}
.detailArea__innerFlexLeft {
  display: flex;
}
.detailArea__innerFlexRight {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
}
.detailArea__innerFlexRight ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  top: 7px;
}
.detailArea__innerFlexRight ul li a {
  display: block;
  border: solid 1px #D0D0D0;
  color: #262626;
  font-family: var(--fontTtl);
  border-radius: 6px;
  font-weight: 500;
  padding: 7px 32px;
}
.detailArea__innerFlexRight ul li a span {
  padding: 0 0 0 23px;
}
@media (max-width: 767px) {
  .detailArea__innerFlexRight ul li a span {
    padding: 0 0 0.2rem 2.3rem;
  }
}
@media (any-hover: hover) {
  .detailArea__innerFlexRight ul li a:hover {
    background: #F5F6F8;
  }
}
.detailArea__innerFlexRight a[href$=".pdf"] p,
.detailArea__innerFlexRight a[href$=".pdf"] span {
  background: url(/keirinkan/kou/assets/images/pdf-icon.svg) left center no-repeat;
  background-size: 17px auto;
}
@media (max-width: 767px) {
  .detailArea__innerFlexRight a[href$=".pdf"] p,
  .detailArea__innerFlexRight a[href$=".pdf"] span {
    background: none;
  }
}
@media (max-width: 767px) {
  .detailArea__innerFlexRight a[href$=".pdf"] {
    background: url(/keirinkan/kou/assets/images/pdf-icon.svg) left 1rem center no-repeat;
    background-size: 1.7rem auto;
    padding: 1rem 0.8rem 1rem 3.5rem !important;
  }
}
.detailArea__innerArticle {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .detailArea {
    margin: -7rem auto 8rem;
    padding: 7rem 2.2rem 0;
  }
  .detailArea .dotTtl {
    margin: 0 0 3.6rem;
  }
  .detailArea__innerArticle {
    margin: 0 0 6rem;
  }
  .detailArea__innerArticle:last-of-type {
    margin: 0;
  }
  .detailArea__innerFlex {
    gap: 1.2rem 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
  }
  .detailArea__innerFlex.top .blackBtn {
    width: 20rem;
    height: 3.8rem;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    padding: 1.1rem 0;
    margin: 1.2rem 0;
  }
  .detailArea__innerFlex.top .blackBtn svg {
    display: none;
  }
  .detailArea__innerFlex.top .detailArea__innerFlexLeft {
    gap: 0 2.4rem;
    padding: 0;
  }
  .detailArea__innerFlex.top .detailArea__innerFlexLeft--title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0;
  }
  .detailArea__innerFlex.top .detailArea__innerFlexLeftText {
    width: auto;
  }
  .detailArea__innerFlex.top .detailArea__innerFlexRight {
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
  }
  .detailArea__innerFlex.top .detailArea__innerFlexRight ul li a {
    font-size: 1.3rem;
    line-height: 1.2307692308;
    padding: 1rem 1.5rem;
  }
  .detailArea__innerFlex.top figure {
    height: 12rem;
  }
  .detailArea__innerFlex.bottom {
    align-items: flex-start;
    padding: 0 0 2rem;
    gap: 0 0.4rem;
  }
  .detailArea__innerFlex.bottom .blackBtn {
    width: 89%;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    padding: 1.1rem 0;
    margin: 1.2rem 0 0;
  }
  .detailArea__innerFlex.bottom .blackBtn svg {
    display: none;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexLeft--title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 0.7rem;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText {
    width: auto;
    margin: 0 0 0.4rem;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl {
    gap: 0 0.6rem;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl dt {
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.3rem 0.7rem;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText dl dd {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexRight {
    width: 76%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul {
    gap: 0.7rem;
    justify-content: flex-start;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li {
    min-width: 12rem;
    width: auto;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a {
    font-size: 1.3rem;
    line-height: 1.2307692308;
    padding: 1rem 0.8rem 1rem 3.2rem;
    text-align: left;
  }
  .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a span {
    padding: 0;
  }
  .detailArea__innerFlex.bottom figure {
    height: 8rem;
  }
  .detailArea__innerFlexRight ul {
    top: 0;
  }
}
@media screen and (max-width: 1085px) and (min-width: 768px) {
  .detailArea__innerFlexRight {
    width: 84.5%;
  }
}

.siryoArea {
  margin: -110px 0 0;
  padding: 163px 30px 0;
}
.siryoArea .pdf {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0;
  margin: 0 0 0 6px;
  top: -3px;
}
.siryoArea .pdf svg {
  display: inline;
  width: 17px;
  height: 21px;
  position: absolute;
  stroke: none;
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  margin: auto;
}
.siryoArea__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.siryoArea__wrapper ul li {
  margin: 0 0 10px;
}
.siryoArea__wrapper ul li:last-child {
  margin: 0;
}
.siryoArea__wrapper ul li a {
  display: block;
  border: solid 1px #D0D0D0;
  border-radius: 6px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  padding: 20px 24px;
}
@media (any-hover: hover) {
  .siryoArea__wrapper ul li a:hover {
    background: #F5F6F8;
  }
}
.siryoArea__wrapper .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .siryoArea__wrapper .dotTtl {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .siryoArea {
    margin: -7rem 0 0;
    padding: 7rem 2.2rem 0;
  }
  .siryoArea .pdf {
    font-size: 1.1rem;
    line-height: 2.2727272727;
    padding: 0 0 0 0.5rem;
    margin: 0;
    top: -0.1rem;
  }
  .siryoArea__wrapper ul li a {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 1.3rem 2.3rem 0.9rem 1.8rem;
    min-height: 4.9rem;
  }
}

.pagination {
  padding: 0 2.2rem;
  margin: 80px 0 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.pagination ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.pagination ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .pagination ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.pagination ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.pagination ul li span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1.2941176471;
  width: 56px;
  height: 56px;
  font-family: var(--fontTtl);
  font-weight: 500;
  border-radius: 100%;
  background: #3C3B3B;
  color: #fff;
}
.pagination ul li span.page-numbers.dots {
  display: block;
  width: auto;
  background: none;
  border: none;
  color: #3C3B3B;
  line-height: 46px;
}
.pagination ul li a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1.2941176471;
  width: 56px;
  height: 56px;
  font-family: var(--fontTtl);
  font-weight: 500;
  background: #fff;
  border: solid 1px #D0D0D0;
  border-radius: 100%;
}
.pagination ul li a.prev, .pagination ul li a.next {
  font-family: var(--fontTtl);
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 500;
  background: none;
  border: none;
  width: auto;
}
@media (any-hover: hover) {
  .pagination ul li a.prev:hover.page-numbers, .pagination ul li a.next:hover.page-numbers {
    background: none;
    color: #3C3B3B;
  }
}
.pagination ul li a.prev {
  margin: 0 28px 0 0;
  position: relative;
  padding: 0 0 0 13px;
}
.pagination ul li a.prev::before {
  margin: auto;
  content: "";
  width: 7px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/syllabus/prev-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}
.pagination ul li a.next {
  margin: 0 0 0 18px;
  position: relative;
  padding: 0 13px 0 0;
}
.pagination ul li a.next::before {
  margin: auto;
  content: "";
  width: 7px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/syllabus/next-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
}
@media (any-hover: hover) {
  .pagination ul li a:hover.page-numbers {
    background: #3C3B3B;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .pagination ul {
    align-items: center;
  }
  .pagination ul li span.page-numbers {
    width: 4rem;
    height: 4rem;
  }
  .pagination ul li span.page-numbers.dots {
    height: 5.5rem;
  }
  .pagination ul li a span {
    background-position: left bottom 0px;
  }
  .pagination ul li a.page-numbers {
    width: 4rem;
    height: 4rem;
  }
  .pagination ul li a.next, .pagination ul li a.prev {
    width: auto;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.1333333333;
  }
  .pagination ul li a.next {
    margin: 0 0 0 1rem;
  }
  .pagination ul li a.prev {
    margin: 0 1rem 0 0;
  }
}

.wideArea {
  border-top: solid 1px #EBEBEB;
  padding: 51px 30px 0;
}
@media (max-width: 767px) {
  .wideArea {
    padding: 3rem 2.2rem 0;
    margin: 6rem 0 0;
  }
}

.otherLow {
  margin: 0 0 150px;
}
.otherLowTab {
  padding: 150px 30px 89px;
}
@media (max-width: 767px) {
  .otherLowTab.subText {
    padding: 5.9rem 0 4.5rem 2.2rem;
  }
}
@media (max-width: 767px) {
  .otherLowTab.subTextTab {
    padding: 5.7rem 2.2rem 5rem;
  }
  .otherLowTab.subTextTab .recordArea__detailList.tabTwo ul {
    padding: 1.8rem 0.9rem;
    margin: 0 0 3rem;
  }
}
.otherLowTab__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.otherLowTab__wrapper .subGraph {
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph {
    display: block;
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph tbody {
    display: block;
  }
}
.otherLowTab__wrapper .subGraph tr {
  border-bottom: solid 1px #EBEBEB;
}
.otherLowTab__wrapper .subGraph tr:first-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph tr {
    display: block;
    padding: 2rem 0 2.4rem;
  }
  .otherLowTab__wrapper .subGraph tr:first-child {
    padding: 0;
    border-bottom: solid 1px #EBEBEB;
  }
}
.otherLowTab__wrapper .subGraph th {
  background: #F5F6F8;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding: 14px 0;
  position: relative;
}
.otherLowTab__wrapper .subGraph th::before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #D0D0D0;
}
.otherLowTab__wrapper .subGraph th:nth-child(2) {
  max-width: 416px;
}
.otherLowTab__wrapper .subGraph th:nth-child(3) {
  max-width: 170px;
}
.otherLowTab__wrapper .subGraph th:last-child {
  max-width: 161px;
}
.otherLowTab__wrapper .subGraph th:last-child::before {
  content: none;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph th {
    display: none;
  }
}
.otherLowTab__wrapper .subGraph td {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 25px 0;
  vertical-align: middle;
}
.otherLowTab__wrapper .subGraph td:nth-child(2) {
  padding: 25px 11px;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td:nth-child(2) {
    padding: 0 0 0 7.7rem;
  }
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td {
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    position: relative;
    padding: 0 0 0 7.7rem;
  }
}
.otherLowTab__wrapper .subGraph td .flex {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.otherLowTab__wrapper .subGraph td .flex img {
  width: auto;
  height: 8rem;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td .flex img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.otherLowTab__wrapper .subGraph td .flex p {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td .flex p {
    margin: 0 0 0.7rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.otherLowTab__wrapper .subGraph td .flex p span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td .flex p span {
    line-height: 1.4;
  }
}
.otherLowTab__wrapper .subGraph td.center {
  text-align: center;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td.center {
    text-align: left;
    margin: 1rem 0 1.2rem;
  }
}
.otherLowTab__wrapper .subGraph td .orangeBtn {
  width: 147px;
  height: 46px;
  padding: 9px 0 9px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.otherLowTab__wrapper .subGraph td .orangeBtn span {
  padding: 0 0 0;
  background: none;
}
.otherLowTab__wrapper .subGraph td .orangeBtn span::after {
  content: none;
}
@media (max-width: 767px) {
  .otherLowTab__wrapper .subGraph td .orangeBtn {
    width: 16rem;
    height: 3.8rem;
    font-size: 1.5rem;
    margin: 0;
  }
}
.otherLowTab .recordArea__detailList ul {
  background: #F5F6F8;
  margin: 0 0 60px;
}
.otherLowTab .recordArea__detailList ul li {
  width: 33.3333333333%;
}
.otherLowTab .recordArea__detailList.tabTwo ul {
  padding: 17px 11px;
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__detailList.tabTwo.subText {
    padding: 1.3rem 2.2rem 1.3rem 0;
  }
}
.otherLowTab .tabArticle {
  display: none;
}
.otherLowTab .tabArticle:first-child {
  display: block;
}
.otherLowTab .recordArea__tabBlockArticle {
  position: relative;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle.subText {
    padding: 0 2.2rem 0 0;
  }
  .otherLowTab .recordArea__tabBlockArticle.margin {
    margin: 0 0 6rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .tabDetailBlock {
  margin: 0 0 101px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .tabDetailBlock {
    margin: 0 0 4.8rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .tabDetailBlock .textInputStyle p {
    margin: 0;
  }
}
.otherLowTab .recordArea__tabBlockArticleBottom {
  border-top: solid 1px #EBEBEB;
  padding: 50px 0 0;
  margin: 51px 0 100px;
}
.otherLowTab .recordArea__tabBlockArticleTtl {
  font-size: 3.4rem;
  line-height: 1.3529411765;
  font-weight: 700;
  font-family: var(--fontTtl);
  text-align: center;
  margin: 0 0 52px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticleTtl.subText {
    padding: 0 2.2rem 0 0;
    margin: 0 0 3.4rem;
  }
}
.otherLowTab .recordArea__tabBlockArticleDetail {
  margin: 0 0 20px;
}
.otherLowTab .recordArea__tabBlockArticleDetail dt {
  margin: 0 0 20px;
  font-size: 2.7rem;
  line-height: 1.4814814815;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticleDetail dt {
    font-size: 2.1rem;
    line-height: 1.380952381;
    padding: 0 0 0;
  }
}
.otherLowTab .recordArea__tabBlockArticleDetail dd {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticleDetail dd {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left !important;
  }
}
.otherLowTab .recordArea__tabBlockArticleDetail .center {
  text-align: center;
}
.otherLowTab .recordArea__tabBlockArticle .link-center {
  width: 400px;
  margin: 23px auto 100px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .link-center {
    width: 24rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    margin: 2rem auto 5.1rem;
    padding: 0.4rem 3rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .link-center svg {
    right: 1.8rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .blackBtn span::after {
  content: none;
}
.otherLowTab .recordArea__tabBlockArticle .image-center {
  width: 83%;
  margin: auto;
}
.otherLowTab .recordArea__tabBlockArticle .image-center.w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.otherLowTab .recordArea__tabBlockArticleSub {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 23px;
}
.otherLowTab .recordArea__tabBlockArticleIntro {
  margin: 0 0 61px;
}
.otherLowTab .recordArea__tabBlockArticleIntro .middle {
  max-width: 80%;
}
.otherLowTab .recordArea__tabBlockArticleIntro .short {
  max-width: 53.4%;
}
.otherLowTab .recordArea__tabBlockArticleFlex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  gap: 0 30px;
}
.otherLowTab .recordArea__tabBlockArticleFlex:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticleFlex.subText {
    padding: 0 2.2rem 0 0;
  }
}
.otherLowTab .recordArea__tabBlockArticleFlex .textarea {
  width: 100%;
  max-width: 670px;
}
.otherLowTab .recordArea__tabBlockArticleFlex .textarea.wide {
  max-width: 100%;
}
.otherLowTab .recordArea__tabBlockArticleFlex .textarea .borderBtn {
  max-width: 320px;
  width: 100%;
  padding: 13px 0;
  font-size: 1.6rem;
  line-height: 1.125;
}
.otherLowTab .recordArea__tabBlockArticleFlex:not(:has(.modalarea)) .textInputStyle {
  max-width: 100%;
}
.otherLowTab .recordArea__tabBlockArticle figure.w1000 {
  max-width: 1000px;
  margin: 0 auto 103px;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea {
  margin: 100px auto;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea.thin {
  max-width: 900px;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__ttl {
  font-size: 3.4rem;
  line-height: 1.3529411765;
  margin: 0 0 50px;
  font-weight: 700;
  text-align: center;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .movieArea__ttl {
    margin: 0 0 3.2rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock a {
  display: block;
  width: 380px;
  height: 213px;
  overflow: hidden;
  background: #F5F6F8;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock a img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock a {
    width: 100%;
    height: 8.6rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock .modal-movie-button {
  display: block;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock .modal-movie-button {
    margin: 0 0 1.1rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock p {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  margin: 14px 0 0;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea .w900 {
  display: block;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
.otherLowTab .recordArea__tabBlockArticle .movieArea .w900 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .movieArea.subText {
    padding: 0 2.2rem 0 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea .image-center.w1000 {
    width: 69.6rem;
    max-width: 69.6rem;
    margin: 0;
  }
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea {
  margin: 0 0 100px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__detail {
  border-bottom: solid 1px #EBEBEB;
  padding: 0 0 60px;
  margin: 0 0 51px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flex {
  display: flex;
  gap: 0 60px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock {
  border-bottom: solid 1px #EBEBEB;
  padding: 0 0 60px;
  margin: 0 0 60px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock:last-child {
  border-bottom: none;
  margin: 0 0 0;
  padding: 0 0 0;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock .borderBtn {
  max-width: 320px;
  margin: 29px auto 0;
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.125;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock .borderBtn svg {
  right: 17px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock .borderBtn span {
  display: block;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock .borderBtn span::after {
  content: none;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flex figure {
  max-width: 198px;
  height: 280px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flex figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flex figure img {
    width: auto;
  }
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea {
  width: auto;
  flex: 1;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--ttl {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 19px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--ttl span {
  font-size: 2rem;
  background: #F9FF39;
  padding: 0 1rem;
  border-radius: 7px;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--ttl span {
    font-size: 1.4rem;
    padding: 0 0.7rem;
    margin: 0 0 0 0.8rem;
  }
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 36px;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea .pointBlock {
  margin: 36px 0 0;
}
.otherLowTab .recordArea__tabBlockArticle .dorillArea .wh-borderBtn {
  max-width: 300px;
  margin: 0 auto;
}
.otherLowTab .subTextTabDetail {
  margin: 0 0 109px;
}
.otherLowTab .subTextTabDetail__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .otherLowTab .subTextTabDetail {
    margin: 0 0 6rem;
  }
  .otherLowTab .subTextTabDetail .recordArea__tabBlockArticleDetail dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.1rem;
  }
  .otherLowTab .subTextTabDetail .recordArea__tabBlockArticleDetail dd {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .otherLowTab .subTextTabDetail .recordArea__tabBlockArticleTtl {
    margin: 0 0 2.7rem;
  }
  .otherLowTab .subTextTabDetail .textarea__list li {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 0.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .otherLowTab .subTextTabDetail .textarea__list.kome li {
    font-size: 1.5rem;
    line-height: 1.4;
    position: relative;
    margin: 0 0 0.6rem;
    padding: 0 0 0 1.4rem;
  }
  .otherLowTab .subTextTabDetail .textarea__list.kome li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .otherLowTab .subTextTabDetail .textInputStyle {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .otherLowTab {
    padding: 8rem 2.2rem 5rem;
  }
  .otherLowTab .recordArea__detailList {
    width: 100%;
  }
  .otherLowTab .recordArea__detailList.tabTwo {
    padding: 0;
  }
  .otherLowTab .recordArea__detailList.tabTwo ul {
    padding: 1.1rem 1rem;
    margin: 0 0 2.9rem;
  }
  .otherLowTab .recordArea__detailList.tabTwo ul li a {
    font-size: 1.3rem;
    line-height: 1.1538461538;
  }
  .otherLowTab .recordArea__tabBlockArticle .tabScroll {
    overflow-x: scroll;
    margin: 0 -2.2rem 0 -3.2rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .tabScroll img {
    width: 69.6rem;
    max-width: 69.6rem;
    margin: 0 0 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .tabScroll::-webkit-scrollbar {
    display: none;
  }
  .otherLowTab .recordArea__tabBlockArticleTtl {
    font-size: 2.1rem;
    line-height: 1.4285714286;
    margin: 0 0 3.3rem;
  }
  .otherLowTab .recordArea__tabBlockArticleFlex {
    flex-direction: column;
    margin: 0 0 4.8rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea {
    margin: 6rem 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__ttl {
    font-size: 2.1rem;
    line-height: 1.4285714286;
    margin: 0 0 3rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flex {
    gap: 3rem 1.3rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock {
    width: 48%;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0.8rem 0 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock video {
    width: 100%;
  }
  .otherLowTab .recordArea__tabBlockArticleSub {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.4rem;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro {
    margin: 0 0 5rem;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .middle,
  .otherLowTab .recordArea__tabBlockArticleIntro .short {
    width: 100%;
  }
  .otherLowTab .recordArea__tabBlockArticleBottom {
    padding: 3rem 0 0;
    margin: 5rem 0 6rem;
  }
  .otherLowTab .recordArea__tabBlockArticle figure.w1000 {
    margin: 0 0 7.5rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea {
    margin: 0 0 6rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flex {
    display: block;
    position: relative;
    gap: 0 2.9rem;
    padding: 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1rem;
    padding: 0 0 0 11.1rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea--text {
    margin: 0 0 3.6rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 0 0 0 11.1rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea .pointBlock {
    position: relative;
    width: 100%;
    padding: 3rem 3rem 2.8rem;
    margin: 3.6rem 0 2.1rem;
    clear: both;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea .pointBlock ul li, .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexTextarea .pointBlock ol li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flex figure {
    float: left;
    width: 8.4rem;
    height: 12rem;
    margin: 0 0 4.4rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock {
    padding: 0 0 4rem;
    margin: 0 0 4.4rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flexBlock .borderBtn {
    max-width: 25rem;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__detail {
    padding: 0 0 4rem;
    margin: 0 0 4rem;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea .wh-borderBtn {
    max-width: 23rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(60, 59, 59, 0.6);
  opacity: 0;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
  backdrop-filter: blur(6px);
}
@media (max-width: 767px) {
  .modal {
    padding: 0;
  }
}
.modal .modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1200px;
  height: 100%;
  max-height: 740px;
  padding: 50px 80px;
  margin: auto;
  background-color: #FEFEFE;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(60, 59, 59, 0.3);
}
.modal .modal-wrapper .modal-content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal .modal-wrapper .modal-content video {
  width: 100%;
}
@media (max-width: 767px) {
  .modal .modal-wrapper {
    width: 90% !important;
    height: 50% !important;
    left: 5% !important;
  }
  .modal .modal-wrapper.video {
    width: 100% !important;
    height: 42% !important;
    left: 0% !important;
    padding: 2.5rem 1.5rem;
  }
  .modal .modal-wrapper.video .close {
    top: 3rem;
    right: 3rem;
  }
}

.modal.isActive {
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #3C3B3B;
  border-radius: 100%;
  top: 40px;
  right: 40px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
  font-weight: 700;
  z-index: 10;
}

.modal-open-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #3C3B3B;
  color: #FFFFFF;
  border-radius: 100%;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 14px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal-open-button:hover {
    background: #777676;
  }
}
@media (max-width: 767px) {
  .modal-open-button {
    width: 3.4rem;
    height: 3.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
  }
}

@media (max-width: 767px) {
  .cvSetArea {
    padding: 0;
  }
}

.conCvBlock {
  max-width: 1000px;
  width: calc(100% - 60px);
  margin: 0 auto;
  background: #0083E8;
  border-radius: 30px;
  padding: 54px 30px;
}
.conCvBlock__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 798px;
  gap: 20px;
  margin: 0 auto;
}
.conCvBlock__flexLeft {
  background: url(/keirinkan/kou/assets/images/math/text-2024/series/cvText-icon.svg) left center no-repeat;
  background-size: 42px auto;
  padding: 0 0 0 66px;
  margin: 2px 0 0;
  flex: 1;
}
.conCvBlock__flexLeft--ttl {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #fff;
  font-family: var(--fontTtl);
  margin: 0 0 2px;
}
.conCvBlock__flexLeft--ttl span {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .conCvBlock__flexLeft--ttl span {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.conCvBlock__flexLeft p {
  font-size: 1.7rem;
  line-height: 2;
  color: #fff;
}
.conCvBlock.margin {
  width: calc(100% - 60px);
  margin: -90px auto 0;
}
.conCvBlock.thin {
  padding: 34px 30px 35px;
}
@media (max-width: 767px) {
  .conCvBlock.thin {
    padding: 3.3rem 0;
  }
}
.conCvBlock__text {
  width: calc(100% - 60px);
  font-size: 1.7rem;
  line-height: 1.5882352941;
  max-width: 1000px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .conCvBlock__text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 2rem 0 0;
    padding: 0 2.2rem;
  }
}
.conCvBlock__list {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  max-width: 1000px;
  margin: 27px auto 0;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .conCvBlock__list {
    padding: 0 2.2rem;
  }
}
.conCvBlock__list li {
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
.conCvBlock__list li:last-child {
  margin: 0;
}
.conCvBlock__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .conCvBlock__list li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .conCvBlock {
    width: calc(100% - 4.4rem);
    border-radius: 20px;
    padding: 4.5rem 0;
  }
  .conCvBlock.margin {
    width: calc(100% - 4.4rem);
    margin: -13.8rem auto 0;
  }
  .conCvBlock__flex {
    flex-direction: column;
  }
  .conCvBlock__flexLeft {
    background: url(/keirinkan/kou/assets/images/math/text-2024/series/cvText-icon.svg) top center no-repeat;
    background-size: 3.2rem auto;
    padding: 4.4rem 0 0;
  }
  .conCvBlock__flexLeft--ttl {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .conCvBlock__flexLeft p {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    text-align: center;
  }
  .conCvBlock__flexRight {
    width: 25rem;
    margin: 0 auto;
  }
  .conCvBlock__flexRight .cvBtn {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 1.6rem 0;
  }
}

.connection.detailArea {
  padding: 120px 30px 101px;
  margin: 100px 0 0;
  background: #F5F6F8;
  padding: 0 30px;
}
.connection.detailArea .dotTtl {
  margin: 0 0 56px;
}
@media (max-width: 767px) {
  .connection.detailArea .dotTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 3.6rem;
  }
}
@media (max-width: 767px) {
  .connection.detailArea {
    padding: 6rem 0 0.6rem 2.2rem !important;
  }
}
.connection.detailArea__wrapper {
  max-width: 1200px;
  padding: 120px 0 0;
  margin: 0 auto;
}

.typeArea {
  display: flex;
  gap: 0 4px;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .typeArea {
    margin: 2rem 0 0;
  }
}
.typeArea li {
  font-size: 1.3rem;
  font-weight: 400;
  height: 20px;
  line-height: 1.5384615385;
  background: #3C3B3B;
  color: #fff;
  padding: 0 4px;
  min-width: 74px;
  text-align: center;
}
.typeArea li.gray {
  background: #82868B;
}
.typeArea li.none {
  background: #CED2D9;
}
@media (max-width: 767px) {
  .typeArea li {
    font-size: 1rem;
    padding: 0;
    min-width: 6rem;
    height: 1.8rem;
    line-height: 1.8rem;
  }
}

.bottomVisual {
  background: #F5F6F8;
  padding: 62px 30px 60px;
}
@media (max-width: 767px) {
  .bottomVisual {
    padding: 3rem 2.2rem 3.5rem;
  }
}
.bottomVisual__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bottomVisual__ttl {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2962962963;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .bottomVisual__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.2rem;
  }
}
.bottomVisual__flex {
  display: flex;
  align-items: flex-start;
  width: 588px;
  gap: 0 20px;
  border: solid 1px #EBEBEB;
  background: #fff;
  padding: 19px 20px;
}
@media (max-width: 767px) {
  .bottomVisual__flex {
    width: 100%;
    padding: 1.6rem;
    gap: 0 1.6rem;
  }
}
.bottomVisual__flex figure {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .bottomVisual__flex figure {
    gap: 0 0.4rem;
    margin: 0 0 0 0;
  }
}
.bottomVisual__flex figure img {
  height: 120px;
}
@media (max-width: 767px) {
  .bottomVisual__flex figure img {
    height: 5rem;
  }
}
.bottomVisual__flexText {
  margin: -6px 0 0;
  flex: 1;
}
@media (max-width: 767px) {
  .bottomVisual__flexText {
    margin: -1rem 0 0 0;
  }
}
.bottomVisual__flexText--ttl dt {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  background: #0083E8;
  border-radius: 100px;
  color: #fff;
  padding: 1px 16px;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .bottomVisual__flexText--ttl dt {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    padding: 0 1rem;
    margin: 0;
  }
}
.bottomVisual__flexText--ttl dd a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.bottomVisual__flexText--ttl dd a span::after {
  content: none;
}
@media (any-hover: hover) {
  .bottomVisual__flexText--ttl dd a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.bottomVisual__flexText--ttl dd .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.bottomVisual__flexText--ttl dd a {
  display: block;
  font-size: 2.1rem;
  line-height: 1.4761904762;
  font-weight: 700;
  margin: 0 0 13px;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .bottomVisual__flexText--ttl dd a {
    font-size: 1.6rem;
    line-height: 1.625;
    margin: -0.4rem 0 0;
  }
}
.bottomVisual__flexText--list {
  display: flex;
  flex-wrap: wrap;
  background: #F5F6F8;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .bottomVisual__flexText--list {
    padding: 0.5rem 1rem;
    margin: 1.1rem 0 0 0;
  }
}
.bottomVisual__flexText--list li {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  position: relative;
  margin: 0 12px 0 0;
}
@media (max-width: 767px) {
  .bottomVisual__flexText--list li {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    margin: 0 1.1rem 0 0;
  }
}
.bottomVisual__flexText--list li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto;
}
.bottomVisual__flexText--list li:last-child {
  margin: 0;
}
.bottomVisual__flexText--list li:last-child::after {
  content: none;
}
.bottomVisual__wrapper {
  display: flex;
  gap: 0 15px;
}
@media (max-width: 767px) {
  .bottomVisual__wrapper {
    flex-direction: column;
    gap: 5px 0;
  }
}

.ikkanArea .textSubvisual {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .ikkanArea .textSubvisual {
    margin: 0 0 5rem;
  }
}
.ikkanArea__wrapper {
  padding: 0 30px;
}
.ikkanArea .threeColumn {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn {
    padding: 0 2.2rem;
  }
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText {
    margin: 0;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText .bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText .bold {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText--link li {
    width: 100%;
    margin: 0 auto;
  }
  .ikkanArea .threeColumn__flexArticleFlexText--link li svg {
    display: block;
    right: 1.8rem;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 6px;
}
.ikkanArea .threeColumn__flexArticleFlexText p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.8rem;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText p strong {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText p strong {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText p + ul {
  margin: 6px 0 0;
}
.ikkanArea .threeColumn__flexArticleFlexText ul li {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3C3B3B;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText ul li::before {
    width: 4px;
    height: 4px;
    top: 0.9rem;
  }
}
.ikkanArea .threeColumn__flexArticleFlexText--title {
  font-size: 3.2rem !important;
  line-height: 1.3125 !important;
  font-weight: 700;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlexText--title {
    font-size: 2.2rem !important;
    line-height: 1.3636363636 !important;
    text-align: center;
    margin: 0 0 2.2rem !important;
  }
}
.ikkanArea .threeColumn__flexArticleFlex .u-pc {
  width: 450px;
  height: 260px;
}
.ikkanArea .threeColumn__flexArticleFlex .u-pc img {
  height: 260px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlex .u-sp {
    width: auto;
    margin: 0 auto 1.8rem;
  }
}
@media (max-width: 767px) {
  .ikkanArea .threeColumn__flexArticleFlex .u-sp img {
    height: 16.9rem;
    margin: 0 auto;
  }
}
.ikkanArea .threeColumn__block.long {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .ikkanArea .image {
    margin: 0 0 2rem;
  }
}
.ikkanArea .about__innerText {
  margin: 0 0 2.6rem;
}
.ikkanArea .grayList {
  display: flex;
  margin: 0 0 120px;
  gap: 0 21px;
}
@media (max-width: 767px) {
  .ikkanArea .grayList {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.2rem 0 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
    margin: 0 0 4rem;
  }
}
.ikkanArea .grayListBlock a {
  border: solid 1px #EBEBEB;
  border-radius: 20px;
}

.colorBox {
  display: none;
}
.colorBoxModal {
  padding: 50px 80px;
}
@media (max-width: 767px) {
  .colorBoxModal {
    display: flex;
    justify-content: center;
    padding: 6rem 2.2rem;
    height: 100%;
  }
}

.whiteBtn {
  display: flex;
  border-radius: 100px;
  background: #FFFFFF;
  border: solid 1px #EBEBEB;
  color: #3C3B3B;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  height: 66px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.whiteBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.whiteBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EBEBEB;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .whiteBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .whiteBtn {
    height: 5.4rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.orangeBtn {
  display: flex;
  border-radius: 100px;
  background: #FFA64D;
  color: #fff;
  font-size: 1.8rem;
  height: 56px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.orangeBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.orangeBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF8E1D;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .orangeBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .orangeBtn {
    height: 4.4rem;
  }
}

.blueBtn {
  display: flex;
  border-radius: 100px;
  background: #0083E8;
  color: #fff;
  font-size: 1.8rem;
  height: 56px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.blueBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.blueBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0155AA;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .blueBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .blueBtn {
    height: 4.4rem;
  }
}

.lightBlueBtn {
  display: flex;
  border-radius: 100px;
  background: #0083E8;
  color: #fff;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.lightBlueBtn svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}
.lightBlueBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4DA9EF;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lightBlueBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}

.cvBtn {
  display: block;
  width: 300px;
  height: 66px;
  margin: 0 auto;
  border: solid 1px #fff;
  background: #0083E8;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--fontTtl);
  border-radius: 100px;
  padding: 14px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cvBtn svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  stroke: #0083E8;
  fill: #fff;
}
.cvBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .cvBtn:hover {
    color: #0083E8;
  }
  .cvBtn:hover svg {
    stroke: #fff;
    fill: #0083E8;
  }
  .cvBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .cvBtn {
    width: 76%;
    height: 5.4rem;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .cvBtn svg {
    width: 2.6rem;
    height: 2.6rem;
    right: 1.3rem;
  }
}

.blackBtn {
  display: flex;
  border-radius: 100px;
  background: #3C3B3B;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  height: 56px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.blackBtn[href$=".pdf"] {
  background: #fff;
  color: #fff;
  border: solid 1px #3C3B3B;
  padding: 1rem 0 1rem 1.3rem;
  position: relative;
}
.blackBtn[href$=".pdf"] span::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background: url(/keirinkan/kou/assets/images/whitePdf.svg) no-repeat;
  background-size: 1.7rem auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.3rem;
  right: inherit;
  margin: auto;
}
@media (max-width: 767px) {
  .blackBtn[href$=".pdf"] span::before {
    left: 1.6rem;
  }
}
.blackBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.blackBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #777676;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .blackBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .blackBtn {
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 0.4rem 0;
    height: 4.4rem;
  }
}

.pdfLinkBtn {
  display: flex;
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 1;
  height: 56px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.pdfLinkBtn span {
  position: relative;
}
.pdfLinkBtn[target=_blank] {
  background: #fff;
  color: #3C3B3B;
  border: solid 1px #3C3B3B;
  padding: 10px 0 10px;
}
@media (max-width: 767px) {
  .pdfLinkBtn[target=_blank] {
    padding: 1rem 1rem 1rem 0;
  }
}
.pdfLinkBtn[target=_blank] span::before {
  content: "";
  width: 1.1rem;
  height: 0.8rem;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  right: -1.8rem;
  margin: auto;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 1.1rem auto;
}
@media (max-width: 767px) {
  .pdfLinkBtn[target=_blank] span::before {
    right: -1.3rem;
  }
}
.pdfLinkBtn[href$=".pdf"] {
  background: #fff;
  color: #3C3B3B;
  border: solid 1px #3C3B3B;
  padding: 10px 0 10px 16px;
}
.pdfLinkBtn[href$=".pdf"] span::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background: url(/keirinkan/kou/assets/images/pdf-icon.svg) no-repeat;
  background-size: 1.7rem auto;
  position: absolute;
  top: -0.1rem;
  left: -2.3rem;
  right: inherit;
}
.pdfLinkBtn[href$=".xls"], .pdfLinkBtn[href$=".xlsx"] {
  background: #fff;
  color: #3C3B3B;
  border: solid 1px #3C3B3B;
  padding: 10px 0 10px 16px;
}
.pdfLinkBtn[href$=".xls"] span::before, .pdfLinkBtn[href$=".xlsx"] span::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background: url(/keirinkan/kou/assets/images/math/support/exl-icon.svg) left center no-repeat;
  background-size: 1.7rem auto;
  position: absolute;
  top: -0.1rem;
  left: -2.3rem;
  right: inherit;
}
.pdfLinkBtn[href$=".doc"], .pdfLinkBtn[href$=".docx"] {
  background: #fff;
  color: #3C3B3B;
  border: solid 1px #3C3B3B;
  padding: 10px 0 10px 16px;
}
.pdfLinkBtn[href$=".doc"] span::before, .pdfLinkBtn[href$=".docx"] span::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background: url(/keirinkan/kou/assets/images/math/support/word-icon.svg) left center no-repeat;
  background-size: 1.7rem auto;
  position: absolute;
  top: -0.1rem;
  left: -2.3rem;
  right: inherit;
}
.pdfLinkBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #3C3B3B;
}
@media (max-width: 767px) {
  .pdfLinkBtn svg {
    right: 1.8rem;
  }
}
.pdfLinkBtn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F5F6F8;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .pdfLinkBtn:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .pdfLinkBtn {
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 0.2rem 0 0.4rem 1.4rem;
    height: 4.4rem;
  }
}

.webShopBtn {
  position: relative;
  padding: 0 0 0 40px;
}
.webShopBtn svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  margin: auto;
  stroke: #3C3B3B;
}
.webShopBtn span {
  position: relative;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
@media (any-hover: hover) {
  .webShopBtn:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.webShopBtn::after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url(/keirinkan/kou/assets/images/shopBtn-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.webShopBtn[target=_blank] span::after {
  content: none;
}
@media (max-width: 767px) {
  .webShopBtn {
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 0 0 0 4rem;
  }
}

.colorBoxModal video,
.colorBoxModal iframe,
.colorBoxModal img {
  width: auto;
  height: 100% !important;
  margin: auto;
  object-fit: contain;
}
.colorBoxModal iframe, .colorBoxModal video {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
}
.colorBoxModal img.img-border {
  border: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .colorBoxModal img {
    margin: 0;
  }
}

#colorbox {
  width: 98.2vw !important;
  height: 100vh !important;
  max-width: 1200px;
  max-height: 740px;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(60, 59, 59, 0.3);
}
@media (max-width: 767px) {
  #colorbox {
    width: 100% !important;
    height: 54rem !important;
    max-width: 100%;
    max-height: 54rem;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

#cboxOverlay {
  background: rgba(60, 59, 59, 0.45);
  backdrop-filter: blur(6px);
}

#cboxWrapper {
  width: 98.2vw !important;
  height: 100vh !important;
  max-width: 1200px;
  max-height: 740px;
}
@media (max-width: 767px) {
  #cboxWrapper {
    max-width: 100%;
    width: 100% !important;
    max-height: 54rem !important;
    height: 100% !important;
  }
}

#cboxTopLeft {
  display: none;
}

#cboxTopCenter {
  display: none;
}

#cboxTopRight {
  display: none;
}

#cboxMiddleRight {
  display: none;
}

#cboxMiddleLeft {
  display: none;
}

#cboxBottomLeft {
  display: none;
}

#cboxBottomCenter {
  display: none;
}

#cboxBottomRight {
  display: none;
}

#cboxContent {
  width: 98.2vw !important;
  height: 100vh !important;
  border-radius: 30px;
  max-width: 1200px;
  max-height: 740px;
}
@media (max-width: 767px) {
  #cboxContent {
    width: 100% !important;
    height: 54rem !important;
    max-height: 54rem;
  }
}

#cboxLoadedContent video {
  display: block;
  max-width: 100%;
  height: auto;
}

#cboxLoadedContent {
  width: 99vw !important;
  margin: 0;
  height: 100vh !important;
  max-height: 740px;
  max-width: 1200px;
}
@media (max-width: 767px) {
  #cboxLoadedContent {
    max-width: 100%;
    width: 100% !important;
    height: 54rem !important;
    max-height: 54rem;
  }
}

#cboxCurrent {
  display: none !important;
}

#cboxPrevious {
  width: 40px;
  height: 40px;
  background: #F5F6F8;
  border-radius: 100%;
  top: 0;
  left: 20px;
  margin: auto;
}
@media (any-hover: hover) {
  #cboxPrevious:hover {
    background: #E5E6E8;
  }
}
#cboxPrevious::before {
  content: "";
  width: 9px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/slide-arrow.svg) no-repeat;
  background-size: 100% auto;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #cboxPrevious::before {
    top: -0.2rem;
    left: 0.1rem;
  }
}
@media (max-width: 767px) {
  #cboxPrevious {
    top: inherit;
    bottom: 2rem;
    left: 37.5%;
  }
}

#cboxNext {
  width: 40px;
  height: 40px;
  background: #F5F6F8;
  border-radius: 100%;
  top: 0;
  right: 20px;
  left: inherit;
  margin: auto;
}
@media (any-hover: hover) {
  #cboxNext:hover {
    background: #E5E6E8;
  }
}
#cboxNext::before {
  content: "";
  width: 9px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/slide-arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #cboxNext::before {
    top: -0.2rem;
    right: 0.1rem;
  }
}
@media (max-width: 767px) {
  #cboxNext {
    top: inherit;
    bottom: 2rem;
    right: 37.5%;
  }
}

#cboxClose {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/keirinkan/kou/assets/images/closeBtn.svg) no-repeat;
  background-size: 30px auto;
  z-index: 20;
}
@media (any-hover: hover) {
  #cboxClose:hover {
    opacity: 0.6;
    background-position: 0;
  }
}

.colorbox_solo {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .colorbox_solo .modal-open-button:hover {
    background: #3C3B3B !important;
  }
}

.colorBoxModal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  padding: 50px 80px;
  margin: 0;
  width: 98.2vw;
  height: 100vh;
  max-width: 1200px;
  max-height: 740px;
}
@media (max-width: 767px) {
  .colorBoxModal {
    border-radius: 30px;
    padding: 6rem 2.2rem 8rem;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 54rem;
  }
}
.colorBoxModal iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .colorBoxModal img {
    width: 85.2%;
    margin: 0 auto;
    height: 40rem !important;
    object-fit: contain;
  }
}

.lb-data .lb-number {
  display: none !important;
}

.categoryTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background: #6B6E72;
  padding: 0 0;
  color: #fff;
  text-align: center;
  height: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .categoryTtl {
    height: 2.6rem;
  }
  .categoryTtl p {
    font-size: 1.4rem !important;
    line-height: 2.1428571429 !important;
  }
}

.modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-image {
    width: 100%;
    height: 36.8rem;
  }
}
.modal-image img {
  width: auto;
  height: 390px;
}
@media (max-width: 767px) {
  .modal-image img {
    width: auto;
    height: 29rem;
  }
}

.downloadArea__text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .downloadArea__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
  }
}
.downloadArea__textIntro {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .downloadArea__textIntro {
    margin: 0 0 6rem;
  }
}
.downloadArea__textIntro:last-child {
  margin: 0;
}
.downloadArea__textIntroFlex {
  display: flex;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .downloadArea__textIntroFlex {
    margin: 0 0 3rem;
  }
}
.downloadArea__textIntro figure {
  width: auto;
  height: 120px;
  margin: 0 28px 0 0;
}
@media (max-width: 767px) {
  .downloadArea__textIntro figure {
    height: 12rem;
    margin: 0 2.1rem 0 0;
  }
}
.downloadArea__textIntro figure img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .downloadArea__textIntroTitle {
    width: 22.6rem;
  }
}
.downloadArea__textIntroTitle p {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .downloadArea__textIntroTitle p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.1rem;
  }
}
.downloadArea__textIntroTitle .blackBtn {
  width: 300px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 1.125;
  text-align: center;
  padding: 5px 0;
}
.downloadArea__textIntroTitle .blackBtn svg {
  right: 19px;
}
@media (max-width: 767px) {
  .downloadArea__textIntroTitle .blackBtn {
    width: 20rem;
    height: 3.8rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    padding: 0.4rem 0;
  }
  .downloadArea__textIntroTitle .blackBtn span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
  .downloadArea__textIntroTitle .blackBtn svg {
    display: none;
  }
}
.downloadArea__listAreaBlock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.downloadArea__listAreaBlock ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  max-width: 560px;
  border-bottom: solid 1px #EBEBEB;
  padding: 14px 0;
}
.downloadArea__listAreaBlock ul li:first-child, .downloadArea__listAreaBlock ul li:nth-child(2) {
  border-top: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .downloadArea__listAreaBlock ul li:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .downloadArea__listAreaBlock ul li {
    width: 100%;
    padding: 1.4rem 0;
  }
}
.downloadArea__listAreaBlock ul li p {
  flex: 1;
}
.downloadArea__listAreaBlock ul li .downloadBtn {
  border: solid 1px #D0D0D0;
  border-radius: 6px;
  padding: 7px 15px;
}
@media (max-width: 767px) {
  .downloadArea__listAreaBlock ul li .downloadBtn {
    padding: 0 0.7rem 0.2rem 1rem;
  }
}
.downloadArea__listAreaBlock ul li .downloadBtn:hover {
  background: #D0D0D0;
}
.downloadArea__listAreaBlock ul li .downloadBtn span {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-family: var(--fontTtl);
  font-weight: 500;
  background: url(/keirinkan/kou/assets/images/english/download-icon.png) left center no-repeat;
  background-size: 18px auto;
  padding: 0 0 0 23px;
}
@media (max-width: 767px) {
  .downloadArea__listAreaBlock ul li .downloadBtn span {
    font-size: 1.3rem;
    padding: 0 0 0 2.2rem;
  }
}
.downloadArea__listAreaBlock ul li .downloadBtn span::after {
  content: none;
}
@media (max-width: 767px) {
  .downloadArea__listAreaBlockTtl {
    width: 19.8rem;
    margin: 0 1.4rem 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

a[target=_blank] p, a[target=_blank] span {
  display: inline;
}
a[target=_blank] p::after, a[target=_blank] span::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 8px;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 11px auto;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  a[target=_blank] p::after, a[target=_blank] span::after {
    top: -2px;
  }
}

a[href$=".xls"], a[href$=".xlsx"] {
  background: none;
}
a[href$=".xls"] span, a[href$=".xlsx"] span {
  background: url(/keirinkan/kou/assets/images/math/support/exl-icon.svg) left center no-repeat;
  background-size: 17px auto;
}
@media (max-width: 767px) {
  a[href$=".xls"], a[href$=".xlsx"] {
    background: url(/keirinkan/kou/assets/images/math/support/exl-icon.svg) left 0.9rem center no-repeat;
    background-size: 1.7rem auto;
  }
  a[href$=".xls"] span, a[href$=".xlsx"] span {
    background: none;
  }
}

a[href$=".doc"], a[href$=".docx"] {
  background: none;
}
a[href$=".doc"] span, a[href$=".docx"] span {
  background: url(/keirinkan/kou/assets/images/math/support/word-icon.svg) left center no-repeat;
  background-size: 17px auto;
}
@media (max-width: 767px) {
  a[href$=".doc"], a[href$=".docx"] {
    background: url(/keirinkan/kou/assets/images/math/support/word-icon.svg) left 0.9rem center no-repeat;
    background-size: 1.7rem auto;
  }
  a[href$=".doc"] span, a[href$=".docx"] span {
    background: none;
  }
}

a[href$=".pdf"] {
  background: none;
}
a[href$=".pdf"].blueBtn {
  background: #0083E8;
}
a[href$=".pdf"].blackBtn {
  background: #3C3B3B;
}
a[href$=".pdf"].orangeBtn {
  background: #FFA64D;
}
a[href$=".pdf"].whiteBtn {
  background: #FFFFFF;
}
a[href$=".pdf"].lightBlueBtn {
  background: #0083E8;
}
a[href$=".pdf"] p, a[href$=".pdf"] span {
  display: inline;
  background: url(/keirinkan/kou/assets/images/pdf-icon.svg) top 3px right 0px no-repeat;
  background-size: 17px auto;
  padding: 0 25px 4px 0;
}
a[href$=".pdf"] p::after, a[href$=".pdf"] span::after {
  content: none;
}
@media (max-width: 767px) {
  a[href$=".pdf"] p, a[href$=".pdf"] span {
    background: url(/keirinkan/kou/assets/images/pdf-icon.svg) right top 0.2rem no-repeat;
    background-size: 1.7rem auto;
    padding: 0 2.5rem 0.3rem 0;
  }
}

.is-coloeMode_dark .otherLowTab__wrapper .subGraph th {
  background: rgb(60, 59, 59);
}
.is-coloeMode_dark .typeArea li {
  background: #000;
}
.is-coloeMode_dark .typeArea li.none {
  background: #CED2D9;
}
.is-coloeMode_dark .bottomVisual__flex {
  background: #000;
}
.is-coloeMode_dark .bottomVisual__flexText--list li {
  color: var(--colorText);
}
.is-coloeMode_dark .bottomVisual__flexText--ttl dd a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .detailArea__innerFlexRight ul li a {
  color: #fff;
}
.is-coloeMode_dark .detailArea__innerFlex.top .blackBtn {
  background: #3C3B3B;
}
.is-coloeMode_dark .siryoArea__wrapper ul li a {
  background: #3C3B3B;
}
@media (any-hover: hover) {
  .is-coloeMode_dark .siryoArea__wrapper ul li a:hover {
    background: #F5F6F8;
    color: var(--colorText);
  }
}
.is-coloeMode_dark .pagination ul li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .pagination ul li a.page-numbers {
  background: #000;
  border: solid 1px #000;
}
@media (any-hover: hover) {
  .is-coloeMode_dark .pagination ul li a.page-numbers:hover {
    background: #fff;
    color: var(--colorText);
  }
}
.is-coloeMode_dark .pagination ul li a.next.page-numbers, .is-coloeMode_dark .pagination ul li a.prev.page-numbers {
  background: none;
  border: none;
  color: #fff;
}
.is-coloeMode_dark .pagination ul li a.next::before {
  background: url(/keirinkan/kou/assets/images/math/text-2024/syllabus/next-icon_dark.svg) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .pagination ul li a.prev::before {
  background: url(/keirinkan/kou/assets/images/math/text-2024/syllabus/prev-icon_dark.svg) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .taohyoDetailArea table th {
  color: var(--colorText);
}
.is-coloeMode_dark .taohyoDetailArea table td.bg {
  background: #3C3B3B;
}
.is-coloeMode_dark .taohyoDetailArea table td .flexArea .grayBlock {
  color: var(--colorText);
}
@media (max-width: 767px) {
  .is-coloeMode_dark .taohyoDetailArea table td::before {
    color: var(--colorText);
  }
}
.is-coloeMode_dark .downloadArea__textIntroTitle .blackBtn {
  background: rgb(60, 59, 59);
}

@media screen and (max-width: 1279px) and (min-width: 1094px) {
  .innerMenu__inner {
    padding: 35px 30px 30px;
  }
  .grayList {
    justify-content: flex-start;
  }
  .teachDetail__anchorAreaFlex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .teachDetail .flexArea.padding {
    flex-direction: column;
    align-items: baseline;
  }
  .teachDetail__anchorAreaFlex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .teachDetail__anchorAreaFlexRight {
    margin: 6rem 0 0;
  }
  .teachDetail__anchorAreaFlexRight::before {
    top: -4.4rem;
    left: 0;
    right: 0;
    bottom: inherit;
  }
  .teachDetail__anchorAreaFlexRight ul li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1095px) and (min-width: 768px) {
  .textSubvisual__wrapper {
    position: initial;
  }
  .textSubvisual figure {
    right: 0;
    left: auto;
    border-radius: 30px 0 0 30px;
    top: 79px;
  }
  .innerMenu__inner {
    padding: 35px 30px 30px;
  }
  .grayList {
    justify-content: flex-start;
  }
  .grayList__labelArea--top li {
    height: 18px;
  }
  .teachDetail .flexArea.padding {
    flex-direction: column;
    align-items: baseline;
  }
  .teachDetail__anchorAreaFlex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .teachDetail__anchorAreaFlexRight {
    margin: 6rem 0 0;
  }
  .teachDetail__anchorAreaFlexRight::before {
    top: -4.4rem;
    left: 0;
    right: 0;
    bottom: inherit;
  }
  .teachDetail__anchorAreaFlexRight ul li {
    padding: 20px 0;
  }
  .teachDetail__threeColumn {
    justify-content: center;
  }
  .productList.syllabus .productList__detailTab .syllabusList a,
  .productList.syllabus .productList__detailTab .syllabusLists a {
    width: calc(33.3333333333% - 14px);
  }
  .threeColumn__flexArticle__flex {
    gap: 0 20px;
  }
  .threeColumn__flexArticle {
    width: calc(50% - 20px);
    padding: 50px 40px 42px;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 50px 40px;
  }
  .threeColumn__flexArticleFlexText {
    flex: 1;
  }
  .threeColumn__flexArticleFlexIndex {
    width: 55%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) {
  .lineUp .newLineup__grade .flexBlock {
    padding: 50px 30px 40px;
    gap: 30px;
  }
  .lineUp .newLineup__list .flexBlock {
    padding: 50px 30px 40px;
    gap: 30px;
  }
  .lineUp .newLineup__list .flexBlock__left .blackBtn {
    line-height: 1.1666666667;
  }
  .teachDetail .flexArea.padding {
    flex-direction: column;
    align-items: baseline;
  }
  .teachDetail__anchorAreaFlex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .teachDetail__anchorAreaFlexRight {
    margin: 6rem 0 0;
  }
  .teachDetail__anchorAreaFlexRight::before {
    top: -4.4rem;
    left: 0;
    right: 0;
    bottom: inherit;
  }
  .teachDetail__anchorAreaFlexRight ul li {
    padding: 20px 0;
  }
  .detailContents__flex {
    gap: 0 40px;
  }
  .detailContents__flexLeft {
    width: 70%;
    max-width: 460px;
    height: auto;
    padding: 70px 30px;
  }
  .detailContents__flexRight {
    width: 33%;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flex .movieArea__flexBlock {
    width: calc(33.3333333333% - 20px);
  }
  .threeColumn__flexArticle__flex {
    gap: 0 20px;
  }
  .threeColumn__flexArticle {
    width: calc(50% - 20px);
    padding: 50px 40px 42px;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 50px 40px;
  }
  .threeColumn__flexArticleFlexText {
    flex: 1;
  }
  .threeColumn__flexArticleFlexIndex {
    width: 55%;
  }
  .conCvBlock.margin {
    margin: -150px auto 0;
  }
  .downloadArea__listAreaBlock ul li {
    width: 48%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lineUp__innerLink {
    gap: 0 15px;
  }
  .pointArea__flexTtl {
    padding: 0 15px;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flex .movieArea__flexBlock {
    width: calc(50% - 20px);
  }
  .productList.syllabus .productList__detailTab .syllabusList a {
    width: 48.5%;
  }
  .productList.syllabus .productList__detailTab .syllabusList a, .productList.syllabus .productList__detailTab .syllabusLists a {
    width: calc(33.3333333333% - 14px);
  }
  .teachDetail__cv {
    padding: 0;
  }
  .conCvBlock {
    padding: 54px 40px;
  }
  .conCvBlock__list, .conCvBlock__text {
    width: calc(100% - 60px);
  }
  .conCvBlock__flex {
    flex-direction: column;
  }
  .lineUp .newLineup__list .flexBlock__left {
    width: 60%;
    flex: 1;
  }
  .lineUp .newLineup__list .flexBlock__right {
    width: 50%;
    height: auto;
  }
  .lineUp .newLineup__list .flexBlock__rightMovie img {
    height: auto;
  }
  .otherLowTab .recordArea__tabBlockArticle .dorillArea__flex {
    gap: 0 30px;
  }
  .colorBoxModal {
    display: flex;
    align-items: center;
    width: 90vw;
    height: 100%;
  }
  .colorBoxModal iframe, .colorBoxModal img {
    width: auto;
  }
  .threeColumn__flex {
    flex-direction: column;
    gap: 40px;
  }
  .threeColumn__flexArticle {
    width: 100%;
    padding: 40px;
  }
  .threeColumn__flexArticleFlex {
    flex-direction: column;
  }
  .threeColumn__flexArticleFlexText--link {
    display: flex;
    width: 100%;
    gap: 0 20px;
  }
  .threeColumn__flexArticleFlexText--link li {
    width: 100%;
    margin: 0;
  }
  .threeColumn__flexArticleFlexIndex {
    margin: 15px 0 0;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 40px;
  }
  .innerMenu__linkArea {
    flex-wrap: wrap;
  }
  #colorbox {
    width: 90vw !important;
    margin: auto;
    right: 0;
    left: 0 !important;
  }
  #cboxWrapper {
    width: 90vw !important;
  }
  #cboxContent {
    width: 90vw !important;
  }
  .colorBoxModal video, .colorBoxModal iframe, .colorBoxModal img {
    object-fit: contain;
  }
  .colorBoxModal iframe, .colorBoxModal video {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock a {
    width: 100%;
    height: 187.875px;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .u-pc {
    display: none !important;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .u-sp {
    display: block !important;
    width: 70%;
    margin: auto;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .middle {
    max-width: 100%;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .short {
    max-width: 100%;
  }
  .ikkanArea .u-sp {
    display: flex !important;
    justify-content: center;
    width: 80%;
    height: 240px;
    margin: 0 auto 20px;
  }
  .ikkanArea .u-sp img {
    height: 100%;
  }
  .ikkanArea .threeColumn__flexArticleFlexText--title {
    text-align: center;
    margin: 0 0 22px !important;
  }
  .ikkanArea .u-pc {
    display: none !important;
  }
  .ikkanArea .grayList {
    margin: 0 0 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .productList.syllabus .productList__detailTab .syllabusList a {
    width: calc(25% - 15px);
  }
  .productList.syllabus .productList__detailTab .syllabusList a, .productList.syllabus .productList__detailTab .syllabusLists a {
    width: calc(25% - 15px);
  }
  .lineUp .newLineup__list .flexBlock__right {
    width: 50%;
    height: auto;
  }
  .lineUp .newLineup__list .flexBlock__rightMovie img {
    height: auto;
  }
  #colorbox {
    width: 90vw !important;
    margin: auto;
    right: 0;
    left: 0 !important;
  }
  #cboxWrapper {
    width: 90vw !important;
  }
  #cboxContent {
    width: 90vw !important;
  }
  .colorBoxModal {
    width: 90vw;
  }
  .colorBoxModal iframe, .colorBoxModal video {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
  }
  .otherLowTab .recordArea__tabBlockArticle .movieArea__flexBlock a {
    width: 100%;
    height: 169.3125px;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .middle {
    max-width: 80%;
  }
  .otherLowTab .recordArea__tabBlockArticleIntro .short {
    max-width: 56.6%;
  }
  .ikkanArea .textSubvisual__title dd ul li img {
    height: 100%;
  }
}
.textVisual {
  padding: 0 30px;
  margin: 94px 0 85px;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .textVisual {
    font-size: 3rem;
    line-height: 1.2666666667;
    margin: 1.9rem 0 5.4rem;
    padding: 0 2.2rem;
  }
}
.textVisual__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.textVisual__ttl {
  font-family: var(--fontTtl);
}

.lowMain.textLow {
  height: auto;
  background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right;
  background-size: 1500px auto;
  padding: 57px 30px 65px;
  margin: 0 0 59px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .lowMain.textLow {
    background: url(/keirinkan/form/assets/images/lowMv_sp_01.jpg) no-repeat bottom -5.7rem right;
    background-size: 100% auto;
    padding: 0;
    margin: -0.3rem 0 0;
  }
}
@media (max-width: 767px) {
  .lowMain.textLow:has(.lowMain__flex) .lowMain__inner {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .lowMain.textLow {
    background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right;
    background-size: cover;
  }
}
.lowMain.textLow .lowMain__flex {
  gap: 0 20px;
  position: absolute;
  right: 0;
  bottom: -114px;
  margin: 0;
}
@media (max-width: 767px) {
  .lowMain.textLow .lowMain__flex {
    left: 0;
    right: inherit;
    bottom: 0;
    gap: 0 1rem;
    position: relative;
  }
}
.lowMain.textLow .lowMain__flex li img {
  width: auto;
  height: 240px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
@media (max-width: 767px) {
  .lowMain.textLow .lowMain__flex li img {
    height: 10rem;
  }
}
.lowMain.textLow .lowMain__inner {
  position: relative;
}
@media (max-width: 767px) {
  .lowMain.textLow .lowMain__inner {
    flex-direction: column;
    padding: 0 2.2rem 3rem;
    min-height: 14rem;
  }
}
.lowMain.textLow .lowMain__innerTopTitle span.new {
  display: none;
}
.lowMain.subTextLow {
  height: auto;
  background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right;
  background-size: 1500px auto;
  padding: 68px 30px 65px;
  margin: 0 0 59px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .lowMain.subTextLow {
    margin: -0.3rem 0 0;
    padding: 0 0 11rem 0;
    background: url(/keirinkan/form/assets/images/lowMv_sp_01.jpg) no-repeat bottom -5.7rem right;
    background-size: 100% auto;
  }
}
.lowMain.subTextLow .lowMain__flex {
  gap: 0 20px;
  position: absolute;
  right: 0;
  bottom: -114px;
  margin: 0;
}
@media (max-width: 767px) {
  .lowMain.subTextLow .lowMain__flex {
    left: 1.9rem;
    right: inherit;
    bottom: -11rem;
    gap: 0 1rem;
  }
}
.lowMain.subTextLow .lowMain__flex li img {
  width: auto;
  height: 240px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
@media (max-width: 767px) {
  .lowMain.subTextLow .lowMain__flex li img {
    height: 10rem;
  }
}
.lowMain.subTextLow .lowMain__inner {
  position: relative;
}
@media (max-width: 767px) {
  .lowMain.subTextLow .lowMain__inner {
    flex-direction: column;
    padding: 0 2.2rem;
  }
}
.lowMain.subTextLow .lowMain__innerTopTitle span {
  border: solid 1px #D0D0D0;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  border-radius: 0;
  background: #fff;
  color: #3C3B3B;
  padding: 6px 9px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .lowMain.subTextLow .lowMain__innerTopTitle span {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    padding: 0 0.5rem;
    margin: 0 0 0.8rem;
  }
}
.lowMain.subTextLow .lowMain__innerTopTitle h1 {
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .lowMain.subTextLow .lowMain__innerTopTitle h1 {
    width: 100%;
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
  }
}
.lowMain.teachLow {
  background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right;
  background-size: 1500px auto;
  height: auto;
  padding: 57px 30px 64px;
}
@media (max-width: 767px) {
  .lowMain.teachLow {
    background: url(/keirinkan/form/assets/images/lowMv_sp_01.jpg) no-repeat bottom -8.6rem right;
    background-size: 100% auto;
    padding: 0.5rem 2.2rem 3.4rem;
    margin: -1rem 0 0;
  }
}
@media (max-width: 767px) {
  .lowMain.teachLow .lowMain__innerTopTitle {
    margin: 0;
  }
}
.lowMain.teachLow .lowMain__innerTopTitle span {
  background: #3C3B3B;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 100px;
  padding: 9px 22px;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .lowMain.teachLow .lowMain__innerTopTitle span {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.5rem 1.5rem;
    margin: 0 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .lowMain.teachLow .lowMain__innerTopTitle h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .lowMain.threeText .lowMain__flex {
    bottom: -11rem;
  }
}
.lowMain.threeText .lowMain__flex li img {
  height: 210px;
}
@media (max-width: 767px) {
  .lowMain.threeText .lowMain__flex li img {
    height: 10rem;
  }
}
.lowMain.fourText .lowMain__flex {
  width: 100%;
  height: 100%;
  bottom: 0;
}
@media (max-width: 767px) {
  .lowMain.fourText .lowMain__flex {
    right: inherit;
    bottom: -11.1rem;
    height: auto;
  }
}
.lowMain.fourText .lowMain__flex li {
  position: absolute;
}
@media (max-width: 767px) {
  .lowMain.fourText .lowMain__flex li {
    position: initial;
  }
}
.lowMain.fourText .lowMain__flex li:first-child {
  bottom: -115px;
  right: 270px;
  z-index: 1;
}
.lowMain.fourText .lowMain__flex li:nth-child(2) {
  bottom: -44px;
  right: 210px;
  z-index: 0;
}
.lowMain.fourText .lowMain__flex li:nth-child(3) {
  bottom: -115px;
  right: 60px;
  z-index: 1;
}
.lowMain.fourText .lowMain__flex li:nth-child(4) {
  bottom: -44px;
  right: 0;
  z-index: 0;
}
.lowMain.fourText .lowMain__flex li img {
  height: 186px;
}
@media (max-width: 767px) {
  .lowMain.fourText .lowMain__flex li img {
    height: 10rem;
  }
}
.lowMain.fourText .lowMain__innerTop dl dd {
  width: 61.6%;
}
@media (max-width: 767px) {
  .lowMain.fourText .lowMain__innerTop dl dd {
    width: 100%;
  }
}
.lowMain.teachText {
  margin: 0;
}
@media (max-width: 767px) {
  .lowMain.teachText {
    margin: -0.4rem 0 0;
    background: url(/keirinkan/form/assets/images/lowMv_sp_01.jpg) no-repeat top -15rem right;
    background-size: 100% auto;
    padding: 0 0 3.3rem;
  }
}
.lowMain.teachText .lowMain__innerTop dl dd {
  margin: 0;
}

.normalSubMain {
  background: url(/keirinkan/form/assets/images/text_bg-pc.png) right top -111px no-repeat;
  background-size: 1500px auto;
  padding: 57px 30px 56px;
}
@media (max-width: 767px) {
  .normalSubMain {
    padding: 4.7rem 2.2rem 4rem;
    background: url(/keirinkan/form/assets/images/lowMv_sp_01.png) right top -15.8rem no-repeat;
    background-size: 100% auto;
    margin: -4.6rem 0 0;
  }
}
.normalSubMain__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.normalSubMain__innerTtl {
  font-size: 5.6rem;
  font-weight: 700;
  font-family: var(--fontTtl);
  line-height: 1.25;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  .normalSubMain__innerTtl {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 -0.6rem;
  }
}
.normalSubMain__inner span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .normalSubMain__inner span {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

.ikkanArea .textSubvisual__title dt h1 {
  margin: 0 0 42px;
}
.ikkanArea .textSubvisual__title dd ul li {
  height: 202px;
  margin: 0 0 0 -19px;
}
@media (max-width: 767px) {
  .ikkanArea .textSubvisual__title dd ul li {
    height: 10.1rem;
    margin: 12.7rem -1rem 0 0;
  }
  .ikkanArea .textSubvisual__title dd ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.textSubvisual {
  padding: 95px 30px 0;
  position: relative;
  z-index: 0;
}
.textSubvisual__wrapper {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.textSubvisual__title {
  width: 56.9%;
}
.textSubvisual__title--top span {
  display: inline-block;
  text-align: center;
  background: #3C3B3B;
  color: #fff;
  border-radius: 100px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.24;
  padding: 6px 22px;
  margin: 0 0 17px;
}
.textSubvisual__title--top h1 {
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
  color: #3C3B3B;
  margin: 0 0 41px;
}
.textSubvisual__title--bottom ul {
  display: flex;
  gap: 0 20px;
}
.textSubvisual__title--bottom ul li {
  width: auto;
  height: 205px;
  margin: 0 0 0 -22px;
}
.textSubvisual__title--bottom ul li img {
  width: auto;
  height: 100%;
}
.textSubvisual figure {
  width: 100%;
  max-width: 852px;
  height: 450px;
  position: absolute;
  top: -39px;
  bottom: 0;
  left: 500px;
  border-radius: 30px;
  overflow: hidden;
  z-index: -1;
  margin: auto;
}
.textSubvisual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textSubvisual.none figure {
  max-width: 850px;
  height: 378px;
  position: absolute;
  top: 24px;
  left: 500px;
}
.textSubvisual.none .textSubvisual__wrapper {
  margin: 0 auto 23px;
}
@media (max-width: 767px) {
  .textSubvisual.none .textSubvisual__wrapper {
    margin: 0 auto;
  }
}
.textSubvisual.series figure {
  height: 450px;
  position: absolute;
  top: 8px;
  max-width: 848px;
}
@media (max-width: 767px) {
  .textSubvisual.series figure {
    bottom: -9.4rem;
    height: 18.7rem;
  }
}
@media (max-width: 767px) {
  .textSubvisual {
    padding: 0 2.2rem;
    margin: -0.4rem 0 0;
  }
  .textSubvisual__title {
    width: 100%;
  }
  .textSubvisual__title--top h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 17.1rem;
  }
  .textSubvisual__title--top span {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    margin: 0 0 0.7rem;
    padding: 0.5rem 1.5rem;
  }
  .textSubvisual__title--bottom ul {
    justify-content: flex-end;
    gap: 0 1rem;
  }
  .textSubvisual__title--bottom ul li {
    width: auto;
    height: auto;
    margin: 0 -1rem 0 0;
  }
  .textSubvisual__title--bottom ul li img {
    width: auto;
    height: 10.1rem;
    object-fit: unset;
  }
  .textSubvisual__wrapper {
    flex-direction: column;
    position: initial;
  }
  .textSubvisual figure {
    width: 94%;
    height: 18.7rem;
    bottom: 5.2rem;
    border-radius: 20px 0 0 20px;
    right: 0;
    left: inherit;
    top: inherit;
  }
  .textSubvisual.none figure {
    height: 15.8rem;
    bottom: -3rem;
    left: inherit;
    top: inherit;
  }
  .textSubvisual.none .textSubvisual__title dt h1 {
    margin-bottom: 16.2rem;
  }
  .textSubvisual.series figure {
    bottom: -9.4rem;
  }
}

.is-coloeMode_dark .lowMain {
  background: url(/keirinkan/form/assets/images/lowMv.png) no-repeat bottom right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .is-coloeMode_dark .lowMain {
    background: url(/keirinkan/form/assets/images/lowMv_sp.png) no-repeat bottom right;
    background-size: 37.5rem auto;
  }
}
.is-coloeMode_dark .lowMain__innerTtl {
  color: #fff;
}
.is-coloeMode_dark .lowMain.textLow {
  background: #000 url(/keirinkan/form/assets/images/text_bg-pc.png) no-repeat top -112px right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .is-coloeMode_dark .lowMain.textLow {
    background: url(/keirinkan/form/assets/images/text_bg-sp.png) no-repeat bottom -4.5rem right;
    background-size: 37.5rem auto;
  }
}
.is-coloeMode_dark .lowMain.subTextLow {
  background: #000 url(/keirinkan/form/assets/images/text_bg-pc.png) no-repeat top -112px right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .is-coloeMode_dark .lowMain.subTextLow {
    background: url(/keirinkan/form/assets/images/text_bg-sp.png) no-repeat bottom -4.5rem right;
    background-size: 37.5rem auto;
  }
}
.is-coloeMode_dark .lowMain.teachLow {
  background: #000 url(/keirinkan/form/assets/images/text_bg-pc.png) no-repeat top -112px right;
  background-size: 1500px auto;
}
@media (max-width: 767px) {
  .is-coloeMode_dark .lowMain.teachLow {
    background: url(/keirinkan/form/assets/images/text_bg-sp.png) no-repeat bottom -4.5rem right;
    background-size: 37.5rem auto;
  }
}
@media (max-width: 767px) {
  .is-coloeMode_dark .lowMain.teachText {
    background: #000 url(/keirinkan/form/assets/images/lowMv_sp_01.jpg) no-repeat top -15rem right;
  }
}
.is-coloeMode_dark .textSubvisual__title dt h1 {
  color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .lowMain.fourText .lowMain__innerTop dl dd {
    width: 56.6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .lowMain.teachLow {
    background: url(/keirinkan/form/assets/images/tab_bg.png) no-repeat top right;
    background-size: 100% auto;
  }
  .lowMain.textLow {
    background: url(/keirinkan/form/assets/images/tab_bg.png) no-repeat top right;
    background-size: 100% auto;
  }
  .lowMain.subTextLow {
    background: url(/keirinkan/form/assets/images/tab_bg.png) no-repeat top right;
    background-size: 100% auto;
  }
  .lowMain__innerTop dl dd {
    width: 100%;
  }
  .normalSubMain {
    background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right -230px;
    background-size: 100% auto;
  }
  .textSubvisual {
    padding: 95px 0 0 30px;
  }
  .textSubvisual figure, .textSubvisual.none figure {
    max-width: 650px;
    left: inherit;
    right: 0;
    border-radius: 30px 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .lowMain.fourText .lowMain__innerTop dl dd {
    width: 45.1%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lowMain.subTextLow {
    background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat bottom -365px right -650px;
    background-size: 1500px auto;
    padding: 0 30px;
    position: relative;
  }
  .lowMain.subTextLow .lowMain__flex {
    left: 0;
    right: inherit;
    bottom: -50px;
    gap: 0 1rem;
    position: relative;
  }
  .lowMain.subTextLow .lowMain__flex li img {
    height: 180px;
  }
  .lowMain.subTextLow .lowMain__inner {
    position: static;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .lowMain.subTextLow .lowMain__innerTop dl dd.widthChange {
    width: 100%;
  }
  .lowMain.subTextLow:has(.lowMain__flex) .lowMain__inner {
    padding: 0;
  }
  .lowMain.textLow {
    padding: 2rem 0 6rem;
    position: relative;
  }
  .lowMain.textLow .lowMain__flex {
    left: 3rem;
    right: inherit;
    bottom: -5rem;
    gap: 0 1rem;
  }
  .lowMain.textLow .lowMain__flex li img {
    height: 16rem;
  }
  .lowMain.textLow .lowMain__inner {
    padding: 0 3rem;
    position: static;
  }
  .lowMain.textLow .lowMain__innerTop dl dd {
    width: 100%;
  }
  .lowMain.textLow .lowMain__innerTop dl dd.widthChange {
    width: 100% !important;
  }
  .lowMain.textLow:has(.lowMain__flex) {
    padding: 2rem 0 15rem;
  }
  .lowMain.fourText .lowMain__innerTop dl dd {
    width: 100%;
  }
  .lowMain.fourText .lowMain__flex li {
    position: static;
  }
  .lowMain__innerTop dl dd {
    width: 100%;
  }
  .lowMain__innerTop dl dd.one-img {
    width: 100%;
  }
  .textSubvisual {
    padding: 24px 30px 0;
  }
  .textSubvisual__wrapper {
    flex-direction: column;
    position: initial;
  }
  .textSubvisual__title {
    width: 100%;
  }
  .textSubvisual__title dt h1 {
    margin: 0 0 270px;
  }
  .textSubvisual__title dd ul {
    justify-content: flex-end;
  }
  .textSubvisual__title dd ul li {
    margin: 0 -1rem 0 0;
  }
  .textSubvisual figure {
    width: 100%;
    max-width: 100%;
    height: 38.7rem;
    bottom: 5.2rem;
    border-radius: 20px 0 0 20px;
    right: -30px;
    left: inherit;
    top: inherit !important;
  }
  .textSubvisual.none .textSubvisual__title dt h1 {
    margin: 0 0 360px;
  }
  .textSubvisual.none figure {
    width: 100%;
    height: 36.8rem;
    bottom: -6rem;
    left: inherit;
    right: -30px;
    top: inherit;
  }
  .ikkanArea .textSubvisual__title dt h1 {
    margin: 0 0 270px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
  .lowMain.subTextLow {
    background: url(/keirinkan/form/assets/images/text_bg-pc.jpg) no-repeat top -112px right -329px;
    background-size: 1500px auto;
  }
  .textSubvisual.none figure {
    max-width: 580px;
    height: 378px;
    position: absolute;
    top: 24px;
    right: 0;
    left: inherit;
  }
  .textSubvisual__title dd ul li {
    height: auto;
  }
  .textSubvisual__title dd ul li img {
    height: auto;
  }
}
.lineUp {
  background: #F5F6F8 url(/keirinkan/kou/assets/images/math/text-2024/lineup-bg.png) no-repeat;
  background-size: 100% auto;
  margin: -91px 0 122px;
  padding: 210px 30px 100px;
}
.lineUp.margin {
  margin: 0 0 120px;
}
.lineUp.margin.none {
  padding: 139px 30px 100px;
}
@media (max-width: 767px) {
  .lineUp.margin.none {
    padding: 9rem 2rem 6rem;
    margin: 0 0 8.2rem;
  }
}
.lineUp.series {
  padding: 173px 30px 100px;
  margin: -71px 0 120px;
}
.lineUp.math {
  margin: 0 0 120px;
}
.lineUp.low {
  padding: 122px 30px 100px;
  margin: 0 0 122px;
}
.lineUp.low .lineUp__innerLink--textarea {
  padding: 26px 24px 31px 24px;
  height: auto;
}
.lineUp.low .lineUp__innerLink--textareaTtl {
  margin: 0;
}
.lineUp.low .lineUp__innerLink--textareaTtl.yellow em {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .lineUp.low .lineUp__innerLink--textareaTtl.yellow em {
    padding: 0;
  }
}
.lineUp.low .lineUp__innerLink--textareaList {
  margin: 1.6rem 0 0;
  gap: 0 1.2rem;
}
.lineUp.low .lineUp__innerCatch.margin38 {
  margin: 0 0 38px;
}
.lineUp.low .lineUp__innerCatch.margin39 {
  margin: 0 0 39px;
}
.lineUp.low .lineUp__innerTop {
  margin: 0 0 80px;
}
.lineUp.low .lineUp__innerTop.margin {
  margin: 0 0 50px;
}
.lineUp.low .lineUp__innerTop:last-of-type {
  margin: 0 0 0;
}
.lineUp.low .lineUp__innerTop .dotTtl.margin54 {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .lineUp.low .lineUp__innerTop .dotTtl.margin54 {
    margin: 0 auto 3.6rem;
  }
}
.lineUp.low .lineUp__innerTop .dotTtl.margin46 {
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  .lineUp.low .lineUp__innerTop .dotTtl.margin46 {
    margin: 0 auto 3.6rem;
  }
}
.lineUp.low .lineUp__innerTop .dotTtl.margin47 {
  margin: 0 0 47px;
}
@media (max-width: 767px) {
  .lineUp.low .lineUp__innerTop .dotTtl.margin47 {
    margin: 0 auto 3.6rem;
  }
}
.lineUp.low .lineUp__innerLinkDetail:hover figure::before {
  opacity: 0;
}
@media (max-width: 767px) {
  .lineUp.low {
    background: #F5F6F8 url(/keirinkan/kou/assets/images/math/low_lineup-bg.png) no-repeat;
    background-size: 100% auto;
    padding: 6.1rem 2.2rem 6rem;
    margin: 0 0 7.9rem;
  }
}
.lineUp.low.margin {
  margin: 0 0 10px;
}
.lineUp.low .flexBlock.wide {
  width: 100%;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .lineUp.low.scroll {
    padding: 6.1rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .lineUp.low.scroll .lineUp__innerTop .dotTtl {
    width: calc(100% - 4.4rem);
  }
}
@media (max-width: 767px) {
  .lineUp.low.scroll .lineUp .flexBlock.wide.cateTop {
    width: calc(100% - 4.4rem);
  }
}
@media (max-width: 767px) {
  .lineUp.low.scroll .lineUp__innerCatch {
    width: calc(100% - 4.4rem);
  }
}
@media (max-width: 767px) {
  .lineUp.low.scroll .flexBlock.wide {
    width: calc(100% - 4.4rem);
  }
}
.lineUp__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.lineUp__innerTop {
  margin: 0 0 80px;
}
.lineUp__innerTop.margin {
  margin: 0 0 50px;
}
.lineUp__innerTop .dotTtl {
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .lineUp__innerTop .dotTtl {
    width: 100%;
    margin: 0 auto 3.1rem;
  }
}
.lineUp__innerCatch {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 37px;
}
.lineUp__innerLink {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lineUp__innerLink li {
  width: calc(33.3333333333% - 20px);
  max-width: 380px;
  border-radius: 20px;
}
.lineUp__innerLink li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.lineUp__innerLink li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .lineUp__innerLink li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.lineUp__innerLink li .lineUp__innerLinkDetail {
  display: block;
  position: relative;
  height: 100%;
}
.lineUp__innerLink li .lineUp__innerLinkDetail.new::before {
  content: "";
  width: 86px;
  height: 86px;
  background: url(/keirinkan/kou/assets/images/english/new-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .lineUp__innerLink li .lineUp__innerLinkDetail.new::before {
    width: 7rem;
    height: 7rem;
  }
}
.lineUp__innerLink li .lineUp__innerLinkDetail.heightM {
  min-height: 426px;
}
.lineUp__innerLink li .lineUp__innerLinkDetail:has(.categoryTtl) figure {
  border-radius: 0;
}
.lineUp__innerLink li .lineUp__innerLinkDetail:has(.categoryTtl) figure::before {
  border-radius: 0;
}
.lineUp__innerLink li .lineUp__innerLinkDetail:has(.categoryTtl) .lineUp__innerLink--textarea {
  height: calc(100% - 260px);
}
.lineUp__innerLink li .lineUp__innerLinkDetail figure {
  display: flex;
  justify-content: center;
  gap: 0 14px;
  padding: 25px 24px;
  background: #E7E9ED;
  border-radius: 20px 20px 0 0;
  position: relative;
  min-height: 230px;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
}
.lineUp__innerLink li .lineUp__innerLinkDetail figure img {
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
  max-width: fit-content;
  max-height: 180px;
  width: calc(50% - 7px);
}
.lineUp__innerLink li .lineUp__innerLinkDetail figure::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background: rgba(60, 59, 59, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lineUp__innerLink li .lineUp__innerLinkDetail:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.lineUp__innerLink li.minHeight_408 {
  min-height: 408px;
}
@media (max-width: 767px) {
  .lineUp__innerLink li.minHeight_408 {
    min-height: 36.4rem;
  }
}
.lineUp__innerLink li.minHeight_426 {
  min-height: 426px;
}
@media (max-width: 767px) {
  .lineUp__innerLink li.minHeight_426 {
    min-height: 37.2rem;
  }
}
.lineUp__innerLink li.minHeight_456 {
  min-height: 456px;
}
@media (max-width: 767px) {
  .lineUp__innerLink li.minHeight_456 {
    min-height: 37.2rem;
  }
}
.lineUp__innerLink--textarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 24px;
  height: calc(100% - 230px);
}
.lineUp__innerLink--textarea.teachArea {
  padding: 27px 24px 24px;
}
@media (max-width: 767px) {
  .lineUp__innerLink--textarea.teachArea {
    padding: 1.9rem 2.4rem 2.4rem;
  }
}
.lineUp__innerLink--textareaTtl {
  margin: -1px 0 0;
  position: relative;
}
.lineUp__innerLink--textareaTtl em {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2857142857;
  font-style: normal;
  margin: 0 0 4px;
}
.lineUp__innerLink--textareaTtl em.cateTtl {
  display: inline-block;
  background: #3C3B3B;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  border-radius: 100px;
  padding: 3px 16px;
  margin: 0 0 7px;
}
.lineUp__innerLink--textareaTtl p {
  display: block;
  line-height: 1.3333333333;
}
.lineUp__innerLink--textareaTtl p span {
  font-size: 2.4rem;
  font-weight: 700;
}
.lineUp__innerLink--textareaTtl p span.new {
  display: none;
}
.lineUp__innerLink--textareaTtl.yellow {
  position: relative;
}
.lineUp__innerLink--textareaTtl.yellow::before {
  content: attr(data-label);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 2.0769230769;
  font-weight: 500;
  background: #F9FF39;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.lineUp__innerLink--textareaTtl.yellow p {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin: 0 0 2px;
  padding: 0 0 0 61px;
  position: relative;
}
.lineUp__innerLink--textareaTtl.yellow em {
  padding: 0 0 0 61px;
}
@media (max-width: 767px) {
  .lineUp__innerLink--textareaTtl.yellow em {
    margin: 0 0 0.2rem;
  }
}
.lineUp__innerLink--textareaTtl.yellow.teachArea em {
  padding: 4px 16px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .lineUp__innerLink--textareaTtl.yellow.teachArea em {
    padding: 0.1rem 1.4rem;
    margin: 0 0 0.4rem;
  }
}
.lineUp__innerLink--textareaTtl.yellow.teachArea::before {
  top: 41px;
}
@media (max-width: 767px) {
  .lineUp__innerLink--textareaTtl.yellow.teachArea::before {
    top: 0;
  }
}
.lineUp__innerLink--textareaList {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
  background: #F5F6F8;
  padding: 5px 10px 6px 10px;
  margin: 18px 0 0;
  gap: 0 17px;
}
.lineUp__innerLink--textareaList li {
  width: auto;
  min-height: auto;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: 400;
  position: relative;
  margin: 0 -4px 0 0;
}
.lineUp__innerLink--textareaList li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -13px;
}
.lineUp__innerLink--textareaList li:last-child::after {
  content: none;
}
.lineUp__innerLink--btnArea {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
}
.lineUp__innerLink--btnArea.margin-t18 {
  margin: 18px auto 0;
}
@media (max-width: 767px) {
  .lineUp__innerLink--btnArea.margin-t18 {
    margin: 1.6rem auto 0;
  }
}
.lineUp__innerLink--btnArea a {
  height: 46px;
  padding: 12px 0;
  margin: 0 0 9px;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.lineUp__innerLink--btnArea a:last-child {
  padding: 12px 0 11px;
  margin: 0;
}
@media (max-width: 767px) {
  .lineUp__innerLink--btnArea a:last-child {
    padding: 1.2rem 0 1.3rem;
  }
}
.lineUp__innerLink--btnArea a svg {
  right: 16px;
}
.lineUp__innerBottom {
  max-width: 800px;
  margin: 0 auto;
}
.lineUp__innerBottom a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.lineUp__innerBottom a span::after {
  content: none;
}
@media (any-hover: hover) {
  .lineUp__innerBottom a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.lineUp__innerBottom .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.lineUp__innerBottom .whiteBtn {
  padding: 14px 0 15px;
}
@media (max-width: 767px) {
  .lineUp__innerBottom.text .whiteBtn {
    padding: 1.6rem 0;
  }
}
.lineUp .tabDetailBlock {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .lineUp .tabDetailBlock {
    margin: 0 0 6rem;
  }
}
.lineUp .tabDetailBlock:last-child {
  margin: 0;
}
.lineUp .tabDetailBlock .tabSubTtl {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-family: var(--fontTtl);
  font-weight: 700;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .lineUp .tabDetailBlock .tabSubTtl {
    margin: 0 0 2.7rem;
  }
}
.lineUp .bottomArea {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .lineUp .bottomArea {
    margin: 5.6rem 0 0;
  }
}
.lineUp .bottomArea__ttlArea {
  margin: 0 0 19px;
}
.lineUp .bottomArea__ttlAreaCate {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  border: solid 1px #D0D0D0;
  padding: 1px 5px;
}
@media (max-width: 767px) {
  .lineUp .bottomArea__ttlAreaCate {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
}
.lineUp .bottomArea__ttlAreaMain {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .lineUp .bottomArea__ttlAreaMain {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.lineUp .bottomArea .flexBlock__leftSub {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .lineUp .bottomArea .flexBlock {
    margin: 0;
  }
}
.lineUp .bottomArea .blackBtn {
  width: 320px;
}
@media (max-width: 767px) {
  .lineUp .bottomArea .blackBtn {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.lineUp .flexBlock {
  display: flex;
  align-items: center;
  padding: 62px 70px 68px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock {
    padding: 4rem 3rem;
  }
}
.lineUp .flexBlock__leftList {
  margin: 0 0 30px;
}
.lineUp .flexBlock__leftList li {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 5px;
}
.lineUp .flexBlock__leftList li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3C3B3B;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__leftList li::before {
    width: 4px;
    height: 4px;
    top: 0.9rem;
  }
}
@media (max-width: 767px) {
  .lineUp .flexBlock__leftList li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.lineUp .flexBlock.wide {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide {
    width: calc(100% - 4.4rem);
    margin: 0 auto;
  }
}
.lineUp .flexBlock.wide.cateTop {
  padding: 64px 70px 70px;
  gap: 60px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop {
    padding: 4rem 3rem;
  }
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt {
  width: 596px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop .flexBlock__txt {
    width: 100%;
  }
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt--ttl {
  margin: 0 0 23px;
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt--plane {
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop .flexBlock__txt--plane {
    margin: 0 0 0.9rem;
  }
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt--subTtl {
  margin: 0 0 7px;
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt ul li {
  padding: 0 0 0 18px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop .flexBlock__txt ul li {
    padding: 0 0 0 1.5rem;
  }
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt ul li::before {
  left: 4px;
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt ul li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop .flexBlock__txt .grayList__labelArea {
    min-height: auto;
  }
}
.lineUp .flexBlock.wide.cateTop .flexBlock__txt .grayList__labelArea--top li {
  margin: 0;
  line-height: 19px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock.wide.cateTop .flexBlock__txt .grayList__labelArea--top li {
    line-height: 1.8rem;
  }
}
.lineUp .flexBlock.wide.cateTop .bottomArea__ttlArea {
  margin: -1px 0 19px;
}
.lineUp .flexBlock.wide.cateTop .bottomArea__ttlAreaMain {
  margin: 0 0 18px;
}
.lineUp .flexBlock__txt {
  width: 650px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt {
    width: 100%;
  }
}
.lineUp .flexBlock__txt--ttl {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt--ttl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
    margin: 0 0 2rem;
  }
}
.lineUp .flexBlock__txt--plane {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt--plane {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1rem;
  }
}
.lineUp .flexBlock__txt--subTtl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt--subTtl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lineUp .flexBlock__txt ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  padding: 0 0 0 13px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 1rem;
  }
}
.lineUp .flexBlock__txt ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #3C3B3B;
    position: absolute;
    top: 0.9rem;
    left: 0;
  }
}
.lineUp .flexBlock__txt .blackBtn {
  width: 400px;
  margin: 30px 0 0;
  position: relative;
}
.lineUp .flexBlock__txt .blackBtn::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/keirinkan/kou/assets/images/whiteArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}
.lineUp .flexBlock__txt .blackBtn.w320 {
  width: 320px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt .blackBtn.w320 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lineUp .flexBlock__txt .blackBtn {
    width: 100%;
    margin: 2rem auto 0;
    padding: 1.4rem 0;
  }
}
.lineUp .flexBlock__img {
  width: 450px;
  height: 280px;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__img {
    width: 100%;
    height: 15rem;
    margin: 0 0 2rem;
  }
}
.lineUp .flexBlock__img figure {
  height: 100%;
}
.lineUp .flexBlock__img figure img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .lineUp .flexBlock__img figure img {
    margin: 0 auto;
  }
}
.lineUp .newLineup__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.lineUp .newLineup__list .dotTtl {
  margin: 0 0 53px;
}
.lineUp .newLineup__list .flexBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 65px 70px 70px;
  margin: 0 0 50px;
  position: relative;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock {
    padding: 3rem 3rem 4rem;
    margin: 0 auto 3rem;
    width: calc(100% - 4.4rem);
    flex-direction: column;
  }
}
.lineUp .newLineup__list .flexBlock:first-child {
  margin: 59px 0 0;
}
.lineUp .newLineup__list .flexBlock:last-child {
  margin: 0 auto;
}
.lineUp .newLineup__list .flexBlock__left {
  width: 550px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left {
    width: 100%;
  }
}
.lineUp .newLineup__list .flexBlock__leftTtl {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__leftTtl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
  }
}
.lineUp .newLineup__list .flexBlock__leftSub {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__leftSub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.8rem;
  }
}
.lineUp .newLineup__list .flexBlock__leftText {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__leftText {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left img {
    margin: 0 0 1.8rem;
  }
}
.lineUp .newLineup__list .flexBlock__left p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 6px;
}
.lineUp .newLineup__list .flexBlock__left p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.8rem;
  }
}
.lineUp .newLineup__list .flexBlock__left p strong {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left p strong {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lineUp .newLineup__list .flexBlock__left p + ul {
  margin: 6px 0 0;
}
.lineUp .newLineup__list .flexBlock__left ul li {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
}
.lineUp .newLineup__list .flexBlock__left ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3C3B3B;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left ul li::before {
    width: 4px;
    height: 4px;
    top: 0.9rem;
  }
}
.lineUp .newLineup__list .flexBlock__left .blackBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 56px;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  margin: 26px 0 0;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__left .blackBtn {
    margin: 0 0 2rem;
  }
}
.lineUp .newLineup__list .flexBlock__left .grayList__labelArea--top li {
  line-height: 1.8rem;
}
.lineUp .newLineup__list .flexBlock__right {
  width: 450px;
  height: 280px;
}
.lineUp .newLineup__list .flexBlock__rightMovie {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__rightMovie {
    justify-content: center;
  }
}
.lineUp .newLineup__list .flexBlock__rightMovie img {
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}
.lineUp .newLineup__list .flexBlock__rightMovie img.img-border {
  border: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .lineUp .newLineup__list .flexBlock__rightMovie img {
    height: 15rem;
    margin: 0 auto;
  }
}
.lineUp .newLineup__list .flexBlock__right a {
  margin: 0;
}
.lineUp .newLineup__list .flexBlock.new::before {
  content: "";
  width: 86px;
  height: 86px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/new-icon.svg) no-repeat;
  background-size: 86px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.lineUp .newLineup__grade {
  margin: 0 0 120px;
}
.lineUp .newLineup__grade:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .lineUp .newLineup__grade {
    margin: 0 0 6rem;
  }
}
.lineUp .newLineup__grade .flexBlock {
  align-items: flex-start;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 83%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  margin: 0;
}
@media (max-width: 767px) {
  .lineUp .newLineup__grade .flexBlock {
    padding: 4.1rem 3rem 4rem;
    margin: 0 auto;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 87%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  }
}
.lineUp .newLineup__grade .flexBlock:first-child {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lineUp {
    padding: 12rem 2.2rem 6rem;
    margin: -8.1rem 0 8rem;
    background: #F5F6F8 url(/keirinkan/kou/assets/images/math/low_lineup-bg.png) no-repeat;
    background-size: 100% auto;
  }
  .lineUp.none {
    padding: 7.7rem 2.2rem 6rem;
  }
  .lineUp.series {
    margin: -8.5rem 0 8.3rem;
    padding: 12.1rem 0 6rem;
  }
  .lineUp__innerTop {
    margin: 0 0 6rem;
  }
  .lineUp__innerTop .dotTtl {
    margin: 0 auto 3.1rem;
  }
  .lineUp__innerTop.margin {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .lineUp__innerCatch {
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 auto 2rem;
  }
  .lineUp__innerLink {
    width: 100%;
    flex-direction: column;
    gap: 2.1rem 0;
    margin: 0 auto;
  }
  .lineUp__innerLink li {
    width: 100%;
    min-height: 36.4rem;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .lineUp__innerLink li .lineUp__innerLinkDetail figure {
    height: 18rem;
    padding: 2.1rem 2.4rem;
    min-height: auto;
    gap: 0 1.2rem;
  }
  .lineUp__innerLink li .lineUp__innerLinkDetail figure img {
    width: auto;
    max-width: inherit;
    height: 13.6rem;
  }
  .lineUp__innerLink--textarea {
    padding: 1.9rem 2.4rem 2.4rem;
    height: calc(100% - 18rem);
  }
  .lineUp__innerLink--textarea em {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 0.2rem;
  }
  .lineUp__innerLink--textareaTtl {
    position: relative;
    margin: 0;
  }
  .lineUp__innerLink--textareaTtl.yellow {
    padding: 0 0 0 5.6rem;
    margin: 0 0 1rem;
  }
  .lineUp__innerLink--textareaTtl.yellow::before {
    content: attr(data-label);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 2.0769230769;
    font-weight: 500;
    background: #F9FF39;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
  }
  .lineUp__innerLink--textareaTtl.yellow em {
    padding: 0;
  }
  .lineUp__innerLink--textareaTtl.yellow p {
    padding: 0;
  }
  .lineUp__innerLink--textareaTtl.yellow p::before {
    content: none;
  }
  .lineUp__innerLink--textareaTtl em.cateTtl {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    padding: 0.1rem 1.4rem;
    margin: 0 0 0.4rem;
  }
  .lineUp__innerLink--textareaTtl p span {
    font-size: 2rem;
    line-height: 1.4;
  }
  .lineUp__innerLink--textareaList {
    margin: 0;
    padding: 0.5rem 1rem 0.6rem 1rem;
    gap: 0 1.6rem;
  }
  .lineUp__innerLink--textareaList li {
    width: auto;
    min-height: auto;
  }
  .lineUp__innerLink a p {
    font-size: 2rem;
    line-height: 1.4;
  }
  .lineUp__innerLink--btnArea {
    max-width: 81%;
    margin: 1.9rem auto 0;
  }
  .lineUp__innerLink--btnArea a {
    padding: 1.3rem 0;
    margin: 0 0 0.9rem;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    height: 4.4rem;
  }
  .lineUp__innerBottom {
    max-width: 25rem;
  }
  .lineUp__innerBottom a {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 1.6rem 0;
    text-align: center;
  }
  .lineUp__innerBottom a span {
    background: none;
    text-decoration: underline;
  }
  .lineUp .bottomArea__ttlArea {
    text-align: center;
    margin: 0 0 2rem;
  }
  .lineUp .bottomArea__ttlAreaCate {
    padding: 0.3rem 0.7rem;
  }
  .lineUp .bottomArea__ttlAreaMain {
    margin: 0 0 1rem;
  }
  .lineUp .bottomArea__ttlArea .grayList__labelArea--top {
    justify-content: center;
  }
  .lineUp .newLineup__listTop {
    padding: 0;
  }
  .lineUp .newLineup__list .dotTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 3.7rem;
  }
  .lineUp .newLineup__list .flexBlock:first-child {
    margin: 0 auto;
  }
  .lineUp .newLineup__list .flexBlock.new::before {
    width: 7rem;
    height: 7rem;
    background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/new-icon.svg) no-repeat;
    background-size: 7rem auto;
  }
  .lineUp .newLineup__list .flexBlock__left {
    width: 100%;
  }
  .lineUp .newLineup__list .flexBlock__left .blackBtn {
    width: 100%;
    height: 4.4rem;
    text-align: center;
    padding: 0 4rem 0 3.5rem;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    margin: 2rem 0 0;
  }
  .lineUp .newLineup__list .flexBlock__left .blackBtn svg {
    right: 1.7rem;
  }
  .lineUp .newLineup__list .flexBlock__leftTtl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
  }
  .lineUp .newLineup__list .flexBlock__leftSub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.8rem;
  }
  .lineUp .newLineup__list .flexBlock__leftList {
    margin: 0 0 1.9rem;
  }
  .lineUp .newLineup__list .flexBlock__leftList li {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 1.5rem;
  }
  .lineUp .newLineup__list .flexBlock__leftText {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }
  .lineUp .newLineup__list .flexBlock__right {
    width: 100%;
    height: 15rem;
    margin: 0 0 1.8rem;
  }
  .lineUp.low .lineUp__innerLink--textarea {
    padding: 1.9rem 2.4rem 2rem 2.4rem;
  }
  .lineUp.low .lineUp__innerTop {
    margin: 0 0 6rem;
  }
  .lineUp.low .lineUp__innerTop.margin {
    margin: 0 0 3rem;
  }
}

.ikkanArea .lineUp {
  margin: -90px 0 120px;
  padding: 172px 30px 100px;
}
@media (max-width: 767px) {
  .ikkanArea .lineUp {
    margin: -7.9rem 0 8rem;
    padding: 12.1rem 2.2rem 5.6rem;
  }
}
.ikkanArea .lineUp__innerTop {
  margin: 0;
}
.ikkanArea .lineUp figure {
  width: 711px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ikkanArea .lineUp figure {
    width: 100%;
  }
}

.is-coloeMode_dark .lineUp {
  background: #3C3B3B url(/keirinkan/kou/assets/images/math/text-2024/lineup-bg.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .lineUp.low {
  background: #3C3B3B url(/keirinkan/kou/assets/images/record_bg.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .lineUp__innerTop .dotTtl {
  color: #fff;
}
.is-coloeMode_dark .lineUp__innerLink li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .lineUp__innerLink--textarea {
  background: #000;
}
.is-coloeMode_dark .lineUp__innerLink--textareaList {
  background: #3C3B3B;
}
.is-coloeMode_dark .lineUp__innerLink--textareaTtl.yellow::before {
  color: #000;
}
.is-coloeMode_dark .lineUp__innerLink--btnArea a.blackBtn {
  background: #3C3B3B;
}
.is-coloeMode_dark .lineUp__innerLink .lineUp__innerLinkDetail {
  background: #000;
  border-radius: 30px;
}
.is-coloeMode_dark .lineUp .newLineup__list .flexBlock {
  background: #000;
}
.is-coloeMode_dark .lineUp .newLineup__list .flexBlock__left .blackBtn {
  background: #3C3B3B;
}
.is-coloeMode_dark .lineUp .newLineup__grade .flexBlock {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 83%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}
.is-coloeMode_dark .lineUp .flexBlock.wide {
  background: #000;
}

@media only screen and (max-width: 1095px) and (min-width: 768px) {
  .lineUp__innerLink li {
    width: calc(50% - 15px);
    max-width: inherit;
  }
  .lineUp__innerLink--textareaList li {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .lineUp .newLineup__list .flexBlock {
    padding: 65px 45px 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  .lineUp__innerLink li .lineUp__innerLinkDetail figure img {
    width: auto;
    height: 18rem;
    max-width: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lineUp .flexBlock.wide {
    padding: 64px 40px 70px;
  }
  .lineUp .flexBlock.wide.cateTop {
    padding: 64px 40px 70px;
  }
  .lineUp .flexBlock__right.u-pc {
    display: none !important;
  }
  .lineUp .flexBlock__right.u-sp {
    display: block !important;
  }
  .lineUp .newLineup__list .flexBlock {
    padding: 55px 40px;
  }
  .lineUp .newLineup__list .flexBlock__right {
    width: 80%;
    max-height: 240px;
    margin: 0 auto 20px;
  }
  .lineUp .newLineup__list .flexBlock__rightMovie {
    justify-content: center;
  }
  .lineUp .newLineup__list .flexBlock__left .blackBtn {
    margin: 26px auto 0;
  }
  .lineUp__innerLink li {
    width: calc(50% - 15px);
  }
  .lineUp__innerLink li .lineUp__innerLinkDetail figure img {
    width: auto;
  }
  .lineUp__innerLinkDetail .lineUp__innerLink--textareaList li {
    width: auto;
  }
  .lineUp .bottomArea__ttlArea {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .lineUp__innerLink li {
    width: calc(33.3333333333% - 20px);
    max-width: inherit;
  }
  .lineUp__innerLink--textareaList li {
    width: auto;
  }
}
.newsArea {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto 80px;
  position: relative;
}
.newsArea__slider {
  display: flex;
  align-items: center;
  padding: 0 60px 0 30px;
  width: calc(100% - 200px);
  border-top: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
  border-radius: 0 10px 10px 0;
}
.newsArea__sliderFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
.newsArea__sliderFlex a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.newsArea__sliderFlex a span::after {
  content: none;
}
@media (any-hover: hover) {
  .newsArea__sliderFlex a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.newsArea__sliderFlex .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.newsArea__sliderFlex a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
.newsArea__sliderFlex span p {
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
.newsArea__sliderFlexText {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsArea__sliderDate {
  display: flex;
  align-items: center;
}
.newsArea__sliderDateFlex {
  display: flex;
  align-items: stretch;
  margin: 0 20px 0 0;
}
.newsArea__sliderDateFlexTtl {
  font-size: 1.4rem;
  background: #FF6589;
  border-radius: 100px;
  color: #fff;
  padding: 0 9px 0 12px;
}
.newsArea__sliderDateFlexDetail {
  display: flex;
  align-items: center;
  border: solid 1px #CBCBCB;
  border-radius: 0 100px 100px 0;
  padding: 0 12px 0 21px;
  font-size: 1.4rem;
  position: relative;
  color: #3C3B3B;
}
.newsArea__sliderDateFlexDetail::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.newsArea__sliderDateFlexDetail.math::before {
  background: var(--mathColor);
}
.newsArea__sliderDateFlexDetail.science::before {
  background: var(--scienceColor);
}
.newsArea__sliderDateFlexDetail.english::before {
  background: var(--englishColor);
}
.newsArea__sliderDateFlexDetail.research::before {
  background: var(--researchColor);
}
.newsArea__sliderDateFlexDetail.info::before {
  background: var(--infoColor);
}
.newsArea__sliderDateFlex:has(.newsArea__sliderDateFlexDetail) .newsArea__sliderDateFlexTtl {
  border-radius: 100px 0 0 100px;
}
.newsArea__sliderDateText {
  font-size: 1.5rem;
  margin: 0 16px 0 0;
}
.newsArea__slider li {
  display: flex;
}
.newsArea .slick-vertical .slick-slide {
  display: flex;
  align-items: center;
  height: 9rem;
}
.newsArea__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  background: #FF6589;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-family: var(--fontTtl);
  font-weight: 700;
  font-size: 1.8rem;
  padding: 27px 0;
}
.newsArea .arrow_box {
  display: flex;
  height: 58px;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  margin: auto;
}
.newsArea .prev-arrow,
.newsArea .next-arrow {
  display: block;
  width: 29px;
  height: 29px;
  background: #F5F6F8;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.newsArea .prev-arrow::before,
.newsArea .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #3C3B3B;
  border-top: 1.5px solid #3C3B3B;
  top: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(132deg);
  transition: 0.3s;
}
.newsArea .prev-arrow:hover,
.newsArea .next-arrow:hover {
  background: #BDBDBE;
}
@media (any-hover: hover) {
  .newsArea .next-arrow:hover::before {
    transform: translateY(3px) rotate(132deg);
    transition: 0.3s;
  }
}
.newsArea .prev-arrow {
  transform: rotate(0deg);
}
.newsArea .prev-arrow::before {
  top: 9px;
}
.newsArea .prev-arrow::before {
  transform: rotate(316deg);
}
@media (any-hover: hover) {
  .newsArea .prev-arrow:hover::before {
    transform: translateY(-3px) rotate(316deg);
  }
}
@media (max-width: 767px) {
  .newsArea {
    flex-direction: column;
    margin: 0 auto 3.9rem;
    padding: 0 2.2rem;
  }
  .newsArea__title {
    width: 100%;
    font-size: 1.7rem;
    border-radius: 10px 10px 0 0;
    padding: 0.6rem 0;
  }
  .newsArea .slick-vertical .slick-slide {
    height: 12.8rem;
  }
  .newsArea__slider {
    width: 100%;
    height: 12.6rem;
    border-top: none;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
    border-radius: 0 0 10px 10px;
    padding: 0 2rem;
  }
  .newsArea__sliderFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsArea__sliderFlex a p {
    min-height: 1.4666666667;
    -webkit-line-clamp: 2;
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
  .newsArea__sliderFlex a p span {
    background-position: left bottom 2px;
  }
  .newsArea__sliderFlexText {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    min-height: 1.4666666667;
    -webkit-line-clamp: 2;
  }
  .newsArea__sliderFlex span p {
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
  .newsArea__sliderDate {
    margin: -0.5rem 0 0.9rem;
  }
  .newsArea__sliderDateFlexTtl {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6rem 0.9rem 0.6rem 1.2rem;
  }
  .newsArea__sliderDateFlexDetail {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 0.8rem 0 1.9rem;
  }
  .newsArea__sliderDateFlexDetail::before {
    left: 0.8rem;
  }
  .newsArea__sliderDateText {
    font-size: 1.3rem;
    margin: 0 1.4rem 0 0;
  }
  .newsArea .arrow_box {
    flex-direction: row;
    top: 0.9rem;
    bottom: inherit;
    right: 3.2rem;
    height: 2.9rem;
  }
  .newsArea .prev-arrow::before {
    top: 0.9rem;
  }
}
@media (max-width: 767px) and (any-hover: hover) {
  .newsArea .prev-arrow:hover::before {
    transform: translateY(0) rotate(316deg);
  }
}
@media (max-width: 767px) {
  .newsArea .next-arrow::before {
    top: -0.1rem;
  }
}
@media (max-width: 767px) and (any-hover: hover) {
  .newsArea .next-arrow:hover::before {
    transform: translateY(0) rotate(132deg);
  }
}
.newsArea.low {
  max-width: 1360px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .newsArea.low {
    margin: 0 auto 4rem;
  }
  .newsArea.low .arrow_box {
    top: 0.9rem;
    right: 3.2rem;
  }
}
.newsArea.low .arrow_box {
  top: 0;
  right: 46px;
}
@media (max-width: 767px) {
  .newsArea.low .arrow_box {
    top: 0.9rem;
    right: 3.2rem;
  }
}
.newsArea.low .slick-slider .slick-list {
  height: 88px !important;
}
@media (max-width: 767px) {
  .newsArea.low .slick-slider .slick-list {
    height: 12.8rem !important;
  }
}

.is-coloeMode_dark .newsArea__sliderFlex a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}

.innerMenu {
  margin: 150px auto 0;
  padding: 0 30px;
}
.innerMenu.math {
  margin: 60px 0 100px;
}
.innerMenu.low {
  margin: 0 auto 101px;
  padding: 0 30px;
}
.innerMenu.low .innerMenu__inner {
  padding: 50px 50px 29px;
}
.innerMenu__inner {
  max-width: 1300px;
  margin: 0 auto;
  background: #F5F6F8;
  border-radius: 30px;
  padding: 35px 50px 30px;
}
.innerMenu__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
  margin: 0 0 26px;
}
.innerMenu__linkArea {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  gap: 20px 17px;
}
.innerMenu__linkArea li {
  display: flex;
  align-items: center;
  width: 186px;
  height: 186px;
}
.innerMenu__linkArea li.w227 {
  width: 227px;
}
.innerMenu__linkArea li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.innerMenu__linkArea li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .innerMenu__linkArea li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.innerMenu__linkArea li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 31px 10px;
  transition: 0.3s;
  font-family: var(--fontTtl);
}
.innerMenu__linkArea li a span {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 700;
  margin: 0 0 25px;
  background-position: right bottom 1px;
}
.innerMenu__linkArea li a figure {
  margin: 0 auto;
}
.innerMenu__linkArea li a figure img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media (any-hover: hover) {
  .innerMenu__linkArea li a:hover {
    padding: 23px 0 37px;
    background: #ECEDF0;
    transition: 0.3s;
  }
  .innerMenu__linkArea li a:hover span {
    background-position: left bottom 1px;
  }
}
.innerMenu__linkArea li:first-child a span {
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:first-child a span {
    margin: 0 0 0.9rem;
  }
}
.innerMenu__linkArea li:first-child a figure {
  width: 62px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:first-child a figure {
    width: 5rem;
  }
}
.innerMenu__linkArea li:nth-child(2) a span {
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(2) a span {
    margin: 0 0 1.1rem;
  }
}
.innerMenu__linkArea li:nth-child(2) a figure {
  width: 70px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(2) a figure {
    width: 5.6rem;
  }
}
.innerMenu__linkArea li:nth-child(3) a span {
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(3) a span {
    margin: 0 0 1.4rem;
  }
}
.innerMenu__linkArea li:nth-child(3) a figure {
  width: 70px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(3) a figure {
    width: 5.4rem;
  }
}
.innerMenu__linkArea li:nth-child(4) a span {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(4) a span {
    margin: 0 0 0.8rem;
  }
}
.innerMenu__linkArea li:nth-child(4) a figure {
  width: 60px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(4) a figure {
    width: 4.6rem;
  }
}
.innerMenu__linkArea li:nth-child(5) a span {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(5) a span {
    margin: 0 0 1.4rem;
  }
}
.innerMenu__linkArea li:nth-child(5) a figure {
  width: 99px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:nth-child(5) a figure {
    width: 7.8rem;
  }
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:last-child a {
    padding: 2.2rem 0;
  }
}
.innerMenu__linkArea li:last-child a span {
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:last-child a span {
    margin: 0 0 0.7rem;
  }
}
.innerMenu__linkArea li:last-child a figure {
  width: 107px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea li:last-child a figure {
    width: 8.4rem;
  }
}
.innerMenu__linkArea.solo {
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea.solo {
    margin: 0 0 2rem;
  }
}
.innerMenu__linkArea.solo li {
  width: 227px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea.solo li {
    width: 14.4rem;
  }
}
.innerMenu__linkArea.solo li a {
  padding: 33px 10px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea.solo li a {
    padding: 2.2rem 0;
  }
}
.innerMenu__linkArea.solo li a span {
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea.solo li a span {
    margin: 0 0 0.9rem;
  }
}
.innerMenu__linkArea.solo li a figure {
  width: 58px;
}
@media (max-width: 767px) {
  .innerMenu__linkArea.solo li a figure {
    width: 5rem;
  }
}
.innerMenu__flex {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.innerMenu__flex .blackBtn {
  width: 300px;
}
.innerMenu__flex a[target=_blank] span::after {
  content: none;
}
@media (max-width: 767px) {
  .innerMenu {
    margin: 8rem auto 0;
    padding: 0 2.2rem;
  }
  .innerMenu__inner {
    padding: 2.7rem 1.6rem;
    border-radius: 20px;
  }
  .innerMenu__title {
    font-size: 2rem;
    line-height: 1.35;
    margin: 0 0 1.6rem;
  }
  .innerMenu__linkArea {
    flex-wrap: wrap;
    gap: 1.1rem;
    margin: 0 0 2rem;
  }
  .innerMenu__linkArea li {
    width: 14.4rem;
    height: 14.4rem;
  }
  .innerMenu__linkArea li.w227 {
    width: 14.4rem;
    height: 14.4rem;
  }
  .innerMenu__linkArea li.w227:last-child {
    width: 100%;
  }
  .innerMenu__linkArea li a {
    padding: 2.3rem 0 3rem;
  }
  .innerMenu__linkArea li a span {
    font-size: 1.7rem;
    line-height: 1.8823529412;
    margin: 0 0 0.9rem;
  }
  .innerMenu__flex {
    gap: 1rem;
    flex-direction: column;
    max-width: 23rem;
    margin: 0 auto;
  }
  .innerMenu__flex .blackBtn {
    width: 100%;
    padding: 1.3rem 0 1.4rem;
  }
  .innerMenu__flex .blackBtn svg {
    right: 1.7rem;
  }
  .innerMenu.low {
    margin: 0 auto 6rem;
    padding: 0 2.2rem;
  }
  .innerMenu.low .innerMenu__inner {
    padding: 1.8rem 1.6rem 2rem;
    border-radius: 20px;
  }
  .innerMenu.low .innerMenu__flex .blackBtn {
    padding: 1.3rem 0 1.4rem;
  }
  .innerMenu.low .innerMenu__flex .blackBtn svg {
    right: 1.7rem;
  }
}

.is-coloeMode_dark .innerMenu__inner {
  background: #3C3B3B;
}
.is-coloeMode_dark .innerMenu__linkArea li a {
  background: #000;
}
.is-coloeMode_dark .innerMenu__linkArea li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .innerMenu.low .innerMenu__inner {
    padding: 40px 30px 29px;
  }
  .innerMenu__inner {
    padding: 35px 30px 30px;
  }
  .innerMenu__linkArea li {
    width: calc(33.3333333333% - 12px);
  }
  .innerMenu__linkArea li.w227 {
    width: calc(33.3333333333% - 12px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .innerMenu.low .innerMenu__inner {
    padding: 40px 25px 29px;
  }
  .innerMenu__inner {
    padding: 35px 25px 30px;
  }
}
.threeColumn {
  margin: 0 auto;
  padding: 0 30px;
}
.threeColumn .dotTtl {
  margin: 0 0 54px;
}
.threeColumn__flex {
  display: flex;
  gap: 0 40px;
}
.threeColumn__flexArticle {
  width: 50%;
  max-width: 630px;
  padding: 72px 70px;
  background: #F5F6F8;
  border-radius: 20px;
}
.threeColumn__flexArticleText {
  max-width: 300px;
  width: 58%;
}
.threeColumn__flexArticleText--ttl {
  font-size: 2.6rem;
  line-height: 1.2692307692;
  font-weight: 700;
  margin: 0 0 24px;
}
.threeColumn__flexArticleText--text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.threeColumn__flexArticleText--link {
  display: flex;
  gap: 0 10px;
  max-width: 490px;
  margin: 0 auto;
}
.threeColumn__flexArticleText--link li {
  width: 220px;
}
.threeColumn__flexArticleText--link.margin {
  margin: 27px auto 0;
}
.threeColumn__flexArticleText--link.margin18 {
  margin: 18px auto 0;
}
.threeColumn__flexArticle figure {
  max-width: 140px;
}
.threeColumn__flexArticle__flex {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  width: 100%;
}
.threeColumn__flexArticleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 60px;
}
.threeColumn__flexArticleFlexText {
  max-width: 540px;
  flex: 1;
}
.threeColumn__flexArticleFlexText--title {
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 700;
  margin: 0 0 26px;
}
.threeColumn__flexArticleFlexText--plane {
  margin: 0 0 27px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleFlexText--plane {
    margin: 0 0 1.9rem;
  }
}
.threeColumn__flexArticleFlexText--link {
  width: 320px;
  margin: 26px 0 0;
}
.threeColumn__flexArticleFlexText--link li {
  margin: 0 0 10px;
}
.threeColumn__flexArticleFlexText--link li:last-child {
  margin: 0;
}
.threeColumn__flexArticleFlexText--link li a {
  position: relative;
}
.threeColumn__flexArticleFlexText--link li a::before {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  background: url(/keirinkan/kou/assets/images/whiteArrow.svg) no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleFlexText--link li a::before {
    content: none;
  }
}
.threeColumn__flexArticleFlexText--link li a span::after {
  content: none;
}
.threeColumn__flexArticleFlexIndex {
  display: flex;
  width: auto;
  height: 340px;
}
.threeColumn__flexArticleFlexIndex .indexTxtBox {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #fff;
  min-width: 267px;
  max-width: 310px;
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleFlexIndex .indexTxtBox {
    min-width: auto;
    background: none;
    padding: 0;
  }
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl {
  min-width: 200px;
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 56px;
  font-size: 1.5rem;
  line-height: 1;
  writing-mode: vertical-rl;
  font-weight: 700;
  margin: 0 0 10px;
  position: absolute;
  top: 0;
  left: -26px;
  background: #6B6E72;
  color: #fff;
  border-radius: 0 0 0 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleFlexIndex .indexTxtBox dl dt {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5625;
    margin: 0 0 0.8rem;
    position: relative;
    background: none;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    left: 0;
    color: var(--colorText);
  }
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li {
  line-height: 1.3846153846;
  margin: 0 0 2px;
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0 0 0.8rem;
  }
}
.threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
@media (any-hover: hover) {
  .threeColumn__flexArticleFlexIndex .indexTxtBox dl dd ul li a:hover {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.threeColumn__flexArticleFlexIndex figure {
  width: auto;
  max-width: inherit;
  height: 340px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
.threeColumn__flexArticleFlexIndex figure img {
  width: auto;
  height: 100%;
}
.threeColumn__flexArticleText--link li a {
  position: relative;
}
.threeColumn__flexArticleText--link li a::before {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  background: url(/keirinkan/kou/assets/images/whiteArrow.svg) no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}
@media (max-width: 767px) {
  .threeColumn__flexArticleText--link li a::before {
    content: none;
  }
}
.threeColumn__block {
  max-width: 1300px;
  margin: 0 auto 40px;
}
.threeColumn__block:last-child {
  margin: 0 auto;
}
.threeColumn__block.long .threeColumn__flexArticle {
  width: 100%;
  max-width: 100%;
  padding: 77px 70px 81px;
}
.threeColumn.low {
  max-width: 1260px;
  margin: 0 auto 152px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .threeColumn.low .dotTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 3.5rem;
  }
}
.threeColumn.low .threeColumn__block {
  max-width: 100%;
}
@media (max-width: 767px) {
  .threeColumn.low .threeColumn__block.long .threeColumn__flexArticle {
    width: calc(100% - 4.4rem);
    margin: 0 auto;
  }
}
.threeColumn.low .threeColumn__flexArticleFlexText--link {
  width: 450px;
  display: flex;
  gap: 0 10px;
}
.threeColumn.low .threeColumn__flexArticleFlexText--link li {
  width: 49%;
}
.threeColumn.low .threeColumn__flexArticleFlexText--link li.long {
  width: 100%;
  max-width: 320px;
}
.threeColumn.low .threeColumn__flexArticle {
  padding: 70px 62px 70px 70px;
}
.threeColumn.low .threeColumn__flexArticle figure {
  width: 368px;
  height: 256px;
  max-width: inherit;
}
.threeColumn.low .threeColumn__flexArticle figure img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.threeColumn.low .threeColumn__flexArticleFlexText {
  width: 640px;
}
.threeColumn.low .threeColumn__flexArticleFlexText--title {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-family: var(--fontTtl);
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .threeColumn.low {
    margin: 0 auto 8rem;
    padding: 0;
  }
  .threeColumn.low .threeColumn__flexArticleFlexText {
    width: 100%;
    margin: 0;
  }
  .threeColumn.low .threeColumn__flexArticle figure {
    width: auto;
    height: 15.36rem;
    margin: 0 auto 2.3rem;
  }
  .threeColumn.low .threeColumn__flexArticleFlexText--title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
    margin: 0 0 2.1rem;
  }
  .threeColumn.low .threeColumn__flexArticleFlexText--link {
    width: 100%;
    gap: 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .threeColumn {
    padding: 0 2.2rem;
  }
  .threeColumn .dotTtl {
    margin: 0 0 3.6rem;
  }
  .threeColumn__flex {
    flex-direction: column;
    gap: 2rem 0;
  }
  .threeColumn__flexArticle {
    width: 100%;
    padding: 4rem 3rem;
  }
  .threeColumn__flexArticle figure {
    width: 14rem;
    margin: 0 auto 2.6rem;
  }
  .threeColumn__flexArticle figure.max {
    width: 25.4rem;
    max-width: none;
  }
  .threeColumn__flexArticleText {
    width: 100%;
  }
  .threeColumn__flexArticleText--ttl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin: 0 0 2.2rem;
    text-align: center;
  }
  .threeColumn__flexArticleText--text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
  }
  .threeColumn__flexArticleText--link.margin {
    margin: 1.8rem auto 0;
  }
  .threeColumn__flexArticleText--link li {
    width: 13.2rem;
  }
  .threeColumn__flexArticleText--link li a {
    font-size: 1.5rem;
    padding: 0.7rem 0;
    height: 4.4rem;
  }
  .threeColumn__flexArticleText--link li a svg {
    display: none;
  }
  .threeColumn__flexArticle__flex {
    flex-direction: column;
    margin: 0;
  }
  .threeColumn__flexArticleFlex {
    flex-direction: column;
  }
  .threeColumn__flexArticleFlexText {
    width: 100%;
    margin: 0 0 2rem;
  }
  .threeColumn__flexArticleFlexText--title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
  }
  .threeColumn__flexArticleFlexText--plane {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }
  .threeColumn__flexArticleFlexText--link {
    display: flex;
    width: 100%;
    gap: 0 1rem;
    margin: 2rem 0 0;
  }
  .threeColumn__flexArticleFlexText--link li {
    width: 48%;
    height: 4.4rem;
    margin: 0;
  }
  .threeColumn__flexArticleFlexText--link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    text-align: center;
  }
  .threeColumn__flexArticleFlexText--link li a svg {
    display: none;
  }
  .threeColumn__flexArticleFlexIndex {
    width: 100%;
    background: none;
    height: auto;
  }
  .threeColumn__flexArticleFlexIndex dl {
    padding: 0;
  }
  .threeColumn__flexArticleFlexIndex dl dt {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  .threeColumn__flexArticleFlexIndex dl dd ul li {
    margin: 0 0 0.4rem;
  }
  .threeColumn__flexArticleFlexIndex dl dd ul li:last-child {
    margin: 0;
  }
  .threeColumn__flexArticleFlexIndex dl dd ul li a {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
  .threeColumn__block {
    margin: 0 0 2rem;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    width: 100%;
    padding: 4rem 3rem;
  }
  .threeColumn__block.long figure {
    width: auto;
    height: 18rem;
    margin: 0 auto 2.6rem;
  }
  .threeColumn__block.long figure img {
    width: auto;
    height: 100%;
    margin: auto;
  }
}

.is-coloeMode_dark .threeColumn .dotTtl {
  color: #fff;
}
.is-coloeMode_dark .threeColumn.low .threeColumn__flexArticle {
  background: #3C3B3B;
}
.is-coloeMode_dark .threeColumn__flexArticle {
  background: #3C3B3B;
}
.is-coloeMode_dark .threeColumn__flexArticleFlexIndex .indexTxtBox {
  background: #000;
}
.is-coloeMode_dark .threeColumn__flexArticleFlexIndex .indexTxtBox dl ul li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .threeColumn__flex {
    flex-direction: row;
    gap: 20px;
  }
  .threeColumn__flexArticle__flex {
    flex-direction: column-reverse;
  }
  .threeColumn__flexArticle figure {
    margin: 0 auto 20px;
  }
  .threeColumn__block {
    margin: 0 auto 20px;
  }
  .threeColumn__flexArticle {
    width: 100%;
    padding: 40px;
  }
  .threeColumn__flexArticleText--link li {
    width: 100%;
  }
  .threeColumn__flexArticleText--link.margin18 {
    flex-wrap: wrap;
    margin: 32px auto 0;
    max-width: 100%;
    width: 100%;
    gap: 10px;
  }
  .threeColumn__flexArticleFlex {
    flex-direction: column;
  }
  .threeColumn__flexArticleFlexText--link {
    display: flex;
    width: 100%;
    gap: 0 20px;
  }
  .threeColumn__flexArticleFlexText--link li {
    width: 100%;
    margin: 0;
  }
  .threeColumn__flexArticleFlexIndex {
    margin: 15px 0 0;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 40px;
  }
  .innerMenu__linkArea {
    flex-wrap: wrap;
  }
  .threeColumn.low .threeColumn__flexArticleFlexText {
    width: 100%;
    margin: 0 0 30px;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 60px 40px 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
  .threeColumn__block {
    margin: 0 auto 21px;
  }
  .threeColumn__flex {
    gap: 21px;
  }
  .threeColumn__flexArticle figure {
    margin: 0 auto 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  .threeColumn__flexArticle__flex {
    gap: 0 20px;
  }
  .threeColumn__flexArticle {
    width: 50%;
    padding: 50px 40px 42px;
  }
  .threeColumn__flexArticleText {
    width: 100%;
  }
  .threeColumn__block.long .threeColumn__flexArticle {
    padding: 50px 40px;
  }
  .threeColumn__flexArticleFlexText {
    flex: 1;
    margin: 0 !important;
  }
  .threeColumn__flexArticleFlexIndex {
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
  }
  .threeColumn__flexArticleFlexIndex figure {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .threeColumn__flexArticleFlex {
    flex-direction: column;
  }
  .threeColumn__flexArticleFlexText {
    margin: 0 0 20px;
  }
  .threeColumn__flexArticleFlexText--link {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .threeColumn__flexArticleFlexText--link li {
    width: 50%;
  }
}
.grayList__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px 21px;
}
.grayListBlock {
  max-width: 284px;
  width: calc(25% - 16px);
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.grayListBlock.minHeight_430 {
  min-height: 430px;
}
@media (max-width: 767px) {
  .grayListBlock.minHeight_430 {
    min-height: 37.3rem;
  }
}
.grayListBlock a {
  display: block;
  height: 100%;
  border-radius: 20px;
}
.grayListBlock a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #E7E9ED;
  gap: 0 10px;
  padding: 21px 45px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.grayListBlock a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
}
.grayListBlock a figure img {
  height: 160px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
.grayListBlock a figure.threeText img {
  height: 102px;
}
@media (max-width: 767px) {
  .grayListBlock a figure.threeText img {
    height: 8.9rem;
  }
}
@media (any-hover: hover) {
  .grayListBlock a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.grayListBlock a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.grayListBlock a span::after {
  content: none;
}
@media (any-hover: hover) {
  .grayListBlock a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.grayListBlock__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 24px;
}
.grayListBlock:has(.categoryTtl) .grayListBlock__detail {
  height: calc(100% - 230px);
}
@media (max-width: 767px) {
  .grayListBlock:has(.categoryTtl) .grayListBlock__detail {
    height: calc(100% - 20.2rem);
  }
}
.grayListBlock:has(.categoryTtl) .grayList__text--title p {
  min-height: 55px;
}
.grayListBlock.new::before {
  content: "";
  width: 86px;
  height: 86px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/new-icon.svg) no-repeat;
  background-size: 86px auto;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .grayListBlock.new::before {
    width: 7rem;
    height: 7rem;
    background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/new-icon.svg) no-repeat;
    background-size: 7rem auto;
  }
}
.grayList__text--title {
  margin: -8px 0 0;
}
.grayList__text--titleCate {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  border: solid 1px #D0D0D0;
  padding: 4px 5px;
  font-style: normal;
}
@media (max-width: 767px) {
  .grayList__text--titleCate {
    font-size: 1.1rem;
    padding: 0.4rem 0.5rem;
    margin: 0 0 0.6rem;
  }
}
.grayList__text--title p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  min-height: 63px;
  margin: 0;
}
.grayList__labelArea {
  margin: 10px 0 0;
}
.grayList__labelArea.dan {
  min-height: 5.4rem;
}
.grayList__labelArea--top {
  display: flex;
  gap: 0 4px;
  margin: 0 0 7px;
}
.grayList__labelArea--top:last-child {
  margin: 0;
}
.grayList__labelArea--top li {
  display: inline-block;
  width: 64px;
  height: 19px;
  font-size: 11px !important;
  line-height: 19px !important;
  background: #3C3B3B;
  color: #fff;
  text-align: center;
  padding: 0 !important;
}
.grayList__labelArea--top li::before {
  content: none !important;
}
.grayList__labelArea--top li.none {
  background: #CED2D9;
}
.grayList__labelArea--top li.gray {
  background: #82868B;
}
.grayList__labelArea--bottom {
  display: flex;
  flex-wrap: wrap;
  background: #F5F6F8;
  padding: 5px 10px;
}
.grayList__labelArea--bottom li {
  font-size: 1.3rem;
  height: auto;
  line-height: 1.3846153846;
  position: relative;
  padding: 0 15px 0 0;
}
.grayList__labelArea--bottom li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 0;
}
.grayList__labelArea--bottom li:last-child::after {
  content: none;
}
.grayList.bg .grayListBlock {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .grayList__inner {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.2rem 1px 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
  }
  .grayList__inner::-webkit-scrollbar {
    display: none;
  }
  .grayListBlock {
    width: 24.7rem;
    min-height: 35.1rem;
    flex: 0 0 24.7rem;
    scroll-snap-align: end;
  }
  .grayListBlock.new a::before {
    width: 7rem;
    height: 7rem;
    background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/new-icon.svg) no-repeat;
    background-size: 7rem auto;
  }
  .grayListBlock a figure {
    padding: 1.8rem;
    height: 17.6rem;
  }
  .grayListBlock a figure img {
    height: 14rem;
  }
  .grayListBlock__detail {
    padding: 1.2rem 1.7rem 1.9rem;
    height: calc(100% - 17.6rem);
    margin: -0.2rem 0 0;
  }
  .grayList__text--title {
    margin: 0;
  }
  .grayList__text--title p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    min-height: auto;
  }
  .grayList__labelArea {
    font-size: 1rem;
    line-height: 1.2;
    margin: 1rem 0 0;
  }
  .grayList__labelArea--top li {
    width: 6rem;
    height: 1.8rem;
    line-height: 1.8rem !important;
    font-size: 1rem !important;
    padding: 0.3rem 0;
  }
  .grayList__labelArea--bottom {
    padding: 0.5rem 1rem;
  }
  .grayList__labelArea--bottom li {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

.is-coloeMode_dark .grayListBlock__detail {
  background: #000;
}
.is-coloeMode_dark .grayListBlock a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .grayList__labelArea--bottom {
  background: #3C3B3B;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grayListBlock {
    width: calc(50% - 11px);
    max-width: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .grayListBlock {
    width: calc(25% - 16px);
  }
}
.pickUpArea {
  padding: 0 30px;
  margin: 0 0 152px;
}
.pickUpArea__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.pickUpArea .grayListBlock {
  border: solid 1px #EBEBEB;
}
.pickUpArea .dotTtl {
  margin: 0 0 54px;
}
.pickUpArea .wh-borderBtn {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .pickUpArea .wh-borderBtn {
    margin: 3rem auto 0;
    padding: 2.3rem 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .pickUpArea .wh-borderBtn svg {
    right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pickUpArea {
    padding: 0;
    margin: 0 0 8.1rem;
  }
  .pickUpArea .dotTtl {
    margin: 0 auto 3.6rem;
    width: calc(100% - 4.2rem);
  }
}

.is-coloeMode_dark .pickUpArea .dotTtl {
  color: #fff;
}

.ictArea {
  margin: 0 0 150px;
  padding: 0 30px;
}
.ictArea .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .ictArea .dotTtl {
    margin: 0 0 3.7rem;
  }
}
.ictArea__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ictArea__wrapperText {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 50px;
}
.ictArea__flex {
  display: flex;
  gap: 0 21px;
  margin: 0 0 50px;
}
.ictArea__flex li {
  width: 284px;
}
.ictArea__flex li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.ictArea__flex li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .ictArea__flex li a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.ictArea__flex li a {
  display: block;
  border: solid 1px #EBEBEB;
  border-radius: 20px;
  overflow: hidden;
}
.ictArea__flex li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: #F5F6F8;
  position: relative;
  padding: 30px;
}
.ictArea__flex li a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.ictArea__flex li a figure img {
  height: auto;
  margin: auto;
}
@media (any-hover: hover) {
  .ictArea__flex li a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.ictArea__flex li a p::before, .ictArea__flex li a span::before {
  content: none;
}
.ictArea__flex li a[href$=".pdf"] p {
  background: none;
}
.ictArea__flex li a[target=_blank] p::after, .ictArea__flex li a[target=_blank] span::after {
  content: none;
}
.ictArea__flex li:first-child a figure img {
  width: 216px;
}
.ictArea__flex li:nth-child(2) a figure img {
  width: 180px;
}
.ictArea__flex li:nth-child(3) a figure img {
  width: 211px;
}
.ictArea__flex li:nth-child(4) a figure img {
  width: 205px;
}
.ictArea__flexTextArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.ictArea__flexTextArea em {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-align: center;
  margin: 0 0 3px;
  font-style: normal;
}
.ictArea__flexTextArea p {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
.ictArea__wideArea {
  background: #F5F6F8;
  border-radius: 20px;
  padding: 45px 70px 54px;
}
.ictArea__wideAreaFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ictArea__wideAreaFlexLeft {
  width: 640px;
}
.ictArea__wideAreaFlexLeftTtl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 13px;
}
.ictArea__wideAreaFlexLeft p {
  margin: 0 0 26px;
}
.ictArea__wideAreaFlexLeft .blackBtn {
  width: 320px;
}
.ictArea__wideAreaFlexRight figure {
  width: 450px;
  height: 260px;
}
@media (max-width: 767px) {
  .ictArea__wideAreaFlexRight figure {
    width: 60%;
    height: auto;
  }
}
.ictArea__wideAreaFlexRight figure img {
  height: 260px;
  object-fit: contain;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .ictArea__wideAreaFlexRight figure img {
    height: 16.9rem;
    margin: 0 auto;
  }
}
.ictArea.subText {
  margin: 0 0 152px;
}
@media (max-width: 767px) {
  .ictArea.subText {
    margin: 0 0 8.3rem;
  }
}
.ictArea.subText .dotTtl {
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .ictArea.subText .dotTtl {
    margin: 0 0 3.1rem;
  }
}
.ictArea.subText .ictArea__wrapperText {
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .ictArea.subText .ictArea__wrapperText {
    margin: 0 0 2.9rem;
  }
}
@media (max-width: 767px) {
  .ictArea {
    padding: 0 2.2rem;
    margin: 0 0 8rem;
  }
  .ictArea__wrapperText {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 2.9rem;
  }
  .ictArea__flex {
    flex-wrap: wrap;
    gap: 1.3rem;
    margin: 0 0 2.9rem;
  }
  .ictArea__flex li {
    width: 15.9rem;
  }
  .ictArea__flex li a {
    height: auto;
  }
  .ictArea__flex li a figure {
    height: 10rem;
    padding: 0;
  }
  .ictArea__flex li:first-child a figure img {
    width: 12.96rem;
  }
  .ictArea__flex li:nth-child(2) a figure img {
    width: 10.8rem;
  }
  .ictArea__flex li:nth-child(3) a figure img {
    width: 12.66rem;
  }
  .ictArea__flex li:nth-child(4) a figure img {
    width: 12.3rem;
  }
  .ictArea__flexTextArea {
    padding: 1.7rem 1.4rem 2rem;
  }
  .ictArea__flexTextArea em {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    margin: 0 0 0.2rem;
  }
  .ictArea__flexTextArea p {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .ictArea__wideArea {
    padding: 4rem 2.7rem;
  }
  .ictArea__wideAreaFlex {
    flex-direction: column;
  }
  .ictArea__wideAreaFlexLeft, .ictArea__wideAreaFlexRight {
    width: 100%;
  }
  .ictArea__wideAreaFlexLeftTtl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
    margin: 0 0 2rem;
  }
  .ictArea__wideAreaFlexLeft p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }
  .ictArea__wideAreaFlexLeft .blackBtn {
    width: 87%;
    padding: 1.3rem 0;
    margin: 0 auto;
  }
  .ictArea__wideAreaFlexLeft .blackBtn svg {
    right: 1.6rem;
  }
  .ictArea__wideAreaFlexRight figure {
    width: 21rem;
    margin: 0 auto 2.6rem;
  }
}

.is-coloeMode_dark .ictArea__flex li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .ictArea__wideArea {
  background: #3C3B3B;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ictArea__flex {
    display: flex;
    gap: 21px;
    margin: 0 0 50px;
    flex-wrap: wrap;
  }
  .ictArea__flex li {
    width: calc(33.3333333333% - 14px);
  }
  .ictArea__wideArea {
    padding: 45px 40px 54px;
  }
  .ictArea__wideAreaFlex {
    justify-content: space-between;
    gap: 0 30px;
  }
  .ictArea__wideAreaFlexLeft {
    width: 60%;
  }
  .ictArea__wideAreaFlexLeft .blackBtn {
    width: 100%;
  }
  .ictArea__wideAreaFlexRight {
    width: 47%;
  }
  .ictArea__wideAreaFlexRight figure {
    width: 100%;
    height: auto;
  }
  .ictArea__wideAreaFlexRight figure img {
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .ictArea__wideArea {
    padding: 50px 40px;
  }
  .ictArea__wideAreaFlex {
    gap: 0 60px;
  }
  .ictArea__flex li {
    width: calc(25% - 16px);
  }
}
.support {
  max-width: 1260px;
  margin: 119px auto 153px;
  padding: 0 30px;
}
.support.margin120 {
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .support.margin120 {
    margin: 0 auto 8rem;
  }
}
.support__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 51px;
  gap: 40px;
}
.support__flexArticle {
  width: 580px;
  border-radius: 20px;
  background: #F5F6F8;
  padding: 48px 50px 38px;
}
.support__flexArticleTtl {
  font-size: 2.6rem;
  line-height: 1.2692307692;
  font-weight: 700;
  margin: 0 0 27px;
  font-family: var(--fontTtl);
}
.support__flexArticleList li {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 4px;
  line-height: 1;
}
.support__flexArticleList li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.support__flexArticleList li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .support__flexArticleList li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.support__flexArticleList li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.support__flexArticleList li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #3C3B3B;
  position: absolute;
  top: 13px;
  left: 5px;
}
.support__flexArticleList li p::after {
  content: none;
}
.support__flexArticleList li a {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
.support__flexArticleList li a em.pdf {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: -1px;
  padding: 0;
  margin: 0 0 0 6px;
}
@media (max-width: 767px) {
  .support__flexArticleList li a em.pdf {
    margin: 0 0 0 0.5rem;
    top: -0.1rem;
  }
}
.support__flexArticleList li a[target=_blank] span {
  background-size: calc(100% - 16px) 1px;
  background-position: left bottom 1px;
}
.support__flexArticleList li a[target=_blank] span::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 8px;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 11px auto;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
@media (any-hover: hover) {
  .support__flexArticleList li a[target=_blank]:hover span {
    background-position: right 16px bottom 1px;
    background-size: 0 1px;
  }
}
.support__flexArticleList li a[href$=".pdf"] span {
  background-size: 100% 1px;
  background-position: left bottom 1px;
}
.support__flexArticleList li a[href$=".pdf"] span::after {
  content: none;
}
@media (any-hover: hover) {
  .support__flexArticleList li a[href$=".pdf"]:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.support__title {
  margin: 0 0 55px;
  padding: 0 0 0 33px;
}
@media (max-width: 767px) {
  .support__title {
    margin: 0 0 3.6rem;
    padding: 0 0 0 2rem;
  }
}
.support .bannerArea {
  max-width: 900px;
  margin: 80px auto 0;
  transition: 0.3s;
  padding: 0;
}
@media (max-width: 767px) {
  .support .bannerArea {
    margin: 6rem auto 0;
    padding: 0 1rem;
  }
}
@media (any-hover: hover) {
  .support .bannerArea:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 0 2.2rem;
    margin: 8.1rem 0 8.3rem;
  }
  .support__flex {
    flex-direction: column;
    margin: 0 0 3rem;
    gap: 2.1rem;
  }
  .support__flexArticle {
    width: 100%;
    padding: 3.8rem 3rem 3.3rem;
    margin: 0;
  }
  .support__flexArticle:last-child {
    margin: 0;
  }
  .support__flexArticle:last-child .support__flexArticleList li::before {
    top: 0.9rem;
  }
  .support__flexArticleTtl {
    font-size: 1.9rem;
    line-height: 1.3684210526;
    margin: 0 0 1.7rem;
  }
  .support__flexArticleList li {
    padding: 0 0 0 1.4rem;
    margin: 0 0 0.6rem;
  }
  .support__flexArticleList li a {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .support__flexArticleList li::before {
    top: 1rem;
    left: 0;
  }
  .support .wh-borderBtn {
    padding: 2.2rem 0;
  }
  .support .wh-borderBtn svg {
    right: 1.2rem;
  }
}

.is-coloeMode_dark .support__flexArticle {
  background: #3C3B3B;
}
.is-coloeMode_dark .support__flexArticleList li::before {
  background: #fff;
}
.is-coloeMode_dark .support__flexArticleList li a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) {
  .support__flex {
    gap: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .support__flexArticle {
    padding: 40px 25px 30px;
  }
  .support__flexArticleTtl {
    margin: 0 0 15px;
  }
}
.faqArea {
  padding: 100px 30px 160px;
  margin: -100px 0 0;
}
@media (max-width: 767px) {
  .faqArea {
    padding: 0 0 8rem;
    margin: 0;
  }
}
.faqArea__detailArea {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .faqArea__detailArea {
    margin: 0 0 4rem;
  }
}
.faqArea__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faqArea__inner .dotTtl {
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  .faqArea__inner .dotTtl {
    margin: 0 0 3.7rem;
  }
}
.faqArea__inner dl {
  background: #F5F6F8;
  margin: 0 0 12px;
}
.faqArea__inner dl:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .faqArea__inner dl {
    margin: 0 0 1.1rem;
  }
}
.faqArea__inner dl dt {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  padding: 27px 25px 27px 67px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.faqArea__inner dl dt span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.faqArea__inner dl dt span::after {
  content: none;
}
@media (hover: hover) {
  .faqArea__inner dl dt:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .faqArea__inner dl dt {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 1.7rem 2.2rem 1.8rem 5.3rem;
  }
}
.faqArea__inner dl dt::before {
  display: block;
  text-align: center;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/keirinkan/contact/assets/images/faqText.svg) no-repeat #3C3B3B center;
  background-size: 13px auto;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 25px;
  font-size: 19px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faqArea__inner dl dt::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 0;
    bottom: 0;
    left: 1.9rem;
    font-size: 1.6rem;
    margin: auto;
  }
}
.faqArea__inner dl dd {
  display: block;
  border-top: solid 1px #D0D0D0;
  width: calc(100% - 50px);
  margin: 2px auto 0;
  padding: 23px 0 24px 43px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.faqArea__inner dl dd a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.faqArea__inner dl dd a span::after {
  content: none;
}
@media (any-hover: hover) {
  .faqArea__inner dl dd a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.faqArea__inner dl dd .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
@media (max-width: 767px) {
  .faqArea__inner dl dd {
    width: calc(100% - 3.6rem);
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 1.7rem 0;
  }
}
.faqArea__inner dl dd ul {
  margin: 40px 0;
  padding: 0 0 0 6px;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul {
    margin: 2rem 0;
    padding: 0 0 0 0.4rem;
  }
}
.faqArea__inner dl dd ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 0 0 0 14px;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.faqArea__inner dl dd ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul li::before {
    width: 4px;
    height: 4px;
    top: 1rem;
  }
}
.faqArea__inner dl dd ul.komeTxt {
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul.komeTxt {
    margin: 1.6rem 0;
  }
}
.faqArea__inner dl dd ul.komeTxt li {
  padding: 0 0 0 17px;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul.komeTxt li {
    padding: 0 0 0 1.5rem;
  }
}
.faqArea__inner dl dd ul.komeTxt li::before {
  content: "※";
  width: auto;
  height: auto;
  background: none;
  top: 0;
}
.faqArea__inner dl dd ol {
  padding: 0 0 0 6px;
  margin: 40px 0;
  counter-reset: item;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ol {
    margin: 2rem 0;
    padding: 0 0 0 0.4rem;
  }
}
.faqArea__inner dl dd ol li {
  padding: 0 0 0 14px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
.faqArea__inner dl dd ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -3px;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ol li::before {
    left: -0.3rem;
  }
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ol li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.faqArea__inner dl dd ul, .faqArea__inner dl dd ol {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .faqArea__inner dl dd ul li, .faqArea__inner dl dd ol li {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.faqArea__inner dl dd a {
  position: relative;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
@media (any-hover: hover) {
  .faqArea__inner dl dd a:hover {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.faqArea__inner dl dd a[target=_blank] {
  background-size: calc(100% - 16px) 1px;
}
.faqArea__inner dl dd a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 8px;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 11px auto;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
@media (any-hover: hover) {
  .faqArea__inner dl dd a[target=_blank]:hover {
    background-position: right 16px bottom 1px;
    background-size: 0 1px;
  }
}
.faqArea__inner dl dd a p {
  display: inline-block;
}
.faqArea__otherBlock {
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .faqArea__otherBlock {
    margin: 0 0 3rem;
  }
}
.faqArea__otherBlock:last-of-type {
  margin: 0;
}
.faqArea__otherBlockTtl {
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 700;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .faqArea__otherBlockTtl {
    font-size: 2.1rem;
    line-height: 1;
    margin: 0 0 2rem;
  }
}
.faqArea__otherBlockText {
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .faqArea__otherBlockText {
    font-size: 1.5rem;
  }
}
.faqArea__otherBlock .flexArea {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .faqArea__otherBlock .flexArea {
    flex-direction: column;
    gap: 1rem;
  }
}
.faqArea__otherBlock .flexArea .borderBtn {
  width: 350px;
  height: 56px;
}
@media (max-width: 767px) {
  .faqArea__otherBlock .flexArea .borderBtn {
    width: 75%;
    height: 4.4rem;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .faqArea__otherBlock .flexArea .borderBtn svg {
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .faqArea .wh-borderBtn {
    padding: 2.2rem 2rem 2.2rem 2rem;
  }
}
@media (max-width: 767px) {
  .faqArea .wh-borderBtn svg {
    right: 1.2rem;
  }
}

.is-coloeMode_dark .faqArea__inner dl {
  background: #3C3B3B;
}
.is-coloeMode_dark .faqArea__inner dl dt::before {
  background: #000;
}
.is-coloeMode_dark .faqArea__inner dl dd ul li::before {
  background: #fff;
}

.about {
  padding: 0 30px 149px;
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about__innerTtl {
    margin: 0 0 3.3rem;
  }
}
.about__innerText {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0 0 46px;
}
.about__video {
  max-width: 900px;
  margin: 0 auto;
}
.about__video a {
  margin: 0 auto;
}
.about__video a figure br {
  display: none;
}
.about__video a .play-icon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .about__video a .play-icon {
    width: 49px;
    height: 49px;
  }
}
.about__video a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
  z-index: 0;
}
@media (any-hover: hover) {
  .about__video a:hover::before {
    opacity: 0;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 0 2.2rem;
    margin: 0 0 8.3rem;
  }
  .about__innerText {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 2.9rem;
  }
  .about__video {
    margin: 0 0 3rem;
  }
}

.pointArea {
  max-width: 1200px;
  margin: 0 auto 120px;
}
.pointArea__flex {
  display: flex;
}
.pointArea__flexTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6589;
  color: #fff;
  border-radius: 20px 0 0 20px;
  width: 200px;
  font-family: var(--fontTtl);
  font-size: 2.6rem;
  line-height: 0.52;
  font-weight: 700;
}
.pointArea__flexTtl p {
  position: relative;
  padding: 0 0 0 40px;
}
.pointArea__flexTtl p::before {
  content: "";
  width: 28px;
  height: 44px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/point-icon.svg) no-repeat;
  background-size: 28px auto;
  position: absolute;
  top: -18px;
  left: 0;
}
.pointArea__num {
  width: 1000px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  border-top: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
  padding: 28px 30px;
}
.pointArea__num ol {
  counter-reset: number;
  list-style-type: none !important;
}
.pointArea__num ol li {
  font-size: 1.9rem;
  line-height: 1.5263157895;
  position: relative;
  padding-left: 33px;
  margin: 0 0 10px;
}
.pointArea__num ol li:last-child {
  margin: 0;
}
.pointArea__num ol li::before {
  content: "";
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: #fff;
  background: #3C3B3B;
  font-weight: 400;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 2px;
}
.pointArea__num ol li img {
  display: inline-block;
  width: 153px;
  margin: 0 6px 0 0;
  vertical-align: inherit;
}
.pointArea__num ul li {
  position: relative;
  font-size: 1.9rem;
  line-height: 1.5263157895;
  padding: 0 0 0 32px;
  margin: 0 0 10px;
}
.pointArea__num ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  position: absolute;
  top: 13px;
  left: 9px;
  border-radius: 100%;
}
.pointArea__num ol + ul {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .pointArea {
    margin: 0 0 5.2rem;
  }
  .pointArea__flex {
    flex-direction: column;
  }
  .pointArea__flexTtl {
    width: 100%;
    padding: 1.9rem 0;
    border-radius: 20px 20px 0 0;
  }
  .pointArea__flexTtl p {
    font-size: 2rem;
    padding: 0 0 0 3.3rem;
  }
  .pointArea__flexTtl p::before {
    content: "";
    width: 2.3rem;
    height: 3.7rem;
    background: url(/keirinkan/kou/assets/images/math/teacher-2024/point-icon.svg) no-repeat;
    background-size: 100% auto;
    top: -1.4rem;
  }
  .pointArea__num {
    width: 100%;
    padding: 2rem 2.1rem 2.2rem;
    border-radius: 0 0 20px 20px;
    border-top: none;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
  }
  .pointArea__num ol li {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 0.7rem;
    padding-left: 28px;
  }
  .pointArea__num ol li img {
    width: 15rem;
    margin: 0 0.5rem -0.2rem 0;
  }
  .pointArea__num ol li::before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
    top: 0rem;
    left: 0;
  }
  .pointArea__num ul li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 2.8rem;
    margin: 0 0 0.7rem;
  }
  .pointArea__num ul li::before {
    top: 0.8rem;
    left: 0.9rem;
  }
  .pointArea__num ol + ul {
    margin: 0.7rem 0 0;
  }
}

.pointBlock {
  background: #F5F6F8;
  border-radius: 20px;
  padding: 33px 30px 30px;
  margin: 0 0 29px;
  position: relative;
}
.pointBlock::before {
  content: "";
  width: 114px;
  height: 38px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/series/point-ttl.svg) no-repeat;
  background-size: 114px auto;
  top: -20px;
  left: 29px;
  position: absolute;
}
@media (max-width: 767px) {
  .pointBlock::before {
    width: 9.1rem;
    height: 3.1rem;
    background: url(/keirinkan/kou/assets/images/math/text-2024/series/point-ttl.svg) no-repeat;
    background-size: 9.1rem auto;
    top: -1.6rem;
    left: 1.7rem;
  }
}
.pointBlock ul li, .pointBlock ol li {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  margin: 0 0 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .pointBlock ul li, .pointBlock ol li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.pointBlock ul li:last-child, .pointBlock ol li:last-child {
  margin: 0;
}
.pointBlock ol {
  counter-reset: number;
  list-style-type: none !important;
}
.pointBlock ol li {
  position: relative;
  padding: 0 0 0 22px;
}
@media (max-width: 767px) {
  .pointBlock ol li {
    padding: 0 0 0 1.8rem;
  }
}
.pointBlock ol li::before {
  content: "";
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: #fff;
  background: #3C3B3B;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  top: 5px;
  left: 0;
}
@media (max-width: 767px) {
  .pointBlock ol li::before {
    width: 14px;
    height: 14px;
    line-height: 14px;
    top: 0.3rem;
  }
}
.pointBlock ul li {
  padding: 0 0 0 19px;
}
@media (max-width: 767px) {
  .pointBlock ul li {
    padding: 0 0 0 1.5rem;
  }
}
.pointBlock ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  position: absolute;
  top: 10px;
  left: 6px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .pointBlock ul li::before {
    width: 4px;
    height: 4px;
    top: 0.8rem;
    left: 0.4rem;
  }
}

.sec__mathSubTextSeries .pointBlock,
.englishSubTextDetailPage .pointBlock,
.scienceSubTextPage .pointBlock,
.johoPage__SubTextDetail .pointBlock {
  background: #fff;
  margin: 60px 0 29px;
}
.sec__mathSubTextSeries .pointBlock p,
.englishSubTextDetailPage .pointBlock p,
.scienceSubTextPage .pointBlock p,
.johoPage__SubTextDetail .pointBlock p {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  margin: 0;
}
.sec__mathSubTextSeries .pointBlock p + ul, .sec__mathSubTextSeries .pointBlock p ol,
.englishSubTextDetailPage .pointBlock p + ul,
.englishSubTextDetailPage .pointBlock p ol,
.scienceSubTextPage .pointBlock p + ul,
.scienceSubTextPage .pointBlock p ol,
.johoPage__SubTextDetail .pointBlock p + ul,
.johoPage__SubTextDetail .pointBlock p ol {
  margin: 0.5rem 0 0;
}
@media (max-width: 767px) {
  .sec__mathSubTextSeries .pointBlock p,
  .englishSubTextDetailPage .pointBlock p,
  .scienceSubTextPage .pointBlock p,
  .johoPage__SubTextDetail .pointBlock p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .sec__mathSubTextSeries .pointBlock,
  .englishSubTextDetailPage .pointBlock,
  .scienceSubTextPage .pointBlock,
  .johoPage__SubTextDetail .pointBlock {
    margin: 4.8rem 0 1.7rem;
    padding: 2.5rem 2rem 2rem;
  }
}

.is-coloeMode_dark .pointArea__num {
  background: #000;
}
.is-coloeMode_dark .pointArea__num ol li::before {
  background: #fff;
  color: var(--colorText);
}
.is-coloeMode_dark .pointArea__num li::before {
  background: #fff;
}
.is-coloeMode_dark .pointBlock {
  background: rgb(60, 59, 59);
}
.is-coloeMode_dark .pointBlock ul li {
  color: var(--colorText);
}
.is-coloeMode_dark .pointBlock ol li::before {
  background: #fff;
  color: var(--colorText);
}
.is-coloeMode_dark .sec__mathSubTextSeries .pointBlock,
.is-coloeMode_dark .englishSubTextDetailPage .pointBlock,
.is-coloeMode_dark .scienceSubTextPage .pointBlock,
.is-coloeMode_dark .johoPage__SubTextDetail .pointBlock {
  background: #000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pointArea__flex {
    flex-direction: column;
  }
  .pointArea__flexTtl {
    width: 100%;
    padding: 2.5rem 0;
    border-radius: 20px 20px 0 0;
  }
  .pointArea__flexTtl p {
    padding: 0 0 0 36px;
  }
  .pointArea__flexTtl p::before {
    width: 25px;
    height: 40px;
    background: url(/keirinkan/kou/assets/images/math/teacher-2024/point-icon.svg) no-repeat;
    background-size: 100% auto;
    top: -13px;
  }
  .pointArea__num {
    width: 100%;
    border-radius: 0 0 20px 20px;
    border-top: none;
    border-right: solid 1px #D0D0D0;
    border-left: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
  }
}
.adoptPage .textSubvisual figure {
  top: -110px;
}
@media (max-width: 767px) {
  .adoptPage .textSubvisual figure {
    top: 14.7rem;
  }
}
.adoptPage .lineUp {
  margin: -92px 0 120px;
}
@media (max-width: 767px) {
  .adoptPage .lineUp {
    margin: -8.1rem 0 8.3rem;
  }
}

.productList {
  margin: 0 0 150px;
  padding: 0 30px;
}
.productList__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.productList__wrapperTtl .dotTtl {
  margin: 0 0 47px;
}
@media (max-width: 767px) {
  .productList__wrapperTtl .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.productList__text {
  margin: 0 0 48px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.productList__text a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.productList__text a span::after {
  content: none;
}
@media (any-hover: hover) {
  .productList__text a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.productList__text .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.productList__textLink {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: calc(100% - 15px) 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .productList__textLink {
    background-size: calc(100% - 1.5rem) 1px;
    padding: 0 1.5rem 0 0;
  }
}
.productList__textLink::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/keirinkan/kou/assets/images/textLinkArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .productList__textLink::after {
    width: 0.7rem;
    height: 1.2rem;
  }
}
@media (any-hover: hover) {
  .productList__textLink:hover {
    background-position: right 15px bottom 1px;
    background-size: 0 1px;
  }
}
.productList__detailList {
  margin: 0 0 39px;
}
.productList__detailList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
@media (max-width: 767px) {
  .productList__detailList ul {
    flex-wrap: nowrap;
  }
}
.productList__detailList ul li a, .productList__detailList ul li p {
  display: inline-block;
  border: solid 1px #CBCBCB;
  background: #fff;
  border-radius: 100px;
  color: #3C3B3B;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 19px;
  cursor: pointer;
  transition: 0.3s;
}
.productList__detailList ul li a.current, .productList__detailList ul li p.current {
  background: #3C3B3B;
  border: solid 1px #3C3B3B;
  color: #fff;
}
@media (any-hover: hover) {
  .productList__detailList ul li a.current:hover, .productList__detailList ul li p.current:hover {
    background: #fff;
    border: solid 1px #CBCBCB;
    color: #3C3B3B;
    transition: 0.3s;
  }
}
@media (any-hover: hover) {
  .productList__detailList ul li a:hover, .productList__detailList ul li p:hover {
    background: #3C3B3B;
    border: solid 1px #3C3B3B;
    color: #fff;
    transition: 0.3s;
  }
}
.productList__detail #tab01 {
  display: block;
}
.productList__detail #tab02,
.productList__detail #tab03,
.productList__detail #tab04,
.productList__detail #tab05,
.productList__detail #tab06,
.productList__detail #tab07,
.productList__detail #tab08,
.productList__detail #tab09,
.productList__detail #tab10,
.productList__detail #tab11,
.productList__detail #tab12,
.productList__detail #tab13 {
  display: none;
}
.productList__detail .grayList__inner {
  gap: 50px 21px;
}
.productList.syllabus {
  background: #F5F6F8;
  padding: 80px 30px;
}
.productList.syllabus .productList__detailList {
  margin: 0 0 61px;
}
.productList.syllabus .productList__detailTab .syllabusList,
.productList.syllabus .productList__detailTab .syllabusLists {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 50px 20px;
  margin: 0 0 80px;
}
.productList.syllabus .productList__detailTab .syllabusList a span,
.productList.syllabus .productList__detailTab .syllabusLists a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.productList.syllabus .productList__detailTab .syllabusList a span::after,
.productList.syllabus .productList__detailTab .syllabusLists a span::after {
  content: none;
}
@media (any-hover: hover) {
  .productList.syllabus .productList__detailTab .syllabusList a:hover span,
  .productList.syllabus .productList__detailTab .syllabusLists a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .productList.syllabus .productList__detailTab .syllabusList,
  .productList.syllabus .productList__detailTab .syllabusLists {
    gap: 2rem 0;
    margin: 0 0 4rem;
  }
}
.productList.syllabus .productList__detailTab .syllabusList a,
.productList.syllabus .productList__detailTab .syllabusLists a {
  display: block;
  width: calc(25% - 15px);
  min-height: 380px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .productList.syllabus .productList__detailTab .syllabusList a,
  .productList.syllabus .productList__detailTab .syllabusLists a {
    width: 100%;
    min-height: 33.6rem;
    padding: 0;
  }
}
.productList.syllabus .productList__detailTab .syllabusList a figure,
.productList.syllabus .productList__detailTab .syllabusLists a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 21px 24px;
  background: #E7E9ED;
  border-radius: 20px 20px 0 0;
  position: relative;
  gap: 10px;
}
@media (max-width: 767px) {
  .productList.syllabus .productList__detailTab .syllabusList a figure,
  .productList.syllabus .productList__detailTab .syllabusLists a figure {
    padding: 1.8rem;
    height: auto;
  }
}
.productList.syllabus .productList__detailTab .syllabusList a figure::before,
.productList.syllabus .productList__detailTab .syllabusLists a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  border-radius: 20px 20px 0 0;
}
.productList.syllabus .productList__detailTab .syllabusList a figure img,
.productList.syllabus .productList__detailTab .syllabusLists a figure img {
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
  max-width: fit-content;
  height: 160px;
  width: calc(50% - 7px);
}
@media (max-width: 767px) {
  .productList.syllabus .productList__detailTab .syllabusList a figure img,
  .productList.syllabus .productList__detailTab .syllabusLists a figure img {
    width: auto;
    height: 14.6rem;
  }
}
@media (any-hover: hover) {
  .productList.syllabus .productList__detailTab .syllabusList a:hover figure::before,
  .productList.syllabus .productList__detailTab .syllabusLists a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.productList.syllabus .syllabusList__textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 192px);
  padding: 20px 25px;
}
.productList.syllabus .syllabusList__textArea p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.productList.syllabus .syllabusList__textAreaDate {
  position: inherit;
}
.productList.syllabus .syllabusList__textAreaDate.new li::before {
  content: "NEW";
  color: #FF6493;
  font-family: var(--fontTtl);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2666666667;
  position: absolute;
  top: 0;
  right: 0;
}
.productList.syllabus .syllabusList__textAreaDate li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #3C3B3B;
  position: relative;
  padding: 0 40px 0 0;
}
.productList.syllabus.connection {
  padding: 120px 30px;
}
.productList.syllabus.connection .productList__detailTab .syllabusList {
  margin: 0;
}
.productList.syllabus.connection .grayListBlock {
  border: none;
}
@media (max-width: 767px) {
  .productList.syllabus.connection {
    padding: 6rem 0 !important;
    margin: 6.1rem 0 0;
  }
  .productList.syllabus.connection .productList__detailTab {
    padding: 0;
  }
  .productList.syllabus.connection .productList__detailTab .syllabusList a {
    width: 24.7rem;
    margin: 0 1rem;
  }
}
.productList.syllabus.connection.otherScroll {
  padding: 123px 30px 119px !important;
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll {
    padding: 6rem 0 !important;
    margin: 6rem 0 0;
  }
}
.productList.syllabus.connection.otherScroll .dotTtl {
  margin: 0 auto 55px;
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll .dotTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 3rem;
  }
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll .lineUp__innerLink {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.2rem 1px 2.2rem;
    margin: 0 auto -2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
    gap: 2.1rem;
  }
}
.productList.syllabus.connection.otherScroll .lineUp__innerLink li {
  min-height: 426px;
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll .lineUp__innerLink li {
    flex: 0 0 28.7rem;
    scroll-snap-align: end;
    min-height: auto;
  }
}
.productList.syllabus.connection.otherScroll .lineUp__innerLink--textareaList li {
  min-height: auto;
  flex: inherit;
  scroll-snap-align: inherit;
}
.productList.syllabus.connection.otherScroll.teach .lineUp__innerLink li {
  min-height: 426px;
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll.teach .lineUp__innerLink li {
    min-height: 35.2rem;
  }
}
.productList.syllabus.connection.otherScroll.teach .lineUp__innerLink--textareaList li {
  min-height: auto;
}
.productList.syllabus.connection.otherScroll.half {
  margin: 50px 0 0;
}
.productList.syllabus.connection.otherScroll .recordArea__detailTab {
  margin: 0;
}
.productList.syllabus.connection.otherScroll .grayListBlock {
  border: none;
}
@media (max-width: 767px) {
  .productList.syllabus.connection.otherScroll .syllabusList {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.2rem 0 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
    gap: 0 2rem;
  }
  .productList.syllabus.connection.otherScroll .syllabusList a {
    width: 24.7rem;
    min-height: 37.3rem;
    flex: 0 0 24.7rem;
    scroll-snap-align: end;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .productList.syllabus {
    padding: 4.8rem 0 3.8rem;
  }
  .productList.syllabus .productList__detailList {
    margin: 0 0 2.9rem;
  }
  .productList.syllabus .productList__detailList ul {
    flex-wrap: nowrap;
    margin: 0 0 0 -2.2rem;
    padding: 0 2.6rem;
  }
  .productList.syllabus .productList__detailTab {
    padding: 0 2.2rem;
  }
  .productList.syllabus .productList__detailTab .syllabusList {
    gap: 2rem 0;
    margin: 0 0 4rem;
  }
  .productList.syllabus .productList__detailTab .syllabusList a {
    width: 100%;
  }
  .productList.syllabus .productList__detailTab .syllabusList a figure {
    height: 18rem;
  }
  .productList.syllabus .productList__detailTab .syllabusList a figure img {
    height: 14.6rem;
  }
  .productList.syllabus .syllabusList__textArea {
    padding: 2.4rem;
    height: calc(100% - 18.2rem);
  }
  .productList.syllabus .syllabusList__textArea p {
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.productList .grayListBlock {
  border: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .productList {
    width: 100%;
    padding: 0;
    margin: 0 0 8.2rem;
  }
  .productList__wrapperTtl {
    padding: 0 2.2rem;
  }
  .productList__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 2.7rem;
  }
  .productList__detailList {
    margin: 0 0 3rem;
    padding: 0 0 0 2.2rem;
  }
  .productList__detailList ul {
    overflow-x: scroll;
    white-space: nowrap;
    gap: 0 0.6rem;
    margin: 0 0 0 -2.2rem;
    padding: 0 2.2rem;
  }
  .productList__detailList ul::-webkit-scrollbar {
    display: none;
  }
  .productList__detailList ul li a, .productList__detailList ul li p {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 0.7rem 1.5rem;
  }
}

.is-coloeMode_dark .productList.syllabus {
  background: #3C3B3B;
}
.is-coloeMode_dark .productList.syllabus .productList__detailTab .syllabusList a,
.is-coloeMode_dark .productList.syllabus .productList__detailTab .syllabusLists a {
  background: #000;
}
.is-coloeMode_dark .productList.syllabus .productList__detailTab .syllabusList a span,
.is-coloeMode_dark .productList.syllabus .productList__detailTab .syllabusLists a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .productList.syllabus .syllabusList__textAreaDate li {
  color: #fff;
}
.is-coloeMode_dark .productList__detailList ul li a.current, .is-coloeMode_dark .productList__detailList ul li p.current {
  background: #000;
  border: solid 1px #000;
}

.teachDetail .otherLowTab {
  padding: 122px 30px 89px;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab {
    padding: 6rem 0 5.1rem;
  }
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__detailList.tabTwo {
    padding: 0 2.2rem;
  }
}
.teachDetail .otherLowTab .recordArea__detailList.tabTwo ul {
  margin: 0 0 63px;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__detailList.tabTwo ul {
    padding: 1.8rem 1rem;
    margin: 0 0 2.9rem;
  }
}
.teachDetail .otherLowTab .recordArea__detailList.tabTwo ul li.taBackground {
  left: 0.6rem;
}
.teachDetail .otherLowTab .recordArea__detailList ul li {
  width: 50.2%;
}
.teachDetail .otherLowTab .recordArea__detailList ul li.taBackground {
  width: 49.2%;
}
.teachDetail .otherLowTab .recordArea__tabBlockArticle {
  margin: 0 0 60px;
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleIntro {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleIntro {
    margin: 0 0 5rem;
  }
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleSub {
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleSub {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 2.8rem;
  }
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleIntro:last-child {
  margin: 0;
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleFlex {
  margin: -110px auto 60px;
  padding: 110px 0 60px;
  border-bottom: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleFlex {
    width: calc(100% - 4.4rem);
    margin: -7rem auto 3.4rem;
    padding: 7rem 0 4rem;
  }
  .teachDetail .otherLowTab .recordArea__tabBlockArticleFlex:last-child {
    margin: 0 auto 4rem;
    padding: 0;
  }
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleFlex:last-child {
  margin: -110px auto 101px;
  padding: 110px 0 60px;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleFlex:last-child {
    margin: -7rem auto 6rem;
    padding: 7rem 0 0;
    border-bottom: none;
  }
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleFlex.none {
  display: block;
}
@media (max-width: 767px) {
  .teachDetail .otherLowTab .recordArea__tabBlockArticleFlex.none {
    margin: -7rem auto 3.4rem;
    padding: 7rem 0 0;
  }
}
.teachDetail .otherLowTab .recordArea__tabBlockArticleFlex figure br {
  display: none;
}
.teachDetail .numberList {
  padding: 0 0 0 6px;
  margin: 40px 0;
  counter-reset: item;
}
@media (max-width: 767px) {
  .teachDetail .numberList {
    margin: 2rem 0;
    padding: 0 0 0 0.4rem;
  }
}
.teachDetail .numberList li {
  padding: 0 0 0 14px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
.teachDetail .numberList li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -3px;
}
@media (max-width: 767px) {
  .teachDetail .numberList li::before {
    left: -0.3rem;
  }
}
@media (max-width: 767px) {
  .teachDetail .numberList li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.teachDetail .numberBlock {
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .teachDetail .numberBlock {
    margin: 0 0 2.5rem;
  }
  .teachDetail .numberBlock:last-child {
    margin: 0 auto;
  }
}
.teachDetail .numberBlock__text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 700;
}
@media (max-width: 767px) {
  .teachDetail .numberBlock__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .teachDetail .numberBlock .borderBtn svg {
    right: 1.5rem;
  }
}
.teachDetail__anchorAreaFlex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlex {
    flex-direction: column;
  }
}
.teachDetail__anchorAreaFlexLeft {
  width: 100%;
  max-width: 960px;
  border: solid 1px #0068B7;
  border-radius: 20px;
  padding: 34px 0 38px;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft {
    width: 100%;
    padding: 1.4rem 0 2.2rem;
  }
}
.teachDetail__anchorAreaFlexLeft ul {
  display: flex;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft ul {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
    position: relative;
  }
  .teachDetail__anchorAreaFlexLeft ul::before {
    content: "";
    width: 91%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.teachDetail__anchorAreaFlexLeft ul li {
  width: 191px;
  border-right: none;
  text-align: center;
  position: relative;
}
.teachDetail__anchorAreaFlexLeft ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.teachDetail__anchorAreaFlexLeft ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .teachDetail__anchorAreaFlexLeft ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.teachDetail__anchorAreaFlexLeft ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.teachDetail__anchorAreaFlexLeft ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft ul li {
    width: 33.3333333333%;
  }
  .teachDetail__anchorAreaFlexLeft ul li:nth-child(3) {
    border-right: none;
  }
}
.teachDetail__anchorAreaFlexLeft ul li:last-child {
  border-right: none;
  margin: 7px 0 0;
}
.teachDetail__anchorAreaFlexLeft ul li:last-child::after {
  content: none;
}
.teachDetail__anchorAreaFlexLeft ul li:last-child a {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft ul li:first-child::after {
    content: "";
    width: 1px;
    height: 7.6rem;
    background: #EBEBEB;
    position: absolute;
    top: 1.1rem;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .teachDetail__anchorAreaFlexLeft ul li:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 7.6rem;
    background: #EBEBEB;
    position: absolute;
    top: 1.1rem;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) {
    border-right: none;
    margin: 1.2rem 0 0;
  }
  .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) a {
    margin: 0 0 1rem;
  }
  .teachDetail__anchorAreaFlexLeft ul li:nth-child(4)::after {
    content: "";
    width: 1px;
    height: 7.6rem;
    background: #EBEBEB;
    position: absolute;
    top: 0.6rem;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .teachDetail__anchorAreaFlexLeft ul li:last-child {
    border-right: none;
    margin: 2.8rem 0 0;
  }
  .teachDetail__anchorAreaFlexLeft ul li:last-child a {
    margin: 0 0 7px;
  }
}
.teachDetail__anchorAreaFlexLeft ul li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 400;
  margin: 0 0 21px;
  text-align: center;
  position: relative;
}
.teachDetail__anchorAreaFlexLeft ul li a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/anchorArrow.png) no-repeat;
  background-size: 12px auto;
  margin: 0 0 1px 3px;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft ul li a {
    font-size: 1.3rem;
    line-height: 1.1538461538;
    justify-items: center;
    margin: 0 0 1.5rem;
  }
}
.teachDetail__anchorAreaFlexLeft ul li figure {
  width: 60px;
  height: 50px;
  margin: auto;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexLeft ul li figure {
    width: 4.8rem;
    height: 4rem;
  }
}
.teachDetail__anchorAreaFlexLeft ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.teachDetail__anchorAreaFlexRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  border: solid 1px #0068B7;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight {
    width: 100%;
    margin: 4.6rem 0 0;
    padding: 2rem 0;
  }
}
.teachDetail__anchorAreaFlexRight::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/plus-icon.png) no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  left: -44px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight::before {
    top: -3.9rem;
    left: 0;
    right: 0;
    bottom: inherit;
  }
}
.teachDetail__anchorAreaFlexRight ul {
  display: flex;
}
.teachDetail__anchorAreaFlexRight ul li {
  width: 191px;
  border-right: solid 1px #EBEBEB;
  text-align: center;
}
.teachDetail__anchorAreaFlexRight ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.teachDetail__anchorAreaFlexRight ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .teachDetail__anchorAreaFlexRight ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.teachDetail__anchorAreaFlexRight ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.teachDetail__anchorAreaFlexRight ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight ul li:last-child {
    justify-content: center;
  }
}
.teachDetail__anchorAreaFlexRight ul li:last-child a {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight ul li:last-child a {
    font-size: 1.3rem;
    line-height: 1.1538461538;
    margin: 0;
    text-align: left;
  }
}
.teachDetail__anchorAreaFlexRight ul li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 400;
  margin: 0 0 21px;
  text-align: center;
  position: relative;
}
.teachDetail__anchorAreaFlexRight ul li a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/anchorArrow.png) no-repeat;
  background-size: 12px auto;
  margin: 0 0 1px 3px;
}
.teachDetail__anchorAreaFlexRight ul li figure {
  width: 60px;
  height: 50px;
  margin: auto;
}
.teachDetail__anchorAreaFlexRight ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight ul li figure {
    width: 4.3rem;
    height: 3.3rem;
    margin: 0 1.3rem 0 0;
  }
  .teachDetail__anchorAreaFlexRight ul li figure img {
    width: auto;
    height: auto;
    object-fit: unset;
  }
}
@media (max-width: 767px) {
  .teachDetail__anchorAreaFlexRight ul li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.teachDetail__threeColumn {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .teachDetail__threeColumn {
    gap: 0 0.7rem;
  }
}
.teachDetail__threeColumn li {
  width: 200px;
  border-radius: 20px;
  border: solid 1px #D0D0D0;
  padding: 40px 0 32px;
  text-align: center;
}
.teachDetail__threeColumn li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.teachDetail__threeColumn li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .teachDetail__threeColumn li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.teachDetail__threeColumn li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li {
    width: 10.6rem;
    padding: 2.4rem 0 1.6rem;
  }
}
.teachDetail__threeColumn li a {
  display: inline-block;
  line-height: 1.3125;
  position: relative;
}
.teachDetail__threeColumn li a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(/keirinkan/kou/assets/images/math/teacher-2024/series/anchorArrow.png) no-repeat;
  background-size: 12px auto;
  margin: 0 0 1px 3px;
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li a {
    font-size: 1.3rem;
    line-height: 1.1538461538;
  }
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li a span::after {
    bottom: 0.6rem;
  }
}
.teachDetail__threeColumn li figure {
  width: 54px;
  height: 52px;
  margin: auto;
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li figure {
    width: 4.3rem;
    height: 4.4rem;
  }
}
.teachDetail__threeColumn li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.teachDetail__threeColumn li p {
  font-size: 1.6rem;
  line-height: 1.3125;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li p {
    font-size: 1.3rem;
    line-height: 1.1538461538;
  }
}
.teachDetail__threeColumn li:nth-child(2) p {
  margin: 0 0 9px;
}
.teachDetail__threeColumn li:last-child p {
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .teachDetail__threeColumn li:last-child figure {
    margin: -0.9rem auto 0;
  }
}
.teachDetail__border {
  border-bottom: solid 1px #EBEBEB;
  padding: 0 0 103px;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .teachDetail__border {
    width: calc(100% - 4.4rem);
    padding: 0 0 5.9rem;
    margin: 0 auto 3.4rem;
  }
}
.teachDetail .bold {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 700;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  .teachDetail .bold {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.6rem;
  }
}
.teachDetail .flexArea {
  display: flex;
  gap: 0 10px;
  margin: 19px 0 0;
}
@media (max-width: 767px) {
  .teachDetail .flexArea {
    flex-direction: column;
    align-items: center;
    margin: 2rem 0 0;
    gap: 0.7rem 0;
  }
}
.teachDetail .flexArea.padding {
  margin: 8px 0 21px;
}
@media (max-width: 767px) {
  .teachDetail .flexArea.padding {
    align-items: flex-start;
    padding: 0;
    margin: 0 0 0.9rem;
  }
}
.teachDetail .flexArea.space {
  justify-content: space-between;
  margin: 0;
}
.teachDetail .flexArea a {
  width: 320px;
}
@media (max-width: 767px) {
  .teachDetail .flexArea a {
    width: 25rem !important;
    margin: 0 auto 0.8rem !important;
  }
  .teachDetail .flexArea a svg {
    right: 1.1rem;
  }
}
.teachDetail .flexArea .dataImg {
  display: inline-block;
  width: 304px;
  margin: 0 0 0 32px;
}
@media (max-width: 767px) {
  .teachDetail .flexArea .dataImg {
    width: 18.2rem;
    margin: 0;
  }
}
.teachDetail .flexArea .strong {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .teachDetail .flexArea .strong {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.teachDetail .flexArea .borderBtn {
  margin: 0 !important;
}
.teachDetail .stepArea {
  background: #F5F6F8;
  border-radius: 20px;
  padding: 44px 50px 52px;
  margin: 59px 0 61px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea {
    padding: 4rem 2.9rem;
    margin: 2.5rem 0 4rem;
  }
}
.teachDetail .stepArea__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea__ttl {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.9rem;
  }
}
.teachDetail .stepArea .flexArea {
  gap: 0;
}
@media (max-width: 767px) {
  .teachDetail .stepArea .flexArea {
    margin: 0;
  }
}
.teachDetail .stepArea dl {
  border-right: solid 1px #D0D0D0;
  width: 355px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #D0D0D0;
    padding: 0 0 2.9rem;
    margin: 0 0 3rem;
  }
}
.teachDetail .stepArea dl:first-child {
  padding: 0 35px 0 0;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:first-child {
    padding: 0 0 2.9rem;
    margin: 0 0 2.9rem;
  }
}
.teachDetail .stepArea dl:first-child dt {
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:first-child dt {
    margin: 0 0 1.6rem;
  }
}
.teachDetail .stepArea dl:first-child dt span {
  padding: 0 0 0 75px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:first-child dt span {
    padding: 0 0 0 7.4rem;
  }
}
.teachDetail .stepArea dl:first-child dt span::before {
  background: url(/keirinkan/kou/assets/images/step01.png) no-repeat;
  background-size: 100% auto;
}
.teachDetail .stepArea dl:first-child dd img {
  width: 81px;
  margin: 0 auto 19px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:first-child dd img {
    width: 8.1rem;
    margin: 0 auto 1.7rem;
  }
}
.teachDetail .stepArea dl:nth-child(2) {
  width: 391px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:nth-child(2) {
    width: 100%;
    padding: 0 0 2.9rem;
    margin: 0 0 2.9rem;
  }
}
.teachDetail .stepArea dl:nth-child(2) dt {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:nth-child(2) dt {
    margin: 0 0 1.6rem;
  }
}
.teachDetail .stepArea dl:nth-child(2) dt span {
  padding: 0 0 0 73px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:nth-child(2) dt span {
    padding: 0 0 0 7.3rem;
  }
}
.teachDetail .stepArea dl:nth-child(2) dt span::before {
  background: url(/keirinkan/kou/assets/images/step02.png) no-repeat;
  background-size: 100% auto;
}
.teachDetail .stepArea dl:nth-child(2) dd img {
  width: 170px;
  margin: 0 auto 31px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:nth-child(2) dd img {
    width: 17rem;
    margin: 0 auto 1.5rem;
  }
}
.teachDetail .stepArea dl:last-child {
  width: 354px;
  padding: 0 0 0 36px;
  border-right: none;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:last-child {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:last-child dt {
    margin: 0 0 1.7rem;
  }
}
.teachDetail .stepArea dl:last-child dt span {
  padding: 0 0 0 74px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:last-child dt span {
    padding: 0 0 0 7.4rem;
  }
}
.teachDetail .stepArea dl:last-child dt span::before {
  background: url(/keirinkan/kou/assets/images/step03.png) no-repeat;
  background-size: 100% auto;
}
.teachDetail .stepArea dl:last-child dd img {
  width: 171px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl:last-child dd img {
    width: 17.1rem;
    margin: 0 auto 1.4rem;
  }
}
.teachDetail .stepArea dl dt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin: 0 0 23px;
  text-align: center;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.teachDetail .stepArea dl dt span {
  position: relative;
}
.teachDetail .stepArea dl dt span::before {
  content: "";
  width: 64px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl dt span::before {
    width: 6.4rem;
    height: 2.3rem;
    top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl dt {
    margin: 0 0 1.6rem;
    text-align: left;
  }
}
.teachDetail .stepArea dl dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .teachDetail .stepArea dl dd {
    line-height: 1.5333333333;
  }
}
.teachDetail .stepArea dl dd img {
  display: block;
}
.teachDetail .stepArea br {
  display: none;
}
.teachDetail .graphArea__ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  margin: 0 0 17px;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .teachDetail .graphArea__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0;
  }
}
.teachDetail .graphArea__ttl img {
  display: block;
  width: 196px;
  margin: 6px 6px 0;
}
@media (max-width: 767px) {
  .teachDetail .graphArea__ttl img {
    width: 15.5rem;
    margin: 0 0.8rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .teachDetail__cv {
    padding: 0;
  }
  .teachDetail__cv .conCvBlock__list {
    margin: 2.1rem 0 0;
  }
  .teachDetail__cv .conCvBlock__list li {
    margin: 0 0 0.6rem;
  }
}
.teachDetail .anchorArea {
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  .teachDetail .anchorArea {
    overflow: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 3.3rem 0 3rem;
  }
}
.teachDetail .anchorArea ul {
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .teachDetail .anchorArea ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2.2rem 1px 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .teachDetail .anchorArea ul::-webkit-scrollbar {
    display: none;
  }
  .teachDetail .anchorArea ul li {
    scroll-snap-align: end;
  }
  .teachDetail .anchorArea ul li a {
    padding: 0.6rem 1.5rem;
  }
  .teachDetail .anchorArea ul li a span {
    background: url(/keirinkan/kou/assets/images/math/support/anchorArrow.svg) no-repeat right center;
    background-size: 1rem auto;
    padding: 0 1.7rem 0 0;
  }
}
@media (max-width: 767px) {
  .teachDetail .areaBlock {
    padding: 0 2.2rem;
  }
}
.teachDetail table {
  width: 100%;
}
@media (max-width: 767px) {
  .teachDetail table {
    display: block;
  }
}
@media (max-width: 767px) {
  .teachDetail table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .teachDetail table tr {
    display: block;
    border-bottom: solid 1px #EBEBEB;
    padding: 2rem 0 1.3rem;
  }
  .teachDetail table tr:first-child {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.teachDetail table th {
  background: #F5F6F8;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  padding: 14px 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .teachDetail table th {
    display: none;
  }
}
.teachDetail table th::after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #D0D0D0;
}
.teachDetail table th:first-child {
  width: 249px;
}
@media (max-width: 767px) {
  .teachDetail table th:first-child {
    width: 100%;
  }
}
.teachDetail table th:nth-child(2) {
  width: 341px;
}
@media (max-width: 767px) {
  .teachDetail table th:nth-child(2) {
    width: 100%;
  }
}
.teachDetail table th:nth-child(3) {
  width: 447px;
}
@media (max-width: 767px) {
  .teachDetail table th:nth-child(3) {
    width: 100%;
  }
}
.teachDetail table th:last-child {
  width: 165px;
}
.teachDetail table th:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  .teachDetail table th:last-child {
    width: 100%;
  }
}
.teachDetail table td {
  padding: 28px 10px 30px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  border-bottom: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .teachDetail table td {
    display: block;
    padding: 0;
    border-bottom: none;
    line-height: 1.4;
    font-size: 1.5rem;
    margin: 0 0 0.8rem;
  }
}
.teachDetail table td .logo {
  display: inline-block;
  width: 134px;
  height: 13px;
  vertical-align: baseline;
  margin: 0 0 0 3px;
}
@media (max-width: 767px) {
  .teachDetail table td .logo {
    width: 13.4rem;
    height: 1.3rem;
    margin: 0 0 0 0.3rem;
  }
}
.teachDetail table td.none {
  padding: 30px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .teachDetail table td.none {
    padding: 0 0;
  }
}
.teachDetail table td span {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
}
.teachDetail table td span.bold {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
}
@media (max-width: 767px) {
  .teachDetail table td span.bold {
    margin: 0 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.teachDetail table td span.new {
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .teachDetail table td span.new {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.teachDetail table td figure {
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .teachDetail table td figure {
    text-align: center;
    margin: 0 0 1.9rem;
    padding: 0;
  }
}
.teachDetail table td figure img {
  width: auto;
  max-height: 220px;
  margin: 0 0 14px;
}
.teachDetail table td figure img.img-border {
  border: solid 1px #EBEBEB;
}
@media (max-width: 767px) {
  .teachDetail table td figure img {
    height: 15rem;
    max-height: inherit;
    margin: 0 auto 1rem;
  }
}
.teachDetail table td figure figcaption {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  border: solid 1px #D0D0D0;
  background: #fff;
  padding: 1px 7px;
}
@media (max-width: 767px) {
  .teachDetail table td figure figcaption {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.teachDetail table td:last-child {
  text-align: center;
  padding: 28px 10px 30px 18px;
}
@media (max-width: 767px) {
  .teachDetail table td:last-child {
    text-align: left;
    padding: 0;
  }
}
.teachDetail table td a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.teachDetail table td a span::after {
  content: none;
}
@media (any-hover: hover) {
  .teachDetail table td a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.teachDetail table td .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.teachDetail table td a span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .teachDetail table td a {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .teachDetail table td a span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.teachDetail .areaBlock .area:first-child {
  margin: -161px 0 100px;
  padding: 110px 0 0;
}
@media (max-width: 767px) {
  .teachDetail .areaBlock .area:first-child {
    margin: 0 0 6rem;
    padding: 0;
  }
}
.teachDetail .area {
  margin: -110px 0 100px;
  padding: 110px 0 0;
}
@media (max-width: 767px) {
  .teachDetail .area {
    margin: 0 0 6rem;
    padding: 0 0 0;
  }
}
.teachDetail .area .recordArea__tabBlockArticleSub {
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .teachDetail .area .recordArea__tabBlockArticleSub {
    margin: 0;
  }
}

.is-coloeMode_dark .teachDetail__anchorAreaFlexLeft {
  background: #fff;
}
.is-coloeMode_dark .teachDetail__anchorAreaFlexLeft ul li a {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail__anchorAreaFlexLeft ul li a span {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail__anchorAreaFlexRight {
  background: #fff;
}
.is-coloeMode_dark .teachDetail__anchorAreaFlexRight ul li a {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail__anchorAreaFlexRight ul li a span {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail__threeColumn li {
  background: #fff;
}
.is-coloeMode_dark .teachDetail__threeColumn li p {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail__threeColumn li a, .is-coloeMode_dark .teachDetail__threeColumn li span {
  color: var(--colorText);
}
.is-coloeMode_dark .teachDetail .stepArea {
  background: #3C3B3B;
}
.is-coloeMode_dark .teachDetail .stepArea dl:first-child dt span::before {
  background: url(/keirinkan/kou/assets/images/step01_dark.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .teachDetail .stepArea dl:nth-child(2) dt span::before {
  background: url(/keirinkan/kou/assets/images/step02_dark.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .teachDetail .stepArea dl:last-child dt span::before {
  background: url(/keirinkan/kou/assets/images/step03_dark.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .teachDetail table th {
  background: rgb(60, 59, 59);
}
.is-coloeMode_dark .teachDetail table td figure figcaption {
  color: var(--colorText);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .teachDetail__anchorAreaFlex {
    flex-direction: column;
    gap: 60px;
  }
  .teachDetail__anchorAreaFlexLeft {
    max-width: 100%;
  }
  .teachDetail__anchorAreaFlexLeft ul li {
    width: 20%;
  }
  .teachDetail__anchorAreaFlexRight {
    width: 100%;
    margin: 0;
  }
  .teachDetail__anchorAreaFlexRight::before {
    top: -45px;
    left: 0;
    right: 0;
    bottom: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .teachDetail__anchorAreaFlexLeft {
    width: 100%;
  }
  .teachDetail__anchorAreaFlexRight {
    margin: 0;
  }
  .teachDetail__threeColumn {
    justify-content: flex-start;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .teachDetail__anchorAreaFlex {
    gap: 0;
  }
  .teachDetail__anchorAreaFlexRight {
    margin: 6rem auto 0;
  }
  .teachDetail__anchorAreaFlexRight::before {
    top: -45px;
    left: 0;
    bottom: inherit;
  }
  .teachDetail__threeColumn {
    justify-content: flex-start;
    gap: 7px;
  }
  .teachDetail__threeColumn li {
    width: 165px;
  }
}
.textInputStyle {
  position: relative;
  width: 100%;
  max-width: 670px;
}
.textInputStyle.wide {
  max-width: 100%;
}
.textInputStyle h2 span, .textInputStyle h3 span, .textInputStyle h4 span {
  font-size: 2rem;
  margin: 0 0 0 9px;
}
@media (max-width: 767px) {
  .textInputStyle h2 span, .textInputStyle h3 span, .textInputStyle h4 span {
    font-size: 1.5rem;
    margin: 0 0 0 0.6rem;
  }
}
.textInputStyle h2 em, .textInputStyle h3 em, .textInputStyle h4 em {
  font-size: 1.7rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .textInputStyle h2 em, .textInputStyle h3 em, .textInputStyle h4 em {
    font-size: 1.5rem;
  }
}
.textInputStyle h2 {
  font-size: 3.4rem;
  line-height: 1.3529411765;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textInputStyle h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.textInputStyle h3 {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .textInputStyle h3 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.2rem;
  }
}
.textInputStyle h4 {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 700;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .textInputStyle h4 {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.4rem;
  }
}
.textInputStyle p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .textInputStyle p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.textInputStyle ul {
  padding: 0 0 0 6px;
}
@media (max-width: 767px) {
  .textInputStyle ul {
    padding: 0 0 0 0.4rem;
  }
}
.textInputStyle ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 0 0 0 11px;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .textInputStyle ul li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.textInputStyle ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: -3px;
}
@media (max-width: 767px) {
  .textInputStyle ul li::before {
    width: 4px;
    height: 4px;
    top: 0.9rem;
    left: 0;
  }
}
.textInputStyle ul.kome {
  padding: 0;
  margin: 7px 0 0;
}
@media (max-width: 767px) {
  .textInputStyle ul.kome {
    margin: 0.6rem 0 0 0;
  }
}
.textInputStyle ul.kome li {
  padding: 0 0 0 17px;
}
@media (max-width: 767px) {
  .textInputStyle ul.kome li {
    padding: 0 0 0 1.5rem;
  }
}
.textInputStyle ul.kome li::before {
  content: "※";
  width: auto;
  height: auto;
  background: none;
  top: 0;
}
.textInputStyle ol {
  padding: 0 0 0 6px;
  counter-reset: item;
}
@media (max-width: 767px) {
  .textInputStyle ol {
    padding: 0 0 0 0.4rem;
  }
}
.textInputStyle ol li {
  padding: 0 0 0 14px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
.textInputStyle ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -3px;
}
@media (max-width: 767px) {
  .textInputStyle ol li::before {
    left: -0.3rem;
  }
}
@media (max-width: 767px) {
  .textInputStyle ol li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.textInputStyle ul li:last-child, .textInputStyle ol li:last-child {
  margin: 0;
}
.textInputStyle .kaitei {
  display: inline-block;
  background: #FF6589;
  font-size: 1.3rem;
  line-height: 16px;
  color: #fff;
  width: 36px;
  height: 16px;
  font-family: var(--fontTtl);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  margin: 0 7px 0 0;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .textInputStyle .kaitei {
    width: 3.6rem;
    height: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    top: -0.2rem;
  }
}
.textInputStyle .borderBtn {
  max-width: 320px;
  height: 46px;
  width: 100%;
  padding: 13px 30px;
  font-size: 1.6rem;
  line-height: 1.125;
  margin: 19px 0 34px;
  text-align: center;
  position: relative;
}
.textInputStyle .borderBtn::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/keirinkan/kou/assets/images/grayArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
@media (max-width: 767px) {
  .textInputStyle .borderBtn::before {
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .textInputStyle .borderBtn {
    width: 75%;
    height: 3.8rem;
    margin: 2rem auto 0;
    padding: 0.9rem 2rem;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.textInputStyle .borderBtn svg {
  right: 18px;
}
@media (max-width: 767px) {
  .textInputStyle .borderBtn svg {
    right: 1.2rem;
  }
}
.textInputStyle .borderBtn span::after {
  content: none;
}

.is-coloeMode_dark .textInputStyle ul li::before {
  background: #fff;
}
.is-coloeMode_dark .textInputStyle ul.kome li::before {
  background: none;
  color: #fff;
}
.is-coloeMode_dark .textInputStyle .new {
  color: #000;
}

.otherLowDetail {
  background: #F5F6F8;
  padding: 102px 30px 209.5px;
  margin: -60px 0 0;
}
.otherLowDetail__flex {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 480px;
  padding-bottom: 80px;
  border-bottom: solid 1px #D0D0D0;
  margin: 0 0 80px;
}
.otherLowDetail__flex:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flex {
    padding-left: 0;
    padding-bottom: 5rem;
    margin: 0 0 5rem;
  }
  .otherLowDetail__flex.subText .slider img {
    margin: -3.1rem auto 0;
  }
  .otherLowDetail__flex.subText .slider .slick-arrow {
    bottom: 1.4rem;
    width: 4rem;
    height: 4rem;
  }
  .otherLowDetail__flex.subText .slider .prev-arrow {
    left: 36% !important;
  }
  .otherLowDetail__flex.subText .slider .next-arrow {
    right: 36% !important;
  }
  .otherLowDetail__flex.subText .slider .modal-open-button {
    right: 1.4rem;
    bottom: 1.4rem;
  }
}
.otherLowDetail__flexContainer {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer {
    position: inherit;
    border-bottom: solid 1px #D0D0D0;
    margin: 0 0 3rem;
    padding: 0;
  }
}
.otherLowDetail__flexContainer .slider {
  width: 450px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.otherLowDetail__flexContainer .slider picture {
  display: flex;
  align-items: center;
  width: auto;
  margin: auto;
}
.otherLowDetail__flexContainer .slider picture img {
  width: auto;
  max-height: 390px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer .slider picture img {
    max-height: 26rem;
    height: auto;
  }
}
.otherLowDetail__flexContainer .slider img.img-border {
  border: solid 1px #EBEBEB;
}
.otherLowDetail__flexContainer .slider .cboxElement {
  display: flex;
  position: static;
  margin: 0;
}
.otherLowDetail__flexContainer .slider .cboxElement::after {
  content: none;
}
.otherLowDetail__flexContainer .slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 500px;
}
.otherLowDetail__flexContainer .slider .slick-slide .cboxElement::before {
  content: none;
}
.otherLowDetail__flexContainer .slider .slick-arrow {
  position: absolute;
  top: 1px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 100%;
  background: #F5F6F8;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .otherLowDetail__flexContainer .slider .slick-arrow:hover {
    background: #E5E6E8;
    transition: 0.3s;
  }
}
.otherLowDetail__flexContainer .slider .prev-arrow {
  left: 14px;
}
.otherLowDetail__flexContainer .slider .prev-arrow::before {
  content: "";
  width: 8px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/series/slideArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.otherLowDetail__flexContainer .slider .next-arrow {
  right: 14px;
}
.otherLowDetail__flexContainer .slider .next-arrow::before {
  content: "";
  width: 8px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/series/slideArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
}
.otherLowDetail__flexContainer .slider .play-icon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer .slider .play-icon {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.otherLowDetail__flexContainer .slider .play-icon img {
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer .slider .play-icon img {
    margin: -1.5rem auto 0;
  }
}
.otherLowDetail__flexContainer .thumbnail {
  margin: 28px 0 0;
}
.otherLowDetail__flexContainer .thumbnail .slick-track {
  display: flex;
  flex-wrap: wrap;
  transform: unset !important;
  width: 460px !important;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer .thumbnail .slick-track {
    width: 100% !important;
  }
}
.otherLowDetail__flexContainer .thumbnail-img {
  width: 82px !important;
  margin: 0 10px 13px 0;
  cursor: pointer;
}
.otherLowDetail__flexContainer .thumbnail-img figure {
  background: #fff;
  border: solid 1px #F5F6F8;
  height: 82px;
  margin: 0 auto 5px;
}
.otherLowDetail__flexContainer .thumbnail-img figure img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.otherLowDetail__flexContainer .thumbnail-img p {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
  margin: 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexContainer .thumbnail-img p {
    line-height: 1.3333333333;
  }
}
.otherLowDetail__flexContainer .thumbnail-img span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.otherLowDetail__flexContainer .thumbnail-img span::after {
  content: none;
}
@media (hover: hover) {
  .otherLowDetail__flexContainer .thumbnail-img:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) {
  .otherLowDetail__flexContainer .thumbnail-img:hover figure {
    border: solid 1px #3C3B3B;
  }
}
.otherLowDetail__flexContainer .thumbnail .slick-current figure {
  border: solid 1px #3C3B3B;
}
.otherLowDetail__flexText {
  width: 100%;
  max-width: 620px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText {
    width: 100%;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flexText:has(.otherLowDetail__flexTextBottom) .otherLowDetail__flexContainer .thumbnail {
    margin: 2.9rem 0;
  }
}
.otherLowDetail__flexText--ttl {
  display: flex;
  width: fit-content;
  gap: 2rem;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
  font-family: var(--fontTtl);
  position: relative;
  padding: 0 5rem 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText--ttl {
    width: fit-content;
    padding: 0 5rem 0 0;
  }
}
.otherLowDetail__flexText--ttl.subText {
  margin: 0 0 12px;
}
.otherLowDetail__flexText--ttl span.new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 1.6rem;
  font-size: 1.3rem;
  background: #F9FF39;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText--ttl span.new {
    width: 5rem;
    height: 5rem;
    font-size: 1.6rem;
    right: 0;
  }
}
.otherLowDetail__flexText--sub {
  font-size: 2.3rem;
  line-height: 1.4782608696;
  font-weight: 700;
  margin: 0 0 20px;
}
.otherLowDetail__flexText p {
  font-size: 1.7rem;
  line-height: 2;
  margin: 36px 0 7px;
}
.otherLowDetail__flexText p.otherLowDetail__flexCate {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  border: solid 1px #D0D0D0;
  background: #fff;
  padding: 5px 9px 7px;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText p.otherLowDetail__flexCate {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    padding: 0 0.5rem;
    margin: 0 0 0.4rem;
  }
}
.otherLowDetail__flexText dl {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin: 0 0 7px;
}
.otherLowDetail__flexText dl dt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2857142857;
  background: #fff;
  border: solid 1px #D0D0D0;
  padding: 1px 7px;
}
.otherLowDetail__flexText dl dd {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.otherLowDetail__flexText dl dd a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.otherLowDetail__flexText dl dd a span::after {
  content: none;
}
@media (any-hover: hover) {
  .otherLowDetail__flexText dl dd a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.otherLowDetail__flexText dl dd .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.otherLowDetail__flexText dl dd .textLink {
  position: relative;
  padding: 0 15px 0 0;
}
.otherLowDetail__flexText dl dd .textLink svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  stroke: #3c3b3b;
}
.otherLowDetail__flexText dl.subDetail {
  gap: 0;
  margin: 0 0 12px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail {
    margin: 0 0 0.8rem;
  }
}
.otherLowDetail__flexText dl.subDetail dt {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dt {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.otherLowDetail__flexText dl.subDetail dd {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  flex: 1;
}
.otherLowDetail__flexText dl.subDetail dd ul {
  padding: 0 0 0 6px;
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd ul {
    margin: 0.6rem 0 0;
    padding: 0 0 0 0.4rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd ul li {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 0 0 0 11px;
  margin: 0 0 6px;
  position: relative;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd ul li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd ul li:last-child {
  margin: 0;
}
.otherLowDetail__flexText dl.subDetail dd ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: -3px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd ul li::before {
    width: 4px;
    height: 4px;
    top: 1rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd ol {
  margin: 6px 0 0;
  padding: 0 0 0 6px;
  counter-reset: item;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd ol {
    margin: 0.6rem 0 0;
    padding: 0 0 0 0.4rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd ol li {
  padding: 0 0 0 14px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd ol li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -3px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.otherLowDetail__flexText dl.subDetail dd .logo {
  vertical-align: middle;
  display: inline-block;
  width: 152px;
  margin: -3px 5px 0;
}
.otherLowDetail__flexText dl.subDetail dd.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -5px 0 0 10px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd.flex {
    flex-direction: column;
    gap: 0.6rem 0;
    margin: 0 0 0 0.5rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd.flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border: solid 1px #CBCBCB;
  border-radius: 100px;
  background: #fff;
}
.otherLowDetail__flexText dl.subDetail dd.flex a img {
  width: 115px;
  height: 29px;
  object-fit: contain;
}
.otherLowDetail__flexText dl.subDetail dd.flex a.listenBtn {
  width: 328px;
  font-size: 15px;
  line-height: 1.8;
}
.otherLowDetail__flexText dl.subDetail dd.flex a.listenBtn span {
  background: url(/keirinkan/kou/assets/images/english/listen-icon.png) left center no-repeat;
  background-size: 30px auto;
  padding: 0 0 0 34px;
}
@media (any-hover: hover) {
  .otherLowDetail__flexText dl.subDetail dd.flex a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd.flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.2rem;
    padding: 0;
    height: 2.8rem;
  }
  .otherLowDetail__flexText dl.subDetail dd.flex a:first-child img {
    width: 5.7rem;
    height: 1.9rem;
  }
  .otherLowDetail__flexText dl.subDetail dd.flex a:nth-child(2) img {
    width: 7.8rem;
    height: 1.9rem;
  }
}
.otherLowDetail__flexText dl.subDetail dd.subDetail__logo {
  width: auto;
  height: 25px;
}
.otherLowDetail__flexText dl.subDetail dd.subDetail__logo img {
  height: 100%;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText dl.subDetail dd.subDetail__logo {
    height: 2.3rem;
  }
}
.otherLowDetail__flexText .subDetail.taioh {
  margin: -8px 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText .subDetail.taioh {
    margin: -0.1rem 0 0;
  }
}
.otherLowDetail__flexText .subDetail.taioh .bottomVisual__flex {
  width: 100%;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText .subDetail.taioh .bottomVisual__flex figure {
    max-width: 25%;
  }
}
.otherLowDetail__flexText .subDetail.taioh .bottomVisual__flexText {
  margin: 0;
}
.otherLowDetail__flexText .subDetail.taioh dl {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.otherLowDetail__flexText .subDetail.taioh dl dt {
  background: #0083E8;
  border: solid 1px #0083E8;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText .subDetail.taioh dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin: 0 0 0.5rem;
    padding: 0 0.9rem;
    height: 1.9rem;
  }
}
.otherLowDetail__flexText .subDetail__ttl {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText .subDetail__ttl {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.7rem;
  }
}
.otherLowDetail__flexTextTop {
  padding: 0 0 36px;
  margin: 0 0 30px;
  border-bottom: solid 1px #D0D0D0;
}
.otherLowDetail__flexTextTop.subText {
  margin: 0 0 40px;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextTop.subText {
    padding: 0;
    margin: 0 0 2.9rem;
  }
}
.otherLowDetail__flexTextTop.subText .otherLowDetail__flexText--ttl {
  margin: 0 0 15px;
}
.otherLowDetail__flexTextBottom {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottom {
    border-top: none;
  }
}
.otherLowDetail__flexTextBottom .blackBtn {
  width: 100%;
  max-width: 320px;
  padding: 1rem 0 1rem 1.7rem;
}
.otherLowDetail__flexTextBottom .blackBtn span::after {
  content: none;
}
.otherLowDetail__flexTextBottomFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.otherLowDetail__flexTextBottomFlex:first-child {
  margin: 0 0 10px;
}
.otherLowDetail__flexTextBottomFlex + .otherLowDetail__flexTextBottomFlex {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottomFlex {
    flex-wrap: nowrap;
  }
}
.otherLowDetail__flexTextBottomFlex a {
  width: 269px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottomFlex a {
    width: 16.1rem;
  }
}
.otherLowDetail__flexTextBottomFlex a[target=_blank] p, .otherLowDetail__flexTextBottomFlex a[target=_blank] span,
.otherLowDetail__flexTextBottomFlex a[target=_blank] p,
.otherLowDetail__flexTextBottomFlex a[target=_blank] span {
  background: none;
  padding: 0;
}
.otherLowDetail__flexTextBottomFlex a[target=_blank] p::after, .otherLowDetail__flexTextBottomFlex a[target=_blank] span::after,
.otherLowDetail__flexTextBottomFlex a[target=_blank] p::after,
.otherLowDetail__flexTextBottomFlex a[target=_blank] span::after {
  content: none;
}
.otherLowDetail__flexTextBottomFlex .blackBtn {
  width: 269px;
  background: #3C3B3B;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottomFlex .blackBtn {
    width: 16.1rem !important;
    padding: 1.3rem 0;
  }
  .otherLowDetail__flexTextBottomFlex .blackBtn svg {
    right: 1.9rem;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottomFlex .orangeBtn {
    width: 16.1rem;
    font-size: 1.5rem;
    line-height: 0.8823529412;
  }
  .otherLowDetail__flexTextBottomFlex .orangeBtn svg {
    right: 1.8rem;
  }
}
.otherLowDetail__flexTextBottomShopBtn {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottomShopBtn {
    margin: 1.6rem 0 0;
  }
}
.otherLowDetail__flexTextBottom.subText {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextBottom.subText {
    padding: 3.3rem 0 0;
    margin: 0 0 3rem;
  }
}
.otherLowDetail__flexTextIndex {
  margin: 0 0 23px;
  border-bottom: solid 1px #D0D0D0;
  margin: 0 0 30px;
  padding: 0 0 27px;
}
.otherLowDetail__flexTextIndex--ttl {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
  margin: 0 0 13px;
}
.otherLowDetail__flexTextIndex ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.3125;
  margin: 0 0 6px;
}
.otherLowDetail__flexTextIndex ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.otherLowDetail__flexTextIndex ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .otherLowDetail__flexTextIndex ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.otherLowDetail__flexTextIndex ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.otherLowDetail__flexTextIndex ul li a {
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.otherLowDetail__flexTextIndex ul li a span {
  background-position: left bottom 1px;
}
@media (any-hover: hover) {
  .otherLowDetail__flexTextIndex ul li a:hover {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
  .otherLowDetail__flexTextIndex ul li a:hover span {
    background-position: right bottom 1px;
  }
}
.otherLowDetail__flexTextIndex ul li .twoBtn {
  display: flex;
  gap: 0 4px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndex ul li .twoBtn {
    margin: 0.3rem 0 0 1rem;
  }
}
.otherLowDetail__flexTextIndex ul li .twoBtn span {
  display: block;
  border-radius: 100px;
  background: #EBEBEB;
  font-size: 1.3rem !important;
  line-height: 1.7230769231 !important;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .otherLowDetail__flexTextIndex ul li .twoBtn span:hover {
    background: #EBEBEB;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndex ul li .twoBtn span {
    font-size: 1.2rem !important;
    line-height: 1.8666666667 !important;
    padding: 0 1rem;
  }
}
.otherLowDetail__flexTextIndex ul li .twoBtn br, .otherLowDetail__flexTextIndex ul li .twoBtn p {
  display: none;
}
.otherLowDetail__flexTextIndexGraph {
  border-top: solid 1px #D0D0D0;
  border-left: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  background: #fff;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndexGraph {
    margin: 0 0 1.6rem;
  }
}
.otherLowDetail__flexTextIndexGraph li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #D0D0D0;
  margin: 0 !important;
  padding: 8px 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndexGraph li {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    padding: 0.6rem 1.1rem 0.7rem;
  }
}
.otherLowDetail__flexTextIndexGraph li p {
  font-size: 1.6rem;
  line-height: 1.3125;
  margin: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndexGraph li p {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    flex: 1;
  }
}
.otherLowDetail__flexTextIndexGraph .twoBtn {
  display: flex;
  gap: 0 4px;
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndexGraph .twoBtn {
    margin: 0.3rem 0 0 1rem;
  }
}
.otherLowDetail__flexTextIndexGraph .twoBtn span {
  display: block;
  height: 22px;
  border-radius: 100px;
  background: #EBEBEB;
  font-size: 1.3rem !important;
  line-height: 1.7230769231 !important;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .otherLowDetail__flexTextIndexGraph .twoBtn span:hover {
    background: #EBEBEB;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flexTextIndexGraph .twoBtn span {
    font-size: 1.2rem !important;
    line-height: 1.8666666667 !important;
    padding: 0 1rem;
  }
}
.otherLowDetail__flexTextIndexGraph .twoBtn br, .otherLowDetail__flexTextIndexGraph .twoBtn p {
  display: none;
}
.otherLowDetail__flexText:has(.otherLowDetail__flexTextIndex) .otherLowDetail__flexTextBottom {
  border-bottom: none;
  margin: 0 0 33px;
  padding: 0;
}
@media (max-width: 767px) {
  .otherLowDetail__flexText:has(.otherLowDetail__flexTextIndex) .otherLowDetail__flexTextBottom {
    padding: 3.1rem 0 0;
    margin: 0 0 2.6rem;
  }
}
@media (max-width: 767px) {
  .otherLowDetail__flex {
    flex-direction: column;
    position: relative;
  }
  .otherLowDetail__flexText--ttl {
    font-size: 2.5rem;
    line-height: 1.32;
    margin: 0 0 2rem;
  }
  .otherLowDetail__flexText--sub {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1.4rem;
  }
  .otherLowDetail__flexText p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 2rem 0 0.9rem;
  }
  .otherLowDetail__flexText dl {
    flex-wrap: wrap;
    gap: 0 1rem;
    margin: 0 0 0.5rem;
  }
  .otherLowDetail__flexText dl dt {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
  .otherLowDetail__flexText dl dd {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .otherLowDetail__flexTextTop {
    border-bottom: none;
    padding: 0;
    margin: 0 0 3.5rem;
  }
  .otherLowDetail__flexTextTop.subText {
    margin: 0 0 3.4rem;
  }
  .otherLowDetail__flexTextBottom {
    border-top: none;
    padding: 0 0 3.1rem;
    margin: 0 0 2.6rem;
  }
  .otherLowDetail__flexTextBottom .blackBtn {
    width: 25rem;
    padding: 1.4rem 0 1.4rem 0.8rem;
    margin: 0 auto;
  }
  .otherLowDetail__flexTextBottom .blackBtn svg {
    right: 1.7rem;
  }
  .otherLowDetail__flexTextIndex {
    margin: 0 0 3.4rem;
  }
  .otherLowDetail__flexTextIndex--ttl {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 1rem;
  }
  .otherLowDetail__flexTextIndex ul {
    display: flex;
    flex-direction: column;
  }
  .otherLowDetail__flexTextIndex ul li {
    display: inline-block;
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .otherLowDetail__flexContainer .thumbnail {
    margin: 2.9rem 0;
  }
  .otherLowDetail__flexContainer .thumbnail figure {
    height: 6.4rem;
  }
  .otherLowDetail__flex .slider {
    width: 100%;
    height: 36.8rem;
  }
  .otherLowDetail__flex .slider img {
    height: 29rem;
    margin: 0 auto;
  }
  .otherLowDetail__flex .slider .slick-slide {
    height: 36.8rem;
    padding: 0 3rem 3rem;
  }
  .otherLowDetail__flex .slider .slick-arrow {
    position: absolute;
    top: inherit;
    bottom: 1.5rem;
    width: 3.8rem;
    height: 3.8rem;
    margin: auto;
  }
  .otherLowDetail__flex .slider .prev-arrow {
    left: 36.6%;
  }
  .otherLowDetail__flex .slider .prev-arrow::before {
    width: 0.8rem;
    height: 1.5rem;
    background: url(/keirinkan/kou/assets/images/math/text-2024/series/slideArrow.svg) no-repeat;
    background-size: 100% auto;
    top: -0.1rem;
  }
  .otherLowDetail__flex .slider .next-arrow {
    right: 36.5%;
  }
  .otherLowDetail__flex .slider .next-arrow::before {
    width: 0.8rem;
    height: 1.5rem;
    background: url(/keirinkan/kou/assets/images/math/text-2024/series/slideArrow.svg) no-repeat;
    background-size: 100% auto;
  }
  .otherLowDetail__flex .slider .modal-open-button {
    right: 1.4rem;
    bottom: 1.4rem;
  }
  .otherLowDetail__flex .thumbnail-img {
    width: 6.4rem !important;
    height: auto;
    margin: 0 0.21rem 1rem 0;
  }
}
.otherLowDetail__support {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 700;
  margin: 0 0 10px;
}
.otherLowDetail__support.borderBtn {
  width: 100%;
  max-width: 400px;
  height: 56px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1666666667;
  padding: 6px 0;
  text-align: center;
  margin: 0;
  border: solid #3C3B3B 1px;
}
.otherLowDetail__support.borderBtn span::after {
  content: none;
}
@media (max-width: 767px) {
  .otherLowDetail__support {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 1.3rem;
    padding: 0;
  }
  .otherLowDetail__support.borderBtn {
    width: 30rem;
    height: 4.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1333333333;
    margin: 0 auto;
    padding: 0.4rem 0 0.4rem;
  }
  .otherLowDetail__support.borderBtn svg {
    right: 1.6rem;
  }
}
.otherLowDetail.subText .otherLowDetail__flexTextTop {
  padding: 0 0 40px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .otherLowDetail__flexTextTop {
    padding: 0;
    margin: 0;
  }
}
.otherLowDetail.subText .otherLowDetail__flexTextBottom {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .otherLowDetail__flexTextBottom {
    margin: 0 0 2.7rem;
    padding: 3.3rem 0 0;
  }
}
.otherLowDetail.subText .otherLowDetail__flexTextIndex {
  padding: 0;
  margin: 0 0 23px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .otherLowDetail__flexTextIndex {
    margin: 0 0 1.6rem;
  }
}
.otherLowDetail.subText .otherLowDetail__flexTextIndex--ttl {
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .otherLowDetail__flexTextIndex--ttl {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 1rem;
  }
}
.otherLowDetail.subText .otherLowDetail__flexTextIndex ul li {
  padding: 8px 17px 8px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .otherLowDetail__flexTextIndex ul li {
    padding: 0.7rem 1.2rem 0.8rem;
  }
}
.otherLowDetail.subText .typeArea li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 74px;
  height: 20px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media (max-width: 767px) {
  .otherLowDetail.subText .typeArea li {
    min-width: 6rem;
    height: 1.8rem;
    font-size: 1rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .otherLowDetail.subText.mondai {
    padding: 8rem 2.2rem 20rem;
  }
}
.otherLowDetail.subText.mondai .otherLowDetail__flex {
  gap: 0 130px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText.mondai .otherLowDetail__flex {
    gap: 0;
    padding-top: 13.5rem;
  }
}
.otherLowDetail.subText.mondai .otherLowDetail__flexText {
  margin: 22px 0 0;
}
@media (max-width: 767px) {
  .otherLowDetail.subText.mondai .otherLowDetail__flexText dl.subDetail:nth-of-type(3) dt {
    width: 12.4rem;
  }
}
.otherLowDetail.subText.mondai .otherLowDetail__flexText dl.subDetail dd.subDetail__logo {
  width: 93px;
}
@media (max-width: 767px) {
  .otherLowDetail.subText.mondai .otherLowDetail__flexContainer .thumbnail {
    margin: 2.9rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .otherLowDetail.subText.mondai .pointArea {
    margin: 0 0 5.2rem;
  }
}
.otherLowDetail__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.otherLowDetail .slider.modal .modal-wrapper {
  width: 1200px !important;
}
.otherLowDetail .slider.modal .modal-wrapper .modal-content {
  height: 640px;
}
@media (max-width: 767px) {
  .otherLowDetail .slider.modal .slick-track {
    width: 100% !important;
  }
  .otherLowDetail .slider.modal .modal-wrapper {
    width: 100% !important;
    left: 0% !important;
    padding: 6rem 0 8rem;
  }
  .otherLowDetail .slider.modal .modal-wrapper .modal-content {
    height: 40rem;
  }
}
.otherLowDetail__ttl {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 120px;
}
.otherLowDetail:has(.pointArea) .otherLowDetail__ttl {
  margin: 0 0 42px;
}
@media (max-width: 767px) {
  .otherLowDetail:has(.pointArea) .otherLowDetail__ttl {
    margin: 0 0 2.4rem;
  }
}
@media (max-width: 767px) {
  .otherLowDetail {
    margin: -3rem 0 0;
    padding: 8rem 2.2rem 19.8rem;
  }
  .otherLowDetail__ttl {
    font-size: 2.1rem;
    line-height: 1.4285714286;
    margin: 0 0 3rem;
  }
}

.is-coloeMode_dark .otherLowDetail {
  background: #3C3B3B;
}
.is-coloeMode_dark .otherLowDetail__flexText p.otherLowDetail__flexCate {
  color: var(--colorText);
}
.is-coloeMode_dark .otherLowDetail__flexTextTop dl dt {
  color: var(--colorText);
}
.is-coloeMode_dark .otherLowDetail__flexTextBottomFlex .blackBtn {
  background: #000;
}
.is-coloeMode_dark .otherLowDetail__flexTextIndexGraph {
  background: #000;
}
.is-coloeMode_dark .otherLowDetail__flexTextIndexGraph .twoBtn span {
  color: var(--colorText);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .otherLowDetail__flex {
    padding-left: 42.02vw;
  }
  .otherLowDetail__flexContainer {
    max-width: 38vw;
  }
  .otherLowDetail__flexContainer .slider {
    width: 38vw;
    height: 42.14vw;
  }
  .otherLowDetail__flexContainer .slider .slick-slide {
    height: 42.14vw;
  }
  .otherLowDetail__flexContainer .slider img {
    width: 100%;
    max-width: 100%;
  }
  .otherLowDetail__flexContainer .slider picture img {
    max-height: 30vw;
  }
  .otherLowDetail__flexContainer .thumbnail-img {
    width: 16.5% !important;
  }
  .otherLowDetail__flexContainer .thumbnail-img figure {
    height: 6.3vw;
  }
  .otherLowDetail__flexContainer .thumbnail .slick-track {
    width: 38vw !important;
  }
  .otherLowDetail__flexTextBottomFlex a {
    width: 48%;
  }
  .otherLowDetail__flexTextBottomFlex .blackBtn {
    width: 48%;
  }
  .otherLowDetail__ttl {
    margin: 0 0 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) {
  .otherLowDetail {
    padding: 102px 30px 260px;
  }
}
.modalarea {
  max-width: 470px;
  width: 100%;
  height: 100%;
  aspect-ratio: 47/29;
  position: relative;
  background: #F5F6F8;
}
.modalarea .modal-open-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #3C3B3B;
  color: #FFFFFF;
  border-radius: 100%;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 14px;
  cursor: pointer;
  margin: 0;
  will-change: transform;
}
.modalarea .modal-open-button::before {
  content: none;
}
.modalarea .modal-open-button::after {
  content: none;
}
@media (max-width: 767px) {
  .modalarea .modal-open-button {
    width: 3.4rem;
    height: 3.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
  }
}
.modalarea .play-icon img {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  object-fit: none !important;
}
@media (max-width: 767px) {
  .modalarea .play-icon img {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.modalarea .play-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
  z-index: 0;
}
.modalarea a {
  transition: 0.3s;
}
.modalarea a .modal-open-button {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .modalarea a:hover img {
    opacity: 0.6;
    transition: 0.3s;
  }
  .modalarea a:hover .modal-open-button {
    background: #777676;
    transition: 0.3s;
  }
  .modalarea a:hover .play-icon::after {
    opacity: 1;
    transition: 0.3s;
  }
  .modalarea a:hover .play-icon img {
    opacity: 1;
  }
}
.modalarea a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .modalarea {
    margin: 2.6rem 0 0;
  }
}
.modalarea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shoeiModal .dotTtl {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.3333333333;
  margin: 0 0 30px;
  padding: 0 0 0 22px;
}
.shoeiModal .dotTtl::before {
  width: 10px;
  height: 10px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.shoeiModal .dotTtl.green::before {
  background: #00867B;
}
@media (max-width: 767px) {
  .shoeiModal .dotTtl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    padding: 0 0 0 2rem;
  }
}
.shoeiModal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .shoeiModal ul {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem 2.2rem;
  }
}
@media (max-width: 767px) {
  .shoeiModal ul li {
    width: auto;
  }
}
.shoeiModal ul li a p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media (max-width: 767px) {
  .shoeiModal ul li a p {
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.shoeiModal ul li a figure {
  margin: 0 0 10px;
  position: relative;
}
.shoeiModal ul li a figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.shoeiModal ul li a figure img {
  height: 180px;
}
@media (max-width: 767px) {
  .shoeiModal ul li a figure img {
    height: 13rem;
  }
}
@media (any-hover: hover) {
  .shoeiModal ul li a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.shoeiModal ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.shoeiModal ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .shoeiModal ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.shoeiModal ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.shoeiModal ul li:nth-child(6) a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/keirinkan/kou/assets/images/mv_text_06_on.png) no-repeat;
  background-size: 100% auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .shoeiModal ul li:nth-child(6) a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(60, 59, 59, 0.4);
  backdrop-filter: blur(12px);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-container {
    padding: 0;
  }
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: max-content;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 30px rgba(60, 59, 59, 0.3);
  border-radius: 30px;
  padding: 56px 60px 60px;
}
@media (max-width: 767px) {
  .modal-body {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 6rem 2.2rem 7rem;
  }
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-close {
    width: 3.4rem;
    height: 3.4rem;
    top: 1.8rem;
    right: 1.8rem;
  }
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.detailContents {
  padding: 0 30px;
  margin: 120px 0 79px;
}
@media (max-width: 767px) {
  .detailContents {
    padding: 0 2.2rem;
    margin: -0.3rem 0 2.5rem;
  }
}
.detailContents__top {
  max-width: 1200px;
  margin: 0 auto;
}
.detailContents__topTtl {
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .detailContents__topTtl {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    margin: 0 0 0.9rem;
  }
}
.detailContents__topDate li {
  display: inline-block;
  color: #3C3B3B;
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 767px) {
  .detailContents__topDate li {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.detailContents__topDate li.new::after {
  content: "NEW";
  color: #FF6493;
  font-weight: 700;
  font-family: var(--fontTtl);
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .detailContents__topDate li.new::after {
    margin: 0 0 0 1.3rem;
  }
}
.detailContents__flex {
  display: flex;
  max-width: 1260px;
  padding: 0 30px 120px;
  margin: 0 auto;
  gap: 0 80px;
}
.detailContents__flexLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 540px;
  background: #F5F6F8;
  border-radius: 20px;
  padding: 70px 30px;
}
.detailContents__flexLeft figure {
  width: 400px;
  height: 400px;
}
.detailContents__flexLeft img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.detailContents__flexRightTextarea {
  margin: 0 0 40px;
}
.detailContents__flexRightTextarea--ttl {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 22px;
}
.detailContents__flexRightTextarea dl dt {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4814814815;
  margin: 0 0 22px;
}
.detailContents__flexRightTextarea dl dd {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.detailContents__flexRightIndex--ttl {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 700;
  margin: 0 0 1rem;
}
.detailContents__flexRightIndex ul {
  margin: 0 0 4rem;
}
.detailContents__flexRightIndex ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.detailContents__flexRightIndex ul li:last-child {
  margin: 0;
}
.detailContents__flexRightIndex .blackBtn {
  width: 100%;
  max-width: 300px;
  background: #3C3B3B;
}
@media (max-width: 767px) {
  .detailContents__flex {
    flex-direction: column;
    padding: 0 2.2rem;
  }
  .detailContents__flexLeft, .detailContents__flexRight {
    width: 100%;
  }
  .detailContents__flexLeft {
    width: 33.1rem;
    height: 34rem;
    margin: 0 0 3rem;
    padding: 4rem 4.3rem;
  }
  .detailContents__flexLeft figure {
    width: 24.5rem;
    height: 26rem;
  }
  .detailContents__flexRightTextarea--ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.2rem;
  }
  .detailContents__flexRightTextarea dl dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.2rem;
  }
  .detailContents__flexRightTextarea p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 3rem;
  }
  .detailContents__flexRightIndex .blackBtn {
    width: 24rem;
    padding: 1.4rem 0;
    margin: 0 auto;
  }
  .detailContents__flexRightIndex--ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 1.2rem;
  }
  .detailContents__flexRightIndex ul {
    margin: 0 0 3rem;
  }
  .detailContents__flexRightIndex ul:last-child {
    margin: 0;
  }
  .detailContents__flexRightIndex ul li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .detailContents {
    margin: 60px 0 79px;
  }
  .detailContents__flex {
    gap: 0 40px;
  }
  .detailContents__flexLeft {
    width: 40%;
    height: 40%;
    padding: 40px 30px;
  }
  .detailContents__flexLeft figure {
    width: auto;
    height: 190px;
  }
  .detailContents__flexRight {
    width: 53%;
  }
}
.tabOnly {
  display: none;
}

.mainOnly {
  display: block;
}

.fixedBtn {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 5;
}
.fixedBtn a {
  display: flex;
  justify-content: center;
  width: 58px;
  border-radius: 12px 0 0 12px;
  background: #0083E8;
  color: #FFFFFF;
  font-family: var(--fontTtl);
  font-size: 1.9rem;
  font-weight: 500;
  padding: 34px 0 32px;
  letter-spacing: 0.07em;
}
.fixedBtn a em {
  background: url(/keirinkan/kou/assets/images/fix-book-icon.svg) no-repeat top;
  background-size: 18px auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-style: normal;
  padding: 23px 0 0;
}
@media (any-hover: hover) {
  .fixedBtn a:hover {
    background: #0068B7;
  }
}
@media (max-width: 767px) {
  .fixedBtn {
    display: none;
  }
}

.textBookArea {
  width: 100%;
  max-width: 1155px;
  padding: 0 30px;
  margin: -120px auto 115px;
  position: relative;
  z-index: 1;
}
.textBookArea ul {
  display: flex;
  gap: 0 46px;
}
.textBookArea ul li {
  width: 143px;
}
.textBookArea ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.textBookArea ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .textBookArea ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.textBookArea ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.textBookArea ul li a figure {
  height: 204px;
}
.textBookArea ul li:nth-child(2) {
  width: 159px;
}
.textBookArea ul li:nth-child(3) {
  width: 144px;
}
.textBookArea ul li:nth-child(4) {
  width: 144px;
}
.textBookArea ul li:nth-child(5) {
  width: 143px;
}
.textBookArea ul li:nth-child(6) {
  width: 144px;
}
.textBookArea ul li:nth-child(6) a figure img {
  box-shadow: none;
}
.textBookArea ul li:nth-child(6) a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/keirinkan/kou/assets/images/mv_text_06_on.png) no-repeat;
  background-size: 100% auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.textBookArea ul li a {
  display: block;
  text-align: center;
  transform: translateY(0);
  font-weight: 500;
  transition: 0.3s;
}
.textBookArea ul li a figure {
  margin: 0 0 14px;
  position: relative;
}
.textBookArea ul li a figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.textBookArea ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
}
.textBookArea ul li a p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media (any-hover: hover) {
  .textBookArea ul li a:hover {
    transform: translateY(-10px);
    transition: 0.3s;
  }
  .textBookArea ul li a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .textBookArea {
    margin: 0 auto 6.7rem;
    padding: 0 2.2rem;
  }
  .textBookArea ul {
    flex-wrap: wrap;
    gap: 3.5rem 0;
  }
  .textBookArea ul li {
    width: 9.1rem;
    margin: 0 2.1rem 0 0;
  }
  .textBookArea ul li a figure {
    height: 13rem;
    margin: 0 0 0.2rem;
  }
  .textBookArea ul li a span {
    font-size: 1.4rem;
  }
  .textBookArea ul li:nth-child(2) {
    width: 10.6rem;
  }
  .textBookArea ul li:nth-child(3) {
    width: 9.2rem;
    margin: 0;
  }
  .textBookArea ul li:nth-child(4) {
    width: 9.2rem;
    margin: 0 2.8rem 0 0;
  }
  .textBookArea ul li:nth-child(5) {
    width: 9.2rem;
    margin: 0 2.8rem 0 0;
  }
  .textBookArea ul li:nth-child(6) {
    width: 9rem;
    margin: 0;
  }
}

.bannerArea {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto 80px;
}
.bannerArea__flex {
  display: flex;
  gap: 0 40px;
}
.bannerArea__flexBlock {
  max-width: 630px;
  height: 380px;
  position: relative;
  cursor: pointer;
}
.bannerArea__flexBlock.new::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/keirinkan/kou/assets/images/new-icon.svg) no-repeat;
  background-size: 80px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bannerArea__flexBlock.green .bannerArea__flexBlockTxt {
  background: #79DBD3;
}
.bannerArea__flexBlock.green .bannerArea__flexBlockTxtTtl::before {
  background: #00867B;
}
.bannerArea__flexBlock .modal-open {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}
.bannerArea__flexBlock .modal-open::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .bannerArea__flexBlock .modal-open:hover::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.bannerArea__flexBlock dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: normal;
  color: #3C3B3B;
}
.bannerArea__flexBlock dl dd {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #3C3B3B;
}
.bannerArea__flexBlockTxt {
  display: flex;
  align-items: center;
  min-width: 315px;
  padding: 0 40px;
  background: #66DCF8;
  flex: 1;
}
.bannerArea__flexBlockTxtCatch {
  display: block;
  width: 100%;
  background: #3C3B3B;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  text-align: center;
  font-weight: 500;
  font-family: var(--fontTtl);
  margin: 0 0 12px;
}
.bannerArea__flexBlockTxtTtl {
  font-size: 3rem;
  font-family: var(--fontTtl);
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  padding: 0 0 0 21px;
  margin: 0 0 15px;
}
.bannerArea__flexBlockTxtTtl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2288FF;
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.bannerArea__flexBlockImg {
  max-width: 315px;
}
.bannerArea__flexBlockImg figure {
  width: 100%;
  height: 100%;
}
.bannerArea__flexBlockImg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .bannerArea {
    width: 100%;
    padding: 0 2.2rem;
    margin: 0 0 6rem;
  }
  .bannerArea__flex {
    flex-direction: column;
    gap: 2.2rem 0;
  }
  .bannerArea__flexBlock {
    max-width: none;
    height: auto;
  }
  .bannerArea__flexBlock .modal-open {
    flex-direction: column;
  }
  .bannerArea__flexBlockTxt, .bannerArea__flexBlockImg {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .bannerArea__flexBlockTxt {
    justify-content: center;
    padding: 3.1rem 4.1rem 2.5rem;
  }
  .bannerArea__flexBlockTxtCatch {
    width: 71%;
    height: 2.6rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 500;
    margin: 0 0 0.6rem;
  }
  .bannerArea__flexBlockTxtTtl {
    font-size: 2.2rem;
    margin: 0 0 0.6rem;
  }
  .bannerArea__flexBlockTxtTtl::before {
    top: 0.5rem;
  }
  .bannerArea__flexBlockImg {
    height: 16rem;
  }
  .bannerArea__flexBlock dl dd {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    text-align: center;
  }
  .bannerArea__flexBlock.new::before {
    width: 7rem;
    height: 7rem;
    background: url(/keirinkan/kou/assets/images/new-icon.svg) no-repeat;
    background-size: 7rem auto;
  }
}

.digitalArea {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto 173px;
  padding: 0 30px;
}
.digitalArea__gray {
  background: #F5F6F8;
  border-radius: 30px;
  position: relative;
  padding: 0 0 100px;
}
.digitalArea__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 69px 0 0 100px;
  transition: all ease 0.4s;
}
.digitalArea__flexLeft {
  width: 577px;
  padding: 33px 50px 0 0;
}
.digitalArea__flexLeftTtl {
  font-size: 4rem;
  line-height: 1.35;
  font-family: var(--fontTtl);
  font-weight: 700;
  color: #3C3B3B;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 29px;
}
.digitalArea__flexLeftTtl::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0083E8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.digitalArea__flexLeftTtl::before {
  top: 21px;
  bottom: inherit;
  margin: 0;
}
.digitalArea__flexLeft p {
  line-height: 1.7647058824;
  margin: 0 0 38px;
}
.digitalArea__flexLeftLink {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.digitalArea__flexLeftLink li {
  width: 220px;
}
.digitalArea__flexLeftLink li a {
  display: flex;
  border-radius: 100px;
  background: #0083E8;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.digitalArea__flexLeftLink li a svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.digitalArea__flexLeftLink li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0155AA;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.digitalArea__flexLeftLink li a:hover::after {
  width: 100%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .digitalArea__flexLeftLink li a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
.digitalArea__flexLeftLink li a {
  padding: 17px 0;
}
.digitalArea__flexRight {
  width: calc(100% - 577px);
  max-width: 623px;
  padding: 21px 0px 21px 23px;
  position: relative;
}
.digitalArea__flexRight::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/keirinkan/kou/assets/images/digital-frame.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.digitalArea__flexRightSlide li {
  height: 429px !important;
}
.digitalArea__flexRightSlide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.digitalArea__logo {
  display: flex;
  max-width: 1100px;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(60, 59, 59, 0.1);
  padding: 15px 54px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -53px;
  margin: auto;
}
.digitalArea__logo li:first-child {
  width: 180px;
  height: 65px;
  margin: 0 33px 0 0;
}
.digitalArea__logo li:nth-child(2) {
  width: 169px;
  height: 61px;
  margin: 0 71px 0 0;
}
.digitalArea__logo li:nth-child(3) {
  width: 87px;
  height: 77px;
  margin: 0 92px 0 0;
}
.digitalArea__logo li:nth-child(4) {
  width: 100px;
  height: 53px;
  margin: 0 79px 0 0;
}
.digitalArea__logo li:nth-child(5) {
  width: 150px;
  height: 54px;
}
.digitalArea__logo li a {
  display: block;
}
@media (any-hover: hover) {
  .digitalArea__logo li a:hover {
    opacity: 0.6;
  }
}
.digitalArea__logo li img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .digitalArea {
    width: 100%;
    padding: 0 2.2rem;
    margin: 0 0 13.2rem;
  }
  .digitalArea__flexLeftTtl::before {
    top: 1.3rem;
  }
  .digitalArea__gray {
    border-radius: 20px;
    padding: 4.2rem 0 8.6rem;
  }
  .digitalArea__flex {
    flex-direction: column;
    padding: 0;
  }
  .digitalArea__flexLeft {
    width: 100%;
    min-width: inherit;
    padding: 0 3rem;
    margin: 0 0 3rem;
  }
  .digitalArea__flexLeftTtl {
    font-size: 2.5rem;
    line-height: 1.32;
    padding: 0 0 0 2rem;
    margin: 0 0 1.8rem;
  }
  .digitalArea__flexLeftTtl::before {
    width: 10px;
    height: 10px;
  }
  .digitalArea__flexLeft p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1.9rem;
  }
  .digitalArea__flexLeftLink {
    gap: 1rem 0.8rem;
  }
  .digitalArea__flexLeftLink li {
    width: 48.5%;
  }
  .digitalArea__flexLeftLink li a {
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 14px 0;
  }
  .digitalArea__flexLeftLink li a svg {
    display: none;
  }
  .digitalArea__flexRight {
    width: 93%;
    margin: 0 0 0 2.3rem;
    padding: 0.9rem 0 1.3rem 1.2rem;
  }
  .digitalArea__flexRightSlide li {
    height: 21.3rem !important;
  }
  .digitalArea__flexRight::before {
    background-size: 100% auto;
  }
  .digitalArea__logo {
    width: 85%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.4rem 0.2rem 2.1rem;
    gap: 0.5rem 0;
    margin: 0 auto;
  }
  .digitalArea__logo li:first-child {
    width: 9.9rem;
    height: auto;
    margin: 0 0.3rem 0 0;
  }
  .digitalArea__logo li:nth-child(2) {
    width: 9.295rem;
    height: auto;
    margin: 0 1.9rem 0 0;
  }
  .digitalArea__logo li:nth-child(3) {
    width: 4.785rem;
    height: auto;
    margin: 0;
  }
  .digitalArea__logo li:nth-child(4) {
    width: 5.5rem;
    height: auto;
    margin: 0 3.6rem 0 5.9rem;
  }
  .digitalArea__logo li:nth-child(5) {
    width: 8.25rem;
    height: auto;
    margin: 0;
  }
}

.recordArea {
  background: #F5F6F8 url(/keirinkan/kou/assets/images/record_bg.png) no-repeat;
  background-size: 100% auto;
  padding: 124px 30px 100px;
  margin: 0 0 103px;
}
.recordArea__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.recordArea__title {
  font-size: 4rem;
  line-height: 1.35;
  font-family: var(--fontTtl);
  font-weight: 700;
  color: #3C3B3B;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 47px;
}
.recordArea__title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0083E8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.recordArea__text {
  line-height: 2;
  margin: 0 0 25px;
}
.recordArea__detailTab {
  margin: 0 0 49px;
}
.recordArea__detailTab #math,
.recordArea__detailTab #science,
.recordArea__detailTab #english,
.recordArea__detailTab #research,
.recordArea__detailTab #info {
  display: none;
}
.recordArea__detailTabBlockFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 21px;
}
.recordArea__detailTabBlockFlex a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.recordArea__detailTabBlockFlex a span::after {
  content: none;
}
@media (any-hover: hover) {
  .recordArea__detailTabBlockFlex a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.recordArea__detailTabBlockFlex a {
  display: block;
  width: calc(33.3333333333% - 14px);
  max-width: 386px;
  border-radius: 20px;
  padding: 29px 27px;
  background: #fff;
  padding: 29px 27px 21px;
}
@media (any-hover: hover) {
  .recordArea__detailTabBlockFlex a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.recordArea__detailTabBlockCate {
  margin: -2px 0 8px;
}
.recordArea__detailTabBlockCateTxt.math {
  display: inline-block;
  border: solid 1px #CBCBCB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  padding: 6px 10px 6px 22px;
}
.recordArea__detailTabBlockCateTxt.math::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--mathColor);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.recordArea__detailTabBlockCateTxt.science {
  display: inline-block;
  border: solid 1px #CBCBCB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  padding: 6px 10px 6px 22px;
}
.recordArea__detailTabBlockCateTxt.science::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--scienceColor);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.recordArea__detailTabBlockCateTxt.english {
  display: inline-block;
  border: solid 1px #CBCBCB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  padding: 6px 10px 6px 22px;
}
.recordArea__detailTabBlockCateTxt.english::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--englishColor);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.recordArea__detailTabBlockCateTxt.research {
  display: inline-block;
  border: solid 1px #CBCBCB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  padding: 6px 10px 6px 22px;
}
.recordArea__detailTabBlockCateTxt.research::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--researchColor);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.recordArea__detailTabBlockCateTxt.info {
  display: inline-block;
  border: solid 1px #CBCBCB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  padding: 6px 10px 6px 22px;
}
.recordArea__detailTabBlockCateTxt.info::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--infoColor);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.recordArea__detailTabBlockCateTxt.new::after {
  display: flex;
  align-items: center;
  content: "NEW";
  color: #FF6493;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--fontTtl);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -41px;
  margin: auto;
}
.recordArea__detailTabBlockTitle {
  border-bottom: solid 1px #EBEBEB;
  padding: 0 0 21px;
  min-height: 154px;
}
.recordArea__detailTabBlockTitle p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 2.3rem;
  line-height: 1.4347826087;
  font-weight: 700;
  font-family: var(--fontTtl);
}
.recordArea__detailTabBlockBottom {
  padding: 18px 0 0;
}
.recordArea__detailTabBlockBottom p {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.recordArea__detailTabBlockBottomDate {
  display: none !important;
}
.recordArea .recordArea__detailLink {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
.recordArea .recordArea__detailLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #3C3B3B;
  border: solid 1px #D0D0D0;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  padding: 21px 0;
  overflow: hidden;
  font-family: var(--fontTtl);
}
.recordArea .recordArea__detailLink a svg {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  stroke: #fff;
  fill: #0182e8;
  transition: 0.3s;
}
.recordArea .recordArea__detailLink a::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0083E8;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .recordArea .recordArea__detailLink a:hover {
    color: #fff;
    border: solid 1px #0182e8;
  }
  .recordArea .recordArea__detailLink a:hover svg {
    fill: #fff;
    stroke: #0182e8;
    transition: 0.3s;
  }
  .recordArea .recordArea__detailLink a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .recordArea {
    background: #F5F6F8 url(/keirinkan/kou/assets/images/record_bg_sp.png) no-repeat;
    background-size: 100% auto;
    padding: 6.2rem 0 5rem;
    margin: 0 0 6.1rem;
  }
  .recordArea__title {
    width: 88%;
    font-size: 2.5rem;
    padding: 0 0 0 2rem;
    margin: 0 auto 3rem;
  }
  .recordArea__title::before {
    width: 10px;
    height: 10px;
    top: 0.3rem;
  }
  .recordArea__text {
    width: 88%;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 auto 2rem;
  }
  .recordArea__detailList {
    width: 89%;
    margin: 0 auto;
  }
  .recordArea__detailList ul {
    margin: 0 0 3.1rem;
    padding: 0.8rem 1rem;
  }
  .recordArea__detailList ul li {
    width: 4.9rem;
  }
  .recordArea__detailList ul li:nth-child(5) {
    width: 7.4rem;
  }
  .recordArea__detailList ul li:nth-child(5) a {
    line-height: inherit;
  }
  .recordArea__detailList ul li:nth-child(5) a em {
    display: none;
  }
  .recordArea__detailList .taBackground {
    width: 4.9rem;
    top: 0.7rem;
    left: 0.7rem;
  }
  .recordArea__detailTab {
    margin: 0 0 3rem;
  }
  .recordArea__detailTabBlockTitle {
    padding: 0;
    min-height: 15.7rem;
  }
  .recordArea__detailTabBlockTitle p {
    -webkit-line-clamp: 5;
    font-size: 2rem;
    line-height: 1.3;
  }
  .recordArea__detailTabBlockFlex {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2.2rem 0 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
  }
  .recordArea__detailTabBlockFlex a {
    width: 28rem;
    flex: 0 0 28rem;
    padding: 2.6rem 2.7rem 2.1rem;
    scroll-snap-align: end;
  }
  .recordArea__detailTabBlockFlex::-webkit-scrollbar {
    display: none;
  }
  .recordArea__detailTabBlockCate {
    margin: 0 0 1.1rem;
  }
  .recordArea__detailTabBlockCateTxt.math, .recordArea__detailTabBlockCateTxt.science, .recordArea__detailTabBlockCateTxt.english, .recordArea__detailTabBlockCateTxt.research, .recordArea__detailTabBlockCateTxt.info {
    font-size: 1.2rem;
    padding: 0.5rem 1rem 0.5rem 1.8rem;
  }
  .recordArea__detailTabBlockCateTxt.math::before, .recordArea__detailTabBlockCateTxt.science::before, .recordArea__detailTabBlockCateTxt.english::before, .recordArea__detailTabBlockCateTxt.research::before, .recordArea__detailTabBlockCateTxt.info::before {
    left: 0.7rem;
  }
  .recordArea__detailTabBlockCateTxt.new::after {
    display: block;
    font-size: 1.4rem;
    right: -4.3rem;
    bottom: inherit;
    top: 0.3rem;
  }
  .recordArea__detailTabBlockBottom {
    padding: 1.6rem 0 0;
  }
  .recordArea__detailTabBlockBottom p {
    font-size: 1.2rem;
  }
  .recordArea__detailTabBlockBottomDate {
    display: block !important;
    width: 6.9rem;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 0.6rem;
    border-right: solid 1px #EBEBEB;
  }
  .recordArea .recordArea__detailLink a {
    width: 61%;
    height: 5.4rem;
    font-size: 1.6rem;
    padding: 1.7rem 0 1.5rem;
  }
  .recordArea .recordArea__detailLink a svg {
    width: 2.7rem;
    height: 2.7rem;
    right: 1.1rem;
  }
}

.columnArea {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.columnArea__title {
  font-size: 4rem;
  line-height: 1.35;
  font-family: var(--fontTtl);
  font-weight: 700;
  color: #3C3B3B;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 54px;
}
.columnArea__title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0083E8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.columnArea__detail .recordArea__detailList ul {
  background: #F5F6F8;
  margin: 0 0 51px;
  position: relative;
  z-index: 0;
}
.columnArea__detail .recordArea__detailList li {
  width: 25%;
}
.columnArea__detail .recordArea__detailList .taBackground {
  width: 25%;
}
.columnArea__detailLink {
  padding: 0 0;
}
.columnArea__detailLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #3C3B3B;
  border: solid 1px #D0D0D0;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  padding: 21px 0;
  overflow: hidden;
  font-family: var(--fontTtl);
}
.columnArea__detailLink a svg {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  stroke: #fff;
  fill: #0182e8;
  transition: 0.3s;
}
.columnArea__detailLink a::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0083E8;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .columnArea__detailLink a:hover {
    color: #fff;
    border: solid 1px #0182e8;
  }
  .columnArea__detailLink a:hover svg {
    fill: #fff;
    stroke: #0182e8;
    transition: 0.3s;
  }
  .columnArea__detailLink a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
.columnArea__tabBlock {
  margin: 0 0 51px;
}
.columnArea__tabBlockArticle__flex {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #EBEBEB;
  padding: 27px 0 32px;
}
.columnArea__tabBlockArticle__flex:first-child {
  border-top: solid 1px #EBEBEB;
}
.columnArea__tabBlockArticle__flexDate {
  width: 10.8rem;
  position: relative;
  margin: -5px 25px 0 0;
  padding: 0 38px 0 0;
}
.columnArea__tabBlockArticle__flexDate::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #EBEBEB;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -1px;
  margin: auto;
}
.columnArea__tabBlockArticle__flexDate span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  margin: 0 0 2px;
}
.columnArea__tabBlockArticle__flexDate p {
  font-size: 2.8rem;
  line-height: 1;
  margin: -3px 0 0;
}
.columnArea__tabBlockArticle__flexTtl {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.columnArea__tabBlockArticle__flexTtl dt {
  display: block;
  min-width: 8rem;
  font-weight: 400;
  color: #fff;
  margin: 0 21px 0 0;
  min-width: fit-content;
}
.columnArea__tabBlockArticle__flexTtl dt span {
  display: inline-block;
  height: 2.7rem;
  font-size: 1.4rem;
  line-height: 2.7rem;
  background: #6B6E72;
  text-align: center;
  border-radius: 100px;
  padding: 0 12px 0;
}
.columnArea__tabBlockArticle__flexTtl dd {
  width: 85%;
}
.columnArea__tabBlockArticle__flexTtl dd p {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.columnArea__tabBlockArticle__flexTtl dd a {
  display: inline-block;
  padding: 0 5.5rem 0 0;
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.columnArea__tabBlockArticle__flexTtl dd a svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  stroke: #3c3b3b;
  fill: #fff;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .columnArea__tabBlockArticle__flexTtl dd a:hover svg {
    stroke: #fff;
    fill: #3c3b3b;
    transition: 0.3s;
  }
  .columnArea__tabBlockArticle__flexTtl dd a:hover em svg {
    stroke: none;
  }
}
.columnArea__tabBlockArticle__flexTtl dd a em {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0;
  margin: 0 0 0 7px;
}
.columnArea__tabBlockArticle__flexTtl dd a em svg {
  display: inline;
  width: 17px;
  height: 23px;
  position: absolute;
  stroke: none;
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  margin: auto;
}
.columnArea__tabBlockArticle__flexTtl dd a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.columnArea__tabBlockArticle__flexTtl dd a span::after {
  content: none;
}
@media (any-hover: hover) {
  .columnArea__tabBlockArticle__flexTtl dd a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.columnArea__tabBlockArticle__flexTtl dd span {
  padding: 0;
}
.columnArea__tabBlockArticle__flexTtl dd span p + svg {
  display: none;
}
.columnArea__tabBlockArticle__flexTtl dd p {
  position: relative;
}
.columnArea #news02,
.columnArea #news03,
.columnArea #news04 {
  display: none;
}
@media (max-width: 767px) {
  .columnArea {
    padding: 0 2.2rem;
  }
  .columnArea__title {
    font-size: 2.5rem;
    padding: 0 0 0 2rem;
    margin: 0 0 4.1rem;
  }
  .columnArea__title::before {
    width: 10px;
    height: 10px;
    top: 0.3rem;
  }
  .columnArea__detail .recordArea__detailList {
    width: 100%;
  }
  .columnArea__detail .recordArea__detailList ul {
    padding: 0.6rem 0.8rem 0.5rem;
    margin: 0 0 3rem;
  }
  .columnArea__detail .recordArea__detailList ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.1666666667;
  }
  .columnArea__detail .recordArea__detailList .taBackground {
    width: 8rem;
    height: calc(100% - 1.3rem);
    left: 0.6rem;
  }
  .columnArea__detailLink a {
    width: 69.5%;
    height: 5.4rem;
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
  .columnArea__detailLink a svg {
    width: 2.6rem;
    height: 2.6rem;
    right: 1.3rem;
  }
  .columnArea__tabBlock {
    margin: 0 0 3.1rem;
  }
  .columnArea__tabBlockArticle__flex {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.1rem 0 1.9rem;
  }
  .columnArea__tabBlockArticle__flexDate {
    width: 7rem;
    padding: 0 0 0.6rem 0;
    margin: 1.6rem 0 0;
  }
  .columnArea__tabBlockArticle__flexDate span {
    font-size: 1rem;
    line-height: 1;
  }
  .columnArea__tabBlockArticle__flexDate p {
    font-size: 1.8rem;
    margin: 0;
  }
  .columnArea__tabBlockArticle__flexDate::after {
    height: 3.2rem;
    top: -1rem;
  }
  .columnArea__tabBlockArticle__flexTtl {
    position: static;
    margin: 0.6rem 0 0;
  }
  .columnArea__tabBlockArticle__flexTtl dt {
    position: absolute;
    top: 1.5rem;
    left: 8.7rem;
  }
  .columnArea__tabBlockArticle__flexTtl dt span {
    font-size: 1.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .columnArea__tabBlockArticle__flexTtl dd {
    width: auto;
    line-height: 1;
  }
  .columnArea__tabBlockArticle__flexTtl dd a {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 0;
  }
  .columnArea__tabBlockArticle__flexTtl dd a svg {
    display: none;
  }
  .columnArea__tabBlockArticle__flexTtl dd a em {
    font-size: 1.1rem;
    margin: 0 0 0 0;
    padding: 0 0 0 0.6rem;
    position: relative;
    top: -0.2rem;
  }
  .columnArea__tabBlockArticle__flexTtl dd p span {
    font-size: 1.5rem;
  }
}

.cvArea {
  background: url(/keirinkan/kou/assets/images/cv-bottom.png) no-repeat top center;
  background-size: 100% auto;
  padding: 212px 30px 0;
  margin: 0 0 100px;
}
.cvArea__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #F5F6F8;
  border-radius: 30px;
  padding: 0 0 0 90px;
}
.cvArea__searchBlock {
  width: 810px;
  padding: 75px 90px 84px 0;
}
.cvArea__searchBlockTtl {
  font-size: 3rem;
  font-family: var(--fontTtl);
  line-height: 1.5333333333;
  font-weight: 700;
  margin: 0 0 26px;
}
.cvArea__searchBlock form {
  position: relative;
  margin: 0 0 13px;
}
.cvArea__searchBlockText {
  display: block;
  max-width: 660px;
  padding: 12px 58px;
  width: 100%;
  border: solid 1px #EBEBEB;
  border-radius: 100px;
  background: #fff;
}
.cvArea__searchBlockText::placeholder {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: var(--fontTtl);
  color: rgba(60, 59, 59, 0.4);
}
.cvArea__searchBlockBtn {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(/keirinkan/kou/assets/images/search-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
}
.cvArea__searchBlockList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.cvArea__searchBlockList li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.cvArea__searchBlockList li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .cvArea__searchBlockList li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.cvArea__searchBlockList li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.cvArea__searchBlockList li a {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
}
.cvArea__contactBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 461px;
  background: #0083E8;
  border-radius: 30px;
  padding: 0 50px;
}
.cvArea__contactBlock svg {
  width: 42px;
  height: 40px;
  margin: 0 auto 9px;
}
.cvArea__contactBlockTtl {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  font-family: var(--fontTtl);
  text-align: center;
  color: #fff;
  margin: 0 0 21px;
}
.cvArea__contactBlock a {
  display: block;
  width: 300px;
  margin: 0 auto;
  border: solid 1px #fff;
  background: #0083E8;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  font-family: var(--fontTtl);
  border-radius: 100px;
  padding: 21px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cvArea__contactBlock a svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  stroke: #0083E8;
  fill: #fff;
}
.cvArea__contactBlock a::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .cvArea__contactBlock a:hover {
    color: #0083E8;
  }
  .cvArea__contactBlock a:hover svg {
    stroke: #fff;
    fill: #0083E8;
  }
  .cvArea__contactBlock a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .cvArea {
    background: url(/keirinkan/kou/assets/images/cv-bottom-sp.png) no-repeat;
    background-size: 100% auto;
    padding: 10rem 2.2rem 0;
    margin: 0 auto 8.1rem;
  }
  .cvArea__inner {
    flex-direction: column;
    padding: 0;
    border-radius: 20px;
  }
  .cvArea__searchBlock, .cvArea__contactBlock {
    width: 100%;
  }
  .cvArea__searchBlock {
    padding: 4.6rem 3rem 3.4rem;
  }
  .cvArea__searchBlockTtl {
    font-size: 2rem;
    line-height: 1.35;
    margin: 0 0 2.1rem;
    text-align: center;
  }
  .cvArea__searchBlockText {
    padding: 0.9rem 4.9rem;
  }
  .cvArea__searchBlockText::placeholder {
    font-size: 1.5rem;
  }
  .cvArea__searchBlock form {
    margin: 0 0 1.3rem;
  }
  .cvArea__searchBlockBtn {
    left: 2rem;
  }
  .cvArea__searchBlockList {
    flex-direction: column;
    gap: 0.1rem 0;
  }
  .cvArea__searchBlockList li {
    margin: 0 0 -0.5rem;
  }
  .cvArea__searchBlockList li a {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .cvArea__contactBlock {
    border-radius: 20px;
    padding: 4rem 0 4.6rem;
  }
  .cvArea__contactBlock svg {
    width: 3.2rem;
    height: 3.04rem;
    margin: 0 auto 1.4rem;
  }
  .cvArea__contactBlockTtl {
    font-size: 2rem;
    line-height: 1.35;
  }
  .cvArea__contactBlock a {
    width: 76%;
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
  .cvArea__contactBlock a svg {
    width: 2.6rem;
    height: 2.6rem;
    right: 1.3rem;
  }
}

.is-coloeMode_dark .digitalArea__gray {
  background: #3C3B3B;
}
.is-coloeMode_dark .digitalArea__flexLeftTtl {
  color: #fff;
}
.is-coloeMode_dark .recordArea {
  background: #3C3B3B url(/keirinkan/kou/assets/images/record_bg.png) no-repeat;
  background-size: 100% auto;
}
.is-coloeMode_dark .recordArea__title {
  color: #fff;
}
.is-coloeMode_dark .recordArea__detailTabBlockFlex a {
  background: #000;
}
.is-coloeMode_dark .recordArea__detailTabBlockTitle p span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .columnArea__title {
  color: #fff;
}
.is-coloeMode_dark .cvArea__inner {
  background: #3C3B3B;
}
.is-coloeMode_dark .cvArea__searchBlock {
  background: #3C3B3B;
}

@media (max-width: 767px) {
  .tabOnly {
    display: none;
  }
  .mainOnly {
    display: block;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1086px) {
  .newsArea__sliderFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalArea__flex {
    padding: 6.9rem 0 0 5rem;
  }
  .digitalArea__flexLeft {
    min-width: auto;
    padding: 0 5rem 0 0;
  }
  .cvArea__inner {
    padding: 0 0 0 5rem;
  }
  .cvArea__searchBlock {
    padding: 75px 5rem 84px 0;
  }
  .cvArea__contact {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1085px) and (min-width: 768px) {
  .tabOnly {
    display: block;
  }
  .mainOnly {
    display: none;
  }
  .textBookArea ul {
    gap: 0 24px;
  }
  .newsArea__sliderFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalArea__flex {
    flex-direction: column;
    padding: 69px 0 6rem 5rem;
  }
  .digitalArea__flexLeft {
    width: 100%;
    padding: 0 5rem 0 0;
    margin: 0 0 5rem;
  }
  .digitalArea__flexRight {
    width: 100%;
    max-width: 100%;
  }
  .digitalArea__flexRightSlide li {
    height: auto !important;
  }
  .digitalArea__flexRight::before {
    background-size: 100% auto;
  }
  .digitalArea__logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bannerArea__flex {
    gap: 0 2rem;
  }
  .bannerArea__flexBlock {
    height: auto;
  }
  .bannerArea__flexBlockTxt {
    padding: 3rem 3rem;
  }
  .bannerArea__flexBlockTxtCatch {
    width: 72%;
  }
  .bannerArea__flexBlock a {
    flex-direction: column;
  }
  .bannerArea__flexBlockImg {
    max-width: 100%;
    height: 21.6rem;
  }
  .textBookArea {
    margin: -7rem auto 115px;
  }
  .textBookArea ul li a figure {
    height: auto;
  }
  .cvArea {
    padding: 11rem 3rem 0;
  }
  .cvArea__inner {
    flex-direction: column;
    padding: 0;
  }
  .cvArea__searchBlock {
    width: 100%;
    padding: 7.5rem 5rem 7rem;
  }
  .cvArea__contactBlock {
    width: 100%;
    padding: 5rem;
  }
  .cvArea__searchBlockTtl {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .recordArea__detailTabBlockFlex a {
    width: calc(50% - 11px);
    max-width: inherit;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .digitalArea__flexRight {
    max-width: 100%;
    padding: 2.1rem 0 2.3rem 2.3rem;
  }
  .digitalArea__flexRightSlide li {
    height: 59.5vw !important;
  }
  .digitalArea__logo {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1900px) {
  .cvArea {
    background: url(/keirinkan/kou/assets/images/cv-bottom_max.png) no-repeat top -85px left;
    background-size: cover;
    padding: 21rem 5rem 0;
    margin: 0 0 10rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) {
  .columnArea__tabBlockArticle__flexTtl dt {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bannerArea__flexBlock .modal-open {
    flex-direction: column;
  }
  .modal-body {
    max-width: inherit;
  }
  .shoeiModal ul {
    flex-wrap: wrap;
  }
  .shoeiModal ul li {
    width: 30%;
  }
  .shoeiModal ul li a figure img {
    margin: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  .recordArea__detailTabBlockFlex a {
    width: calc(33.3333333333% - 14px);
  }
  .bannerArea__flexBlock:nth-child(2) .modal-container .shoeiModal ul {
    flex-wrap: wrap;
  }
  .bannerArea__flexBlock:nth-child(2) .modal-container .shoeiModal ul li {
    width: calc(33.3333333333% - 75px);
  }
  .bannerArea__flexBlock:nth-child(2) .modal-container .shoeiModal ul li a figure img {
    margin: auto;
  }
  .modal-body {
    max-width: inherit;
  }
}
.faqPage .lowMain__innerTtl {
  font-family: var(--fontTtl);
  margin: 7px 0 0;
}
@media (max-width: 767px) {
  .faqPage .lowMain {
    padding: 3.4rem 2.2rem;
  }
}
.faqPage .anchorArea {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .faqPage .anchorArea {
    padding: 1.9rem 0 1.9rem 2.2rem;
    margin: 0 0 4.2rem;
  }
}
.faqPage .anchorArea ul {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faqPage .anchorArea ul {
    overflow-x: scroll;
    white-space: nowrap;
    gap: 0 0.6rem;
    flex-wrap: nowrap;
    margin: 0 0 0 -2.2rem;
    padding: 0 2.3rem;
  }
  .faqPage .anchorArea ul::-webkit-scrollbar {
    display: none;
  }
}
.faqPage .faqArea {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faqPage .faqArea {
    padding: 0 2.2rem;
  }
}
.faqPage .faqArea__inner .dotTtl {
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  .faqPage .faqArea__inner .dotTtl {
    margin: 0 0 3.7rem;
  }
}
.faqPage .faqArea__innerBlock {
  margin: -109px 0 154px;
  padding: 109px 0 0;
}
@media (max-width: 767px) {
  .faqPage .faqArea__innerBlock {
    margin: -7rem 0 8.1rem;
    padding: 7rem 0 0;
  }
}
.faqPage .faqArea__innerBlock:last-child {
  margin: -109px 0 0;
}
@media (max-width: 767px) {
  .faqPage .faqArea__innerBlock:last-child {
    margin: 0;
  }
}

.newsPage .lowMain {
  height: 210px;
}
@media (max-width: 767px) {
  .newsPage .lowMain {
    height: auto;
    padding: 3.2rem 2.2rem 3.4rem;
  }
}
.newsPage .lowMain__innerTtl {
  font-family: var(--fontTtl);
  margin: 8px 0 0;
}
.newsPage .newsArea {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto 80px;
  height: 90px;
}
@media (max-width: 767px) {
  .newsPage .newsArea {
    width: 100%;
    padding: 0 2.2rem;
    margin: 0 0 5.1rem;
    height: auto;
  }
}
.newsPage .columnArea {
  width: 100%;
  max-width: 1260px;
}
.newsPage .columnArea__tabBlock {
  margin: 0 0 81px;
}
@media (max-width: 767px) {
  .newsPage .columnArea__tabBlock {
    margin: 0 0 3.4rem;
  }
}
@media (max-width: 767px) {
  .newsPage .columnArea__tabBlockArticle__flex {
    padding: 0.1rem 0 1.8rem;
  }
}
.newsPage .columnArea__tabBlockArticle__flexTtl dt {
  min-width: fit-content;
}
.newsPage .columnArea__tabBlockArticle__flexTtl dt .newsArea__sliderDateFlex {
  margin: 0;
}
@media (max-width: 767px) {
  .newsPage .columnArea__tabBlockArticle__flexTtl dt .newsArea__sliderDateFlex {
    margin: 0.6rem 0 0;
    height: 2.4rem;
  }
}
.newsPage .columnArea__tabBlockArticle__flexTtl dt .newsArea__sliderDateFlexDetail {
  color: #3C3B3B;
}
.newsPage .columnArea__tabBlockArticle__flexTtl.common dt .newsArea__sliderDateFlex {
  display: none;
}
@media (max-width: 767px) {
  .newsPage .columnArea__tabBlockArticle__flexDate::after {
    top: -0.7rem;
    right: 0;
  }
}
.newsPage .pagination {
  margin: 0 0 39px;
}
@media (max-width: 767px) {
  .newsPage .pagination {
    padding: 0;
    margin: 0 0 2.1rem;
  }
}
.newsPage .teiseiBtn .grayArrow {
  padding: 9px 0;
}
.newsPage .teiseiBtn .grayArrow svg {
  right: 21px;
}
@media (max-width: 767px) {
  .newsPage .teiseiBtn .grayArrow svg {
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .newsPage .teiseiBtn .grayArrow {
    width: 25rem;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    padding: 1.3rem 0;
  }
}

@media (max-width: 767px) {
  .newsDetailPage {
    margin: 0;
    padding: 0;
  }
}
.newsDetailPage .detailContents {
  margin: 63px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents {
    margin: -0.6rem 0 0;
    padding: 0 2.2rem;
  }
}
.newsDetailPage .detailContents__top {
  max-width: 800px;
  border-bottom: solid 1px #3C3B3B;
  padding: 0 0 5px;
}
.newsDetailPage .detailContents__topTtl {
  font-size: 4.2rem;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__topTtl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin: 0 0 0.5rem;
  }
}
.newsDetailPage .detailContents__topDetail {
  margin: 0 13px 0 0;
}
.newsDetailPage .detailContents__topDate {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__topDate {
    margin: 0 0 0.5rem;
  }
}
.newsDetailPage .detailContents__topDate li {
  margin: 0 13px 0 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__topDate li {
    margin: 0 0.6rem 0 0;
  }
}
.newsDetailPage .detailContents__top .newsArea__sliderDateFlex {
  height: 27px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__top .newsArea__sliderDateFlex {
    height: 2.5rem;
  }
}
.newsDetailPage .detailContents__top .newsArea__sliderDateFlexTtl {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 5px 9px 5px 12px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__top .newsArea__sliderDateFlexTtl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    padding: 0.1rem 0.9rem 0 1.2rem;
  }
}
.newsDetailPage .detailContents__flex {
  max-width: 800px;
}
.newsDetailPage .detailContents__input {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 120px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input {
    padding: 0 2.2rem;
    margin: 0 auto 6rem;
  }
}
.newsDetailPage .detailContents__input::after {
  content: "";
  display: block;
  clear: both;
}
.newsDetailPage .detailContents__input img {
  display: inline-block;
}
.newsDetailPage .detailContents__input .m-img img {
  margin: 10px 0;
}
.newsDetailPage .detailContents__input p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.newsDetailPage .detailContents__input p + p {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input p + p {
    margin: 1.5rem 0;
  }
}
.newsDetailPage .detailContents__input .alignright {
  float: right;
}
.newsDetailPage .detailContents__input .alignleft {
  float: left;
}
.newsDetailPage .detailContents__input .aligncenter {
  text-align: center;
  margin: 0 auto;
}
.newsDetailPage .detailContents__input figure {
  margin: 61px 0 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input figure {
    margin: 3rem 0 0;
  }
}
.newsDetailPage .detailContents__input figcaption {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin: 14px 0 57px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input figcaption {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 1.1rem 0 2.6rem;
  }
}
.newsDetailPage .detailContents__input h2 {
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: 700;
  margin: 81px 0 33px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input h2 {
    font-size: 1.9rem;
    line-height: 1.5789473684;
    margin: 5.1rem 0 1.2rem;
  }
}
.newsDetailPage .detailContents__input h3 {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 700;
  margin: 65px 0 26px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input h3 {
    font-size: 1.7rem;
    line-height: 1.5882352941;
    margin: 2.6rem 0 1rem;
  }
}
.newsDetailPage .detailContents__input h4 {
  font-size: 1.9rem;
  line-height: 1.6842105263;
  font-weight: 700;
  margin: 47px 0 14px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input h4 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin: 1.6rem 0 0.4rem;
  }
}
.newsDetailPage .detailContents__input strong {
  font-weight: 700;
}
.newsDetailPage .detailContents__input a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.newsDetailPage .detailContents__input a span::after {
  content: none;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__input a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.newsDetailPage .detailContents__input .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.newsDetailPage .detailContents__input a[target=_blank] {
  padding: 0 16px 0 0;
  margin: 0 7px 0 0;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-size: calc(100% - 17px) 1px;
  background-repeat: no-repeat;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  position: relative;
}
.newsDetailPage .detailContents__input a[target=_blank]::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 9px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input a[target=_blank]::after {
    background: url(/keirinkan/kou/assets/images/target-icon.svg) no-repeat;
    background-size: 100% auto;
    right: 0;
    top: 0.7rem;
  }
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__input a[target=_blank]:hover {
    background-position: right 17px bottom 1px;
    background-size: 0 1px;
  }
}
.newsDetailPage .detailContents__input ul {
  margin: 40px 0;
  padding: 0 0 0 6px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ul {
    margin: 2rem 0;
    padding: 0 0 0 0.4rem;
  }
}
.newsDetailPage .detailContents__input ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 0 0 0 14px;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ul li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.newsDetailPage .detailContents__input ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ul li::before {
    width: 4px;
    height: 4px;
    top: 1rem;
  }
}
.newsDetailPage .detailContents__input ul.komeTxt {
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ul.komeTxt {
    margin: 1.6rem 0;
  }
}
.newsDetailPage .detailContents__input ul.komeTxt li {
  padding: 0 0 0 17px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ul.komeTxt li {
    padding: 0 0 0 1.5rem;
  }
}
.newsDetailPage .detailContents__input ul.komeTxt li::before {
  content: "※";
  width: auto;
  height: auto;
  background: none;
  top: 0;
}
.newsDetailPage .detailContents__input ol {
  padding: 0 0 0 6px;
  margin: 40px 0;
  counter-reset: item;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ol {
    margin: 2rem 0;
    padding: 0 0 0 0.4rem;
  }
}
.newsDetailPage .detailContents__input ol li {
  padding: 0 0 0 14px;
  margin: 0 0 6px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
.newsDetailPage .detailContents__input ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -3px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ol li::before {
    left: -0.3rem;
  }
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input ol li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
  }
}
.newsDetailPage .detailContents__input blockquote {
  background: #F5F6F8;
  position: relative;
  margin: 31px 0 52px;
  padding: 37px 47px 20px 71px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input blockquote {
    margin: 3.1rem 0 2.5rem;
    padding: 4rem 3rem 2rem;
  }
}
.newsDetailPage .detailContents__input blockquote::before {
  content: "“";
  font-size: 7.6rem;
  line-height: 0.4868421053;
  color: #D0D0D0;
  position: absolute;
  top: 39px;
  left: 24px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input blockquote::before {
    font-size: 6rem;
    line-height: 0.6166666667;
    top: 2rem;
    left: 2.5rem;
  }
}
.newsDetailPage .detailContents__input blockquote p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input blockquote p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.newsDetailPage .detailContents__input blockquote cite {
  display: block;
  width: 100%;
  border-top: solid 1px #D0D0D0;
  margin: 17px auto 0;
  padding: 8px 0 0;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-style: normal;
  text-align: right;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input blockquote cite {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    padding: 1rem 0 0;
    margin: 1.8rem auto 0;
  }
}
.newsDetailPage .detailContents__input table {
  width: 100%;
  border: solid 1px #CBCBCB;
  margin: 10px 0 60px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table {
    margin: 0 0 2.6rem;
  }
}
.newsDetailPage .detailContents__input table th, .newsDetailPage .detailContents__input table td {
  font-size: 1.6rem;
  line-height: 1.375;
  border-right: solid 1px #CBCBCB;
  text-align: center;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table th, .newsDetailPage .detailContents__input table td {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
.newsDetailPage .detailContents__input table th {
  background: #3C3B3B;
  color: #fff;
  font-weight: normal;
  border-right: solid 1px #CBCBCB;
  padding: 15px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table th {
    padding: 1.2rem 0;
  }
}
.newsDetailPage .detailContents__input table th.w200 {
  width: 201px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table th.w200 {
    width: 11.1rem;
  }
}
.newsDetailPage .detailContents__input table td {
  padding: 17px 0 16px;
  border-bottom: solid 1px #CBCBCB;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table td {
    padding: 1.3rem 0 1.1rem;
  }
}
.newsDetailPage .detailContents__input table td.text-left {
  text-align: left;
  padding: 15px 14px 13px 14px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table td.text-left {
    padding: 0.8rem 0.6rem 0.7rem;
  }
}
.newsDetailPage .detailContents__input table td p {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input table td p {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
.newsDetailPage .detailContents__input .gallery {
  display: flex;
  gap: 16px;
  margin: 15px auto !important;
}
.newsDetailPage .detailContents__input .gallery img {
  border: none !important;
}
.newsDetailPage .detailContents__input .gallery dl {
  float: none !important;
  margin-top: 0 !important;
}
.newsDetailPage .detailContents__input .pdf {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 0 11px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .pdf {
    padding: 0 0 0 2.1rem;
    margin: 0 0 0 0.8rem;
  }
}
.newsDetailPage .detailContents__input .pdf svg {
  display: inline;
  width: 17px;
  height: 23px;
  position: absolute;
  stroke: none;
  top: 3px;
  left: 0;
  right: inherit;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .pdf svg {
    top: 0.4rem;
  }
}
.newsDetailPage .detailContents__input .domesticBtn,
.newsDetailPage .detailContents__input .outsideBtn {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .domesticBtn,
  .newsDetailPage .detailContents__input .outsideBtn {
    margin: 1.6rem 0;
  }
}
.newsDetailPage .detailContents__input .domesticBtn a,
.newsDetailPage .detailContents__input .outsideBtn a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .domesticBtn a,
  .newsDetailPage .detailContents__input .outsideBtn a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.newsDetailPage .detailContents__input .domesticBtn a svg,
.newsDetailPage .detailContents__input .outsideBtn a svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  stroke: #3c3b3b;
  transition: 0.3s;
}
.newsDetailPage .detailContents__input .domesticBtn svg {
  right: -14px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .domesticBtn svg {
    right: -1.4rem;
  }
}
.newsDetailPage .detailContents__input .borderBtn {
  max-width: 320px;
  padding: 12px 19px 14px 20px;
  font-size: 1.6rem;
  line-height: 1.125;
  position: relative;
}
.newsDetailPage .detailContents__input .borderBtn::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/keirinkan/kou/assets/images/grayArrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .borderBtn {
    max-width: 25rem;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.newsDetailPage .detailContents__input .borderBtn svg {
  right: 17px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .borderBtn svg {
    right: 1.3rem;
  }
}
.newsDetailPage .detailContents__input .snsBtnArea {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .snsBtnArea {
    display: none;
  }
}
.newsDetailPage .detailContents__input .snsBtnArea ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li {
  width: 50%;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li::before {
  content: none;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.faceBook a {
  background: #1877F2;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.twitter a {
  background: #3C3B3B;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li a::after {
  content: none;
}
@media (max-width: 767px) {
  .newsDetailPage .wh-borderBtn {
    max-width: 20rem;
    padding: 2.1rem 0;
  }
  .newsDetailPage .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.newsDetailPage .detailContents__flex {
  align-items: center;
  margin: 17px auto 0;
  gap: 0 13px;
  padding: 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__flex {
    flex-direction: row;
  }
}
.newsDetailPage .detailContents__flexDete {
  font-size: 1.5rem;
  line-height: 1.2;
}
.newsDetailPage .detailContents__flexSns {
  display: flex;
  width: 148px;
}
.newsDetailPage .detailContents__flexSns li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 22px;
}
.newsDetailPage .detailContents__flexSns li.faceBook a {
  background: #0865FF;
}
.newsDetailPage .detailContents__flexSns li.faceBook a svg {
  width: 16px;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__flexSns li.faceBook a:hover {
    background: #5394FF;
    transition: 0.3s;
  }
}
.newsDetailPage .detailContents__flexSns li.twitter a {
  background: #3C3B3B;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__flexSns li.twitter a:hover {
    background: #777676;
    transition: 0.3s;
  }
}
.newsDetailPage .detailContents__flexSns li.twitter svg {
  width: 13px;
}
.newsDetailPage .detailContents__flexSns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3px 0;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__flexSns li:hover {
    transition: 0.3s;
  }
}
.newsDetailPage .detailContents__input .commentBlock {
  margin: 60px 0;
  padding: 40px 40px 38px 40px;
  border: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock {
    margin: 4rem 0;
    padding: 3rem;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flex {
  position: relative;
}
.newsDetailPage .detailContents__input .commentBlock__flex figure {
  width: 120px;
  height: 120px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flex figure {
    width: 8rem;
    height: 8rem;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsDetailPage .detailContents__input .commentBlock__flexText {
  width: 100%;
  margin: -5px 0 0;
  padding: 0 0 0 150px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText {
    padding: 0 0 0 9.4rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText:last-child {
    padding: 0;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flexText--title {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText--title {
    margin: 0 0 2.5rem;
    min-height: 6.7rem;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flexText--title span {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 -2px;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText--title span {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0 0 0.4rem;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flexText--title p {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText--title p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.newsDetailPage .detailContents__input .commentBlock__flexText--text {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .commentBlock__flexText--text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .newsDetailPage .detailContents__input .snsBtnArea {
    display: none;
  }
}
.newsDetailPage .detailContents__input .snsBtnArea ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li {
  width: 50%;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li::before {
  content: none;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.faceBook a {
  background: #1877F2;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__input .snsBtnArea ul li.faceBook a:hover {
    background: #5394FF;
    transition: 0.3s;
  }
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.faceBook svg {
  width: 28px;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.twitter a {
  background: #3C3B3B;
}
@media (any-hover: hover) {
  .newsDetailPage .detailContents__input .snsBtnArea ul li.twitter a:hover {
    background: #777676;
    transition: 0.3s;
  }
}
.newsDetailPage .detailContents__input .snsBtnArea ul li.twitter svg {
  width: 19px;
}
.newsDetailPage .detailContents__input .snsBtnArea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}

.is-coloeMode_dark .newsPage .columnArea__tabBlockArticle__flexTtl dt .newsArea__sliderDateFlexDetail {
  color: #fff;
}

.jissenPage .lowMain {
  height: 210px;
}
@media (max-width: 767px) {
  .jissenPage .lowMain {
    height: auto;
    padding: 3.2rem 2.2rem 3.4rem;
  }
}
.jissenPage .lowMain__innerTtl {
  font-family: var(--fontTtl);
  margin: 8px 0 0;
}
.jissenPage .productList.syllabus {
  padding: 81px 30px 100px;
  margin: 0;
}
.jissenPage .productList.syllabus .productList__detailList {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .jissenPage .productList.syllabus .productList__detailList {
    margin: 0 0 1.8rem;
    padding: 0 0 0.1rem 2.2rem;
  }
}
@media (max-width: 767px) {
  .jissenPage .productList.syllabus {
    padding: 4.9rem 0 5.9rem;
  }
}
.jissenPage .productList__wrapper:has(.archiveBtn) .productList__detail {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .jissenPage .productList__wrapper:has(.archiveBtn) .productList__detail {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .jissenPage .productList__detailList ul li a {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.6rem 1.5rem;
  }
}
.jissenPage .recordArea {
  background: none;
  padding: 0;
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .jissenPage .recordArea {
    margin: 0;
  }
}
.jissenPage .recordArea__detailList ul {
  padding: 8px;
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailList ul {
    padding: 0.6rem 0.8rem;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailList ul li {
    height: 3.8rem;
  }
}
.jissenPage .recordArea__detailList ul li a {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailList ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.jissenPage .recordArea__detailList ul li.isActive a.current {
  background: #3C3B3B;
}
.jissenPage .recordArea__detailTab {
  margin: 0;
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailTabBlockFlex {
    flex-wrap: wrap;
    overflow-x: initial;
    padding: 0 2.2rem;
    scroll-padding: 0;
  }
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailTabBlockFlex a {
    width: 100%;
    flex: initial;
    scroll-snap-align: initial;
  }
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailTabBlockTitle {
    padding: 0 0 2.8rem;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .jissenPage .recordArea__detailTabBlockTitle p {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.jissenPage .recordArea__detailTabBlockBottom dl {
  display: flex;
  align-items: center;
}
.jissenPage .recordArea__detailTabBlockBottom dl dt {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 400;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.jissenPage .recordArea__detailTabBlockBottom dl dt::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #EBEBEB;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.jissenPage .pagination {
  margin: 80px 0 51px;
}
@media (max-width: 767px) {
  .jissenPage .pagination {
    margin: 5rem 0 2.1rem;
  }
}
.jissenPage .archiveBtn {
  margin: 0 0 10px;
}
.jissenPage .archiveBtn a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.jissenPage .archiveBtn a span::after {
  content: none;
}
@media (any-hover: hover) {
  .jissenPage .archiveBtn a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.jissenPage .archiveBtn .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.jissenPage .archiveBtn:last-of-type {
  margin: 0;
}
.jissenPage .archiveBtn .whiteBtn {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .jissenPage .archiveBtn .whiteBtn {
    width: 25rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 1.6rem 0;
  }
}

@media (max-width: 767px) {
  .jissenDetailPage .wh-borderBtn {
    padding: 2.1rem 2.5rem 2.1rem 0;
  }
}
.jissenDetailPage .detailContents {
  margin: 68px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents {
    margin: 0 0 0;
    padding: 0 2.2rem;
  }
}
.jissenDetailPage .detailContents__top {
  margin: 0 auto 14px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__top {
    margin: 0 auto 1rem;
  }
}
.jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  padding: 6px 15px 6px 26px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    padding: 0.4rem 0.9rem 0.4rem 1.9rem;
  }
}
.jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt::before {
  left: 13px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt::before {
    left: 0.8rem;
    top: 0.2rem;
  }
}
.jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt.new::after {
  display: flex;
  align-items: center;
  line-height: 1.2666666667;
  top: -2px;
  right: -44px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__top .recordArea__detailTabBlockCateTxt.new::after {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    top: 0.2rem;
    right: -4.4rem;
  }
}
.jissenDetailPage .detailContents__topDate {
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__topDate {
    margin: -0.8rem 0 0.7rem;
  }
}
.jissenDetailPage .detailContents__bottom {
  max-width: 800px;
  margin: 0 auto;
}
.jissenDetailPage .detailContents__bottom dt, .jissenDetailPage .detailContents__bottom dd {
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__bottom dt, .jissenDetailPage .detailContents__bottom dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.jissenDetailPage .detailContents__bottom dt {
  font-weight: normal;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__bottom dt {
    margin: 0 0 0.6rem;
  }
}
.jissenDetailPage .detailContents__flex {
  align-items: center;
  margin: 17px auto 0;
  gap: 0 13px;
  padding: 0;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__flex {
    display: flex;
    flex-direction: row;
    margin: 0.8rem 0 0;
  }
}
.jissenDetailPage .detailContents__flexDete {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__flexDete {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.jissenDetailPage .detailContents__flexSns {
  display: flex;
  width: 148px;
}
.jissenDetailPage .detailContents__flexSns li {
  width: 50%;
  transition: 0.6s;
}
.jissenDetailPage .detailContents__flexSns li.faceBook {
  background: #0865FF;
}
.jissenDetailPage .detailContents__flexSns li.twitter {
  background: #3C3B3B;
}
.jissenDetailPage .detailContents__flexSns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
}
@media (any-hover: hover) {
  .jissenDetailPage .detailContents__flexSns li:hover {
    transition: 0.3s;
  }
}
.jissenDetailPage .detailContents__input .commentBlock {
  margin: 60px 0 0;
  padding: 40px 40px 38px 40px;
  border: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock {
    margin: 4rem 0;
    padding: 3rem;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flex {
  position: relative;
}
.jissenDetailPage .detailContents__input .commentBlock__flex figure {
  width: 120px;
  height: 120px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flex figure {
    width: 8rem;
    height: 8rem;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jissenDetailPage .detailContents__input .commentBlock__flexText {
  width: 100%;
  margin: -5px 0 0;
  padding: 0 0 0 150px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText {
    padding: 0 0 0 9.4rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText:last-of-type {
    padding: 0;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flexText--title {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText--title {
    margin: 0 0 2.5rem;
    min-height: 6.7rem;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flexText--title span {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 -2px;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText--title span {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0 0 0.4rem;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flexText--title p {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText--title p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.jissenDetailPage .detailContents__input .commentBlock__flexText--text {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .jissenDetailPage .detailContents__input .commentBlock__flexText--text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.jissenDetailPage .wideArea .pageBtnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.jissenDetailPage .wideArea .pageBtnArea li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.jissenDetailPage .wideArea .pageBtnArea li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .jissenDetailPage .wideArea .pageBtnArea li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.jissenDetailPage .wideArea .pageBtnArea li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.jissenDetailPage .wideArea .pageBtnArea .prev,
.jissenDetailPage .wideArea .pageBtnArea .next {
  position: absolute;
}
.jissenDetailPage .wideArea .pageBtnArea .prev svg,
.jissenDetailPage .wideArea .pageBtnArea .next svg {
  stroke: #3c3b3b;
  width: 7px;
  height: 12px;
  top: 3px;
  bottom: 0;
  position: absolute;
  margin: auto;
}
@media (max-width: 767px) {
  .jissenDetailPage .wideArea .pageBtnArea .prev svg,
  .jissenDetailPage .wideArea .pageBtnArea .next svg {
    top: 0.5rem;
  }
}
.jissenDetailPage .wideArea .pageBtnArea .prev a,
.jissenDetailPage .wideArea .pageBtnArea .next a {
  font-family: var(--fontTtl);
  font-weight: 500;
}
@media (max-width: 767px) {
  .jissenDetailPage .wideArea .pageBtnArea .prev a,
  .jissenDetailPage .wideArea .pageBtnArea .next a {
    font-size: 1.5rem;
  }
}
.jissenDetailPage .wideArea .pageBtnArea .prev {
  margin: 0 auto 0 0;
  left: 0;
}
.jissenDetailPage .wideArea .pageBtnArea .prev a {
  padding: 0 0 0 15px;
}
.jissenDetailPage .wideArea .pageBtnArea .prev svg {
  left: 0;
  transform: scale(-1, 1);
}
.jissenDetailPage .wideArea .pageBtnArea .next {
  margin: 0 0 0 auto;
  right: 0;
}
.jissenDetailPage .wideArea .pageBtnArea .next a {
  padding: 0 15px 0 0;
}
.jissenDetailPage .wideArea .pageBtnArea .next svg {
  right: 0;
}
.jissenDetailPage .wideArea .pageBtnArea .w300 {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .jissenDetailPage .wideArea .pageBtnArea .w300 {
    width: 20rem;
  }
}

.scienceTopPage #block02,
.scienceTopPage #block03,
.scienceTopPage #block04,
.scienceTopPage #block05,
.scienceTopPage #block06 {
  display: none;
}
.scienceTopPage #pickUp02,
.scienceTopPage #pickUp03,
.scienceTopPage #pickUp04,
.scienceTopPage #pickUp05,
.scienceTopPage #pickUp06 {
  display: none;
}
.scienceTopPage .lineUp.low .lineUp__innerTop {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .scienceTopPage .lineUp.low .lineUp__innerTop {
    margin: 0 0 3rem;
  }
}
.scienceTopPage .recordArea__detailList {
  width: 100%;
}
.scienceTopPage .recordArea__detailList ul {
  padding: 9px 8px;
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailList ul {
    padding: 0.6rem 0.8rem;
    margin: 0 auto 3rem;
  }
}
.scienceTopPage .recordArea__detailList ul li {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailList ul li {
    width: 4.5rem;
  }
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailList ul li:nth-child(5), .scienceTopPage .recordArea__detailList ul li:nth-child(6) {
    width: 6.9rem;
  }
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailList ul li a {
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailLink a {
    padding: 1.6rem 0;
  }
}
.scienceTopPage .recordArea__detailTab {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .scienceTopPage .recordArea__detailTab {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .scienceTopPage .pickUpArea .recordArea__detailList {
    width: 100%;
    padding: 0 2.2rem;
  }
}
.scienceTopPage .pickUpArea .recordArea__detailList ul {
  background: #F5F6F8;
}

.scienceTopPage.textTopPage .lineUp .dotTtl {
  margin: 0 0 56px;
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.scienceTopPage.textTopPage .lineUp__innerLink {
  width: 100%;
}
.scienceTopPage.textTopPage .lineUp__innerLink li {
  min-height: 456px;
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink li {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink li a p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink li .lineUp__innerLinkDetail figure img {
    max-width: 11rem;
    max-height: 15.8rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink--textarea {
    padding: 2rem 2.4rem;
  }
}
.scienceTopPage.textTopPage .lineUp__innerLink--textareaTtl {
  margin: 0;
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink--textareaTtl {
    margin: 0 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp__innerLink--textareaTtl p span {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.scienceTopPage.textTopPage .lineUp .recordArea__detailList ul {
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .scienceTopPage.textTopPage .lineUp .recordArea__detailList ul {
    margin: 0 auto 3rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .scienceTopPage.textTopPage .textSubvisual__title dt h1 {
    margin: 0 0 381px;
  }
  .scienceTopPage.textTopPage .textSubvisual figure {
    top: inherit;
    bottom: 40px;
    right: -30px;
    left: inherit;
    margin: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .scienceTopPage.textTopPage .textSubvisual figure {
    left: 390px;
  }
}
.scienceTopPage.subTextTopPage .ictArea__flex li:first-child figure img {
  width: 216px;
}
@media (max-width: 767px) {
  .scienceTopPage.subTextTopPage .ictArea__flex li:first-child figure img {
    width: 129.6px;
    height: auto;
  }
}
.scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(2) figure img {
  width: 205px;
}
@media (max-width: 767px) {
  .scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(2) figure img {
    width: 123px;
    height: auto;
  }
}
.scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(3) figure img {
  width: 246px;
}
@media (max-width: 767px) {
  .scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(3) figure img {
    width: 147.6px;
    height: auto;
  }
}
.scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(4) figure img {
  width: 186px;
}
@media (max-width: 767px) {
  .scienceTopPage.subTextTopPage .ictArea__flex li:nth-child(4) figure img {
    width: 111.6px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .scienceTopPage.subTextTopPage .recordArea__detailList ul {
    width: calc(100% - 4.4rem);
  }
}

.scienceTextDetail .otherLowDetail__flex {
  gap: 0 130px;
}
.scienceTextDetail .otherLowDetail__flexTextIndex ul li {
  margin: 0 0 6px;
}
.scienceTextDetail .otherLowDetail__flexTextIndex ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.scienceTextDetail .otherLowDetail__flexTextIndex ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .scienceTextDetail .otherLowDetail__flexTextIndex ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.scienceTextDetail .otherLowDetail__flexTextIndex ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .middle {
  max-width: 576px;
}
@media (max-width: 767px) {
  .scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .middle {
    max-width: 100%;
  }
}
.scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .short {
  max-width: 200px;
}
@media (max-width: 767px) {
  .scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .short {
    max-width: 100%;
  }
}
.scienceTextDetail .otherLowTab #tab02 {
  max-width: 1200px;
  margin: 0 auto;
}
.scienceTextDetail .otherLowTab #tab02 .recordArea__tabBlockArticleIntro {
  width: 100%;
  max-width: 816px;
  margin: 0 auto 61px;
}

.scienceSubTextPage .lowMain.otherLow.subText .lowMain__flex {
  bottom: -115px;
}
.scienceSubTextPage .lowMain.otherLow.subText.mondai {
  height: 315px;
}
@media (max-width: 767px) {
  .scienceSubTextPage .lowMain.otherLow.subText.mondai {
    height: auto;
  }
}
@media (max-width: 767px) {
  .scienceSubTextPage .otherLowDetail.subText.mondai .otherLowDetail__flex {
    padding-top: 16.8rem;
  }
}

.scienceTeacherDetailPage .lowMain.otherLow.teachText {
  height: 321px;
}
@media (max-width: 767px) {
  .scienceTeacherDetailPage .lowMain.otherLow.teachText {
    height: auto;
  }
}
.scienceTeacherDetailPage .teachDetail__borderInner {
  max-width: 816px;
  margin: 0 auto;
}
.scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
  width: 576px;
}
@media (max-width: 767px) {
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
    width: 100%;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul::before {
    content: none;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:last-child {
    margin: 1.7rem 0 0;
  }
}
@media (max-width: 767px) {
  .scienceTeacherDetailPage .lineUp__innerLink {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.2rem 0 2.2rem;
    margin: 0 0 0 -3.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
  }
}
@media (max-width: 767px) {
  .scienceTeacherDetailPage .lineUp__innerLink li {
    flex: 0 0 28.4rem;
    scroll-snap-align: end;
  }
}

.scienceSupportPage .detailArea__wrapper .dotTtl {
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__wrapper .dotTtl {
    margin: 0 0 3rem;
  }
}
.scienceSupportPage .detailArea__innerFlex.top {
  padding: 0 0 30px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.top {
    padding: 0 0 2.6rem;
    margin: 0 0 2rem;
  }
}
.scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexLeft--title {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  margin: 0;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexLeft--title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexLeftText {
  width: auto;
}
.scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight {
  width: 100%;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight {
    width: 100%;
    align-items: center;
    flex-direction: row;
  }
}
.scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight ul {
  top: 11px;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight ul {
    top: 0;
  }
}
.scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight ul li a {
  padding: 7px 20px;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.top .detailArea__innerFlexRight ul li a {
    padding: 1rem 1.5rem;
  }
}
.scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText {
  width: 27%;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexLeftText {
    width: auto;
  }
}
.scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  min-height: 6rem;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a {
    padding: 1rem 0.8rem 1rem 3.2rem;
  }
}
.scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a span {
  padding: 10px 0 10px 23px;
}
@media (max-width: 767px) {
  .scienceSupportPage .detailArea__innerFlex.bottom .detailArea__innerFlexRight ul li a span {
    padding: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .scienceTopPage.textTopPage .textSubvisual__title dt h1 {
    margin: 0 0 270px;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
    width: 100%;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li {
    width: 33.3333333333%;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexRight {
    display: block;
    margin: 60px auto 0;
  }
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexRight::before {
    top: -45px;
    left: 0;
    bottom: inherit;
  }
  .scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .middle {
    max-width: 100%;
  }
  .scienceTextDetail .otherLowTab .recordArea__tabBlockArticleIntro .short {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .scienceTeacherDetailPage .teachDetail__anchorAreaFlexRight::before {
    left: -44px;
    right: inherit;
  }
}
@media (max-width: 767px) {
  .englishTopPage .threeColumn.math .threeColumn__flexArticleFlexText--link li {
    width: 68%;
    margin: auto;
  }
}
.englishTopPage .threeColumn.math .threeColumn__flexArticleFlexText--link .blueBtn {
  width: 320px;
}
@media (max-width: 767px) {
  .englishTopPage .threeColumn.math .threeColumn__flexArticleFlexText--link .blueBtn {
    width: auto;
  }
}
.englishTopPage .ictArea__flex {
  flex-wrap: wrap;
  gap: 21px 21px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex {
    gap: 1.3rem;
  }
}
.englishTopPage .ictArea__flex li:first-child a figure img {
  width: 124px;
  height: 70px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:first-child a figure img {
    width: 60%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(2) a figure img {
  width: 150px;
  height: 63px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(2) a figure img {
    width: 60%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(3) a figure img {
  width: 140px;
  height: 74px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(3) a figure img {
    width: 60%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(4) a figure img {
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(4) a figure img {
    width: 40%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(5) a figure img {
  width: 134px;
  height: 48px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(5) a figure img {
    width: 60%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(6) a figure img {
  width: 216px;
  height: 78px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(6) a figure img {
    width: 90%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(7) a figure img {
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(7) a figure img {
    width: 40%;
    height: auto;
  }
}
.englishTopPage .ictArea__flex li:nth-child(8) a figure img {
  width: 205px;
  height: 75px;
}
@media (max-width: 767px) {
  .englishTopPage .ictArea__flex li:nth-child(8) a figure img {
    width: 80%;
    height: auto;
  }
}

.engIct .ictArea__flex {
  flex-wrap: wrap;
  gap: 21px 21px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex {
    gap: 1.3rem;
  }
}
.engIct .ictArea__flex li:first-child a figure img {
  width: 124px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:first-child a figure img {
    width: 7.44rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(2) a figure img {
  width: 150px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(2) a figure img {
    width: 9rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(3) a figure img {
  width: 140px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(3) a figure img {
    width: 8.4rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(4) a figure img {
  width: 90px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(4) a figure img {
    width: 5.4rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(5) a figure img {
  width: 134px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(5) a figure img {
    width: 8.04rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(6) a figure img {
  width: 216px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(6) a figure img {
    width: 12.96rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(7) a figure img {
  width: 90px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(7) a figure img {
    width: 5.4rem;
    height: auto;
  }
}
.engIct .ictArea__flex li:nth-child(8) a figure img {
  width: 205px;
}
@media (max-width: 767px) {
  .engIct .ictArea__flex li:nth-child(8) a figure img {
    width: 12.3rem;
    height: auto;
  }
}

.englishSubTextTopPage .textSubvisual.none figure {
  top: 2px;
  left: 501px;
}
@media (max-width: 767px) {
  .englishSubTextTopPage .textSubvisual.none figure {
    height: 15.8rem;
    bottom: -8rem;
  }
}
@media (max-width: 767px) {
  .englishSubTextTopPage .textSubvisual.series figure {
    top: inherit;
    left: 2.2rem;
    bottom: 5.2rem;
  }
}
.englishSubTextTopPage .textSubvisual__title dd {
  margin: -21px 0 0 -22px;
}
@media (max-width: 767px) {
  .englishSubTextTopPage .textSubvisual__title dd {
    width: 26.8rem;
    margin: -1.2rem 0 0 auto;
  }
}
.englishSubTextTopPage .textSubvisual__title dd ul li {
  height: 205px;
  margin: 0;
}
@media (max-width: 767px) {
  .englishSubTextTopPage .textSubvisual__title dd ul li {
    height: auto;
  }
}
@media (max-width: 767px) {
  .englishSubTextTopPage .textSubvisual__title dd ul li img {
    width: auto;
    height: auto;
  }
}
.englishSubTextTopPage .lineUp.series {
  padding: 173px 30px 100px;
}
@media (max-width: 767px) {
  .englishSubTextTopPage .lineUp.series {
    padding: 12.1rem 0 6rem;
    margin: -8.1rem 0 8.3rem;
  }
}
.englishSubTextTopPage .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .englishSubTextTopPage .dotTtl {
    margin: 0 0 3rem;
  }
}

.englishSubTextDetailPage .otherLowDetail__flexText .subDetail.taioh {
  margin: -8px 0 30px;
}
@media (max-width: 767px) {
  .englishSubTextDetailPage .otherLowDetail__flexText .subDetail.taioh {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .englishSubTextDetailPage .otherLowDetail__flexText .subDetail dd.flex {
    width: 18.4rem;
  }
}
@media (max-width: 767px) {
  .englishSubTextDetailPage .otherLowDetail__flexText .subDetail dd.flex a.listenBtn {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
  .englishSubTextDetailPage .otherLowDetail__flexText .subDetail dd.flex a.listenBtn span {
    background: url(/keirinkan/kou/assets/images/english/listen-icon.png) left center no-repeat;
    background-size: 2.1rem auto;
    padding: 0 0 0 2.3rem;
  }
}
@media (max-width: 767px) {
  .englishSubTextDetailPage .otherLowTab .recordArea__tabBlockArticleFlex .textarea {
    margin: 0 0 2.5rem;
  }
}
.englishSubTextDetailPage .otherLowTab__content .tabArticle:nth-child(2) {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .englishSubTextDetailPage .otherLowTab .subTextTabDetail .textarea__list li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.7rem;
  }
  .englishSubTextDetailPage .otherLowTab .subTextTabDetail .textarea__list li::before {
    top: 1.1rem;
  }
}
.englishSubTextDetailPage .recordArea__detailList ul li {
  width: 297px;
}

.englishTextPage .otherLowTab .recordArea__tabBlockArticleIntro .short {
  max-width: 71.8%;
}
@media (max-width: 767px) {
  .englishTextPage .otherLowTab .recordArea__tabBlockArticleIntro .short {
    max-width: 100%;
  }
}

.englishTeachTopPage .lineUp__innerLink li .lineUp__innerLinkDetail figure {
  padding: 25px 24px;
}

.englishTeacherDetailPage .lowMain.otherLow.teachText {
  padding: 56px 30px 66px;
  margin: 0;
  background: url(/keirinkan/kou/assets/images/english/teachLow_mv.jpg) no-repeat bottom right;
  background-size: 1500px auto;
  height: 250px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .lowMain.otherLow.teachText {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) no-repeat bottom 0 right;
    background-size: 100% auto;
    padding: 0.5rem 0 1.2rem;
    margin: -1rem 0 0;
    height: auto;
  }
}
.englishTeacherDetailPage .teachDetail__borderInner.part01 .teachDetail__anchorAreaFlexLeft ul {
  flex-wrap: wrap;
}
.englishTeacherDetailPage .teachDetail__borderInner.part01 .teachDetail__anchorAreaFlexLeft ul li {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__borderInner.part01 .teachDetail__anchorAreaFlexLeft ul li {
    width: 50%;
  }
}
.englishTeacherDetailPage .teachDetail__borderInner.part02 {
  max-width: 960px;
  padding: 29px 0 18px;
  margin: 0 auto;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
  max-width: 100%;
  padding: 27px 0 31px;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 {
  max-width: 960px;
  padding: 27px 0 36px;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li {
  width: 20%;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li {
    width: 50%;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(2), .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(3) {
  padding: 13px 0 0 0;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(3) a {
  margin: 0 0 9px;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(4) {
  padding: 7px 11px 0 0;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(4) a {
  margin: 0 0 30px;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(4) figure {
  margin: 0 auto;
  position: relative;
  top: -1px;
  left: 5px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(5) {
    width: 100%;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft.part02 li:nth-child(5) a {
  margin: 0 0 9px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
    padding: 2.4rem 1.6rem 2.7rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul {
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
  }
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul::before {
    content: none;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li {
  width: 20%;
  padding: 6px 0 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li::before {
    height: 7.6rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li::after {
  height: 108px;
  top: 8px;
  right: 0px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li::after {
    height: 7.6rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin: 0 0 1.9rem;
    padding: 0 0 2.1rem;
    border-bottom: solid 1px #EBEBEB;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li a {
  position: relative;
  text-align: left;
  padding: 0 0 0 20px;
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li a.part02 {
  margin: 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li a {
    padding: 0 0 0 1.5rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li a em {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:first-child::after {
    right: 0.1rem;
    top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(2)::after {
    content: none;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(2) a {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(2) a {
    margin: 0 auto 0.6rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(2) a::after {
  position: absolute;
  top: 9px;
  right: -18px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(2) a::after {
    top: 0.6rem;
    right: -1.7rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(3)::after {
    right: 0.1rem;
    top: 0.1rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) {
  padding: 13px 19px 0 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) {
    margin: 0 0 1.9rem;
    padding: 0 0 2.1rem;
  }
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4)::after {
    top: -0.7rem;
    right: -3.1rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) figure {
  margin: -13px auto 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) figure {
    margin: -0.2rem auto 0;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) a {
    margin: 0 0 11px;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) a::after {
  position: absolute;
  bottom: 6px;
  right: -15px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) a::after {
    bottom: 0.3rem;
    right: -1.5rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(3), .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(4) {
    margin: 0 0 1.9rem;
    padding: 0 0 1.8rem;
  }
}
.englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(5) a {
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-child(5) a {
    margin: 0 0 1.8rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:nth-last-child(-n+2) {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:last-child {
    padding: 0 0 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul li:last-child a {
    margin: 0 0 2rem;
  }
}
.englishTeacherDetailPage .teachDetail .otherLowTab .recordArea__tabBlockArticleIntro {
  margin: 0 0 60px;
}
.englishTeacherDetailPage .teachDetail .otherLowTab .recordArea__tabBlockArticleIntro:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail .otherLowTab .recordArea__tabBlockArticleIntro {
    margin: 0 0 5rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn {
    flex-wrap: wrap;
    gap: 1.1rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn li {
    width: 16rem;
    padding: 2.4rem 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn li:nth-child(3) {
    padding: 1.2rem 0 2.4rem;
  }
}
.englishTeacherDetailPage .teachDetail__threeColumn li:nth-child(3) a {
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn li:nth-child(3) a {
    margin: 0 0 2.2rem;
  }
}
.englishTeacherDetailPage .teachDetail__threeColumn li:nth-child(3) figure {
  width: 101px;
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn li:last-child a {
    margin: 0 0 1.7rem;
  }
}
@media (max-width: 767px) {
  .englishTeacherDetailPage .teachDetail__threeColumn li p {
    margin: 0 0 0.8rem;
  }
}
.englishTeacherDetailPage .connection.detailArea .lineUp__innerLink li {
  min-height: 426px;
}
.englishTeacherDetailPage .connection .lineUp__innerLink--textareaList li {
  min-height: auto !important;
}

.englishOnlyPage .lowMain.otherLow.subText.mondai {
  height: 316px;
}
@media (max-width: 767px) {
  .englishOnlyPage .lowMain.otherLow.subText.mondai {
    height: auto;
    background: url(/keirinkan/kou/assets/images/english/sutext_mv.jpg) no-repeat top -9.9rem right;
    background-size: 100% auto;
  }
}
.englishOnlyPage .lowMain.otherLow.subText .lowMain__flex {
  position: initial;
}
@media (max-width: 767px) {
  .englishOnlyPage .lowMain.otherLow.subText .lowMain__flex {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .englishOnlyPage .lowMain.otherLow.subText .lowMain__flex li {
    position: initial;
  }
}
.englishOnlyPage .lowMain__flex {
  position: initial;
}
.englishOnlyPage .lowMain__flex li {
  position: absolute;
}
.englishOnlyPage .lowMain__flex li img {
  height: 186px;
}
.englishOnlyPage .lowMain__flex li:first-child {
  top: 110px;
  right: 270px;
  z-index: 1;
}
.englishOnlyPage .lowMain__flex li:nth-child(2) {
  top: 40px;
  right: 210px;
  z-index: 0;
}
.englishOnlyPage .lowMain__flex li:nth-child(3) {
  top: 110px;
  right: 60px;
  z-index: 1;
}
.englishOnlyPage .lowMain__flex li:nth-child(4) {
  top: 40px;
  right: 0;
  z-index: 0;
}
.englishOnlyPage .pointBlock {
  background: #fff;
}
.englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flex {
  padding: 0 0 69px;
  margin: 0 0 80px;
  border-bottom: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flex {
    padding: 0 0 4.9rem;
    margin: 0 0 3rem;
  }
}
.englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flexText {
  margin: 0;
}
.englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flexTextBottom {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flexTextBottom {
    border-top: none;
    margin: 0 0 4rem;
  }
}
.englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flexText--ttl {
  font-family: var(--fontJA);
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowDetail.subText.mondai .otherLowDetail__flexContainer {
    padding: 15.8rem 0 0;
  }
}
.englishOnlyPage .otherLowDetail__flexText dl.subDetail:nth-of-type(2) dt {
  width: auto;
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowDetail__flexText dl.subDetail dd.flex {
    margin: 0;
  }
}
.englishOnlyPage .otherLowTab .recordArea__detailList ul li {
  width: 296px;
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowTab .recordArea__detailList ul li {
    width: 80px;
  }
}
.englishOnlyPage .otherLowTab .recordArea__tabBlockArticleFlex .textarea__list {
  padding: 0 6px;
}
.englishOnlyPage .otherLowTab .recordArea__tabBlockArticleFlex .textarea__list li {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowTab .recordArea__tabBlockArticleFlex .textarea__list li {
    margin: 0 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .englishOnlyPage .otherLowTab .subTextTabDetail .recordArea__tabBlockArticleTtl {
    margin: 0 0 2.9rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
    position: relative;
  }
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft ul::after {
    content: "";
    width: 91%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .englishTeacherDetailPage .teachDetail__anchorAreaFlex {
    max-width: 100%;
  }
  .englishTeacherDetailPage .teachDetail__anchorAreaFlexLeft {
    width: 100%;
  }
}
.contactPage {
  margin: 0 0 109px;
}
@media (max-width: 767px) {
  .contactPage .lightBlueBtn svg {
    right: 1.4rem;
  }
}
.contactPage input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactPage .bgNoneTtl {
  background: none;
}
@media (max-width: 767px) {
  .contactPage .bgNoneTtl {
    margin: -0.5rem 0 0;
    padding: 0 2.2rem 3.3rem;
  }
}
.contactPage .bgNoneTtl__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contactPage .bgNoneTtl__cate {
  display: inline-block;
  background: #3C3B3B;
  color: #fff;
  border-radius: 100px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  padding: 9px 22px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .contactPage .bgNoneTtl__cate {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    padding: 0.4rem 1.5rem;
    margin: 0 0 0.9rem;
  }
}
.contactPage .bgNoneTtl__text {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fontTtl);
}
@media (max-width: 767px) {
  .contactPage .bgNoneTtl__text {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.contactPage .pageDetailText {
  background: #F5F6F8;
  padding: 58px 30px;
  margin: 0 0 102px;
}
@media (max-width: 767px) {
  .contactPage .pageDetailText {
    padding: 2.9rem 2.2rem;
    margin: 0 0 4.2rem;
  }
}
.contactPage .pageDetailText__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contactPage .pageDetailText p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .contactPage .pageDetailText p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.contactPage .pageDetailText dl dt.attention {
  color: #FF6589;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  margin: -2px 0 23px;
  background: url(/keirinkan/kou/assets/images/contact/attention.svg) left center no-repeat;
  background-size: 24px auto;
  padding: 2px 0 0 32px;
}
@media (max-width: 767px) {
  .contactPage .pageDetailText dl dt.attention {
    font-size: 1.5rem;
    padding: 0.7rem 0 0.3rem 3rem;
    margin: 0 0 1.7rem;
  }
}
.contactPage .pageDetailText dl dd ul li {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .contactPage .pageDetailText dl dd ul li {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 0 0 0 1.5rem;
    margin: 0 0 0.4rem;
  }
}
.contactPage .pageDetailText dl dd ul li:last-child {
  margin: 0;
}
.contactPage .pageDetailText dl dd ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3C3B3B;
  position: absolute;
  top: 12px;
  left: 8px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .contactPage .pageDetailText dl dd ul li::before {
    width: 4px;
    height: 4px;
    top: 1rem;
    left: 0.4rem;
  }
}
.contactPage .contentsDetail {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail {
    padding: 0 2.2rem;
  }
}
.contactPage .contentsDetail .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.contactPage .contentsDetail .policyArea__inner {
  width: 100%;
  height: 200px;
  border: solid 1px #D0D0D0;
  overflow-y: scroll;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__inner {
    margin: 0 0 3rem;
  }
}
.contactPage .contentsDetail .policyArea__inner::-webkit-scrollbar {
  width: 10px;
  background: #F5F6F8;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__inner::-webkit-scrollbar {
    width: 1rem;
  }
}
.contactPage .contentsDetail .policyArea__inner::-webkit-scrollbar-thumb {
  background: #3C3B3B;
}
.contactPage .contentsDetail .policyArea__detail {
  max-width: 1040px;
  margin: 0 auto;
  padding: 21px 10px 30px 30px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__detail {
    padding: 1.5rem 1.2rem;
  }
}
.contactPage .contentsDetail .policyArea__detailTop {
  text-align: right;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__detailTop {
    font-size: 1.3rem;
    line-height: 1.2307692308;
    margin: 0 0 1.6rem;
  }
}
.contactPage .contentsDetail .policyArea__block {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__block {
    margin: 0 0 2rem;
  }
}
.contactPage .contentsDetail .policyArea__block:last-child {
  margin: 0;
}
.contactPage .contentsDetail .policyArea__blockTtl {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__blockTtl {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
.contactPage .contentsDetail .policyArea__block p {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  padding: 0 0 0 30px;
}
.contactPage .contentsDetail .policyArea__block p a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.contactPage .contentsDetail .policyArea__block p a span::after {
  content: none;
}
@media (any-hover: hover) {
  .contactPage .contentsDetail .policyArea__block p a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.contactPage .contentsDetail .policyArea__block p .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea__block p {
    font-size: 1.3rem;
    line-height: 1.2307692308;
    padding: 0;
  }
}
.contactPage .contentsDetail .policyArea .lightBlueBtn {
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 0;
}
.contactPage .contentsDetail .policyArea .lightBlueBtn a {
  display: flex;
  border-radius: 100px;
  background: #0083E8;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  z-index: 0;
  overflow: hidden;
  font-family: var(--fontTtl);
  font-weight: 500;
}
.contactPage .contentsDetail .policyArea .lightBlueBtn a svg {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  stroke: #fff;
}
.contactPage .contentsDetail .policyArea .lightBlueBtn a::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0155AA;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.contactPage .contentsDetail .policyArea .lightBlueBtn a:hover::after {
  width: 100%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .contactPage .contentsDetail .policyArea .lightBlueBtn a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea .lightBlueBtn {
    max-width: 23rem;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1.9rem 0;
  }
  .contactPage .contentsDetail .policyArea .lightBlueBtn svg {
    right: 1.4rem;
  }
}
.contactPage .contentsDetail .policyArea .checkBtn {
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea .checkBtn {
    margin: 0 0 3rem;
  }
}
.contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field {
  position: relative;
  padding: 0 0 0 22px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #0083E8;
  background: #fff;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field::before {
    top: 0.4rem;
  }
}
.contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0083E8;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 4px;
  opacity: 1;
  margin: auto;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .policyArea .checkBtn .mwform-checkbox-field::after {
    top: 0.4rem;
  }
}
.contactPage .contentsDetail .policyArea .checkBtn input:checked + span::before {
  border: 1px solid #D0D0D0;
}
.contactPage .contentsDetail .policyArea .checkBtn input:checked + span::after {
  opacity: 0;
}
.contactPage .contentsDetail .contactForm {
  max-width: 1200px;
  margin: 0 auto;
}
.contactPage .contentsDetail .contactForm__top {
  margin: 0 0 137px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__top {
    margin: 0 0 8rem;
  }
}
.contactPage .contentsDetail .contactForm__top .dotTtl {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__top .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.contactPage .contentsDetail .contactForm__top:last-of-type {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__top:last-of-type {
    margin: 0 0 4.9rem;
  }
}
.contactPage .contentsDetail .contactForm__top:last-of-type .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__top:last-of-type .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.contactPage .contentsDetail .contactForm__top:last-of-type .contactForm__box:nth-of-type(3) dl dt {
  margin: -2px 0 0;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__top:last-of-type .contactForm__box:nth-of-type(3) dl dt {
    margin: 0 0 1.1rem;
  }
}
.contactPage .contentsDetail .contactForm__top:last-of-type .contactForm__box:nth-of-type(3) dl dd.required::before {
  top: 4px;
}
.contactPage .contentsDetail .contactForm__box {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box {
    margin: 0 0 2.9rem;
  }
}
.contactPage .contentsDetail .contactForm__box:last-child {
  margin: 0;
}
.contactPage .contentsDetail .contactForm__box dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl {
    flex-direction: column;
  }
}
.contactPage .contentsDetail .contactForm__box dl dt {
  width: 25.8rem;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
  margin: 11px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dt {
    width: auto;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 1.5rem;
    padding: 0 4.6rem 0 0;
  }
  .contactPage .contentsDetail .contactForm__box dl dt.required::before {
    display: block;
    content: "必須";
    width: 38px;
    height: 17px;
    font-size: 1.1rem;
    line-height: 17px;
    font-weight: 400;
    background: #FF6589;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd {
  width: 978px;
  position: relative;
  padding: 0 0 0 58px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd {
    width: 100%;
    padding: 0;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd.required::before {
  display: block;
  content: "必須";
  width: 44px;
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px;
  background: #FF6589;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd.required {
    width: 100%;
    line-height: 2.1;
    padding: 0;
  }
  .contactPage .contentsDetail .contactForm__box dl dd.required::before {
    content: none;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd input {
  width: 100%;
  border: solid 1px #D0D0D0;
  border-radius: 4px;
  padding: 7px 12px;
}
.contactPage .contentsDetail .contactForm__box dl dd input::placeholder {
  color: #B1B1B1;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd input {
    padding: 1.4rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd input.zipCode {
  width: 130px;
}
.contactPage .contentsDetail .contactForm__box dl dd .flex {
  position: relative;
}
.contactPage .contentsDetail .contactForm__box dl dd .flex::before {
  content: "〒";
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 33%;
  left: 1.3rem;
}
.contactPage .contentsDetail .contactForm__box dl dd .flex input {
  padding: 7px 12px 7px 33px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .flex input {
    padding: 1.4rem 1.2rem 1.4rem 3.3rem;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd select {
  display: block;
  width: 179px;
  border: solid 1px #D0D0D0;
  border-radius: 4px;
  padding: 7px 14px;
  background: url(/keirinkan/kou/assets/images/contact/select-icon.svg) right 14px center no-repeat;
  background-size: 8px auto;
  cursor: pointer;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd select {
    width: 17rem;
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd select option {
  color: var(--colorText);
}
.contactPage .contentsDetail .contactForm__box dl dd .postal-search {
  background: #3C3B3B;
  color: #fff;
  border-radius: 4px;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 0 18px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .postal-search {
    font-size: 1.5rem;
    padding: 0.9rem 0.8rem;
    margin: 0 0 0 0.8rem;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd .radioArea, .contactPage .contentsDetail .contactForm__box dl dd .checkArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .radioArea, .contactPage .contentsDetail .contactForm__box dl dd .checkArea {
    gap: 0.7rem 1rem;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd label {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 0 6px;
  position: relative;
  padding: 12px 13px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd label {
    padding: 1.3rem;
    align-items: center;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd label span {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  flex: 1;
  padding: 0 0 0 21px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd label span {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D0D0D0;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  margin: auto;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd label::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.6rem;
    margin: 0;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd label:has(:checked) {
  border: 1px solid #0083E8;
}
.contactPage .contentsDetail .contactForm__box dl dd label:has(:checked)::before {
  border: 1px solid #0083E8;
}
.contactPage .contentsDetail .contactForm__box dl dd label:has(:checked)::after {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 8px;
  height: 8px;
  background-color: #0083E8;
  border-radius: 100%;
  content: "";
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd label:has(:checked)::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 2rem;
    margin: auto;
    left: 1.7rem;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd label input {
  display: none;
}
.contactPage .contentsDetail .contactForm__box dl dd .radioArea.short label {
  width: auto;
}
.contactPage .contentsDetail .contactForm__box dl dd .checkArea {
  flex-wrap: wrap;
  gap: 8px 10px;
}
.contactPage .contentsDetail .contactForm__box dl dd .checkArea.large {
  gap: 8px 50px;
}
.contactPage .contentsDetail .contactForm__box dl dd .checkArea.large label {
  width: 380px;
}
.contactPage .contentsDetail .contactForm__box dl dd .checkArea label::before {
  border-radius: 0;
}
.contactPage .contentsDetail .contactForm__box dl dd .checkArea label::after {
  border-radius: 0;
}
.contactPage .contentsDetail .contactForm__box dl dd .normalText {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .normalText {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0.7rem 0 0;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd .addressTtl {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 8px;
}
.contactPage .contentsDetail .contactForm__box dl dd .errorText {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #FF6589;
  margin: 11px 0 0;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .errorText {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0.7rem 0 0;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd .flexBox {
  display: flex;
  gap: 0 8px;
  align-items: center;
}
.contactPage .contentsDetail .contactForm__box dl dd .flexBox .telArea {
  width: 66px;
}
.contactPage .contentsDetail .contactForm__box dl dd .contentTxt {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd .contentTxt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.contactPage .contentsDetail .contactForm__box dl dd textarea {
  width: 100%;
  height: 158px;
  border: solid 1px #D0D0D0;
  border-radius: 4px;
  padding: 12px 14px 13px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
.contactPage .contentsDetail .contactForm__box dl dd textarea::placeholder {
  color: #B1B1B1;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm__box dl dd textarea {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.contactPage .contentsDetail .contactForm .lightBlueBtn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactPage .contentsDetail .contactForm .lightBlueBtn {
    max-width: 230px;
    height: 5.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.contactPage .completePage {
  padding: 100px 30px 0;
  margin: 0 0 -32px;
}
@media (max-width: 767px) {
  .contactPage .completePage {
    padding: 1.5rem 0 1.9rem;
    margin: 0 0 -11rem;
  }
}
.contactPage .completePage__ttl {
  font-size: 4rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  font-family: var(--fontTtl);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .contactPage .completePage__ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 0 0 2rem;
  }
}
.contactPage .completePage p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  text-align: center;
}
.contactPage .completePage p a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.contactPage .completePage p a span::after {
  content: none;
}
@media (any-hover: hover) {
  .contactPage .completePage p a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.contactPage .completePage p .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
@media (max-width: 767px) {
  .contactPage .completePage p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
    padding: 0 2.2rem;
  }
}
.contactPage .completePage .wh-borderBtn {
  margin: 57px auto 0;
}
@media (max-width: 767px) {
  .contactPage .completePage .wh-borderBtn {
    margin: 3.9rem auto 0;
  }
}
@media (max-width: 767px) {
  .contactPage.inputPage .bgNoneTtl {
    padding: 1.9rem 2.2rem 3.3rem;
    margin: -2.4rem 0 0;
  }
}
@media (max-width: 767px) {
  .contactPage.inputPage .pageDetailText {
    margin: 0 0 4.1rem;
  }
}
@media (max-width: 767px) {
  .contactPage.confirmPage .pageDetailText {
    margin: 0 0 4rem;
  }
}
.contactPage.confirmPage .contactForm {
  position: relative;
}
.contactPage.confirmPage .contactForm__top.margin {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm__top.margin {
    margin: 0 0 4.9rem;
  }
}
.contactPage.confirmPage .contactForm__top.margin .contactForm__box {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm__top.margin .contactForm__box {
    margin: 0 0 2.5rem;
  }
}
.contactPage.confirmPage .contactForm__box dl dt {
  margin: 0;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm__box dl dt {
    margin: 0 0 0.5rem;
  }
}
.contactPage.confirmPage .contactForm__box dl dd {
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm__box dl dd p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.contactPage.confirmPage .contactForm__box dl dd.required::before {
  top: 4px;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm__box dl dd.required {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.contactPage.confirmPage .contactForm .backBtn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm .backBtn {
    position: inherit;
  }
}
.contactPage.confirmPage .contactForm .backBtn a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.contactPage.confirmPage .contactForm .backBtn a span::after {
  content: none;
}
@media (any-hover: hover) {
  .contactPage.confirmPage .contactForm .backBtn a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.contactPage.confirmPage .contactForm .backBtn .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.contactPage.confirmPage .contactForm .backBtn a {
  font-size: 1.7rem;
  line-height: 1;
  font-family: var(--fontTtl);
  font-weight: 500;
  position: relative;
  padding: 0 0 0 14px;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm .backBtn a {
    font-size: 1.5rem;
  }
}
.contactPage.confirmPage .contactForm .backBtn a::before {
  margin: auto;
  content: "";
  width: 7px;
  height: 15px;
  background: url(/keirinkan/kou/assets/images/math/text-2024/syllabus/prev-icon.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm .backBtn a::before {
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .contactPage.confirmPage .contactForm .lightBlueBtn {
    margin: 0 auto 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.contactPage .anchorArea {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .contactPage .anchorArea {
    padding: 1.9rem 0 1.9rem 2.2rem;
    margin: 0 0 4.2rem;
  }
}
.contactPage .anchorArea ul {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactPage .anchorArea ul {
    overflow-x: scroll;
    white-space: nowrap;
    gap: 0 0.6rem;
    flex-wrap: nowrap;
    margin: 0 0 0 -2.2rem;
    padding: 0 2.3rem;
  }
}
.contactPage .infoBlock {
  max-width: 1200px;
  padding: 100px 0 150px;
  margin: -100px auto 0;
}
@media (max-width: 767px) {
  .contactPage .infoBlock {
    padding: 0 0 8rem;
    margin: 0 auto;
  }
}
.contactPage .infoBlock:last-of-type {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .contactPage .infoBlock:last-of-type {
    padding: 0;
  }
}
.contactPage .infoBlock .flexArea {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .flexArea {
    gap: 20px;
  }
}
.contactPage .infoBlock .grayBlockArea {
  width: 580px;
  background: #F5F6F8;
  border-radius: 20px;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea {
    width: 100%;
    padding: 3.7rem 3rem 4rem;
  }
}
.contactPage .infoBlock .grayBlockArea__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2692307692;
  font-family: var(--fontTtl);
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea__ttl {
    font-size: 1.9rem;
    line-height: 1.3684210526;
    margin: 0 0 1.8rem;
  }
}
.contactPage .infoBlock .grayBlockArea__text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 2rem;
  }
}
.contactPage .infoBlock .grayBlockArea ul {
  min-height: 120px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea ul {
    min-height: inherit;
    margin: 0 0 2rem;
  }
}
.contactPage .infoBlock .grayBlockArea ul li {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea ul li {
    padding: 0 0 0 1.4rem;
    margin: 0 0 0.6rem;
  }
}
.contactPage .infoBlock .grayBlockArea ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #3C3B3B;
  position: absolute;
  top: 13px;
  left: 5px;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea ul li::before {
    top: 1rem;
    left: 0;
  }
}
.contactPage .infoBlock .grayBlockArea ul li:last-child {
  margin: 0;
}
.contactPage .infoBlock .grayBlockArea ul li span {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  position: relative;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea ul li span {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.contactPage .infoBlock .grayBlockArea .blackBtn {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactPage .infoBlock .grayBlockArea .blackBtn {
    max-width: 23rem;
  }
}

.is-coloeMode_dark .contactPage .pageDetailText {
  background: #3C3B3B;
}

.err__contents {
  background: #F5F6F8;
  padding: 101px 30px;
}
@media (max-width: 767px) {
  .err__contents {
    padding: 5.2rem 2.2rem 6rem;
  }
}
.err__contentsInner {
  max-width: 1200px;
  margin: 0 auto;
}
.err__contentsTtl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  font-family: var(--fontTtl);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .err__contentsTtl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 0 0 2rem;
  }
}
.err__contents p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  text-align: center;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .err__contents p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
    margin: 0 0 3.8rem;
  }
}
@media (max-width: 767px) {
  .err__contents .wh-borderBtn svg {
    right: 1.2rem;
  }
}

.is-coloeMode_dark .err__contents {
  background: #3C3B3B;
}

@media (max-width: 767px) {
  .search__sec {
    margin: 0 0 -0.7rem;
  }
}
.search__sec .normalSubMain {
  padding: 74px 30px 65px;
}
@media (max-width: 767px) {
  .search__sec .normalSubMain {
    background: url(/keirinkan/kou/assets/images/lowMv_sp_01.jpg) right top -12.3rem no-repeat;
    background-size: 100% auto;
    padding: 4.6rem 2.2rem 4rem;
  }
}
.search__sec .normalSubMain__innerTtl {
  margin: 0;
}
.search__sec .bottomAreaLink.zero {
  margin: 0;
}
.search__contents {
  background: #F5F6F8;
  padding: 60px 30px 55px;
  margin: 0 0 99px;
}
@media (max-width: 767px) {
  .search__contents {
    padding: 3rem 2.2rem 2.8rem;
    margin: 0 0 6rem;
  }
}
.search__contentsInner {
  max-width: 1000px;
  margin: 0 auto;
}
.search__contentsInner form {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .search__contentsInner form {
    margin: 0 0 1.2rem;
  }
}
.search__contentsInner form input {
  width: 100%;
  background: #fff url(/keirinkan/kou/assets/images/search-icon.svg) left 22px center no-repeat;
  background-size: 19px auto;
  border-radius: 100px;
  border: solid 1px #EBEBEB;
  padding: 12px 30px 12px 56px;
}
@media (max-width: 767px) {
  .search__contentsInner form input {
    width: 100%;
    background: #fff url(/keirinkan/kou/assets/images/search-icon.svg) left 1.9rem center no-repeat;
    background-size: 19px auto;
    border-radius: 100px;
    border: solid 1px #EBEBEB;
    padding: 1.5rem 3rem 1.6rem 4.8rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.search__contentsInner ul {
  display: flex;
  gap: 0 24px;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .search__contentsInner ul {
    flex-direction: column;
    padding: 0;
  }
}
.search__contentsInner ul li a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.search__contentsInner ul li a span::after {
  content: none;
}
@media (any-hover: hover) {
  .search__contentsInner ul li a:hover span {
    background-position: right bottom 1px;
    background-size: 0 1px;
  }
}
.search__contentsInner ul li .is-coloeMode_dark a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
@media (max-width: 767px) {
  .search__contentsInner ul li {
    margin: 0 0 -0.4rem;
  }
}
.search__contentsInner ul li a {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .search__contentsInner ul li a {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
@media (max-width: 767px) {
  .search__contents .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.search__detail {
  padding: 0 30px;
  margin: 0 0 81px;
}
@media (max-width: 767px) {
  .search__detail {
    padding: 0 2.2rem;
    margin: 0 0 3.2rem;
  }
}
.search__detailArticle {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: solid 1px #EBEBEB;
}
.search__detailArticle:first-child {
  border-top: solid 1px #EBEBEB;
}
.search__detailArticle a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.search__detailArticle a span::after {
  content: none;
}
@media (any-hover: hover) {
  .search__detailArticle a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.search__detailArticle span {
  display: inline-block;
  padding: 33px 70px 39px 0;
}
.search__detailArticle span svg {
  display: none;
}
.search__detailArticle a {
  display: block;
  position: relative;
  padding: 33px 70px 35px 0;
}
@media (max-width: 767px) {
  .search__detailArticle a {
    padding: 23px 0 24px;
  }
}
.search__detailArticle a svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  stroke: #3c3b3b;
  fill: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .search__detailArticle a svg {
    display: none;
  }
}
@media (any-hover: hover) {
  .search__detailArticle a:hover svg {
    stroke: #fff;
    fill: #3c3b3b;
    transition: 0.3s;
  }
}
.search__detailArticle dt {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
}
.search__detailArticle dt span {
  padding: 0;
}
@media (max-width: 767px) {
  .search__detailArticle dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.search__detailArticle dd {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .search__detailArticle dd {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.search__detailArticle dd p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 7px 0 0;
}
@media (max-width: 767px) {
  .search__detailArticle dd p {
    -webkit-line-clamp: 3;
    margin: 0.7rem 0 0;
  }
}
.search__detailArticle dt .marker, .search__detailArticle dd .marker {
  font-style: normal;
  position: relative;
}
.search__detailArticle dt .marker::after, .search__detailArticle dd .marker::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FDFFD0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.search__detailZero {
  max-width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #EBEBEB;
  border-bottom: solid 1px #EBEBEB;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .search__detailZero {
    padding: 2.8rem 0;
  }
}
.search__detailZero p {
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .search__detailZero p {
    font-size: 1.5rem;
  }
}
.search__detail.none {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .search__detail.none {
    margin: 0 0 4rem;
  }
}

.is-coloeMode_dark .search__contents {
  background: #3C3B3B;
}
.is-coloeMode_dark .search__detailArticle dt .marker, .is-coloeMode_dark .search__detailArticle dd .marker {
  color: var(--colorText);
}

.info-teisei__sec .normalSubMain__innerTtl {
  margin: 0;
}
.info-teisei__contents {
  background: #F5F6F8;
  padding: 101px 30px;
}
@media (max-width: 767px) {
  .info-teisei__contents {
    padding: 5.2rem 2.2rem 6rem;
  }
}
.info-teisei__contentsInner {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 0 120px;
  border-bottom: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
  .info-teisei__contentsInner {
    margin: 0 auto 3rem;
    padding: 0 0 6.1rem;
  }
}
.info-teisei__contentsBlock {
  margin: 0 0 152px;
}
@media (max-width: 767px) {
  .info-teisei__contentsBlock {
    margin: 0 0 8.1rem;
  }
}
.info-teisei__contentsBlock:last-child {
  margin: 0;
}
.info-teisei__contentsBlock .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .info-teisei__contentsBlock .dotTtl {
    margin: 0 0 3.5rem;
  }
}
.info-teisei__contentsBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .info-teisei__contentsBlock ul {
    flex-direction: column;
    align-items: center;
  }
}
.info-teisei__contentsBlock ul li {
  width: 220px;
}
@media (max-width: 767px) {
  .info-teisei__contentsBlock ul li {
    width: 24rem;
  }
}
.info-teisei__contentsBlock ul li .borderBtn {
  height: 56px;
}
@media (max-width: 767px) {
  .info-teisei__contentsBlock ul li .borderBtn {
    padding: 1.2rem 0 1.3rem;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    height: 4.4rem;
  }
  .info-teisei__contentsBlock ul li .borderBtn svg {
    right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .info-teisei__contents .wh-borderBtn svg {
    right: 1.2rem;
  }
}

@media (max-width: 767px) {
  .info-teiseiDetail__sec .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.info-teiseiDetail__contents {
  background: #F5F6F8;
  padding: 77px 30px 55px;
  margin: 0 0 104px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__contents {
    padding: 2.9rem 2.2rem 2.9rem;
    margin: 0 0 6.2rem;
  }
}
.info-teiseiDetail__contentsInner {
  max-width: 1200px;
  margin: 0 auto;
}
.info-teiseiDetail__contentsTxt {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__contentsTxt {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin: 0 0 0.8rem;
  }
}
.info-teiseiDetail__contentsRight {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  text-align: right;
}
@media (max-width: 767px) {
  .info-teiseiDetail__contentsRight {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.info-teiseiDetail__block {
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block {
    padding: 0 2.2rem;
    margin: 0 0 6rem;
  }
}
.info-teiseiDetail__block .siryoArea {
  margin: 0 auto 150px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .siryoArea {
    margin: 0 0 8.1rem;
    padding: 0;
  }
}
.info-teiseiDetail__block .siryoArea:last-child {
  margin: 0 auto;
}
.info-teiseiDetail__block .siryoArea__wrapper .dotTtl {
  margin: 0 0 54px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .siryoArea__wrapper .dotTtl {
    margin: 0 0 3.6rem;
  }
}
.info-teiseiDetail__block .siryoArea__wrapper ul {
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .siryoArea__wrapper ul {
    margin: 0 0 1.1rem;
  }
}
.info-teiseiDetail__block .siryoArea__wrapper ul li {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .siryoArea__wrapper ul li {
    margin: 0 0 1rem;
  }
}
.info-teiseiDetail__block .siryoArea__wrapper ul li .cateTtl {
  display: inline-block;
  width: 110px;
  font-size: 1.4rem;
  padding: 4px 0;
  line-height: 1.2857142857;
  background: #6B6E72;
  color: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  margin: -8px 7px 0 0;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .siryoArea__wrapper ul li .cateTtl {
    display: block;
    width: 9.3rem;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    margin: 0;
    padding: 0.5rem 0;
    margin: 0.3rem 0 0.4rem;
  }
}
.info-teiseiDetail__block .attention {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .attention {
    flex-direction: column;
  }
}
.info-teiseiDetail__block .attention p {
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
@media (max-width: 767px) {
  .info-teiseiDetail__block .attention p {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin: 0 0 0.7rem;
  }
  .info-teiseiDetail__block .attention p.right {
    text-align: right;
    margin: 0;
  }
}

.is-coloeMode_dark .info-teisei__contents {
  background: #3C3B3B;
}
.is-coloeMode_dark .info-teiseiDetail__contents {
  background: #3C3B3B;
}

@media (max-width: 767px) {
  .tankyu__sec {
    margin: 0;
  }
}
.tankyu__sec .normalSubMain {
  padding: 74px 30px 62px;
}
@media (max-width: 767px) {
  .tankyu__sec .normalSubMain {
    padding: 4.7rem 2.2rem 4rem;
  }
}
.tankyu__contents {
  background: #F5F6F8;
  padding: 58px 30px 60px;
  margin: 0 0 102px;
}
@media (max-width: 767px) {
  .tankyu__contents {
    padding: 3.9rem 0 3.9rem 2.2rem;
    margin: 0 0 4.2rem;
  }
}
.tankyu__contentsInner {
  max-width: 1200px;
  margin: 0 auto;
}
.tankyu__contentsInner .anchorArea {
  padding: 0;
  margin: 0;
}
.tankyu__contentsInner .anchorArea ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .tankyu__contentsInner .anchorArea ul {
    flex-wrap: nowrap;
    margin: 0 0 0 -2.2rem;
    padding: 0 2.2rem;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 0 0.6rem;
  }
}
.tankyu__contentsTtl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  font-family: var(--fontTtl);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .tankyu__contentsTtl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 0 0 2rem;
  }
}
.tankyu__contents p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .tankyu__contents p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
    margin: 0 0 1.8rem;
    padding: 0 2.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .tankyu__contents .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.tankyu__detail {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .tankyu__detail {
    padding: 0 2.2rem;
  }
}
.tankyu__detail .articleBlock {
  max-width: 1200px;
  padding: 109px 0 0;
  margin: -109px auto 150px;
}
.tankyu__detail .articleBlock:last-child {
  margin: -109px auto 0;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock {
    padding: 0 0 0;
    margin: 0 auto 8.1rem;
  }
}
.tankyu__detail .articleBlock .dotTtl {
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock .dotTtl {
    margin: 0 0 3.5rem;
  }
}
.tankyu__detail .articleBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 45px;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock ul {
    flex-direction: column;
    gap: 4.9rem 0;
  }
}
.tankyu__detail .articleBlock ul li {
  width: 370px;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock ul li {
    width: 100%;
  }
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock {
  cursor: pointer;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock span::after {
  content: none;
}
@media (hover: hover) {
  .tankyu__detail .articleBlock ul li .movieArea__flexBlock:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock ul li .movieArea__flexBlock a {
    height: 18.6rem;
    margin: 0 0 1.5rem;
  }
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 59, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (any-hover: hover) {
  .tankyu__detail .articleBlock ul li .movieArea__flexBlock:hover a::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock ul li .movieArea__flexBlock p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock p span {
  position: relative;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock p span.new {
  padding: 0 41px 0 0;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock p span.new::after {
  content: "NEW";
  font-family: var(--fontTtl);
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #FF6493;
  position: inherit;
  top: -2px;
  right: 0;
  margin: 0 0 0 5px;
}
.tankyu__detail .articleBlock ul li .movieArea__flexBlock em {
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .tankyu__detail .articleBlock ul li .movieArea__flexBlock em {
    line-height: 1.5333333333;
    margin: 0.7rem 0 0;
  }
}

.tankyuTsushin__sec {
  margin: 0;
}
@media (max-width: 767px) {
  .tankyuTsushin__sec {
    margin: 0;
  }
}
.tankyuTsushin__sec .normalSubMain {
  padding: 74px 30px 62px;
}
@media (max-width: 767px) {
  .tankyuTsushin__sec .normalSubMain {
    padding: 4.7rem 2.2rem 4rem;
  }
}
.tankyuTsushin__contents {
  background: #F5F6F8;
  padding: 80px 30px 100px;
}
@media (max-width: 767px) {
  .tankyuTsushin__contents {
    padding: 3.9rem 2.2rem 6rem;
    margin: 0;
  }
}
.tankyuTsushin__contentsInner {
  max-width: 1200px;
  margin: 0 auto;
}
.tankyuTsushin__contentsInner--listBlock {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 49px 21px;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--listBlock {
    flex-direction: column;
    gap: 2.4rem 0;
    margin: 0;
  }
}
.tankyuTsushin__contentsInner--list {
  width: 284px;
  min-height: 380px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--list {
    width: 100%;
    min-height: 18rem;
  }
}
.tankyuTsushin__contentsInner--list figure {
  background: #E7E9ED;
  border-radius: 20px 20px 0 0;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--list figure {
    padding: 1.7rem 4rem;
  }
}
.tankyuTsushin__contentsInner--list figure img {
  width: auto;
  height: 160px;
  margin: auto;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--list figure img {
    height: 14.6rem;
  }
}
.tankyuTsushin__contentsInner--list figure::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background: rgba(60, 59, 59, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
.tankyuTsushin__contentsInner--list a {
  display: block;
  height: 100%;
}
@media (any-hover: hover) {
  .tankyuTsushin__contentsInner--list a:hover figure::before {
    opacity: 1;
    transition: 0.3s;
  }
}
.tankyuTsushin__contentsInner--list a p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--list a p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.tankyuTsushin__contentsInner--list a[href$=".pdf"] p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  background: none;
  padding: 0;
  overflow: hidden;
}
.tankyuTsushin__contentsInner--list a[href$=".pdf"] p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/keirinkan/kou/assets/images/pdf-icon.svg) no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 22px;
  margin: -3px 5px 0 0;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--list a[href$=".pdf"] p {
    -webkit-line-clamp: 3;
    margin: 0;
  }
}
.tankyuTsushin__contentsInner--list a[href$=".pdf"] span {
  padding: 0;
}
.tankyuTsushin__contentsInner--list a span {
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom 1px;
  transition: background-size 0.3s;
  padding: 0;
}
.tankyuTsushin__contentsInner--list a span::after {
  content: none;
}
@media (any-hover: hover) {
  .tankyuTsushin__contentsInner--list a:hover span {
    background-position: left bottom 1px;
    background-size: 100% 1px;
  }
}
.tankyuTsushin__contentsInner--txtarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--txtarea {
    height: calc(100% - 18rem);
    padding: 2.2rem 2.4rem 2.4rem;
  }
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner--txtarea .ttlArea {
    margin: 0 0 1.3rem;
  }
}
.tankyuTsushin__contentsInner--date {
  line-height: 1;
}
.tankyuTsushin__contentsInner--date li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
.tankyuTsushin__contentsInner--date li.new {
  position: relative;
  padding: 0 43px 0 0;
}
.tankyuTsushin__contentsInner--date li.new::after {
  content: "NEW";
  font-size: 1.5rem;
  line-height: 1;
  font-family: var(--fontTtl);
  color: #FF6493;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsInner .pagination {
    padding: 0;
  }
}
.tankyuTsushin__contentsTtl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  font-family: var(--fontTtl);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .tankyuTsushin__contentsTtl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 0 0 2rem;
  }
}
.tankyuTsushin__contents p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .tankyuTsushin__contents p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
    margin: 0 0 1.8rem;
    padding: 0 2.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .tankyuTsushin__contents .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.tankyuTsushin--detailPage__head {
  max-width: 1260px;
  padding: 114px 30px 0;
  margin: 0 auto 74px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__head {
    padding: 0 2.2rem;
    margin: -0.3rem 0 2.5rem;
  }
}
.tankyuTsushin--detailPage__head--ttl {
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__head--ttl {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.tankyuTsushin--detailPage__head--date {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__head--date {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.tankyuTsushin--detailPage__head--date.new {
  position: relative;
  padding: 0 45px 0 0;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__head--date.new {
    padding: 0 4.5rem 0 0;
  }
}
.tankyuTsushin--detailPage__head--date.new::before {
  content: "NEW";
  font-size: 1.5rem;
  line-height: 1;
  color: #FF6493;
  font-weight: 700;
  position: absolute;
  top: 1px;
  right: 0;
}
.tankyuTsushin--detailPage__contents {
  display: flex;
  max-width: 1260px;
  padding: 0 30px 120px;
  margin: 0 auto 0;
  gap: 0 80px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents {
    flex-direction: column;
    padding: 0 2.2rem;
  }
}
.tankyuTsushin--detailPage__contents--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 540px;
  background: #F5F6F8;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--image {
    width: 100%;
    height: 34rem;
    margin: 0 0 3rem;
  }
}
.tankyuTsushin--detailPage__contents--image img {
  width: auto;
  height: 400px;
  margin: auto;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--image img {
    height: 26rem;
  }
}
.tankyuTsushin--detailPage__contents--txtarea {
  width: 660px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea {
    width: 100%;
  }
}
.tankyuTsushin--detailPage__contents--txtarea dl {
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea dl {
    margin: 0 0 2.9rem;
  }
}
.tankyuTsushin--detailPage__contents--txtarea dl dt {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea dl dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.1rem;
  }
}
.tankyuTsushin--detailPage__contents--txtarea dl dd {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea dl dd {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.tankyuTsushin--detailPage__contents--txtarea .indexArea {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea .indexArea {
    margin: 0 0 2.9rem;
  }
}
.tankyuTsushin--detailPage__contents--txtarea .indexArea__ttl {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 700;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea .indexArea__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.tankyuTsushin--detailPage__contents--txtarea .indexArea ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea .indexArea ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.5rem;
  }
}
.tankyuTsushin--detailPage__contents--txtarea .indexArea ul li:last-child {
  margin: 0;
}
.tankyuTsushin--detailPage__contents--txtarea .blackBtn {
  max-width: 300px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__contents--txtarea .blackBtn {
    width: 24rem;
    margin: 0 auto;
    padding: 1.3rem 0;
  }
  .tankyuTsushin--detailPage__contents--txtarea .blackBtn svg {
    right: 1.7rem;
  }
}
.tankyuTsushin--detailPage__btnArea {
  border-top: solid 1px #EBEBEB;
  padding: 50px 30px 0;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__btnArea {
    padding: 2.9rem 2.2rem 0;
    margin: 6.1rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__btnArea .wh-borderBtn svg {
    right: 1.2rem;
  }
}
.tankyuTsushin--detailPage__bottom {
  background: #F5F6F8;
  padding: 122px 30px 120px;
  margin: 0 0 150px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__bottom {
    padding: 6rem 0;
    margin: 6.1rem 0 6rem;
  }
}
.tankyuTsushin--detailPage__bottomInner {
  max-width: 1200px;
  margin: 0 auto;
}
.tankyuTsushin--detailPage__bottomInner .tankyuTsushin__contentsInner--listBlock {
  margin: 0;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__bottomInner .tankyuTsushin__contentsInner--listBlock {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 2.2rem 0 2.2rem;
    scroll-padding: 0 2.2rem 0 2.2rem;
    scrollbar-width: none;
    gap: 0 2rem;
  }
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__bottomInner .tankyuTsushin__contentsInner--list {
    width: 24.7rem;
    min-height: 35.8rem;
    flex: 0 0 24.7rem;
    scroll-snap-align: end;
  }
}
.tankyuTsushin--detailPage__bottomInner .dotTtl {
  margin: 0 0 52px;
}
@media (max-width: 767px) {
  .tankyuTsushin--detailPage__bottomInner .dotTtl {
    width: calc(100% - 4.4rem);
    margin: 0 auto 3.7rem;
  }
}

.is-coloeMode_dark .tankyu__contents {
  background: #3C3B3B;
}
.is-coloeMode_dark .tankyu__contentsInner .anchorArea {
  background: none;
}
.is-coloeMode_dark .tankyuTsushin__contents {
  background: #3C3B3B;
}
.is-coloeMode_dark .tankyuTsushin__contentsInner--txtarea {
  background: #000;
}
.is-coloeMode_dark .tankyuTsushin__contentsInner--list a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.is-coloeMode_dark .tankyuTsushin--detailPage__bottom {
  background: #3C3B3B;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tankyu__detail .articleBlock ul {
    gap: 50px 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tankyuTsushin__contentsInner--list {
    width: calc(50% - 11px);
  }
  .tankyu__detail .articleBlock ul li {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px) and (orientation: landscape) {
  .tankyuTsushin__contentsInner--list {
    width: calc(25% - 16px);
  }
  .tankyu__detail .articleBlock ul {
    gap: 25px;
  }
  .tankyu__detail .articleBlock ul li {
    width: calc(33.3333333333% - 17px);
  }
}
.lowTop .recordArea {
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .lowTop .recordArea {
    padding: 6.2rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .lowTop .recordArea__title {
    margin: 0 auto 3.2rem;
  }
}
.lowTop .recordArea__text {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .lowTop .recordArea__text {
    margin: 0 0 2.9rem;
    padding: 0 2.2rem;
  }
}

.lowPage .columnArea {
  margin: 119px auto 0;
}
@media (max-width: 767px) {
  .lowPage .columnArea {
    margin: 8.1rem auto 0;
  }
}

.johoPage__SubTextDetail .otherLowDetail {
  padding: 100px 30px 209.5px;
}
@media (max-width: 767px) {
  .johoPage__SubTextDetail .otherLowDetail {
    padding: 8rem 2.2rem 19.8rem;
  }
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}/*# sourceMappingURL=styles.css.map */