@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* min-width での指定 */
/* max-width での指定 */
/* min-width と max-width の両方での指定 */
/* レスポンシブ関数 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  transition: opacity 0.8s ease;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0 0 min(3.125vw, 60px);
}
@media screen and (min-width: 769px) {
  body {
    padding: 0;
  }
}

body.is-show {
  opacity: 1;
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

main {
  padding: min(17.0666666667vw, 128px) 0 min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  main {
    padding: 110px 0 min(10.8333333333vw, 130px);
  }
}

.js-fade {
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
  transition: opacity 0.8s ease, filter 0.8s ease;
}

.js-fade.is-show {
  opacity: 1;
  filter: blur(0);
  visibility: visible;
}

.header .inner .g-navi .link {
  position: relative;
}
.header .inner .g-navi .link span {
  cursor: pointer;
  transition: 0.3s;
}
.header .inner .g-navi .link span:hover {
  opacity: 0.6;
}
.header .inner .g-navi .link ul {
  display: block;
  position: absolute;
  top: 80%;
  left: min(1.6666666667vw, 20px);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.header .inner .g-navi .link ul li {
  font-size: clamp(0.75rem, 1.1666666667vw, 1.4rem);
}
.header .inner .g-navi .link ul li a {
  display: block;
  width: min(13.5vw, 162px);
  line-height: min(4.0833333333vw, 49px);
  box-sizing: border-box;
  padding: 0 min(1.6666666667vw, 20px);
  color: #fff;
  background: #333;
  border: #707070 1px solid;
  position: relative;
}
.header .inner .g-navi .link ul li a::after {
  content: "";
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(1.25vw, 15px);
}
.header .inner .g-navi .link ul.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.drawer-nav .drawer-menu .links01 li span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 1.4rem;
  line-height: 75px;
  position: relative;
  padding: 0 0 0 20px;
  opacity: 1;
  transition: opacity 0s ease-in-out;
  cursor: pointer;
}
.drawer-nav .drawer-menu .links01 li span:hover {
  background-color: #e70012;
}
.drawer-nav .drawer-menu .links01 li ul {
  display: none;
}

.knt-top {
  padding: 0;
}

.knt-inner {
  width: calc(100% - min(10.6666666667vw, 80px));
  margin: auto;
}
@media screen and (min-width: 769px) {
  .knt-inner {
    max-width: min(83.3333333333vw, 1000px);
  }
}

@media screen and (min-width: 769px) {
  .knt-form-btns {
    display: flex;
    justify-content: space-between;
  }
}
.knt-form-btns li {
  font-size: min(5.0666666667vw, 3.8rem);
}
@media screen and (min-width: 769px) {
  .knt-form-btns li {
    width: 48.4%;
    font-size: clamp(1.25rem, 2vw, 2.4rem);
  }
}
.knt-form-btns li:first-child {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-form-btns li:first-child {
    margin-bottom: 0;
  }
}
.knt-form-btns li a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(21.3333333333vw, 160px);
  border-radius: min(2.6666666667vw, 20px);
  background: #222;
  border: #222 2px solid;
  color: #fff;
  position: relative;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .knt-form-btns li a {
    height: min(7.5vw, 90px);
    border-radius: min(0.8333333333vw, 10px);
  }
}
.knt-form-btns li a::after {
  content: "";
  display: block;
  width: min(5.3333333333vw, 40px);
  aspect-ratio: 1/1;
  background: url(../assets/images/arrow.svg) center center no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-form-btns li a::after {
    width: min(2.5vw, 30px);
  }
}
.knt-form-btns li a:hover {
  background: #fff;
  color: #222;
  opacity: 1;
}
.knt-form-btns li a:hover::after {
  background: url(../assets/images/arrow-hv.svg) center center no-repeat;
  background-size: 100% auto;
}

.knt-ttl {
  text-align: center;
  font-size: min(9.6vw, 7.2rem);
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .knt-ttl {
    font-size: clamp(3.125rem, 4.5vw, 5.4rem);
    padding-bottom: min(4.6666666667vw, 56px);
  }
}
@media screen and (min-width: 769px) {
  .knt-ttl br {
    display: none;
  }
}

.knt-mv {
  background: url(../assets/images/mbg-sp.webp) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: min(8vw, 60px);
  padding-bottom: min(10.6666666667vw, 80px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .knt-mv {
    background: url(../assets/images/mbg.webp) center center no-repeat;
    background-size: cover;
    padding-top: min(4.6666666667vw, 56px);
    padding-bottom: min(5vw, 60px);
  }
}
.knt-mv h1 {
  position: relative;
  text-align: center;
  font-size: min(13.3333333333vw, 10rem);
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-mv h1 {
    font-size: clamp(4.625rem, 6.5vw, 7.8rem);
    margin-bottom: min(0.9166666667vw, 11px);
  }
}
.knt-mv h1 span {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .knt-mv h1 span {
    font-size: clamp(5.125rem, 7.1666666667vw, 8.6rem);
  }
}
@media screen and (min-width: 769px) {
  .knt-mv h1 br {
    display: none;
  }
}
.knt-mv h1 img {
  display: block;
  width: min(74.6666666667vw, 560px);
  margin: 0 auto min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .knt-mv h1 img {
    width: min(59.75vw, 717px);
    margin-bottom: min(0.25vw, 3px);
  }
}
.knt-mv h2 {
  text-align: center;
  font-size: min(6.1333333333vw, 4.6rem);
  font-weight: 700;
  line-height: 1.45em;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-mv h2 {
    font-size: clamp(1.875rem, 2.8333333333vw, 3.4rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.knt-list {
  background: #fff;
  padding: min(5.3333333333vw, 40px);
  text-align: left;
  margin-bottom: min(5.8666666667vw, 44px);
}
@media screen and (min-width: 769px) {
  .knt-list {
    display: inline-block;
    padding: min(1.25vw, 15px) min(2.5vw, 30px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.knt-list li {
  position: relative;
  padding-left: min(5.3333333333vw, 40px);
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (min-width: 769px) {
  .knt-list li {
    font-size: clamp(1.125rem, 1.8333333333vw, 2.2rem);
    line-height: 1.63em;
    padding-left: min(1.6666666667vw, 20px);
  }
}
.knt-list li::before {
  content: "";
  display: block;
  width: min(2.6666666667vw, 20px);
  height: min(2.6666666667vw, 20px);
  border-radius: 50%;
  background: #64BDD4;
  position: absolute;
  top: min(3.0666666667vw, 23px);
  left: 0;
}
@media screen and (min-width: 769px) {
  .knt-list li::before {
    width: min(0.8333333333vw, 10px);
    height: min(0.8333333333vw, 10px);
    top: min(1.0833333333vw, 13px);
  }
}

.knt-lead {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .knt-lead {
    text-align: center;
    margin-bottom: min(5vw, 60px);
  }
}
.knt-lead p {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 700;
  line-height: 1.875em;
}
@media screen and (min-width: 769px) {
  .knt-lead p {
    font-size: clamp(1.125rem, 1.8333333333vw, 2.2rem);
  }
}
.knt-lead::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 353/162;
  background: url(../assets/images/star-sp.webp) center center no-repeat;
  background-size: 100% auto;
  margin-top: min(8vw, 60px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-lead::after {
    width: min(17.5833333333vw, 211px);
    aspect-ratio: 422/567;
    background: url(../assets/images/star.webp) center center no-repeat;
    background-size: 100% auto;
    margin: 0;
    position: absolute;
    right: min(-5.8333333333vw, -70px);
    bottom: 2em;
  }
}

.knt-about {
  background: #fff;
  position: relative;
  padding-top: min(24.8vw, 186px);
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knt-about {
    padding-top: min(12.0833333333vw, 145px);
    padding-bottom: min(9.1666666667vw, 110px);
  }
}
.knt-about::before {
  content: "";
  display: block;
  width: min(69.3333333333vw, 520px);
  aspect-ratio: 8/1;
  background: url(../assets/images/next-y.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .knt-about::before {
    width: min(33.3333333333vw, 400px);
  }
}
@media screen and (min-width: 769px) {
  .knt-about .knt-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.knt-about h2 {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .knt-about h2 {
    width: 100%;
    margin-bottom: min(2.5vw, 30px);
  }
  .knt-about h2 img {
    display: block;
    width: min(32.3333333333vw, 388px);
    margin: auto;
  }
}
.knt-about h3 {
  font-size: min(6.4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.45em;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .knt-about h3 {
    text-align: center;
    width: 100%;
    font-size: clamp(1.25rem, 2vw, 2.4rem);
    font-weight: 700;
    margin-bottom: min(4.8333333333vw, 58px);
  }
}
.knt-about .txt {
  padding-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-about .txt {
    width: 57.5%;
    padding-bottom: 0;
  }
}
.knt-about p {
  font-size: min(4.8vw, 3.6rem);
  font-weight: 400;
  line-height: 1.875em;
}
@media screen and (min-width: 769px) {
  .knt-about p {
    font-size: clamp(1rem, 1.6666666667vw, 2rem);
  }
}
.knt-about p.pb {
  padding-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .knt-about .fig {
    width: 38.5%;
  }
}
.knt-about .fig figure {
  margin-bottom: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .knt-about .fig figure {
    margin-bottom: min(2.5vw, 30px);
  }
}
.knt-about .fig figure img {
  display: block;
}
.knt-about .fig dl dt {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-about .fig dl dt {
    width: min(20.8333333333vw, 250px);
    margin: 0 auto min(1.6666666667vw, 20px);
  }
}
.knt-about .fig dl dt img {
  display: block;
}
.knt-about .fig dl dd {
  font-size: min(4.8vw, 3.6rem);
  line-height: 1.88em;
}
@media screen and (min-width: 769px) {
  .knt-about .fig dl dd {
    font-size: clamp(0.875rem, 1.5vw, 1.8rem);
    width: min(22.8333333333vw, 274px);
    margin: auto;
  }
}
.knt-about .fig dl dd a {
  display: block;
  font-weight: 700;
  color: #001BA0;
  text-decoration: underline;
  padding-right: min(6.1333333333vw, 46px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .knt-about .fig dl dd a {
    padding-right: min(2vw, 24px);
  }
}
.knt-about .fig dl dd a::after {
  content: "";
  width: min(3.7333333333vw, 28px);
  aspect-ratio: 1/1;
  background: url(../assets/images/blank.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .knt-about .fig dl dd a::after {
    width: min(1.1666666667vw, 14px);
  }
}
.knt-about .fig dl dd a:hover {
  text-decoration: none;
}

.knt-support {
  background: #B1DEEA;
  padding-top: min(21.8666666667vw, 164px);
  padding-bottom: min(21.3333333333vw, 160px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .knt-support {
    padding-top: min(9.0833333333vw, 109px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.knt-support::before {
  content: "";
  display: block;
  width: min(69.3333333333vw, 520px);
  aspect-ratio: 8/1;
  background: url(../assets/images/next-wh.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .knt-support::before {
    width: min(33.3333333333vw, 400px);
  }
}
.knt-support h3 {
  font-size: min(6.4vw, 4.8rem);
  font-weight: 700;
  padding-bottom: min(10.6666666667vw, 80px);
  line-height: 1.45em;
}
@media screen and (min-width: 769px) {
  .knt-support h3 {
    text-align: center;
    font-size: clamp(1.25rem, 2vw, 2.4rem);
    padding-bottom: min(3.3333333333vw, 40px);
  }
}
.knt-support .knt-sup-list {
  padding-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: min(3.3333333333vw, 40px);
  }
}
.knt-support .knt-sup-list .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: min(5.3333333333vw, 40px);
  border-radius: min(2.6666666667vw, 20px);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box {
    display: block;
    width: 17.6%;
    padding: min(2.5vw, 30px) min(1.6666666667vw, 20px);
    border-radius: min(0.8333333333vw, 10px);
    margin-bottom: 0;
  }
}
.knt-support .knt-sup-list .box:last-of-type {
  margin-bottom: 0;
}
.knt-support .knt-sup-list .box figure {
  display: block;
  width: min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box figure {
    width: 88%;
    margin: 0 auto min(1.6666666667vw, 20px);
  }
}
.knt-support .knt-sup-list .box figure img {
  display: block;
}
.knt-support .knt-sup-list .box .txt {
  width: calc(100% - min(32vw, 240px));
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box .txt {
    width: 100%;
  }
}
.knt-support .knt-sup-list .box h4 {
  font-size: min(4.8vw, 3.6rem);
  font-weight: 700;
  line-height: 1.44em;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box h4 {
    font-size: clamp(0.875rem, 1.5vw, 1.8rem);
    margin-bottom: min(1.1666666667vw, 14px);
    text-align: center;
  }
}
.knt-support .knt-sup-list .box h4 br {
  display: none;
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box h4 br {
    display: block;
  }
}
.knt-support .knt-sup-list .box p {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 400;
  line-height: 1.875em;
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-list .box p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-lead {
    text-align: center;
  }
}
.knt-support .knt-sup-lead p {
  font-size: min(6.4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .knt-support .knt-sup-lead p {
    font-size: clamp(1.25rem, 2vw, 2.4rem);
  }
}
.knt-support .knt-sup-lead p.pb {
  padding-bottom: 1em;
}

.knt-flow {
  background: #fff;
  padding-top: min(24.8vw, 186px);
  padding-bottom: min(24vw, 180px);
  position: relative;
}
.knt-flow::before {
  content: "";
  display: block;
  width: min(69.3333333333vw, 520px);
  aspect-ratio: 8/1;
  background: url(../assets/images/next-sky.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .knt-flow::before {
    width: min(33.3333333333vw, 400px);
  }
}
.knt-flow .list {
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knt-flow .list {
    display: flex;
    justify-content: space-between;
    padding-bottom: min(6.6666666667vw, 80px);
  }
}
.knt-flow .list .box {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-flow .list .box {
    width: 22.6%;
    margin-bottom: 0;
  }
}
.knt-flow .list .box:last-of-type {
  margin-bottom: 0;
}
.knt-flow .list .box:last-of-type figure::after {
  content: none;
}
.knt-flow .list .box figure {
  display: block;
  width: min(60.2666666667vw, 452px);
  margin: 0 auto min(3.7333333333vw, 28px);
}
@media screen and (min-width: 769px) {
  .knt-flow .list .box figure {
    width: 100%;
    margin: 0 0 min(1.6666666667vw, 20px);
    position: relative;
  }
  .knt-flow .list .box figure::after {
    content: "";
    display: block;
    width: 50%;
    height: min(0.5vw, 6px);
    background: #B1DEEA;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.knt-flow .list .box figure img {
  display: block;
}
.knt-flow .list .box h3 {
  text-align: center;
  font-size: min(5.3333333333vw, 4rem);
  font-weight: 700;
  margin-bottom: min(3.7333333333vw, 28px);
}
@media screen and (min-width: 769px) {
  .knt-flow .list .box h3 {
    font-size: clamp(1rem, 1.6666666667vw, 2rem);
    margin-bottom: min(1.1666666667vw, 14px);
  }
}
.knt-flow .list .box p {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 400;
  line-height: 1.875em;
}
@media screen and (min-width: 769px) {
  .knt-flow .list .box p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
  }
}

.knr-ex {
  background: #FFDF7F;
  padding-top: min(16vw, 120px);
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knr-ex {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.knr-ex .preparation {
  background: #fff;
  width: 100%;
  padding: min(5.3333333333vw, 40px);
  font-size: min(6.4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .knr-ex .preparation {
    text-align: center;
    padding: min(1.6666666667vw, 20px) 0;
    font-size: clamp(1.25rem, 2vw, 2.4rem);
  }
}

.knt-holder {
  background: #B1DEEA;
  padding-top: min(16vw, 120px);
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knt-holder {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.knt-holder .txt {
  background: #fff;
  padding: min(5.3333333333vw, 40px);
  margin-bottom: min(5.3333333333vw, 40px);
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .knt-holder .txt {
    text-align: center;
    padding: min(2vw, 24px) 0;
    margin-bottom: min(3.3333333333vw, 40px);
    border-radius: min(0.8333333333vw, 10px);
  }
}
.knt-holder .txt h3 {
  color: #001BA0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(6.4vw, 4.8rem);
  margin-bottom: min(4.8vw, 36px);
}
@media screen and (min-width: 769px) {
  .knt-holder .txt h3 {
    justify-content: center;
    font-size: clamp(1.25rem, 2vw, 2.4rem);
    margin-bottom: min(1.5vw, 18px);
  }
}
.knt-holder .txt h3 a {
  font-weight: 700;
  text-decoration: underline;
}
.knt-holder .txt h3::after {
  content: "";
  width: min(3.7333333333vw, 28px);
  aspect-ratio: 1/1;
  background: url(../assets/images/blank.svg) center center no-repeat;
  background-size: 100% auto;
  margin-left: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .knt-holder .txt h3::after {
    width: min(1.1666666667vw, 14px);
    margin-left: min(0.4166666667vw, 5px);
  }
}
.knt-holder .txt p {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 400;
  line-height: 1.875em;
}
@media screen and (min-width: 769px) {
  .knt-holder .txt p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
  }
}
.knt-holder .txt p br {
  display: none;
}
@media screen and (min-width: 769px) {
  .knt-holder .txt p br {
    display: block;
  }
}
.knt-holder .list {
  overflow: hidden;
  border: #000 1px solid;
  border-radius: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .knt-holder .list {
    border-radius: min(0.8333333333vw, 10px);
    display: flex;
  }
}
.knt-holder .list dl {
  text-align: center;
  border-bottom: #000 1px solid;
}
@media screen and (min-width: 769px) {
  .knt-holder .list dl {
    border-bottom: 0;
    width: 33.3333333333%;
    border-right: #000 1px solid;
  }
}
.knt-holder .list dl:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 769px) {
  .knt-holder .list dl:last-of-type {
    border-right: 0;
  }
}
.knt-holder .list dl dt, .knt-holder .list dl dd {
  font-weight: 700;
}
.knt-holder .list dl dt {
  background: #FFBF02;
  border-bottom: #000 1px solid;
  padding: min(2.6666666667vw, 20px) 0;
  font-size: min(4.2666666667vw, 3.2rem);
}
@media screen and (min-width: 769px) {
  .knt-holder .list dl dt {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
    padding: min(0.8333333333vw, 10px) 0;
  }
}
.knt-holder .list dl dd {
  background: #fff;
  padding: min(3.2vw, 24px);
  font-size: min(5.3333333333vw, 4rem);
}
@media screen and (min-width: 769px) {
  .knt-holder .list dl dd {
    font-size: clamp(1rem, 1.6666666667vw, 2rem);
    padding: min(0.9166666667vw, 11px) 0;
  }
}
.knt-holder .list dl dd b {
  font-size: min(6.9333333333vw, 5.2rem);
}
@media screen and (min-width: 769px) {
  .knt-holder .list dl dd b {
    font-size: clamp(1.375rem, 2.1666666667vw, 2.6rem);
  }
}

.knt-seminar {
  background: #fff;
  padding-top: min(16vw, 120px);
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knt-seminar {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.knt-seminar h2 {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-seminar h2 {
    margin-bottom: min(2.5vw, 30px);
  }
}
.knt-seminar h2 img {
  display: block;
}
.knt-seminar .txt {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-seminar .txt {
    margin-bottom: min(5vw, 60px);
  }
}
.knt-seminar .txt h3, .knt-seminar .txt p {
  font-size: min(4.8vw, 3.6rem);
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  .knt-seminar .txt h3, .knt-seminar .txt p {
    font-size: clamp(0.875rem, 1.5vw, 1.8rem);
  }
}
.knt-seminar .txt h3 {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .knt-seminar .knt-form-btns {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .knt-seminar .knt-form-btns li {
    width: 100%;
  }
}
.knt-seminar .knt-form-btns li a {
  background: #FFBF02;
  border: #FFBF02 2px solid;
  color: #222;
}
.knt-seminar .knt-form-btns li a:hover {
  background: #fff;
}

.knt-items {
  background: #FFDF7F;
  padding-top: min(16vw, 120px);
  padding-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .knt-items {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
@media screen and (min-width: 769px) {
  .knt-items .knt-bnrs {
    display: flex;
    justify-content: space-between;
  }
}
.knt-items .knt-bnrs li {
  margin-bottom: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .knt-items .knt-bnrs li {
    width: 24.4%;
    margin-bottom: 0;
  }
}

.knt-fee .knt-inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .knt-fee .knt-inner {
    width: calc(100% - min(10.6666666667vw, 80px));
    max-width: min(83.3333333333vw, 1000px);
  }
}
.knt-fee .lead {
  width: calc(100% - min(10.6666666667vw, 80px));
  margin: 0 auto min(12.2666666667vw, 92px);
}
@media screen and (min-width: 769px) {
  .knt-fee .lead {
    width: 100%;
    margin-bottom: min(3.0833333333vw, 37px);
    text-align: center;
  }
}
.knt-fee .lead p {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 400;
  line-height: 1.66em;
}
@media screen and (min-width: 769px) {
  .knt-fee .lead p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
  }
}
.knt-fee .table-wrap {
  width: 100%;
  padding-left: min(5.3333333333vw, 40px);
  margin-bottom: min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap {
    padding-left: 0;
    margin-bottom: min(7.75vw, 93px);
  }
}
.knt-fee .table-wrap .table {
  width: min(148.5333333333vw, 1114px);
  border-radius: min(2.6666666667vw, 20px);
  overflow: hidden;
  border: #000 1px solid;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table {
    width: 100%;
    border-radius: min(0.8333333333vw, 10px);
    margin-bottom: min(5vw, 60px);
  }
}
.knt-fee .table-wrap .table:nth-of-type(1) thead th {
  background: #FFBF02;
}
.knt-fee .table-wrap .table:nth-of-type(1) tbody td.cel {
  background: #FFF2CB;
}
.knt-fee .table-wrap .table:nth-of-type(2) thead th {
  background: #003399;
  color: #fff;
}
.knt-fee .table-wrap .table:nth-of-type(2) tbody td.cel {
  background: #E4EDFF;
}
.knt-fee .table-wrap .table:nth-of-type(3) thead th {
  background: #1992D4;
  color: #fff;
}
.knt-fee .table-wrap .table:nth-of-type(3) tbody td.cel {
  background: #DBEEF8;
}
.knt-fee .table-wrap .table:nth-of-type(4) thead th {
  background: #DF4356;
  color: #fff;
}
.knt-fee .table-wrap .table:nth-of-type(4) tbody td.cel {
  background: #FFE3E6;
}
.knt-fee .table-wrap .table table {
  width: 100%;
  table-layout: fixed;
}
.knt-fee .table-wrap .table table th, .knt-fee .table-wrap .table table td {
  vertical-align: middle;
}
.knt-fee .table-wrap .table table thead th {
  text-align: center;
  padding: min(2.6666666667vw, 20px) 0;
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 700;
  border-bottom: #000 1px solid;
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table table thead th {
    font-size: clamp(0.75rem, 1.3333333333vw, 1.6rem);
    padding: min(0.8333333333vw, 10px) 0;
  }
}
.knt-fee .table-wrap .table table thead th:nth-of-type(1) {
  border-right: #000 1px solid;
}
.knt-fee .table-wrap .table table tbody th, .knt-fee .table-wrap .table table tbody td {
  padding: min(4vw, 30px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table table tbody th, .knt-fee .table-wrap .table table tbody td {
    padding: min(1vw, 12px);
    text-align: center;
  }
}
.knt-fee .table-wrap .table table tbody th {
  background: #fff;
  border-right: #000 1px solid;
}
.knt-fee .table-wrap .table table tbody td {
  border-bottom: #000 1px solid;
  font-size: min(4.2666666667vw, 3.2rem);
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table table tbody td {
    font-size: clamp(0.875rem, 1.5vw, 1.8rem);
  }
}
.knt-fee .table-wrap .table table tbody td.cel {
  border-right: #000 1px solid;
}
.knt-fee .table-wrap .table table tbody td a {
  display: inline-block;
  padding-right: min(6.4vw, 48px);
  position: relative;
  text-decoration: underline;
  color: #001BA0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table table tbody td a {
    padding-right: min(2vw, 24px);
  }
}
.knt-fee .table-wrap .table table tbody td a::after {
  content: "";
  width: min(3.7333333333vw, 28px);
  aspect-ratio: 1/1;
  background: url(../assets/images/blank.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .knt-fee .table-wrap .table table tbody td a::after {
    width: min(1.1666666667vw, 14px);
  }
}
.knt-fee .table-wrap .table table tbody td a:hover {
  text-decoration: none;
}
.knt-fee .table-wrap .table table tbody tr:last-of-type td {
  border-bottom: 0;
}
.knt-fee .knt-fee-btm {
  width: calc(100% - min(10.6666666667vw, 80px));
  margin: auto;
}
@media screen and (min-width: 769px) {
  .knt-fee .knt-fee-btm {
    width: 100%;
  }
}
.knt-fee .knt-fee-btm picture {
  display: block;
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .knt-fee .knt-fee-btm picture {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
/*# sourceMappingURL=style.css.map */