@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%;
  background: #f1f1f1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  background: #fff;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  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: 40px 0;
}
@media screen and (min-width: 600px) {
  section {
    padding: 4em 0;
  }
}

img {
  max-width: 100%;
}

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

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

.inner--s {
  width: 90%;
  max-width: 1100px;
  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: 2.4rem;
  font-weight: 600;
  color: #07507b;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.6rem;
    margin-bottom: 42px;
  }
}
.secTtl span {
  position: relative;
}
.secTtl span::before, .secTtl span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #07507b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 1024px) {
  .secTtl span::before, .secTtl span::after {
    width: 100px;
  }
}
.secTtl span::before {
  right: calc(100% + 15px);
}
.secTtl span::after {
  left: calc(100% + 15px);
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  padding: 5px 10px 5px 15px;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 5px 10px 5px 20px;
    height: 60px;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 180px;
  }
}
@media screen and (min-width: 1240px) {
  .header__logo {
    width: 232px;
  }
}
.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;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav.panelactive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav li {
    margin-left: 25px;
  }
}
.header__nav li a {
  display: block;
  font-size: 15px;
  color: #1d3b51;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: 0.6em;
    border-bottom: 1px solid #0095d8;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav li a {
    font-size: 14px;
  }
}
.header__right {
  margin-right: 45px;
}
@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;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    margin-right: 0;
  }
}
.header__right__cv {
  font-size: 1rem;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .header__right__cv {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 1240px) {
  .header__right__cv {
    font-size: 1.4rem;
    margin: 0 30px 0 0;
  }
}
.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: 120px;
    padding: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 146px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .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 {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__hamburger span {
  width: 25px;
  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: 6px 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

.header__hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.active span:nth-child(3) {
  top: -9px;
  -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: 9;
  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;
  }
}

/* --------------------------------------------------
	common
-------------------------------------------------- */
.txtLinkWrap {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .txtLinkWrap {
    margin-top: 50px;
  }
}

.txtLink {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .txtLink {
    font-size: 2rem;
  }
}
.txtLink span {
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .txtLink span {
    padding-right: 36px;
  }
}
.txtLink span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(../images/icn_arrow_blue.svg) no-repeat center center/100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv {
  background: #fff;
  padding: 30px 0 40px;
}
@media screen and (min-width: 600px) {
  .cv {
    padding: 40px 0 70px;
  }
}
.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: 30px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 40px 20px 45px;
  }
}
.cv__txt {
  text-align: center;
  font-size: 1.6rem;
  color: #1d3b51;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2.1rem;
  }
}
.cv__logo {
  max-width: 240px;
  width: 100%;
  margin: 15px auto 25px;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 296px;
    margin: 15px auto 35px;
  }
}
.cv__catch {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.93;
  color: #1d3b51;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__catch {
    font-size: 2.4rem;
  }
}
.cv__btnItemTxt {
  text-align: center;
  color: #ff4768;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .cv__btnItemTxt {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.cv__btnItemTxt span {
  padding: 0 22px;
  position: relative;
}
.cv__btnItemTxt span::before, .cv__btnItemTxt span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 32px;
  bottom: -4px;
}
@media screen and (min-width: 600px) {
  .cv__btnItemTxt span::before, .cv__btnItemTxt span::after {
    width: 16px;
  }
}
.cv__btnItemTxt span::before {
  left: 0;
  background: url(../images/icn_orange_left.svg) no-repeat center center/100%;
}
.cv__btnItemTxt span::after {
  right: 0;
  background: url(../images/icn_orange_right.svg) no-repeat center center/100%;
}
.cv__btnItemTxt.--dl {
  color: #0094d7;
}
.cv__btnItemTxt.--dl span::before {
  background-image: url(../images/icn_blue_left.svg);
}
.cv__btnItemTxt.--dl span::after {
  background-image: url(../images/icn_blue_right.svg);
}
.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: #0094d7;
  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:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cv__btn__wrap {
  margin-top: 25px;
}
@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__btnItem:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btnItem:nth-child(2) {
    margin: 0 0 0 40px;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  margin-top: 50px;
  position: relative;
  padding: 75px 0 15px;
  background: url(../images/kv_bg_sp.jpg) no-repeat top center/100%;
}
@media screen and (min-width: 600px) {
  .kv {
    padding: 95px 0 20px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv {
    height: 560px;
    background: url(../images/kv_bg_pc.jpg) no-repeat center center/cover;
    padding: 95px 0 40px;
  }
}
.kv__point {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #07507b;
  padding: 12px 50px 12px 15px;
  background: url(../images/kv_point_bg.png) no-repeat center center/100%;
}
@media screen and (min-width: 600px) {
  .kv__point {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 12px 50px 12px 30px;
  }
}
.kv__heading {
  max-width: 472px;
  width: 90%;
  margin-bottom: 32px;
  line-height: 1;
}
.kv__ttl {
  max-width: 618px;
  width: 92%;
  margin: 0 0 30px;
}
.kv__txt {
  color: #444;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .kv__txt {
    font-size: 1.6rem;
  }
}
.kv__bottom {
  margin: 10px 0 0;
}
@media screen and (min-width: 600px) {
  .kv__bottom {
    margin: 20px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv__bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.kv__bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .kv__bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kv__bnr__item {
  width: 144px;
  text-align: center;
  background: url(../images/kv_bnr1.png) no-repeat center center/contain;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item {
    width: 170px;
  }
}
.kv__bnr__item:nth-child(2) {
  margin-left: 24px;
}
.kv__bnr__item__ttl {
  color: #b98a2c;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__ttl {
    font-size: 1.2rem;
  }
}
.kv__bnr__item__num {
  line-height: 1;
}
.kv__bnr__item__num .--en {
  font-size: 3.3rem;
  font-weight: 600;
  font-family: "Oswald", serif;
  background: -webkit-gradient(linear, left top, right top, from(#b98a2c), color-stop(50%, #ebcc7f), color-stop(71%, #ebcc7f), to(#b98a2c));
  background: linear-gradient(to right, #b98a2c 0%, #ebcc7f 50%, #ebcc7f 71%, #b98a2c 100%);
  background: -webkit-linear-gradient(to right, #b98a2c 0%, #ebcc7f 50%, #ebcc7f 71%, #b98a2c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 600px) {
  .kv__bnr__item__num .--en {
    font-size: 3.9rem;
  }
}
.kv__bnr__item__num .--ja {
  color: #b98a2c;
  font-size: 1rem;
}
.kv__bnr__item__note {
  color: #666;
  font-size: 0.9rem;
  margin: 5px 0;
}
.kv .cv__btn {
  margin: 15px auto 30px;
}
@media screen and (max-width: 599px) {
  .kv .cv__btn {
    width: 200px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn {
    width: 290px;
    font-size: 2.2rem;
    padding: 15px 15px 15px 25px;
    margin: 15px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv .cv__btn {
    margin: 0 20px 0 0;
  }
}
.kv .cv__btn span {
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 599px) {
  .kv .cv__btn span {
    width: 30px;
    height: 30px;
  }
}

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

.kvNews {
  text-align: center;
  font-size: 1.2rem;
  background: #eff3f5;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .kvNews {
    padding: 8px 20px;
    font-size: 1.55rem;
  }
}

.kvSlider {
  background-color: #fff;
  padding: 20px 0;
  display: none;
}
.kvSlider img {
  margin: 0 auto;
}

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  padding: 2.5em 0 3em;
}
@media screen and (max-width: 599px) {
  .lead {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lead__body {
  color: #444;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .lead__body {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .lead__body {
    text-align: left;
    margin: 0 7% 0 0;
    max-width: 384px;
    width: 40%;
  }
}
.lead__ttl {
  font-size: 2.4rem;
  line-height: 1.53;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .lead__ttl {
    font-size: 2.6rem;
  }
}
.lead__txt {
  font-size: 1.5rem;
  line-height: 2.25;
}
@media screen and (min-width: 600px) {
  .lead__txt {
    font-size: 1.6rem;
  }
}
.lead__txt span {
  font-weight: bold;
  color: #0094d7;
}
.lead__img {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .lead__img {
    width: 50%;
    margin: 0;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about {
  padding: 30px 0;
  background: #ecf8ff;
  border-radius: 60px;
}
@media screen and (min-width: 600px) {
  .about {
    border-radius: 100px;
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about {
    padding: 50px 0 70px;
  }
}
.about .inner {
  max-width: 1100px;
}
.about__ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.46875;
  position: relative;
}
@media print, screen and (max-width: 374px) {
  .about__ttl {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 600px) {
  .about__ttl {
    font-size: 3.4rem;
  }
}
.about__list {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .about__list {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.about__item {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .about__item {
    width: 32%;
    margin: 0;
  }
}
.about__item:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .about__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item:nth-child(1) .about__item__img {
    margin: 30px 0 -5px 0px;
  }
  .about__item:nth-child(1) .about__item__img::after {
    left: 71%;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item:nth-child(2) .about__item__img {
    margin: 30px 0 -5px 30px;
  }
  .about__item:nth-child(2) .about__item__img::after {
    left: 58%;
  }
}
.about__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: 16px;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.2);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.2);
  position: relative;
  padding: 10px;
}
.about__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%;
}
.about__item__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.64;
}
@media print, screen and (min-width: 1024px) {
  .about__item__txt {
    font-size: 1.7rem;
  }
}
.about__item__txt .--bold {
  font-weight: 800;
  color: #0095d8;
  line-height: 1.5;
}
.about__item__txt .--s {
  font-size: 1.1rem;
}
.about__item__img {
  max-width: 180px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  .about__item__img {
    max-width: 220px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__item__img::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 175px;
    background: url(../images/about_arrow.png) no-repeat center bottom/100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 91%;
    z-index: -1;
  }
}
.about__catch {
  text-align: center;
  font-size: 1.55rem;
  font-weight: 800;
  max-width: 1000px;
  width: 100%;
  margin: 25px auto;
  border: 1px dotted #16c1ff;
  border-radius: 55px;
  padding: 30px 20px;
  line-height: 1.6;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .about__catch {
    font-size: 1.9rem;
    margin: 12px auto 52px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__catch {
    font-size: 2.2rem;
  }
}
.about__catch span {
  color: #0095d8;
}
.about__point {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .about__point {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__point {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.about__point__item {
  text-align: center;
  max-width: 340px;
  margin: 20px auto;
  padding: 10px;
  position: relative;
  border: 2px solid #0095d8;
  border-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .about__point__item {
    width: 32%;
    margin: 0;
  }
}
.about__point__item__txt {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .about__point__item__txt {
    font-size: 1.55rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__point__item__txt {
    font-size: 1.7rem;
  }
}
.about__point__item__txt span {
  font-weight: 800;
  font-size: 1.4em;
  color: #0095d8;
  line-height: 1.4;
}

/* --------------------------------------------------
	merit
-------------------------------------------------- */
.merit {
  position: relative;
  padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .merit .secTtl span::after {
    left: calc(100% + 45px);
  }
}
.merit::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.merit__subTtl {
  text-align: center;
  margin-bottom: 10px;
}
.merit__subTtl span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  background: #07507b;
  border-radius: 8px;
  padding: 3px 15px 6px;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .merit__subTtl span {
    font-size: 1.6rem;
    max-width: 358px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__subTtl span {
    font-size: 1.8rem;
  }
}
.merit__subTtl span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #07507b transparent transparent transparent;
  border-width: 18px 20px 0px 20px;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 1024px) {
  .merit__list {
    margin: 50px 0 70px;
  }
}
.merit__item {
  color: #444;
  margin-bottom: 60px;
}
.merit__item:nth-child(2) .merit__item__img {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .merit__item:nth-child(3) .merit__item__txt {
    max-width: 500px;
  }
}
.merit__item__ttl {
  background: #f5f9fc;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.46;
  border-radius: 60px;
  padding: 10px 12px;
}
@media screen and (min-width: 600px) {
  .merit__item__ttl {
    font-size: 2.4rem;
    padding: 14px 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__item__ttl {
    font-size: 3.2rem;
  }
}
.merit__item__ttl span {
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(105deg, #5fc3f0, #0095d8);
  font-size: 2.4rem;
  font-weight: 500;
  width: 50px;
  height: 50px;
  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;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .merit__item__ttl span {
    width: 65px;
    height: 65px;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__item__ttl span {
    font-size: 4.9rem;
    width: 92px;
    height: 92px;
    margin-right: 35px;
  }
}
.merit__item__catch {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.53;
  max-width: 936px;
  width: 100%;
  margin: 15px auto 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .merit__item__catch {
    font-size: 2.2rem;
    margin: 30px auto 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__item__catch {
    font-size: 2.4rem;
  }
}
.merit__item__wrap {
  margin: 10px auto 0;
}
@media screen and (min-width: 600px) {
  .merit__item__wrap {
    margin: 30px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.merit__item__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .merit__item__txt {
    font-size: 1.6rem;
    max-width: 760px;
    margin: 0 auto;
  }
}
.merit__item__txt span {
  background: #eaffb5;
}
.merit__item__img {
  max-width: 432px;
  width: 70%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .merit__item__img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit__item__img {
    width: 47%;
    margin: 0;
  }
}
.merit .point1__wrap {
  margin: 35px 0 0;
}
@media screen and (min-width: 600px) {
  .merit .point1__wrap {
    margin: 35px 0 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit .point1__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.merit .point1__item {
  margin: 0 auto 35px;
}
@media screen and (min-width: 600px) {
  .merit .point1__item {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit .point1__item {
    width: 48%;
    margin: 0;
  }
}
.merit .point1__item:nth-child(2) .point1__ttl {
  color: #fff;
  background: #0094d7;
}
.merit .point1__item:nth-child(2) .point1__txt {
  color: #000;
}
.merit .point1__ttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.025em;
  color: #666;
  background: #f2f2f2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .merit .point1__ttl {
    font-size: 2rem;
  }
}
.merit .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) {
  .merit .point1__img {
    width: auto;
    height: 340px;
    margin: 0;
  }
}
.merit .point1__img .point1__img1 {
  width: 340px;
}
.merit .point1__img .point1__img2 {
  width: 320px;
}
.merit .point1__txt {
  text-align: center;
  color: #666;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .merit .point1__txt {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.merit .theme__sh {
  color: #000;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .merit .theme__sh {
    font-size: 1.9rem;
  }
}
.merit .theme__list {
  margin: 15px auto;
}
@media screen and (min-width: 600px) {
  .merit .theme__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: 15px auto;
  }
}
.merit .theme__item {
  background: #0095d8;
  margin-bottom: 15px;
  padding: 6px 10px 10px 10px;
}
@media screen and (min-width: 600px) {
  .merit .theme__item {
    width: 48.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .merit .theme__item {
    width: 32%;
    max-width: 360px;
  }
}
.merit .theme__item__ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .merit .theme__item__ttl {
    font-size: 1.9rem;
  }
}
.merit .theme__item__wrap {
  background: #fff;
  border-radius: 10px;
  padding: 15px 28px;
}
@media screen and (min-width: 600px) {
  .merit .theme__item__wrap {
    min-height: 196px;
  }
}
.merit .theme__item__img {
  margin: 0 auto 6px;
  max-width: 72px;
  width: 27%;
}
.merit .theme__item__list li {
  color: #000;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.merit .theme__item__list li::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 7px;
  width: 13px;
  height: 12px;
  background: url(../images/icn_check_blue.svg) no-repeat center center/100%;
}

/* --------------------------------------------------
	pro
-------------------------------------------------- */
.pro__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .pro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pro__item {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 1024px) {
  .pro__item {
    width: 32%;
    margin: 0;
  }
}
.pro__item__img {
  margin: 0 0 18px;
}
.pro__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin: 0 0 5px;
}
@media print, screen and (min-width: 1024px) {
  .pro__item__head {
    margin: 0 0 15px;
  }
}
.pro__item__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 12px 6px 0;
}
.pro__item__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro__item__tag li {
  color: #fff;
  background: #0095d8;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 5px 5px 0;
  padding: 0 6px;
  line-height: 24px;
}
.pro__item__txt {
  font-size: 1.6rem;
  line-height: 2;
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: #ecf8ff;
}
@media screen and (max-width: 599px) {
  .case .secTtl span::after {
    left: calc(100% + 70px);
  }
}
.case__item {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .case__item {
    padding: 30px 35px;
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item {
    padding: 35px 50px;
  }
}
.case__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .case__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.case__item__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .case__item__body {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__body {
    margin-bottom: 50px;
    padding-right: 1em;
  }
}
.case__item__company {
  color: #07507b;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .case__item__company {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__company {
    font-size: 2rem;
  }
}
.case__item__ttl {
  color: #0094d7;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .case__item__ttl {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__ttl {
    font-size: 2.9rem;
  }
}
.case__item__info {
  margin-top: 15px;
}
.case__item__info__cont {
  display: inline-block;
  margin-right: 30px;
  line-height: 1.5;
}
.case__item__info__ttl {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0094d7;
  border: 1px solid #0094d7;
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 1px 0 2px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .case__item__info__ttl {
    font-size: 1.3rem;
  }
}
.case__item__info__txt {
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .case__item__info__txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__info__txt {
    font-size: 1.5rem;
    margin: 0;
  }
}
.case__item__img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .case__item__img {
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__img {
    margin: 0;
  }
}
.case__item__bottom__lead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: url(../images/case_lead_bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .case__item__bottom__lead {
    padding: 5px 0;
  }
}
.case__item__bottom__lead .case__item__bottom__ttl:nth-child(1) {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__lead .case__item__bottom__ttl:nth-child(1) {
    padding: 0 0 0 15px;
  }
}
.case__item__bottom__lead .case__item__bottom__ttl:nth-child(2) {
  padding: 0 0 0 20px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__lead .case__item__bottom__ttl:nth-child(2) {
    padding: 0 0 0 35px;
  }
}
.case__item__bottom__ttl {
  width: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__ttl {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__ttl {
    font-size: 2rem;
  }
}
.case__item__bottom__ttl span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 18px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__ttl span {
    font-size: 1.8rem;
    margin-right: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__ttl span {
    font-size: 2.8rem;
    margin-right: 40px;
  }
}
.case__item__bottom__ttl span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-65deg);
          transform: translateY(-50%) rotate(-65deg);
  right: -18px;
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__ttl span::after {
    width: 32px;
    right: -35px;
  }
}
.case__item__bottom__cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(1) {
  padding: 0 15px 0 0;
}
.case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(2) {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__cont .case__item__bottom__cont__txt:nth-child(2) {
    padding: 0 0 0 20px;
  }
}
.case__item__bottom__cont__txt {
  width: 50%;
  font-size: 1.3rem;
  line-height: 2.11;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .case__item__bottom__cont__txt {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .case__item__bottom__cont__txt {
    font-size: 1.7rem;
  }
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
.company {
  background-color: #fff;
  padding-bottom: 40px;
}
.company__ttl {
  text-align: center;
  color: #0094d7;
  font-size: 2rem;
  line-height: 1.77;
}
@media screen and (min-width: 600px) {
  .company__ttl {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .company__ttl {
    font-size: 3.6rem;
  }
}
.company__container {
  margin: 30px 0;
}
.company__list {
  display: none;
}
.company__list img {
  margin: 0 auto;
}
.company__note {
  text-align: right;
  color: #666;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .company__note {
    font-size: 1.1rem;
  }
}

.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 30px;
}
@media screen and (max-width: 599px) {
  .slick-slide {
    margin: 0;
  }
}
.slick-slide > div {
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .slick-slide > div img {
    width: 80%;
    display: block;
  }
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  background: #f5f9fc;
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .flow {
    padding: 70px 0;
  }
}
.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 #0094d7;
  }
}
@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 #0094d7;
  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: #07507b;
  display: inline-block;
  background: #eaffb5;
  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: #07507b;
  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 #eaffb5;
}
.flow__item__head__ttl {
  color: #07507b;
  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: #0094d7;
  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: #444;
}
@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%;
  }
}

/* --------------------------------------------------
	companyInfo
-------------------------------------------------- */
.companyInfo {
  background-color: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
@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: 8px;
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #07507b;
  color: #07507b;
}
@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 #07507b;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
  color: #000;
}
@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: #07507b;
}
@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 */