@charset "shift_jis";
/* Updated 2025/05/28.T */
/* Updated 2025/05/26.T */
/*---------------------------------------------

PC Only Layout

---------------------------------------------*/
/*---------------------------------------------
Override
---------------------------------------------*/
.list-notice01.-note01:not(:first-child) {
  margin-top: 8px;
}
.list-notice01.-note01 > .item {
  padding-left: calc(1em + 5px);
}
.list-notice01.-note01 > .item > .mark {
  width: 1em;
}

.list-circle01:not(:first-child) {
  margin-top: 16px;
}

.tab-block01:not(:first-child) {
  margin-top: 96px;
}
.tab-block01 > .list {
  border-bottom: solid 2px #004831;
}

.block-sec-gray01 {
  padding: 40px 60px;
  text-align: left;
}
.block-sec-gray01:not(:first-child) {
  margin-top: 60px;
}
.block-sec-gray01::after {
  content: none;
}

.card-link-wrap02 .title01 a {
  background: #e1eb80;
}
.card-link-wrap02 .title01 a:hover {
  background: #e1eb80;
}

.block-sec-gray01  .text-block01 {
  color: #141d1d;
}
.heading-layout03 + .text-block01 {
  margin-top: 16px;
}

.img-block + .btn-single01 {
  margin-top: 24px;
}
.btn-type01.-light-blue01 {
  align-items: center;
  column-gap: 18px;
  margin-top: 16px;
  background-color: #1196f2;
}
.btn-type01.-light-blue01::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/hojin/kouza/firstsetting/imgs/index_ico_install.svg) no-repeat center / contain;
}
.btn-type01 > .inner {
  font-size: 1.6rem;
}
.btn-type01.-light-blue01 > .inner {
  color: #fff;
}
.anchor-nav .btn-type01 > .inner {
  color: #141d1d;
  font-weight: 400;
  text-align: left;
}

.card-link-wrap02 .title01 a::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(/hojin/kouza/firstsetting/imgs/index_ico_lock.svg) no-repeat center / contain;
}

.card-link-wrap02 .modal-block01 > .inner > .body {
  display: block;
}

.card-link-wrap02 .body {
  position: relative;
}
.card-link-wrap02 .body.-active::before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
/*---------------------------------------------
Override for Slick CSS
---------------------------------------------*/
.slick-slide .card img {
  display: inline-block;
}
/*---------------------------------------------
Common Tag
---------------------------------------------*/
.contents-body img {
  height: auto;
}
/*---------------------------------------------
Contents Body
---------------------------------------------*/
.contents-body {
  max-width: 1008px;
  margin: 0 auto;
  font-family: noto-sans, sans-serif;
}
/*---------------------------------------------
Main Visual
---------------------------------------------*/
.mv {
  width: 100%;
  margin-bottom: 96px;
}
.mv > .inner {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding-top: calc(320 / 1008 * 100 * 1%);
  background: url(/hojin/kouza/firstsetting/imgs/index_bg_01.png) no-repeat right bottom / cover;
  border-radius: 8px;
}
.mv > .inner > .heading {
  position: absolute;
  bottom: 44px;
  left: 40px;
}
.mv > .inner > .heading > .group > .title {
  color: #004831;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}
.mv > .inner > .heading > .group > .text {
  margin-top: 10px;
  color: #004831;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
/*---------------------------------------------
Carousel Card
---------------------------------------------*/
.carousel-card01 {
  padding: 0 74px;
  position: relative;
}
.carousel-card01.-type01 {
  padding: 0 58px;
}
.carousel-card01:not(:first-child) {
  margin-top: 24px;
}
.carousel-card01 > .scrollhint {
  pointer-events: none;
  height: 121px;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-right: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.carousel-card01 > .list {
  margin-right: -8px;
  margin-left: -8px;
}
.carousel-card01 > .list:not(.slick-initialized) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 234px;
  overflow: hidden;
}
.carousel-card01 > .list > .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 10px 12px 0px rgb(20 29 29 / 8%),
    0px 0px 4px 0px rgb(20 29 29 / 5%);
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
  z-index: 1;
}
.carousel-card01 > .list > .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.6875em);
  left: calc(50% - 0.6875em);
  width: 1.375em;
  height: 1.375em;
  background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) 0px 0px / cover no-repeat;
}
.carousel-card01 > .list > .slick-arrow.slick-prev {
  left: -64px;
}
.carousel-card01.-type01 > .list > .slick-arrow.slick-prev {
  left: -48px;
}
.carousel-card01 > .list > .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.carousel-card01 > .list > .slick-arrow.slick-next {
  right: -64px;
}
.carousel-card01.-type01 > .list > .slick-arrow.slick-next {
  right: -48px;
}
.carousel-card01 .card {
  margin: 0 8px;
}
.carousel-card01 .card > .number {
  color: #004831;
  font-family: Roboto;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.carousel-card01 .card > .img {
  margin-top: 16px;
  background-color: #fff;
  border: 1px solid #d5dedb;
  border-radius: 8px;
}
.carousel-card01 .card > .img.-no-border {
  border: none;
}
.carousel-card01 .card > .description {
  margin-top: 16px;
}
.carousel-card01 .card > .description > .text {
  color: #141d1d;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.carousel-card01 .card > .description > .text .sup {
  font-size: 0.8em;
  vertical-align: super;
}
.carousel-card01 .card > .description > .note {
  position: relative;
  margin: 8px 0 0;
  padding-left: 16px;
  color: #788883;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
.carousel-card01 .card > .description > .note > .mark {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.carousel-card01 .card > .description > .note .tRed01 {
  color: #c83030;
}
@media screen and (max-width: 768px) {
  .carousel-card01,
  .carousel-card01.-type01 {
    padding: 0;
  }
  .carousel-card01 > .list {
    margin: 0;
  }
  .carousel-card01 > .list:not(.slick-initialized) {
    grid-auto-columns: 100%;
  }
  .carousel-card01 > .list > .slick-list {
    /* override 'centerPadding' of slick. */
    padding-left: 0 !important;
  }
  .carousel-card01 .card {
    margin: 0 24px 0 0;
  }
  .carousel-card01 .card > .img img {
    width: 100%;
  }
}
/*---------------------------------------------
Image
---------------------------------------------*/
.img-block {
  text-align: center;
}
.block-sec-gray01 .img-block {
  margin-top: 24px;
}
/*---------------------------------------------
Title
---------------------------------------------*/
.heading-layout02 {
  margin-top: 24px;
}
.heading-layout02 > .title {
  color: #004831;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.heading-layout02.-type02 {
  width: 100%;
  max-width: 952px;
  margin: 60px auto 24px;
}
.heading-layout02.-type02 > .title {
  padding-bottom: 16px;
  border-bottom: solid 2px #004831;
  text-align: left;
}

.heading-layout03 > .title {
  color: #004831;
  font-weight: 700;
  font-size: 2.2rem;
}
.heading-layout03 > .title.-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-layout03 > .title > .label {
  display: inline-block;
  padding: 2px 6px;
  background-color: #4d7f6f;
  border-radius: 4px;
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.2rem;
}
/*---------------------------------------------
Anchor
---------------------------------------------*/
.anchor-nav {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 24px;
}
.anchor-nav > .item > .btn-type01 {
  justify-content: flex-start;
  width: 100%;
  padding-right: 2.25em;
  padding-left: 4.25em;
  color: #141d1d;
  font-weight: 400;
}
/*---------------------------------------------
Detail Block
---------------------------------------------*/
.detail-block {
  margin-top: 24px;
}
.detail-block > .inner:not(:first-child) {
  margin-top: 24px;
}
.detail-block > .inner > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: #141d1d;
  font-weight: 700;
  font-size: 1.6rem;
}
.detail-block > .inner > .title > .icon {
  width: 32px;
  height: 32px;
}
.detail-block > .inner > .img {
  margin-top: 16px;
  text-align: center;
}
.detail-block > .inner > .btn {
  margin-top: 24px;
}
/*---------------------------------------
Help Link
---------------------------------------------*/
.help-link:not(:first-child) {
  margin-top: 24px;
}
.help-link > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  margin: 0 auto;
  color: #004831;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}
.help-link > .link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/hojin/kouza/firstsetting/imgs/index_ico_help.svg) no-repeat center / contain;
}
/*---------------------------------------
helper
---------------------------------------------*/
._c-red {
  color: #c83030 !important;
}
._c-green {
  color: #004831 !important;
}
._fw700 {
  font-weight: 700;
}
._fit-block {
  width: fit-content !important;
}
._ma {
  margin: 0 auto !important;
}
._mt16 {
  margin-top: 16px !important;
}
/*---------------------------------------------

PC Only Layout

---------------------------------------------*/
@media screen and (min-width: 768px) {
  ._sp-content {
    display: none !important;
  }
}
/*---------------------------------------------

SP Only Layout

---------------------------------------------*/
@media screen and (max-width: 767px) {
  /*---------------------------------------------
  override
  ---------------------------------------------*/
  #footer-content {
    margin-top: 60px;
  }

  .list-notice01 {
    padding: 0 18px;
  }
  
  .tab-block01 > .list {
    padding: 0 8px;
  }
  .tab-block01 > .wrap > .panel > .inner {
    padding: 24px 18px 0;
  }

  .text-block01 {
    padding: 0 18px;
  }
  .tab-block01 .text-block01 {
    padding: 0;
  }
  
  .anchor-nav .btn-type01 > .inner {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
  .anchor-nav .btn-type01 > .inner ._c-green {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  
  .block-sec-gray01 {
    padding: 20px 16px;
  }

  .block-sec-gray01 .carousel-card01.js-firstsetting-carousel01 {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
  }
  
  .tab-block01 > .list > .item > .switch > .inner {
    font-size: 1.6rem;
  }
  
  .card-link-wrap02 .title01 a {
    display: flex;
    padding: 15px 40px 16px 18px;
  }
  .card-link-wrap02 .body .carousel-card01.js-firstsetting-carousel01 {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
  }
  /*---------------------------------------------
  Main Visual
  ---------------------------------------------*/
  .mv {
    margin-bottom: 60px;
  }
  .mv > .inner {
    margin-top: 0;
    padding-top: calc(403 / 375 * 100 * 1%);
    background: url(/hojin/kouza/firstsetting/imgs/index_bg_01_sp.png) no-repeat right center / cover;
    border-radius: 0;
  }
  .mv > .inner > .heading {
    bottom: 26px;
    left: 8px;
  }
  .mv > .inner > .heading > .group > .title {
    font-size: 2.8rem;
  }

  /*---------------------------------------------
  Title
  ---------------------------------------------*/
  .heading-layout02.-type02 > .title {
    padding-right: 18px;
    padding-left: 18px;
  }

  /*---------------------------------------------
  Button
  ---------------------------------------------*/
  .btn-layout {
    padding-right: 18px;
    padding-left: 18px;
  }
  
  /*---------------------------------------------
  Image
  ---------------------------------------------*/
  .img-block {
    max-width: 263px;
    margin: 0 auto;
  }
}