@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-noto-dl, .flow-content .flow-section .flow-section__content p, .footer-head-content .footer-sub, .footer-address .footer-address__office {
  font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ff-noto-r, .case-search .label, .top-news .top-news-item__text, .top-feature-wrap .top-feature-item, .top-understand-list .top-service .top-service__text, .feature-item, .footer-service dd ul {
  font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-noto-m, .main-image .main-image__text, body {
  font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-noto-b, .experience-section .experience-section-layout .experience-section-item .experience-section__lede, .footer-address .footer-address__sitename, .footer-nav-list, .header-nav-list, .header-primal .header-primal-list > li {
  font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-noto-bl, .kh-point-other .kh-point-other__list li, .kh-point-layout__title, .kh-point .kh-point__lede, .kh-point .kh-point__title, .kh-benefits .kh-benefits__title, .kh-function .kh-function__list li, .kh-function .kh-function__title, .kh-service-intro .kh-service-intro__text, .kh-service-intro .kh-service-intro__title, .contact-form-container .contact-form-note .contact-form-note__list, .contact-form-container .contact-form-note .contact-form-note__title, .dk-experience-tab li a, .top-news .top-news__title, .top-feature-wrap .top-feature-item .feature-item__title, .benefits-content-item__lede, .benefits-content-item__title, .experience-nav li a, .experience-section .experience-section__title, .understand-list li p, .service-setion .service-setion__title, .title-lv1-ja, .footer-contact .footer-contact__time strong {
  font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ff-en, .kh-intro .kh-intro-dl .kh-intro-dl__per, .kh-intro .kh-intro-dl .kh-intro-dl__num, .kh-benefits .kh-point .kh-point__title::before, .kh-benefits .kh-benefits__en, .kh-function .kh-function__en, .top-news .top-news__title span, .catch .catch__en, .flow-content .flow-section::before, .flow-list li::before, .benefits-content-item .benefits-content-pic::before, .experience-nav li a::before, .experience-section .experience-section-layout .experience-section-after::after, .experience-section .experience-section__title::before, .experience-layout .experience-section .experience-section__title::before, .understand-list li .understand-list__no, .service-setion .service-setion__en, .title-lv1-en, .footer__en, .footer-contact .footer-contact__tel, .header-main .header-site-name {
  font-family: YakuHanJP, "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-en-r, .top-understand-list .top-service .top-service__en {
  font-family: YakuHanJP, "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: #081738;
}
body.static-page {
  padding-top: 130px;
}
@media screen and (max-width: 699px) {
  body.static-page {
    padding-top: 62px;
  }
  body.static-page.open-global {
    padding-top: 0;
  }
}

/* リンク色 */
a {
  text-decoration: none;
  color: #081738;
}

a:hover, a:active {
  text-decoration: none;
  color: #081738;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header {
  height: 1%;
}

.clearfix, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .layout-container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #fff;
  width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 100;
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}
.header.open-global {
  position: static;
}
@media screen and (min-width: 699px) {
  .header {
    min-width: 1360px;
  }
}
@media screen and (max-width: 699px) {
  .header {
    padding-bottom: 15px;
  }
}

.header-primal {
  background: #F7F7F7;
}
.header-primal .header-primal-layout {
  padding: 8px 20px 8px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.header-primal .header-primal-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-primal .header-primal-list > li {
  position: relative;
  margin-left: 30px;
  font-size: 0.88rem;
}
.header-primal .header-primal-list .header-primal__drop {
  background: #F7F7F7;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 0;
  list-style: none;
  position: absolute;
  text-align: center;
}
.header-primal .header-primal-list .header-primal__drop li {
  margin-bottom: 10px;
}
.header-primal .header-primal__series {
  background: url(../img/common/header/primal/ico--down.svg) right 4px no-repeat;
  padding-right: 15px;
}
.header-primal .header-primal__login {
  background: url(../img/common/header/primal/ico--login.svg) right 4px no-repeat;
  padding-right: 20px;
}
@media screen and (max-width: 699px) {
  .header-primal {
    display: none;
  }
}

/* ヘッダーメイン部分 */
.header-main .header-site-name {
  line-height: 1;
  font-size: 1.5rem;
}
.header-main .header-site-name span {
  padding-right: 5px;
  font-size: 1.75rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 699px) {
  .header-main {
    width: 100%;
    padding: 15px 40px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-main .header-site-name {
    width: 205px !important;
    display: block;
  }
  .header-main .header-btn {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .header-main {
    padding: 15px 20px;
  }
  .header-main .header-btn {
    background: url(../img/common/header/btn--menu.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.header-nav-list {
  list-style: none;
}
@media screen and (min-width: 699px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-nav-list li {
    margin-left: 2.8vw;
  }
  .header-nav-list li:nth-child(1) {
    margin-left: 0;
  }
  .header-nav-list li.header-nav__dl {
    margin-left: 4.1vw;
  }
  .header-nav-list li.header-nav__contact {
    margin-left: 0.8vw;
  }
}
@media screen and (max-width: 699px) {
  .header-nav-list {
    display: none;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  margin-top: 5px;
  float: left;
  line-height: 1px;
}

/*
	フッターの指定
*/
.footer-action {
  background: url(../img/common/item/feature/bgi--01.webp) center center no-repeat;
  padding: 65px 0;
}
@media screen and (min-width: 699px) {
  .footer-action .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-download {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 76px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-download dt {
  background: url(../img/common/item/action/dl/ico--title.svg) center top no-repeat;
  padding-top: 90px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.44rem;
}
.footer-download dd {
  color: #6F6F6F;
}
.footer-download dd p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}
.footer-download .footer-download__btn {
  background: #E60F3D url(../img/common/item/action/dl/ico--dl.svg) right 35px center no-repeat;
  border-radius: 40px;
  padding: 15px 10px 15px 0;
  display: block;
  text-align: center;
  letter-spacing: 0.48px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-weight: bold;
  font-size: 1.44rem;
  color: #fff;
}
.footer-download .footer-download__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 699px) {
  .footer-download {
    width: 590px;
  }
}
@media screen and (max-width: 699px) {
  .footer-download {
    padding: 30px 20px;
    margin-bottom: 5px;
    text-align: left;
  }
  .footer-download dt {
    background: url(../img/common/item/action/dl/ico--title.svg) left top no-repeat;
    padding-top: 75px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.25rem;
  }
  .footer-download .footer-download__btn {
    background: #E60F3D url(../img/common/item/action/dl/ico--dl.svg) right 25px center no-repeat;
    background-size: 22px auto;
    padding-left: 25px;
    text-align: left;
    font-weight: normal;
    font-size: 0.75rem;
  }
}

.footer-contact {
  background: #fff;
  border-radius: 10px;
  padding: 60px 40px 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  .footer-contact__link{
  	background: url(../img/common/item/action/contact/ico--link.svg) left center no-repeat;
  	padding-left: 40px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	width: fit-content;
  	display: block;
  	margin: 0 auto;
  	letter-spacing: .48px;
  	transition-duration: .4s;
  	font-weight: bold;
  	font-size: .93rem;
  	&:hover{
  		opacity: .7;
  	}
  }
  */
}
.footer-contact dt {
  background: url(../img/common/item/action/contact/ico--title.svg) center top no-repeat;
  padding-top: 60px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.44rem;
}
.footer-contact dd {
  color: #6F6F6F;
}
.footer-contact dd p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.footer-contact .footer-contact__tel {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 3rem;
}
.footer-contact .footer-contact__time {
  margin-bottom: 30px;
}
.footer-contact .footer-contact__time span {
  background: #001738;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
}
.footer-contact .footer-contact__time strong {
  line-height: 1;
  font-size: 1.5rem;
  color: #001738;
}
.footer-contact .footer-contact__link {
  background: #E60F3D url(../img/common/item/action/contact/ico--btn.svg) right 25px center no-repeat;
  padding: 5px 95px 5px 105px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  letter-spacing: 0.48px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-weight: bold;
  font-size: 1.94rem;
  color: #fff;
}
.footer-contact .footer-contact__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 699px) {
  .footer-contact {
    width: 590px;
    /* 先行公開対応 */
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .footer-contact {
    padding: 30px 20px;
    margin-bottom: 5px;
    text-align: left;
  }
  .footer-contact dt {
    background: url(../img/common/item/action/contact/ico--title.svg) left top no-repeat;
    padding-top: 75px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.25rem;
  }
  .footer-contact .footer-download__btn {
    background: #E60F3D url(../img/common/item/action/dl/ico--dl.svg) right 25px center no-repeat;
    background-size: 22px auto;
    padding-left: 25px;
    text-align: left;
    font-weight: normal;
    font-size: 0.75rem;
  }
  .footer-contact .footer-contact__link {
    background: #E60F3D url(../img/common/item/action/contact/ico--btn.svg) right 15px center no-repeat;
    padding: 5px 0;
    width: auto;
    text-align: center;
    font-size: 1.25rem;
  }
  .footer-contact .footer-contact__tel {
    font-size: 10vw;
  }
  .footer-contact .footer-contact__time {
    text-align: center;
  }
  .footer-contact .footer-contact__time span {
    font-size: 0.75rem;
  }
  .footer-contact .footer-contact__time strong {
    font-size: 0.88rem;
  }
}

/* フッター外枠 */
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#4E63E7), to(#001DD3));
  background: linear-gradient(180deg, #4E63E7 0%, #001DD3 100%);
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
}
footer .layout-container {
  padding: 150px 0 10px;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 699px) {
  footer .layout-container {
    padding: 50px 20px 50px;
  }
}

/* フッター　会社情報 */
.footer__en {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

@media screen and (min-width: 699px) {
  .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 699px) {
  .footer-head .footer__en {
    text-align: center;
  }
}

.footer-nav-list {
  list-style: none;
  font-size: 0.81rem;
}
.footer-nav-list li a {
  color: #fff;
}
.footer-nav-list li.header-nav__dl a {
  background: #fff;
  padding: 10px 17px;
  border-radius: 30px;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #081738;
}
.footer-nav-list li.header-nav__contact a {
  background: none;
  padding: 10px 17px;
  border-radius: 30px;
  display: block;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .footer-nav-list {
    width: 877px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav-list li.header-nav__dl {
    margin-left: 26px;
  }
  .footer-nav-list li.header-nav__contact {
    margin-left: 12px;
  }
}
@media screen and (max-width: 699px) {
  .footer-nav-list {
    display: none;
  }
}

.footer-address .footer-address__sitename {
  margin-bottom: 3px;
  letter-spacing: 1.2px;
  font-size: 1.49rem;
}
.footer-address .footer-address__text {
  margin-bottom: 20px;
  letter-spacing: 0.28px;
  line-height: 1.75;
  font-weight: normal;
  font-size: 0.88rem;
}
.footer-address .footer-address__office {
  margin-bottom: 25px;
  letter-spacing: 0.28px;
  line-height: 1.54;
  font-size: 0.91rem;
}
@media screen and (max-width: 699px) {
  .footer-address .footer-address__sitename {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.06rem;
  }
  .footer-address .footer-address__office:last-child {
    margin-bottom: 70px;
  }
}

address {
  font-style: normal;
}

.footer-head-content {
  position: relative;
}
.footer-head-content .footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  list-style: none;
}
.footer-head-content .footer-sub li {
  font-size: 0.75rem;
}
@media screen and (min-width: 699px) {
  .footer-head-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-head-content .footer-address {
    margin-right: 100px;
  }
  .footer-head-content .footer-sub {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}
@media screen and (max-width: 699px) {
  .footer-head-content .footer-sub {
    display: none;
  }
}

.footer-service dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1rem;
}
.footer-service dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.footer-service dd ul li {
  width: 90px;
}
.footer-service dd ul li a {
  text-align: center;
  display: block;
  font-size: 0.81rem;
  color: #fff;
}
.footer-service dd ul li a img {
  display: block;
}
@media screen and (min-width: 699px) {
  .footer-service {
    width: 530px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 699px) {
  .footer-service dt {
    text-align: center;
  }
  .footer-service dd ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .footer-service dd ul li {
    width: 90px;
  }
  .footer-service dd ul li a {
    text-align: center;
    display: block;
    font-size: 0.81rem;
    color: #fff;
  }
  .footer-service dd ul li a img {
    display: block;
  }
}

/* コピーライト */
.copy {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #E0EFFF;
  width: 100%;
  padding: 15px;
  margin-bottom: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.global-nav .close-btn {
  background: url(../img/common/header/btn--close.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -999px;
  overflow: hidden;
}
.global-nav .global-nav-head {
  margin-bottom: 55px;
}

.global-list {
  margin-bottom: 40px;
  list-style: none;
}
.global-list > li {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 6px;
}
.global-list > li > a {
  display: block;
  padding: 14px 18px;
  font-weight: bold;
  font-size: 1rem;
}
.global-list > li > a.drop {
  position: relative;
}
.global-list > li > a.drop::before {
  content: " ";
  background: url(../img/common/header/ico--drop.svg) right top no-repeat;
  width: 23px;
  height: 11px;
  display: block;
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
}
.global-list > li.active > a.drop {
  border-bottom: 1px solid #CDDDEE;
}
.global-list > li.active > a.drop::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.global-list-child {
  list-style: none;
  padding: 0 6px 0 14px;
  display: none;
}
.global-list-child li a {
  background: url(../img/common/header/ico--child.svg) right 15px center no-repeat;
  border-bottom: 1px solid #E5EDF4;
  padding: 13px 28px 13px 22px;
  display: block;
}

.global-btn {
  list-style: none;
}
.global-btn li {
  margin-bottom: 23px;
}

.global-btn__dl a {
  background: #fff;
  width: auto;
  padding: 20px 0;
  display: block;
  position: relative;
  border: 4px solid #0E63C4;
  border-radius: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E63C4;
}
.global-btn__dl a::before {
  content: " ";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 59px;
  height: 85px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.global-btn__contact a {
  background: #0E63C4;
  width: auto;
  padding: 20px 0;
  display: block;
  border-radius: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.global-sub {
  list-style: none;
}
.global-sub li {
  display: inline-block;
  margin-right: 20px;
}
.global-sub li a {
  font-size: 0.75rem;
  color: #0E63C4;
}

.kh-body .global-btn__dl a::before {
  background-image: url(../img/kh/index/main/ico--dl.webp);
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #83300E;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #83300E;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  position: fixed;
  top: 13px;
  left: 40px;
  line-height: 1;
  z-index: 2;
  font-size: 0.81rem;
  color: #0E63C4;
}

/* 見出し */
.title-lv1-en {
  font-size: 0.88rem;
  color: #E5005A;
}
@media screen and (max-width: 699px) {
  .title-lv1-en {
    font-size: 0.75rem;
  }
}

.title-lv1-ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .title-lv1-ja {
    font-size: 1.5rem;
  }
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #83300E;
  margin-bottom: 5px;
  color: #83300E;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #83300E;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #83300E;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail, .top-news .top-news-btn {
  background: #0E63C4 url(../img/common/item/mark/ico--link-arrow-white.svg) right 18px center no-repeat;
  width: 300px;
  padding: 23px 0;
  border-radius: 60px;
  border: 1px solid #0E63C4;
  display: block;
  line-height: 1;
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: #fff;
}
.btn-detail.center, .top-news .center.top-news-btn {
  margin-left: auto;
  margin-right: auto;
}
.btn-detail:hover, .top-news .top-news-btn:hover {
  background: #fff url(../img/common/item/mark/ico--link-arrow.svg) right 18px center no-repeat;
  color: #0E63C4;
}

.btn-header-dl, .kh-nav .kh-nav-main .kh-nav__contact a, .header-nav-list li.header-nav__contact a {
  background: #0E63C4;
  padding: 10px 17px;
  border-radius: 30px;
  border: 1px solid #0E63C4;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.32px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: #fff;
}
.btn-header-dl:hover, .kh-nav .kh-nav-main .kh-nav__contact a:hover, .header-nav-list li.header-nav__contact a:hover {
  background: #fff;
  color: #0E63C4;
}

.btn-header-contact, .kh-nav .kh-nav-main .kh-nav__dl a, .header-nav-list li.header-nav__dl a {
  background: #fff;
  padding: 10px 17px;
  border-radius: 30px;
  display: block;
  border: 1px solid #B3C1CF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.32px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-header-contact:hover, .kh-nav .kh-nav-main .kh-nav__dl a:hover, .header-nav-list li.header-nav__dl a:hover {
  background: #0E63C4;
  color: #fff;
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.btn--main {
  background: #83300E;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #83300E;
  text-decoration: none;
  color: #83300E;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #83300E;
}
.pagination a {
  border: 1px solid #83300E;
}
.pagination a:hover {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}
.pagination .current {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.main-catch {
  background: #E0EFFF;
  padding: 15px 20px 37px;
  color: #233447;
}
.main-catch .topic-path {
  padding-left: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 0.75rem;
}
.main-catch .topic-path a {
  text-decoration: underline;
  color: #B3C1CF;
}
.main-catch .topic-path strong {
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .main-catch .topic-path {
    padding-left: 0;
  }
}

.main-image__btn {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-image__btn li {
  margin-right: 30px;
}
.main-image__btn li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-image__btn .main-image__contact {
  background: #0E63C4;
  width: 280px;
  padding: 20px 0;
  display: block;
  border-radius: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.main-image__btn .main-image__dl {
  background: #fff;
  width: 373px;
  padding: 20px 0 20px 30px;
  display: block;
  border: 4px solid #0E63C4;
  position: relative;
  border-radius: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E63C4;
}
.main-image__btn .main-image__dl::before {
  content: " ";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 77px;
  height: 105px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
}
@media screen and (max-width: 699px) {
  .main-image__btn {
    display: block;
    margin: 0 8px;
  }
  .main-image__btn li:nth-child(1) {
    display: none;
  }
  .main-image__btn .main-image__dl {
    background: #0E63C4 url(../img/kh/index/main/btn--dl-sp.svg) 57px center no-repeat;
    background-size: calc(100% - 78px);
    width: 100%;
    padding: 0 0 0 57px;
    height: 73px;
    display: block;
    border: 4px solid #0E63C4;
    text-indent: -9999px;
  }
  .main-image__btn .main-image__dl::before {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 59px;
    height: 85px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
  }
}

.main-image {
  background-color: #fff !important;
  padding: 55px 0 84px 65px;
  border-radius: 20px;
  text-align: left;
}
.main-image .main-image__lede {
  margin-bottom: 35px;
}
.main-image .main-image__text {
  margin-bottom: 60px;
  line-height: 1.58;
  font-size: 1.19rem;
}
@media screen and (max-width: 699px) {
  .main-image {
    aspect-ratio: 356/715;
    padding: 25px 10px 0 28px;
  }
  .main-image .main-image__lede {
    margin-bottom: 15px;
  }
  .main-image .main-image__text {
    margin-bottom: 30px;
    font-size: 0.81rem;
  }
}

.service-setion .service-setion__en {
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.88rem;
  color: #E5005A;
}
@media screen and (max-width: 699px) {
  .service-setion .service-setion__en {
    font-size: 0.75rem;
  }
}
.service-setion .service-setion__title {
  text-align: center;
  line-height: 1.25;
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .service-setion .service-setion__title {
    font-size: 1.5rem;
  }
}

.understand {
  background: url(../img/common/item/understand/bgi--section.webp) center center no-repeat;
  background-size: cover;
  padding: 95px 0 1px;
}
.understand .understand__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .understand {
    padding-top: 45px;
  }
  .understand .understand__title {
    margin-bottom: 40px;
  }
}

.understand-list {
  margin-bottom: 108px;
  list-style: none;
}
.understand-list li {
  background: rgba(255, 255, 255, 0.4);
  padding: 35px 20px 12px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.understand-list li .understand-list__no {
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  font-size: 2.88rem;
}
.understand-list li:nth-child(1) .understand-list__no {
  color: #E5005A;
}
.understand-list li:nth-child(2) .understand-list__no {
  color: #0096D1;
}
.understand-list li:nth-child(3) .understand-list__no {
  color: #F4C900;
}
.understand-list li p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .understand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .understand-list li {
    width: 384px;
  }
  .understand-list li img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .understand-list {
    margin-bottom: 70px;
  }
  .understand-list li {
    margin-bottom: 30px;
  }
  .understand-list li:last-child {
    margin-bottom: 0;
  }
  .understand-list li .understand-list__no {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
  .understand-list li p {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.experience {
  padding: 95px 0 120px;
}
.experience .experience__en {
  margin-bottom: 20px;
}
.experience .experience__title {
  margin-bottom: 130px;
}

.experience-layout {
  position: relative;
  counter-reset: number 0;
}
.experience-layout .experience-section:last-child .experience-section-layout {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.experience-layout .experience-section .experience-section__title::before {
  counter-increment: number 1;
  content: "0" counter(number);
}
@media screen and (min-width: 699px) {
  .experience-layout {
    padding-left: 360px;
  }
}

.experience-section .experience-section__title {
  padding-left: 100px;
  margin-bottom: 33px;
  position: relative;
  line-height: 1.5;
  font-size: 1.94rem;
}
.experience-section .experience-section__title::before {
  background: url(../img/common/item/experience/bgi--no.svg) right calc(50% + 3px) no-repeat;
  display: block;
  width: 75px;
  line-height: 0.8;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 3rem;
}
.experience-section .experience-section-layout {
  padding-bottom: 65px;
  margin-bottom: 70px;
  border-bottom: 1px solid #C7C7C7;
}
.experience-section .experience-section-layout .experience-section-item img {
  display: block;
  margin-bottom: 25px;
}
.experience-section .experience-section-layout .experience-section-item p {
  padding-left: 15px;
  padding-right: 15px;
}
.experience-section .experience-section-layout .experience-section-item .experience-section__lede {
  margin-bottom: 10px;
  line-height: 1.37;
  font-size: 1.5rem;
}
.experience-section .experience-section-layout .experience-section-after {
  position: relative;
  padding-top: 1.5rem;
}
.experience-section .experience-section-layout .experience-section-after::after {
  content: "After";
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.7em;
  left: 0;
  font-size: 1.5rem;
  color: #FF4998;
}
.experience-section .experience-section-layout .experience-section-after.notitle::after {
  content: none;
}
@media screen and (min-width: 699px) {
  .experience-section .experience-section-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .experience-section .experience-section-layout .experience-section-item {
    width: 397px;
  }
  .experience-section .experience-section-layout .experience-section-before {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .experience-section .experience-section__title {
    padding-left: 60px;
    margin-bottom: 33px;
    font-size: 1.38rem;
  }
  .experience-section .experience-section__title::before {
    width: 45px;
    line-height: 0.8;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 2rem;
  }
  .experience-section .experience-section-layout .experience-section-item {
    margin-bottom: 40px;
  }
  .experience-section .experience-section-layout .experience-section-item .experience-section__lede {
    font-size: 1.25rem;
  }
}

.experience-nav {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 30px;
  border-radius: 16px;
  counter-reset: number 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
.experience-nav li {
  margin-bottom: 29px;
}
.experience-nav li:last-child {
  margin-bottom: 0;
}
.experience-nav li a {
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.93rem;
  color: #EEB5CB;
}
.experience-nav li a::before {
  counter-increment: number 1;
  content: "0" counter(number);
  background: #EEB5CB;
  display: block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.13rem;
  color: #fff;
}
.experience-nav li a::after {
  content: " ";
  background: #EEB5CB;
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: -29px;
  left: 18px;
}
.experience-nav li.active a {
  color: #FF4998;
}
.experience-nav li.active a::before {
  background: #E5005A;
}
.experience-nav li.active a::after {
  background: #E5005A;
}
.experience-nav li:last-child a::after {
  bottom: auto;
  top: -29px;
}
.experience-nav.experience-nav--sc li a {
  color: #E4D9A7;
}
.experience-nav.experience-nav--sc li a::before {
  background: #E4D9A7;
}
.experience-nav.experience-nav--sc li a::after {
  background: #E4D9A7;
}
.experience-nav.experience-nav--sc li.active a {
  color: #F4C900;
}
.experience-nav.experience-nav--sc li.active a::before {
  background: #F4C900;
}
.experience-nav.experience-nav--sc li.active a::after {
  background: #F4C900;
}
.experience-nav.experience-nav--dk li a {
  color: #90E094;
}
.experience-nav.experience-nav--dk li a::before {
  background: #90E094;
}
.experience-nav.experience-nav--dk li a::after {
  background: #90E094;
}
.experience-nav.experience-nav--dk li.active a {
  color: #00DD28;
}
.experience-nav.experience-nav--dk li.active a::before {
  background: #00DD28;
}
.experience-nav.experience-nav--dk li.active a::after {
  background: #00DD28;
}
@media screen and (max-width: 699px) {
  .experience-nav {
    display: none;
  }
}

.benefits {
  padding-top: 95px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.benefits .layout-container {
  position: relative;
  z-index: 2;
}
.benefits .benefits__en {
  text-align: left;
  color: #fff;
}
.benefits .benefits__title {
  margin-bottom: 35px;
  text-align: left;
}
.benefits .benefits__intro {
  margin-bottom: 150px;
}
@media screen and (max-width: 699px) {
  .benefits {
    padding-top: 60px;
    overflow: visible;
  }
  .benefits .benefits__en {
    margin-bottom: 15px;
  }
  .benefits .benefits__intro {
    margin-bottom: 40px;
  }
}

.benefits__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/kh/index/benefit/bgi--01.svg) 0 0/auto repeat;
  will-change: transform;
}
@media screen and (max-width: 699px) {
  .benefits__bg {
    display: none;
  }
}

.benefits__panel {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 720px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 292px;
  height: 460px;
  border-radius: 32px;
  background: #3f56d8;
  pointer-events: none;
}
@media screen and (max-width: 699px) {
  .benefits__panel {
    display: none;
  }
}

.is-after .benefits__panel {
  bottom: 100px;
}

.is-pin .benefits__panel {
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 292px;
  height: 460px;
  border-radius: 32px;
  background: #4153C9;
  pointer-events: none;
}

/* pin中の重ね表示モード */
.benefits.is-pin .benefits-content-wrap {
  position: relative;
  margin-top: 0; /* 見出しの下に既に来ているはずなので基本0でOK */
  height: clamp(120px, 60vh, 760px); /* ★固定中の表示枠 */
}
.benefits.is-pin .benefits-content-item {
  position: absolute;
  inset: 0;
  margin-bottom: 0 !important;
  opacity: 0;
  pointer-events: none;
}
.benefits.is-pin .benefits-content-layout::before {
  display: none !important;
}

/* pin終了後：04だけ通常フローで残す */
.benefits.is-after {
  /* 01〜03は消す（display:none） */
  /* 04だけ通常表示に戻す */
}
.benefits.is-after .benefits-content-wrap {
  height: auto; /* ★固定した高さを解除してOK */
}
.benefits.is-after .benefits-content-item {
  display: none;
}
.benefits.is-after .benefits-content-item:last-child {
  display: block;
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
  margin-bottom: 0; /* ここは好みで。通常の250px欲しければ消してOK */
}

@media screen and (min-width: 699px) {
  .benefits-content-wrap .benefits-content-item.benefits-content-item--02 .benefits-content-layout, .benefits-content-wrap .benefits-content-item.benefits-content-item--04 .benefits-content-layout {
    padding-left: 452px;
  }
  .benefits-content-wrap .benefits-content-item.benefits-content-item--02 .benefits-content-layout .benefits-content-content, .benefits-content-wrap .benefits-content-item.benefits-content-item--04 .benefits-content-layout .benefits-content-content {
    width: 364px;
    margin-left: 84px;
  }
  .benefits-content-wrap .benefits-content-item.benefits-content-item--01 .benefits-content-layout, .benefits-content-wrap .benefits-content-item.benefits-content-item--03 .benefits-content-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 452px;
  }
  .benefits-content-wrap .benefits-content-item.benefits-content-item--01 .benefits-content-layout .benefits-content-content, .benefits-content-wrap .benefits-content-item.benefits-content-item--03 .benefits-content-layout .benefits-content-content {
    width: 364px;
    margin-right: 84px;
  }
}
@media screen and (max-width: 699px) {
  .benefits-content-wrap {
    display: none;
  }
}

.benefits-content-item {
  margin-bottom: 250px;
  position: relative;
}
.benefits-content-item:last-child {
  margin-bottom: 0;
}
.benefits-content-item .benefits-content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.benefits-content-item .benefits-content-pic {
  width: 292px;
  height: 460px;
  position: relative;
}
.benefits-content-item .benefits-content-pic::before {
  position: absolute;
  top: -60px;
  left: 77px;
  line-height: 1;
  text-align: center;
  font-size: 7.63rem;
  color: #F3F9FE;
}
@media screen and (max-width: 699px) {
  .benefits-content-item .benefits-content-pic {
    width: 100%;
    height: 100%;
    aspect-ratio: 73/115;
    position: relative;
  }
  .benefits-content-item .benefits-content-pic::before {
    width: 100%;
    padding-right: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -60px;
    left: 0;
  }
}

@media screen and (max-width: 699px) {
  .benefits-content-content {
    padding: 80px 40px;
    position: relative;
  }
  .benefits-content-content::after {
    content: " ";
    background: rgba(65, 83, 201, 0.87);
    backdrop-filter: blur(8.25px);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.benefits-content-item__title {
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 1.26;
  font-size: 1.9rem;
  position: relative;
}
.benefits-content-item__title::before {
  content: " ";
  background: #DEE2E6;
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.benefits-content-item__lede {
  margin-bottom: 20px;
  line-height: 1.75;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .benefits-content-item__lede {
    font-size: 1.13rem;
  }
}

.sp-benefits {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-benefits .benefits-pic {
  padding: 80px 40px;
  position: relative;
  text-align: left;
}
.sp-benefits .benefits-pic::after {
  content: " ";
  backdrop-filter: blur(8.25px);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sp-benefits .benefits-content-content {
  padding: 80px 40px;
  position: relative;
  text-align: left;
}
.sp-benefits .benefits-content-content::after {
  content: " ";
  background: rgba(65, 83, 201, 0.87);
  backdrop-filter: blur(8.25px);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 699px) {
  .sp-benefits {
    display: none;
  }
}

@media (max-width: 768px) {
  /* stickyが効くための“縦の余白”を作る */
  .sp-benefits {
    list-style: none;
    margin: 0;
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* ここ重要：sticky中に次が上がってくる余地 */
    padding-bottom: 0vh;
  }
  .sp-benefits > li {
    position: sticky;
    top: 72px; /* ヘッダーがあるならその分下げる */
  }
  /* 画像がカードっぽく見えるように（任意） */
  .benefits-pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .benefits-content-content {
    padding: 16px;
  }
}
/* 番号 */
.benefits-content-item--01 .benefits-content-pic::before {
  content: "01";
}

.benefits-content-item--02 .benefits-content-pic::before {
  content: "02";
  left: 70px;
}
@media screen and (max-width: 699px) {
  .benefits-content-item--02 .benefits-content-pic::before {
    left: auto;
  }
}

.benefits-content-item--03 .benefits-content-pic::before {
  content: "03";
  left: 60px;
}
@media screen and (max-width: 699px) {
  .benefits-content-item--03 .benefits-content-pic::before {
    left: auto;
  }
}

.benefits-content-item--04 .benefits-content-pic::before {
  content: "04";
  left: 60px;
}
@media screen and (max-width: 699px) {
  .benefits-content-item--04 .benefits-content-pic::before {
    left: auto;
  }
}

.uservoice {
  background: #F2F5FC;
  padding: 70px 0;
}
.uservoice .uservoice__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 699px) {
  .uservoice {
    padding: 60px 0 20px;
  }
  .uservoice .uservoice__title {
    margin-bottom: 40px;
  }
}

.uservoice-slide {
  width: 1050px;
  margin: 0 auto 130px;
  list-style: none;
}
.uservoice-slide .slick-track > li {
  width: 340px;
  margin-right: 16px;
  border: 1px solid #B3C1CF;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.uservoice-slide .slick-track > li .uservoice-slide__pic {
  border-radius: 8px 8px 0 0;
}
.uservoice-slide .slick-track > li dl {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  font-weight: bold;
}
.uservoice-slide .slick-track > li dl dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  font-size: 0.88rem;
  color: #0E63C4;
}
.uservoice-slide .slick-track > li dl dd ul {
  list-style: none;
}
.uservoice-slide .slick-track > li dl dd ul li {
  padding: 10px 0;
  border-bottom: 1px solid #B3C1CF;
  line-height: 1.5;
  color: #7B7B7B;
}
.uservoice-slide .slick-track > li dl dd ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.uservoice-slide .slick-track > li dl dd ul li p {
  color: #233447;
}
.uservoice-slide .slick-prev, .uservoice-slide .slick-next {
  width: 40px;
  height: 40px;
}
.uservoice-slide .slick-prev::before, .uservoice-slide .slick-next::before {
  content: " ";
  width: 40px;
  height: 40px;
  display: block;
}
.uservoice-slide .slick-prev {
  bottom: -90px;
  left: calc(50% - 60px);
  top: auto;
}
.uservoice-slide .slick-prev::before {
  background: url(../img/kh/index/voice/ico--prev.svg) left top no-repeat;
}
.uservoice-slide .slick-next {
  bottom: -90px;
  right: calc(50% - 60px);
  top: auto;
}
.uservoice-slide .slick-next::before {
  background: url(../img/kh/index/voice/ico--next.svg) left top no-repeat;
}
@media screen and (max-width: 699px) {
  .uservoice-slide {
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 120px;
  }
  .uservoice-slide .slick-track > li {
    width: 90%;
    margin: 0 16px;
  }
}

.feature {
  background: url(../img/common/item/feature/bgi--01.webp) center center no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}
.feature .feature__title {
  margin-bottom: 25px;
}
.feature .feature__text {
  margin-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .feature {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .feature .feature__text {
    text-align: left;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 699px) {
  .feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (max-width: 699px) {
  .feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 4%;
  }
}

.feature-item {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 25px 28px;
  line-height: 1.5;
  font-size: 1rem;
}
.feature-item .feature-item__pic {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-item .feature-item__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .feature-item {
    width: 290px;
  }
}
@media screen and (max-width: 699px) {
  .feature-item {
    width: 48%;
    padding: 15px 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature-item .feature-item__title {
    font-size: 0.94rem;
  }
  .feature-item .feature-item__pic {
    height: 80px;
  }
  .feature-item .feature-item__pic img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .feature-item p {
    display: none;
  }
}

.faq {
  padding: 80px 0 45px;
}
.faq .faq__title {
  margin-bottom: 40px;
}
.faq .faq__text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .faq {
    padding-top: 50px;
  }
  .faq .faq__title {
    margin-bottom: 20px;
  }
  .faq .faq__text {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 699px) {
  .faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-wrap > div {
    width: 588px;
  }
}

.faq-item {
  margin-bottom: 25px;
  border-radius: 15px;
}
.faq-item dt {
  background: url(../img/common/item/faq/ico--q.svg) left 32px center no-repeat;
  padding-right: 60px;
  padding-left: 96px;
  min-height: 120px;
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1.75;
  font-weight: bold;
}
.faq-item dt::before {
  content: " ";
  background: url(../img/common/item/faq/ico--arrow.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
}
.faq-item dd {
  background: url(../img/common/item/faq/ico--a.svg) left 32px top 12px no-repeat;
  padding: 0 20px 20px 96px;
  display: none;
}
.faq-item.active {
  background-color: #E0EFFF;
}
.faq-item.active dt {
  background: url(../img/common/item/faq/ico--q.svg) left 32px center no-repeat;
}
.faq-item.active dt::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item.active dd {
  display: block;
}
@media screen and (max-width: 699px) {
  .faq-item {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .faq-item dt {
    background: url(../img/common/item/faq/ico--q.svg) left 12px no-repeat;
    background-size: 24px auto;
    padding: 10px 30px 10px 35px;
    min-height: auto;
    font-size: 1rem;
  }
  .faq-item dt::before {
    padding-right: 0;
  }
  .faq-item dt.active {
    background: url(../img/common/item/faq/ico--q.svg) left 12px no-repeat;
    background-size: 24px auto;
  }
}

.flow .faq__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .flow .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow .flow-header .faq__en, .flow .flow-header .faq__title {
    text-align: left;
  }
  .flow .flow-header .faq__title {
    margin-bottom: 20px;
  }
  .flow .flow-content {
    width: 682px;
  }
}

.flow-list {
  list-style: none;
  counter-reset: number 0;
}
.flow-list li {
  padding-left: 54px;
  padding-top: 8px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.93rem;
  color: #ABC3DD;
}
.flow-list li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  background: #ABC3DD;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  font-size: 1.06rem;
  color: #fff;
}
.flow-list li.active {
  color: #0E63C4;
}
.flow-list li.active::before {
  background: #0E63C4;
}
.flow-list li.active::after {
  content: " ";
  background: #0E63C4;
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: -30px;
}
.flow-list li:last-child.active::after {
  height: 20px;
  bottom: auto;
  top: -20px;
}
@media screen and (max-width: 699px) {
  .flow-list {
    display: none;
  }
}

.flow-section-wrap {
  padding-bottom: 80px;
}
@media screen and (min-width: 699px) {
  .flow-section-wrap {
    height: 650px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 699px) {
  .flow-section-wrap {
    padding-top: 60px;
    height: 80vh;
    overflow-y: scroll;
  }
}

.flow-content {
  position: relative;
  counter-reset: number 0;
}
.flow-content::before {
  content: " ";
  background: url(../img/common/item/flow/pic--layer-content.svg) left bottom no-repeat;
  width: 100%;
  height: 113px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flow-content .flow-section {
  margin-left: 35px;
  margin-bottom: 30px;
  border: 1px solid #B3C1CF;
  border-radius: 8px;
  padding: 25px 40px;
  position: relative;
}
.flow-content .flow-section::before {
  counter-increment: number 1;
  content: "0" counter(number);
  background: #0E63C4;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 66px;
  font-size: 2rem;
  color: #fff;
}
.flow-content .flow-section .flow-section__title {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #0E63C4;
}
.flow-content .flow-section .flow-section__content {
  width: calc(100% - 102px);
}
.flow-content .flow-section .flow-section__content p {
  line-height: 1.53;
  font-size: 0.88rem;
}
.flow-content .flow-section .flow-section-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow-content .flow-section .flow-section-layout .flow-section__pic {
  width: 80px;
  margin-right: 32px;
}
@media screen and (min-width: 699px) {
  .flow-content .flow-section:last-child {
    margin-bottom: 460px;
  }
}
@media screen and (max-width: 699px) {
  .flow-content .flow-section {
    padding: 40px 20px 20px;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .flow-content .flow-section::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.56rem;
    top: 0px;
    left: 50%;
  }
  .flow-content .flow-section .flow-section-layout .flow-section__pic {
    margin-right: 24px;
  }
}

.catch {
  background: #fff;
  border-radius: 20px;
  padding: 88px 103px 90px;
  text-align: left;
}
.catch .catch__en {
  margin-bottom: 17px;
  line-height: 1;
  font-size: 0.88rem;
  color: #4E63E7;
}
.catch .catch__ja {
  line-height: 1;
  font-size: 2.06rem;
}
@media screen and (max-width: 699px) {
  .catch {
    padding: 40px 20px;
  }
  .catch .catch__ja {
    line-height: 1;
    font-size: 1.5rem;
  }
}

/* サービス別 */
/* トップ */
.top-body .main-catch {
  background: #E0EFFF;
}
.top-body .main-image {
  background: url(../img/top/main/bgi--pc.svg) right center no-repeat;
  height: 577px;
  padding: 70px 67px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-body .main-image__btn .main-image__contact {
  background: #0E63C4;
}
.top-body .main-image__btn .main-image__dl {
  border-color: #0E63C4;
  color: #0E63C4;
}
.top-body .main-image__btn .main-image__dl::before {
  background-image: url(../img/top/main/ico--dl.webp);
}
.top-body .benefits {
  background: #FF4998;
}
@media screen and (min-width: 699px) {
  .top-body .main-image {
    background-size: auto 100%;
  }
  .top-body .main-image .main-image__lede {
    width: 46.4%;
  }
}
@media screen and (max-width: 699px) {
  .top-body .main-image {
    background: url(../img/top/main/bgi--sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 356/715;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .top-body .main-image__text {
    margin-bottom: 30px;
  }
  .top-body .main-image__btn {
    margin-right: 28px;
  }
  .top-body .main-image__btn li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .top-body .main-image__btn li:nth-child(2) {
    background: url(../img/kh/index/main/pic--text.svg) center top no-repeat;
    padding-top: 20px;
  }
}

.top-main-copy {
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.5rem;
}
.top-main-copy span {
  line-height: 1.2;
  font-size: 4.19rem;
}
@media screen and (max-width: 699px) {
  .top-main-copy {
    margin-bottom: 20px;
    font-size: 8vw;
  }
  .top-main-copy span {
    font-size: 13vw;
  }
}

.top-understand {
  padding-bottom: 86px;
}
@media screen and (min-width: 699px) {
  .top-understand .understand__text {
    width: 700px;
    margin: 0 auto 80px;
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .top-understand .understand__text {
    margin-bottom: 40px;
  }
}

.top-understand-list {
  list-style: none;
}
.top-understand-list .top-service {
  background-size: auto, cover !important;
  border-radius: 8px;
  padding: 35px 25px;
  aspect-ratio: 33/28;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-understand-list .top-service a {
  color: #fff;
}
.top-understand-list .top-service .top-service__title {
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1.6px;
  font-size: 1.25rem;
}
.top-understand-list .top-service .top-service__en {
  margin-bottom: 40px;
  font-size: 0.69rem;
}
.top-understand-list .top-service .top-service__lede {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: bold;
}
.top-understand-list .top-service .top-service__text {
  font-size: 0.93rem;
}
.top-understand-list .top-service .top-service__link {
  background: url(../img/top/understand/ico--arrow.svg) right center no-repeat;
  padding-right: 30px;
  position: absolute;
  right: 40px;
  bottom: 35px;
  font-size: 1rem;
}
.top-understand-list .top-service-01 {
  background: url(../img/top/understand/ico--01.svg) 40px 20px no-repeat, url(../img/top/understand/pic--01.webp) center center no-repeat;
  aspect-ratio: 299/255;
}
.top-understand-list .top-service-02 {
  background: url(../img/top/understand/ico--02.svg) 20px 20px no-repeat, url(../img/top/understand/pic--02.webp) center center no-repeat;
}
.top-understand-list .top-service-03 {
  background: url(../img/top/understand/ico--03.svg) 20px 20px no-repeat, url(../img/top/understand/pic--03.webp) center center no-repeat;
}
.top-understand-list .top-service-04 {
  background: url(../img/top/understand/ico--04.svg) 20px 20px no-repeat, url(../img/top/understand/pic--04.webp) center center no-repeat;
}
@media screen and (min-width: 699px) {
  .top-understand-list {
    height: 510px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 4px 1fr 4px 1fr;
    grid-template-columns: 2fr 1fr 1fr; /* 左大 + 右2列 */
    -ms-grid-rows: 1fr 4px 1fr;
    grid-template-rows: 1fr 1fr; /* 2段構成 */
    gap: 4px;
  }
  .top-understand-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-understand-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-understand-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .top-understand-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top-understand-list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-understand-list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .top-understand-list .top-service-01 {
    padding: 45px 60px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .top-understand-list .top-service-01 .top-service__title {
    font-size: 1.56rem;
  }
  .top-understand-list .top-service-02 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .top-understand-list .top-service-04 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .top-understand-list .top-service-03 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 699px) {
  .top-understand-list .top-service {
    margin-bottom: 40px;
  }
}

.top-feature-wrap .top-feature-item {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 1rem;
}
.top-feature-wrap .top-feature-item .feature-item__pic {
  display: block;
  margin-bottom: 20px;
}
.top-feature-wrap .top-feature-item .feature-item__title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .top-feature-wrap {
    width: 1134px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-feature-wrap .top-feature-item {
    width: 314px;
  }
}
@media screen and (max-width: 699px) {
  .top-feature-wrap .top-feature-item {
    margin-bottom: 60px;
  }
  .top-feature-wrap .top-feature-item .feature-item__pic {
    width: 100%;
  }
  .top-feature-wrap .top-feature-item .feature-item__pic img {
    width: 100%;
  }
}

.top-news {
  padding: 70px 0 60px;
}
.top-news .top-news__title {
  margin-bottom: 40px;
  border-bottom: 1px solid #DBDAD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 40px;
  font-size: 2.5rem;
}
.top-news .top-news__title span {
  padding-left: 40px;
  font-size: 0.88rem;
  color: #E5005A;
}
.top-news .top-news-layout {
  margin-bottom: 40px;
}
.top-news .top-news-item {
  border-bottom: 1px solid #DBDAD1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.top-news .top-news-item__title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.top-news .top-news-item__text {
  line-height: 1.56;
  font-size: 1rem;
}
.top-news .top-news-item__date {
  display: block;
  font-size: 0.88rem;
}
.top-news .top-news-item__category {
  font-size: 0.88rem;
  color: #1069C1;
}
.top-news .top-news-btn {
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .top-news .top-news-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-news .top-news-container {
    width: 840px;
    padding-top: 30px;
  }
  .top-news .top-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-news .top-news-item .top-news-item-pic {
    width: 180px;
    margin-right: 24px;
  }
  .top-news .top-news-item .top-news-item-head {
    width: 136px;
    margin-right: 24px;
  }
  .top-news .top-news-category {
    padding-left: 40px;
    list-style: none;
  }
  .top-news .top-news-category li {
    margin-bottom: 10px;
  }
  .top-news .top-news-category li a {
    padding: 10px 20px;
    border-radius: 50px;
  }
  .top-news .top-news-category li a:hover, .top-news .top-news-category li a.active {
    background: #0E63C4;
    color: #fff;
  }
}
@media screen and (max-width: 699px) {
  .top-news .top-news__title {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .top-news .top-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-news .top-news-item .top-news-item__title {
    font-size: 1.25rem;
  }
  .top-news .top-news-item .top-news-item-pic {
    width: 48%;
    margin-bottom: 20px;
  }
  .top-news .top-news-item .top-news-item-head {
    width: 48%;
    margin-bottom: 20px;
  }
}

/* 支払管理 */
.sk-body .main-catch {
  background: #FFEDF4;
}
.sk-body .main-image {
  background: url(../img/sk/index/main/bgi--pc.webp) right center no-repeat;
}
.sk-body .main-image__btn .main-image__contact {
  background: #E55489;
}
.sk-body .main-image__btn .main-image__dl {
  border-color: #E55489;
  color: #E55489;
}
.sk-body .main-image__btn .main-image__dl::before {
  background-image: url(../img/sk/index/main/ico--dl.webp);
}
.sk-body .main-image__btn li:nth-child(3) {
  background: #DCFF62;
  border-radius: 50%;
  position: absolute;
  right: 32px;
  bottom: 6vw;
}
.sk-body .benefits {
  background: #FF4998;
}
@media screen and (min-width: 699px) {
  .sk-body .main-image {
    background-size: 39% auto;
  }
  .sk-body .main-image .main-image__lede {
    /*
    width: 46.4%;
    */
  }
}
@media screen and (max-width: 699px) {
  .sk-body .main-image {
    background: url(../img/sk/index/main/bgi--sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 356/715;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sk-body .main-image__btn {
    margin-right: 28px;
  }
  .sk-body .main-image__btn li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sk-body .main-image__btn li:nth-child(2) {
    background: url(../img/kh/index/main/pic--text.svg) center top no-repeat;
    padding-top: 20px;
  }
}

.sk-main-copy {
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -6%;
  font-weight: bold;
  font-size: 3.38rem;
}
.sk-main-copy .l {
  letter-spacing: 0;
  font-size: 5.19rem;
}
.sk-main-copy .l span {
  font-size: 3.25rem;
}
@media screen and (max-width: 699px) {
  .sk-main-copy {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .sk-main-copy .l {
    font-size: 3.2rem;
  }
}

.sk-understand {
  background: #FFF8FB;
}
.sk-understand .understand-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .sk-understand .understand__title {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sk-understand .understand-list li {
    padding-bottom: 210px;
    position: relative;
  }
  .sk-understand .understand-list li .understand-list__pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
  }
  .sk-understand .understand-list li .understand-list__pic img {
    width: auto;
    height: 188px;
  }
}

.sk-experience {
  background: #FFEDF4;
}

.sk-benefits .benefits__panel {
  background: #E30060;
}
@media screen and (max-width: 699px) {
  .sk-benefits .benefits__panel {
    display: none;
  }
}
.sk-benefits .benefits-content-item:last-child .benefits-content-pic {
  background: url(../img/sk/index/benefit/bgi--pic.svg) left top no-repeat;
}
@media screen and (min-width: 699px) {
  .sk-benefits .benefits-content-item .benefits-content-pic::after {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
  }
  .sk-benefits .benefits-content-item--01 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sk/index/benefit/pic--01.webp);
    width: 415px;
    height: 364px;
    bottom: -25px;
    left: calc(50% - 207px);
  }
  .sk-benefits .benefits-content-item--02 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sk/index/benefit/pic--02.webp);
    width: 362px;
    height: 275px;
    bottom: 72px;
    left: calc(50% - 181px);
  }
  .sk-benefits .benefits-content-item--03 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sk/index/benefit/pic--03.webp);
    width: 388px;
    height: 398px;
    bottom: 0;
    left: calc(50% - 194px);
  }
}
.sp-benefits-sk .benefits-pic::after {
  background: rgba(255, 73, 152, 0.8);
}
.sp-benefits-sk .benefits-content-content::after {
  background: rgba(229, 84, 137, 0.87);
}

/* 支払調書 */
.sc-body .main-catch {
  background: #FBEAD6;
}
.sc-body .main-image {
  background: url(../img/sc/index/main/bgi--pc.webp) right center no-repeat;
}
.sc-body .main-image__btn .main-image__contact {
  background: #E67C03;
}
.sc-body .main-image__btn .main-image__dl {
  border-color: #FC9C1C;
  color: #E67C03;
}
.sc-body .main-image__btn .main-image__dl::before {
  background-image: url(../img/sc/index/main/ico--dl.webp);
}
@media screen and (min-width: 699px) {
  .sc-body .main-image {
    background-size: 39% auto;
  }
  .sc-body .main-image .main-image__lede {
    /*
    width: 46.4%;
    */
  }
}
@media screen and (max-width: 699px) {
  .sc-body .main-image {
    background: url(../img/sk/index/main/bgi--sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 356/715;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sc-body .main-image__btn {
    margin-right: 28px;
  }
  .sc-body .main-image__btn li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sc-body .main-image__btn li:nth-child(2) {
    background: url(../img/kh/index/main/pic--text.svg) center top no-repeat;
    padding-top: 20px;
  }
}

.sc-main-copy {
  margin-bottom: 40px;
  line-height: 1.15;
  letter-spacing: -6%;
  font-weight: bold;
  font-size: 2.81rem;
}
.sc-main-copy .xl {
  letter-spacing: -7px;
  font-size: 5.69rem;
}
.sc-main-copy .xl span {
  font-size: 4.25rem;
}
.sc-main-copy .l {
  letter-spacing: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 699px) {
  .sc-main-copy {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .sc-main-copy .xl {
    letter-spacing: -7px;
    font-size: 3rem;
  }
  .sc-main-copy .xl span {
    font-size: 1.75rem;
  }
  .sc-main-copy .l {
    font-size: 2.5rem;
  }
}

.sc-understand {
  background: #FFF6EC;
}
.sc-understand .understand-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .sc-understand .understand-list li {
    padding-bottom: 270px;
    position: relative;
  }
  .sc-understand .understand-list li .understand-list__pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .sc-understand .understand-list li .understand-list__pic img {
    width: auto;
    height: 270px;
  }
}

.sc-experience {
  background: #FBEAD6;
}
.sc-experience .experience-section .experience-section-layout .experience-section-after::after {
  color: #F4C900;
}
.sc-experience .experience-nav {
  color: #000;
}

.sc-benefits {
  background: #F4C900;
  color: #081738;
}
.sc-benefits .benefits__en {
  color: #081738;
}
.sc-benefits .benefits-content-item__title::before {
  background: #081738;
}
.sc-benefits .benefits-content-item__text {
  color: #081738;
}
.sc-benefits .benefits__panel {
  background: #FFE571;
}
@media screen and (max-width: 699px) {
  .sc-benefits .benefits__panel {
    display: none;
  }
}
.sc-benefits .benefits-content-item:last-child .benefits-content-pic {
  background: url(../img/sc/index/benefit/bgi--pic.svg) left top no-repeat;
}
@media screen and (min-width: 699px) {
  .sc-benefits .benefits-content-item .benefits-content-pic::after {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
  }
  .sc-benefits .benefits-content-item--01 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sc/index/benefit/pic--01.webp);
    width: 419px;
    height: 328px;
    bottom: 60px;
    left: calc(50% - 210px);
  }
  .sc-benefits .benefits-content-item--02 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sc/index/benefit/pic--02.webp);
    width: 344px;
    height: 323px;
    bottom: 62px;
    left: calc(50% - 172px);
  }
  .sc-benefits .benefits-content-item--03 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/sc/index/benefit/pic--03.webp);
    width: 364px;
    height: 320px;
    bottom: 40px;
    left: calc(50% - 182px);
  }
}
.sp-benefits-sc .benefits-pic::after {
  background: rgba(244, 201, 0, 0.8);
}
.sp-benefits-sc .benefits-content-content::after {
  background: rgba(255, 229, 113, 0.87);
}

/* 電債管理 */
.dk-body .main-catch {
  background: #E1EDD0;
}
.dk-body .main-image {
  background: url(../img/dk/index/main/bgi--pc.webp) right center no-repeat;
}
.dk-body .main-image__btn .main-image__contact {
  background: #65AD00;
}
.dk-body .main-image__btn .main-image__dl {
  border-color: #65AD00;
  color: #5A9804;
}
.dk-body .main-image__btn .main-image__dl::before {
  background-image: url(../img/dk/index/main/ico--dl.webp);
}
@media screen and (min-width: 699px) {
  .dk-body .main-image {
    background-size: 39% auto;
  }
  .dk-body .main-image .main-image__lede {
    /*
    width: 46.4%;
    */
  }
}
@media screen and (max-width: 699px) {
  .dk-body .main-image {
    background: url(../img/dk/index/main/bgi--sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 356/715;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dk-body .main-image__btn {
    margin-right: 28px;
  }
  .dk-body .main-image__btn li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dk-body .main-image__btn li:nth-child(2) {
    background: url(../img/kh/index/main/pic--text.svg) center top no-repeat;
    padding-top: 20px;
  }
}

.dk-main-copy {
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -6%;
  font-weight: bold;
  font-size: 2.69rem;
}
.dk-main-copy .l {
  letter-spacing: -2px;
  font-size: 4.94rem;
}
.dk-main-copy .l span {
  font-size: 4rem;
}
.dk-main-copy .m {
  font-size: 3.38rem;
}
@media screen and (max-width: 699px) {
  .dk-main-copy {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .dk-main-copy .l {
    letter-spacing: -2px;
    font-size: 3.2rem;
  }
  .dk-main-copy .l span {
    font-size: 2.8rem;
  }
  .dk-main-copy .m {
    font-size: 2.2rem;
  }
}

.dk-understand {
  background: #F5FBEC;
}
.dk-understand .understand-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .dk-understand .understand-list li {
    padding-bottom: 270px;
    position: relative;
  }
  .dk-understand .understand-list li .understand-list__pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .dk-understand .understand-list li .understand-list__pic img {
    width: auto;
    height: 220px;
  }
}

.dk-experience-tab {
  margin-bottom: 90px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dk-experience-tab li {
  width: 49%;
  position: relative;
}
.dk-experience-tab li span {
  display: block;
  position: absolute;
  line-height: 1;
  top: -30px;
  left: 10px;
  font-size: 1.38rem;
  color: #00DD28;
}
.dk-experience-tab li a {
  background: #fff;
  padding: 20px 0;
  display: block;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.38rem;
  color: #00DD28;
}
.dk-experience-tab li a:hover, .dk-experience-tab li a.active {
  background: #00DD28;
  color: #fff;
}
.dk-experience-tab li a:hover::before, .dk-experience-tab li a.active::before {
  content: " ";
  background: url(../img/dk/index/experience/ico-balloon.svg) center bottom no-repeat;
  display: block;
  width: 27px;
  height: 19px;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 13px);
}
@media screen and (max-width: 699px) {
  .dk-experience-tab li span {
    font-size: 1rem;
  }
  .dk-experience-tab li a {
    padding: 10px;
    font-size: 0.88em;
  }
}

.dk-ex-section {
  display: none;
}
.dk-ex-section.active {
  display: block;
}
.dk-ex-section .experience-section-layout {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dk-ex-section .experience-section-layout .dk-ex-note {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 0.93rem;
  color: #00AE09;
}

.dk-experience {
  background: #DAE7CA;
}
.dk-experience .experience-section .experience-section-layout .experience-section-after::after {
  color: #00DD28;
}
.dk-experience .experience-nav {
  color: #000;
}

.dk-benefits {
  background: #00AE09;
}
.dk-benefits .benefits__panel {
  background: #00DD28;
}
@media screen and (max-width: 699px) {
  .dk-benefits .benefits__panel {
    display: none;
  }
}
.dk-benefits .benefits-content-item:last-child .benefits-content-pic {
  background: url(../img/dk/index/benefit/bgi--pic.svg) left top no-repeat;
}
@media screen and (min-width: 699px) {
  .dk-benefits .benefits-content-item .benefits-content-pic::after {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
  }
  .dk-benefits .benefits-content-item--01 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/dk/index/benefit/pic--01.webp);
    width: 437px;
    height: 278px;
    bottom: 65px;
    left: calc(50% - 218px);
  }
  .dk-benefits .benefits-content-item--02 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/dk/index/benefit/pic--02.webp);
    width: 328px;
    height: 354px;
    bottom: 22px;
    left: calc(50% - 164px);
  }
  .dk-benefits .benefits-content-item--03 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/dk/index/benefit/pic--03.webp);
    width: 266px;
    height: 388px;
    bottom: 0;
    left: calc(50% - 133px);
  }
}
.sp-benefits-dk .benefits-pic::after {
  background: rgba(0, 174, 9, 0.8);
}
.sp-benefits-dk .benefits-content-content::after {
  background: rgba(101, 173, 0, 0.87);
}

.case-list-wrap {
  background: #E0EFFF;
  padding: 50px 0 60px;
}

.case-slide {
  background: url(../img/case/bgi--slide.svg) center center no-repeat;
  background-size: auto 100%;
  padding: 63px 0;
  list-style: none;
}
.case-slide li {
  text-align: left;
  font-weight: bold;
}
.case-slide li a {
  display: block;
  text-decoration: none;
}
.case-slide li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 40/27;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case-slide li .case-list-box {
  padding: 25px 0;
  border-radius: 0 0 8px 8px;
}
.case-slide li .case-list__name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  font-size: 0.88rem;
  color: #0E63C4;
}
.case-slide li .case-list__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  line-height: 1.33;
  font-size: 1.88rem;
}
.case-slide li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  color: #7B7B7B;
}
.case-slide li dl.case-list__purpose dt {
  width: 3em;
}
.case-slide li dl.case-list__purpose dd {
  width: calc(100% - 4em);
}
.case-slide li dl.case-list__service {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.case-slide li dl.case-list__service dt {
  width: 5em;
}
.case-slide li dl.case-list__service dd {
  width: calc(100% - 5em);
}
.case-slide .slick-next {
  width: 40px;
  height: 40px;
  top: calc(50% - 0px);
  right: calc(50% - 580px);
}
.case-slide .slick-next::before {
  content: " ";
  background: url(../img/case/btn--next.svg) right top no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.case-slide .slick-next:hover {
  opacity: 1;
}
.case-slide .slick-prev {
  width: 40px;
  height: 40px;
  top: calc(50% - 0px);
  left: calc(50% - 580px);
  z-index: 2;
}
.case-slide .slick-prev::before {
  content: " ";
  background: url(../img/case/btn--prev.svg) right top no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.case-slide .slick-prev:hover {
  opacity: 1;
}
@media screen and (min-width: 699px) {
  .case-slide li {
    width: 1050px;
    margin: 0 37px;
  }
  .case-slide li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .case-slide li a img {
    width: 45.7%;
  }
  .case-slide li a .case-list-box {
    width: 48.7%;
  }
}
@media screen and (max-width: 699px) {
  .case-slide li {
    margin: 0 20px;
  }
  .case-slide li .case-list-box {
    padding: 25px 0;
    border-radius: 0 0 8px 8px;
  }
  .case-slide li .case-list__title {
    font-size: 1.13rem;
  }
  .case-slide li dl {
    font-size: 0.88rem;
  }
  .case-slide .slick-next {
    width: 20px;
    height: 20px;
    top: 25%;
    right: 10%;
  }
  .case-slide .slick-next:hover {
    opacity: 1;
  }
  .case-slide .slick-prev {
    width: 20px;
    height: 20px;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .case-slide .slick-prev:hover {
    opacity: 1;
  }
}

.case-list {
  list-style: none;
}
.case-list li {
  font-weight: bold;
}
.case-list li a {
  display: block;
  text-decoration: none;
  border: 1px solid #B3C1CF;
  border-radius: 8px;
}
.case-list li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 121/59;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.case-list li .case-list-box {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 8px 8px;
}
.case-list li .case-list__name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  font-size: 0.88rem;
  color: #0E63C4;
}
.case-list li .case-list__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  line-height: 1.5;
  font-size: 1rem;
}
.case-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  color: #7B7B7B;
}
.case-list li dl.case-list__purpose dt {
  width: 4em;
}
.case-list li dl.case-list__purpose dd {
  width: calc(100% - 5em);
}
.case-list li dl.case-list__service {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.case-list li dl.case-list__service dt {
  width: 6em;
}
@media screen and (min-width: 699px) {
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px 52px;
  }
  .case-list li {
    width: 365px;
  }
}
@media screen and (max-width: 699px) {
  .case-list li {
    margin-bottom: 40px;
  }
}

.case-search {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
}
.case-search .case-search__title {
  background: url(../img/case/ico--search-title.svg) left 30px center no-repeat;
  padding-left: 65px;
  cursor: pointer;
  position: relative;
  line-height: 72px;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
}
.case-search .case-search__title::before {
  content: " ";
  background: url(../img/case/ico--search-toggle.svg) right top no-repeat;
  width: 31px;
  height: 12px;
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}
.case-search.active .case-search__title.active {
  border-bottom: 1px solid #E2E2E2;
}
.case-search.active .case-search__title.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case-search.active .case-search-form {
  display: block;
}
.case-search .case-search-form {
  padding: 25px 60px;
  display: none;
}
.case-search dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.case-search dl:last-child {
  margin-bottom: 0;
}
.case-search dl dt {
  width: 6em;
  font-weight: bold;
  font-size: 1.38rem;
}
.case-search dl dd {
  width: calc(100% - 6em);
}
.case-search dl dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.case-search .check-box {
  display: none;
}
.case-search .label {
  background: url(../img/case/ico--nocheck.svg) left 16px center no-repeat;
  display: inline-block;
  padding: 18px 16px 18px 48px;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  color: #333;
}
.case-search .check-box:checked + .label {
  background: url(../img/case/ico--checked.svg) left 16px center no-repeat;
  border-color: #0E63C4;
  font-weight: bold;
  color: #0E63C4;
}
@media screen and (max-width: 699px) {
  .case-search .case-search__title {
    background: url(../img/case/ico--search-title.svg) left 20px center no-repeat;
    background-size: 16px auto;
    padding-left: 50px;
    cursor: pointer;
    position: relative;
    line-height: 52px;
    font-size: 1rem;
  }
  .case-search .case-search-form {
    padding: 15px 20px;
    display: none;
  }
  .case-search dl {
    display: block;
    margin-bottom: 40px;
  }
  .case-search dl:last-child {
    margin-bottom: 0;
  }
  .case-search dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1rem;
  }
  .case-search dl dd {
    width: 100%;
  }
  .case-search .label {
    padding: 10px 10px 10px 48px;
    line-height: 1.5;
    font-size: 0.88rem;
  }
}

.case-detail-wrap {
  background: url(../img/case/bgi--slide.svg) center top no-repeat;
  background-size: auto 448px;
  padding: 65px 0 80px;
  text-align: left;
  font-weight: bold;
}
.case-detail-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 40/27;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case-detail-wrap .case-list-box {
  padding: 25px 0;
  border-radius: 0 0 8px 8px;
}
.case-detail-wrap .case-list__name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  font-size: 0.88rem;
  color: #0E63C4;
}
.case-detail-wrap .case-list__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  line-height: 1.33;
  font-size: 1.88rem;
}
.case-detail-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B3C1CF;
  color: #7B7B7B;
}
.case-detail-wrap dl.case-list__purpose dt {
  width: 3em;
}
.case-detail-wrap dl.case-list__purpose dd {
  width: calc(100% - 4em);
}
.case-detail-wrap dl.case-list__service {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.case-detail-wrap dl.case-list__service dt {
  width: 5em;
}
.case-detail-wrap dl.case-list__service dd {
  width: calc(100% - 5em);
}
@media screen and (max-width: 699px) {
  .case-detail-wrap .case-list-box {
    padding: 25px 0;
    border-radius: 0 0 8px 8px;
  }
  .case-detail-wrap .case-list__title {
    font-size: 1.5rem;
  }
  .case-detail-wrap dl {
    font-size: 0.88rem;
  }
}

.case-detail-data {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .case-detail-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .case-detail-data img {
    width: 40%;
  }
  .case-detail-data .case-list-box {
    width: 55.3%;
  }
}

.case-section {
  margin-bottom: 60px;
}
.case-section .case-section__title {
  margin-bottom: 10px;
  line-height: 1.2;
  font: 1.56rem;
}
.case-section .case-section-content {
  background: #F3F7FB;
  padding: 30px;
  border: 2px solid #0E63C4;
  border-radius: 8px;
}
@media screen and (max-width: 699px) {
  .case-section .case-section__title {
    font-size: 1.38rem;
  }
  .case-section .case-section-content {
    padding: 20px;
  }
}

.case-other {
  background: #E0EFFF;
  padding: 70px 0 100px;
}
.case-other .case-other__title {
  margin-bottom: 40px;
}

.faq-anounse {
  padding: 66px 0 50px;
}
.faq-anounse .faq-anounse__title {
  margin-bottom: 20px;
  line-height: 1.26rem;
  font-size: 1.69rem;
}
.faq-anounse .faq-anounse__text {
  margin-bottom: 35px;
}

.faq-list-wrap {
  background: url(../img/faq/bgi--01.svg) center top -70px repeat-y;
  background-color: #E0EFFF;
  padding: 25px 0 60px;
}

.faq-nav {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.faq-nav li {
  width: 25%;
  position: relative;
}
.faq-nav li::before {
  content: "";
  background: #000;
  width: 1px;
  height: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
.faq-nav li:last-child::before {
  content: none;
}
.faq-nav li a {
  padding: 23px 0;
  display: block;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 1.13rem;
}

.faq-section {
  background: #fff;
  padding: 45px;
  margin-bottom: 40px;
  border-radius: 8px;
}
.faq-section .faq-section__title {
  margin-bottom: 40px;
  font-size: 1.88rem;
}

/* お問い合わせ */
.contact-catch {
  background: url(../img/content/catch/pic--01.webp) center top no-repeat, url(../img/content/catch/bgi--01.svg) center top no-repeat;
  background-size: 100% auto;
  aspect-ratio: 16/5;
}

.contact-form-wrap {
  background: #E0EFFF url(../../img/content/bgi--01.svg) center top repeat-y;
  padding: 35px 0 60px;
}

.contact-form-container {
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.contact-form-container .contact-form-note {
  background: #F5F5F5;
  padding: 20px 30px;
  margin-bottom: 60px;
  border-radius: 8px;
}
.contact-form-container .contact-form-note .contact-form-note__title {
  font-size: 1.44rem;
}
.contact-form-container .contact-form-note .contact-form-note__list {
  margin-bottom: 20px;
  list-style: none;
}
.contact-form-container .contact-form-note .contact-form-note__list li {
  line-height: 1.5;
  font-size: 1.19rem;
}
.contact-form-container .form {
  background: #eee;
  width: 100%;
  line-height: 50vh;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .contact-form-container {
    width: 914px;
  }
}

/*
	勤怠管理のアイテムの設定
*/
/* 勤怠管理 */
.kh-body .main-image {
  background: url(../img/kh/index/main/bgi--pc.webp) right center no-repeat;
}
.kh-body .main-image__btn .main-image__dl::before {
  background-image: url(../img/kh/index/main/ico--dl.webp);
}
.kh-body .main-image__btn li:nth-child(3) {
  background: #DCFF62;
  border-radius: 50%;
  position: absolute;
  right: 32px;
  bottom: 6vw;
}
.kh-body .benefits {
  background: #4E63E7;
}
@media screen and (min-width: 699px) {
  .kh-body .main-image {
    background-size: 39% auto;
  }
  .kh-body .main-image .main-image__lede {
    width: 46.4%;
  }
}
@media screen and (max-width: 699px) {
  .kh-body .main-image {
    background: url(../img/kh/index/main/bgi--sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 356/715;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kh-body .main-image__btn {
    margin-right: 28px;
  }
  .kh-body .main-image__btn li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .kh-body .main-image__btn li:nth-child(2) {
    background: url(../img/kh/index/main/pic--text.svg) center top no-repeat;
    padding-top: 20px;
  }
  .kh-body .main-image__btn li:nth-child(3) {
    padding: 7px 0 14px;
    height: 73px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 9999px;
    border: 4px solid #CFE95B;
    background: #DDFC54;
    position: static;
  }
  .kh-body .main-image__btn li:nth-child(3) img {
    height: 51px;
    margin-left: -10px;
  }
}

.kh-main-copy {
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -6%;
  font-weight: bold;
  font-size: 5.69rem;
}
.kh-main-copy .l {
  letter-spacing: 0;
  font-size: 7rem;
}
.kh-main-copy .s {
  letter-spacing: 0;
  font-size: 4.44rem;
}
@media screen and (max-width: 699px) {
  .kh-main-copy {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .kh-main-copy .l {
    font-size: 5rem;
  }
  .kh-main-copy .s {
    font-size: 3rem;
  }
}

@media screen and (min-width: 699px) {
  .kh-understand .understand-list li ¥ img {
    height: 210px;
  }
}
.kh-service-intro {
  background: url(../img/kh/common/catch/bgi--section.svg) center top no-repeat;
  background-size: cover;
}
.kh-service-intro .kh-service-intro__title {
  margin-bottom: 40px;
  line-height: 1.25;
  font-size: 2.5rem;
}
.kh-service-intro .kh-service-intro__text {
  line-height: 1.76;
  font-size: 1.06rem;
}
.kh-service-intro .kh-service-intro__text .kh-service-intro__em {
  display: inline-block;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 699px) {
  .kh-service-intro {
    background-size: 200% auto;
  }
  .kh-service-intro .kh-service-intro__title {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .kh-service-intro .kh-service-intro__text {
    font-size: 1rem;
  }
}

.kh-service-intro-bg {
  padding: 130px 0 140px;
}
@media screen and (max-width: 699px) {
  .kh-service-intro-bg {
    padding: 60px 0px 70vw;
  }
}

.kh-service-intro-bg-01 {
  background: url(../img/kh/01/pic--catch.webp) calc(50% + 295px) bottom no-repeat;
  background-size: 550px auto;
}
@media screen and (max-width: 699px) {
  .kh-service-intro-bg-01 {
    background-position: center bottom;
    background-size: 80% auto;
  }
}

.kh-service-intro-bg-02 {
  background: url(../img/kh/02/pic--catch.webp) right bottom no-repeat;
  background-size: 724px auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 699px) {
  .kh-service-intro-bg-02 {
    background-position: center bottom;
    background-size: 80% auto;
  }
}

.kh-service-intro-bg-03 {
  background: url(../img/kh/03/pic--catch.webp) right top no-repeat;
  background-size: 593px auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 699px) {
  .kh-service-intro-bg-03 {
    background-position: center bottom;
    background-size: 80% auto;
  }
}

.kh-service-intro-bg-04 {
  background: url(../img/kh/04/pic--catch.webp) right top no-repeat;
  background-size: 640px auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 699px) {
  .kh-service-intro-bg-04 {
    background-position: center bottom;
    background-size: 80% auto;
  }
}

.sp-benefits-kh .benefits-pic::after {
  background: rgba(78, 99, 231, 0.8);
}
.sp-benefits-kh .benefits-content-content::after {
  background: rgba(65, 83, 201, 0.87);
}

.kh-function {
  background: #EEF6FD url(../img/kh/common/function/bgi--01.svg) center 124px no-repeat;
  padding-top: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kh-function .kh-function__en {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  font-size: 0.88rem;
  color: #E5005A;
}
@media screen and (max-width: 699px) {
  .kh-function .kh-function__en {
    font-size: 0.75rem;
  }
}
.kh-function .kh-function__title {
  margin-bottom: 80px;
  left: 1.5em;
  font-size: 2.5rem;
}
.kh-function .kh-function__list {
  height: 500px;
  position: relative;
  list-style: none;
}
.kh-function .kh-function__list li {
  background: #337CCE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.6s ease, -webkit-transform 1.6s ease;
  transition: opacity 1.6s ease, -webkit-transform 1.6s ease;
  transition: opacity 1.6s ease, transform 1.6s ease;
  transition: opacity 1.6s ease, transform 1.6s ease, -webkit-transform 1.6s ease;
  will-change: opacity, transform;
  line-height: 1.63;
  font-size: 1rem;
  color: #fff;
}
.kh-function .kh-function__list li.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 699px) {
  .kh-function {
    height: 980px;
  }
  .kh-function .kh-function__list {
    width: 1100px;
    margin: 0 auto;
  }
  .kh-function .kh-function__list li {
    position: absolute;
  }
}
@media screen and (max-width: 699px) {
  .kh-function .kh-function__title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .kh-function .kh-function__list {
    height: auto;
    padding: 0 20px 80vw;
  }
  .kh-function .kh-function__list li {
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 0.88rem;
  }
  .kh-function .kh-function__list li:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
}

.kh-function--01 .kh-function__list {
  background: url(../img/kh/01/pic--funciton.webp) center bottom no-repeat;
}
@media screen and (min-width: 699px) {
  .kh-function--01 .kh-function__list {
    background-size: 470px auto;
    padding-bottom: 40px;
  }
  .kh-function--01 .kh-function__list li:nth-child(1) {
    width: 354px;
    top: 0;
    left: 180px;
  }
  .kh-function--01 .kh-function__list li:nth-child(2) {
    width: 370px;
    top: 63px;
    left: 574px;
  }
  .kh-function--01 .kh-function__list li:nth-child(3) {
    top: 250px;
    left: 0;
  }
  .kh-function--01 .kh-function__list li:nth-child(4) {
    top: 320px;
    left: 680px;
  }
  .kh-function--01 .kh-function__list li:nth-child(5) {
    top: 445px;
    left: 125px;
  }
}
@media screen and (max-width: 699px) {
  .kh-function--01 .kh-function__list {
    background-position: center bottom 20px;
    background-size: 80% auto;
  }
}

.kh-function--02 .kh-function__list {
  background: url(../img/kh/02/pic--funciton.webp) center bottom 60px no-repeat;
}
@media screen and (min-width: 699px) {
  .kh-function--02 .kh-function__list {
    background-size: 420px auto;
    padding-bottom: 40px;
  }
  .kh-function--02 .kh-function__list li:nth-child(1) {
    width: 354px;
    top: 0;
    left: 164px;
  }
  .kh-function--02 .kh-function__list li:nth-child(2) {
    width: 370px;
    top: 120px;
    right: 0;
  }
  .kh-function--02 .kh-function__list li:nth-child(3) {
    top: 250px;
    left: 0;
  }
  .kh-function--02 .kh-function__list li:nth-child(4) {
    top: 313px;
    right: 0;
  }
  .kh-function--02 .kh-function__list li:nth-child(5) {
    top: 445px;
    left: 110px;
  }
}
@media screen and (max-width: 699px) {
  .kh-function--02 .kh-function__list {
    background-position: center bottom 20px;
    background-size: 60% auto;
  }
}

.kh-function--03 .kh-function__list {
  background: url(../img/kh/03/pic--funciton.webp) center bottom 100px no-repeat;
}
@media screen and (min-width: 699px) {
  .kh-function--03 .kh-function__list {
    background-size: 554px auto;
    padding-bottom: 40px;
  }
  .kh-function--03 .kh-function__list li:nth-child(1) {
    width: 354px;
    top: 0;
    left: 77px;
  }
  .kh-function--03 .kh-function__list li:nth-child(2) {
    width: 390px;
    top: 40px;
    left: 540px;
  }
  .kh-function--03 .kh-function__list li:nth-child(3) {
    top: 250px;
    left: 0;
  }
  .kh-function--03 .kh-function__list li:nth-child(4) {
    top: 290px;
    left: 680px;
  }
  .kh-function--03 .kh-function__list li:nth-child(5) {
    top: 420px;
    left: 90px;
  }
}
@media screen and (max-width: 699px) {
  .kh-function--03 .kh-function__list {
    background-position: center bottom 20px;
    background-size: 80% auto;
  }
}

.kh-function--04 .kh-function__list {
  background: url(../img/kh/04/pic--funciton.webp) center top no-repeat;
}
@media screen and (min-width: 699px) {
  .kh-function--04 .kh-function__list {
    background-size: 198px auto;
    padding-bottom: 40px;
  }
  .kh-function--04 .kh-function__list li:nth-child(1) {
    width: 354px;
    top: 0;
    left: 181px;
  }
  .kh-function--04 .kh-function__list li:nth-child(2) {
    width: 370px;
    top: 65px;
    left: 614px;
  }
  .kh-function--04 .kh-function__list li:nth-child(3) {
    top: 250px;
    left: 68px;
  }
  .kh-function--04 .kh-function__list li:nth-child(4) {
    top: 305px;
    left: 714px;
  }
  .kh-function--04 .kh-function__list li:nth-child(5) {
    width: 462px;
    top: 430px;
    left: 102px;
  }
}
@media screen and (max-width: 699px) {
  .kh-function--04 .kh-function__list {
    background-position: center bottom 20px;
    background-size: 30% auto;
  }
}

.kh-benefits {
  background: #337CCE;
  padding: 96px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  counter-reset: number 0;
}
.kh-benefits .benefits-content-item:last-child .benefits-content-pic {
  background: url(../img/kh/index/benefit/bgi--pic.svg) left top no-repeat;
}
.kh-benefits .kh-benefits__en {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 0.88rem;
}
.kh-benefits .kh-benefits__title {
  line-height: 1.5;
  margin-bottom: 60px;
  font-size: 2.5rem;
}
.kh-benefits .kh-point {
  counter-increment: number 1;
}
.kh-benefits .kh-point .kh-point__title::before {
  background: url(../img/kh/common/point/bgi--no.svg) left top no-repeat;
  padding-top: 25px;
  padding-right: 15px;
  border-right: 1px solid #081738;
  content: "0" counter(number);
  line-height: 1;
  display: block;
  position: absolute;
  top: 5px;
  left: -85px;
  font-size: 2.69rem;
}
@media screen and (max-width: 699px) {
  .kh-benefits .kh-benefits__title {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .kh-benefits .kh-point .kh-point__title::before {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #081738;
    margin-bottom: 10px;
    position: static;
  }
}

.kh-point {
  background: #fff url(../img/kh/common/point/bgi--01.svg) center 120px no-repeat;
  max-width: 1400px;
  padding-top: 70px;
  margin: 0 auto 75px;
  border-top: 10px solid #3639F7;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #081738;
}
.kh-point .kh-point-head {
  padding-left: 100px;
}
.kh-point .kh-point__title {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 1.94rem;
}
.kh-point .kh-point__lede {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #223BDC;
}
.kh-point .kh-point__text {
  margin-bottom: 60px;
}
.kh-point::before {
  content: "";
  background: url(../img/kh/common/point/pic--object.svg) left top no-repeat;
  background-size: 100% auto;
  width: 210px;
  height: auto;
  aspect-ratio: 35/29;
  display: block;
  position: absolute;
  top: -73px;
  left: 0;
}
.kh-point::after {
  content: "";
  background: url(../img/kh/common/point/pic--object.svg) left bottom no-repeat;
  background-size: 100% auto;
  width: 210px;
  height: 174px;
  aspect-ratio: 35/29;
  display: block;
  position: absolute;
  bottom: -65px;
  right: 0;
}
@media screen and (max-width: 699px) {
  .kh-point .kh-point-head {
    padding-left: 0;
  }
  .kh-point .kh-point__title {
    display: block;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 1.38rem;
  }
  .kh-point .kh-point__lede {
    font-size: 1.13rem;
  }
  .kh-point::before {
    width: 80px;
    top: -25px;
  }
  .kh-point::after {
    width: 80px;
    bottom: -25px;
  }
}

.kh-point-layout__title {
  margin-bottom: 20px;
  display: block;
  line-height: 1.5;
  font-size: 1.25rem;
}

.kh-point-layout {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .kh-point-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kh-point-layout .kh-point-layout__pic {
    width: 363px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 699px) {
  .kh-point-layout .kh-point-layout__pic {
    margin-bottom: 20px;
  }
  .kh-point-layout .kh-point-layout__pic img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.kh-point-layout-02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .kh-point-layout-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .kh-point-layout-02 > div {
    width: 458px;
  }
  .kh-point-layout-02 .kh-point-layout__pic {
    height: 352px;
    margin-bottom: 20px;
  }
  .kh-point-layout-02 .kh-point-layout__pic img {
    display: block;
    margin: 0 auto;
  }
  .kh-point-layout-02 .kh-point-layout-02__wide img {
    width: auto;
    max-width: none;
  }
  .kh-point-layout-02 .kh-point-layout__text .kh-point-layout__title {
    margin-right: -20px;
  }
}
@media screen and (max-width: 699px) {
  .kh-point-layout-02 > div {
    margin-bottom: 40px;
  }
  .kh-point-layout-02 .kh-point-layout__pic {
    margin-bottom: 20px;
  }
  .kh-point-layout-02 .kh-point-layout__pic img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .kh-point-layout-02 .kh-point-layout__pic.kh-point-layout__pic-auto img {
    width: auto;
  }
}

.kh-point-layout-03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .kh-point-layout-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .kh-point-layout-03 > div {
    width: 330px;
  }
  .kh-point-layout-03 .kh-point-layout__pic {
    margin-bottom: 20px;
  }
  .kh-point-layout-03 .kh-point-layout__pic img {
    display: block;
    margin: 0 auto;
  }
  .kh-point-layout-03 .kh-point-layout-02__wide img {
    width: auto;
    max-width: none;
  }
  .kh-point-layout-03 .kh-point-layout__text .kh-point-layout__title {
    margin-right: -20px;
  }
}
@media screen and (max-width: 699px) {
  .kh-point-layout-03 > div {
    margin-bottom: 40px;
  }
  .kh-point-layout-03 .kh-point-layout__pic {
    margin-bottom: 20px;
  }
  .kh-point-layout-03 .kh-point-layout__pic img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .kh-point-layout-03 .kh-point-layout__pic img.kh-point-layout__pic-auto img {
    width: auto;
  }
}

.kh-point-other {
  margin-bottom: 70px;
}
.kh-point-other .kh-point-other__title {
  font-weight: bold;
  text-align: center;
  font-size: 1.13rem;
  color: #4153C9;
}
.kh-point-other .kh-point-other__title::before {
  content: "＼";
}
.kh-point-other .kh-point-other__title::after {
  content: "／";
}
.kh-point-other .kh-point-other__list {
  border: 1px solid #4153C9;
  padding: 44px 75px;
  border-radius: 39px;
  list-style: none;
}
.kh-point-other .kh-point-other__list li {
  background: url(../img/kh/common/point/ico--other.svg) left top no-repeat;
  padding: 10px 0 10px 70px;
  margin-bottom: 26px;
  line-height: 1.5;
  font-size: 1.25rem;
}
.kh-point-other .kh-point-other__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .kh-point-other .kh-point-other__list {
    padding: 20px;
    border-radius: 20px;
    list-style: none;
  }
  .kh-point-other .kh-point-other__list li {
    background: url(../img/kh/common/point/ico--other.svg) left 7px no-repeat;
    background-size: 30px auto;
    padding: 10px 0 10px 50px;
    margin-bottom: 16px;
    font-size: 1rem;
  }
  .kh-point-other .kh-point-other__list li:last-child {
    margin-bottom: 0;
  }
}

.kh-point-comment {
  background: url(../img/kh/common/point/pic--comment.svg) left bottom no-repeat;
  padding-left: 165px;
  padding-bottom: 70px;
  padding-top: 18px;
}
.kh-point-comment .kh-point-comment__title {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0.28px;
  font-size: 1.13rem;
  color: #4153C9;
}
@media screen and (min-width: 699px) {
  .kh-point-comment .kh-point-comment__text {
    min-height: 4em;
  }
  .kh-point-comment .kh-point-comment__title::before {
    content: "＼";
  }
  .kh-point-comment .kh-point-comment__title::after {
    content: "／";
  }
}
@media screen and (max-width: 699px) {
  .kh-point-comment {
    background: none;
    padding: 0 0 40px;
  }
  .kh-point-comment .kh-point-comment__title {
    background: url(../img/kh/common/point/pic--comment.svg) left bottom no-repeat;
    background-size: 80px auto;
    padding-left: 95px;
    padding-bottom: 0px;
    padding-top: 18px;
  }
}

.kh-point-pic-center img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 699px) {
  .prg_kh_03__pic-05 {
    margin-left: -13px !important;
    margin-right: -13px !important;
    max-width: none;
  }
}
@media screen and (max-width: 699px) {
  .prg_kh_01__pic-02 {
    padding-left: 40px;
    width: 60% !important;
  }
  .prg_kh_02__pic-02 {
    width: 70% !important;
  }
  .prg_kh_02__pic-05 {
    width: 70% !important;
  }
  .prg_kh_02__pic-07 {
    width: 70% !important;
  }
  .prg_kh_02__pic-08 {
    width: 40% !important;
  }
  .prg_kh_03__pic-02 {
    width: 70% !important;
  }
  .prg_kh_03__pic-04 {
    width: 70% !important;
  }
  .prg_kh_03__pic-06 {
    width: 70% !important;
  }
  .prg_kh_03__pic-08 {
    width: 65% !important;
  }
  .prg_kh_04__pic-01 {
    width: 100% !important;
    max-width: none !important;
  }
  .prg_kh_04__pic-02 {
    width: 70% !important;
  }
  .prg_kh_04__pic-03 {
    width: 65% !important;
  }
  .prg_kh_04__pic-04 {
    width: 65% !important;
  }
  .prg_kh_04__pic-07 {
    width: 65% !important;
  }
  .prg_kh_04__pic-08 {
    width: 70% !important;
  }
}
.kh-nav {
  position: fixed;
  width: 100%;
  max-width: 1366px;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.kh-nav.active {
  bottom: 10px;
}
.kh-nav li {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kh-nav .kh-nav-main {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
}
.kh-nav .kh-nav-main li.home {
  background: #0E63C4;
  width: 200px;
  border-radius: 12px 0 0 12px;
  font-weight: bold;
  font-size: 1.13rem;
  letter-spacing: 3px;
  color: #fff;
}
.kh-nav .kh-nav-main li.home span {
  display: block;
}
.kh-nav .kh-nav-main li.home img {
  display: block;
  margin: 0 auto;
}
.kh-nav .kh-nav-main li:not([class]) {
  height: 86px;
  padding: 0 0;
  position: relative;
}
.kh-nav .kh-nav-main li:not([class])::before {
  content: " ";
  background: #0E63C4;
  width: 1px;
  height: 23px;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}
.kh-nav .kh-nav-main li:not([class]) a {
  background: url(../img/kh/common/nav/ico--arrow.svg) right 20px center no-repeat;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 40px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  color: #0E63C4;
}
.kh-nav .kh-nav-main li:not([class]) a:hover, .kh-nav .kh-nav-main li:not([class]) a.active {
  border-bottom: 3px solid #0E63C4;
}
.kh-nav .kh-nav-main .kh-nav__dl {
  margin-left: 50px;
}
.kh-nav .kh-nav-main .kh-nav__contact {
  margin-left: 12px;
}
@media screen and (max-width: 699px) {
  .kh-nav {
    display: none;
  }
}

.kh-intro {
  background: #EEF3FE;
  padding-top: 33px;
}
.kh-intro .kh-intro-head {
  margin-bottom: 40px;
}
.kh-intro .kh-intro-head .kh-intro-dl-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kh-intro .kh-intro__lede {
  line-height: 1.5;
}
.kh-intro .kh-intro-dl {
  background: url(../img/kh/index/intro/bgi--dl-02.svg) right center no-repeat, url(../img/kh/index/intro/bgi--dl-01.svg) left center no-repeat;
  padding: 0 45px;
  font-weight: bold;
  text-align: center;
  font-size: 1.06rem;
  margin-left: 24px;
}
.kh-intro .kh-intro-dl dt {
  line-height: 1;
  font-size: 1rem;
}
.kh-intro .kh-intro-dl dd {
  line-height: 1.2;
}
.kh-intro .kh-intro-dl .kh-intro-dl__num {
  font-size: 3.08rem;
}
.kh-intro .kh-intro-dl .kh-intro-dl__per {
  font-size: 1.75rem;
}
@media screen and (min-width: 699px) {
  .kh-intro .kh-intro-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .kh-intro .kh-intro__lede {
    margin-right: 45px;
  }
}
@media screen and (max-width: 699px) {
  .kh-intro {
    padding-top: 20px;
  }
  .kh-intro .kh-intro-head {
    margin-bottom: 15px;
  }
  .kh-intro .kh-intro-dl-layout {
    gap: 10px;
  }
  .kh-intro .kh-intro__lede {
    margin-bottom: 20px;
    letter-spacing: 1.2px;
    line-height: 1.65;
    font-size: 1.06rem;
  }
  .kh-intro .kh-intro-dl {
    background: url(../img/kh/index/intro/bgi--dl-02.svg) right center no-repeat, url(../img/kh/index/intro/bgi--dl-01.svg) left center no-repeat;
    background: auto 100%;
    padding: 0 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
  }
  .kh-intro .kh-intro-dl dt {
    line-height: 1;
    font-size: 0.69rem;
  }
  .kh-intro .kh-intro-dl dd {
    line-height: 1.2;
    font-size: 1.06rem;
  }
  .kh-intro .kh-intro-dl .kh-intro-dl__num {
    font-size: 2.19rem;
  }
  .kh-intro .kh-intro-dl .kh-intro-dl__per {
    font-size: 1.38rem;
  }
}

.kh-intro-logo {
  background: #fff;
  padding: 35px 0;
  list-style: none;
}
.kh-intro-logo li {
  margin: 0 12px;
}
.kh-intro-logo li img {
  height: 50px;
}
@media screen and (max-width: 699px) {
  .kh-intro-logo {
    padding: 25px 0;
  }
}

.kh-intro-logo-sp {
  background: #fff;
  margin-top: 15px;
  padding: 25px 0;
  list-style: none;
}
.kh-intro-logo-sp li {
  margin: 0 12px;
}
.kh-intro-logo-sp li img {
  height: 60px;
}
@media screen and (min-width: 699px) {
  .kh-intro-logo-sp {
    display: none;
  }
}

.kh-benefits .benefits-content-item__lede {
  color: #00E526;
}
@media screen and (min-width: 699px) {
  .kh-benefits .benefits-content-item .benefits-content-pic::after {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
  }
  .kh-benefits .benefits-content-item--01 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--01.webp);
    width: 306px;
    height: 407px;
    bottom: -25px;
    left: -10px;
  }
  .kh-benefits .benefits-content-item--02 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--02.webp);
    width: 275px;
    height: 373px;
    bottom: 18px;
    left: 8px;
  }
  .kh-benefits .benefits-content-item--03 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--03.webp);
    width: 378px;
    height: 383px;
    bottom: 0;
    left: -43px;
  }
  .kh-benefits .benefits-content-item--04 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--04.webp);
    width: 440px;
    height: 135px;
    bottom: 182px;
    left: -78px;
  }
}
@media screen and (max-width: 699px) {
  .kh-benefits .benefits-content-item .benefits-content-pic::after {
    content: " ";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
  }
  .kh-benefits .benefits-content-item--01 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--01-sp.webp);
    width: 80%;
    height: 459px;
    bottom: 0;
    left: 10%;
  }
  .kh-benefits .benefits-content-item--02 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--02-sp.webp);
    width: 80%;
    height: 459px;
    bottom: 0;
    left: 10%;
  }
  .kh-benefits .benefits-content-item--03 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--03-sp.webp);
    width: 90%;
    height: 459px;
    bottom: 0;
    left: 5%;
  }
  .kh-benefits .benefits-content-item--04 .benefits-content-pic::after {
    content: " ";
    background-image: url(../img/kh/index/benefit/pic--04-sp.webp);
    width: 80%;
    height: 459px;
    bottom: 0;
    left: 10%;
  }
}

.kh-funciton {
  background: #EEF6FD;
  padding: 95px 25px 120px;
  margin-bottom: 100px;
}
.kh-funciton .kh-funciton__title {
  margin-bottom: 40px;
}
.kh-funciton .kh-funciton__text {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .kh-funciton {
    padding: 45px 0 60px;
    margin-bottom: 50px;
  }
  .kh-funciton .kh-funciton__title {
    margin-bottom: 30px;
  }
  .kh-funciton .kh-funciton__text {
    margin: 0 20px -40px;
    margin-bottom: 40px;
    text-align: left;
  }
}

@media screen and (min-width: 699px) {
  .kh-funciton-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kh-funciton-layout .kh-funciton-sub {
    width: 288px;
  }
}

.kh-funciton-sub {
  padding: 26px 30px 170px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.43;
  font-size: 0.88rem;
  color: #fff;
}
.kh-funciton-sub .kh-funciton-sub__title {
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 1.77;
  font-size: 1.69rem;
}
.kh-funciton-sub .kh-funciton-sub__lede {
  margin-bottom: 15px;
  letter-spacing: 0.36px;
  font-weight: bold;
  line-height: 1.38;
  font-size: 1rem;
}
.kh-funciton-sub .kh-funciton-sub__btn {
  background: #fff url(../img/common/item/mark/ico--link-arrow.svg) right 16px center no-repeat;
  display: block;
  width: 150px;
  padding: 15px 0 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 75px);
  letter-spacing: 0.32px;
  color: #0E63C4;
}
.kh-funciton-sub.kh-funciton-sub-01 {
  background: url(../img/kh/index/function/bgi--01.webp) center bottom no-repeat;
  background-size: cover;
}
.kh-funciton-sub.kh-funciton-sub-02 {
  background: url(../img/kh/index/function/bgi--02.webp) center bottom no-repeat;
  background-size: cover;
}
.kh-funciton-sub.kh-funciton-sub-03 {
  background: url(../img/kh/index/function/bgi--03.webp) center bottom no-repeat;
  background-size: cover;
}
.kh-funciton-sub.kh-funciton-sub-04 {
  background: url(../img/kh/index/function/bgi--04.webp) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 699px) {
  .kh-funciton-sub {
    padding: 20px 30px 110px;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .kh-funciton-sub .kh-funciton-sub__btn {
    left: 25px;
  }
  .kh-funciton-sub.kh-funciton-sub-01 {
    background: #337CCE url(../img/kh/index/function/bgi--01.webp) right bottom no-repeat;
    background-size: 50% auto;
  }
  .kh-funciton-sub.kh-funciton-sub-02 {
    background: #085EC0 url(../img/kh/index/function/bgi--02.webp) right bottom no-repeat;
    background-size: 50% auto;
  }
  .kh-funciton-sub.kh-funciton-sub-03 {
    background: #4688D3 url(../img/kh/index/function/bgi--03.webp) right bottom no-repeat;
    background-size: 60% auto;
  }
  .kh-funciton-sub.kh-funciton-sub-04 {
    background: #0F60BC url(../img/kh/index/function/bgi--04.webp) right bottom no-repeat;
    background-size: 50% auto;
  }
}

.kh-advantage {
  margin-bottom: 75px;
}
.kh-advantage .kh-advantage__title {
  margin-bottom: 30px;
}
.kh-advantage .kh-advantage__text {
  text-align: center;
  margin-bottom: 50px;
}
.kh-advantage .leaflet-container {
  background: #fff;
}
.kh-advantage .kh-advantage-sheet-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .kh-advantage .kh-advantage__text {
    text-align: left;
    margin-bottom: 20px;
  }
}

.kw-feature-option {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 50px 50px;
  margin-top: 77px;
}
.kw-feature-option .kw-feature-option__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .kw-feature-option {
    margin-top: 30px;
    padding: 25px 35px 30px;
  }
}

.kw-feature-option-list {
  list-style: none;
  font-size: 0.88rem;
}
.kw-feature-option-list li {
  background: url(../img/common/item/mark/ico--list.svg) left 8px no-repeat;
  padding-left: 22px;
}
@media screen and (max-width: 699px) {
  .kw-feature-option-list li {
    margin-bottom: 10px;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #83300E;
}

.u-color-sub {
  color: #83300E;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}

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

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=kh.css.map */