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

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 screen and (min-width: 600px) {
  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: #004066;
}
@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: 1000;
  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 {
  width: 130px;
  margin-top: 5px;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 150px;
    margin-right: 40px;
  }
}
.header__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.header__nav__list li:not(:last-child) {
  margin-right: 21px;
}
@media screen and (min-width: 1280px) {
  .header__nav__list li:not(:last-child) {
    margin-right: 25px;
  }
}
.header__nav__list li:not(:last-child) a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 55%;
  background: #ccc;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .header__nav__list li:not(:last-child) a::after {
    right: -12px;
  }
}
.header__nav__list li a {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__nav__list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .header__right {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .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: #004066;
  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 screen and (min-width: 1280px) {
  .header__right__cv {
    margin-right: 30px;
    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 screen and (min-width: 1280px) {
  .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;
  }
}

.sp-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .sp-cv {
    display: none;
  }
}
.sp-cv__btn {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.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;
  background: linear-gradient(86deg, #cbd6dc, #f3f8fa);
}
@media screen and (min-width: 1130px) {
  .kv {
    height: 580px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv {
    height: 600px;
  }
}
.kv__img {
  margin: -95px 0 0 -45px;
  width: 158%;
}
@media screen and (min-width: 600px) {
  .kv__img {
    margin: -85px 0 0 auto;
    width: 683px;
    height: 351px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__img {
    position: absolute;
    right: -170px;
    bottom: 0;
    margin: 0;
    width: 66.71vw;
    height: 34.29vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__img {
    width: 854px;
    height: 439px;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__img {
    right: -4%;
  }
}
.kv .inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
@media screen and (min-width: 1130px) {
  .kv .inner {
    max-width: 1220px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__body {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__body {
    padding-left: 30px;
  }
}
.kv__catch {
  padding: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .kv__catch {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1130px) {
  .kv__catch {
    padding: 70px 0 0;
  }
}
.kv__catch__sub {
  color: #0094d7;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  background: #fff;
  padding: 3px 7px 3px 10px;
}
@media screen and (min-width: 600px) {
  .kv__catch__sub {
    font-size: 1.6rem;
    padding: 5px 12px 5px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .kv__catch__sub {
    font-size: 2rem;
  }
}
.kv__catch__ttl {
  color: #004066;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.52;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .kv__catch__ttl {
    font-size: 3.6rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .kv__catch__ttl {
    font-size: 4.8rem;
    margin-top: 30px;
  }
}
.kv__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .kv__txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__txt {
    line-height: 2.375;
    margin-top: 50px;
  }
}
.kv .cv__btn__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .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: 20px;
  }
}
.kv .cv__btn__wrap .cv__btn {
  width: 200px;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 10px 10px 20px;
  border-radius: 33px;
}
@media screen and (max-width: 599px) {
  .kv .cv__btn__wrap .cv__btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn {
    width: 240px;
    padding: 12px 10px 12px 20px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 20px;
  }
}
.kv .cv__btn__wrap .cv__btn span {
  width: 30px;
  height: 30px;
}
@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: 10px;
}
@media screen and (min-width: 600px) {
  .kv__bnr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1130px) {
  .kv__bnr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 60px;
    right: -40px;
    z-index: 2;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__bnr {
    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:nth-child(2) .kv__bnr__item__num span {
  background: -webkit-gradient(linear, left top, right top, from(#5fc3f0), to(#0095d8));
  background: linear-gradient(to right, #5fc3f0, #0095d8);
  background: -webkit-linear-gradient(to right, #5fc3f0, #0095d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__bnr__item__ttl {
  color: #004066;
  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: #004066;
}
@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;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
  background: linear-gradient(to right, #ff8a00, #ff4768);
  background: -webkit-linear-gradient(to right, #ff8a00, #ff4768);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@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;
  }
}

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

.to-top {
  display: none;
}

.kvSlider {
  margin: 20px 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .kvSlider {
    margin: 20px 0;
  }
}
.kvSlider img {
  margin: 0 auto;
}
.kvSlider .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.kvSlider .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;
}

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  background: #f3f8fa;
  padding: 2.5em 0 0;
}
.lead__ttl {
  text-align: center;
  color: #004066;
  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__ttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #004066 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}
.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;
}
@media print, screen and (min-width: 1024px) {
  .lead__item {
    margin: 0;
  }
}
.lead__item:not(:last-child) {
  margin: 0 auto 30px;
}
@media print, screen and (min-width: 1024px) {
  .lead__item:not(:last-child) {
    margin: 0;
  }
}
.lead__item__txt {
  background: #fff;
  text-align: center;
  color: #004066;
  border-radius: 30px;
  padding: 20px 5px;
  -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__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__item__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.lead__item__txt::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 span {
  color: #0095d8;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__txt span {
    font-size: 1.9rem;
  }
}
.lead__item__img {
  max-width: 160px;
  margin: 25px auto 0;
}
@media print, screen and (min-width: 1024px) {
  .lead__item__img {
    max-width: 225px;
    margin: 35px auto -6px;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about {
  background: #e6f4fa;
  padding: 120px 0 70px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about {
    padding: 160px 0 70px;
  }
}
.about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: #e6f4fa;
  top: 100%;
  left: 0;
  z-index: -1;
}
.about__catch {
  text-align: center;
  color: #004066;
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .about__catch {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__catch {
    font-size: 3.8rem;
  }
}
.about__catch::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b0def3 transparent transparent transparent;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 30px 120px 0px 120px;
}
@media screen and (min-width: 600px) {
  .about__catch::before {
    border-width: 43px 203px 0px 203px;
  }
}
.about__txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .about__txt {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__txt {
    margin-bottom: 95px;
  }
}

/* --------------------------------------------------
	point
-------------------------------------------------- */
.point {
  padding: 25px 0 40px;
  border-radius: 50px 50px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .point {
    padding: 52px 0 90px;
    border-radius: 100px 100px 0 0;
  }
}
.point__head {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .point__head {
    margin-bottom: 20px;
  }
}
.point__head__txt {
  display: inline-block;
  background: #f3f8fa;
  border-radius: 22px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #004066;
  max-width: 220px;
  width: 100%;
  padding: 19px 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .point__head__txt {
    font-size: 2.4rem;
    max-width: 306px;
  }
}
.point__head__txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16.5px 0 16.5px;
  border-color: #f3f8fa transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}
.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__list {
  margin-top: 30px;
}
.point__item {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .point__item {
    padding-bottom: 80px;
  }
}
.point__item__head {
  border: 2px solid #0094d7;
  color: #0094d7;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 15px;
}
@media print, screen and (min-width: 1024px) {
  .point__item__head {
    padding: 18px 30px;
  }
}
.point__item__head__num {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .point__item__head__num {
    font-size: 5rem;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__num {
    font-size: 6rem;
    padding-right: 25px;
  }
}
.point__item__head__num span {
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .point__item__head__num span {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
.point__item__head__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 2px solid #0094d7;
  padding-left: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .point__item__head__ttl {
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item__head__ttl {
    font-size: 3rem;
    padding-left: 30px;
    line-height: 2;
  }
}
.point__item__txt {
  font-size: 1.6rem;
  max-width: 714px;
  margin: 0 auto;
}
.point__item__txt span {
  background: #fcee21;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcee21));
  background: linear-gradient(transparent 10%, #fcee21 10%);
}
.point .point1__wrap {
  margin: 35px 0 0;
}
@media screen and (min-width: 600px) {
  .point .point1__wrap {
    margin: 35px 0 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point1__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.point .point1__item {
  margin: 0 auto 35px;
}
@media screen and (min-width: 600px) {
  .point .point1__item {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point1__item {
    width: 48%;
    margin: 0;
  }
}
.point .point1__item:nth-child(2) .point1__ttl {
  color: #fff;
  background: #0095d8;
}
.point .point1__item:nth-child(2) .point1__txt {
  color: #00528e;
}
.point .point1__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.025em;
  color: #666;
  background: #f2f2f2;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .point .point1__ttl {
    font-size: 2.4rem;
  }
}
.point .point1__img {
  width: 80%;
  margin: 0 auto;
  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;
}
@media screen and (min-width: 600px) {
  .point .point1__img {
    width: auto;
    height: 360px;
    margin: 0;
  }
}
.point .point1__img .point1__img1 {
  width: 380px;
}
.point .point1__img .point1__img2 {
  width: 360px;
}
.point .point1__txt {
  text-align: center;
  color: #666;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .point .point1__txt {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.point .point2 .point__item__txt {
  max-width: 528px;
}
.point .point2__list {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .point .point2__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 50px 0 30px;
  }
}
.point .point2__item {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) {
  .point .point2__item {
    width: 400px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point2__item {
    width: 32%;
    margin: 0 8px 0 0;
  }
}
.point .point2__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: -11px;
  width: 146px;
  height: 140px;
  background: url(../images/point2_img1.png) no-repeat center center/100%;
}
@media screen and (min-width: 600px) {
  .point .point2__item::after {
    width: 154px;
    height: 147px;
    top: -6px;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item::after {
    right: 33px;
    right: 10px;
  }
}
.point .point2__item:nth-child(1) .point2__item__ttl {
  padding: 10px 30px;
}
.point .point2__item:nth-child(1) .point2__item__ttl::before {
  display: none;
}
.point .point2__item:nth-child(1) .point2__item__ttl::after {
  display: none;
}
@media screen and (min-width: 600px) {
  .point .point2__item:nth-child(1) .point2__item__ttl::after {
    display: block;
  }
}
.point .point2__item:nth-child(2)::after {
  background-image: url(../images/point2_img2.png);
  width: 103px;
  height: 133px;
  top: -6px;
}
@media screen and (min-width: 600px) {
  .point .point2__item:nth-child(2)::after {
    width: 108px;
    height: 140px;
    top: -1px;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item:nth-child(2) .point2__item__name {
    padding-left: 50px;
  }
}
.point .point2__item:nth-child(2) .point2__item__ttl {
  background: #9ed7f0;
}
.point .point2__item:nth-child(2) .point2__item__ttl::after {
  border-color: transparent transparent transparent #9ed7f0;
}
.point .point2__item:nth-child(3)::after {
  background-image: url(../images/point2_img3.png);
  width: 143px;
  height: 124px;
  top: 5px;
}
@media screen and (min-width: 600px) {
  .point .point2__item:nth-child(3)::after {
    width: 159px;
    height: 138px;
    top: 3px;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item:nth-child(3) .point2__item__name {
    padding-left: 40px;
  }
}
.point .point2__item:nth-child(3) .point2__item__ttl {
  background: #73c5ea;
}
.point .point2__item:nth-child(3) .point2__item__ttl::after {
  border-color: transparent transparent transparent #73c5ea;
}
.point .point2__item__name {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 108px;
}
@media screen and (min-width: 600px) {
  .point .point2__item__name {
    display: inline-block;
    padding-left: 30px;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point2__item__name {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item__name {
    padding-left: 70px;
  }
}
.point .point2__item__name span {
  font-size: 1.4rem;
}
.point .point2__item__ttl {
  color: #0095d8;
  font-size: 2.4rem;
  font-weight: 600;
  background: #cceaf7;
  padding: 10px 30px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .point .point2__item__ttl {
    font-size: 2.6rem;
    height: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item__ttl {
    font-size: 3rem;
    padding: 10px 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point2__item__ttl::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    top: 0;
    border-color: transparent transparent transparent #f3f8fa;
    left: -1px;
  }
}
@media screen and (min-width: 600px) {
  .point .point2__item__ttl::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    top: 0;
    border-color: transparent transparent transparent #cceaf7;
    left: 99.9%;
    z-index: 2;
  }
}
.point .point2__item__ttl span {
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  .point .point2__item__ttl span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .point .point2__item__ttl span {
    font-size: 2.6rem;
  }
}
.point .point2__item__info li {
  color: #004066;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875;
  padding-left: 28px;
  background: url(../images/icn_check_sky.svg) no-repeat center left 6px/12px;
}
@media screen and (min-width: 600px) {
  .point .point2__item__info li {
    font-size: 1.6rem;
  }
}
.point .point3 {
  padding-bottom: 0;
}
.point .point3 .point__item__txt {
  max-width: 532px;
}
@media print, screen and (min-width: 1024px) {
  .point .point3 .point__item__txt {
    margin: 0;
  }
}
.point .point3__inner {
  max-width: 986px;
  margin: 20px auto 40px;
}
@media print, screen and (min-width: 1024px) {
  .point .point3__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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.point .point3__img {
  width: 224px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .point .point3__img {
    width: 384px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .point3__img {
    margin: 0;
  }
}
.point .tableWrap {
  padding: 20px;
  background: #f3f8fa;
  margin-bottom: 55px;
}
@media screen and (min-width: 600px) {
  .point .tableWrap {
    padding: 30px 30px 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .tableWrap {
    padding: 30px 75px 40px;
  }
}
.point .tableWrap-ttl {
  text-align: center;
  color: #004066;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .point .tableWrap-ttl {
    font-size: 2.6rem;
  }
}
.point .tableWrap-txt {
  text-align: center;
  font-size: 1.6rem;
}
.point .table {
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
}
.point .table thead th {
  height: 80px;
  padding: 5px;
}
.point .table thead th:first-child {
  width: 30%;
}
.point .table th, .point .table td {
  width: 23.33%;
  height: 60px;
  border: 2px solid #ccc;
  vertical-align: middle;
}
.point .table th {
  color: #666;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .point .table th {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .table th {
    font-size: 2.1rem;
  }
}
.point .table th.bg-sky {
  background: #e5f4fb;
}
.point .table th.bg-gray {
  background: #eee;
}
.point .table th .thLogo {
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .point .table th .thLogo {
    width: 110px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .table th .thLogo {
    width: 164px;
  }
}
.point .table td {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .point .table td {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .table td {
    font-size: 1.8rem;
  }
}
.point .table td:first-child {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .point .table td:first-child {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point .table td:first-child {
    padding: 0 0 0 25px;
  }
}
.point .table td:not(:first-child) {
  color: #b3b3b3;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .point .table td:not(:first-child) {
    font-size: 2.4rem;
  }
}
.point .table td.clr-sky {
  color: #0095d8;
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: #f3f8fa;
  padding-bottom: 75px;
}
.case__list {
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .case__list {
    margin-top: 40px;
  }
}
.case__item {
  background: #dbe2e6;
  padding: 20px;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .case__item {
    padding: 30px 45px 40px;
  }
}
.case__item__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.case__item__img {
  margin-right: 25px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 599px) {
  .case__item__subtxt {
    font-size: 1.3rem;
  }
}
.case__item__txt {
  color: #004066;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .case__item__txt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__txt {
    font-size: 2rem;
  }
}
.case__item__body {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .case__item__body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.case__item__body .block {
  background: #fff;
  border-radius: 10px;
  padding: 45px 30px 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .case__item__body .block {
    padding: 55px 40px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__body .block {
    width: 45.28%;
  }
}
.case__item__body .block:nth-child(1) {
  margin-bottom: 65px;
}
@media screen and (min-width: 600px) {
  .case__item__body .block:nth-child(1) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__body .block:nth-child(1) {
    margin-bottom: 0;
  }
}
.case__item__body .block:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(100% + 17px);
  background: url(../images/icn_case_arrow.png) no-repeat center center/100%;
  width: 48px;
  height: 31px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 600px) {
  .case__item__body .block:nth-child(1)::after {
    top: 105%;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__body .block:nth-child(1)::after {
    left: 102%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16.66%;
    height: 52px;
  }
}
.case__item__body .block__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: -12px;
  top: 15px;
}
.case__item__body .block__head .en {
  display: inline-block;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 36px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .case__item__body .block__head .en {
    font-size: 2.7rem;
    padding: 0 30px;
    line-height: 40px;
  }
}
.case__item__body .block__head .en::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  border-radius: 6px;
  background: #004066;
  z-index: -1;
}
.case__item__body .block__head .ja {
  color: #666;
  padding: 0 18px;
  border-bottom: 2px solid #004066;
}
.case__item__body .block__txt {
  font-size: 1.5rem;
  line-height: 2.25;
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .case__item__body .block__txt {
    font-size: 1.6rem;
  }
}
.case__item__body .block__txt span {
  background: #fcee21;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcee21));
  background: linear-gradient(transparent 10%, #fcee21 10%);
}
.case__item__body .block-after .en::after {
  background: #0095d8;
}
.case__item__body .block-after .block__head .ja {
  border-color: #0095d8;
}
.case__item__body .block-after .block__txt {
  color: #004066;
  font-weight: bold;
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
@media screen and (min-width: 600px) {
  .company {
    padding: 50px 0 80px;
  }
}
.company .secTtl {
  color: #0094d7;
}
@media screen and (max-width: 599px) {
  .company .secTtl {
    font-size: 1.8rem;
  }
}
.company .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.company .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;
}
.company__container {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .company__container {
    margin-top: 60px;
  }
}
.company__list {
  display: none;
}
.company__list img {
  margin: 0 auto;
}
.company__note {
  text-align: right;
  color: #666;
  font-size: 1.2rem;
  margin: 40px 0 20px;
}

.slick-slide {
  margin: 0 10px;
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  background: #f3f8fa;
  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 #0095d8;
  }
}
@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 #0095d8;
  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: #00528e;
  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: #0095d8;
  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;
}
@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: #dbe2e6;
}
.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 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;
}

/* --------------------------------------------------
	achieve
-------------------------------------------------- */
.achieve {
  background: #f3f8fa;
  padding-bottom: 40px;
}
.achieve .inner {
  max-width: 1200px;
  width: 100%;
}
.achieve .secTtl {
  margin-bottom: 40px;
}
.achieve__item {
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .achieve__item {
    width: 96%;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 600px) {
  .achieve__item {
    padding: 48px 56px;
  }
}
.achieve__item__wrap {
  margin-top: 32px;
}
.achieve__item__wrap > div {
  margin-top: 16px;
}
.achieve__item__txt {
  font-size: 1.2rem;
}
.achieve__item__txt2 {
  font-size: 1.2rem;
  width: 64px;
  height: 64px;
  left: -3.5rem;
}
.achieve__item__txt3 {
  font-size: 1.2rem;
  line-height: 1.5;
  height: 64px;
}
@media screen and (max-width: 599px) {
  .achieve__item__txt4 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 599px) {
  .achieve__item__txt5 {
    font-size: 1.4rem;
  }
}
.achieve__item__number {
  font-size: 3.6rem;
}
@media screen and (min-width: 600px) {
  .achieve__item__number {
    font-size: 4.8rem;
  }
}
.achieve__item__note {
  margin-top: 24px;
}
.achieve__item__note__txt {
  line-height: 1.75;
}

/* --------------------------------------------------
	pro
-------------------------------------------------- */
.pro {
  background: #dbe2e6;
  padding-bottom: 70px;
}
.pro__txt {
  font-size: 1.6rem;
  margin: 24px 0 40px;
}
@media screen and (min-width: 600px) {
  .pro__txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
.pro__txt span {
  font-weight: bold;
}
.pro .cv__wrap {
  margin-top: 120px;
}
.pro .swiper-wrapper {
  display: none;
}
.pro .swiper-slide h3 {
  font-size: 2.4rem;
}
.pro .swiper-slide .swiper-slide-wrap {
  padding: 0 24px;
}
.pro .swiper-slide .swiper-slide-ttlWrap {
  margin-top: 20px;
}
.pro .swiper-slide .swiper-slide-lead {
  line-height: 1.5;
  margin-top: 12px;
}
.pro .swiper-slide .swiper-slide-txtWrap {
  margin: 16px 0 24px;
}
.pro .swiper-slide .swiper-slide-txt {
  font-size: 1.2rem;
}
.pro .slick-list {
  overflow-x: hidden;
}
.pro .slick-slide {
  float: left;
}
.pro .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  width: auto !important;
  bottom: -50px !important;
  left: 10px;
}
.pro .swiper-pagination li {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 4px;
  cursor: pointer;
  background: #000;
  opacity: 0.2;
  text-indent: -9999px;
}
.pro .swiper-pagination li.slick-active {
  background: #fff;
  opacity: 1;
}
.pro .slider-left-btn,
.pro .slider-right-btn {
  bottom: -55px;
  cursor: pointer;
}
.pro .slider-right-btn {
  right: 10px;
}

/* --------------------------------------------------
	form
-------------------------------------------------- */
.form {
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .form {
    padding-bottom: 86px;
  }
}
.form .secTtl {
  margin-bottom: 32px;
}
.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__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: 25px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 28px 10px 30px;
  }
}
.cv__catch {
  font-size: 1.8rem;
  font-weight: 600;
  color: #004066;
  line-height: 1.8;
}
@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.6rem;
  }
}
.cv__txt {
  text-align: center;
  font-size: 1.8rem;
  color: #004066;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2.1rem;
  }
}
.cv__logo {
  max-width: 265px;
  width: 100%;
  margin: 15px auto 35px;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 354px;
    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, #ff8a00, #ff4768);
  border: 3px solid #ffb097;
  -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.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn.-dl {
  background: #0095d8;
  border: 3px solid #5fc3f0;
}
.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: 15px;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap {
    margin-top: 20px;
  }
}
@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;
    margin-top: 40px;
  }
}
.cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 10px 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;
  }
}

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

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

.companyInfo .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) {
  .companyInfo .list {
    display: block;
  }
}

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

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

.companyInfo .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) {
  .companyInfo .list > div .headline {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}

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

@media screen and (max-width: 600px) {
  .companyInfo .list > div table tr,
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    display: block;
    width: 100%;
  }
}
.companyInfo .list > div table th,
.companyInfo .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) {
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}

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

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

.companyInfo .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;
}

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

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

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

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