@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'NSJP';
  src: url("/font/NotoSansJP-VariableFont_wght.ttf") format("truetype"); }
/* reset */
* {
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd, table, tr, td, th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%; }

body {
  line-height: 1.75;
  font-size: 18px;
  font-family: 'NSJP','Noto Sans JP', sans-serif;
  font-weight: 400; }

ul,
ol,
li {
  list-style: none; }

em, i {
  font-style: normal; }

img,
iframe,
svg {
  max-width: 100%; }

input, button,
textarea, select {
  font: inherit; }

a {
  text-decoration: none;
  transition-duration: 0.7s; }
  a img {
    transition-duration: 0.7s; }

.pt1 {
  padding-top: 1em; }

.pt2 {
  padding-top: 2em; }

.pt3 {
  padding-top: 3em; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.ti {
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4; }

.ti05 {
  text-indent: -0.5em; }

.ti1 {
  text-indent: -0.1em;
  padding-left: 0.1em; }

.d_ib {
  display: inline-block; }

.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s; }
  .fadeIn.inView {
    visibility: visible;
    opacity: 1; }

.container {
  width: 1240px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.head {
  text-align: center; }
  .head p {
    width: 360px;
    max-width: 64%;
    margin: auto;
    padding: 12px 0 2px; }

.kv {
  position: relative;
  width: 1920px;
  max-width: 100%;
  margin: auto;
  border-top: 8px solid #9DC93A; }
  .kv h1 {
    line-height: 0; }
  .kv .kv-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .kv p {
    padding: 8px; }
    .kv p a {
      display: block;
      transition-duration: 0.3s;
      font-size: clamp(20px, 3.2vw, 40px); }

.btn {
  display: inline-block;
  transition-duration: 0.3s; }
  .btn:hover {
    transform: translateY(4px); }

.btn-cta {
  background: #FF8814;
  border-radius: 64px;
  color: #fff;
  padding: 0.6em 2.4em;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 32px);
  box-shadow: 0 8px 0 #AD5727; }
  .btn-cta:hover {
    box-shadow: 0 4px 0 #222; }

.btn-cta2 {
  background: #fff;
  border-radius: 64px;
  color: #FF8814;
  padding: 0.6em 2.4em;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 32px);
  box-shadow: 0 8px 0 #888; }
  .btn-cta2:hover {
    box-shadow: 0 4px 0 #222; }

.content {
  padding: 4rem 0;
  position: relative; }
  .content h2 {
    text-align: center;
    font-size: clamp(20px, 4.1vw, 48px);
    margin-bottom: 2rem; }
  .content h3 {
    text-align: center;
    font-size: clamp(18px, 4.2vw, 36px);
    margin-bottom: 4rem;
    position: relative; }
    .content h3 span {
      display: block;
      font-size: 0.5em;
      font-weight: 500; }
    .content h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1rem;
      transition-duration: 1.0s;
      height: 4px;
      background: #FBD317;
      border-radius: 8px;
      transform: translate(-50%, 2rem); }
    .content h3.inView::after {
      width: 8rem; }
  .content p {
    font-size: min(3.6vw, 20px); }
  .content strong {
    font-weight: 700; }

.line {
  position: relative; }
  .line em {
    position: relative;
    z-index: 2; }
  .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: 0.7s;
    transition-delay: 0.2s;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 60%, #ffff00 70%);
    z-index: 1; }
  .line.inView::after {
    width: 100%; }

.bgimg figure {
  position: relative;
  z-index: 2; }
  .bgimg figure img {
    border-radius: 8px; }
  .bgimg figure::after {
    content: "";
    right: -3%;
    bottom: -3%;
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #E0F4C3;
    transform: rotate(3deg);
    border-radius: 8px; }

.list-notice li {
  background-image: url("../images/notice.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1.5em;
  padding-left: 2.0em;
  margin-bottom: 1em;
  font-weight: 600;
  min-height: 1.5em; }

.list-check li {
  background-image: url("../images/check2.png"); }

.content-case {
  background: linear-gradient(to bottom, #F6FCF0 40%, #fff 100%); }
  .content-case h2 em {
    color: #597321; }

.case-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; }
  .case-list li {
    flex: 0 0 calc(33% - 18px);
    box-shadow: 0 1px 6px #ccc;
    border-radius: 12px;
    padding: 1rem 1.5rem 2rem;
    font-size: 1.2em;
    background: #fff; }
    .case-list li i {
      display: block;
      max-width: 44%;
      margin: auto; }
    .case-list li b {
      font-weight: 500; }

.content-genkin {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .content-genkin::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    width: 30%;
    max-width: 200px;
    aspect-ratio: 3 / 1;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 0); }
  .content-genkin::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #85AB31;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%); }
  .content-genkin .container {
    padding: 4rem 0 3rem; }
  .content-genkin h3 em {
    color: #FBD317; }
  .content-genkin h3::after {
    background: #FBD317; }
  .content-genkin h4:last-child {
    padding-bottom: 0; }
  .content-genkin p {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600; }
    .content-genkin p em {
      color: #FBD317; }
  .content-genkin .flex {
    align-items: center;
    max-width: 1080px;
    margin: auto;
    gap: 4rem;
    margin-bottom: 4rem; }
  .content-genkin .list-notice li {
    margin-bottom: 2rem; }
  .content-genkin h4 {
    font-size: clamp(16px, 3.2vw, 28px);
    text-align: center;
    font-weight: 700;
    padding-bottom: 4rem; }
    .content-genkin h4 em {
      color: #FBD317; }

.about {
  background: #F5F0DD;
  border-radius: 20px;
  color: #222;
  padding: 6rem 1rem 4rem;
  position: relative; }
  .about::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 30%;
    max-width: 200px;
    aspect-ratio: 3 / 1;
    background: #85AB31;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 0); }
  .about p {
    font-weight: 400; }
  .about figure {
    background: #fff;
    box-shadow: 0 2px 5px #ddd;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem; }
    .about figure p {
      font-size: 0.95em; }

.point3 {
  display: flex;
  justify-content: space-between; }
  .point3 li {
    flex: 0 0 32%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: radial-gradient(circle, #fff 0%, #FBD317 100%);
    line-height: 1.4;
    box-shadow: 0 0 4px #ccc; }
    .point3 li b {
      display: block;
      padding-bottom: 5px; }
    .point3 li span {
      font-size: 0.9em; }

.content-online figure {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: auto; }
.content-online p {
  margin: auto;
  margin-bottom: 2rem;
  font-size: 1.2em; }

.point4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .point4 li {
    flex: 0 0 23%;
    border: 2px solid #AAE45F;
    background: #E0F4C3;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.4;
    color: #597321; }
    .point4 li b {
      display: block;
      text-align: center;
      font-size: 1.2em;
      min-height: 2em;
      padding-bottom: 5px; }
    .point4 li span {
      flex: 1;
      font-size: 0.9em; }

.content-program {
  padding-bottom: 0; }

.program-title {
  background: #FBD317; }
  .program-title .container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .program-title h2 {
    font-size: clamp(20px, 4vw, 32px);
    padding: 1em;
    margin-bottom: 0; }
  .program-title i {
    flex: 0 0 8%;
    position: relative;
    padding: 0 8px; }
    .program-title i img {
      position: absolute;
      max-width: 10vw;
      right: 0;
      bottom: 0;
      transform: translate(0, 20%); }
    .program-title i:last-child img {
      left: 0;
      right: auto; }

.program-body {
  position: relative;
  background: #9DC93A;
  padding-top: 6rem; }
  .program-body::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 30%;
    max-width: 200px;
    aspect-ratio: 3 / 1;
    background: #FBD317;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 0); }
  .program-body .program {
    background: #FAFAF0;
    border-radius: 20px;
    padding: 3rem 1rem;
    margin-bottom: 4rem; }
  .program-body .program-schedule .container-s {
    width: 1080px; }
  .program-body h3 {
    margin-bottom: 2rem; }
    .program-body h3::after {
      content: none; }
    .program-body h3 em {
      color: #FF8814; }
    .program-body h3 b {
      font-size: 2em;
      font-weight: 600; }
  .program-body table {
    width: 100%;
    border-collapse: collapse; }
  .program-body th, .program-body td {
    align-items: center;
    padding: 16px;
    font-size: 1.1em; }
  .program-body th {
    background: #F5D675;
    align-items: center;
    white-space: nowrap;
    width: 30%;
    border-bottom: 1px solid #Fce685; }
  .program-body td {
    border: 1px solid #F5D675;
    font-weight: 600; }
    .program-body td small {
      font-weight: 400;
      font-size: 13px; }
    .program-body td ul {
      padding-top: 1em; }
    .program-body td li {
      font-weight: 400;
      font-size: 13px; }

.region5 {
  padding: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .region5 dl {
    flex: 0 0 32%;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2rem;
    box-shadow: 0 3px 3px #ddd; }
    .region5 dl:nth-child(3) {
      margin-right: 0; }
  .region5 dt {
    padding: 4px;
    background: #597321;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    min-height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .region5 dt small {
      display: inline-block;
      padding-top: 5px;
      font-size: 0.7em; }
  .region5 dd {
    padding: 8px 1em;
    background: #fff;
    min-height: 6em; }

.schedule-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .schedule-wrap .schedule-time {
    flex: 0 0 49%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0 0 3px #ccc; }
    .schedule-wrap .schedule-time h5 {
      color: #fff;
      display: flex;
      align-items: center;
      padding: 8px;
      min-height: 4rem; }
      .schedule-wrap .schedule-time h5 i {
        flex: 0 0 64px;
        margin-right: 1em;
        line-height: 0; }
    .schedule-wrap .schedule-time li {
      padding: 1em;
      background: #fff;
      display: flex;
      align-items: center; }
      .schedule-wrap .schedule-time li i {
        font-size: 4em;
        font-weight: 600; }
      .schedule-wrap .schedule-time li span {
        padding-left: 1em; }
      .schedule-wrap .schedule-time li b {
        display: block;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.4; }
    .schedule-wrap .schedule-time li:nth-child(even) {
      background: #F1F9E9; }
  .schedule-wrap .am h5 {
    background: #00A171; }
  .schedule-wrap .pm h5 {
    background: #0D7556; }
    .schedule-wrap .pm h5 i {
      flex: 0 0 48px; }

.program-change {
  color: #fff;
  padding-bottom: 3rem; }
  .program-change ul {
    margin-bottom: 3rem; }
  .program-change li {
    font-size: 1.1em; }

.notes li {
  font-weight: 400;
  font-size: 13px; }

.content-reason {
  background: #F5FAC4; }
  .content-reason .container {
    width: 1080px; }
  .content-reason h3 {
    margin-bottom: 6rem; }
  .content-reason p {
    text-align: center;
    margin-bottom: 2rem; }
  .content-reason table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    margin-bottom: 2rem; }
  .content-reason th, .content-reason td {
    padding: 1em 8px;
    line-height: 1.3; }
  .content-reason th {
    font-weight: 600;
    background: #F5D675;
    border: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 1.1em; }
  .content-reason td {
    background: #fff;
    border: 1px solid #F5D675;
    width: 28%;
    vertical-align: top; }
    .content-reason td:first-child {
      width: auto; }

.reason-body {
  position: relative;
  background: #76C425;
  color: #fff;
  border-radius: 20px;
  padding: 6rem 0 2rem;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }
  .reason-body::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 30%;
    max-width: 200px;
    aspect-ratio: 3 / 1;
    background: #F5FAC4;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 0); }
  .reason-body::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    width: 30%;
    max-width: 200px;
    aspect-ratio: 3 / 1;
    background: #76C425;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%, 0); }

.reason-voice {
  position: relative;
  color: #222;
  display: inline-flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("/kensyuulp/images/bg-voice.svg") no-repeat bottom;
  background-size: cover;
  aspect-ratio: 1450 / 1129;
  padding: 2rem 2rem 4rem;
  width: 100%; }
  .reason-voice h4 {
    padding-bottom: 1.5rem;
    font-size: clamp(16px, 4.4vw, 25px); }
    .reason-voice h4 em {
      background: linear-gradient(transparent 70%, #ff0 70%); }
    .reason-voice h4 strong {
      color: #FF8814; }
  .reason-voice p {
    font-size: 0.95em; }
  .reason-voice .reason-voicwrap {
    position: relative;
    z-index: 3;
    padding: 0; }

.reason-compare-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem; }
  .reason-compare-wrap .reason-compare {
    display: flex;
    flex-direction: column;
    margin-right: 1px;
    flex: 0 0 49%; }
  .reason-compare-wrap ul {
    flex: 1;
    text-align: left;
    background: #fff;
    border-top: 4px solid #ccc;
    color: #222;
    display: flex;
    flex-direction: column; }
  .reason-compare-wrap li {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 8px;
    flex: 1;
    min-height: 5rem;
    font-size: 0.9em;
    border-bottom: 3px dashed #ccc; }

.reason-case h4 {
  font-size: 1.2em; }
.reason-case ul {
  display: flex;
  justify-content: space-between;
  padding-top: 7rem; }
.reason-case li {
  flex: 0 0 32%;
  position: relative;
  text-align: left;
  display: flex; }
  .reason-case li p {
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    color: #222;
    padding: 1em; }
  .reason-case li i {
    position: absolute;
    z-index: 0;
    line-height: 0;
    width: 30%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%); }
  .reason-case li b {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 5rem;
    padding-bottom: .5em;
    line-height: 1.4; }
  .reason-case li span {
    display: block;
    text-align: left;
    font-size: 0.9em; }

.h2-onlyone {
  font-size: clamp(18px, 4.4vw, 32px); }
  .h2-onlyone strong {
    display: inline;
    background: linear-gradient(transparent 50%, #FBD317 50%); }

.content-voice h4 {
  text-align: center;
  padding-top: 4rem; }

.voice-wrap {
  display: flex;
  justify-content: space-between; }

.voice {
  flex: 0 0 24%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem; }
  .voice i {
    text-align: center;
    line-height: 0; }
    .voice i img {
      width: 50%; }
  .voice b {
    font-weight: 600;
    text-align: center;
    padding: 8px 0 0; }
  .voice p {
    font-size: 0.85em;
    flex: 1; }
  .voice span {
    text-align: right;
    font-size: 13px; }

.content-duce {
  background: #9DC93A;
  color: #fff; }
  .content-duce .container-s {
    padding-bottom: 4rem; }
    .content-duce .container-s h4 {
      text-align: center;
      padding: 3rem 0;
      font-size: 1.2em; }
    .content-duce .container-s ul {
      margin-bottom: 4rem; }
    .content-duce .container-s h4.kakomi {
      background: #FBD317;
      border-radius: 20px;
      color: #222; }
    .content-duce .container-s p {
      margin-bottom: 2rem; }
    .content-duce .container-s figure img {
      border-radius: 20px; }

.duce-wrap {
  border-radius: 20px;
  background: #FAFAF0;
  color: #222;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap; }
  .duce-wrap h4 {
    flex: 0 0 100%;
    text-align: center;
    font-size: 1.4em;
    padding-bottom: 3rem; }
  .duce-wrap h5 {
    flex: 0 0 100%;
    text-align: center;
    font-size: 1.4em;
    padding-top: 3rem; }
  .duce-wrap figure {
    flex: 0 0 45%; }
    .duce-wrap figure figcaption {
      text-align: center;
      padding-top: 1rem;
      font-weight: 600; }
  .duce-wrap .duce-txt {
    flex: 0 0 55%;
    padding-left: 3rem; }
    .duce-wrap .duce-txt p {
      padding-bottom: 1em; }

.content-flow {
  background: #F1F9E9; }
  .content-flow h3 {
    color: #76C425; }

.list-flow {
  margin: 0 auto 4rem; }
  .list-flow li {
    display: flex;
    position: relative;
    min-height: 9em; }
    .list-flow li::after {
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      left: 38px;
      top: 8px;
      background: #76C425;
      z-index: 1; }
    .list-flow li:last-child::after {
      content: none; }
    .list-flow li i {
      flex: 0 0 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #76C425;
      border-radius: 50%;
      font-size: 40px;
      font-weight: 800;
      line-height: 1;
      padding-bottom: 0.2em;
      position: relative;
      z-index: 3; }
    .list-flow li span {
      flex: 1;
      padding-left: 1rem;
      padding-bottom: 3rem; }
    .list-flow li b {
      display: block;
      color: #76C425;
      font-size: 1.4em; }

.pon {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 4rem; }

.pon-t {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #707070; }
  .pon-t:hover {
    background: #444; }
    .pon-t:hover span em {
      opacity: 0.8; }
  .pon-t b {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1.4em; }
  .pon-t span {
    flex: 0 0 100px;
    padding: 1rem;
    display: flex;
    align-items: center; }
    .pon-t span em {
      width: 100%;
      position: relative;
      border-radius: 50%;
      background: #fff;
      aspect-ratio: 1 / 1; }
      .pon-t span em::before, .pon-t span em::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        background: #707070;
        left: 25%;
        top: 50%;
        transition-duration: 0.3s; }
      .pon-t span em::after {
        transform: rotate(90deg); }
  .pon-t.open span em::after {
    transform: rotate(0deg); }

.pon-b {
  padding: 1rem 2rem;
  display: none; }
  .pon-b p {
    padding: 1rem 0; }

.content-faq {
  background: #DDE7F8; }
  .content-faq h3 {
    margin-bottom: 6rem; }

.qa {
  overflow: hidden;
  border-radius: 12px;
  width: 1080px;
  margin: auto;
  max-width: 100%;
  background: #fff;
  margin-bottom: 1rem; }
  .qa dt,
  .qa dd {
    display: flex;
    justify-content: space-between; }
    .qa dt i,
    .qa dd i {
      background: #76C425;
      flex: 0 0 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: clamp(16px, 3vw, 28px);
      font-weight: 800;
      min-height: 4rem; }
    .qa dt b,
    .qa dd b {
      flex: 1;
      padding: 2rem;
      display: flex;
      align-items: center;
      font-size: 1.1em;
      font-weight: 600; }
    .qa dt span,
    .qa dd span {
      flex: 0 0 100px;
      padding: 1rem;
      display: flex;
      align-items: center; }
      .qa dt span em,
      .qa dd span em {
        width: 100%;
        position: relative;
        border-radius: 50%;
        background: #76C425;
        aspect-ratio: 1 / 1; }
        .qa dt span em::before, .qa dt span em::after,
        .qa dd span em::before,
        .qa dd span em::after {
          content: "";
          position: absolute;
          width: 50%;
          height: 2px;
          background: #fff;
          left: 25%;
          top: 50%;
          transition-duration: 0.3s; }
        .qa dt span em::after,
        .qa dd span em::after {
          transform: rotate(90deg); }
  .qa dt {
    cursor: pointer; }
    .qa dt:hover span em {
      opacity: 0.8; }
  .qa dd i {
    background: #fff;
    color: #76C425; }
  .qa dd b {
    font-weight: 400; }

.open dt {
  border-bottom: 1px dashed #ccc; }
  .open dt span em::after {
    transform: rotate(0deg); }

.flex {
  display: flex;
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.col-6 {
  flex: 0 0 48.5%; }

.col-5 {
  flex: 0 0 42.5%; }

.flex2 p,
.flex2 figure {
  flex: 0 0 48%;
  padding: 8px 0; }

.content-cta {
  background: #9DC93A;
  text-align: center;
  padding-bottom: 0; }
  .content-cta h2 {
    color: #fff;
    font-size: clamp(16px, 3vw, 28px);
    margin-bottom: 0.5rem; }
    .content-cta h2 em {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .content-cta h2 em::before, .content-cta h2 em::after {
        content: "";
        background: url("../images/left.png") no-repeat center bottom;
        background-size: contain;
        width: 32px;
        height: 33px;
        display: block; }
      .content-cta h2 em::after {
        background-image: url("../images/right.png"); }
  .content-cta h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0; }
    .content-cta h3::after {
      display: none; }

.cta-btn-b {
  display: flex;
  justify-content: center;
  background: #9DC93A;
  text-align: center;
  padding: 1rem 0 3rem;
  z-index: 88;
  bottom: -1.5rem;
  transition-duration: 0.5s; }
  .cta-btn-b.show {
    transform: translateY(-1px); }

.btn {
  margin: 0 8px; }

.cta-btn-side {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translate(100%, -50%);
  transition-duration: 0.3s; }
  .cta-btn-side.show {
    transform: translate(0, -50%); }
  .cta-btn-side p {
    padding: 4px 0;
    text-align: center; }
  .cta-btn-side .btn {
    writing-mode: vertical-rl;
    line-height: 1.1;
    font-size: 1.1em;
    padding: 12px;
    margin: 4px 0;
    border-radius: 8px 0 0 8px; }
    .cta-btn-side .btn:hover {
      transform: translateX(4px); }

.pagetop {
  position: sticky;
  z-index: 90;
  bottom: 40px; }
  .pagetop p {
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: -20px;
    font-size: 12px; }
    .pagetop p a {
      display: inline-flex;
      position: relative;
      padding: 8px;
      width: 40px;
      height: 40px;
      background: #9DC93A;
      border-radius: 50%;
      border: 1px solid #fff;
      transition-duration: 0.4s; }
      .pagetop p a::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 55%;
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
        border-bottom: 0;
        border-left: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        transform-origin: center; }
      .pagetop p a:hover {
        opacity: 0.8;
        background: #FF8814; }

.footer {
  background: #EAE7E0;
  padding: 4rem 0;
  font-size: 0.8em; }
  .footer a {
    color: #333; }
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.footer-txt p {
  padding-bottom: 1rem; }
.footer-txt ul {
  display: flex; }
.footer-txt li {
  padding: 0 8px 0 0; }
  .footer-txt li img {
    width: 32px; }
  .footer-txt li a:hover {
    opacity: 0.8; }

.footer-menu ul {
  display: flex; }
.footer-menu li {
  padding: 0 0 0 1em; }
.footer-menu a {
  text-decoration: underline; }
.footer-menu a:hover {
  color: #9DC93A; }

.footer-copy {
  text-align: center;
  flex: 0 0 100%;
  font-size: 11px;
  padding: 1rem 0 0; }

.slick-prev,
.slick-next {
  background: #FF8814;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 15px; }

.slick-prev {
  clip-path: polygon(0 50%, 100% 0, 100% 100%); }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-dots {
  bottom: -30px; }

.slick-dots li button {
  border-radius: 50%;
  background: #ddd;
  width: 15px;
  height: 15px; }
  .slick-dots li button::before {
    display: none; }
.slick-dots li.slick-active button {
  background: #FF8814; }

.page-title {
  border-top: 8px solid #9DC93A;
  text-align: center;
  padding: 4rem; }
  .page-title h1 {
    font-size: clamp(20px, 4.2vw, 36px);
    margin-bottom: 4rem;
    position: relative; }
    .page-title h1 span {
      display: block;
      font-size: 0.5em;
      font-weight: 500; }
    .page-title h1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 8rem;
      transition-duration: 1.0s;
      height: 6px;
      background: #FBD317;
      border-radius: 8px;
      transform: translate(-50%, 2rem); }
    .page-title h1.inView::after {
      width: 8rem; }
  .page-title p {
    text-align: left;
    padding-top: 1rem; }

.txt-red {
  color: #d11; }

.wpcf7-spinner {
  text-align: center;
  margin: auto;
  transform: translateY(-54px); }

.content-fom {
  background: #9DC93A; }
  .content-fom a {
    color: #333;
    text-decoration: underline; }
  .content-fom .container {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 4rem 4rem; }
  .content-fom dl {
    display: flex;
    padding: 1rem 0; }
  .content-fom dl.finalcheck {
    justify-content: center; }
    .content-fom dl.finalcheck dt {
      flex: 0 0 auto; }
    .content-fom dl.finalcheck dd {
      flex: 0 0 auto; }
  .content-fom dt {
    font-weight: 600;
    flex: 0 0 12em;
    padding: .5em 0;
    font-size: 1em; }
    .content-fom dt em {
      color: #d11;
      vertical-align: super; }
  .content-fom dd {
    flex: 1;
    font-size: 1em;
    padding-left: 1em; }
    .content-fom dd em {
      color: #d11;
      vertical-align: super; }
    .content-fom dd p {
      padding: .5em 0;
      font-size: 1em; }
  .content-fom input[type="tel"],
  .content-fom input[type="text"],
  .content-fom input[type="email"] {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    border-radius: 4px;
    padding: .5em; }
    .content-fom input[type="tel"]::placeholder,
    .content-fom input[type="text"]::placeholder,
    .content-fom input[type="email"]::placeholder {
      opacity: 0.6; }
    .content-fom input[type="tel"]:focus::placeholder,
    .content-fom input[type="text"]:focus::placeholder,
    .content-fom input[type="email"]:focus::placeholder {
      color: transparent; }
    .content-fom input[type="tel"].w50,
    .content-fom input[type="text"].w50,
    .content-fom input[type="email"].w50 {
      width: 50%; }
  .content-fom textarea {
    width: 100%;
    height: 8em;
    background: #f8f8f8;
    padding: .5em;
    border-radius: 4px;
    border: 0; }
    .content-fom textarea:focus::placeholder {
      color: transparent; }
  .content-fom select {
    background: #f8f8f8;
    width: 100%;
    max-width: 100%;
    padding: .5em;
    border-radius: 4px;
    border: 0; }
  .content-fom option:disabled {
    opacity: 0.4; }
  .content-fom blockquote {
    text-align: center;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 1rem 1rem 2rem;
    width: 900px;
    max-width: 100%;
    margin: auto; }
    .content-fom blockquote p {
      font-size: 0.9em;
      text-align: left;
      padding: 1rem; }
    .content-fom blockquote ul {
      display: inline-block;
      text-align: left;
      font-size: 0.9em; }
    .content-fom blockquote li p {
      padding: 0; }

.content-dl-form .container {
  display: flex;
  justify-content: space-between;
  background: none;
  border-radius: 0; }
.content-dl-form .dl-form-img {
  flex: 0 0 40%; }
  .content-dl-form .dl-form-img p {
    position: relative; }
    .content-dl-form .dl-form-img p img {
      position: relative;
      z-index: 2;
      transform: rotate(-12deg); }
    .content-dl-form .dl-form-img p::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #E0F4C3;
      border-radius: 12px; }
.content-dl-form .dl-form-form {
  flex: 0 0 52%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 2rem 4rem; }
  .content-dl-form .dl-form-form dl {
    display: block; }
  .content-dl-form .dl-form-form dd {
    padding-left: 0; }
  .content-dl-form .dl-form-form .info {
    padding: 2rem 0 0;
    font-size: 0.9em; }

.content-dl .container1 {
  color: #fff;
  background: none;
  padding-top: 0; }
.content-dl h3::after {
  content: none; }

.page-title h4 {
  font-size: 1.2em;
  margin-bottom: 2rem;
  font-weight: 600; }

.btn-dl {
  background: #FF8814;
  border-radius: 64px;
  color: #fff;
  padding: 0.6em 2.4em;
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 32px);
  box-shadow: 0 8px 0 #AD5727; }
  .btn-dl:hover {
    box-shadow: 0 4px 0 #222; }

.grecaptcha-badge {
  visibility: hidden; }

.q1 {
  display: flex;
  flex-direction: column; }
  .q1 span {
    padding: 0 0 1rem; }

.conf {
  text-align: center;
  padding-top: 3rem; }

.submit {
  text-align: center;
  padding: 2rem 0; }
  .submit span {
    display: block;
    text-align: center; }
  .submit input[type="submit"] {
    border-radius: 40px;
    background: #ccc;
    background: #85AB31;
    border-radius: 64px;
    color: #fff;
    padding: 0.6em 2.4em;
    min-width: 300px;
    margin: auto;
    font-weight: 800;
    font-size: clamp(20px, 2.2vw, 32px);
    box-shadow: 0 8px 0 #597321;
    cursor: pointer; }
    .submit input[type="submit"]:hover {
      box-shadow: 0 4px 0 #222;
      transform: translateY(4px); }
    .submit input[type="submit"]:disabled {
      cursor: default;
      background: #aaa;
      opacity: 0.5;
      box-shadow: none; }
      .submit input[type="submit"]:disabled:hover {
        transform: translateY(0); }
  .submit p {
    padding-top: 1rem;
    font-size: 0.9em; }

.tb,
.sp {
  display: none; }

.sm {
  display: none; }

@media (max-width: 768px) {
  .sp {
    display: block; }

  br.sp {
    display: inline; }

  .pc {
    display: none; }

  .kv .kv-btn {
    flex-direction: column;
    align-items: center;
    text-align: center;
    bottom: 12%; }
    .kv .kv-btn p {
      padding: 2vw 0;
      width: 380px;
      max-width: 70%;
      margin: auto; }
    .kv .kv-btn .btn {
      display: block;
      padding: 4vw; }

  .flex {
    display: block; }

  .case-list li,
  .list-video li,
  .list-voice li {
    flex: 0 0 calc(50% - 13px); }

  .case-list li {
    font-size: 0.9em;
    padding: 1em; }

  .bgimg {
    margin-bottom: 2rem; }

  .bgimg figure::after {
    right: -8px; }

  .overflow {
    overflow-x: auto; }

  .content {
    padding: 8vw 0 8vw; }

  .content-case {
    padding-bottom: 8vw; }

  .content-genkin .container {
    padding-top: 2rem; }

  .content-genkin .flex {
    margin-bottom: 0; }

  .content-genkin .about {
    padding: 4vw;
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin-bottom: 4vw;
    max-width: 100%;
    border-radius: 0; }
    .content-genkin .about figure {
      padding: 1rem;
      border-radius: 8px; }
      .content-genkin .about figure p {
        margin-bottom: 1rem; }

  .content-genkin::after {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%); }

  .content-online p {
    font-size: 1em; }

  .point3 {
    flex-wrap: wrap;
    justify-content: center; }
    .point3 li {
      flex: 0 0 49%;
      margin: 0 0.5%; }

  .point4 {
    flex-wrap: wrap; }
    .point4 li {
      flex: 0 0 49%;
      margin-bottom: 2%;
      border-radius: 8px; }

  .content-program {
    padding-bottom: 0; }

  .program-title .container {
    align-items: flex-start;
    position: relative; }
    .program-title .container i {
      position: static; }
    .program-title .container i img {
      max-width: 16vw;
      transform: translate(0, -50%);
      left: 0;
      bottom: auto;
      top: 0; }
    .program-title .container i:last-child img {
      right: 0;
      left: auto; }

  .program-title h2 {
    padding-top: 2rem;
    white-space: nowrap; }

  .program-body {
    padding-top: 4rem; }
    .program-body .container {
      max-width: 100%; }
    .program-body .program {
      border-radius: 0;
      margin-bottom: 1rem; }
    .program-body .program-change {
      padding: 4vw; }

  .region5 {
    max-width: 92%;
    margin: auto; }
    .region5 dl {
      flex: 0 0 92%;
      margin: 4px auto; }

  .schedule-wrap {
    max-width: 92%;
    margin: 0 auto; }
    .schedule-wrap + .notes {
      padding-top: 1rem; }

  .content-reason table {
    margin-bottom: 1px; }
  .content-reason th {
    min-width: 5em;
    white-space: normal; }
  .content-reason td {
    min-width: 12em;
    font-size: 0.9em; }
  .content-reason .overflow {
    margin-bottom: 2rem; }

  .reason-body {
    padding-top: 4rem;
    border-radius: 0; }

  .reason-voice {
    padding: 6vw 4vw;
    width: 100%;
    background-image: url("../images/bg-voice-sp.svg");
    background-size: cover;
    aspect-ratio: 1131 / 1432; }

  .reason-compare-wrap {
    padding-bottom: 2rem; }
    .reason-compare-wrap h5 {
      white-space: nowrap;
      font-size: clamp(13px, 3.7vw, 18px); }
    .reason-compare-wrap .reason-compare {
      margin-bottom: 1rem; }
      .reason-compare-wrap .reason-compare li {
        min-height: 1px;
        font-size: clamp(13px, 3.5vw, 16px);
        line-height: 1.4; }

  .reason-case ul {
    display: block;
    padding-top: 10vw; }
  .reason-case li {
    margin-top: 7vw; }
    .reason-case li p {
      border-radius: 8px; }
      .reason-case li p b {
        min-height: 1rem; }
    .reason-case li i {
      width: 16%; }

  .voice-wrap {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto 40px; }

  .voice {
    flex: 0 0 48.0%;
    margin-bottom: 1rem; }
    .voice i img {
      margin: auto; }
    .voice b {
      text-align: center;
      display: block; }
    .voice span {
      display: block; }

  .content-voice h4 {
    padding-top: 6vw;
    text-align: left; }

  .content-duce .container-s h4 {
    padding: 1rem 0; }
  .content-duce .container-s ul {
    margin-bottom: 2rem; }
  .content-duce .container-s h4.kakomi {
    padding: 1rem; }

  .duce-wrap {
    padding: 2rem;
    display: block; }
    .duce-wrap h5 {
      font-size: 1.0em;
      padding-top: 1rem;
      text-align: left; }

  .duce-wrap .duce-txt {
    padding-left: 0;
    padding-top: 1rem; }

  .list-flow {
    margin-bottom: 1rem;
    min-height: 13em; }

  .list-flow li b {
    font-size: clamp(16px, 3.8vw, 24px); }

  .pon-t {
    padding: 8px; }
    .pon-t b {
      font-size: 1.2em; }
    .pon-t span {
      flex: 0 0 8vw;
      padding: 0;
      max-width: 100px; }

  .content-faq h3 {
    margin-bottom: 4rem; }

  .content-cta {
    padding-bottom: 8px; }

  .content-cta h3 {
    font-size: clamp(14px, 3.6vw, 1.2em); }

  .pagetop {
    bottom: 120px; }

  .cta-btn-side {
    display: none; }

  .cta-btn-b {
    position: sticky;
    padding-left: 4px;
    padding-right: 4px;
    bottom: -1rem;
    padding-bottom: 1rem;
    transform: translateY(200%);
    transition-duration: 0.5s; }
    .cta-btn-b.show {
      transform: translateY(-1px); }
    .cta-btn-b p {
      padding: 0 4px 1rem;
      width: 400px;
      max-width: 70%;
      margin: 0 auto; }
    .cta-btn-b .btn {
      display: block;
      margin: 0 auto; }
    .cta-btn-b .btn-cta,
    .cta-btn-b .btn-cta2 {
      padding: .5rem .8rem; }

  .footer {
    padding-top: 2rem; }

  .footer-txt {
    order: 2; }

  .footer-menu {
    order: 1;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 2rem; }
    .footer-menu ul {
      justify-content: center; }

  .footer-copy {
    order: 3; }

  .content-fom .container {
    padding: 2rem; }
  .content-fom textarea,
  .content-fom input[type="text"] {
    width: 100%; }

  .content-dl-form .container {
    flex-direction: column-reverse;
    padding: 0; }

  .content-dl-form .container {
    flex-direction: column;
    padding: 0; }
  .content-dl-form .dl-form-form {
    padding: 4vw;
    margin-bottom: 2rem; }
  .content-dl-form .dl-form-img {
    padding: 4vw;
    padding-bottom: 2rem;
    width: 64%;
    margin: 0 auto;
    flex: auto; }
  .content-dl-form dt {
    line-height: 1.2; } }
.ssp {
  display: none; }

@media (max-width: 680px) {
  .reason-voice h4 {
    font-size: clamp(16px, 3.4vw, 25px); } }
@media (max-width: 480px) {
  body {
    font-size: 16px; }

  .ssp {
    display: inline; }

  body {
    overflow-x: hidden; }

  .kv .kv-btn {
    bottom: 8%; }

  .content-genkin h4 {
    white-space: nowrap; }

  .content-genkin p {
    text-align: left; }

  .content-reason h3 {
    margin-bottom: 4rem; }

  .content-reason p {
    text-align: left; }

  .content-reason .container {
    max-width: 94%; }

  .secTitle {
    white-space: nowrap; }

  .reason-body {
    max-width: 100%; }

  .reason-voice h4 {
    font-size: clamp(16px, 4.4vw, 25px); }

  .reason-voice {
    padding: 0 2vw 9vw 2vw;
    background-image: url("../images/bg-voice-ssp2.svg");
    background-size: cover;
    aspect-ratio: 1131 / 1483;
    line-height: 1.5; }
    .reason-voice p {
      text-align: center;
      max-width: 75%;
      margin: auto;
      line-height: 1.3;
      font-size: 0.9em; }
      .reason-voice p br {
        display: none; }

  .point4 li b {
    font-size: 1.1em; }

  .schedule-wrap .schedule-time h5 i {
    flex: 0 0 10vw; }

  .schedule-wrap .schedule-time li {
    padding: 4px 4vw; }
    .schedule-wrap .schedule-time li b {
      font-size: 1.1em; }
    .schedule-wrap .schedule-time li em {
      font-size: 0.95em;
      display: block;
      padding-top: 5px;
      line-height: 1.2; }
    .schedule-wrap .schedule-time li i {
      font-size: 2.5rem; }

  .content-duce .container-s h4.kakomi {
    font-size: clamp(16px, 4vw, 36px); }

  .region5 dd {
    min-height: 3em; }

  .content h3 span {
    font-size: 14px; }

  .case-list li i {
    max-width: 64%; }

  .content-flow h3 em {
    padding: 12px;
    letter-spacing: -0.05em;
    font-size: 14px; }

  .list-flow li {
    line-height: 1.5; }
    .list-flow li::after {
      left: 8vw; }
    .list-flow li i {
      flex: 0 0 16vw;
      height: 16vw;
      font-size: 8vw; }

  .content-duce .container-s h4,
  .duce-wrap h4 {
    font-size: clamp(18px, 4vw, 36px); }

  .pagetop {
    position: relative;
    bottom: 0px; }

  .page-title {
    padding: 2rem 4vw; }
    .page-title h4 {
      font-size: clamp(15px, 4vw, 22px); }

  .content-fom .container {
    padding: 4vw; }
  .content-fom dl {
    padding: 1rem 0 4px;
    display: block; }
  .content-fom dt {
    padding-bottom: 2px; }
  .content-fom dd {
    padding-left: 0;
    font-size: min(3.6vw, 20px); }
    .content-fom dd p {
      line-height: 1.4; }
  .content-fom strong {
    font-weight: 500;
    padding-bottom: 5px;
    display: inline-block; }

  .content-dl h3 {
    font-size: clamp(15px, 4.2vw, 22px);
    margin-bottom: 2rem; }
  .content-dl .container1 {
    padding: 0 0 2rem; }

  .content-dl-form .container {
    flex-direction: column;
    padding: 0; }
  .content-dl-form .dl-form-form {
    padding: 4vw;
    margin-bottom: 2rem; }
  .content-dl-form .dl-form-img {
    padding: 4vw;
    padding-bottom: 2rem;
    width: 64%;
    margin: 0 auto;
    flex: auto; }
  .content-dl-form dt {
    line-height: 1.2; }

  .qa dt i,
  .qa dd i {
    flex: 0 0 10vw; }

  .qa dt span,
  .qa dd span {
    flex: 0 0 12vw;
    padding: 8px; }

  .qa dt b,
  .qa dd b {
    padding: 12px 2px 12px 8px;
    font-size: 1em;
    line-height: 1.4; }

  .qa dd b {
    display: block; }

  .btn-dl {
    margin-bottom: 2rem;
    padding-left: 8px;
    padding-right: 8px;
    width: 320px;
    max-width: 90%; } }
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after, .scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 0; }

#autozip {
  visibility: hidden; }

.slick-list {
  height: auto !important; }

/*# sourceMappingURL=page.css.map */
