@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ----------------------------------------
	base
---------------------------------------- */
html,
body {
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

* {
  word-break: break-all;
}

section {
  padding: 2.5em 0;
}

img {
  max-width: 100%;
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.secTtl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #444;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 3.2rem;
  }
}
.secTtl span {
  color: #0076bd;
}

.yellow {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff100), color-stop(50%, transparent));
  background: linear-gradient(left, #fff100 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.1em;
  background-position: 100% 0.2em;
  -webkit-transition: 1s;
  transition: 1s;
}
.yellow.is-active {
  background-position: 0% 0.2em;
}

.shine {
  position: relative;
  z-index: 2;
}
.shine::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.shine:hover::before {
  background: #ffff28;
  left: 0;
  width: 100%;
}

.note {
  text-align: right;
  color: #444;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .note {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header.fix .header__logo {
  background-image: url(../img/logo_black.png);
}
.header.fix .header__right {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: block;
  width: 156px;
  height: 36px;
  margin: 10px 0 0 10px;
  background: url(../img/logo_white.png) no-repeat center center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 180px;
    height: 42px;
    margin: 15px 0 0 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 217px;
    height: 58px;
    margin: 20px 0 0 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo {
    margin: 20px 0 0 35px;
  }
}
.header__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.header__right__tel {
  color: #003867;
  background: #fff100;
  line-height: 1.2;
}
.header__right__tel a {
  display: block;
  text-align: center;
  height: 100%;
  width: 150px;
  padding: 6px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .header__right__tel a {
    width: 160px;
    padding: 13px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__tel a {
    width: 240px;
  }
}
.header__right__tel a .num {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .header__right__tel a .num {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__tel a .num {
    font-size: 2.8rem;
  }
}
.header__right__tel a .time {
  display: block;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .header__right__tel a .time {
    font-size: 1.2rem;
  }
}
.header__right__cv {
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .header__right__cv {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    padding: 12px 20px;
  }
}
.header__right__cv.fix {
  display: block;
}
.header__right__cv .btn {
  font-size: 1.4rem;
  padding: 13px 0;
  width: 160px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv .btn {
    font-size: 1.7rem;
    width: 200px;
  }
}
.header__right__cv .btn span {
  padding-right: 15px;
}
.header__right__cv .btn span::after {
  top: 8px;
  width: 10px;
  height: 10px;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  background: #f8f9f9;
  padding: 30px 0 15px;
}
@media print, screen and (min-width: 1024px) {
  .footer {
    padding: 82px 0 30px;
  }
}
.footer .inner {
  width: 94%;
  max-width: 1340px;
}
@media print, screen and (min-width: 1024px) {
  .footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.footer__logo {
  display: block;
  width: 200px;
}
@media print, screen and (min-width: 1024px) {
  .footer__logo {
    width: 262px;
  }
}
.footer__info {
  margin-top: 40px;
}
.footer__info__txt {
  color: #444;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .footer__info__txt {
    font-size: 1.5rem;
  }
}
.footer__info__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 8px;
}
.footer__info__tel {
  display: inline-block;
  color: #003867;
  font-family: "Lato", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  margin-right: 15px;
}
@media print, screen and (min-width: 1024px) {
  .footer__info__tel {
    margin-right: 25px;
  }
}
.footer__info__time {
  color: #003867;
  font-size: 1.2rem;
}
.footer__copy {
  color: #666;
  font-size: 1rem;
  text-align: right;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .footer__copy {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 0;
  }
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */
.to-top {
  z-index: 100;
  display: none;
}
.to-top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0076bd;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-top a::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #0076bd;
  border-left: 3px solid #0076bd;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-top a:hover {
  background: #0076bd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.to-top a:hover::after {
  border-color: #fff;
}

/* --------------------------------------------------
	共通
-------------------------------------------------- */
.btn {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  max-width: 345px;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media screen and (max-width: 599px) {
  .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .btn {
    font-size: 2rem;
    padding: 22px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .btn {
    font-size: 2.4rem;
  }
}
.btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 18px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 18px 18px rgba(0, 0, 0, 0.15) !important;
}
.btn__dl {
  border: 2px solid #00b2dd;
  background: #fff;
  color: #0076bd;
}
.btn__dl span::after {
  border-top: 3px solid #0076bd;
  border-right: 3px solid #0076bd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn__mail {
  border: 2px solid #f8ac91;
  background: -webkit-gradient(linear, left top, right top, from(#f15a24), to(#ff7300));
  background: linear-gradient(to right, #f15a24, #ff7300);
  color: #fff;
}
.btn__mail span::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.btn__mail::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #ff7300;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn__mail:hover::before {
  opacity: 1;
}
.btn span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .btn span {
    padding-right: 25px;
  }
}
.btn span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  .btn span::after {
    top: 11px;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  height: 480px;
  position: relative;
  padding: 96px 0 0;
  background: url(../img/ebook/kv_bg.jpg) no-repeat center center/cover;
}
.kv .inner {
  max-width: 1120px;
}
.kv__ttl {
  color: #fff;
}
.kv__ttl .sm {
  font-size: 3.2rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 374px) {
  .kv__ttl .sm {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .kv__ttl .sm {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__ttl .sm {
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__ttl .sm {
    font-size: 5.6rem;
  }
}
.kv__ttl .lg {
  font-size: 4.2rem;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 374px) {
  .kv__ttl .lg {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 600px) {
  .kv__ttl .lg {
    font-size: 5.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__ttl .lg {
    font-size: 6.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__ttl .lg {
    font-size: 7.2rem;
  }
}

.feature {
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 26px 26px rgba(0, 0, 0, 0.15);
          box-shadow: 0 26px 26px rgba(0, 0, 0, 0.15);
  max-width: 950px;
  width: 100%;
  position: relative;
  margin: 80px auto 0;
  padding: 130px 20px 20px;
}
@media screen and (min-width: 600px) {
  .feature {
    padding: 190px 25px 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature {
    margin: 120px auto 0;
    padding: 25px 25px 25px 415px;
  }
}
.feature__img {
  width: 280px;
  position: absolute;
  left: 50%;
  top: -85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .feature__img {
    width: 350px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature__img {
    left: 20px;
    width: 407px;
    -webkit-transform: none;
            transform: none;
  }
}
.feature__body {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .feature__body {
    text-align: left;
  }
}
.feature__subttl {
  font-size: 2rem;
  font-weight: 600;
}
.feature__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature__txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.feature .btn {
  font-size: 2rem;
  padding: 16px 0;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .feature .btn {
    font-size: 2.2rem;
    padding: 18px 0;
    max-width: 260px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature .btn {
    margin: 0;
  }
}
.feature .btn span {
  padding-right: 20px;
}
.feature .btn span::after {
  width: 11px;
  height: 11px;
}

/* --------------------------------------------------
	service
-------------------------------------------------- */
.service {
  padding: 210px 0 40px;
}
@media screen and (min-width: 600px) {
  .service {
    padding: 280px 0 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service {
    padding: 200px 0 100px;
  }
}
.service .secTtl {
  color: #000;
  font-size: 2.6rem;
  border-bottom: 1px solid #00b2dd;
  padding-bottom: 24px;
}
.service__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  .service__item {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .service__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 4%;
  }
  .service__item:nth-child(2n) {
    margin-right: 0;
  }
  .service__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__item {
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    margin-right: 4%;
  }
  .service__item:nth-child(4n) {
    margin-right: 0;
  }
  .service__item:nth-child(n+5) {
    margin-top: 60px;
  }
}
.service__item__img {
  display: block;
  background: #edf8fa;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 8% 0;
}
@media print, screen and (min-width: 1024px) {
  .service__item__img {
    height: 260px;
    padding: 0;
  }
}
.service__item__img img {
  width: 85%;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}
.service__item__ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.service__item__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 10px;
}
.service__item .btn {
  font-size: 1.8rem;
  max-width: 208px;
  margin: 15px auto 0;
  padding: 14px 0;
}
.service__item .btn span {
  padding-right: 15px;
}
.service__item .btn span::after {
  top: 52%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
/*# sourceMappingURL=ebook.css.map */