@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.wrap {
  width: 100%;
  overflow-x: hidden;
}

/* ===================================================================
// mixin
// ===================================================================*/
/* ===================================================================
// Base
// ===================================================================*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! original.css v1.0.0 | MIT License */
/* ==========================================================================
   set original style with normalize.css

   ※補足
    'img'が縦に並ぶ際、画像の高さが低いものに関して、隙間が生じる場合がある。
    その際は'line-height'、'font-size'が影響している。
    各エレメントに対して必要に応じてリセット。
   ========================================================================== */
/**
 * set font-size
 */
html {
  font-size: 100%;
  /* equal '10px' */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/**
 * set original style
 */
body {
  -webkit-text-size-adjust: 100%;
}

h1 {
  margin: 0;
  font-size: 100%;
}

h2 {
  margin: 0;
  font-size: 100%;
}

h3 {
  margin: 0;
  font-size: 100%;
}

h4 {
  margin: 0;
  font-size: 100%;
}

h5 {
  margin: 0;
  font-size: 100%;
}

h6 {
  margin: 0;
  font-size: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

input[type=text], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

table {
  word-break: break-all;
}

/**
 * clean up extra space on 'img'
 */
img {
  vertical-align: top;
}

/**
 * delete focus outline
 */
area, area:focus {
  outline: none;
}

/**
 * delete focus outline for 'firefox'
 */
a, a:focus {
  outline: none;
}

object, embed, video {
  outline: none;
}

/**
 * clearfix
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf_press:before,
.cf_press:after {
  content: "";
  display: table;
  transition: none !important;
  background: #fff !important;
}

.cf_press:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* for ie6, 7 */
/**
 * CSS3 hightlight
 */
::-moz-selection {
  background: #888;
  color: #f3f3f3;
}
::selection {
  background: #888;
  color: #f3f3f3;
}

::-moz-selection {
  background: #888;
  color: #f3f3f3;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1;
  font-feature-settings: "pkna";
  font-size: 1.6rem;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body, button, input {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

p, li {
  line-height: 1.65;
}

div, h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

a {
  color: #222222;
  text-decoration: none;
}
@media (min-width: 960px) {
  a {
    transition: 0.3s;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* button */
button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  overflow: visible;
}
button:hover {
  border-color: transparent;
}
button:active, button:focus {
  border-color: transparent;
}
button:focus {
  outline: none;
}
button:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ===================================================================
// footer
// ===================================================================*/
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
  align-items: center;
  text-align: center;
  padding: 0 20px 20px;
}
@media (max-width: 959px) {
  .footer {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer p {
    margin: 10px auto;
  }
}

/* ===================================================================
// mv,header
// ===================================================================*/
.mv {
  position: relative;
  background-image: url(img/business_skill/mv_img_sp.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (max-width: 599px) {
  .mv {
    background-position: bottom center;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .mv {
    background-image: url(img/business_skill/mv_img_pc.jpg);
    background-position: bottom left -140px;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .mv {
    background-image: url(img/business_skill/mv_img_pc.jpg);
    background-position: bottom left -140px;
    min-height: 800px;
  }
}
@media (min-width: 1100px) {
  .mv {
    background-image: url(img/business_skill/mv_img_pc@2x.jpg);
    min-height: 860px;
  }
}
@media (min-width: 1499px) {
  .mv {
    background-image: url(img/business_skill/mv_img_pc@2x.jpg);
    min-height: 880px;
    height: 90vh;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .mv::before {
    display: block;
    content: "";
    position: absolute;
  }
  .mv::before {
    background-image: url(img/business_skill/mvtop_tab.png);
    background-size: auto 600px;
    background-repeat: no-repeat;
    width: 100vh;
    height: 600px;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .mv::before {
    display: block;
    content: "";
    position: absolute;
  }
  .mv::before {
    background-image: url(img/business_skill/mvtop_tab.png);
    background-size: auto 800px;
    background-repeat: no-repeat;
    width: 100vh;
    height: 100vh;
    min-height: 800px;
    top: 0;
    left: 0;
  }
}
@media (min-width: 960px) {
  .mv::before, .mv::after {
    display: block;
    content: "";
    position: absolute;
  }
  .mv::before {
    background-image: url(img/business_skill/mvtop_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70vw;
    height: 70vw;
    top: 0;
    left: 0;
  }
  .mv::after {
    background-image: url(img/business_skill/mvbottom_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20vw;
    height: 20vw;
    bottom: -20px;
    right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .mv::before {
    width: 80vw;
    height: 80vw;
  }
}
.mv .header {
  padding: 20px 20px 0;
}
.mv .content {
  position: relative;
  z-index: 2;
}
.mv .ttl_01 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 40px;
  position: relative;
}
.mv .ttl_01::before, .mv .ttl_01::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.mv .ttl_01::before {
  border-color: transparent #004099 transparent transparent;
  border-width: 10px 20px 10px 0;
  top: calc(50% - 10px);
  left: -16px;
  z-index: 2;
}
.mv .ttl_01::after {
  border-color: transparent #ffffff transparent transparent;
  border-width: 14px 24px 14px 0;
  top: calc(50% - 14px);
  left: -24px;
  z-index: 1;
}
.mv .ttl_02 p {
  font-size: clamp(2.4rem, 8vw, 5rem);
  font-weight: bold;
  color: #FFF310;
  line-height: 1.2;
}
.mv .ttl_03 {
  font-size: clamp(2.4rem, 8vw, 5rem);
  color: #004099;
  font-weight: bold;
}
.mv .ttl_03 h1 {
  display: inline-block;
}
.mv .ttl_03 h1 .bg {
  background-color: #fff;
  padding: 0.1em 0.2em;
  display: inline-block;
}
.mv .ttl_03 h1 .point {
  background-color: #FFF310;
}
@media (max-width: 599px) {
  .mv .header .logo img {
    height: 24px;
    width: auto;
  }
  .mv .content {
    min-height: 600px;
    position: relative;
  }
  .mv .ttl_01 {
    width: 80%;
    margin: 20px auto;
    display: block;
    text-align: center;
    border: 3px solid #fff;
    line-height: 1.5;
  }
  .mv .ttl_01::before {
    border-width: 6px 8px 6px 0;
    top: calc(50% - 6px);
    left: -6px;
  }
  .mv .ttl_01::after {
    border-width: 8px 12px 8px 0;
    top: calc(50% - 8px);
    left: -11px;
  }
  .mv .ttl_02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 20px;
  }
  .mv .ttl_03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .mv .ttl_01 {
    font-size: 3.2rem;
    text-align: left;
    margin-left: 80px;
    margin-top: 40px;
  }
  .mv .ttl_02 {
    font-size: 2.8rem;
    padding: 20px 0px 0px 80px;
  }
  .mv .ttl_02 .col01 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .mv .ttl_03 {
    font-size: 6rem;
    padding: 40px 0px 0px 80px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .mv .ttl_01 {
    font-size: 1.8rem;
    padding: 10px 30px;
    margin-left: 30px;
  }
  .mv .ttl_02 {
    padding-left: 20px;
  }
  .mv .ttl_02 p {
    font-size: clamp(3.2rem, 5.2vw, 5rem);
    line-height: 1.2;
  }
  .mv .ttl_03 {
    font-size: 3.2rem;
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .mv .ttl_01 {
    font-size: 2.4rem;
    padding: 20px 30px;
    margin-left: 40px;
  }
  .mv .ttl_02 {
    margin-top: 10px;
    padding-left: 40px;
  }
  .mv .ttl_02 p {
    font-size: clamp(4.8rem, 5.2vw, 5.6rem);
    line-height: 1.2;
  }
  .mv .ttl_03 {
    font-size: 4.8rem;
    padding-left: 40px;
  }
}
@media (min-width: 960px) and (max-width: 1500px) {
  .mv .ttl_01 {
    font-size: min(2.2vw,3rem);
  }
  .mv .ttl_02 {
    margin-top: 10px;
  }
  .mv .ttl_02 p {
    font-size: min(4.7vw,6.8rem);
    line-height: 1.2;
  }
  .mv .ttl_03 {
    font-size: min(4.4vw,6.2rem);
    padding: 40px 0px 0px 80px;
  }
}
@media (min-width: 1499px) {
  .mv .ttl_01 {
    font-size: min(2.6vw,3.8rem);
  }
  .mv .ttl_02 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .mv .ttl_02 p {
    font-size: min(5.2vw,7.2rem);
    line-height: 1.2;
  }
  .mv .ttl_03 {
    font-size: min(4.8vw,6.6rem);
    padding: 20px 0px 0px 80px;
  }
}

@media (max-width: 599px) {
  .mv-point {
    margin: -90px auto 0;
    width: 90%;
    position: relative;
    z-index: 2;
  }
  .mv-point img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1099px) {
  .mv-point {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35%;
  }
  .mv-point img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .mv-point {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .mv-point img {
    height: 110px;
    width: auto;
  }
}
@media (min-width: 1499px) {
  .mv-point {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.form textarea {
  width: 100%;
}
.form .form-ttl {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  line-height: 1.6;
  font-size: 1.8rem;
  background-color: #004099;
  position: relative;
}
.form .form-ttl span {
  background-color: #FFF310;
  color: #004099;
  line-height: 1;
}
.form .form-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #004099 transparent transparent transparent;
  bottom: -5px;
  left: calc(50% - 6px);
}
.form .smpForm {
  padding: 0 10px;
}
.form .ss_btnArea {
  margin: 10px auto;
}

@media (max-width: 599px) {
  .form {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .form {
    position: relative;
    top: -120px;
    margin: 20px auto -120px;
    width: calc(100% - 40px);
    height: 500px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: scroll;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .form {
    position: relative;
    top: -180px;
    margin: 20px auto -160px;
    width: calc(100% - 80px);
    height: 500px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: scroll;
    z-index: 2;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .form {
    position: relative;
    top: -200px;
    margin: 20px auto -80px;
    width: calc(100% - 160px);
    height: 600px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: scroll;
    z-index: 2;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .form {
    position: absolute;
    width: 43%;
    max-width: 580px;
    height: 480px;
    left: calc(50% + 60px);
    top: 150px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: scroll;
    z-index: 2;
  }
  .form .form-ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 1499px) {
  .form {
    position: absolute;
    width: 680px;
    height: 580px;
    left: calc(50% + 40px);
    top: 180px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: scroll;
    z-index: 2;
  }
}
/* ===================================================================
// kouka
// ===================================================================*/
.kouka {
  padding-bottom: 40px;
}
.kouka h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004099;
  background-color: #fff;
  border: 4px solid #004099;
  border-radius: 60px;
  padding: 1em 0;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  position: relative;
  line-height: 1.3;
}
.kouka h2::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #004099 transparent transparent transparent;
  bottom: -20px;
  left: calc(50% - 30px);
}
.kouka .kouka-list {
  margin: 20px auto;
}
.kouka .kouka-list li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.6rem;
  align-items: center;
  position: relative;
  background-color: #004099;
  color: #FFF310;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  line-height: 1.4;
}
.kouka .kouka-list li span {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.kouka .kouka-list li::before, .kouka .kouka-list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.kouka .kouka-list li::before {
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
}
.kouka .kouka-list li::after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  right: 0;
}
.kouka .result {
  text-align: center;
  font-weight: bold;
}
.kouka .result .col01 {
  font-size: 2.8rem;
}
.kouka .result .col02 {
  font-size: 4rem;
  color: #004099;
  line-height: 1.4;
}
.kouka .result .col02 span {
  display: inline;
  background: linear-gradient(transparent 70%, #FFF310 0%);
}
@media (max-width: 959px) {
  .kouka .lead {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(img/business_skill/lead_txt_sp.png);
    background-size: 266px 69px;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
  }
  .kouka .lead > * {
    display: none;
  }
  .kouka .kouka-list li {
    height: 120px;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .kouka h2 {
    font-size: 2.8rem;
    border-radius: 80px;
    border: 10px solid #004099;
    width: 700px;
    top: -60px;
    margin: auto;
    padding: 1em;
  }
  .kouka h2::after {
    border-width: 20px 30px 0 30px;
    bottom: -30px;
    left: calc(50% - 30px);
  }
  .kouka .lead {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.4rem;
  }
  .kouka .kouka-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 40px;
  }
  .kouka .kouka-list li {
    width: 31%;
  }
  .kouka .result .col01 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .kouka .result .col02 {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .kouka .kouka-list {
    margin: 20px 20px 40px;
  }
  .kouka .kouka-list li {
    font-size: 2rem;
  }
}

/* ===================================================================
// cv01
// ===================================================================*/
.cv01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #004099;
  color: #fff;
  padding: 60px 0 30px;
}
.cv01::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50vw 0 50vw;
  border-color: #ffffff transparent transparent transparent;
  top: -1px;
  left: 0;
}
.cv01 .lead {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cv01 .btn-ttl {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 10px;
}
.cv01 .btn-ttl::before, .cv01 .btn-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 1em;
  background-color: #fff;
  bottom: 5px;
}
.cv01 .btn-ttl::before {
  left: -20px;
  transform: rotate(150deg);
}
.cv01 .btn-ttl::after {
  right: -20px;
  transform: rotate(30deg);
}
.cv01 .btn-area {
  margin: 10px auto;
}
.cv01 .btn-area a.btn {
  display: block;
  background-image: url(img/business_skill/btn_point.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 40px;
  align-items: center;
  background-color: #FFF310;
  color: #004099;
  font-weight: bold;
  width: calc(100% - 40px);
  cursor: pointer;
  line-height: 70px;
  text-align: center;
}
.cv01 .fukidashi {
  border: 1px solid;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  font-weight: bold;
  width: calc(100% - 40px);
}
.cv01 .fukidashi span {
  color: #FFF310;
}
.cv01 .fukidashi::before, .cv01 .fukidashi::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cv01 .fukidashi::before {
  border-color: transparent transparent #004099 transparent;
  border-width: 0 10px 13px 10px;
  left: calc(50% - 10px);
  top: -12px;
  z-index: 2;
}
.cv01 .fukidashi::after {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 11px 14px 11px;
  left: calc(50% - 11px);
  top: -14px;
  z-index: 1;
}
@media (max-width: 959px) {
  .cv01 .lead {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(img/business_skill/cv01_txt_sp.png);
    background-size: 286px 60px;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
  }
  .cv01 .lead > * {
    display: none;
  }
  .cv01 .btn-area {
    width: 100%;
  }
  .cv01 .btn-area a.btn {
    margin: auto;
  }
}
@media (min-width: 960px) {
  .cv01 {
    padding: 100px 0 40px;
  }
  .cv01::before {
    border-width: 60px 50vw 0 50vw;
  }
  .cv01 .lead {
    font-size: 2.4rem;
  }
  .cv01 .lead .img {
    padding: 0 5px;
  }
  .cv01 .btn-ttl {
    font-size: 2.2rem;
  }
  .cv01 .btn-area a.btn {
    font-size: 3.2rem;
    background-size: 60px;
    width: 550px;
    line-height: 90px;
  }
  .cv01 .btn-area a.btn:hover {
    opacity: 0.7;
  }
  .cv01 .fukidashi {
    padding: 20px 80px;
    border-radius: 100px;
    width: unset;
  }
}

/* ===================================================================
// performance
// ===================================================================*/
@media (max-width: 959px) {
  .performance {
    background-image: url(img/business_skill/img_p_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0;
  }
  .performance .per {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .performance .per .num {
    margin: 20px 0;
  }
  .performance .result {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #004099;
    position: relative;
    padding: 10px 0;
  }
  .performance .result img {
    width: calc(100% - 40px);
    margin: auto;
  }
  .performance .result::before, .performance .result::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .performance .result::before {
    border-width: 0 0 30px 100vw;
    border-color: transparent transparent #004099 transparent;
    top: -30px;
    left: 0;
  }
  .performance .result::after {
    border-width: 30px 100vw 0 0;
    border-color: #004099 transparent transparent transparent;
    bottom: -30px;
    left: 0;
  }
}
@media (min-width: 960px) {
  .performance .per {
    background-image: url(img/business_skill/img_p_pc.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 570px;
  }
  .performance h2 {
    padding-top: 40px;
    left: -40px;
    position: relative;
  }
  .performance .num {
    margin: 40px auto;
  }
  .performance .result {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #004099;
    position: relative;
  }
  .performance .result::before, .performance .result::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .performance .result::before {
    border-width: 0 0 70px 100vw;
    border-color: transparent transparent #004099 transparent;
    top: -70px;
    left: 0;
  }
  .performance .result::after {
    border-width: 70px 100vw 0 0;
    border-color: #004099 transparent transparent transparent;
    bottom: -70px;
    left: 0;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .performance h2 {
    left: 20px;
  }
  .performance .num {
    margin-left: 40px;
    width: 36%;
    max-width: 387px;
  }
}

/* ===================================================================
// detail
// ===================================================================*/
.detail {
  margin: 40px auto 60px;
}
.detail .detail-set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail .detail-set .img {
  position: relative;
}
.detail .detail-set .img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F4F8FF;
  z-index: -1;
  top: 20px;
  left: -40px;
}
.detail .detail-set .text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004099;
  margin-bottom: 10px;
}
.detail .detail-set .text h3 span {
  background: linear-gradient(transparent 60%, #FFF310 0%);
}
.detail .detail-set .text h4 {
  color: #004099;
  font-weight: bold;
}
.detail .detail-set .text h4:last-of-type {
  margin-top: 30px;
}
@media (max-width: 959px) {
  .detail .detail-set {
    justify-content: center;
  }
  .detail .detail-set .img {
    right: -20px;
  }
  .detail .detail-set .img::before {
    width: calc(100% + 40px);
  }
  .detail .detail-set:nth-child(even) {
    margin: 40px auto;
  }
  .detail .detail-set:nth-child(even) .img {
    left: -20px;
  }
  .detail .detail-set:nth-child(even) .img::before {
    left: unset;
    right: -40px;
  }
  .detail .detail-set .text {
    margin-top: 30px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .detail {
    margin: 140px auto 80px;
  }
  .detail .detail-set:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .detail .detail-set:nth-child(even) .img::before {
    left: unset;
    right: -40px;
  }
  .detail .detail-set .text {
    width: 600px;
  }
  .detail .detail-set .text h3 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .detail .detail-set .text p {
    line-height: 2;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .detail .detail-set {
    margin-left: 20px;
    margin-right: 20px;
  }
  .detail .detail-set .img {
    width: 40%;
  }
  .detail .detail-set .text {
    width: 58%;
  }
}

/* ===================================================================
// voice
// ===================================================================*/
.voice {
  background-color: #F4F8FF;
  padding: 40px 0;
}
.voice h2 {
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
  color: #004099;
  text-align: center;
}
.voice h2::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(img/business_skill/ico_fukidashi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  left: calc(50% - 7em);
  top: 5px;
}
.voice .voice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice .voice_list li {
  background-color: #fff;
}
@media (max-width: 959px) {
  .voice .voice_list {
    margin-top: 20px;
    display: block;
  }
  .voice .voice_list li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    width: calc(100% - 20px);
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }
  .voice .voice_list li strong {
    color: #CC0000;
  }
  .voice .voice_list li span {
    color: #004099;
  }
  .voice .voice_list li:nth-child(odd) {
    border-radius: 0 20px 20px 0;
    left: 0;
  }
  .voice .voice_list li:nth-child(even) {
    border-radius: 20px 0 0 20px;
    right: -20px;
  }
}
@media (min-width: 960px) {
  .voice .voice_list {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
  }
  .voice .voice_list li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    border-radius: 40px;
    padding: 15px 0;
    width: 350px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .voice .voice_list li strong {
    color: #CC0000;
  }
  .voice .voice_list li span {
    color: #004099;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .voice .voice_list {
    width: calc(100% - 40px);
  }
  .voice .voice_list li {
    width: 31%;
  }
}

/* ===================================================================
// clients
// ===================================================================*/
.clients {
  padding: 30px 0 10px;
  border-bottom: 4px solid #F4F8FF;
}
.clients h2 {
  text-align: center;
  color: #004099;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.clients .clients-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===================================================================
// cv02
// ===================================================================*/
.cv02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #004099;
  padding: 40px 0;
}
.cv02 .lead {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.cv02 .lead .col01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv02 .lead .col02 span {
  color: #FFF310;
}
.cv02 .fukidashi {
  border: 1px solid #fff;
  color: #fff;
  padding: 20px 0;
  border-radius: 20px;
  text-align: center;
  position: relative;
  font-weight: bold;
  width: calc(100% - 40px);
  margin: 20px auto;
}
.cv02 .fukidashi span {
  color: #FFF310;
}
.cv02 .fukidashi::before, .cv02 .fukidashi::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cv02 .fukidashi::before {
  border-color: #004099 transparent transparent transparent;
  border-width: 13px 10px 0 10px;
  left: calc(50% - 10px);
  bottom: -12px;
  z-index: 2;
}
.cv02 .fukidashi::after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 14px 11px 0 11px;
  left: calc(50% - 11px);
  bottom: -14px;
  z-index: 1;
}
.cv02 .ss_btnArea {
  margin: 20px auto 0;
}
@media (max-width: 959px) {
  .cv02 .lead {
    font-size: 2.2rem;
  }
  .cv02 .lead .col01 {
    align-items: center;
  }
  .cv02 .lead .col01 img {
    height: 34px;
    width: auto;
    padding: 0 5px;
  }
  .cv02 .lead .col02 {
    line-height: 1.5;
  }
  .cv02 .smpForm textarea {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .cv02 {
    padding: 60px 0;
    width: calc(100% - 160px);
    margin: 60px auto;
  }
  .cv02 .lead {
    font-size: 2.4rem;
  }
  .cv02 .lead .img {
    padding: 0 5px;
  }
  .cv02 .fukidashi {
    padding: 20px 80px;
    border-radius: 100px;
    width: unset;
  }
  .cv02 .smpForm {
    width: 100%;
    max-width: 1000px;
  }
}

/* ===================================================================
// Layout
// ===================================================================*/
/* ===================================================================
// container
// ===================================================================*/
.container {
  box-sizing: content-box;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.container--xl {
  max-width: 1320px;
}
.container--l {
  max-width: 1260px;
}
.container > * {
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* ===================================================================
// hidden
// ===================================================================*/
@media (max-width: 959px) {
  .sp-hdn {
    display: none;
  }
}

@media (min-width: 960px) {
  .pc-hdn {
    display: none;
  }
}

/* ===================================================================
// text
// ===================================================================*//*# sourceMappingURL=style.css.map */