@charset "UTF-8";

@font-face {
  font-family: MyYuMinchoC;
  src: local("YuMincho-Demibold"), local("YuMincho Demibold"); /* for Mac */
}

/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

q::before, q::after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: 0;
}

.p-topics {
  font-family: YuMincho, MyYuminchoC, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

@supports (-ms-ime-align: auto) {
  .p-topics {
    font-family: "Yu Mincho Demibold";
  }
}

.p-topics img {
  image-rendering: crisp-edges;
  image-rendering: optimize-contrast;
}

.p-topics * {
  image-rendering: optimize-contrast;
  image-rendering: crisp-edges;
  outline: none;
}

.p-topics strong {
  font-weight: 400;
  color: #B51114;
}

.p-topics em {
  background-color: #FF0;
}

.p-topics .red {
  color: #B51114;
}

.p-topics .line {
  position: relative;
  display: inline;
}

.p-topics .line > span {
  position: relative;
}

.p-topics .line::before {
  position: absolute;
  bottom: -0.3em;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background: #FF0;
}

.fadein {
  opacity: var(--opacity, 0);
  transition-delay: var(--delay);
  transition-duration: 0.8s;
  transition-property: opacity;
}

.fadein.enter {
  opacity: 1;
}

.fadein.none {
  opacity: 1;
}

.fadein.right {
  transition-property: opacity, transform;
}

.fadein.right.enter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein.left {
  transition-property: opacity, transform;
}

.fadein.left.enter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein.up {
  transition-property: opacity, transform;
}

.fadein.up.enter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein.down {
  transition-property: opacity, transform;
}

.fadein.down.enter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein.pump {
  transition-timing-function: cubic-bezier(0.67, 2, 0.9, 0.98);
  transition-property: opacity, transform;
  transform: scale(0);
  transform-origin: 50% 50%;
}

.fadein.pump.enter {
  opacity: 1;
  transform: scale(1);
}

.fadein.pop {
  transition-timing-function: cubic-bezier(0.79, 2.5, 0.9, 0.98);
  transition-property: opacity, transform;
}

.fadein.pop.enter {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-topics > section.floatbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #fff;
}

.p-topics > section.floatbtn .floatbtn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4vw;
}

.p-topics > section.floatbtn .floatbtn-list > li + li {
  margin-left: 2.6666666667vw;
}

.p-topics > section.floatbtn .floatbtn-list > li > a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  color: white;
  text-indent: -0.8em;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 3px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > section.floatbtn .floatbtn-list > li > a::after {
  position: absolute;
  top: 3.8666666667vw;
  right: 2.5333333333vw;
  display: block;
  width: 1.3333333333vw;
  height: 2.6666666667vw;
  content: "";
  background: url("./img/floatbtn-arrow.svg") 0 0 no-repeat;
  background-size: 100% auto;
}

.p-topics > section.standard-section .section-title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-color: #aaa;
  border-style: solid;
}

.p-topics > section.standard-section .section-title .title span {
  display: flex;
  align-items: center;
}

.p-topics > section.standard-section .section-title .lead {
  display: flex;
  flex-direction: column;
}

.p-topics > section.standard-section .section-title .lead p + p {
  margin-top: 1em;
}

.p-topics > section.standard-section .section-title .lead p.note {
  position: relative;
  padding-left: 1.1em;
}

.p-topics > section.standard-section .section-title .lead p.note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-topics > section.standard-section .section-body > .wrap {
  margin-right: auto;
  margin-left: auto;
}

.p-topics .standard-twin article {
  background-color: #fff;
}

.p-topics .standard-twin article .article-title .title {
  text-align: center;
}

.p-topics .standard-twin article .article-title .title strong {
  padding: 0 0.1em;
  color: #000;
  background-color: #FF0;
}

.p-topics .standard-twin article .article-body > figure {
  margin: 0 auto;
}

.p-topics .standard-twin article .article-body > figure .image {
  margin-right: auto;
  margin-left: auto;
}

.p-topics .standard-twin article .article-body > figure .image img {
  width: 100%;
  height: auto;
}

.p-topics .standard-twin article .article-body > figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}

.p-topics .standard-twin article .article-body > figure figcaption .cap strong {
  color: #FF0;
}

.p-topics .standard-twin article .article-body .content {
  margin: 0 auto;
}

.p-topics .standard-twin article img {
  width: 100%;
}

.p-topics .standard-twin.full article .article-body figure {
  width: 100%;
}

.p-topics .standard-twin.full article .article-body figure .image {
  width: 100%;
  height: auto;
}

.p-topics .standard-twin.full article .article-body figure .image img {
  width: 100%;
  height: auto;
}

.p-topics .standard-twin.full article .article-body .content {
  width: 100%;
}

.p-topics .standard-twin.gray article {
  background-color: #EEE;
}

.p-topics .standard-fee {
  background-color: #fff;
}

.p-topics .standard-fee dl {
  display: flex;
  justify-content: center;
}

.p-topics .standard-fee__item + .standard-fee__item.plus {
  position: relative;
}

.p-topics .standard-fee__item + .standard-fee__item.plus::before {
  position: absolute;
  content: "";
}

.p-topics .standard-fee__item dt {
  font-weight: 400;
  text-align: center;
  border-color: #000;
  border-style: solid;
}

.p-topics .standard-fee__item.class dt {
  border-width: 0;
}

.p-topics .standard-fee__item__price {
  text-align: center;
}

.p-topics .standard-fee__item__price span.amount {
  color: #B51114;
}

.p-topics .standard-fee__item__price span.unit {
  color: #B51114;
}

.p-topics .standard-fee__item__price span.tax {
  color: #000;
}

.p-topics .standard-fee__item__price.free {
  padding-top: 0;
}

.p-topics .standard-fee__item__price.free span {
  color: #B51114;
}

.p-topics .standard-fee__item__hours {
  text-align: center;
}

.p-topics .standard-fee__item__hours span.count {
  position: relative;
  display: inline-block;
}

.p-topics .standard-fee__item__hours span.count::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.p-topics .standard-tabset .tab-buttons ul {
  display: flex;
}

.p-topics .standard-tabset .tab-buttons ul li {
  flex: 1;
}

.p-topics .standard-tabset .tab-buttons ul li a {
  position: relative;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background-color: #EEE;
}

.p-topics .standard-tabset .tab-buttons ul li a:focus {
  outline: none;
}

.p-topics .standard-tabset .tab-buttons ul li a span {
  display: block;
}

.p-topics .standard-tabset .tab-buttons ul li a span::after {
  position: absolute;
  margin: auto;
  content: "";
}

.p-topics .standard-tabset .stage {
  border-color: #EEE;
  border-style: solid;
}

.p-topics .standard-tabset .stage .tab-target {
  display: none;
}

.p-topics .standard-tabset .stage .tab-target.active {
  display: block;
}

.p-topics .standard-accordion-title a {
  display: block;
  color: #000;
}

.p-topics .standard-accordion-title a:focus {
  outline: none;
}

.p-topics .standard-accordion-body {
  height: var(--height, 0);
  overflow: hidden;
  transition: height 0.5s;
  backface-visibility: hidden;
}

.p-topics > header.kv .request-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-topics > header.kv .request-btn-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #B51114;
}

.p-topics > header.kv .request-btn-wrap p::before, .p-topics > header.kv .request-btn-wrap p::after {
  display: block;
  width: 20px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-topics > header.kv .request-btn-wrap p::before {
  margin-right: 10px;
  background-image: url("./img/ico-btn-l.svg");
}

.p-topics > header.kv .request-btn-wrap p::after {
  margin-left: 10px;
  background-image: url("./img/ico-btn-r.svg");
}

.p-topics > header.kv .request-btn-wrap .btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > header.kv .request-btn-wrap .btn > span {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.p-topics > header.kv .request-btn-wrap .btn .baloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, MyYuminchoC, "Noto Serif JP", serif;
  font-weight: normal;
  background-image: url("./img/req_but_bal.svg");
  background-repeat: no-repeat;
}

@supports (-ms-ime-align: auto) {
  .p-topics > header.kv .request-btn-wrap .btn .baloon {
    font-family: "Yu Mincho Demibold";
  }
}

.p-topics > header.kv .request-btn-wrap .btn .baloon span {
  display: block;
  color: #000;
  text-align: center;
}

.p-topics > header.kv-dm .request-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-topics > header.kv-dm .request-btn-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #B51114;
}

.p-topics > header.kv-dm .request-btn-wrap p::before, .p-topics > header.kv-dm .request-btn-wrap p::after {
  display: block;
  width: 20px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-topics > header.kv-dm .request-btn-wrap p::before {
  margin-right: 10px;
  background-image: url("./img/ico-btn-l.svg");
}

.p-topics > header.kv-dm .request-btn-wrap p::after {
  margin-left: 10px;
  background-image: url("./img/ico-btn-r.svg");
}

.p-topics > header.kv-dm .request-btn-wrap .btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > header.kv-dm .request-btn-wrap .btn > span {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.p-topics > header.kv-dm .request-btn-wrap .btn .baloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, MyYuminchoC, "Noto Serif JP", serif;
  font-weight: normal;
  background-image: url("./img/req_but_bal.svg");
  background-repeat: no-repeat;
}

@supports (-ms-ime-align: auto) {
  .p-topics > header.kv-dm .request-btn-wrap .btn .baloon {
    font-family: "Yu Mincho Demibold";
  }
}

.p-topics > header.kv-dm .request-btn-wrap .btn .baloon span {
  display: block;
  color: #000;
  text-align: center;
}

.p-topics > nav.anchor ul {
  display: flex;
}

.p-topics > nav.anchor ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background-color: #EEE;
}

.p-topics > nav.anchor ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.p-topics > section.trial .section-title .lead {
  text-align: center;
}

.p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
  font-size: 22px;
  line-height: 1.6363636364;
  text-align: center;
  border: 1px solid #aaa;
}

.p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes ul li {
  position: relative;
  padding-left: 1.1em;
}

.p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #B51114;
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap p::before, .p-topics > section.trial .section-body > .wrap .request-btn-wrap p::after {
  display: block;
  width: 20px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap p::before {
  margin-right: 10px;
  background-image: url("./img/ico-btn-l.svg");
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap p::after {
  margin-left: 10px;
  background-image: url("./img/ico-btn-r.svg");
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn > span {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, MyYuminchoC, "Noto Serif JP", serif;
  font-weight: normal;
  background-image: url("./img/req_but_bal.svg");
  background-repeat: no-repeat;
}

@supports (-ms-ime-align: auto) {
  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon {
    font-family: "Yu Mincho Demibold";
  }
}

.p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon span {
  display: block;
  color: #000;
  text-align: center;
}

.p-topics > section.course .section-body > .wrap .standard-twin {
  flex-wrap: wrap;
}

.p-topics > section.course .course-item__img {
  width: 240px;
  margin-right: 20px;
}

.p-topics > section.course .course-item__title {
  margin-bottom: 0.8em;
  font-size: 24px;
  line-height: 1;
}

.p-topics > section.course .course-item__list li {
  font-size: 13px;
  line-height: 1.7;
}

.p-topics > section.course .course-item__list li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-color: #2CA23A;
  border-radius: 50%;
}

.p-topics > section.course .course-item__list li + li {
  margin-top: 0.1em;
}

.p-topics > section.course .course-item a {
  color: #000;
  text-decoration: underline;
}

.p-topics > section.learning .section-body > .wrap .standard-twin {
  flex-wrap: wrap;
}

.p-topics > section.learning .learning-item__wrap {
  margin-bottom: 20px;
}

.p-topics > section.learning .learning-item__wrap h2 {
  margin-bottom: 22px;
  font-size: 24px;
}

.p-topics > section.learning .learning-item__txt {
  font-size: 13px;
}

.p-topics > section.learning .learning-item__txt span {
  color: #B51114;
}

.p-topics > section.learning .learning-item a {
  color: #000;
  text-decoration: underline;
}

.p-topics > section.gmap .c-search__input-button {
  background-image: url("./img/icon-search.svg");
}

.p-topics > section.gmap .c-search__link {
  padding-right: 15px;
  padding-left: 0;
}

.p-topics > section.gmap .c-search__link::before {
  right: 0;
  left: auto;
  border-width: 2px;
}

.p-topics > section.covid .section-body > .wrap .standard-twin {
  justify-content: center;
}

.p-topics > section.covid .section-body > .wrap .standard-twin article {
  width: auto;
}

.p-topics > section.covid .section-body > .wrap .standard-twin article .article-title {
  padding: 0;
}

.p-topics > section.covid .section-body > .wrap .standard-twin article .article-title h3 {
  text-align: left;
}

.p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content {
  position: relative;
}

.p-topics > section.doc-request .section-body > .wrap article {
  margin: 0 auto;
}

.p-topics > section.doc-request .section-body > .wrap .top-group-txts {
  background-color: #F3F3F3;
}

.p-topics > section.doc-request .section-body > .wrap .top-group-txts .title span {
  background-color: #FF0;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-txts {
  flex: 1;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li {
  position: relative;
  padding-left: 1.1em;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li.new::after {
  display: inline-block;
  font-family: notoSans;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "NEW";
  background-color: #B51114;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-image {
  position: relative;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF0;
  border-radius: 50%;
}

.p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon p {
  text-align: center;
}

.p-topics > section.doc-request .request-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-topics > section.doc-request .request-btn-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #B51114;
}

.p-topics > section.doc-request .request-btn-wrap p::before, .p-topics > section.doc-request .request-btn-wrap p::after {
  display: block;
  width: 20px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-topics > section.doc-request .request-btn-wrap p::before {
  margin-right: 10px;
  background-image: url("./img/ico-btn-l.svg");
}

.p-topics > section.doc-request .request-btn-wrap p::after {
  margin-left: 10px;
  background-image: url("./img/ico-btn-r.svg");
}

.p-topics > section.doc-request .request-btn-wrap .btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > section.doc-request .request-btn-wrap .btn > span {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.p-topics > section.doc-request .request-btn-wrap .btn .img {
  position: relative;
}

.p-topics > section.doc-request .request-btn-wrap .btn .img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.p-topics > section.doc-request .request-btn-wrap .btn .img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-position: 0 100%;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.p-topics > section.entry {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EEE;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .article-body .cap span {
  color: #FF0;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
  font-size: 22px;
  line-height: 1.6363636364;
  text-align: center;
  border: 1px solid #aaa;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .notes.col2 {
  display: flex;
  justify-content: space-between;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .notes li span {
  color: #B51114;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap {
  margin-top: 17px;
  text-align: center;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease 0s;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn > span {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, MyYuminchoC, "Noto Serif JP", serif;
  font-weight: normal;
  background-image: url("./img/req_but_bal.svg");
  background-repeat: no-repeat;
}

@supports (-ms-ime-align: auto) {
  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon {
    font-family: "Yu Mincho Demibold";
  }
}

.p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon span {
  display: block;
  color: #000;
  text-align: center;
}

.p-topics > section.parents .section-body > .wrap {
  position: relative;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel {
  overflow: hidden;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container {
  padding: 0;
  margin: 0;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper {
  align-items: stretch;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item {
  box-sizing: border-box;
  height: auto;
  border-color: #EEE;
  border-style: solid;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure {
  position: absolute;
  display: flex;
  align-items: center;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link {
  position: absolute;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p {
  display: flex;
  justify-content: flex-end;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a {
  position: relative;
  color: #000;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination {
  position: relative;
  overflow: hidden;
  background-color: #EEE;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination .swiper-pagination-progressbar-fill {
  background-color: #AAA;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .button {
  height: 0;
  overflow: hidden;
  background-color: #EEE;
  border-radius: 50%;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.swiper-button-disabled {
  background-color: #f8f8f8;
  opacity: 1;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.swiper-button-disabled::after {
  opacity: 0.1;
}

.p-topics > section.parents .section-body > .wrap .standard-carousel nav .button::after {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}

.doc-campaign {
  padding-inline: 15px;
}

@media screen and (width >= 768px) {
  .doc-campaign {
    max-width: 1100px;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.doc-campaign .ttl {
  position: relative;
  font-size: 23px;
  font-size: 6.1333333333vw;
  line-height: 1.4;
  text-align: center;
}

@media screen and (width >= 768px) {
  .doc-campaign .ttl {
    font-size: 30px;
  }
}

.doc-campaign .ttl::after {
  position: absolute;
  bottom: -0.6em;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  background-image: url("./img/line-l.svg");
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  background-size: contain;
}

@media screen and (width >= 768px) {
  .doc-campaign .ttl::after {
    bottom: -0.8em;
    height: 20px;
  }
}

.bl-campaign {
  padding: 30px 20px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  background-color: #ffffe3;
  border: 2px solid #f4c33b;
}

@media screen and (width >= 768px) {
  .bl-campaign {
    padding: 50px 20px;
    margin-top: 60px;
    font-size: 30px;
  }
}

.bl-campaign .txt-md {
  font-size: 138.46%;
}

.bl-campaign .txt-sm {
  font-size: 61.11%;
}

.bl-campaign .txt-xs {
  font-size: 38.88%;
}

.bl-campaign-inner {
  width: fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (width >= 768px) {
  .bl-campaign-inner br.sp {
    display: none;
  }
}

.bl-campaign-note {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.8;
}

@media screen and (width >= 768px) {
  .bl-campaign-note {
    font-size: 12px;
  }
}

.bl-campaign-note li::before {
  display: inline-block;
  margin-right: 5px;
  content: "※";
}

/* このページオリジナルのスタイル指定は、
.p-topicsの子孫要素のみに適用されるよう
.p-topics h3 {}
などのように、必ず.p-topics をつけて記述してください。
ヘッダー、サイドバー等、他ページと共通部分のスタイルを上書きしてしまわないためです。
ご協力お願いいたします。
*/

/* このページオリジナルのスタイル指定は、
.p-topicsの子孫要素のみに適用されるよう
.p-topics h3 {}
などのように、必ず.p-topics をつけて記述してください。
ヘッダー、サイドバー等、他ページと共通部分のスタイルを上書きしてしまわないためです。
ご協力お願いいたします。
*/
@media (width >= 768px) {
  .p-topics {
    font-size: 15px;
    line-height: 26px;
  }

  .p-topics .sp {
    display: none !important;
  }

  .p-topics .small {
    font-size: 0.8em;
  }

  .fadein.right {
    transform: translate3d(calc(0px - var(--mpc, 40px)), 0, 0);
  }

  .fadein.left {
    transform: translate3d(var(--mpc, 40px), 0, 0);
  }

  .fadein.up {
    transform: translate3d(0, var(--mpc, 40px), 0);
  }

  .fadein.down {
    transform: translate3d(0, calc(0px - var(--mpc, 40px)), 0);
  }

  .fadein.pop {
    transform: translate3d(0, var(--mpc, 40px), 0);
  }

  .p-topics * + section.standard-section {
    margin-top: 80px;
  }

  .p-topics > section.standard-section .section-title .title {
    width: 1110px;
    height: 80px;
    border-width: 2px;
  }

  .p-topics > section.standard-section .section-title .title span {
    font-size: 30px;
  }

  .p-topics > section.standard-section .section-title .lead {
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  .p-topics > section.standard-section .section-title .lead p {
    text-align: center;
  }

  .p-topics > section.standard-section .section-title .lead p.note {
    font-size: 12px;
    line-height: 20px;
  }

  .p-topics > section.standard-section .section-body {
    margin-top: 25px;
  }

  .p-topics > section.standard-section .section-body > .wrap {
    width: 1110px;
  }

  .p-topics .standard-twin {
    display: flex;
    justify-content: space-between;
  }

  .p-topics .standard-twin article {
    width: 540px;
  }

  .p-topics .standard-twin article .article-title {
    padding: 23px 0;
  }

  .p-topics .standard-twin article .article-title .title {
    font-size: 20px;
    line-height: 34px;
  }

  .p-topics .standard-twin article .article-body {
    padding-bottom: 40px;
  }

  .p-topics .standard-twin article .article-body > figure {
    width: 480px;
  }

  .p-topics .standard-twin article .article-body > figure .image {
    width: 480px;
    height: 260px;
  }

  .p-topics .standard-twin article .article-body > figure figcaption {
    padding: 8px 0;
  }

  .p-topics .standard-twin article .article-body > figure figcaption .cap {
    font-size: 18px;
    line-height: 24px;
  }

  .p-topics .standard-twin article .article-body .content {
    width: 480px;
    margin-top: 20px;
  }

  .p-topics .standard-twin.full article {
    width: 535px;
  }

  .p-topics .standard-twin.full article .article-title {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .p-topics .standard-fee {
    padding: 10px;
  }

  .p-topics .standard-fee__item {
    width: 200px;
  }

  .p-topics .standard-fee__item + .standard-fee__item {
    margin-left: 22px;
  }

  .p-topics .standard-fee__item + .standard-fee__item.plus {
    width: 260px;
    padding-left: 60px;
    margin-left: 0;
  }

  .p-topics .standard-fee__item + .standard-fee__item.plus::before {
    top: calc((100% - 30px - 20px) / 2 + 30px);
    left: 22px;
    display: block;
    width: 20px;
    height: 0;
    padding: 20px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_ico_plus_1_gr.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-fee__item dt {
    padding: 5px 0;
    font-size: 15px;
    line-height: 20px;
    border-width: 1px;
  }

  .p-topics .standard-fee__item dt span {
    font-size: 12px;
  }

  .p-topics .standard-fee__item dd {
    margin-top: 10px;
  }

  .p-topics .standard-fee__item__price {
    padding-top: 5px;
  }

  .p-topics .standard-fee__item__price span {
    line-height: 50px;
  }

  .p-topics .standard-fee__item__price span.amount {
    font-size: 50px;
  }

  .p-topics .standard-fee__item__price span.unit {
    font-size: 25px;
  }

  .p-topics .standard-fee__item__price span.tax {
    font-size: 12px;
  }

  .p-topics .standard-fee__item__price.free span {
    font-size: 55px;
    line-height: 55px;
  }

  .p-topics .standard-fee__item__hours {
    padding-top: 5px;
  }

  .p-topics .standard-fee__item__hours span {
    line-height: 50px;
  }

  .p-topics .standard-fee__item__hours span.length {
    font-size: 50px;
  }

  .p-topics .standard-fee__item__hours span.unit {
    font-size: 25px;
  }

  .p-topics .standard-fee__item__hours span.count {
    padding-left: 30px;
    font-size: 50px;
  }

  .p-topics .standard-fee__item__hours span.count::before {
    left: 8.5px;
    display: block;
    width: 13px;
    height: 0;
    padding: 13px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_ico_negative_1_gr.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-tabset .tab-buttons ul li + li {
    margin-left: 3px;
  }

  .p-topics .standard-tabset .tab-buttons ul li a {
    padding: 13px 0;
    border-radius: 5px 5px 0 0;
  }

  .p-topics .standard-tabset .tab-buttons ul li a span {
    position: relative;
    padding: 0 30px 0 0;
    font-size: 20px;
    line-height: 34px;
  }

  .p-topics .standard-tabset .tab-buttons ul li a span::after {
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 13px;
    height: 0;
    padding: 8px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_u_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-tabset .tab-buttons ul li.active a span::after {
    display: block;
    width: 13px;
    height: 0;
    padding: 8px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_d_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-tabset .stage {
    border-width: 1px;
  }

  .p-topics > header.kv > .wrap {
    width: 1110px;
    margin: 0 auto;
  }

  .p-topics > header.kv > .wrap h1 {
    display: block;
    width: 1110px;
    height: 0;
    padding: 444px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/tougou_MV_PC.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > header.kv > .wrap .lead {
    margin-top: 25px;
  }

  .p-topics > header.kv .request-btn-wrap .btn {
    width: 450px;
    height: 70px;
    margin: 10px auto 0;
    font-size: 24px;
  }

  .p-topics > header.kv .request-btn-wrap .btn:hover {
    color: #B51114;
    background-color: #fff;
  }

  .p-topics > header.kv .request-btn-wrap .btn img {
    width: 65px;
    height: 40px;
    margin-right: 10px;
  }

  .p-topics > header.kv .request-btn-wrap .btn .baloon {
    top: -15px;
    left: -61px;
    width: 115px;
    height: 100px;
    text-indent: -0.5em;
    background-size: 115px 100px;
  }

  .p-topics > header.kv .request-btn-wrap .btn .baloon span {
    font-size: 24px;
    line-height: 24px;
  }

  .p-topics > header.kv-dm > .wrap {
    width: 1110px;
    margin: 0 auto;
  }

  .p-topics > header.kv-dm > .wrap h1 {
    display: block;
    width: 1110px;
    height: 0;
    padding: 444px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/tougou_MV_PC.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > header.kv-dm > .wrap .lead {
    margin-top: 25px;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn {
    width: 450px;
    height: 70px;
    margin: 10px auto 0;
    font-size: 24px;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn:hover {
    color: #B51114;
    background-color: #fff;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn img {
    width: 65px;
    height: 40px;
    margin-right: 10px;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn .baloon {
    top: -15px;
    left: -61px;
    width: 115px;
    height: 100px;
    text-indent: -0.5em;
    background-size: 115px 100px;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn .baloon span {
    font-size: 24px;
    line-height: 24px;
  }

  .p-topics > nav.anchor {
    margin-top: 55px;
  }

  .p-topics > nav.anchor ul {
    justify-content: center;
  }

  .p-topics > nav.anchor ul li {
    width: 200px;
    height: 60px;
  }

  .p-topics > nav.anchor ul li + li {
    margin-left: 20px;
  }

  .p-topics > nav.anchor ul li a {
    width: 200px;
    height: 60px;
    padding: 0 20px 0 0;
    border-radius: 5px;
    transition: all 0.3s;
  }

  .p-topics > nav.anchor ul li a span {
    font-size: 20px;
  }

  .p-topics > nav.anchor ul li a::after {
    right: 19px;
    display: block;
    width: 13px;
    height: 0;
    padding: 8px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_d_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > nav.anchor ul li a:hover {
    background-color: #f6f6f6;
  }

  .p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes {
    margin-top: 6px;
  }

  .p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes ul {
    font-size: 12px;
    line-height: 20px;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn {
    width: 450px;
    height: 80px;
    margin: 10px auto 0;
    font-size: 24px;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn:hover {
    color: #B51114;
    background-color: #fff;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn img {
    width: 65px;
    height: 40px;
    margin-right: 10px;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon {
    top: -10px;
    left: -61px;
    width: 115px;
    height: 100px;
    text-indent: -0.5em;
    background-size: 115px 100px;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon span {
    font-size: 24px;
    line-height: 24px;
  }

  .p-topics > section.course .course-item {
    display: flex;
  }

  .p-topics > section.course .course-item:nth-child(n+3) {
    margin-top: 40px;
  }

  .p-topics > section.learning .section-body > .wrap .standard-twin article {
    width: 535px;
  }

  .p-topics > section.learning .section-body > .wrap .standard-twin article img {
    width: 100%;
  }

  .p-topics > section.learning .learning-item:nth-child(n+3) {
    margin-top: 60px;
  }

  .p-topics > section.gmap .c-search {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-topics > section.covid .section-body {
    padding-bottom: 90px;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article.class {
    margin-right: 60px;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-title h3 {
    font-size: 18px;
    line-height: 31px;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body {
    padding-bottom: 0;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content {
    width: auto;
    margin: 15px 0 0;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content .notes {
    margin-top: 6px;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content .notes ul {
    font-size: 15px;
    line-height: 26px;
  }

  .p-topics > section.doc-request .section-body > .wrap article {
    display: flex;
    width: 800px;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-image {
    width: 400px;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts .title span {
    font-size: 20px;
    line-height: 34px;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts .lead {
    padding-top: 14px;
    font-size: 15px;
    line-height: 26px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group {
    margin-top: 50px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts .title {
    font-size: 30px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul {
    margin-top: 30px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li {
    font-size: 20px;
    line-height: 40px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li.new::after {
    width: 36px;
    height: 20px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 20px;
    transform: translateY(-5px);
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image {
    width: 460px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon {
    right: 45px;
    bottom: 0;
    width: 120px;
    height: 120px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon p {
    font-size: 16px;
    line-height: 20px;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn {
    width: 420px;
    height: 70px;
    margin: 10px auto 0;
    font-size: 24px;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img {
    width: 65px;
    height: 40px;
    margin-right: 10px;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img::before {
    display: block;
    width: 65px;
    height: 0;
    padding: 40px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/doc_30sec_img.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 65px 80px;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img::after {
    display: block;
    width: 65px;
    height: 0;
    padding: 40px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/doc_30sec_img.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 65px 80px;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn:hover {
    color: #B51114;
    background-color: #fff;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn:hover .img::before {
    opacity: 0;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn:hover .img::after {
    opacity: 1;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .experience .article-body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 114px);
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .experience .article-body .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .notes.col2 .sample-img {
    width: 250px;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn {
    width: 420px;
    height: 70px;
    margin: 10px auto 0;
    font-size: 24px;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn:hover {
    color: #B51114;
    background-color: #fff;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn img {
    width: 65px;
    height: 40px;
    margin-right: 10px;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn > span {
    text-indent: 1.5em;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon {
    top: -10px;
    left: -31px;
    width: 103.5px;
    height: 90px;
    text-indent: -0.5em;
    background-size: 100% auto;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon span {
    font-size: 24px;
    line-height: 24px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item {
    width: 390px;
    padding: 30px 30px 110px;
    border-width: 2px;
    border-radius: 5px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .lead p {
    font-size: 15px;
    line-height: 26px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure {
    bottom: 30px;
    left: 30px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure .image {
    width: 60px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure figcaption .name {
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link {
    right: 20px;
    bottom: 30px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a {
    padding-right: 20px;
    font-size: 15px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a::after {
    display: block;
    width: 8px;
    height: 0;
    padding: 14px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_r_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i1 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_1_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i2 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_2_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i3 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_3_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i4 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_4_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i5 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_5_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i6 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_6_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i7 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_7_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i8 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_8_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i9 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_9_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i10 figure .image .img {
    display: block;
    width: 60px;
    height: 0;
    padding: 60px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_10_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination {
    width: 400px;
    height: 6px;
    margin: 30px auto 0;
    border-radius: 3px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination .swiper-pagination-progressbar-fill {
    border-radius: 3px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button {
    top: calc((100% - 36px) / 2);
    width: 50px;
    padding-top: 50px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.prev {
    left: -25px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.prev::after {
    display: block;
    width: 8px;
    height: 0;
    padding: 14px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_l_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.next {
    right: -25px;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.next::after {
    display: block;
    width: 8px;
    height: 0;
    padding: 14px 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_r_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.footer {
    display: none;
  }
}

@media (width <= 767px) {
  .p-topics {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }

  .p-topics .pc {
    display: none !important;
  }

  .p-topics .small {
    font-size: 0.75em;
  }

  .p-topics .line::before {
    bottom: -0.3em;
    height: 2.6666666667vw;
  }

  .fadein.right {
    transform: translate3d(calc(0vw - var(--msp, 10.6666666667vw)), 0, 0);
  }

  .fadein.left {
    transform: translate3d(var(--msp, 10.6666666667vw), 0, 0);
  }

  .fadein.up {
    transform: translate3d(0, var(--msp, 10.6666666667vw), 0);
  }

  .fadein.down {
    transform: translate3d(0, calc(0vw - var(--msp, 10.6666666667vw)), 0);
  }

  .fadein.pop {
    transform: translate3d(0, var(--msp, 10.6666666667vw), 0);
  }

  .p-topics * + section.standard-section {
    margin-top: 13.3333333333vw;
  }

  .p-topics > section.floatbtn .floatbtn-list > li > a {
    width: 45.8666666667vw;
    height: 10.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }

  .p-topics > section.standard-section .section-title .title {
    width: 92vw;
    height: 16vw;
    border-width: 0.5333333333vw;
  }

  .p-topics > section.standard-section .section-title .title span {
    font-size: 5.3333333333vw;
  }

  .p-topics > section.standard-section .section-title .lead {
    width: 92vw;
    margin: 2.6666666667vw auto 0;
  }

  .p-topics > section.standard-section .section-title .lead p {
    text-align: left;
  }

  .p-topics > section.standard-section .section-title .lead p.note {
    font-size: 2.6666666667vw;
    line-height: 4.5333333333vw;
  }

  .p-topics > section.standard-section .section-body {
    margin-top: 4vw;
  }

  .p-topics > section.standard-section .section-body > .wrap {
    width: 92vw;
  }

  .p-topics .standard-twin article + article {
    margin-top: 4vw;
  }

  .p-topics .standard-twin article .article-title {
    padding: 6.1333333333vw 0;
  }

  .p-topics .standard-twin article .article-title .title {
    font-size: 5.3333333333vw;
    line-height: 9.0666666667vw;
  }

  .p-topics .standard-twin article .article-body {
    padding-bottom: 6.4vw;
  }

  .p-topics .standard-twin article .article-body > figure {
    width: 84vw;
  }

  .p-topics .standard-twin article .article-body > figure .image {
    width: 84vw;
    height: 45.3333333333vw;
  }

  .p-topics .standard-twin article .article-body > figure figcaption {
    padding: 1.8666666667vw 0;
  }

  .p-topics .standard-twin article .article-body > figure figcaption .cap {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }

  .p-topics .standard-twin article .article-body .content {
    width: 84vw;
    margin-top: 5.3333333333vw;
  }

  .p-topics .standard-twin.full article .article-title {
    padding-top: 0;
    padding-bottom: 8vw;
  }

  .p-topics .standard-fee {
    padding: 2.6666666667vw;
  }

  .p-topics .standard-fee__item {
    width: 38.6666666667vw;
  }

  .p-topics .standard-fee__item + .standard-fee__item {
    margin-left: 1.3333333333vw;
  }

  .p-topics .standard-fee__item + .standard-fee__item.plus {
    width: 50.6666666667vw;
    padding-left: 12vw;
    margin-left: 0;
  }

  .p-topics .standard-fee__item + .standard-fee__item.plus::before {
    top: calc((100% - 13.3333333333vw) / 2 + 8vw);
    left: 3.4666666667vw;
    display: block;
    width: 5.3333333333vw;
    height: 0;
    padding: 5.3333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_ico_plus_1_gr.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-fee__item.coursefee {
    width: 28vw;
  }

  .p-topics .standard-fee__item dt {
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }

  .p-topics .standard-fee__item dt span {
    font-size: 2.6666666667vw;
  }

  .p-topics .standard-fee__item dd {
    margin-top: 3.2vw;
  }

  .p-topics .standard-fee__item__price {
    padding-top: 0.8vw;
  }

  .p-topics .standard-fee__item__price span {
    line-height: 9.6vw;
  }

  .p-topics .standard-fee__item__price span.amount {
    font-size: 9.6vw;
  }

  .p-topics .standard-fee__item__price span.unit {
    font-size: 4.8vw;
  }

  .p-topics .standard-fee__item__price span.tax {
    font-size: 2.6666666667vw;
  }

  .p-topics .standard-fee__item__price.free span {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }

  .p-topics .standard-fee__item__hours {
    padding-top: 0.8vw;
  }

  .p-topics .standard-fee__item__hours span {
    line-height: 9.6vw;
  }

  .p-topics .standard-fee__item__hours span.length {
    font-size: 9.6vw;
  }

  .p-topics .standard-fee__item__hours span.unit {
    font-size: 4.8vw;
  }

  .p-topics .standard-fee__item__hours span.count {
    padding-left: 8vw;
    font-size: 9.6vw;
  }

  .p-topics .standard-fee__item__hours span.count::before {
    left: 2.2666666667vw;
    display: block;
    width: 3.4666666667vw;
    height: 0;
    padding: 3.4666666667vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_ico_negative_1_gr.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-tabset .tab-buttons ul li + li {
    margin-left: 0.8vw;
  }

  .p-topics .standard-tabset .tab-buttons ul li a {
    min-height: 9.6vw;
    padding: 2.1333333333vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }

  .p-topics .standard-tabset .tab-buttons ul li a span {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    text-align: center;
  }

  .p-topics .standard-tabset .tab-buttons ul li a span::after {
    right: 0;
    bottom: 1.0666666667vw;
    left: 0;
    display: block;
    width: 3.4666666667vw;
    height: 0;
    padding: 2.1333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_u_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  
  .p-topics .standard-tabset .tab-buttons ul li.active a span::after {
    display: block;
    width: 3.4666666667vw;
    height: 0;
    padding: 2.1333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_d_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics .standard-tabset .stage {
    border-width: 0.2666666667vw;
  }

  .p-topics > header.kv > .wrap h1 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 85.3333333333%;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/tougou_MV_SP.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > header.kv > .wrap .lead {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
  }

  .p-topics > header.kv .request-btn-wrap {
    width: 92vw;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
  }

  .p-topics > header.kv .request-btn-wrap p {
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }

  .p-topics > header.kv .request-btn-wrap p::before, .p-topics > header.kv .request-btn-wrap p::after {
    width: 8vw;
    height: 16vw;
  }

  .p-topics > header.kv .request-btn-wrap p::before {
    margin-right: 4vw;
  }

  .p-topics > header.kv .request-btn-wrap p::after {
    margin-left: 4vw;
  }

  .p-topics > header.kv .request-btn-wrap .btn {
    width: 86.6666666667vw;
    height: 16vw;
    padding-left: 13.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-right: 0;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .p-topics > header.kv .request-btn-wrap .btn img {
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }

  .p-topics > header.kv .request-btn-wrap .btn .baloon {
    top: -2.6666666667vw;
    left: -5.3333333333vw;
    width: 24vw;
    height: 21.3333333333vw;
    text-indent: -0.7em;
    background-size: 24vw 21.3333333333vw;
  }

  .p-topics > header.kv .request-btn-wrap .btn .baloon span {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > header.kv-dm > .wrap h1 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 85.3333333333%;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/tougou_MV_SP.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > header.kv-dm > .wrap .lead {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
  }

  .p-topics > header.kv-dm .request-btn-wrap {
    width: 92vw;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
  }

  .p-topics > header.kv-dm .request-btn-wrap p {
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }

  .p-topics > header.kv-dm .request-btn-wrap p::before, .p-topics > header.kv-dm .request-btn-wrap p::after {
    width: 8vw;
    height: 16vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap p::before {
    margin-right: 4vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap p::after {
    margin-left: 4vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn {
    width: 86.6666666667vw;
    height: 16vw;
    padding-left: 13.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-right: 0;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn img {
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn .baloon {
    top: -2.6666666667vw;
    left: -5.3333333333vw;
    width: 24vw;
    height: 21.3333333333vw;
    text-indent: -0.7em;
    background-size: 24vw 21.3333333333vw;
  }

  .p-topics > header.kv-dm .request-btn-wrap .btn .baloon span {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > nav.anchor {
    margin-top: 9.3333333333vw;
  }

  .p-topics > nav.anchor ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92vw;
    margin: 0 auto;
  }

  .p-topics > nav.anchor ul li {
    width: 45.3333333333vw;
    height: 12vw;
    margin-top: 1.3333333333vw;
  }

  .p-topics > nav.anchor ul li:nth-child(1), .p-topics > nav.anchor ul li:nth-child(2) {
    margin-top: 0;
  }

  .p-topics > nav.anchor ul li a {
    width: 45.3333333333vw;
    height: 12vw;
    padding: 0 4.2666666667vw 0 0;
    border-radius: 2.6666666667vw;
  }

  .p-topics > nav.anchor ul li a span {
    font-size: 4vw;
  }

  .p-topics > nav.anchor ul li a::after {
    right: 2.4vw;
    display: block;
    width: 3.4666666667vw;
    height: 0;
    padding: 2.1333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_d_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notice {
    display: block;
    height: auto;
    padding: 1em 0;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }

  .p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes {
    margin-top: 4.5333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .standard-twin article .article-body .content .notes ul {
    font-size: 2.6666666667vw;
    line-height: 4.5333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap {
    margin-top: 0;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap p {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap p::before, .p-topics > section.trial .section-body > .wrap .request-btn-wrap p::after {
    width: 5.3333333333vw;
    height: 10.6666666667vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap p::before {
    margin-right: 5.3333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap p::after {
    margin-left: 5.3333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn {
    width: 86.6666666667vw;
    height: 16vw;
    padding-left: 13.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-right: 0;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn img {
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon {
    top: -2.6666666667vw;
    left: -5.3333333333vw;
    width: 24vw;
    height: 21.3333333333vw;
    text-indent: -0.7em;
    background-size: 24vw 21.3333333333vw;
  }

  .p-topics > section.trial .section-body > .wrap .request-btn-wrap .btn .baloon span {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > section.course .course-item + .course-item {
    margin-top: 8vw;
  }

  .p-topics > section.course .course-item__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }

  .p-topics > section.course .course-item__title {
    margin-bottom: 5.8666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }

  .p-topics > section.course .course-item__list {
    display: flex;
    flex-wrap: wrap;
  }

  .p-topics > section.course .course-item__list li {
    width: 50%;
    font-size: 3.7333333333vw;
  }

  .p-topics > section.course .course-item__list li::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.3333333333vw;
    margin-bottom: 2px;
  }

  .p-topics > section.learning .learning-item:not(:last-child) {
    margin-bottom: 8vw;
  }

  .p-topics > section.learning .learning-item__wrap {
    margin-bottom: 5.8666666667vw;
  }

  .p-topics > section.learning .learning-item__wrap h2 {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.8666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }

  .p-topics > section.learning .learning-item__txt {
    font-size: 3.7333333333vw;
  }

  .p-topics > section.covid .section-body {
    padding-bottom: 13.3333333333vw;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-title h3 {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body {
    padding-bottom: 2.6666666667vw;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content {
    margin: 2.6666666667vw 0 0;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content .notes {
    margin-top: 0;
  }

  .p-topics > section.covid .section-body > .wrap .standard-twin article .article-body .content .notes ul {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-image {
    width: 92vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts {
    flex: 1;
    padding: 5.3333333333vw;
    text-align: center;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts .title span {
    font-size: 5.3333333333vw;
    line-height: 9.0666666667vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .top-group-txts .lead {
    padding-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group {
    margin-top: 8vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts .title {
    font-size: 8vw;
    text-align: center;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul {
    margin-top: 5.3333333333vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li {
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li.new::after {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
    transform: translateY(-1.3333333333vw);
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image {
    width: 100%;
    margin-top: 5.3333333333vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon {
    right: 10vw;
    bottom: 0;
    width: 26.1333333333vw;
    height: 26.1333333333vw;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-image .yellow-icon p {
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }

  .p-topics > section.doc-request .request-btn-wrap {
    margin-top: 8vw;
  }

  .p-topics > section.doc-request .request-btn-wrap p {
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }

  .p-topics > section.doc-request .request-btn-wrap p::before, .p-topics > section.doc-request .request-btn-wrap p::after {
    width: 8vw;
    height: 16vw;
  }

  .p-topics > section.doc-request .request-btn-wrap p::before {
    margin-right: 4vw;
  }

  .p-topics > section.doc-request .request-btn-wrap p::after {
    margin-left: 4vw;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn {
    width: 92vw;
    height: 16vw;
    margin-top: 2.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img {
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img::before {
    display: block;
    width: 17.3333333333vw;
    height: 0;
    padding: 10.6666666667vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/doc_30sec_img.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 17.3333333333vw 21.3333333333vw;
  }

  .p-topics > section.doc-request .request-btn-wrap .btn .img::after {
    display: block;
    width: 17.3333333333vw;
    height: 0;
    padding: 10.6666666667vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/doc_30sec_img.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 17.3333333333vw 21.3333333333vw;
  }

  .p-topics > section.entry {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .p-topics > section.entry .section-body {
    margin-top: 0;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .notice {
    display: block;
    height: auto;
    padding: 1em 0;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .notes.col2 .sample-img img {
    width: 40vw;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap {
    margin-top: 5.3333333333vw;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn {
    width: 78.6666666667vw;
    height: 16vw;
    padding-left: 13.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-right: 0;
    margin-left: auto;
    font-size: 4.8vw;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn img {
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn > span {
    text-indent: 0.6em;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon {
    top: -2.6666666667vw;
    left: -5.8666666667vw;
    width: 24vw;
    height: 21.3333333333vw;
    text-indent: -0.7em;
    background-size: 24vw 21.3333333333vw;
  }

  .p-topics > section.entry .section-body > .wrap .standard-twin .content .request-btn-wrap .btn .baloon span {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item {
    width: 58.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 32vw;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .lead p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure {
    bottom: 10.6666666667vw;
    left: 5.3333333333vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure .image {
    width: 16vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item figure figcaption .name {
    margin-left: 2.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a {
    padding-right: 4.5333333333vw;
    font-size: 3.2vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item .link p a::after {
    display: block;
    width: 2.1333333333vw;
    height: 0;
    padding: 3.7333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_r_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i1 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_1_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i2 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_2_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i3 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_3_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i4 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_4_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i5 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_5_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i6 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_6_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i7 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_7_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i8 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_8_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i9 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_9_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel .container .wrapper .item.i10 figure .image .img {
    display: block;
    width: 16vw;
    height: 0;
    padding: 16vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/par_10_thu.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination {
    width: 92vw;
    height: 1.6vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 0.8vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .pagination .swiper-pagination-progressbar-fill {
    border-radius: 0.8vw;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button {
    display: none;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.prev {
    left: 0;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.prev::after {
    display: block;
    width: 2.1333333333vw;
    height: 0;
    padding: 3.7333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_l_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.next {
    right: 0;
  }

  .p-topics > section.parents .section-body > .wrap .standard-carousel nav .button.next::after {
    display: block;
    width: 2.1333333333vw;
    height: 0;
    padding: 3.7333333333vw 0 0;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url("./img/_arr_1_r_bk.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .p-topics > section.footer {
    padding: 4.66667vw 4.66667vw 22vw;
    margin-top: 0;
    font-size: 20px;
    font-size: 2.66667vw;
    color: #000;
    text-align: center;
    background: #e6e6e6;
  }

  .p-topics > section.footer nav ul {

    /* --- safari（PC）用 --- */

    /* --- IE10 --- */
    display: flex;

    /* --- safari（PC）用 --- */
    flex-flow: column wrap;

    /* --- safari（PC）用 --- */

    /* --- IE10 --- */

    /* --- safari（PC）用 --- */
    -ms-align-items: stretch;

    /* --- IE10 --- */
    align-items: stretch;

    /* --- safari（PC）用 --- */
    -ms-justify-content: center;

    /* --- IE10 --- */
    justify-content: center;
    margin-bottom: 2.66667vw;
    text-align: center;
  }

  .p-topics > section.footer nav li {
    line-height: 1.35;
  }

  .p-topics > section.footer nav li:first-child {
    padding-left: 0;
  }

  .p-topics > section.footer nav li:first-child::before {
    display: none;
  }

  .p-topics > section.footer nav li a {
    font-size: 12px;
    font-size: 1.6vw;
    color: #000;
    text-decoration: none;
  }
}

.headbtn {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 1.6em;
  margin-bottom: 2em;
}

.headbtn-list {
  display: flex;
  gap: 1em;
  justify-content: end;
}

.headbtn-list .btn {
  position: relative;
  display: inline-block;
  width: 15em;
  padding: 0.8em 0;
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 19px;
  color: white;
  text-align: center;
  background-color: #b51114;
  border: 1px solid #b51114;
  border-radius: 5px;
  box-shadow: 0 6px #6d0a0c;
}

.headbtn-list .btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.headbtn-list .btn:hover {
  color: #b51114;
  background-color: white;
}

.headbtn-list .btn:hover::after {
  border-color: #b51114;
}

.p-topics .line {
  z-index: 0;
}

.p-topics .line::before {
  z-index: -1;
}

.btn--easy {
  display: inline-block;
  display: flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-inline: auto;
  font-family: yugothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  background-color: #B51114;
  border: 1px solid #B51114;
  border-radius: 5px;
  box-shadow: 0 6px #6D0A0C;
  transition: all 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (width >= 768px) {
  .btn--easy {
    height: 70px;
    font-size: 24px;
  }
}

.btn--easy .img {
  display: block;
  width: 65px;
  height: 40px;
  background-image: url("./img/doc_30sec_img_yellow.png");
  background-repeat: no-repeat;
  background-position: top 50% left 50%;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn--easy:hover {
  color: #B51114;
  background-color: #fff;
}

.btn--easy:hover .img {
  background-image: url("./img/doc_30sec_img_red.png");
}

@media (width <= 767px) {
  .p-topics > section.doc-request .section-body > .wrap .bottom-group {
    display: flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts {
    margin-top: 20px;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts .title {
    display: none;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul {
    position: relative;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 1.5em;
    padding: 15px 20px 10px;
    border: 1px solid #000;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul::before {
    position: absolute;
    top: -10px;
    left: 1em;
    display: inline-block;
    padding: 5px 5px 3px;
    font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1;
    color: #fff;
    content: "NEW";
    background-color: #ae1114;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.8;
  }

  .p-topics > section.doc-request .section-body > .wrap .bottom-group-txts ul li.new::after {
    display: none;
  }
}

@media (width <= 767px) {
  .p-topics > section.standard-section.doc-request .section-body {
    margin-top: 5px;
  }
}

.p-topics > section.doc-request .sp-subttl {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}

@media (width >= 768px) {
  .p-topics > section.doc-request .sp-subttl {
    display: none;
  }
}

@media screen and (width >= 992px) {
  .p-class-list-map__wrapper {
    width: 100%;
  }
}