@charset "utf-8";

:root {
  --accent-color-light: #C9E0CE;
  --accent-color: #46A097;
  --accent-color-deep: #0A2622;
  --accent-bd-color: #007D65;
  --sub-color-beige: #F7F3EF;
  --sub-color-beige-deep: #CEB9A1;
  --sub-color-blue: #D5DFE2;
  --font-noto-jp: "Noto Sans JP", sans-serif;
  --font-noto-jp-regular: 400;
  --font-noto-jp-medium: 500;
  --font-noto-jp-semibold: 600;
  --font-noto-jp-bold: 700;
  --font-noto-jp-extrabold: 800;
  --font-noto-jp-black: 900;
  --border-radius: 5px
}

header+main:not(.home) {
  margin-top: 50px
}

.home.-re {
  background-color: #fff;
  padding-top: 90px;
  color: #0C2622;
  overflow: hidden
}

.p-header+.form-block {
  min-height: calc(100dvh - 80px)
}

.p-header .c-header {
  justify-content: center;
  background-color: var(--sub-color-beige) !important;
  border-bottom: 2px solid #2E6A3E;
  overflow-x: visible
}

.p-header .c-header.top-fixed {
  display: flex;
  align-items: center;
  height: 90px
}

.p-header .c-header.window-fixed, .p-header .c-header.window-lower {
  height: 50px;
  padding: 0
}

.p-header .btn-menu {
  height: 48px;
  background-color: var(--sub-color-beige);
  pointer-events: none
}

.p-header .c-header.window-fixed.is_show .btn-menu, .p-header .c-header.window-lower .btn-menu {
  pointer-events: auto
}

.p-header .c-header .btn-menu .inn {
  width: 35px;
  height: 24px
}

.p-header .c-header .btn-menu .line, .p-header .c-header .btn-menu .line:nth-of-type(2)::after {
  height: 4px;
  background-color: #2D693E
}

.p-header .c-header .btn-menu .inn .line:nth-of-type(3) {
  bottom: 0
}

.p-header .c-header .c-menu-wrap {
  top: 50px;
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
  background-color: var(--accent-color-deep)
}

.p-footer {
  padding-top: 36px;
  background-color: var(--accent-color-deep)
}

.p-pagetop {
  display: none;
  position: fixed;
  bottom: 108px;
  left: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none
}

.p-pagetop__inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

.p-pagetop__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: var(--border-radius);
  background-color: var(--sub-color-beige-deep);
  pointer-events: auto
}

@media (min-width:880px) {
  .p-pagetop__inner {
    max-width: 800px;
    padding-right: 0;
    padding-left: 0
  }

  .p-pagetop__btn {
    translate: 100% 0
  }
}

.p-nav {
  color: #FFF;
  font-family: var(--font-noto-jp);
  letter-spacing: 0
}

.p-nav__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
  font-family: var(--font-noto-jp);
  text-align: left;
  line-height: 1.5
}

.p-nav__item:not(.-bbn) {
  border-bottom: 1px dashed #FFF
}

.p-nav__item>span {
  position: relative
}

.p-nav__item>span::after {
  position: absolute;
  top: 50%;
  background-size: contain;
  translate: 100% -50%;
  content: ''
}

.p-nav__item.-blank>span::after {
  right: -4px;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico-extra-link-w.svg) no-repeat center
}

.p-nav__item:not(.-blank)>span::after {
  right: -2px;
  width: 25px;
  height: 16px;
  background: url(../img/common/ico-arrow.svg) no-repeat center
}

.p-nav.-header .p-nav__item {
  min-height: 70px;
  font-size: 20px;
  padding-right: 2em
}

.p-nav.-footer .p-nav__item {
  min-height: 34px
}

.p-nav__headEn {
  display: none
}

.p-nav.-header .p-nav__item.-head {
  position: relative;
  border-top: 1px dashed #FFF
}

.p-nav.-header .p-nav__item.-head.-first {
  border-top: 0
}

.p-nav.-footer .p-nav__item.-head {
  margin-top: 4px
}

.p-nav.-header .p-nav__gap.-body {
  display: none;
  border-top: 1px dashed #FFF
}

.p-nav__cols {
  display: flex;
  flex-direction: column
}

.p-nav.-footer .p-nav__cols {
  padding-left: 20px
}

.p-nav__gap {
  padding-left: 20px
}

.p-nav.-footer .p-nav__gap {
  padding-top: 8px
}

.p-nav__br {
  display: none
}

.p-navBnr {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 8px;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #FFF;
  text-align: center
}

.p-navBnr>* {
  width: 100%
}

.p-nav.-header .p-navBnr {
  margin-top: 0;
  margin-left: 0;
  border-top: 1px dashed #FFF
}

.p-navAside {
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5B8D67;
  color: #FFF;
  line-height: 1.5
}

.p-nav.-footer .p-navAside {
  margin-left: -40px
}

.p-navAside__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-navAside__link {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px
}

.p-navAside__link>* {
  padding-right: 1em;
  padding-left: 1em
}

.p-navAside__link>*+* {
  margin-top: 10px
}

.p-navAside__link+.p-navAside__head {
  padding-top: 16px;
  border-top: 1px dashed
}

.p-navAside__item {
  position: relative;
  padding-right: 1.25em
}

.p-navAside__item::before {
  position: absolute;
  bottom: .25em;
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico-extra-link-w.svg) no-repeat center;
  background-size: contain;
  content: ''
}

.p-navAside__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 28px;
  margin-top: 20px;
  padding-right: 1em;
  padding-left: 1em
}

.p-navAside__sns img {
  vertical-align: middle
}

.p-nav__copy {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 10px;
  text-align: center
}

.p-nav.-footer .p-nav__copy {
  padding-bottom: 120px
}

.p-navBnr__img {
  border-radius: var(--border-radius)
}

.p-footerColumn {
  padding-bottom: 36px;
  font-size: 12px
}

.p-footerColumn__txt+.p-footerColumn__txt {
  margin-top: 1em
}

@media (max-width:389.98px) {
  .p-nav__br {
    display: block
  }
}

@media (max-width:767.98px) {
  .p-nav.-header .p-nav__ico {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid;
    translate: 0 -50%
  }

  .p-nav.-header .p-nav__ico::before, .p-nav.-header .p-nav__ico::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 22px;
    height: 3px;
    background-color: #FFF;
    content: '';
    translate: 0 -50%
  }

  .p-nav.-header .p-nav__ico::after {
    rotate: 90deg
  }

  .p-nav.-header .p-nav__item.-head.is-active .p-nav__ico:after {
    display: none
  }
}

@media (min-width:768px) {
  .p-nav__headEn {
    display: inline
  }

  .p-nav__headEn::after {
    display: none
  }

  .p-nav__cols {
    display: flex;
    flex-direction: row;
    gap: 0 40px
  }

  .p-nav.-footer .p-nav__cols {
    padding-left: 0
  }

  .p-nav__col {
    flex: 1;
    padding-right: 20px;
    padding-left: 20px
  }

  .p-navBnr {
    padding-bottom: 30px
  }

  .p-navBnr__img {
    width: 100%
  }

  .p-navAside {
    margin-right: 0;
    margin-left: 0;
    border-radius: var(--border-radius);
    border: 1px solid #C6D7C7
  }

  .p-navAside .l-gutter {
    margin-right: -20px;
    margin-left: -20px
  }

  .p-nav__copy {
    font-size: 12px
  }

  .p-footer {
    padding-top: 80px
  }

  .p-footerColumn {
    padding-bottom: 80px
  }

  .p-nav.-header {
    padding-top: 40px
  }

  .p-nav.-header .p-nav__col {
    padding-right: 10px;
    padding-left: 10px
  }

  .p-nav.-header .p-nav__col .p-nav__item:not(.-bbn) {
    border-bottom: 0
  }

  .p-nav.-header .p-nav__item {
    min-height: 34px;
    font-size: 16px
  }

  .p-nav.-header .p-nav__item.-head {
    flex-wrap: wrap;
    border-top: 0;
    pointer-events: none
  }

  .p-nav.-header .p-nav__gap {
    padding-top: 8px
  }

  .p-nav.-header .p-nav__gap:has(.p-nav__gap) {
    padding-left: 0
  }

  .p-nav.-header .p-nav__item.-head>span::after {
    display: none
  }

  .p-nav.-header .p-nav__gap.-body {
    display: block
  }

  .p-nav.-header .p-navBnr {
    border-top: 0
  }

  .p-nav.-footer .p-navAside {
    margin-left: -20px
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .p-nav.-header .p-navAside__sns {
    gap: 0 16px
  }
}

.mv-block.-re {
  padding-top: 20px
}

@media (min-width:768px) {
  .mv-block.-re {
    padding-top: 40px
  }
}

.mv-slider.-thumb .c-box-link {
  max-width: 472px !important;
  max-height: none !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 10px !important
}

.mv-slider-thumb {
  margin-right: -4px;
  margin-left: -4px
}

.mv-slider-thumb .slick-list {
  padding-top: 16px;
  padding-bottom: 24px
}

@media (min-width:768px) {
  .mv-slider-thumb .slick-list {
    padding-top: 30px;
    padding-bottom: 116px
  }
}

.mv-slider-thumb .slick-track {
  transform: unset !important
}

.mv-slider-thumb .slick-slide {
  position: relative;
  margin-right: 4px;
  margin-left: 4px
}

.mv-slider-thumb .slick-slide img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  box-sizing: border-box
}

.mv-slider-thumb .slick-slide.slick-current img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.mv-slider-thumb .slick-slide.slick-current::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  border: 3px solid var(--accent-color);
  content: ''
}

.c-news-area.-re {
  font-weight: var(--font-noto-jp-medium)
}

.c-news-area.-re .news-list {
  border-top: 2px dashed var(--accent-bd-color);
  border-bottom: 2px dashed var(--accent-bd-color)
}

.c-news-area.-re .news-list li+li {
  border-top: 2px dashed var(--accent-bd-color)
}

.c-news-area.-re .news-list li .top {
  gap: 0 10px
}

.c-news-area.-re .news-list li a {
  padding-right: 10px;
  padding-left: 10px
}

@media (min-width:768px) {
  .c-news-area.-re .news-list li .top {
    gap: 0 40px
  }
}

.l-gutter {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box
}

.l-gutter.-row {
  padding-top: 30px;
  padding-bottom: 30px
}

.l-gutter.-row-pt {
  padding-top: 30px
}

.l-gutter.-row-pb {
  padding-bottom: 30px
}

.l-gutter.-thumb {
  max-width: 465px
}

@media (max-width:767.98px) {
  .l-gutter.-md {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .l-gutter.-row {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .l-gutter.-row-pt {
    padding-top: 80px
  }

  .l-gutter.-row-pb {
    padding-bottom: 80px
  }

  .l-gutter.-guide {
    padding-right: 20px;
    padding-left: 20px
  }
}

.l-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .l-container.-header {
    max-width: 1160px
  }
}

.l-top-freetel {
  font-family: var(--font-noto-jp);
  background-color: #E06C2A
}

.p-header-tel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 7px;
  padding: 10px
}

@media (min-width:768px) {
  .p-header-tel {
    margin-bottom: 25px
  }
}

.freetel-label {
  font-size: 12px;
  text-align: center;
  width: 100%
}

.freetel-number {
  font-size: 24px;
  font-weight: 700
}

.freetel-sub {
  display: flex;
  justify-content: end;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 3px
}

.c-list-dc {
  margin-left: 1.5em;
  list-style-type: decimal
}

.c-button {
  display: flex;
  align-items: center;
  gap: 0 10px;
  min-height: 50px;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: var(--border-radius);
  border: 1px solid #707070;
  background-color: #0a2a25;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
  color: #FFF;
  font-weight: var(--font-noto-jp-semibold);
  font-size: 16px;
  font-family: var(--font-noto-jp);
  line-height: 1.25;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.c-button__txt {
  flex: 1
}

.c-button__txt.-tac {
  padding-left: 35px;
  text-align: center
}

.c-button__arrow {
  width: 25px;
  height: 16px;
  background: url(../img/common/ico-arrow-white.svg) no-repeat center;
  background-size: contain;
  transition: translate .3s ease-in-out
}

.c-button.-large {
  max-width: 350px;
  min-height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .c-button.-large {
    max-width: 558px;
    min-height: 70px;
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px
  }
}

@media (hover:hover) {
  .c-button:hover .c-button__arrow {
    translate: 8px 0
  }
}

.c-kizuki-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  min-height: 110px;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 40px;
  border-top: 3px solid #027D64;
  border-bottom: 3px solid #027D64;
  text-align: center;
  line-height: 1.25;
  flex-direction: column
}

@media (max-width:767.98px) {
  .c-kizuki-ttl.-sp {
    flex-direction: column;
    min-height: 130px
  }
}

.c-kizuki-ttl__top {
  font-size: 17px
}

.c-kizuki-ttl__bottom {
  display: flex;
  gap: 8px
}

.c-kizuki-ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 22px;
  height: 10px;
  background-color: #027D64;
  translate: -50% 100%;
  content: ''
}

.c-kizuki-ttl__img {
  width: 162px
}

.c-kizuki-ttl__img img {
  width: 100%
}

.c-kizuki-ttl__txt {
  font-weight: var(--font-noto-jp-bold);
  font-size: 30px;
  font-family: var(--font-noto-jp);
  word-break: keep-all;
  overflow-wrap: anywhere
}

@media (max-width:767.98px) {
  .c-kizuki-ttl__txt>span {
    display: block;
    font-size: 22px
  }
}

@media (min-width:768px) {
  .c-kizuki-ttl {
    gap: 8px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 90px
  }

  .c-kizuki-ttl__img {
    width: 220px
  }

  .c-kizuki-ttl__txt {
    font-size: 35px
  }
}

.c-multi-title {
  position: relative;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #027D64;
  border-bottom: 3px solid #027D64;
  line-height: 1.25
}

.c-multi-title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 22px;
  height: 10px;
  background-color: #027D64;
  translate: -50% 100%;
  content: ''
}

.c-multi-title__en {
  font-weight: var(--font-noto-jp-bold);
  font-size: 30px;
  line-height: 1
}

.c-multi-title__ja {
  font-size: 12px
}

.c-multi-title__inner {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px
}

@media (min-width:768px) {
  .c-multi-title {
    margin-right: 0;
    margin-bottom: 90px;
    margin-left: 0
  }

  .c-multi-title__inner {
    padding-right: 20px;
    padding-left: 20px
  }

  .c-multi-title__ja {
    font-size: 16px
  }
}

.c-lead {
  margin-bottom: 20px;
  font-weight: var(--font-noto-jp-medium)
}

@media (min-width:768px) {
  .c-lead {
    margin-bottom: 40px;
    font-size: 17px
  }
}

.c-txt-marker {
  background: linear-gradient(transparent 70%, rgba(249, 214, 23, .5) 70%)
}

.c-txt-link {
  text-decoration: underline
}

.c-postList>li+li {
  margin-top: 10px
}

.c-postList__item {
  display: flex;
  gap: 0 10px;
  position: relative;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: var(--border-radius);
  background-color: #FFF
}

.c-postList__item::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 16px;
  background: url(../img/common/ico-arrow-black.svg) no-repeat center;
  background-size: contain;
  translate: 0 -50%;
  transition: translate .3s ease-in-out;
  content: ''
}

.c-postList__img {
  width: 110px;
  height: 80px;
  border: 1px solid var(--sub-color-beige-deep)
}

.c-postList__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.c-postList__txt {
  flex: 1;
  font-weight: var(--font-noto-jp-medium);
  font-size: 14px
}

.c-postList__date {
  display: block
}

@media (min-width:768px) {
  .c-postList__item {
    align-items: center;
    gap: 0 20px;
    padding-right: 80px
  }

  .c-postList__item::before {
    right: 20px
  }

  .c-postList__txt {
    font-size: 16px
  }
}

@media (hover:hover) {
  .c-postList__item:hover::before {
    translate: 8px -50%
  }
}

.p-top-lead {
  color: #2E6A3E;
  font-weight: var(--font-noto-jp-bold);
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

@media (min-width:768px) {
  .p-top-lead {
    font-size: 25px
  }
}

.p-top-guide__tabs {
  display: flex;
  gap: 0 10px;
  width: 100%
}

.p-top-guide__tab {
  flex: 1
}

.p-top-guide__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 1px;
  width: 100%;
  height: 50px;
  padding-right: .5em;
  padding-left: .5em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid;
  border-bottom: 0;
  font-weight: var(--font-noto-jp-semibold);
  font-size: 18px;
  font-family: var(--font-noto-jp);
  text-align: center;
  line-height: 1.25
}

.p-top-guide__btn.is-active {
  z-index: 2
}

.p-top-guide__btn.-beige {
  border-color: var(--sub-color-beige-deep);
  background-color: var(--sub-color-beige)
}

.p-top-guide__btn.-green {
  border-color: var(--accent-color);
  background-color: var(--accent-color-light)
}

.p-top-guide__bodys {
  position: relative;
  z-index: 1
}

.p-top-guide__body {
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:767.98px) {
  .p-top-guide__btn:not(.is-active)::after {
    position: absolute;
    bottom: 5px;
    width: 10px;
    height: 10px;
    content: ''
  }

  .p-top-guide__btn.-beige:not(.is-actve)::after {
    left: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #DDC5AA
  }

  .p-top-guide__btn.-green:not(.is-actve)::after {
    right: 10px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: var(--accent-color)
  }

  .p-top-guide__body {
    display: none
  }

  .p-top-guide__body.is-active {
    display: block
  }
}

.p-top-guide__body.-beige {
  border-top: 1px solid var(--sub-color-beige-deep);
  border-bottom: 1px solid var(--sub-color-beige-deep);
  background-color: var(--sub-color-beige)
}

.p-top-guide__body.-green {
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  background-color: var(--accent-color-light)
}

.p-top-guide__lead {
  margin-bottom: 16px;
  font-weight: var(--font-noto-jp-bold);
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-guide__body.-green .p-top-guide__lead {
  font-size: 16px
}

.p-top-guide__list>li+li {
  margin-top: 10px
}

.p-top-guide__links .c-button {
  margin-top: 16px
}

.p-top-guide__end {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: var(--font-noto-jp-bold);
  text-align: center
}

.p-top-guide__end>span {
  position: relative
}

.p-top-guide__end>span::before, .p-top-guide__end>span::after {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: ''
}

.p-top-guide__end>span::before {
  left: -20px;
  background-image: url(../img/home/ico-catch-left.png)
}

.p-top-guide__end>span::after {
  right: -20px;
  background-image: url(../img/home/ico-catch-right.png)
}

.p-top-guide__bnr {
  display: block;
  margin-top: 10px
}

.p-top-guide__bnr>img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: var(--border-radius)
}

.p-top-guidePt {
  margin-top: 20px
}

.p-top-guidePt__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  top: 1px;
  width: 80px;
  height: 24px;
  margin-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #092A25;
  border-bottom: 0;
  background-color: var(--sub-color-beige);
  font-weight: var(--font-noto-jp-bold);
  line-height: 1
}

.p-top-guidePt__body {
  padding: 10px 0;
  border-radius: var(--border-radius);
  border: 1px solid #092A25;
  background-color: var(--sub-color-beige)
}

.p-top-guidePt__txt {
  margin-bottom: 4px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-guidePt1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
  line-height: 1
}

.p-top-guidePt1__l {
  display: flex;
  align-items: center
}

.p-top-guidePt1__l>span {
  font-weight: var(--font-noto-jp-medium);
  font-size: 24px
}

.p-top-guidePt1__r {
  font-weight: 700;
  font-size: 60px;
  font-family: 'YuMincho', 'MyYuminchoC', serif
}

@supports (-ms-ime-align:auto) {
  .p-top-guidePt1__r {
    font-family: 'Yu Mincho Demibold', serif
  }
}

.p-top-guidePt2 {
  margin-bottom: 16px;
  font-weight: var(--font-noto-jp-medium);
  font-size: 30px;
  text-align: center;
  line-height: 1
}

.p-top-guidePt2>span {
  font-weight: var(--font-noto-jp-bold);
  font-size: 64px
}

.p-top-guidePt2 {
  margin-bottom: 16px;
  font-weight: var(--font-noto-jp-medium);
  font-size: 30px;
  text-align: center;
  line-height: 1
}

.p-top-guide__head {
  display: none
}

@media (min-width:768px) {
  .p-top-guide__bodys {
    display: flex;
    gap: 0 20px
  }

  .p-top-guide__body {
    position: relative;
    flex: 1;
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top: 0
  }

  .p-top-guide__body::before {
    position: absolute;
    top: -1px;
    z-index: -1;
    width: 100vw;
    height: calc(100% - -2px);
    content: ''
  }

  .p-top-guide__body.-beige {
    border-right: 1px solid var(--sub-color-beige-deep);
    border-left: 1px solid var(--sub-color-beige-deep)
  }

  .p-top-guide__body.-green {
    border-right: 1px solid var(--accent-color);
    border-left: 1px solid var(--accent-color)
  }

  .p-top-guide__tabs {
    display: none
  }

  .p-top-guide__head {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% - -2px);
    height: 70px;
    padding-right: .5em;
    padding-left: .5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid;
    border-bottom: 0;
    font-weight: var(--font-noto-jp-semibold);
    font-size: 24px;
    font-family: var(--font-noto-jp);
    text-align: center;
    line-height: 1.25;
    translate: 0 -100%
  }

  .p-top-guide__head.-beige {
    border-color: var(--sub-color-beige-deep);
    background-color: var(--sub-color-beige)
  }

  .p-top-guide__head.-green {
    border-color: var(--accent-color);
    background-color: var(--accent-color-light)
  }

  .p-top-guide__lead {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    margin-right: -30px;
    margin-left: -30px;
    font-size: 18px
  }

  .p-top-guide__body {
    padding-top: 0
  }

  .p-top-guide__body.-green .p-top-guide__lead {
    font-size: 18px
  }

  .p-top-guide__links, .p-top-guidePt:nth-of-type(1) {
    margin-top: 40px
  }
}

.p-top-step__head {
  display: flex;
  min-height: 70px;
  border-radius: var(--border-radius);
  color: #FFF;
  font-weight: var(--font-noto-jp-bold);
  overflow: hidden
}

.p-top-step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background-color: var(--accent-color-deep);
  font-size: 30px;
  text-align: center
}

.p-top-step__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  background-color: var(--accent-color);
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-step__body {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}

.p-top-step__arrow {
  position: relative;
  width: 50px
}

.p-top-step__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 20px;
  height: 10px;
  background-color: var(--accent-color);
  translate: -50% -50%;
  content: ''
}

.p-top-step .p-top-step__item:last-child .p-top-step__arrow::before {
  display: none
}

.p-top-step__txt {
  flex: 1
}

@media (min-width:768px) {
  .p-top-step__body {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .p-top-step__ttl {
    font-size: 25px
  }

  .p-top-step__txt {
    padding-right: 20px;
    padding-left: 20px
  }
}

.p-top-pub {
  border: 1px solid var(--accent-color);
  border-radius: var(--border-radius);
  overflow: hidden
}

.p-top-pub__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding-right: .5em;
  padding-left: .5em;
  background-color: var(--accent-color);
  color: #FFF;
  font-weight: var(--font-noto-jp-bold);
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-pub__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 10px;
  background-color: var(--sub-color-beige);
  font-weight: var(--font-noto-jp-medium)
}

.p-top-pub__txt {
  flex: 1
}

.p-top-pub__cols {
  display: flex;
  gap: 16px;
  flex: 1
}

.p-top-pub__col {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1
}

.p-top-pub__cap {
  margin-top: 10px;
  font-size: 14px
}

@media (min-width:768px) {
  .p-top-pub__body {
    flex-direction: row;
    padding-right: 20px;
    padding-left: 20px
  }

  .p-top-pub__txt {
    flex: 0 1 330px
  }
}

.p-top-course {
  display: flex;
  flex-direction: column;
  gap: 30px 10px
}

.p-top-course__item {
  padding: 20px 10px 20px 30px;
  border-radius: var(--border-radius);
  background-color: var(--sub-color-beige)
}

.p-top-course__ico {
  font-weight: var(--font-noto-jp-bold);
  font-size: 40px;
  text-align: center;
  line-height: 1
}

.p-top-course__head {
  margin-bottom: 16px;
  font-weight: var(--font-noto-jp-bold);
  font-size: 22px;
  text-align: center
}

.p-top-course__body {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-weight: var(--font-noto-jp-medium);
  font-size: 14px
}

.p-top-cpurse__ttl {
  position: relative;
  margin-bottom: 8px;
  font-weight: var(--font-noto-jp-bold);
  font-size: 20px;
  line-height: 1.25
}

.p-top-cpurse__ttl>span {
  position: absolute;
  translate: calc(-100% - 2px) 0
}

.p-top-cpurse__ol {
  list-style: decimal;
  padding-left: 1.2rem
}

.p-top-cpurse__ol-item {
  margin-bottom: .5rem
}

@media (min-width:992px) {
  .p-top-course {
    flex-direction: row
  }

  .p-top-course__head {
    font-size: 32px
  }

  .p-top-course__ico {
    display: flex;
    align-items: center
  }

  .p-top-course__col.-course {
    display: flex;
    flex-direction: column
  }

  .p-top-course__col.-course .p-top-course__body {
    justify-content: space-between;
    flex: 1
  }

  .p-top-course__col.-support .p-top-course__body {
    padding: 20px 10px;
    border-radius: var(--border-radius);
    background-color: var(--sub-color-beige)
  }

  .p-top-course__col.-support .p-top-course__item {
    padding: 20px 0 0 24px
  }
}

.p-ttl-exam {
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.5;
  text-align: center
}

.p-ttl-exam__sub {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  padding-top: 20px;
  border-top: 1px dashed #707070;
  font-weight: var(--font-noto-jp-medium);
  font-size: 18px
}

.p-ttl-exam__main {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: var(--font-noto-jp-extrabold);
  font-size: 24px
}

.p-ttl-exam::before, .p-ttl-exam::after {
  position: absolute;
  width: 100%;
  background-color: var(--accent-color-light);
  content: ''
}

.p-ttl-exam::before {
  top: 0;
  left: 0;
  height: calc(100% - 59px)
}

.p-ttl-exam::after {
  bottom: 0;
  left: 0;
  height: 60px;
  clip-path: polygon(0 0, 50% 100%, 100% 0)
}

@media (min-width:992px) {
  .p-ttl-exam {
    margin-bottom: 80px;
    padding-top: 100px;
    padding-bottom: 70px
  }

  .p-ttl-exam__sub {
    padding-top: 40px;
    font-size: 30px
  }

  .p-ttl-exam__main {
    font-size: 45px
  }

  .p-ttl-exam::before {
    height: calc(100% - 119px)
  }

  .p-ttl-exam::after {
    height: 120px
  }
}

.p-top-exam {
  margin-top: 10px
}

.p-top-exam__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px
}

.p-top-examBtn {
  display: flex;
  align-items: center;
  flex: 1;
  height: 50px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: var(--border-radius);
  border: 2px solid #5DB07B;
  background-color: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

.p-top-examBtn__txt {
  flex: 1;
  font-weight: var(--font-noto-jp-semibold);
  font-size: 22px;
  font-family: var(--font-noto-jp)
}

.p-top-examBtn__ico {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #FDCE36;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.p-top-examBtn__ico::before, .p-top-examBtn__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #000;
  translate: -50% -50%;
  content: ''
}

.p-top-examBtn__ico::after {
  rotate: 90deg
}

.p-top-examBtn.is-active .p-top-examBtn__ico::after {
  display: none
}

.p-top-examBody {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  border-radius: var(--border-radius);
  background-color: var(--sub-color-blue)
}

.p-top-examBody::before {
  position: absolute;
  top: 1px;
  right: 104px;
  width: 50px;
  height: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--sub-color-blue);
  translate: 50% -100%;
  content: ''
}

.p-top-examBody__lead {
  font-size: 14px
}

.p-top-examBody__head {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 12px;
  font-weight: var(--font-noto-jp-medium);
  font-size: 18px;
  line-height: 1.25
}

.p-top-examBody__body {
  padding: 14px 10px;
  border-radius: var(--border-radius);
  border: 1px solid #000;
  background-color: var(--sub-color-beige)
}

.p-top-examBody__item+.p-top-examBody__item {
  margin-top: 20px
}

.p-top-examImg {
  display: flex;
  align-items: flex-start;
  gap: 0 10px
}

.p-top-examImg__img {
  width: 60px
}

.p-top-examImg__img>img {
  border-radius: var(--border-radius)
}

.p-top-examImg__txt {
  flex: 1;
  line-height: 1.25
}

.p-top-examImg__desc {
  margin-bottom: 4px;
  font-weight: var(--font-noto-jp-bold)
}

.p-top-examImg__name {
  font-size: 14px
}

.p-top-examImg__list {
  display: flex;
  gap: 0 20px;
  padding-top: 16px;
  padding-bottom: 10px
}

.p-top-examImg__list>li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: var(--border-radius);
  border: 1px solid #0C2622;
  background-color: var(--accent-color-light);
  font-weight: var(--font-noto-jp-medium);
  font-size: 12px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-examImg__list>li+li::before {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 20px;
  font-weight: var(--font-noto-jp-black);
  font-size: 12px;
  text-align: center;
  content: '+';
  translate: -100% -50%
}

.p-top-exam__body {
  display: none
}

.p-top-examBody__col {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px
}

.p-top-examBody__desc {
  padding-right: 20px;
  padding-left: 20px
}

.p-top-examGoal {
  display: flex;
  align-items: center;
  gap: 0 8px;
  line-height: 1.5
}

.p-top-examGoal__left {
  font-weight: var(--font-noto-jp-black);
  font-size: 12px
}

.p-top-examGoal__right {
  font-weight: var(--font-noto-jp-medium);
  font-size: 18px;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-examBody__btn>*+* {
  margin-top: 15px
}

.p-top-examVoice {
  display: flex;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  border: 1px solid #132A24;
  background-color: var(--sub-color-beige)
}

.p-top-examVoice__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 76px;
  border-right: 1px solid #132A24
}

.p-top-examVoice__img>img {
  width: 100%;
  border-radius: 5px 0 0 5px
}

.p-top-examVoice__txt {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex: 1;
  padding: 10px
}

.p-top-examVoice__desc {
  flex: 1;
  font-weight: var(--font-noto-jp-medium);
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.p-top-examVoice__arrow {
  width: 25px;
  height: 16px;
  background: url(../img/common/ico-arrow-black.svg) no-repeat center;
  background-size: contain;
  transition: translate .3s ease-in-out
}

@media (hover:hover) {
  .p-top-examVoice:hover .p-top-examVoice__arrow {
    translate: 8px 0
  }
}

@media (max-width:389.98px) {
  .p-top-exam {
    margin-top: 30px
  }

  .p-top-exam__head {
    flex-direction: column
  }

  .p-top-examBody::before {
    right: 50%
  }

  .p-top-examBtn {
    flex: auto;
    width: 200px
  }

  .p-top-examBody__desc {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .p-top-exam {
    margin-top: 30px
  }

  .p-top-exam__head {
    gap: 28px;
    width: 678px;
    margin-right: auto;
    margin-left: auto
  }

  .p-top-exam__img {
    width: 310px
  }

  .p-top-examBtn {
    height: 90px;
    padding-right: 16px;
    padding-left: 16px
  }

  .p-top-examBtn__txt {
    font-size: 39px
  }

  .p-top-examBtn__ico {
    width: 56px;
    height: 56px
  }

  .p-top-examBtn__ico::before, .p-top-examBtn__ico::after {
    width: 40px;
    height: 6px
  }

  .p-top-examBody {
    margin-top: 50px;
    padding: 40px
  }

  .p-top-examBody::before {
    right: 250px;
    width: 80px;
    height: 30px
  }

  .p-top-examBody__cols {
    display: flex;
    gap: 0 40px
  }

  .p-top-examBody__col {
    flex: 1;
    padding-right: 0;
    padding-left: 0
  }

  .p-top-examBody__body {
    padding: 20px
  }

  .p-top-examGoal__right {
    font-size: 23px
  }

  .p-top-examBody__desc {
    padding-right: 10px;
    padding-left: 10px
  }
}

.p-top-build {
  margin-bottom: 60px
}

.p-top-build__ttl {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: var(--font-noto-jp-bold);
  font-size: 22px;
  line-height: 1.5
}

.p-top-build__subttl {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: var(--font-noto-jp-medium);
  font-size: 20px;
  line-height: 1.5
}

.p-top-build__btn .c-button {
  min-height: 60px
}

.p-top-build__btn.-col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px
}

.p-top-build__btn.-col>* {
  width: calc((100% - 20px)/2)
}

.p-top-build__btn .c-button.-new {
  position: relative
}

.p-top-build__btn .c-button.-new::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 20px;
  border-radius: 3px;
  background-color: #F1CC51;
  color: #000;
  font-weight: var(--font-noto-jp-semibold);
  font-size: 13px;
  line-height: 1;
  content: 'NEW'
}

.p-top-mentor__radius {
  border-radius: var(--border-radius)
}

@media (min-width:768px) {
  .p-top-build {
    margin-bottom: 0
  }

  .p-top-build__subttl {
    margin-top: 20px
  }

  .p-top-build__btn:not(.-col) {
    width: 390px
  }

  .p-top-build__btn.-col>* {
    width: calc((100% - 60px)/4)
  }
}

.p-top-mentor {
  margin-top: 10px;
  border-radius: var(--border-radius);
  border: 2px solid #45A097;
  background-color: var(--sub-color-beige)
}

.p-top-mentor__head {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px;
  background-color: #45A097;
  font-weight: var(--font-noto-jp-semibold);
  color: #FFF;
  line-height: 1.25
}

.p-top-mentor__body {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 10px
}

.p-top-mentor__img {
  width: 68px
}

.p-top-mentor__txt {
  flex: 1
}

.p-top-mentor__name {
  font-weight: var(--font-noto-jp-medium)
}

.p-top-mentor__prof {
  margin-top: 4px;
  font-size: 12px
}

.p-top-mentor__body::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 16px;
  background: url(../img/common/ico-arrow-emegreen.svg) no-repeat center;
  background-size: contain;
  transition: translate .3s ease-in-out;
  translate: 0 -50%;
  content: ''
}

@media (min-width:768px) {
  .p-top-mentor {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto
  }

  .p-top-mentor__head {
    font-size: 20px
  }

  .p-top-mentor__body {
    gap: 20px;
    padding-right: 80px;
    padding-left: 30px
  }

  .p-top-mentor__body::before {
    right: 40px
  }

  .p-top-mentor__name {
    font-size: 20px
  }

  .p-top-mentor__prof {
    font-size: 16px
  }
}

@media (hover:hover) {
  .p-top-mentor__item:hover .p-top-mentor__body::before {
    translate: 8px -50%
  }
}

@media (min-width:768px) and (hover:hover) {
  .p-top-mentor__item:hover .p-top-mentor__body::before {
    translate: 8px -50%
  }
}

.p-top-faq {
  display: flex;
  flex-direction: column;
  gap: 20px 40px
}

.p-top-faq__item {
  flex: 1;
  padding: 20px;
  border-radius: var(--border-radius);
  background-color: var(--sub-color-beige)
}

.p-top-faq__head, .p-top-faq__body {
  display: flex;
  gap: 10px;
  font-weight: var(--font-noto-jp-medium)
}

.p-top-faq__head {
  margin-bottom: 20px
}

.p-top-faq__ico {
  font-weight: var(--font-noto-jp-bold);
  font-size: 30px;
  line-height: 1
}

.p-top-faq__txt {
  margin-top: .5em
}

.p-top-faq__head .p-top-faq__txt {
  margin-top: .375em;
  font-size: 18px
}

@media (min-width:768px) {
  .p-top-faq {
    flex-direction: row
  }
}

.p-top-rep__head {
  margin-bottom: 16px;
  font-weight: var(--font-noto-jp-semibold);
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere
}

.p-top-rep__txt {
  font-weight: var(--font-noto-jp-semibold);
  font-size: 14px
}

.p-top-rep__txt+.p-top-rep__txt {
  margin-top: 14px
}

.p-top-repProf {
  margin-top: 24px
}

.p-top-repProf__img {
  display: none
}

.p-top-repProf__name {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  font-weight: var(--font-noto-jp-bold);
  font-size: 14px
}

.p-top-repProf__txt {
  font-size: 12px
}

@media (max-width:767.98px) {
  .p-top-rep__txt.-col {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
  }

  .p-top-rep__txt.-col>img {
    width: 160px
  }

  .p-top-rep__txt.-col>span {
    flex: 1
  }
}

@media (min-width:768px) {
  .p-top-rep {
    display: flex;
    flex-direction: column
  }

  .p-top-rep__head {
    order: 2;
    margin-bottom: 30px;
    font-size: 34px;
    text-align: left
  }

  .p-top-rep__txt {
    font-size: 16px
  }

  .p-top-rep__txt+.p-top-rep__txt {
    margin-top: 1em
  }

  .p-top-rep__cols {
    order: 3;
    display: flex;
    gap: 24px
  }

  .p-top-rep__col {
    flex: 1
  }

  .p-top-rep__txt.-col>img {
    display: none
  }

  .p-top-repProf {
    order: 1;
    display: flex;
    align-items: flex-end;
    gap: 0 50px;
    margin-top: 0;
    margin-bottom: 40px
  }

  .p-top-repProf__img {
    display: block;
    width: 310px
  }

  .p-top-repProf__body {
    flex: 1
  }

  .p-top-repProf__name {
    font-weight: var(--font-noto-jp-regular);
    font-size: 30px
  }

  .p-top-repProf__txt {
    font-size: 14px
  }
}

.p-top-books {
  margin-right: -20px
}

.p-top-books__inner {
  margin-right: -5px;
  margin-left: -5px
}

.p-top-books .slick-list {
  overflow-y: visible
}

.p-top-books .slick-track {
  display: flex
}

.p-top-books .slick-slide {
  height: auto !important
}

.p-top-books__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 140px;
  height: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: var(--border-radius);
  border: 2px solid var(--accent-bd-color);
  font-size: 12px
}

.p-top-books__img {
  width: 100%;
  height: 120px;
  margin-bottom: 16px
}

.p-top-books__img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center
}

.p-top-books__txt {
  margin-bottom: 8px
}

.p-top-books__publisher {
  margin-top: auto;
  padding-right: 10px
}

.p-top-books .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-right: 20px
}

.p-top-books .slick-dots li {
  width: 10px;
  height: 10px;
  font-size: 0
}

.p-top-books .slick-dots button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--accent-bd-color);
  background-color: #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.p-top-books .slick-dots li.slick-active button {
  background-color: var(--accent-bd-color)
}

@media (min-width:768px) {
  .p-top-books {
    margin-right: 0
  }

  .p-top-books__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 0;
    margin-left: 0
  }

  .p-top-books__inner>* {
    width: calc((100% - 40px)/5)
  }

  .p-top-books__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

.p-fixedCta {
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 40px;
  left: 0;
  font-family: var(--font-noto-jp);
  letter-spacing: 0;
  translate: 0% 100%;
  transition: bottom .3s ease-in-out
}

.p-fixedCta.is-active {
  bottom: 90px
}

.p-fixedCta__inner {
  display: flex
}

.p-fixedCta__item {
  display: flex;
  flex-direction: column;
  flex: 1
}

.p-fixedCta__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  min-height: 40px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: var(--font-noto-jp-bold);
  color: #FFF;
  line-height: 1
}

.p-fixedCta__body {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 50px;
  padding-top: .25em;
  padding-right: 4px;
  padding-bottom: .25em;
  padding-left: 4px;
  font-size: 12px;
  line-height: 1.25
}

.p-fixedCta__item.-line .p-fixedCta__head {
  background-color: #5B8E66
}

.p-fixedCta__item.-line .p-fixedCta__body {
  background-color: #CDF2D5
}

.p-fixedCta__item.-consult .p-fixedCta__head {
  background-color: #E06C2A
}

.p-fixedCta__item.-consult .p-fixedCta__body {
  background-color: #FFD5BC
}

.p-fixedCta__item.-report .p-fixedCta__head {
  background-color: #E6C51C
}

.p-fixedCta__item.-report .p-fixedCta__body {
  background-color: #FFF5C6
}

.p-fixedCta__item.-tel .p-fixedCta__head {
  background-color: #3FA4C6
}

.p-fixedCta__item.-tel .p-fixedCta__body {
  background-color: #C5E8F2
}

@media (max-width:374.98px) {
  .p-fixedCta__body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
  }
}

@media (max-width:389.98px) {
  .p-fixedCta__head {
    gap: 0 4px;
    font-size: 12px
  }
}

@media (min-width:768px) {
  .p-fixedCta {
    bottom: 50px;
    left: 50%;
    width: 600px;
    translate: -50% 100%
  }

  .p-fixedCta__head {
    gap: 0 10px;
    min-height: 50px;
    font-size: 18px
  }

  .p-fixedCta__body {
    min-height: 40px;
    padding-right: 14px;
    padding-left: 14px
  }
}

.u-font-medium {
  font-weight: var(--font-noto-jp-medium) !important
}

.u-font-notojp {
  font-family: var(--font-noto-jp) !important
}

.u-lts0 {
  letter-spacing: 0 !important
}

.u-bg-beige {
  background-color: var(--sub-color-beige) !important
}

.u-bg-green {
  background-color: var(--accent-color-light) !important
}

.u-bg-blue {
  background-color: var(--sub-color-blue) !important
}