@charset "shift_jis";
/* Updated 2026/05/29.T */
/*---------------------------------------------
Layout
---------------------------------------------*/
@font-face {
  font-family: noto-sans-black;
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
#main-area {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: #c6de78;
  background-size: cover;
}
#footer-content {
  margin-top: 0;
}
#footer-fixed .panel {
  background: #ffffff99;
}
.cpnStart #footer-area.footer-fixed>#footer-content>.footer-logo {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-main {
    max-width: 100%;
  }
}
/*---------------------------------------------
kv-area
---------------------------------------------*/
.kv-area01 {
  position: relative;
  text-align: center;
}
.kv-area01>.inner {
  position: absolute;
  margin-top: 0;
  padding: 0 40px;
  width: 100%;
  top: 82%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv-area01>.inner {
    padding: 0 4.8vw;
  }
}
/*---------------------------------------------
content-block02
---------------------------------------------*/
.content-block02.-bg01 {
  background: #c6de78;
}
.content-block02.-bg02 {
  background: #f5f9e6;
}
.content-block02 {
  padding: 48px 0;
}
.content-block02:not(:first-child) {
  margin-top: 0;
}
.content-block02.-position01 {
  padding: 0;
  margin-top: -5%;
  background: transparent;
}
.content-block02.-position01>.inner {
  position: absolute;
  top: 86%;
  left: 0;
}
.content-block02.-position02>.inner {
  position: absolute;
  top: 91%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .content-block02.-position01>.inner {
    top: 84%;
  }
}
/*---------------------------------------------
table
---------------------------------------------*/
.table-type01 {
  font-size: 1.4rem;
  border-right: 0;
  border-bottom: 0;
}
.table-type01 tr:first-child th {
  border-radius: 12px 0 0 0;
  border-top: 0;
  border-left: 0;
}
.table-type01 tr:first-child td {
  border-radius: 0 12px 0 0;
  border-top: 0;
}
.table-type01 tr:last-child th {
  border-radius: 0 0 0 12px;
  border-bottom: 0;
  border-left: 0;
}
.table-type01 tr:last-child td {
  border-radius: 0 0 12px 0;
  border-bottom: 0;
}
.table-type01>tbody>tr>th {
  padding: 16px 16px 15px;
  width: 30%;
  border-bottom: 1px solid #d5dedb;
  background-color: #017a4f;
  color: #fff;
  font-weight: bold;
  border-left: 0;
}
.table-type01>tbody>tr>td {
  padding: 16px 16px 15px;
  border-bottom: 1px solid #d5dedb;
  border-left: 0;
  background-color: #fff;
  vertical-align: middle;
}
/*---------------------------------------------
menu-area
---------------------------------------------*/
.right-block01 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc((100% - 500px) / 2);
  top: 0;
  right: 0;
}
.menu-area01 {
  z-index: 2;
  overflow: hidden;
  width: 352px;
  border-radius: 16px;
  background-color: #fff;
  transition: all .25s ease-out;
}
.menu-area01>.ttl01 {
  padding: 20px;
  background: #004831;
  text-align: center;
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 68px;
  color: #56635f;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 45px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #004831;
  content: "";
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #004831;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    width: 220px;
    right: calc((100vw - 500px) / 4 - 110px);
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 500px) {
  .menu-area01 {
    display: none !important;
  }
}
/*---------------------------------------------
fixed-area01
---------------------------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .btn-type01 {
  width: 400px;
  min-height: 56px;
  font-size: 1.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    max-width: 339px;
    min-height: 48px;
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
    min-height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*---------------------------------------------
fixed-area02
---------------------------------------------*/
.fixed-area02 {
  position: fixed;
  top: 50%;
  left: calc((100vw - 500px) / 4 - 250px);
  transform: translateY(-50%);
  z-index: 4;
}
@media screen and (max-width: 1700px) {
  .fixed-area02 {
    width: 450px;
    left: calc((100vw - 500px) / 4 - 225px);
  }
}
@media screen and (max-width: 1600px) {
  .fixed-area02 {
    width: 400px;
    left: calc((100vw - 500px) / 4 - 200px);
  }
}
@media screen and (max-width: 1300px) {
  .fixed-area02 {
    display: none !important;
  }
}
@media screen and (max-height: 650px) {
  .fixed-area02 {
    display: none !important;
  }
}
/*---------------------------------------------
modal
---------------------------------------------*/
.card-modal01 {
  background: #f5f9e6;
}
.card-modal01>.inner {
  width: 100%;
}
/*---------------------------------------------
title
---------------------------------------------*/
.title-balloon01.-green01>.inner {
  background: #004831;
  color: #fff;
}
.title-balloon01>.inner::before {
  border-color: #004831 transparent transparent transparent;
}
.title-balloon01>.inner>.label-mark01 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.title-balloon01.-radius01>.inner {
  border-radius: 4px;
}
/*---------------------------------------------
card
---------------------------------------------*/
[class*="card-normal"].-noBorder {
  border: 0;
}
[class*="card-normal"].-radius01 {
  border-radius: 12px;
}
[class*="card-normal"].-radius01>.inner>.header {
  border-radius: 12px;
}
[class*="card-normal"].-radius01>.inner>.body {
  border-radius: 0 0 12px 12px;
}
.card-normal01>.inner>.body {
  padding: 32px 20px;
}
.card-normal02.-radius01>.inner>.header {
  border-radius: 12px 12px 0 0;
}
.card-normal02.-green01>.inner>.header {
  background: #017a4f;
}
/*---------------------------------------------
list
---------------------------------------------*/
.list-step01>.item:not(:first-child) {
  padding-top: 103px;
}
.list-step01>.item:not(:first-child)::before {
  left: calc(50% - 39px);
  border-width: 23px 39px 0 39px;
  border-color: #c4d700 transparent transparent transparent;
  top: calc(103px / 2 - (20px / 2));
}
.list-step01.-type02>.item:not(:first-child) {
  padding-top: 103px;
}
.list-step01.-type02>.item:not(:first-child)::before {
  content: initial;
}
.list-step01.-type02>.item>.mark {
  position: absolute;
  top: calc(103px / 2 - (70px / 2));
  left: calc(50% - (138px / 2));
}
.list-step01.-type02>.item>.mark+* {
  margin-top: 0;
}
.list-circle01>.item::before {
  background: #56635f;
}
/*---------------------------------------------
button
---------------------------------------------*/
.btn-type01.-orange01 {
  background: #ff5f04;
}
.btn-type01.-orange01:not(:disabled):not([aria-disabled=true]):hover {
  background: #e95501;
}
.btn-type01>.balloon {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
}
.btn-type01>.inner {
  min-height: 49px;
}
/*---------------------------------------------
label
---------------------------------------------*/
.label-mark02.-green04 {
  font-family: "roboto-bold";
  padding: 8px 10px 7px 10px;
  min-width: 0;
  border-radius: 4px;
  font-size: 2.0rem;
  line-height: 1;
}
/*---------------------------------------------
text
---------------------------------------------*/
.text-balloon01 {
  display: block;
  margin: auto;
  padding: 5px 18px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 16px;
  background: #fff;
  color: #141d1d;
  box-shadow: 0px 9px 8px 0px #141d1d14, 0px 0px 4px 0px #141d1d1f;
  position: relative;
}
.text-balloon01::before {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
/*---------------------------------------------
mark
---------------------------------------------*/
.mark-arrow02 {
  position: relative;
  width: 138px;
  height: 70px;
}
.mark-arrow02::before,
.mark-arrow02::after {
  content: '';
  display: block;
  width: 69px;
  height: 29px;
  background: #c6de78;
  border-radius: 2px 0 0 2px;
  transform: skew(0deg, 31deg);
  position: absolute;
  top: 20px;
  left: 0;
}
.mark-arrow02::after {
  background: #a0c81e;
  transform: skew(0deg, -31deg) scaleX(-1);
  left: 69px;
}
/*---------------------------------------------
glyph
---------------------------------------------*/
a[class*=glyph-]:not([class*=btn-type]):not([class*=card-tile]),
button[class*=glyph-]:not([class*=btn-type]):not([class*=card-tile]) {
  text-decoration: none;
}
a[class*=glyph-]:not([class*=btn-type]):not([class*=card-tile]):hover,
button[class*=glyph-]:not([class*=btn-type]):not([class*=card-tile]):hover {
  text-decoration: underline;
}
/*---------------------------------------------
icon
---------------------------------------------*/
[class*=icon-]:not([class*=btn-type]):not([class*=card-tile])>.inner::after,
.icon-blank01>.inner>.item,
.icon-pdf01>.inner>.item,
.icon-question01>.inner>.item {
  top: .3em;
}
a[class*=icon-]:not([class*=btn-type]):not([class*=card-tile]),
button[class*=icon-]:not([class*=btn-type]):not([class*=card-tile]) {
  text-decoration: none;
}
a[class*=icon-]:not([class*=btn-type]):not([class*=card-tile]):hover,
button[class*=icon-]:not([class*=btn-type]):not([class*=card-tile]):hover {
  text-decoration: underline;
}
/*---------------------------------------------
general
---------------------------------------------*/
._t-gray04 {
  color: #56635f;
}
._mt44 {
  margin-top: 44px !important;
}
._t-bolder {
  font-family: noto-sans-black !important;
}