@charset "UTF-8";
/* ==============================================
reset
============================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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` elem&.isent 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;
  line-height: 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 {
  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] {
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==============================================
base
============================================== */
html {
  font-size: 10px;
}

body {
  position: relative;
  background: #ffffff;
  font-size: 1.6rem;
  font-family: 'Barlow', 'Noto Sans JP', sans-serif;
  color: #333333;
}

img {
  max-width: 100%;
}

/* ==============================================
mixin
============================================== */
/* ==============================================
utility
============================================== */
/* スクリーンリーダー（表示はなし） */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-text-center {
  text-align: center;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* 水平位置中央（horizontal） */
.u-center-h {
  display: flex;
  justify-content: center;
}

/* 垂直位置中央（vertical） */
.u-center-v {
  display: flex;
  align-items: center;
}

/* 上下左右中央 */
.u-center-hv {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* flex横並び反転 */
.u-row-reverse {
  flex-direction: row-reverse;
}

.u-block-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-block-pc {
    display: none;
  }
}

.u-block-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-block-sp {
    display: block;
  }
}

.u-inline-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-inline-pc {
    display: none;
  }
}

.u-inline-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-inline-sp {
    display: inline;
  }
}

.u-flex-pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-flex-pc {
    display: none;
  }
}

.u-flex-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-flex-sp {
    display: flex;
  }
}

/* ==============================================
layouut
============================================== */
.l-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .is-scroll .l-header {
    background: #ffffff;
    height: 70px;
  }
}

.l-main {
  width: 100%;
  min-width: 1068px;
  min-height: calc(100% - 100px - 434px);
}
@media screen and (max-width: 768px) {
  .l-main {
    min-width: auto;
  }
}

.l-footer {
  width: 100%;
  min-width: 1068px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ==============================================
common
============================================== */
/* ボタンラッパー */
.btn-group {
  display: flex;
  justify-content: center;
}

.btn {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 391px;
  min-height: 64px;
  padding: 19px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
  box-shadow: 0 3px 15px rgba(46, 17, 17, 0.31);
  border-radius: 32px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    height: 60px;
    min-height: 60px;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 20px;
  }
}
.btn:hover {
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background: #ea5454;
  border: none;
}
.btn-primary::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url("../img/icon-arrow-right-white.svg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .btn-primary::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}
.btn-primary:hover {
  color: #ea5454;
  background: #ffffff;
  border: solid 3px #ea5454;
}
.btn-primary:hover::after {
  background: url("../img/icon-arrow-right-red.svg") no-repeat center center/cover;
}

.btn-secondary {
  background: #ffffff;
  color: #ea5454;
}
@media screen and (max-width: 768px) {
  .btn-secondary {
    height: 64px;
    min-height: 64px;
  }
}
.btn-secondary::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url("../img/icon-arrow-right-red.svg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .btn-secondary::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}

/* ヘッダーのボタン（スマホ時に四角） */
.btn-rect-sp {
  width: 251px;
  height: 50px;
  min-height: 50px;
  padding: 10px;
  border-radius: 25px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn-rect-sp {
    width: 239px;
    height: 60px;
    border-radius: 6px;
  }
}
.btn-rect-sp::after {
  display: none;
}

/* ==============================================
contents - header
============================================== */
@media screen and (min-width: 769px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    min-width: 1068px;
    height: 100%;
    margin: 0 auto;
    padding: 0 8px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    position: relative;
    max-width: auto;
    width: 100%;
    min-width: auto;
    padding: 40px 16px 55px;
  }
}

.site-title {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .site-title {
    width: 172px;
  }
}

.site-description {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  margin-left: 30px;
  margin-right: auto;
}
.is-scroll .site-description {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .site-description {
    display: none;
  }
}

/* SPドロワーメニュー開閉ボタン */
#js-toggle-btn {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  #js-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 24px;
    right: 16px;
    width: 54px;
    height: 54px;
    background: #ea5454;
    padding: 19px 16px;
    border-radius: 27px;
    z-index: 120;
  }
  #js-toggle-btn span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    background: #ffffff;
    content: '';
    oapcity: 1;
    transition: all .3s;
  }
  .is-drawer-open #js-toggle-btn span {
    position: absolute;
    width: 20px;
    height: 2px;
    top: 26px;
    left: 17px;
  }
  .is-drawer-open #js-toggle-btn span:first-child {
    transform: rotate(45deg);
  }
  .is-drawer-open #js-toggle-btn span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .is-drawer-open #js-toggle-btn span:last-child {
    opacity: 0;
    display: none;
  }
}

/* グローバルナビ（ドロワーメニュー） */
.gnav-drawer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* ドロップダウンメニュー */
}
@media screen and (max-width: 768px) {
  .gnav-drawer {
    position: fixed;
    top: 0;
    right: -300px;
    display: block;
    background: #ffffff;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    transition: all .3s;
    padding-top: 100px;
    padding-bottom: 57px;
  }
  .is-drawer-open .gnav-drawer {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .gnav-drawer > li {
    margin-right: 40px;
  }
  .gnav-drawer > li.btn-group {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li {
    border-top: solid 1px #d6d6d6;
  }
}
.gnav-drawer > li > a:not(.btn), .gnav-drawer > li > span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .is-scroll .gnav-drawer > li > a:not(.btn),
  .is-scroll .gnav-drawer > li > span {
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li > a:not(.btn), .gnav-drawer > li > span {
    padding: 22px 60px 22px 31px;
    font-size: 1.6rem;
    color: #333333;
  }
}
@media screen and (min-width: 769px) {
  .gnav-drawer > li > span {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li > a[target=_blank]:not(.btn)::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    margin-left: 8px;
    background: url("../img/icon-link.svg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li:last-child {
    padding: 32px 31px;
  }
}
.gnav-drawer > li#js-dropdown span {
  position: relative;
}
.gnav-drawer > li#js-dropdown span::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 7px;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../img/icon-arrow-under.svg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li#js-dropdown span::after {
    width: 14px;
    height: 15px;
    right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer > li#js-dropdown.is-dropdown-open span::after {
    transform: rotate(180deg);
  }
}
.gnav-drawer #js-dropdown {
  position: relative;
}
.gnav-drawer #js-dropdown span {
  cursor: pointer;
}
.gnav-drawer #js-dropdown span::selection {
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .gnav-drawer #js-dropdown > ul {
    position: absolute;
    display: block;
    width: 206px;
    height: auto;
    top: 48px;
    left: -60px;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 0 9px;
    box-shadow: 0 10px 10px rgba(56, 46, 46, 0.04);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer #js-dropdown > ul {
    overflow: hidden;
    max-height: 0;
    transition: all .3s;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer #js-dropdown > ul > li {
    border-top: solid 1px #d6d6d6;
  }
}
.gnav-drawer #js-dropdown > ul > li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding: 9px 19px;
}
@media screen and (min-width: 769px) {
  .gnav-drawer #js-dropdown > ul > li a {
    font-weight: 700;
    transition: background .3s;
  }
  .gnav-drawer #js-dropdown > ul > li a:hover {
    background: #f5f4f4;
  }
  .gnav-drawer #js-dropdown > ul > li a::selection {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer #js-dropdown > ul > li a {
    font-size: 1.6rem;
    padding: 8px 30px 8px 48px;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer #js-dropdown > ul > li a::before {
    display: inline-block;
    content: '-';
    font-size: 1.6rem;
    line-height: 2;
    margin-right: 8px;
  }
}
@media screen and (min-width: 769px) {
  .gnav-drawer #js-dropdown.is-dropdown-open > ul {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .gnav-drawer #js-dropdown.is-dropdown-open > ul {
    max-height: 500px;
  }
}

@media screen and (max-width: 768px) {
  #js-overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
  }
  .is-drawer-open #js-overlay {
    z-index: 99;
    visibility: visible;
    opacity: 1;
  }
}
/* ==============================================
contents - kv
============================================== */
.sec-kv {
  position: relative;
  width: 100%;
  height: 540px;
  background: url("../img/kv-bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sec-kv {
    width: 100%;
    height: 100%;
    padding: 0 16px;
  }
}

.kv {
  padding-top: 166px;
  width: 1068px;
  padding-left: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    padding-left: 0;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}

.kv-slogan {
  display: inline-block;
  text-align: center;
  padding: 5px 19px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  background: #ffffff;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .kv-slogan {
    background: transparent;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .kv-slogan span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2.9rem;
    background: #ffffff;
    padding: 0.7rem;
    margin-bottom: 4px;
    padding: 0 7px;
  }
}

.kv-slogan-note {
  font-size: 5.1rem;
  line-height: 7.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: #ffffff;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .kv-slogan-note {
    font-size: 3.8rem;
    line-height: 5.5rem;
  }
}

.kv-description {
  font-size: 1.7rem;
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .kv-description {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 130px;
  }
}

.kv-img {
  position: absolute;
  display: block;
  width: 338px;
  bottom: -21px;
  left: calc(50% + 204px);
}
@media screen and (max-width: 1067px) {
  .kv-img {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv-img {
    display: none;
  }
}

.kv .btn-group {
  position: absolute;
  display: block;
  width: 391px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -27px;
}
@media screen and (max-width: 768px) {
  .kv .btn-group {
    width: 100%;
    position: relative;
    bottom: auto;
  }
  .kv .btn-group::after {
    position: absolute;
    display: block;
    content: '';
    width: 118px;
    height: 147px;
    right: 30px;
    bottom: 45px;
    z-index: 30;
    background: url("../img/kv-coding-img.png") no-repeat center center/cover;
  }
}

/* ==============================================
contents - icons 技術アイコンスライダー
============================================== */
.sec-icons {
  padding-top: 64px;
  background: #ffffff;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .sec-icons {
    height: 260px;
  }
}
.sec-icons .swiper-wrapper {
  align-items: flex-end;
}
.sec-icons .swiper-slide {
  width: 213px !important;
}
@media screen and (max-width: 768px) {
  .sec-icons .swiper-slide {
    width: 145px !important;
  }
}
.sec-icons .swiper-slide img {
  width: 100%;
}
.sec-icons figcaption {
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .sec-icons figcaption {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-top: -18px;
  }
}

/* ==============================================
contents - problems お困りではありませんか？
============================================== */
.sec-problems {
  position: relative;
  background: #f5f4f4;
  padding-top: 143px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .sec-problems {
    padding: 78px 16px 0;
  }
}
.sec-problems .sec-title {
  width: 1068px;
  margin: 0 auto 78px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 768px) {
  .sec-problems .sec-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-problems .sec-title small {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .sec-problems .sec-title small {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
.sec-problems .sec-title span {
  display: block;
  text-align: center;
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-problems .sec-title span {
    font-size: 2.8rem;
    line-height: 3.92rem;
  }
}

.problems {
  display: flex;
  justify-content: space-between;
  width: 1068px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .problems {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

.problem-list {
  position: relative;
  width: 327px;
  background: #ffffff;
  padding: 65px 32px;
  box-shadow: 0 10px 10px rgba(56, 46, 46, 0.04);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .problem-list {
    width: 100%;
    margin-bottom: 56px;
    padding: 48px 20px 38px;
  }
  .problem-list:last-child {
    margin-bottom: 0;
  }
}
.problem-list h3 {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 140px;
  height: 34px;
  font-size: 1.5rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  background: #ea5454;
  border-radius: 19px;
  margin: auto;
}
.problem-list .problem-list-item {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .problem-list .problem-list-item {
    margin-bottom: 32px;
  }
}
.problem-list .problem-list-item:last-child {
  margin-bottom: 0;
}
.problem-list .problem-list-item h4 {
  color: #ea5454;
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-weight: 700;
  padding-left: 48px;
  background: url("../img/icon-check.svg") no-repeat left center/34px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .problem-list .problem-list-item h4 {
    font-size: 2rem;
    line-height: 3.1rem;
  }
}
.problem-list .problem-list-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .problem-list .problem-list-item p.first-item {
    min-height: 82px;
  }
}

.problem-img {
  position: absolute;
  display: block;
  width: 304px;
  bottom: 45px;
  right: calc(50% - 530px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .problem-img {
    position: relative;
    width: 208px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
contents - solutions サテライトパートナーテックメイクで解決
============================================== */
.sec-solutions {
  /* 上から 背景右上矢印、左下矢印、エリア下部白背景 */
  background: url("../img/solution-arrrow-bg.png") no-repeat top 158px left calc(50% + 518px)/310px, url("../img/solution-arrrow-bg.png") no-repeat bottom 136px left calc(50% - 531px)/310px, url("../img/solution-white-bg.png") repeat-x bottom -30px left/5px;
  background-color: #ea5454;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-solutions {
    background: url("../img/solution-arrrow-bg.png") no-repeat top 60px left calc(50% + 125px)/210px, url("../img/solution-white-bg.png") repeat-x bottom -30px left/5px;
    background-color: #ea5454;
  }
}
.sec-solutions::before {
  position: absolute;
  left: 0;
  display: block;
  width: 50%;
  height: 79px;
  border-top: solid 79px #f5f4f4;
  border-left: solid 50vw #ea5454;
  border-right: solid 50vw #f5f4f4;
  border-bottom: solid 79px #ea5454;
  content: '';
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-solutions::before {
    height: 30px;
    border-top: solid 30px #f5f4f4;
    border-bottom: solid 30px #ea5454;
  }
}
.sec-solutions::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 79px;
  border-top: solid 79px #f5f4f4;
  border-left: solid 50vw transparent;
  border-right: solid 50vw #ea5454;
  border-bottom: solid 79px #ea5454;
  content: '';
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-solutions::after {
    height: 30px;
    border-top: solid 30px #f5f4f4;
    border-bottom: solid 30px #ea5454;
  }
}
.sec-solutions .sec-title {
  position: relative;
  z-index: 5;
  margin-bottom: 82px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sec-title {
    margin-bottom: 62px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
  }
}
.sec-solutions .sec-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 48px;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  background: #ffffff;
  color: #333333;
  margin: 0 auto 13px;
  border-radius: 34px;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sec-title h2 {
    width: 100%;
    font-size: 1.5rem;
    border-radius: 24px;
    margin-bottom: 20px;
  }
}
.sec-solutions .sec-title p {
  text-align: center;
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sec-title p {
    font-size: 2.8rem;
    line-height: 3.92rem;
  }
}
.sec-solutions .sec-title p em {
  font-style: normal;
  background: #ffffff;
  color: #ea5454;
}

.solutions {
  width: 863px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .solutions {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.solution {
  width: 100%;
  height: 312px;
  box-shadow: 0 10px 10px rgba(56, 46, 46, 0.04);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 54px 54px 60px 217px;
}
@media screen and (max-width: 768px) {
  .solution {
    height: auto;
    padding: 127px 24px 39px;
  }
}
.solution h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .solution h3 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.solution h3 em {
  font-style: normal;
  background: linear-gradient(transparent 60%, rgba(240, 136, 136, 0.5) 60%);
}
.solution p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .solution p {
    font-size: 1.6rem;
  }
}

.solution:first-child {
  background: #ffffff url("../img/solution-icon01.png") no-repeat center left 69px/87px;
}
@media screen and (max-width: 768px) {
  .solution:first-child {
    background: #ffffff url("../img/solution-icon01.png") no-repeat top 32px center/63px;
  }
}

.solution:nth-child(2) {
  background: #ffffff url("../img/solution-icon02.png") no-repeat center left 69px/87px;
}
@media screen and (max-width: 768px) {
  .solution:nth-child(2) {
    background: #ffffff url("../img/solution-icon02.png") no-repeat top 20px center/63px;
  }
}

.solution:nth-child(3) {
  background: #ffffff url("../img/solution-icon03.png") no-repeat center left 69px/75px;
}
@media screen and (max-width: 768px) {
  .solution:nth-child(3) {
    background: #ffffff url("../img/solution-icon03.png") no-repeat top 37px center/58px;
  }
}

/* ==============================================
contents - features 特徴・強み
============================================== */
.sec-features {
  background: #ffffff;
  padding: 105px 0 128px;
}
@media screen and (max-width: 768px) {
  .sec-features {
    padding: 46px 16px 120px;
  }
}
.sec-features .sec-title {
  margin-bottom: 104px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-features .sec-title {
    margin-bottom: 65px;
  }
}
.sec-features .sec-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 48px;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  background: #ea5454;
  color: #ffffff;
  margin: 0 auto 13px;
  border-radius: 34px;
}
@media screen and (max-width: 768px) {
  .sec-features .sec-title h2 {
    width: 142px;
    font-size: 1.5rem;
    border-radius: 24px;
    margin-bottom: 17px;
  }
}
.sec-features .sec-title p {
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec-features .sec-title p {
    font-size: 2.8rem;
    line-height: 3.92rem;
  }
}

.features {
  width: 1068px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .features {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feature {
    flex-wrap: wrap;
  }
}
.feature:first-child {
  margin-bottom: 119px;
}
@media screen and (max-width: 768px) {
  .feature:first-child {
    margin-bottom: 74px;
  }
}
.feature:first-child .feature-txt {
  width: 528px;
}
@media screen and (max-width: 768px) {
  .feature:first-child .feature-txt {
    width: 100%;
  }
}
.feature:nth-child(2) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .feature:nth-child(2) {
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 768px) {
  .feature:nth-child(2) .feature-txt {
    margin-top: -20px;
  }
}
.feature:nth-child(2) .feature-img {
  width: 418px;
  padding-left: 0;
  padding-right: 73px;
}
@media screen and (max-width: 768px) {
  .feature:nth-child(2) .feature-img {
    margin-bottom: 0;
    padding-left: 56px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .feature:last-child {
    margin-bottom: 0;
  }
}
.feature .feature-txt {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .feature .feature-txt {
    width: 100%;
    order: 2;
  }
}
.feature .feature-txt .feature-num {
  font-size: 1.5rem;
  line-height: 3.9rem;
  font-weight: 600;
  color: #ea5454;
  margin-bottom: 13px;
  height: 39px;
}
@media screen and (max-width: 768px) {
  .feature .feature-txt .feature-num {
    margin-bottom: 10px;
  }
}
.feature .feature-txt .feature-num span {
  display: inline-block;
  margin-left: 10px;
  font-size: 3.9rem;
  line-height: 1;
}
.feature .feature-txt h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .feature .feature-txt h3 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.feature .feature-txt h3 em {
  font-style: normal;
  color: #ea5454;
}
.feature .feature-txt p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .feature .feature-txt p {
    font-size: 1.6rem;
  }
}
.feature .feature-img {
  width: 445px;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .feature .feature-img {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 46px;
    padding-right: 46px;
  }
}

/* ==============================================
contents - partners 貴社のサテライトパートナーとして
============================================== */
.sec-partners {
  width: 100%;
  background: #f5f4f4;
  padding-top: 141px;
  padding-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .sec-partners {
    padding: 86px 0 80px;
  }
}
.sec-partners .sec-title {
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-partners .sec-title {
    font-size: 2.8rem;
    line-height: 3.92rem;
    margin-bottom: 66px;
  }
}
.sec-partners .sec-title small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 48px;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  background: #ea5454;
  color: #ffffff;
  margin: 0 auto 13px;
  border-radius: 34px;
}
@media screen and (max-width: 768px) {
  .sec-partners .sec-title small {
    width: 278px;
    margin-bottom: 17px;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
}
.sec-partners .sec-title span {
  display: block;
}

.partners {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .partners {
    flex-direction: column;
  }
}

.partner {
  width: 20%;
  height: 457px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.partner span {
  text-align: center;
}
.partner span small {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .partner {
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #707070;
  }
}

@media screen and (min-width: 769px) {
  .partner-coding {
    background: url("../img/partner-coding-pc.png") no-repeat center center/cover;
    border-right: solid 1px #707070;
  }
}
@media screen and (max-width: 768px) {
  .partner-coding {
    background: url("../img/partner-coding-sp.png") no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .partner-wordpress {
    background: url("../img/partner-wordpress-pc.png") no-repeat center center/cover;
    border-right: solid 1px #707070;
  }
}
@media screen and (max-width: 768px) {
  .partner-wordpress {
    background: url("../img/partner-wordpress-sp.png") no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .partner-cms {
    background: url("../img/partner-cms-pc.png") no-repeat center center/cover;
    border-right: solid 1px #707070;
  }
}
@media screen and (max-width: 768px) {
  .partner-cms {
    background: url("../img/partner-cms-sp.png") no-repeat center center/cover;
  }
}

.partner-web-app {
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .partner-web-app {
    background: url("../img/partner-web-app-pc.png") no-repeat center center/cover;
    border-right: solid 1px #707070;
  }
}
@media screen and (max-width: 768px) {
  .partner-web-app {
    background: url("../img/partner-web-app-sp.png") no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .partner-mobile-app {
    background: url("../img/partner-mobile-app-pc.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .partner-mobile-app {
    background: url("../img/partner-mobile-app-sp.png") no-repeat center center/cover;
  }
}

/* ==============================================
contents - partners 貴社のサテライトパートナーとして（OLD ver.）
============================================== */
/* ==============================================
contents - cta
============================================== */
.sec-cta {
  background: url("../img/cta-bg.png") no-repeat center center/cover;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.cta-main {
  width: 100%;
  min-width: 1068px;
  height: 478px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .cta-main {
    min-width: auto;
    height: 450px;
    padding: 0 16px;
  }
}
.cta-main .cta-img {
  width: 245px;
  margin: 0 auto 42px;
}
.cta-main .cta-title {
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .cta-main .cta-title {
    font-size: 2.5rem;
    line-height: 3.75rem;
    margin-bottom: 40px;
  }
}

.cta-link {
  max-width: 1280px;
  width: 100%;
  min-width: 1068px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 700px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cta-link {
    max-width: auto;
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
  }
}

.cta-link li {
  width: calc((100% - 2px) / 3);
  height: 142px;
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .cta-link li {
    width: 100%;
    height: 94px;
    border-left: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
}
.cta-link li:nth-child(3) {
  border-right: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .cta-link li:nth-child(3) {
    border-right: none;
    border-bottom: none;
  }
}
.cta-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-link-white.svg") no-repeat center right 44px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .cta-link li a {
    background: transparent url("../img/icon-link-white.svg") no-repeat center right 16px;
  }
}
.cta-link li a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

/* ==============================================
contents - footer
============================================== */
.footer-primary {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
  padding: 83px 0 70px;
}
@media screen and (max-width: 768px) {
  .footer-primary {
    width: 100%;
    flex-wrap: wrap;
    padding: 82px 0 20px;
  }
}
.footer-primary .footer-logo {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-logo {
    width: 100%;
    text-align: center;
  }
}
.footer-primary .footer-logo img {
  width: 200px;
  margin-bottom: 37px;
}
.footer-primary .footer-logo figcaption {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-logo figcaption {
    margin-bottom: 80px;
  }
}
.footer-primary .footer-primary-nav {
  width: 570px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav {
    width: 100%;
    flex-wrap: wrap;
    border-top: solid 1px #d9d9d9;
    padding: 20px 24px;
  }
}
.footer-primary .footer-primary-nav > ul {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav > ul {
    width: 100%;
  }
  .footer-primary .footer-primary-nav > ul:first-child {
    margin-bottom: 20px;
  }
}
.footer-primary .footer-primary-nav > ul > li > a {
  position: relative;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav > ul > li > a {
    display: block;
    font-size: 1.6rem;
    padding: 8px 0;
  }
}
.footer-primary .footer-primary-nav > ul > li > a[target=_blank]::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background: url("../img/icon-link.svg") no-repeat center center/cover;
}
.footer-primary .footer-primary-nav > ul > li > a:hover {
  text-decoration: underline;
}
.footer-primary .footer-primary-nav > ul > li > span {
  font-size: 1.4rem;
  line-height: 3.9rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav > ul > li > span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav > ul > li > ul > li {
    padding-left: 20px;
  }
}
.footer-primary .footer-primary-nav > ul > li > ul > li::before {
  display: inline-block;
  content: '-';
  font-size: 1.4rem;
  line-height: 3.2rem;
  margin-right: 6px;
}
.footer-primary .footer-primary-nav > ul > li > ul > li a {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer-primary .footer-primary-nav > ul > li > ul > li a {
    display: inline-block;
    padding: 8px 0;
  }
}
.footer-primary .footer-primary-nav > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.footer-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #d9d9d9;
}
@media screen and (max-width: 768px) {
  .footer-secondary {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.footer-secondary .copyright {
  font-size: 1.2rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer-secondary .copyright {
    order: 2;
    font-size: 1rem;
  }
}
.footer-secondary .footer-secondary-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .footer-secondary .footer-secondary-nav {
    order: 1;
    flex-wrap: wrap;
    padding: 25px 0 13px;
  }
}
.footer-secondary .footer-secondary-nav li {
  margin-right: 42px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-secondary .footer-secondary-nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-secondary .footer-secondary-nav li:nth-child(2) {
    margin-bottom: 25px;
  }
}

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