@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;
}

html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 105px;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0;
  }
}

* {
  word-break: break-all;
}

section {
  padding: 2.6em 0;
}
@media screen and (min-width: 600px) {
  section {
    padding: 2em 0;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.inner {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

.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;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.secTtl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 2.8rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.8rem;
  }
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 60px;
  padding: 5px 10px 5px 15px;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 5px 10px 5px 20px;
  }
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.header__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.header__logo {
  display: block;
  width: 130px;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo img {
  vertical-align: middle;
}
.header__nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 50px 25px;
    visibility: hidden;
  }
  .header__nav.panelactive {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__nav li {
    margin-left: 30px;
  }
}
.header__nav li a {
  display: block;
  color: #1D3B51;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: 0.6em 0;
    border-bottom: 1px solid #0095D8;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__right {
    display: none;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.header__right__cv {
  color: #1d3b51;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
}
@media screen and (min-width: 600px) {
  .header__right__cv {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__right__cv {
    font-size: 1.4rem;
  }
}
.header__right .cv__btn__wrap {
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header__right .cv__btn__wrap .cv__btn {
  width: 100px;
  padding: 3px;
  border: 2px solid #ffb097;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn {
    font-size: 1.2rem;
    width: 130px;
    padding: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 150px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 168px;
    font-size: 1.6rem;
  }
}
.header__right .cv__btn__wrap .cv__btn.-dl {
  border: 2px solid #5fc3f0;
}
.header__right .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 10px;
  }
}
.header__hamburger {
  width: 20px;
  height: 15px;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
}
@media print, screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__hamburger span {
  width: 100%;
  height: 2px;
  background-color: #0095D8;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 5px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}
.header__hamburger.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__bg {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__bg {
    display: none;
  }
}
.header__bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .header__bg.show {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .header #js-focus-trap {
    display: none;
  }
}

.sp-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  padding: 10px;
}
@media print, screen and (min-width: 1024px) {
  .sp-cv {
    display: none;
  }
}
.sp-cv__btn {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 15px 0 5px;
}
.sp-cv .cv__btn__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 0;
}
.sp-cv .cv__btn__wrap .cv__btn {
  width: 48%;
  font-size: 1.3rem;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(2) {
  margin-top: 0;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer .footer__bottom {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 15px 29px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  #footer .footer__bottom {
    padding: 20px 40px 29px;
  }
}
#footer .footer-logo {
  margin-top: 5px;
}
#footer .footer-logo img {
  margin-left: -10px;
}
#footer .footer-logo p {
  margin-top: 2px;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  #footer .footer-logo p {
    font-size: 1.2rem;
  }
}

.to-top {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 599px) {
  .to-top {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .to-top {
    bottom: 50px;
    left: 50px;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  margin-top: 60px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .kv {
    height: 1000px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv {
    height: 790px;
  }
}
@media screen and (max-width: 599px) {
  .kv__img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 600px) {
  .kv__img {
    width: 659px;
    max-width: 100%;
    margin: -50px 0 0 auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__img {
    position: absolute;
    right: 2%;
    top: 425px;
    height: 414px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__img {
    top: 195px;
  }
}
.kv .inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
@media print, screen and (min-width: 1024px) {
  .kv .inner {
    max-width: 900px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv .inner {
    max-width: 1150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__body {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__body {
    padding-left: 30px;
  }
}
.kv__catch {
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .kv__catch {
    padding: 30px 0 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__catch {
    padding: 56px 0 16px;
  }
}
.kv__catch__sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .kv__catch__sub {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__catch__sub {
    font-size: 2.6rem;
  }
}
.kv__catch__ttl {
  color: #1d3b51;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (max-width: 374px) {
  .kv__catch__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .kv__catch__ttl {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__catch__ttl {
    font-size: 4.7rem;
  }
}
.kv__catch__ttl .size-l {
  font-size: 3.8rem;
}
@media screen and (min-width: 600px) {
  .kv__catch__ttl .size-l {
    font-size: 5.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__catch__ttl .size-l {
    font-size: 7.2rem;
  }
}
.kv .primary1 {
  color: #008d91;
}
.kv__info {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .kv__info {
    padding: 0 60px 0 0;
  }
}
.kv__info::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/kv_info.png) no-repeat center right/cover;
}
@media screen and (min-width: 600px) {
  .kv__info::after {
    width: 200%;
  }
}
.kv__info ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px 0;
}
@media screen and (min-width: 600px) {
  .kv__info ul {
    padding: 22px 0;
  }
}
.kv__info ul li {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.47;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .kv__info ul li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__info ul li {
    font-size: 1.9rem;
    padding: 15px 0;
  }
}
.kv__info ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .kv__info ul li:not(:last-child) {
    margin-right: 40px;
  }
}
.kv__info ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #00d9ca;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
}
@media screen and (min-width: 600px) {
  .kv__info ul li:not(:last-child)::after {
    height: 70px;
    right: -20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__info ul li:not(:last-child)::after {
    height: 84px;
  }
}
.kv .cv__btn__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn__wrap {
    margin-top: 50px;
  }
}
.kv .cv__btn__wrap .cv__btn {
  width: 195px;
  font-size: 1.4rem;
  margin: 0;
  padding: 12px 10px 12px 10px;
}
@media print, screen and (max-width: 374px) {
  .kv .cv__btn__wrap .cv__btn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn {
    width: 240px;
    font-size: 1.7rem;
    padding: 12px 10px 12px 20px;
  }
}
.kv .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0 0 0 10px;
}
.kv .cv__btn__wrap .cv__btn span {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn span {
    width: 36px;
    height: 36px;
  }
}
.kv__bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .kv__bnr {
    margin-top: -15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__bnr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 255px;
    right: -40px;
    z-index: 2;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__bnr {
    top: 25px;
    right: -30px;
  }
}
.kv__bnr__item {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item {
    width: 224px;
    height: 224px;
    padding-top: 30px;
  }
}
.kv__bnr__item:nth-child(2) {
  margin-left: 15px;
}
.kv__bnr__item__ttl {
  color: #1d3b51;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__ttl {
    font-size: 1.8rem;
  }
}
.kv__bnr__item__ttl::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1d3b51;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__ttl::after {
    width: 128px;
    height: 2px;
  }
}
.kv__bnr__item__sub {
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__sub {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.kv__bnr__item__num {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__num {
    font-size: 1.3rem;
  }
}
.kv__bnr__item__num span {
  font-size: 4.2rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #008D91;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__num span {
    font-size: 5.9rem;
  }
}
.kv__bnr__item__info {
  color: #666;
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__info {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.kvSlider {
  margin: 20px 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .kvSlider {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .kvSlider {
    margin: 380px 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kvSlider {
    margin: 120px 0 0;
  }
}
.kvSlider img {
  margin: 0 auto;
}

.sp-cv {
  bottom: -8em;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1023px) {
  .sp-cv.show {
    bottom: 0;
  }
}

.to-top {
  display: none;
}

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  background: #f3f8fa;
  padding: 50px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .lead {
    padding: 80px 0 0;
  }
}
.lead__ttl {
  text-align: center;
  color: #1d3b51;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.46875;
  position: relative;
}
@media print, screen and (max-width: 374px) {
  .lead__ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .lead__ttl {
    font-size: 3.2rem;
  }
}
.lead__list {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .lead__list {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  .lead__list {
    padding: 0 50px;
  }
}
.lead__item {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.lead__item:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .lead__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__item {
    margin: 0;
  }
}
.lead__item__txtWrap {
  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;
  min-height: 110px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
  position: relative;
}
@media screen and (min-width: 600px) {
  .lead__item__txtWrap {
    min-height: 135px;
  }
}
.lead__item__txtWrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16.5px 0 16.5px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}
.lead__item__txt {
  text-align: center;
  color: #1d3b51;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7142857143;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__txt {
    font-size: 1.7rem;
    line-height: 1.8823529412;
  }
}
.lead__item__txt span {
  color: #f25b0a;
  font-size: 1.3em;
  line-height: 1.2;
}
.lead__item__img {
  max-width: 180px;
  margin: 25px auto -5px;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__img {
    max-width: 244px;
    margin: 35px auto -5px;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about__catch {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.about__txt {
  text-align: center;
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  padding: 0;
  background: url(../images/bg_dot.png) center top/cover;
}
.point__content1 {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .point__content1 {
    padding: 75px 0 50px;
  }
}
.point__content2 {
  padding: 40px 0;
  background: #f7fcfc url(../images/bg_dot.png) center top/cover;
}
@media screen and (min-width: 600px) {
  .point__content2 {
    padding: 67px 0;
  }
}
.point__content2 .point__item__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 1024px) {
  .point__content2 .point__item__img {
    margin: 0 0 0 50px;
  }
}
.point__content3 {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .point__content3 {
    padding: 67px 0;
  }
}
.point__head {
  text-align: center;
  margin-bottom: 30px;
}
.point__head__txt {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d3b51;
  max-width: 610px;
  width: 100%;
  padding: 18px 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .point__head__txt {
    font-size: 2.6rem;
  }
}
.point__head__txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16.5px 0 16.5px;
  border-color: #f2f2f2 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}
.point .secTtl {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .point .secTtl {
    margin-bottom: 70px;
  }
}
.point .secTtl span {
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .point .secTtl span {
    line-height: 1;
  }
}
@media screen and (min-width: 600px) {
  .point .secTtl span {
    font-size: 5.6rem;
  }
}
.point__item__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.point__item__head__num {
  color: #fff;
  background: #00d9ca;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 600;
  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;
  font-family: "Lato", sans-serif;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .point__item__head__num {
    font-size: 4rem;
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__num {
    width: 100px;
    height: 100px;
    font-size: 4.3rem;
  }
}
.point__item__head__ttl {
  color: #555;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .point__item__head__ttl {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__ttl {
    font-size: 3.6rem;
  }
}
.point__item__head__subttl {
  color: #008d91;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .point__item__head__subttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__subttl {
    font-size: 2.3rem;
  }
}
.point__item__body {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .point__item__body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}
.point__item__img {
  max-width: 364px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .point__item__img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__img {
    margin: 0 50px 0 0;
  }
}
.point__item__txt {
  color: #555;
  font-size: 1.5rem;
  line-height: 2.4;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .point__item__txt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__txt {
    max-width: 600px;
    margin-top: 0;
  }
}
.point__item__txt .txt-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #f5ff20));
  background: linear-gradient(transparent 10%, #f5ff20 10%);
  font-weight: bold;
  color: #000;
}
.point .cv__wrap {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .point .cv__wrap {
    margin-top: 45px;
  }
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  padding-bottom: 65px;
}
.flow__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .flow__list {
    border-bottom: 1px solid #00d9ca;
  }
}
@media screen and (min-width: 600px) {
  .flow__list1 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list1 {
    margin-top: 30px;
  }
}
.flow__list1 .flow__item:nth-of-type(3) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__list2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flow__list2 .flow__item:nth-of-type(2) .flow__item__head__img {
  margin-bottom: 0;
}
.flow__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 15px 85px;
  border-bottom: 1px solid #00d9ca;
  background: url(../images/icn_flow_line.png) no-repeat left bottom/76px;
  height: 205px;
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item {
    height: 242px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0 0 0 82px;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
.flow__item__head {
  line-height: 1.5;
}
.flow__item__head__img {
  height: 44px;
  padding-left: 70px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item__head__img {
    margin-bottom: 25px;
  }
}
.flow__item__head__img img {
  width: auto;
  height: 100%;
}
.flow__item__head__subttl {
  font-size: 1.3rem;
  font-weight: 600;
  color: #00528e;
  display: inline-block;
  background: #fcee21;
  border-radius: 6px;
  padding: 0 5px;
  line-height: 1.6;
}
.flow__item__head__subttl2 {
  padding-left: 35px;
  position: relative;
}
.flow__item__head__subttl2::before {
  position: absolute;
  content: "¥";
  color: #00528e;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  border: 2px solid #fcee21;
}
.flow__item__head__ttl {
  color: #555;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl {
    font-size: 2rem;
  }
}
.flow__item__head__ttl span {
  font-size: 3.4rem;
  font-weight: 600;
  color: #00d9ca;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl span {
    font-size: 4.1rem;
  }
}
.flow__item__txt {
  font-size: 1.5rem;
  line-height: 1.75;
  width: 96%;
  margin-top: 5px;
  color: #555;
}
@media screen and (min-width: 600px) {
  .flow__item__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item__txt {
    width: 75%;
  }
}

/* --------------------------------------------------
	plan
-------------------------------------------------- */
.plan {
  background: #f3f8fa;
  padding-bottom: 66px;
}
.plan .inner {
  max-width: 1235px;
  width: 100%;
}
.plan .secTtl {
  margin-bottom: 40px;
}
.plan .table__wrap {
  overflow-x: auto;
}
.plan table thead th {
  font-size: 1.8rem;
  padding: 25px 1px;
}
@media print, screen and (min-width: 1024px) {
  .plan table thead th {
    font-size: 2.4rem;
    padding: 40px 1px;
  }
}
.plan table thead th:not(:nth-child(1)) {
  background: #888;
}
.plan table thead th span {
  font-size: 1.2rem;
  margin-top: 15px;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .plan table thead th span {
    font-size: 1.6rem;
  }
}
.plan table tbody th {
  font-size: 1.4rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 1024px) {
  .plan table tbody th {
    font-size: 1.6rem;
  }
}
.plan table tbody td {
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media print, screen and (min-width: 1024px) {
  .plan table tbody td {
    font-size: 1.6rem;
  }
}
.plan table tbody td span {
  font-size: 1.2rem;
  margin-top: 8px;
  display: block;
}

/* --------------------------------------------------
	pro
-------------------------------------------------- */
.pro {
  background: #dbe2e6;
  padding: 40px 0 50px;
}
@media screen and (min-width: 600px) {
  .pro {
    padding: 50px 0 80px;
  }
}
.pro__list {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .pro__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}
.pro__item {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .pro__item {
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  .pro__item {
    width: 49.3%;
    max-width: 570px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item {
    width: 49.6%;
  }
}
.pro__item::after {
  position: absolute;
  content: "";
  width: 54.38%;
  height: 100%;
  z-index: -1;
}
.pro__item:nth-child(1) {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 18px 30px 18px 24px;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(1) {
    margin-bottom: 10px;
    border-radius: 10px 10px 0 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(1) {
    padding: 38px 80px 38px 60px;
  }
}
.pro__item:nth-child(1)::after {
  background: url(../images/pro_img1.png) no-repeat bottom right/100%;
  bottom: 0;
  right: 0;
}
.pro__item:nth-child(1) .pro__item__ttl {
  border-bottom: 1px solid #00d9ca;
  padding-bottom: 8px;
}
.pro__item:nth-child(1) .pro__item__txt {
  margin-top: 15px;
  padding-right: 24%;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(1) .pro__item__txt {
    padding-right: 19%;
  }
}
.pro__item:nth-child(2) {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 18px 24px 18px 30px;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(2) {
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(2) {
    padding: 38px 60px 38px 80px;
  }
}
.pro__item:nth-child(2)::after {
  background: url(../images/pro_img2.png) no-repeat bottom left/100%;
  bottom: 0;
  left: 0;
}
.pro__item:nth-child(2) .pro__item__ttl {
  border-bottom: 1px solid #00d9ca;
  padding-bottom: 8px;
  text-align: right;
}
.pro__item:nth-child(2) .pro__item__txt {
  margin-top: 15px;
  padding-left: 24%;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(2) .pro__item__txt {
    padding-left: 19%;
  }
}
.pro__item:nth-child(3) {
  border-radius: 10px;
  padding: 18px 30px 18px 24px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .pro__item:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(3) {
    border-radius: 10px 0 10px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(3) {
    padding: 38px 80px 38px 60px;
  }
}
.pro__item:nth-child(3)::after {
  background: url(../images/pro_img3.png) no-repeat top right/100%;
  top: 0;
  right: 0;
}
.pro__item:nth-child(3) .pro__item__ttl {
  border-top: 1px solid #00d9ca;
  padding-top: 8px;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(3) .pro__item__ttl {
    position: absolute;
    bottom: 18px;
    left: 24px;
    width: calc(100% - 54px);
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(3) .pro__item__ttl {
    bottom: 38px;
    left: 60px;
    width: calc(100% - 140px);
  }
}
.pro__item:nth-child(3) .pro__item__txt {
  margin-bottom: 15px;
  padding-right: 24%;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(3) .pro__item__txt {
    padding-right: 19%;
  }
}
.pro__item:nth-child(4) {
  border-radius: 10px;
  padding: 18px 24px 18px 30px;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(4) {
    border-radius: 0 10px 10px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item:nth-child(4) {
    padding: 38px 60px 38px 80px;
  }
}
.pro__item:nth-child(4)::after {
  background: url(../images/pro_img4.png) no-repeat top left/100%;
  top: 0;
  left: 0;
}
.pro__item:nth-child(4) .pro__item__ttl {
  border-top: 1px solid #00d9ca;
  padding-top: 8px;
  text-align: right;
}
.pro__item:nth-child(4) .pro__item__txt {
  margin-bottom: 15px;
  padding-left: 24%;
}
@media screen and (min-width: 600px) {
  .pro__item:nth-child(4) .pro__item__txt {
    padding-left: 19%;
  }
}
.pro__item__ttl {
  color: #008d91;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .pro__item__ttl {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .pro__item__ttl {
    font-size: 3rem;
  }
}
.pro__item__txt {
  color: #555;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}
@media print, screen and (min-width: 1024px) {
  .pro__item__txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: #f7fcfc url(../images/bg_dot.png) center top/cover;
  padding: 50px 0 60px;
}
@media screen and (min-width: 600px) {
  .case {
    padding: 40px 0 90px;
  }
}
.case__btn {
  text-align: center;
  margin: 35px 0 70px;
}
@media screen and (min-width: 600px) {
  .case__btn {
    margin: 55px 0 105px;
  }
}
.case__btn__link {
  color: #555;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 600px) {
  .case__btn__link {
    font-size: 2.3rem;
  }
}
.case__btn__link span {
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .case__btn__link span {
    padding-right: 50px;
  }
}
.case__btn__link span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icn_arrow_gray.png) no-repeat center center/100%;
  right: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .case__btn__link span::after {
    width: 36px;
    height: 36px;
  }
}
.case .success-box {
  margin-top: 45px;
  padding: 35px 40px;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .case .success-box {
    margin-top: 30px;
    padding: 20px;
  }
}
.case .success-box .headline {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1d3b51;
}
@media screen and (max-width: 899px) {
  .case .success-box .headline {
    font-size: 1.8rem;
  }
}
.case .success-box .media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.case .success-box .media-box > div.left {
  padding-left: 15px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box > div.left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
  }
}
.case .success-box .media-box > div.left .logo {
  font-size: 2.4rem;
  color: #555;
  padding-bottom: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box > div.left .logo {
    font-size: 1.6rem;
  }
}
.case .success-box .media-box > div.left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10px;
  border-top: 1px solid #00d9ca;
}
.case .success-box .media-box > div.left .content .headline {
  font-size: 2rem;
  font-weight: bold;
  color: #008d91;
  line-height: 1;
  white-space: nowrap;
  margin: 0.3em 1.5em 0 0;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box > div.left .content .headline {
    font-size: 1.5rem;
    margin: 0.3em 0.5em 0 0;
  }
}
.case .success-box .media-box > div.left .content p:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 2.46;
  padding-right: 20px;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box > div.left .content p:nth-of-type(2) {
    line-height: 2;
    padding-right: 0;
  }
}
.case .success-box .media-box > div.right {
  max-width: 332px;
  width: 100%;
  margin-left: 24px;
}
@media screen and (max-width: 899px) {
  .case .success-box .media-box > div.right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin-left: 0;
  }
}
.case .success-box .media-box > div.right img {
  width: 100%;
}
.case .success-box .before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .case .success-box .before-after {
    margin-top: 0;
  }
}
.case .success-box .before-after > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 48.2%;
  min-height: 100px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  .case .success-box .before-after > div {
    display: block;
    height: auto;
  }
}
.case .success-box .before-after > div.before {
  position: relative;
}
.case .success-box .before-after > div.before::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 14px;
  height: 40px;
  background: url("../images/arrow_gray.png") no-repeat;
}
@media screen and (max-width: 899px) {
  .case .success-box .before-after > div.before::before {
    right: -6%;
    width: 10px;
    height: 27px;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  .case .success-box .before-after > div.before::before {
    right: -7%;
  }
}
.case .success-box .before-after > div.before .title {
  background-color: #008d91;
}
.case .success-box .before-after > div.after .title {
  background-color: #f25b0a;
}
.case .success-box .before-after > div .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 145px;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
@media screen and (max-width: 899px) {
  .case .success-box .before-after > div .title {
    width: 100%;
    height: auto;
    padding: 8px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.case .success-box .before-after > div .content {
  width: calc(100% - 145px);
  padding: 15px;
}
@media screen and (max-width: 899px) {
  .case .success-box .before-after > div .content {
    width: 100%;
    padding: 10px;
  }
}
.case .success-box .before-after > div .content p {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* --------------------------------------------------
	business
-------------------------------------------------- */
@media screen and (min-width: 600px) {
  .business {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .business .secTtl {
    font-size: 1.8rem;
  }
}
.business__container {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .business__container {
    margin-top: 60px;
  }
}
.business__list {
  display: none;
}
.business__list img {
  margin: 0 auto;
}
.business__note {
  text-align: right;
  color: #555;
  font-size: 1rem;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .business__note {
    font-size: 1.2rem;
  }
}

.slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

/* --------------------------------------------------
	form
-------------------------------------------------- */
.form {
  background: #dbe2e6;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .form {
    padding-bottom: 86px;
  }
}
.form .secTtl {
  margin-bottom: 42px;
}
.form .cv__logo {
  margin: 15px auto 40px;
}

/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv {
  padding: 35px 0 40px;
}
@media screen and (min-width: 600px) {
  .cv {
    padding: 50px 0 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv {
    padding: 60px 0 95px;
  }
}
.cv-gray {
  background: #f3f8fa;
}
.cv__lead {
  text-align: center;
  color: #1D3B51;
  font-size: 1.8rem;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .cv__lead {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__lead {
    font-size: 3.8rem;
  }
}
.cv__wrap {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
          box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
  padding: 20px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 25px 20px 40px;
  }
}
.cv__catch {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.86;
  color: #008d91;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    text-align: center;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__catch {
    font-size: 2.8rem;
  }
}
.cv__txt {
  text-align: center;
  font-size: 1.8rem;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2.1rem;
  }
}
.cv__logo {
  max-width: 265px;
  width: 80%;
  margin: 15px auto 35px;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 298px;
    width: 100%;
    margin: 15px auto 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__logo {
    margin: 15px auto 80px;
  }
}
.cv__btn {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 260px;
  padding: 15px;
  background: linear-gradient(93.48deg, #FF4768, #F25B0A);
  border: 3px solid #FF8FA3;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
  border-radius: 50px;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .cv__btn {
    padding: 20px 20px 20px 36px;
    width: 360px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn.-dl {
  background: linear-gradient(93.48deg, #5FC3F0, #0095D8);
  border: 3px solid #80CAEB;
}
.cv__btn span {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 600px) {
  .cv__btn span {
    width: 54px;
    height: 54px;
  }
}
.cv__btn__wrap {
  margin-top: 18px;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 40px;
  }
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
.company {
  padding: 50px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 899px) {
  .company {
    padding: 40px 3vw;
  }
}

.company .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .company .contents-inner {
    padding: 0 3vw;
  }
}

.company .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  .company .list {
    display: block;
  }
}

.company .list > div {
  width: 49%;
}
@media screen and (max-width: 899px) {
  .company .list > div {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .company .list > div:nth-of-type(2) {
    margin-top: 30px;
  }
}

.company .list > div .headline {
  padding-bottom: 16px;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #1c3b51;
  color: #1c3b51;
}
@media screen and (max-width: 899px) {
  .company .list > div .headline {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}

.company .list > div table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .company .list > div table {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .company .list > div table tr,
  .company .list > div table th, .company .list > div table td {
    display: block;
    width: 100%;
  }
}
.company .list > div table th, .company .list > div table td {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
  color: #404040;
}
@media screen and (max-width: 899px) {
  .company .list > div table th, .company .list > div table td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}

.company .list > div table th {
  width: 160px;
  text-align: left;
  color: #1c3b51;
}
@media screen and (max-width: 600px) {
  .company .list > div table th {
    width: 100%;
  }
}

.company .list > div table td a {
  color: #404040;
}

.company .list > div table td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.company .list > div table td ul li span:nth-of-type(1) {
  padding-right: 10px;
}

.company .list > div table td ul li.indent span:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}

.company .list > div .logo {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .company .list > div .logo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 899px) {
  .company .list > div .logo img {
    width: 70%;
    max-width: 250px;
  }
}
/*# sourceMappingURL=style.css.map */