@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: 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: 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 screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.secTtl {
  text-align: center;
  color: #1d3b51;
  font-size: 2.4rem;
}
@media screen and (min-width: 600px) {
  .secTtl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.6rem;
  }
}

.secHead {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 40px 0 0 7vw;
  height: 130px;
  background: url(../images/secHead_bg.png) no-repeat top left/auto 100%;
}
@media screen and (min-width: 600px) {
  .secHead {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .secHead {
    padding: 55px 0 0 7vw;
    height: 235px;
  }
}
.secHead__en {
  font-size: 3.4rem;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  margin-right: 40px;
}
@media screen and (min-width: 600px) {
  .secHead__en {
    font-size: 5.6rem;
    margin-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .secHead__en {
    font-size: 7.4rem;
  }
}
.secHead__ja {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 600px) {
  .secHead__ja {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .secHead__ja {
    font-size: 2.9rem;
  }
}
.secHead__ja::after {
  position: absolute;
  content: "";
  background: #20ecfc;
  width: 1px;
  height: 90px;
  left: -25px;
  top: -35px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 600px) {
  .secHead__ja::after {
    height: 150px;
    left: -30px;
    top: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .secHead__ja::after {
    height: 176px;
    top: -75px;
  }
}

.secLead {
  text-align: center;
  color: #002061;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.76;
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .secLead {
    font-size: 2rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .secLead {
    font-size: 2.5rem;
  }
}

.secBtn {
  text-align: center;
  margin-top: 40px;
}
.secBtn__link {
  color: #002061;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 35px;
  background: url(../images/icn_arrow.png) no-repeat right center/25px;
}
@media screen and (min-width: 600px) {
  .secBtn__link {
    font-size: 2rem;
    background-size: 30px;
    padding-right: 45px;
  }
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 5px 10px 5px 20px;
    height: 60px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__logo {
  width: 140px;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 232px;
  }
}
.header__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .header__right {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__right__cv {
  color: #002061;
  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: 1024px) {
  .header__right__cv {
    margin-right: 30px;
    font-size: 1.4rem;
  }
}
.header__right .cv__btn__wrap {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__right .cv__btn__wrap .cv__btn {
  width: 100px;
  padding: 3px;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
}
@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: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 168px;
    font-size: 1.6rem;
  }
}
.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: 10;
  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: -webkit-box;
  display: -ms-flexbox;
  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 {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  padding: 85px 0 255px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .kv {
    padding: 120px 0 255px;
  }
}
@media screen and (min-width: 1024px) {
  .kv {
    padding: 120px 0 60px;
  }
}
.kv__img {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 118%;
  max-width: 440px;
}
@media screen and (min-width: 600px) {
  .kv__img {
    bottom: -23px;
    right: 0;
    max-width: 530px;
  }
}
@media screen and (min-width: 1024px) {
  .kv__img {
    width: 736px;
    max-width: 56%;
  }
}
@media screen and (min-width: 1280px) {
  .kv__img {
    height: 466px;
    max-width: 100%;
  }
}
.kv .inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .kv .inner {
    max-width: 600px;
  }
}
.kv__catch {
  max-width: 742px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .kv__catch {
    width: 90%;
  }
}
.kv__txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .kv__txt {
    text-align: justify;
  }
}
@media screen and (min-width: 600px) {
  .kv__txt {
    line-height: 1.75;
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .kv__txt {
    font-size: 2rem;
  }
}
.kv .cv__btn__wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .kv .cv__btn__wrap {
    margin-left: 70px;
  }
}
.kv .cv__btn__wrap .cv__btn {
  width: 250px;
  font-size: 1.7rem;
  padding: 13px 13px 13px 20px;
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn {
    width: 290px;
    font-size: 2rem;
    padding: 17px 16px 17px 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .kv .cv__btn__wrap .cv__btn span {
    width: 44px;
    height: 44px;
  }
}

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

.kvSlider {
  padding: 25px 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .kvSlider {
    padding: 48px 0;
  }
}
.kvSlider img {
  margin: 0 auto;
}

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

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

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .lead {
    padding: 45px 0;
  }
}
.lead .inner {
  max-width: 1024px;
}
.lead .secTtl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.lead .secTtl::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 130px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #20ecfc;
}
@media screen and (min-width: 600px) {
  .lead .secTtl::after {
    width: 180px;
  }
}
.lead__catch {
  color: #002061;
  font-size: 2.8rem;
  line-height: 1.39;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .lead__catch {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lead__catch {
    font-size: 4.8rem;
  }
}
.lead__txt {
  font-size: 1.5rem;
  line-height: 2.22;
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .lead__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .lead__txt {
    font-size: 1.8rem;
  }
}
.lead__img {
  max-width: 950px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 600px) {
  .lead__img {
    margin: 50px auto;
  }
}
.lead .secCv {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .lead .secCv {
    margin-top: 45px;
  }
}

/* --------------------------------------------------
	service
-------------------------------------------------- */
.service {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  border-top: 3px solid #fff;
  padding-top: 0;
}
.service__wrap {
  max-width: 1100px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .service__wrap {
    margin: 40px auto 0;
  }
}
.service__list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .service__list {
    margin-bottom: 35px;
  }
}
.service__item {
  background: #fff;
  width: calc(50% - 3px);
  margin-bottom: 5px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .service__item {
    width: calc(25% - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    padding: 20px;
  }
}
.service__item__img {
  max-width: 50px;
  width: 25%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  .service__item__img {
    max-width: 65px;
    width: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
.service__item__ttl {
  color: #002061;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .service__item__ttl {
    width: 71%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .service__item__ttl {
    font-size: 1.9rem;
  }
}
.service__txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .service__txt {
    line-height: 2.5;
    font-size: 1.6rem;
  }
}
.service__txt span {
  background: #20ecfc;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 1px;
}
.service .secCv {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .service .secCv {
    margin-top: 55px;
  }
}

/* --------------------------------------------------
	advisor
-------------------------------------------------- */
.advisor {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  border-top: 3px solid #fff;
  padding-top: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1154px) {
  .advisor .interview__list li:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1155px) {
  .advisor .interview__list li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  border-top: 3px solid #fff;
  padding-top: 0;
}
.flow .inner {
  max-width: 1100px;
}
.flow__list {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .flow__list {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flow__item {
  background: #fff;
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 15px 25px 25px;
}
@media screen and (min-width: 1024px) {
  .flow__item {
    margin: 0 0 40px;
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .flow__item:last-child::after {
    display: none;
  }
}
.flow__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #20ecfc;
  border-width: 20px 0px 20px 16px;
}
@media screen and (max-width: 1023px) {
  .flow__item::after {
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  .flow__item::after {
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow__item__num {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 15px;
  color: #20ecfc;
  font-size: 4.4rem;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.flow__item__img {
  max-width: 72px;
  width: 30%;
  margin: 0 auto;
}
.flow__item__ttl {
  color: #002061;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 10px;
}
.flow__item__txt {
  color: #555;
  font-size: 1.5rem;
  line-height: 1.56;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .flow__item__txt {
    font-size: 1.6rem;
  }
}
.flow__item__point {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 300px;
  width: 90%;
  color: #002061;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 6px;
  background: #fcee21;
  line-height: 1.8;
}
.flow .secCv {
  margin-top: 40px;
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
  border-top: 3px solid #fff;
  padding: 0;
}
.case__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin: 15px 0 20px;
}
@media screen and (min-width: 600px) {
  .case__txt {
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 25px 0 20px;
  }
}
.case__note {
  text-align: right;
  font-size: 1rem;
  color: #666;
}
@media screen and (min-width: 600px) {
  .case__note {
    font-size: 1.2rem;
  }
}
.case__slider {
  margin-top: 10px;
  padding: 30px 0;
  background: #fff;
}
.case__slider .inner {
  width: 80%;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-button-next {
  margin-top: 0;
  -wewbkit-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.swiper-button-prev {
  background: url(/img/arrow_slide_l.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 45px;
  height: 45px;
}

.swiper-button-next {
  background: url(/img/arrow_slide_r.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 45px;
  height: 45px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url();
  left: 10px;
  right: auto;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #777;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.logo__list .swiper-button-next, .logo__list .swiper-button-prev {
  background: url(../images/arrow_slide_logo.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 20px;
  height: 100px;
  margin-top: -80px;
}

.logo__list {
  overflow: visible;
  position: relative;
  margin-top: 20px;
  padding-bottom: 80px;
}

.logo__list .swiper-slide {
  background: #fff;
}

.logo__list .logo__list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 375px;
}

.logo__list .logo__list-in li {
  text-align: center;
  max-width: 26%;
  width: 100%;
  margin: 40px auto 0;
}

.logo__list .swiper-button-prev {
  left: -30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.logo__list .swiper-button-next {
  right: -30px;
}

@media screen and (min-width: 600px) {
  .logo__list .logo__list-in {
    height: 335px;
  }
  .logo__list .logo__list-in li {
    max-width: 21%;
  }
  .logo__list .swiper-button-next, .logo__list .swiper-button-prev {
    width: 30px;
  }
  .logo__list .swiper-button-prev {
    left: -45px;
  }
  .logo__list .swiper-button-next {
    right: -45px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    -wewbkit-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .logo__list .swiper-button-next, .logo__list .swiper-button-prev {
    width: 50px;
  }
  .logo__list .swiper-button-prev {
    left: -65px;
  }
  .logo__list .swiper-button-next {
    right: -65px;
  }
}
/* --------------------------------------------------
	interview
-------------------------------------------------- */
.interview {
  background: linear-gradient(93.48deg, rgba(213, 222, 227, 0.5), rgba(250, 251, 251, 0.5));
}
.interview__ttl {
  text-align: center;
  color: #1d3b51;
  font-size: 3.6rem;
}

.interview__list li {
  width: 330px;
  margin: 30px auto 0;
  border: 1px solid #d9d9d9;
}

.interview__list li .img {
  margin: -1px;
}

.interview__box {
  padding: 20px 30px;
  border-top: none;
}

.interview-name {
  position: relative;
  font-size: 1.6rem;
  margin-left: -5px;
}

.interview-name p {
  margin-left: 5px;
}

.interview-name .tag {
  display: inline-block;
  padding: 3px 15px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 6px;
  margin-left: 5px;
  padding: 5px;
  font-weight: normal;
}

.interview-txt {
  font-size: 1.4rem;
  margin-top: 5px;
}

.interview__list .img {
  position: relative;
  overflow: hidden;
}

.interview__list .img img {
  -webkit-transition: all 0.7s cubic-bezier(0.13, 0.67, 0.41, 1.02);
  transition: all 0.7s cubic-bezier(0.13, 0.67, 0.41, 1.02);
}

.interview__list a {
  display: block;
  height: 100%;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview__list li {
    margin: 40px 0 0;
  }
  .interview .interview__list li:not(:first-child) {
    margin-left: 24px;
  }
  .interview__list li {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .interview__list li:hover {
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 28px rgba(0, 0, 0, 0.4);
  }
  .interview__list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv {
  background: #dbe2e6;
}
@media screen and (min-width: 600px) {
  .cv {
    padding: 50px 0 85px;
  }
}
.cv__content {
  background: #fff;
  border-radius: 30px;
  -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);
  margin-top: 30px;
  padding: 45px 0;
}
@media screen and (min-width: 600px) {
  .cv__content {
    padding: 65px 0 90px;
    margin-top: 40px;
  }
}
.cv__txt {
  text-align: center;
  color: #1d3b51;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .cv__txt {
    font-size: 2.1rem;
  }
}
.cv__logo {
  max-width: 296px;
  width: 75%;
  margin: 15px auto 0;
}
.cv__btn {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-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: #002061;
  border: 3px solid #002061;
  -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 22px 20px 36px;
    width: 360px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn.-dl {
  color: #002061;
  background: #fff;
}
.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: 50px;
}
@media screen and (min-width: 1024px) {
  .cv__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 40px;
  }
}

.secCv__txt {
  text-align: center;
  color: #002061;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .secCv__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .secCv__txt {
    font-size: 2.9rem;
  }
}
.secCv .cv__btn__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .secCv .cv__btn__wrap {
    margin-top: 15px;
  }
}

/* --------------------------------------------------
	companyInfo
-------------------------------------------------- */
.companyInfo {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@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 */