@charset "shift_jis";
/* Updated 2025/09/22.T */

/*-------------------------------------
common
-------------------------------------*/
#footer-content {
  margin-top: 2px;
}
#footer-content.page-kouza {
  background: #004831;
}

.section-block.-bg-green01 {
  margin-top: 40px;
  background: #F3F7F6;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-block,
  .section-block.-bg-green01 {
    margin: 0 -18px;
    padding: 0 18px;
  }
}

.kv-block > .inner,
.section-block > .inner {
  margin: 0 auto;
  width: 1008px;
  max-width: 100%;
  padding: 40px 0;
}

.cv-block {
  padding: 10px 16px;
}
.cv-block .title {
  display: flex;
  justify-content: center;
}
.cv-block .title-block .title .sub {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  text-align: center;
  padding: 0 32px;
}
.cv-block .title-block .title .sub::before,
.cv-block .title-block .title .sub::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  position: absolute;
  background: url("/hojin/kouza/comic/imgs/index_ttl_line_01.svg") no-repeat center / contain;
  bottom: 0;
}
.cv-block .title-block .title .sub::before {
  left: -8px;
}
.cv-block .title-block .title .sub::after {
  right: -8px;
  transform: scale(-1, 1);
}
.cv-block .btn-type01 {
  font-size: 2.0rem;
}
.btn-type01.-red01 {
  background: #B4431D;
}
.btn-type01.-red01:not(:disabled):not([aria-disabled="true"]):hover {
  background: #A53915;
}
.btn-type01.-red01 > .inner {
  color: #FFF;
}
.cv-block .btn-type01.-red01 {
  width: 535px;
}
.cv-block .btn-type01.-red01 > .inner {
  min-height: 74px;
  font-size: 2.8rem;
}
.sticky-banner .btn-type01.-red01 {
  width: 320px;
}
.sticky-banner .btn-type01.-red01 > .inner {
  font-size: 2.0rem;
}
.mb {
  max-width: 1008px;
  margin: 0 auto 96px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .section-block:last-of-type > .inner {
    padding-bottom: 0;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-block > .inner {
    padding: 30px 0;
  }
  .cv-block .title-block .title .sub {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 24px;
  }
  .cv-block .btn-type01.-red01 > .inner {
    min-height: 42px;
    font-size: 1.8rem;
  }
  .sticky-banner .btn-type01.-red01 > .inner {
    font-size: 1.8rem;
  }
  .mb {
    margin-bottom: 0;
  }
  .cv-block .btn-type01 {
    font-size: 1.8rem;
  }
}

.headline-lvl02 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #004831;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: 2px solid #004831;
  margin-bottom: 32px;
}
.headline-lvl02 > .sub {
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  background: linear-gradient(to right, #E2EFBC, #E5EDEA);
  position: relative;
  padding-right: 6px;
  margin-right: 14px;
}
.headline-lvl02 > .sub::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: skew(-14deg, 0deg);
  background: #E5EDEA;
  position: absolute;
  top: 0;
  right: -4px;
  z-index: -1;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .headline-lvl02 {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 -18px 24px;
    padding: 0 18px 8px;
  }
  .headline-lvl02 > .sub {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 18px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list > .item {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #eee;
}
.faq-list > .item a {
  color: #141D1D;
}
.faq-list > .item span {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  margin-right: 16px;
  color: #004831;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .faq-list > .item {
    align-items: flex-start;
  }
  .faq-list > .item span {
    margin-top: -4px;
    margin-right: 12px;
  }
}

.sticky-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 89;
  background: rgba(20, 29, 29, 0.6);
  padding: 16px;
}
.sticky-banner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-banner > .inner p {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
.sticky-banner .btn-single01 {
  margin-left: 40px;
}
.sticky-banner .btn-single01 > .btn {
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  max-width: 600px;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .sticky-banner {
    padding: 24px 16px;
    margin: 0 -16px;
  }
  .sticky-banner > .inner {
    flex-direction: column;
  }
  .sticky-banner > .inner p {
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
  }
  .sticky-banner .btn-single01 {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  .sticky-banner .btn-single01 > .btn {
    max-width: 100%;
    font-size: 1.8rem;
    justify-content: center;
  }
  .sticky-banner .btn-type01 {
    max-width: 100%;
  }
}

/*-------------------------------------
comic
-------------------------------------*/
.kv-block {
  background: #E5EDEA;
  text-align: center;
}
.kv-block .logo {
  max-width: 280px;
  margin: 0 auto;
}
.kv-block .title01 {
  margin-top: 16px;
  color: #004831;
  font-size: 3.6rem;
  font-weight: bold;
}
/* PC Only */
@media screen and (min-width: 1200px) {
  .kv-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .kv-block > .inner {
    width: auto;
    margin: 0;
    padding: 40px;
  }
  .kv-block::before {
    content: "";
    width: 371px;
    height: 136px;
    background: url("/hojin/kouza/comic/imgs/index_kv_01.png") no-repeat 0 0;
    background-size: contain;
  }
  .kv-block::after {
    content: "";
    width: 380px;
    height: 136px;
    background: url("/hojin/kouza/comic/imgs/index_kv_02.png") no-repeat 0 0;
    background-size: contain;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-block > .inner {
    padding: 20px 0;
  }
  .kv-block .logo {
    width: 200px;
    max-width: 100%;
  }
  .kv-block .title01 {
    margin-top: 8px;
    font-size: 2.8rem;
  }
}
.comic-list > .item {
  border-bottom: 1px solid #004831;
}
.comic-list .link01 {
  text-decoration: none;
}
.comic-list .card > .thumb {
  padding-bottom: 16px;
  background-image: linear-gradient(0deg, #004831 16px, #FFF 16px);
  border-radius: 6px;
  overflow: hidden;
}
.comic-list .card > .thumb > .label {
  display: flex;
  align-items: baseline;
  column-gap: 16px;
  font-weight: 700;
}
.comic-list .card > .thumb > .label .no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 36px;
  padding-right: 8px;
  background: url("/hojin/kouza/comic/imgs/index_bg_01.png") no-repeat right center;
  background-size: auto 100%;
  color: #FFF;
  position: relative;
}
.comic-list .card > .thumb > .label .txt01 {
  font-size: 1.8rem;
}
.comic-list .card > .thumb > .img {
  padding: 22px 12px 24px;
  text-align: center;
}
.comic-list .card > .thumb > .img img {
  width: 100%;
  height: auto;
}
.comic-list .card > .detail {
  padding: 16px;
}
.comic-list .card > .detail .dl-block01 > .title {
  color: #004831;
  font-size: 1.4rem;
  font-weight: bold;
}
.comic-list .card > .detail .dl-block01 > .detail {
  margin-top: 4px;
  color: #141D1D;
  font-size: 1.6rem;
  font-weight: bold;
}
.comic-list .card > .detail > .ttl01 {
  color: #141D1D;
  font-size: 1.6rem;
  font-weight: bold;
}
.comic-list .card > .detail > .txt {
  color: #141D1D;
  font-size: 1.4rem;
}
.comic-list .card > .detail > .txt:not(:first-child) {
  margin-top: 16px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .comic-list .link01 {
    transition-duration: .4s;
  }
  .comic-list .link01:hover {
    color: #004831;
    opacity: .8;
  }
}

/*-------------------------------------
comic Page
-------------------------------------*/
.headline-lvl02 > .sub.-green01 {
  color: #FFF;
  background: #004831;
}
.headline-lvl02 > .sub.-green01::before {
  background: #004831;
}
.img-comic {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  row-gap: 16px;
  margin-top: 32px;
}
.comingsoon {
  margin-top: 64px;
  text-align: center;
  padding-top: 64px;
  background: url("/hojin/kouza/comic/imgs/cmn_ico_01.svg") no-repeat center top;
  font-size: 2.6rem;
  font-weight: 600;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .comingsoon {
    font-size: 2.0rem;
  }
}
.back-btn {
  margin-top: 56px;
  padding-bottom: 16px;
  text-align: center;
}
.back-btn > .glyph-link01 > .inner {
  text-decoration: none;
}

.page-link {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  column-gap: 24px;
  max-width: 550px;
  margin: 64px auto 0;
}
.page-link > .item {
  width: calc(50% - 12px);
}
.page-link > .item > .link {
  display: flex;
  align-items: center;
  background: #FFF;
  border: 1px solid #D5DEDB;
  box-shadow: 0px 9px 6.9px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
.page-link > .item > .link:hover {
  transform: translateY(3px);
}
.page-link > .item > .link .img {
  width: 74px;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}
.page-link > .item > .link .dl {
  padding: 0 36px;
  flex: 1;
  position: relative;
}
.page-link > .item .dl::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) 0 0 / 100% auto no-repeat;
  position: absolute;
  top: calc(50% - 8px);
}
.page-link > .item.-prev {
  order: 1;
}
.page-link > .item.-next {
  order: 2;
}
.page-link > .item.-prev .dl {
  padding-right: 18px;
}
.page-link > .item.-prev .dl::before {
  transform: rotate(-180deg);
  left: 12px;
}
.page-link > .item.-next .dl {
  padding-left: 18px;
}
.page-link > .item.-next .dl::before {
  right: 12px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .page-link {
    flex-flow: column;
    row-gap: 24px;
    margin-top: 48px;
  }
  .page-link > .item {
    width: 100%;
  }
  .page-link > .item > .link .img {
    width: 110px;
    max-width: 110px;
    height: 77px;
    overflow: hidden;
  }
}


.is-fontSmall .text-block01 {
  font-size: 1.2rem;
}
.is-fontLarge .text-block01 {
  font-size: 1.8rem;
}