@charset "Shift_JIS";
/* Updated 2025/03/18.T */
/*-------------------------------------
common
-------------------------------------*/
._txt-green01 {
  color: #017a4f !important;
}
._txt-green02 {
  color: rgb(3, 121, 79) !important;
}
._txt-orange01 {
  color: #e95501 !important;
}
.card-modal01 {
  background: #f5f9e6;
}
._smp-content {
  display: none !important;
}
.section-block02 {
  margin-top: 60px;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  ._smp-content {
    display: block !important;
  }
}

._mb20 {
  margin-bottom: 20px !important;
}
._mt30 {
  margin-top: 30px !important;
}
._mt48 {
  margin-top: 48px !important;
}
._mt60 {
  margin-top: 60px !important;
}
._mt80 {
  margin-top: 80px !important;
}
._mt120 {
  margin-top: 120px !important;
}
._ml168 {
  margin-left: 168px;
}
._mr168 {
  margin-right: 168px;
}
._none-border {
  border: none !important;
}

.textNote01 {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 20px 0 0;
}
.textNote01 > li {
  padding-left: 2em;
  margin: 3px 0 0;
  position: relative;
}
.textNote01 > li span {
  position: absolute;
  left: 0;
  top: 0;
}

/*-------------------------------------
.cardArea03
-------------------------------------*/
.cardArea03 {
  display: flex;
  width: 100%;
  margin: 70px 0 0;
  position: relative;
}
.cardArea03 .cardInner01:first-child {
  border-left: none;
}
.cardArea03 .cardInner01 {
  float: left;
  width: 100%;
  border-left: 1px solid #017a4f;
  text-align: center;
}
.cardArea03 .itemTitle01 {
  font-size: 20px;
  color: #017a4f;
  font-weight: bold;
}
.cardArea03 .itemImg01 {
  min-height: 70px;
  margin-right: 8px;
}
.cardArea03 .itemImg02 {
  margin: 16px 0 0;
}
.cardArea03::after {
  display: block;
  content: '';
  clear: both;
}
.cardArea03.-halfline li {
  position: relative;
}
.cardArea03.-halfline li::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 43%;
  background: #EFF2F1;
  width: 100%;
  height: 1px;
}
.cardArea03.-halfline .card-tile01 {
  padding: 20px;
}
.cardArea03.-halfline a.card-tile01::after {
  background: none;
}
.cardArea03.-halfline .card-tile01>.inner>.text>.title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardArea03.-halfline .card-tile01>.inner>.text>.title.-tablink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13%;
  right: -9px;
  width: 1.375em;
  height: 1.375em;
  background: url(/kojin/cmn/imgs/ico_blank_01.svg) 0 0 / cover no-repeat;
}
.cardArea03.-halfline .card-tile01>.inner>.text>.title.-tablink::after{
  right: 5%;
}
.title-height {
  height: 52px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .cardArea03 {
    flex-wrap: wrap;
    margin: 45px 0 0;
  }
  .cardArea03 .cardInner01,
  .cardArea03.col2 .cardInner01 {
    width: calc(50% - 1px);
    padding: 10px 8px 25px;
    border-left: 1px solid #017a4f;
    border-top: 1px solid #017a4f;
    text-align: center;
    box-sizing: border-box;
  }
  .cardArea03 .itemImg02 {
    margin: 30px 0 0;
  }
  .cardArea03 .cardInner01:nth-child(-n+2) {
    border-top: none;
  }
  .cardArea03 .cardInner01:nth-child(3) {
    position: relative;
  }
  .cardArea03 .itemImg01 {
    min-height: 102px;
  }
  .cardArea03 .cardInner01,
  .cardArea03.col2 .cardInner01 {
    width: calc(50% - 1px);
    padding: 10px 8px 25px;
    border-left: 1px solid #017a4f;
    border-top: 1px solid #017a4f;
    text-align: center;
    box-sizing: border-box;
  }
  .cardArea03.-halfline .card-tile01 {
    padding: 20px 0 0px;
  }
}

/*-------------------------------
table-layout01
-------------------------------*/
.table-layout01{
  max-width: 860px;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d1e492;
}
.table-layout01 table{
  width: 100%;
  background: #fff;
}
.table-layout01 th{
  padding: 7px 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
}
.table-layout01 td{
  padding: 15px 5px 20px;
  border-top: 1px solid #d1e492;
}
.table-layout01 th:not(:first-child),
.table-layout01 td:not(:first-child){
  border-left: 1px solid #d1e492;
}
.table-layout01 .th01{
  background: #a0c81e;
}
.table-layout01 .th02{
  background: #c6de78;
}
.text-ttl01{
  position: relative;
  padding-left: 18px;
  color: #017A4F;
  font-size: 2.0rem;
  font-weight: bold;
}
.text-ttl01::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #E2EFBC;
}
.text-ttl01._fs14::before{
  top: 0.5em;
}
.text-list01{
  font-size: 1.6rem;
}
.text-list01 li{
  display: block;
  position: relative;
  padding-left: 19px;
  margin: 8px 0 0;
}
.text-list01 li::before{
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: 0.6em;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #006444;
}
.table-layout01 .text-list01 li{
  margin-top: 4px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .table-layout01 .text-ttl01,
  .table-layout01 .text-list01 {
    margin-left: 10px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .table-layout01 td {
    padding: 6px 6px 20px;
  }
  .text-ttl01 {
    font-size: 1.4rem;
  }
  .text-list01{
    font-size: 1.0rem;
  }
}

/*-------------------------------------
.inr-sec
-------------------------------------*/
.inr-sec {
  margin-top: 36px;
}
.merit-blk {
  margin-top: 24px;
}
.merit-blk .merit-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.merit-blk .merit-list > .item {
  position: relative;
  width: 360px;
  border: 2px solid #F5F9E6;
  border-radius: 10px;
}
.merit-blk .merit-list > .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-width: 60px;
  border-style: solid;
  border-color: #C4D700 transparent transparent #C4D700;
  border-radius: 12px 0 0 0;
}
.merit-blk .merit-list > .item .bg-box {
  padding: 30px 0 20px;
  background: #F5F9E6;
}
.merit-blk .merit-list > .item .bg-box .merit-num {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
}
.merit-blk .merit-list > .item .bg-box .ttl {
  padding-left: 123px;
  color: #004831;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.merit-blk .merit-list > .item .bg-box .img-blk {
  margin-top: 14px;
  text-align: center;
}
.merit-blk .merit-list > .item .txt-box {
  padding: 29px 16px 37px;
  text-align: center;
}
.merit-blk .merit-list > .item .txt-box .txt {
  color: #004831;
  font-size: 2rem;
  font-weight: bold;
}
.merit-blk .merit-list > .item .txt-box .txt + .txt {
  margin-top: 10px;
}
.merit-blk .merit-list > .item .txt-box .txt.sub {
  font-size: 1.2rem;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .merit-blk .merit-list > .item {
    max-width: 32%;
  }
  .merit-blk .merit-list > .item .bg-box {
    height: 220px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .inr-sec {
    margin-top: 58px;
  }
  .inr-sec > .ttl {
    max-width: 288px;
    width: 100%;
    margin: 0 auto 0;
  }
  .merit-blk {
    margin-top: 20px;
  }
  .merit-blk .merit-list {
    flex-direction: column;
    margin: 0 10px;
  }
  .merit-blk .merit-list > .item {
    width: 100%;
  }
  .merit-blk .merit-list > .item:not(:first-child) {
    margin-top: 53px;
  }
  .merit-blk .merit-list > .item .bg-box {
    padding: 26px 8px 36px;
  }
  .merit-blk .merit-list > .item .bg-box .merit-num {
    top: 21px;
    left: 19px;
  }
  .merit-blk .merit-list > .item .bg-box .ttl {
    padding-left: 108px;
  }
  .merit-blk .merit-list > .item .bg-box .img-blk {
    margin-top: 5px;
  }
  .merit-blk .merit-list > .item .txt-box {
    padding: 24px 8px 46px;
  }
  .merit-blk .merit-list > .item .txt-box .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .merit-blk .merit-list > .item .txt-box .txt.sub {
    margin-top: 5px;
  }
  .merit-blk .merit-list > .item .btn-acc {
    position: absolute;
    bottom: -26px;
    left: calc(50% - 120px);
  }
  .btn-acc {
    display: flex;
    position: relative;
    margin: 0 auto;
  }
  .btn-acc > .inner {
    position: static;
    padding-right: 3.5em;
    padding-left: 3.5em;
    vertical-align: baseline;
  }
  .btn-more > .inner::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #004831;
    position: absolute;
    right: 1em;
  }
  .btn-more > .inner::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #004831;
    position: absolute;
    right: 1em;
    top: calc(50% - 1px);
    transform: rotate(-90deg);
    transition-duration: .4s;
  }
  .btn-acc.btn-more[aria-selected=true] > .inner::after {
    transform: rotate(0deg);
  }
}

/*-------------------------------
img-layout02
-------------------------------*/
.img-layout02 {
  margin: 20px auto 0;
  padding: 18px;
  max-width: 598px;
  border-radius: 20px;
  background: #F3F8F6;
}
.img-layout02 > .img01 {
  max-width: 350px;
  margin: 0 auto;
}
.img-layout02 > .img02 {
  margin: 12px 0 0;
  text-align: center;
}
.img-layout02 > .ttl01 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .img-layout02 > .img01 {
    width: 45.63vw;
    min-width: 175px;
  }
}

/*-------------------------------------
.fixed-wrap01
-------------------------------------*/
.fixed-wrap01 {
  display: none;
}