@charset "shift_jis";
/* Updated 2025/09/22.T */

/*-------------------------------------
common
-------------------------------------*/
#footer-content {
  margin-top: 2px;
}
#footer-content.page-kouza {
  background: #004831;
}
.section-block > .inner {
  margin: 0 auto;
  width: 1008px;
  max-width: 100%;
  padding: 40px 0 64px;
}
.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;
}
.-bg-lgreen{
  background-color: #E5EDEA;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .section-block:last-of-type > .inner {
    padding-bottom: 0;
  }
  .content-block{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  .content-block .main-block{
    width: 662px;
  }
  .content-block .side-block{
    width: 287px;
    margin-top: 20px;
    position: sticky;
    top: 0;
  }
  .content-block .side-block .banner-list .title{
    color: #000;
    line-height: 1.5;
  }
  .content-block .side-block .banner-list .image-block{
    display: block;
    padding: 20px;
    margin: 17px 0 0;
  }
  .content-block .side-block .banner-list .item + .item{
    margin-top: 32px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-block > .inner {
    padding: 24px 12px;
  }
  .sticky-banner .btn-type01.-red01 > .inner {
    font-size: 1.8rem;
  }
  .mb {
    margin-bottom: 0;
  }
  .content-block{
    margin-top: 60px;
  }
  .content-block .side-block{
    display: none;
  }
}
.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;
}
.faq-block > .inner{
  padding: 100px 0 38px;
}
.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;
}
.sticky-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 89;
}
.sticky-banner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-banner > .inner p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.sticky-banner .btn-single01 {
  margin-left: 35px;
}
.sticky-banner .btn-type01 > .inner{
  font-size: 2.0rem;
}
.cv-block-bg-lgreen{
  background-color: #F3F7F6;
  text-align: center;
}
.cv-block-bg-lgreen > .inner{
  padding: 50px 0;
}
.cv-block-bg-lgreen .title{
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.072rem;
  margin-bottom: 10px;
  color: #000;
}
.cv-block-bg-lgreen .title::before,
.cv-block-bg-lgreen .title::after{
  content: "";
  background-image: url(/hojin/kouza/case/imgs/cmn_ttl_01.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.cv-block-bg-lgreen .title::before{
  margin: -2px 8px 0 0;
  transform: scale(-1, 1);
}
.cv-block-bg-lgreen .title::after{
  margin: -2px 0 0 8px;
}
.cv-block-bg-lgreen .btn-type01 > .inner{
  font-size: 2.2rem;
  padding-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .sticky-banner {
    background: rgba(20, 29, 29, 0.6);
    padding: 15px;
  }
}
/* 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-block > .inner{
    padding: 64px 0 38px;
  }
  .faq-list > .item {
    align-items: flex-start;
  }
  .faq-list > .item span {
    margin-top: -4px;
    margin-right: 12px;
  }
  .sticky-banner {
    margin: 0 -18px;
  }
  .sticky-banner > .inner {
    flex-direction: column;
  }
  .sticky-banner > .inner p {
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
  }
  .sticky-banner .btn-single01 {
    margin-left: 0;
    margin-top: 12px;
  }
  .sticky-banner .btn-single01 > .btn {
    max-width: 100%;
  }
  .cv-block-bg-lgreen{
    margin: 36px -18px 0;
  }
  .cv-block-bg-lgreen > .inner{
    padding: 24px 40px;
  }
  .cv-block-bg-lgreen .title{
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
    padding: 0 20px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .cv-block-bg-lgreen .title::before,
  .cv-block-bg-lgreen .title::after{
    position: absolute;
    bottom: 7px;
  }
  .cv-block-bg-lgreen .title::before{
    left: 0;
  }
  .cv-block-bg-lgreen .title::after{
    right: 0;
  }
  .cv-block-bg-lgreen .title .sp_large{
    font-size: 1.6rem;
  }
  .cv-block-bg-lgreen .btn-type01 > .inner{
    font-size: 1.8rem;
  }
}
/*-------------------------------------
index
-------------------------------------*/
.kv-block {
  background: #E5EDEA;
  text-align: center;
}
.kv-block > .inner{
  padding: 26px 0;
}
.kv-block .logo {
  max-width: 170px;
  margin: 12px auto 10px;
}
.kv-block .title01 {
  color: #000;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.kv-block .title01 .line-btm{
  border-bottom: 2px solid #BA4620;
  display: inline-block;
  letter-spacing: 0.36rem;
}
.kv-block .title01 .text-eng{
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.29rem;
}
.user-list{
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}
.user-list .inner,
.user-list .text,
.user-list .detail{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.column-layoutB2 > .item{
  width: 316px;
  margin: 0;
}
.column-layoutB2 > .item .card-tile03{
  border-radius: 5px;
}
.card-tile03 > .inner > .text{
  padding: 18px 18px 26px 18px;
  transition: background-color .3s ease-out;
}
.user-list .card-tile03:hover .text{
  background-color: #E5EDEA;
}
.card-tile03 > .inner > .text > .title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
}
.user-list .title .logo{
  width: 56px;
  max-width: 56px;
  padding: 6px;
}
.user-list .card-tile03 > .inner > .text > .detail:not(:first-child){
  position: relative;
  padding-bottom: 38px;
  font-size: 1.4rem;
  color: #004831;
  font-weight: bold;
  margin-top: 10px;
}
.user-list .info-block{
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}
.user-list .info-block .tag{
  line-height: 22px;
  font-size: 1.2rem;
  padding: 0 20px;
  border-radius: 11px;
  background: #004831;
  color: #fff;
}
.user-list .info-block .date{
  font-size: 1.2rem;
  color: #000;
}
.coming-soon{
  text-align: center;
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #727777;
}
/* PC Only */
@media screen and (min-width: 1200px) {
  .kv-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-block{
    margin:0 -18px;
  }
  .kv-block > .inner{
    padding: 9px 0;
  }
  .kv-block .logo {
    max-width: 137px;
    margin: 9px auto 6px;
  }
  .kv-block .title01 {
    font-size: 2.8rem;
  }
  .kv-block .title01 .line-btm{
    letter-spacing: 0;
    border-width: 1px;
  }
  .kv-block .title01 .text-eng{
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .card-tile03 > .inner > .text{
    padding: 8px 18px 20px 18px;
  }
  .user-list {
    gap: 40px;
    justify-content: space-around;
  }
  .user-list .card-tile03 > .inner > .text > .detail:not(:first-child){
    padding-bottom: 40px;
    margin-top: 12px;
  }
  .user-list .title .logo{
    width: 42px;
    max-width: 42px;
  }
}

/*-------------------------------------
vol
-------------------------------------*/
.article-block{
  color: #000;
}
.article-block .info-block{
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  align-items: center;
}
.article-block .info-block .tag{
  background: #004831;
  color: #fff;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 13px;
}
.article-block .sns-block,
.article-block .sns-block .sns-list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.article-block .sns-block p{
  font-size: 1.3rem;
  color: #56635F;
}
.article-block .sns-block .sns-list .item{
  margin: 0 2px;
}
.article-block .sns-block .sns-list .item a{
  padding: 8px;
  display: block;
}
.article-block .sns-block .sns-list .item img{
  width: 26px;
}
.article-block .sns-block .sns-list .sns-x a{
  padding: 8px 8px 12px;
}
.article-block .sns-block .sns-list .sns-x img{
  width: 20px;
}
.article-block .sns-block .sns-list .sns-mail a{
  padding: 8px 6px;
}
.article-block .main-title{
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.article-block .main-title .name{
  display: block;
  font-size: 2.0rem;
  margin-top: 10px;
}
.index-block{
  background-color: #F3F8F6;
  margin: 20px 0 58px;
}
.index-block > .inner{
  padding: 22px 32px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #004831;
  font-weight: bold;
}
.index-block .title{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-block .title::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin: -2px 8px 0 2px;
  background: url(/hojin/kouza/case/imgs/cmn_ico_index.svg) center / contain no-repeat;
}
.index-block .index-list .item + .item{
  margin-top: 4px;
}
.index-block .index-list .item a{
  text-decoration: none;
  padding: 0 4px 0 0;
  border-bottom: 1px solid #004831;
}
.article-block .title-bdr-left{
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
  padding-left: 14px;
}
.article-block .title-bdr-left::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background-color: #004831;
}
.article-block .lead-block{
  margin-top: 20px;
}
.article-block .paragrah-block:not(:last-child){
  margin-bottom: 60px;
}
.article-block .paragrah-block .sub-title{
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  color: #004831;
}
.article-block .company-name{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.article-block .company-name .img{
  width: 56px;
  min-width: 56px;
  padding: 10px;
}
.article-block .paragrah-block .company-info dd,
.article-block .paragrah-block .company-info dd + dt{
  margin-top: 8px;
}
.article-block .paragrah-block .text-block01:not(:first-child){
  margin-top: 0;
}
.article-block .paragrah-block .text-block01 > p:not(:first-child){
  margin-top: 1.3em;
}
.article-block .paragrah-block .text-block01 > .sub-title + p{
  margin-top: 8px;
}
.article-block .text-mark01{
  background: linear-gradient(transparent 60%, #C4D700 60%);
}
.article-block .paragrah-block .img-block{
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .article-block .main-title > .min{
    font-size: 3.0rem;
  }
  .article-block > .inner{
    padding: 0 0 79px;
  }
  .article-block .main-block{
      padding: 18px 24px 0 32px;
  }
  .article-block .content-block .side-block{
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .article-block > .inner {
    padding: 24px 0;
  }
  .article-block .content-block {
    margin-top: 14px;
  }
  .article-block .info-block{
    font-size: 1.2rem;
  }
  .article-block .sns-block p{
    font-size: 1.0rem;
  }
  .article-block .sns-block .sns-list .item{
    margin: 2px 3px;
  }
  .article-block .sns-block .sns-list .item a{
    padding: 8px 4px;
  }
  .article-block .sns-block .sns-list .item img {
    width: 21px;
  }
  .article-block .sns-block .sns-list .sns-x img{
    width: 17px;
  }
  .article-block .sns-block .sns-list .sns-x a{
    padding: 8px 4px 12px;
  }
  .article-block .sns-block .sns-list .sns-mail a{
    padding: 8px 2px;
  }
  .article-block .main-title{
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
  .article-block .main-title .name{
    font-size: 1.6rem;
    margin-top: 12px;
  }
  .index-block > .inner{
    padding: 22px 30px;
    font-size: 1.4rem;
  }
  .index-block .index-list .item + .item {
    margin-top: 2px;
  }
  .article-block .title-bdr-left{
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .article-block .paragrah-block .sub-title{
    font-size: 1.6rem;
  }
  .article-block .text-block01{
    font-size: 1.4rem;
  }
  .article-block .paragrah-block .company-info dd,
  .article-block .paragrah-block .company-info dd + dt{
    margin-top: 10px;
  }
  .article-block .paragrah-block .text-block01 > p:not(:first-child) {
    margin-top: 1.7em;
  }
  .article-block .paragrah-block .text-block01 > .sub-title + p{
    margin-top: 8px;
  }
  .article-block + .cv-block-bg-lgreen{
    margin: 108px -18px 16px;
    color: #141D1D;
  }
  .cv-block-bg-lgreen .title{
    color: #141D1D;
  }
}

/*-------------------------------------
FontSize
-------------------------------------*/
.is-fontSmall .text-block01 {
  font-size: 1.2rem;
}
.is-fontLarge .text-block01 {
  font-size: 1.8rem;
}