@charset "shift_jis";
/* Updated 2023/10/20,T */
/* Updated 2023/07/24,T */
/*-------------------------------------------
title-background01
-------------------------------------------*/
.title-background01.-credit01 > .inner > .body::before {
  background-image: url(/kojin/credit/imgs/index_bg_title_01_webp.webp);
}
html.no-webp .title-background01.-credit01 > .inner > .body::before {
  background-image: url(/kojin/credit/imgs/index_bg_title_01_webp.jpg);
}
@media screen and (max-width: 767px) {
  .title-background01.-credit01 > .inner > .body::before {
  background-image: url(/kojin/credit/imgs/index_bg_title_01_sp_webp.webp);
  }
  html.no-webp .title-background01.-credit01 > .inner > .body::before {
  background-image: url(/kojin/credit/imgs/index_bg_title_01_sp_webp.jpg);
  }
}
/*-------------------------------------------
.lineup-block01>.-item>.-inner02
-------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1046px) {
  .lineup-block01>.-item>.-inner02 {
    width: 570px;
  }
}
/*-------------------------------------------
modal06
-------------------------------------------*/
#modal06 .modal-block01 {
  width: 960px;
}
#modal06 .modal-block01 > .inner > .header {
  position: relative;
}
#modal06 .green-box {
  padding: 48px 40px;
  background: #e2efbc;
  border-radius: 8px;
}
#modal06 .flex-box {
  display: flex;
  justify-content: space-between;
}
#modal06 .flex-box .flex-inner {
  width: 373px;
}
#modal06 .flex-box .flex-inner .ttl {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #004831;
  color: #004831;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#modal06 .flex-box .flex-inner .conts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 154px;
}
#modal06 .flex-box .flex-inner .conts::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
#modal06 .flex-box .flex-inner:nth-child(1) .conts::after {
  width: 132px;
  height: 210px;
  background: url(/kojin/credit/imgs/index_img_modal_01.png) no-repeat 0 0/contain;
}
#modal06 .flex-box .flex-inner:nth-child(2) .conts::after {
  width: 149px;
  height: 210px;
  background: url(/kojin/credit/imgs/index_img_modal_02.png) no-repeat 0 0/contain;
}
#modal06 .flex-box .flex-inner .conts .txt01 {
  font-size: 1.5rem;
}
#modal06 .flex-box .flex-inner .conts .img-box {
  margin-top: 24px;
  text-align: center;
}
/*-------------------------------------------
footer-logo
-------------------------------------------*/
.footer-logo {
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  modal06
  -------------------------------------------*/
  #modal06 .modal-block01 > .inner > .header > .title {
    padding: 28px 0 0;
  }
  #modal06 .modal-block01 > .inner > .header > .btn {
    top: 16px;
    right: 4%;
  }
  #modal06 .modal-block01 > .inner > .body {
    margin-top: 16px;
    padding: 0 4% 4%;
  }
  #modal06 .green-box {
    padding: 0;
    background: none;
    border-radius: none;
  }
  #modal06 .flex-box {
    flex-direction: column;
  }
  #modal06 .flex-box .flex-inner {
    width: 100%;
    padding: 18px 4% 24px;
    background: #e2efbc;
    border-radius: 8px;
  }
  #modal06 .flex-box .flex-inner:not(:first-child) {
    margin-top: 16px;
  }
  #modal06 .flex-box .flex-inner .ttl {
    margin-right: 130px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  #modal06 .flex-box .flex-inner .conts {
    justify-content: flex-start;
    min-height: 110px;
    padding-right: 130px;
    text-align: left;
  }
  #modal06 .flex-box .flex-inner:nth-child(1) .conts::after {
    width: 116px;
    height: 184px;
  }
  #modal06 .flex-box .flex-inner:nth-child(2) .conts::after {
    width: 116px;
    height: 164px;
  }
  #modal06 .flex-box .flex-inner .conts .txt01 {
    font-size: 1.6rem;
  }
  #modal06 .btn-list01 {
    margin-top: 32px;
  }
  #modal06 .btn-list01 .item .btn-type01 {
    width: 100%;
  }
  #modal06 .btn-list01 .item .btn-type01 > .inner {
    padding-right: 2.25em;
    padding-left: 2.25em;
  }
  #modal06 .btn-list01 .item .btn-type01 > .inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - (1.375em / 2));
    right: 1em;
    width: 1.375em;
    height: 1.375em;
    background: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) 0 0/cover no-repeat;
  }
  /*-------------------------------------------
  footer-logo
  -------------------------------------------*/
  .footer-logo {
    padding-bottom: 122px;
  }
}
/*-------------------------------------------
fixed-area
-------------------------------------------*/
@media screen and (max-width: 767px) {
  #footer-fixed .btn-list01>.item .btn-type01 {
    margin-top: 8px;
  }
}