  @charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@900&display=swap');

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.top-3merit-box__ttl {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  margin-bottom: 28px !important;
}

.main-title {
  font-size: 29px;
  letter-spacing: 3px;
}

.sub-title, .sub-title-3 {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1;
}

.comment {
  font-size: 18px;
}

.main-title-3 {
  font-size: 29px;
  letter-spacing: 0.7px;
}

.comment-3 {
  padding-right: 80px;
  font-size: 18px;
  text-align: right;
}

.comment-4 {
  font-size: 18px;
  text-align: right;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block;
  }
  .main-title {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .sub-title {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1;
  }
  .comment, .comment-4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .main-title-3 {
    font-size: 23px;
    letter-spacing: -2.4px;
    line-height: 1.2;
  }
  .sub-title-3 {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1;
  }
  .comment-3 {
    padding-right: 85px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

img, video {
  line-height: 0;
  font-size: 0
}

figure {
  font-size: 0;
  line-height: 0
}

figcaption {
  font-size: initial;
  line-height: 1
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Thin.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Thin.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Light.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Light.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-DemiLight.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Regular.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Regular.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Medium.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Medium.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Bold.woff2") format('woff2'), url("/solution/lp/eetab/assets/fonts/NotoSansCJKjp-Bold.woff") format('woff');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

figure {
  width: 100%;
  margin: 0;
  display: block;
}

figure>img {
  width: 100%
}

a {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

body {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  color: #003391;
  font-weight: 300
}

#wrapper {
  position: relative;
  overflow: hidden
}

.inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .inner {
    width: 81.25%
  }
}

@media screen and (max-width:767px) {
  .inner {
    width: 88%
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  img {
    width: 100%
  }
}

.line-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 100%;
}

.line-bg span {
  width: 1px;
  height: 100%;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.line-bg span:nth-child(2) {
  left: 20%
}

.line-bg span:nth-child(3) {
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.line-bg span:nth-child(4) {
  left: 60%
}

.line-bg span:nth-child(5) {
  left: 80%
}

.line-bg span:nth-child(6) {
  left: 100%
}

@media screen and (max-width:767px) {
  .line-bg span:nth-child(1), .line-bg span:nth-child(5) {
    display: none
  }
  .line-bg span:nth-child(2) {
    left: 18%
  }
  .line-bg span:nth-child(3) {
    left: 50%
  }
  .line-bg span:nth-child(4) {
    left: 82%
  }
}

.header-logo {
  max-width: 93px;
  position: absolute;
  top: 39px;
  z-index: 1001;
}

@media screen and (max-width:1439px) {
  .header-logo {
    max-width: 7.948717948717948%;
    top: 20px
  }
}

@media screen and (max-width:767px) {
  .header-logo {
    max-width: 16.8%;
    margin-top: 4.533333333333333%;
    top: 0
  }
}

.footer {
  background: #f1f1f1;
  position: relative;
  z-index: 2;
}

.footer-info {
  padding: 49px 0 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info__logo {
  width: 160px;
  margin-right: 27px;
  margin-top: 10px
}

.footer-info__text p {
  font-size: 14px;
  line-height: 1.714;
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: .05em;
}

.footer-info__text p.contact {
  font-size: 12px;
  font-weight: 300
}

@media screen and (max-width:767px) {
  .footer-info {
    display: block;
    text-align: center;
    padding: 30px 0 25px;
  }
  .footer-info__logo {
    max-width: 100px;
    margin: 0 auto 25px
  }
  .footer-info__text p {
    font-size: 12px;
    margin-top: 0;
  }
  .footer-info__text p.contact {
    font-size: 10px;
    margin-top: 15px
  }
}

.footer-copy {
  background: #003391;
  text-align: center;
  padding: 18px 0 20px;
}

.footer-copy p {
  display: inline-block
}

@media screen and (max-width:767px) {
  .footer-copy {
    padding: 15px 0
  }
}

[data-fade-type='Up'] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
}

[data-fade-type='Up'].is-fade {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

[data-fade-type='Right'] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
}

[data-fade-type='Right'].is-fade {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.top-keyvisual {
  position: relative;
  z-index: 100;
}

.top-keyvisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width:767px) {
  .top-keyvisual .inner {
    position: relative;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .top-keyvisual__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.top-keyvisual__slider .slick-slide {
  min-height: 510px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.top-keyvisual__slider .slick-slide:nth-child(1) {
  background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_01.jpg")
}

.top-keyvisual__slider .slick-slide:nth-child(2) {
  background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_02.jpg")
}

.top-keyvisual__slider .slick-slide:nth-child(3) {
  background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_03.jpg")
}

.top-keyvisual__slider .slick-slide:nth-child(4) {
  background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_04.jpg")
}

.top-keyvisual__slider .slick-slide:nth-child(5) {
  background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_05.jpg")
}

@media screen and (max-width:1439px) {
  .top-keyvisual__slider .slick-slide {
    min-height: 0;
    padding-bottom: 7%
  }
}

@media screen and (max-width:767px) {
  .top-keyvisual__slider .slick-slide {
    padding-bottom: 12.16%
  }
  .top-keyvisual__slider .slick-slide:nth-child(1) {
    background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_01_sp.jpg")
  }
  .top-keyvisual__slider .slick-slide:nth-child(2) {
    background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_02_sp.jpg")
  }
  .top-keyvisual__slider .slick-slide:nth-child(3) {
    background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_03_sp.jpg")
  }
  .top-keyvisual__slider .slick-slide:nth-child(4) {
    background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_04_sp.jpg")
  }
  .top-keyvisual__slider .slick-slide:nth-child(5) {
    background-image: url("/solution/lp/eetab/assets/images/img_keyvisual_05_sp.jpg")
  }
}

.top-keyvisual__ttl {
  position: absolute;
  top: 34.11764705882353%;
  right: 0;
}

@media screen and (min-width:768px) {
  .top-keyvisual__ttl {
    width: 45.2991452991453%
  }
}

@media screen and (max-width:767px) {
  .top-keyvisual__ttl {
    position: relative;
    top: 0
  }
}

.top-keyvisual__tablet {
  position: absolute;
  top: 23.137254901960784%;
  left: -10.598290598290598%;
}

@media screen and (min-width:768px) {
  .top-keyvisual__tablet {
    width: 67.35042735042735%
  }
}

@media screen and (max-width:767px) {
  .top-keyvisual__tablet {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 14.666666666666666%;
    margin: 0 1%
  }
}

.top-keyvisual__panel {
  position: absolute;
  top: 50.990990990990994%;
  left: 20.304568527918782%;
  width: 39.974619289340104%;
  height: 20.54054054054054%;
  overflow: hidden;
}

.top-keyvisual__panel img {
  width: 100%;
  height: auto
}

@media screen and (max-width:767px) {
  .top-keyvisual__panel {
    top: 59.06976744186046%;
    left: 20.8%;
    width: 39.33333333333333%;
    height: 16.434108527131784%
  }
}

.top-keyvisual__batch {
  position: absolute;
  top: 88.62745098039215%;
  right: 10%;
}

@media screen and (min-width:768px) {
  .top-keyvisual__batch {
    width: 32.73504273504273%
  }
}

@media screen and (max-width:767px) {
  .top-keyvisual__batch {
    position: relative;
    top: auto;
    right: auto;
    margin: 2.533333333333333% 1.466666666666667% 0
  }
}

.top-question {
  background: #fff;
  padding: 154px 0 50px;
  position: relative;
}

@media screen and (max-width:1200px) {
  .top-question {
    padding: 12.1% 0 2.6%
  }
}

@media screen and (max-width:767px) {
  .top-question {
    padding: 9.333333333333334% 0 4.666666666666667%
  }
  .top-question .inner {
    width: 100%
  }
}

.top-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .top-question__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.top-question__item {
  width: 41.36752136752136%;
  margin-bottom: 3.17%;
  position: relative;
  margin-right: 7.863247863247863%;
}

.top-question__item:before {
  content: '';
  background: #f1f1f1;
  width: 72.31404958677686%;
  height: calc(100% - 24px);
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 0
}

.top-question__item h3 {
  float: right;
  margin-right: 16px
}

@media screen and (max-width:767px) {
  .top-question__item {
    width: 100%;
    margin-bottom: 11.466666666666667%
  }
  .top-question__item:before {
    width: 82.26666666666667%;
    left: 0;
    height: 114.94252873563218%;
    top: -6.321839080459771%
  }
  .top-question__item h3 {
    float: none;
    margin-right: 0
  }
}

.top-question__item:nth-child(2) {
  margin-top: 8px;
  margin-right: 0;
  width: 43.58974358974359%;
}

.top-question__item:nth-child(2):before {
  width: 76.86274509803923%;
  left: 22px;
  height: calc(100% - 46px)
}

.top-question__item:nth-child(2) h3 {
  float: left;
  margin-right: 0
}

@media screen and (max-width:767px) {
  .top-question__item:nth-child(2) {
    margin-top: 0;
    margin-bottom: 10%;
    width: 100%
  }
  .top-question__item:nth-child(2):before {
    width: 77.86666666666666%;
    left: auto;
    right: 0;
    height: 136.05442176870747%;
    top: -14.965986394557824%
  }
  .top-question__item:nth-child(2) h3 {
    margin-left: 0
  }
}

.top-question__item:nth-child(3) {
  width: 50.76923076923077%;
  margin-right: 5.47008547008547%;
}

.top-question__item:nth-child(3):before {
  width: 79.12457912457911%;
  right: 49px;
  height: calc(100% - 61px)
}

.top-question__item:nth-child(3) h3 {
  margin-right: 8px
}

@media screen and (max-width:767px) {
  .top-question__item:nth-child(3) {
    margin-bottom: 10.4%;
    margin-right: 0;
    width: 100%
  }
  .top-question__item:nth-child(3):before {
    width: 63.33333333333333%;
    height: 58.3941605839416%;
    left: 0;
    top: -.7299270072992701%
  }
  .top-question__item:nth-child(3) h3 {
    margin-left: 0
  }
}

.top-question__item:nth-child(4) {
  margin-top: 34px;
  margin-right: 0;
  width: 43.76068376068376%;
}

.top-question__item:nth-child(4):before {
  width: 73.046875%;
  height: calc(100% - 27px);
  left: 13px;
  top: -18px
}

.top-question__item:nth-child(4) h3 {
  float: left;
  margin-right: 0
}

@media screen and (max-width:767px) {
  .top-question__item:nth-child(4) {
    margin-top: 0;
    width: 100%
  }
  .top-question__item:nth-child(4):before {
    left: 0;
    width: 71.86666666666667%;
    height: 105.96026490066225%;
    top: -11.920529801324504%
  }
  .top-question__item:nth-child(4) h3 {
    margin-left: 0
  }
}

.top-answer {
  background-image: url("/solution/lp/eetab/assets/images/bg_answer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 10px;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.top-answer:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27px 0 27px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:1367px) {
  .top-answer {
    background-attachment: fixed
  }
}

@media screen and (max-width:767px) {
  .top-answer {
    background-image: url("/solution/lp/eetab/assets/images/bg_answer_sp.png");
    padding: 65px 0 60px
  }
  .top-answer:before {
    border-width: 20px 20px 0 20px
  }
  .top-answer:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.top-answer__ttl {
  max-width: 911px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .top-answer__ttl {
    max-width: 546px;
    margin: 0 auto 44px
  }
}

.top-answer__txt {
  max-width: 806px;
  margin: -14px auto 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .top-answer__txt {
    max-width: 652px;
    margin: 0 auto
  }
}

.top-3merit {
  padding: 135px 0 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .top-3merit {
    padding: 60px 0 45px
  }
}

.top-3merit__ttl {
  text-align: center;
  max-width: 186px;
  margin: 0 auto 58px;
}

@media screen and (max-width:767px) {
  .top-3merit__ttl {
    max-width: 660px;
    margin: 0 auto 29px
  }
}

.top-3merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto
}

.top-3merit__item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.top-3merit__item:nth-child(2n) {
  margin-right: 0
}

.top-3merit__item a {
  display: block;
  background: #003391;
}

.top-3merit__item a:hover {
  background: rgba(0, 51, 145, 0.5)
}

@media screen and (max-width:767px) {
  .top-3merit__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .top-3merit__item:last-child {
    margin-bottom: 0
  }
}

.top-3merit-box {
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
  padding: 120px 0 109px;
}

@media screen and (max-width:767px) {
  .top-3merit-box {
    margin-bottom: 35px;
    padding: 44px 0 0
  }
}

.top-3merit-box__bg {
  width: calc(50% + 299px);
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width:767px) {
  .top-3merit-box__bg {
    width: 82%;
    right: auto;
    left: 0;
    height: calc(100% - 77px)
  }
}

.top-3merit-box .inner {
  overflow: hidden
}

.top-3merit-box__content {
  float: right;
  width: 58.20512820512821%;
}

@media screen and (max-width:767px) {
  .top-3merit-box__content {
    float: none;
    width: 100%
  }
}

.top-3merit-box__ttl {
  margin-bottom: 34px
}

.top-3merit-box__img {
  width: 37.94871794871795%;
  float: left;
  margin-right: 3.846153846153846%;
}

@media screen and (max-width:767px) {
  .top-3merit-box__img {
    float: none;
    width: 100%;
    margin: 0 0 15px
  }
}

.top-3merit-box__text {
  padding-right: 12.481644640234949%;
}

.top-3merit-box__text p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: .05em;
  text-align: justify
}

@media screen and (max-width:767px) {
  .top-3merit-box__text {
    padding-right: 0
  }
  .top-3merit-box__text p {
    font-size: 15px;
    line-height: 1.8
  }
}

@media screen and (max-width:767px) {
  .top-3merit-box.kafuu {
    padding: 44px 0 0
  }
}

.top-3merit-box.kafuu .top-3merit-box__bg {
  width: 815px;
  right: calc(50% - 426px);
}

@media screen and (max-width:767px) {
  .top-3merit-box.kafuu .top-3merit-box__bg {
    width: 75.2%;
    right: auto;
    left: 0;
    height: calc(100% - 136px)
  }
}

.top-3merit-box.kafuu .top-3merit-box__content {
  width: 59.82905982905983%;
}

@media screen and (max-width:767px) {
  .top-3merit-box.kafuu .top-3merit-box__content {
    width: 100%
  }
}

.top-3merit-box.kafuu .top-3merit-box__ttl {
  margin-bottom: 31px
}

.top-3merit-box.kafuu .top-3merit-box__img {
  width: 36.324786324786324%;
}

@media screen and (max-width:767px) {
  .top-3merit-box.kafuu .top-3merit-box__img {
    width: 100%
  }
}

.top-3merit-box.kafuu .top-3merit-box__text {
  width: 85%;
  padding-right: 0;
}

@media screen and (max-width:767px) {
  .top-3merit-box.kafuu .top-3merit-box__text {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02 {
    padding: 40px 0 0
  }
}

.top-3merit-box.box02 .top-3merit-box__bg {
  width: calc(50% + 233px);
  right: auto;
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02 .top-3merit-box__bg {
    width: 82%;
    right: 0;
    left: auto
  }
}

.top-3merit-box.box02 .top-3merit-box__content {
  float: left;
  width: 50.427350427350426%;
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02 .top-3merit-box__content {
    width: 100%;
    float: none
  }
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02 .top-3merit-box__ttl {
    margin: 0 0 30px
  }
}

.top-3merit-box.box02 .top-3merit-box__img {
  width: 36.324786324786324%;
  float: right;
  margin-left: 3.846153846153846%;
  margin-right: 9.401709401709402%;
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02 .top-3merit-box__img {
    width: 100%;
    margin: 0 0 15px
  }
}

.top-3merit-box.box02 .top-3merit-box__text {
  padding-right: 0
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02.sotetsu {
    padding: 40px 0 0
  }
}

.top-3merit-box.box02.sotetsu .top-3merit-box__bg {
  width: calc(50% + 300px);
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02.sotetsu .top-3merit-box__bg {
    width: 82%
  }
}

.top-3merit-box.box02.sotetsu .top-3merit-box__img {
  margin-right: 8.974358974358974%;
}

@media screen and (max-width:767px) {
  .top-3merit-box.box02.sotetsu .top-3merit-box__img {
    margin-right: 0
  }
}

.top-main {
  position: relative;
  padding: 111px 0 107px;
  z-index: 2;
  background-image: url("/solution/lp/eetab/assets/images/bg_main.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:1367px) {
  .top-main {
    background-attachment: fixed
  }
}

@media screen and (max-width:767px) {
  .top-main {
    padding: 50px 0 45px;
    background-image: url("/solution/lp/eetab/assets/images/bg_main_sp.jpg")
  }
}

.top-main__inner {
  padding: 0 14.102564102564102% 0 13.675213675213676%;
}

@media screen and (max-width:767px) {
  .top-main__inner {
    padding: 0
  }
}

.top-main__ttl {
  margin-bottom: 45px;
  margin-left: 10px;
}

@media screen and (max-width:767px) {
  .top-main__ttl {
    margin-bottom: 23px;
    margin-left: 0
  }
}

.top-main__text p {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
  letter-spacing: .0561em;
  text-align: justify
}

@media screen and (max-width:767px) {
  .top-main__text p {
    font-size: 15px;
    line-height: 1.8
  }
}

.CVbtn {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 99px 0 92px;
}

.CVbtn a {
  display: inline-block;
  background: #003391;
}

.CVbtn a:hover {
  background: rgba(0, 51, 145, 0.5)
}

@media screen and (max-width:767px) {
  .CVbtn {
    padding: 35px 0 40px
  }
}

.convertion-btn {
  position: fixed;
  top: calc(50% - 166.5px);
  right: 0;
  z-index: 1000;
}

.convertion-btn a {
  display: block;
  background: #ffd617;
}

.convertion-btn a:hover {
  background: rgba(255, 214, 23, 0.5)
}

@media screen and (max-width:767px) {
  .convertion-btn {
    max-width: 22.933333333333334%;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -30px
  }
}

.btn-top {
  text-align: center;
  margin-bottom: 62px;
  position: relative;
  z-index: 2;
}

.btn-top a {
  display: inline-block
}

@media screen and (max-width:767px) {
  .btn-top {
    margin-bottom: 30px
  }
  .btn-top a {
    width: 13.200000000000001%
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width:767px) {
  .is-pc {
    display: none
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width:767px) {
  .is-sp {
    display: block
  }
}