@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-family: "hiragino";
  src: url("../fonts/hiraginoW3.woff") format("woff"), url("../fonts/hiraginoW3.otf") format("opentype");
}
@font-face {
  font-weight: 500;
  font-family: "hiragino";
  src: url("../fonts/hiraginoW4.woff") format("woff"), url("../fonts/hiraginoW4.otf") format("opentype");
}
@font-face {
  font-weight: 600;
  font-family: "hiragino";
  src: url("../fonts/hiraginoW6.woff") format("woff"), url("../fonts/hiraginoW6.otf") format("opentype");
}
@font-face {
  font-weight: 700;
  font-family: "hiragino";
  src: url("../fonts/hiraginoW7.woff") format("woff"), url("../fonts/hiraginoW7.otf") format("opentype");
}
@font-face {
  font-weight: 800;
  font-family: "hiragino";
  src: url("../fonts/hiraginoW8.woff") format("woff"), url("../fonts/hiraginoW8.otf") format("opentype");
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura.woff") format("woff"), url("../fonts/Futura.ttf") format("truetype");
}
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
  -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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  margin: 0;
  height: 0; /* 1 */
  border: 0;
  border-top: 1px solid;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

/**
 * 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;
}

/**
 * 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;
  -moz-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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
  border: 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 {
  display: table; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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: 62.5%;
}

body {
  color: #323333;
  overflow-wrap: break-word;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "hiragino", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  color: #323333;
  cursor: pointer;
}
a:visited {
  color: #323333;
}
a:hover {
  color: #323333;
}
a:active {
  color: #323333;
}

a[href^=tel] {
  color: #323333;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #323333;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #323333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #323333;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #323333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #323333;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #323333;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #323333;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #323333;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #323333;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #323333;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #323333;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #323333;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #323333;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #323333;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #323333;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}

/* =================================
    text
================================= */
.u_txt_1 {
  font-size: 1.4rem;
  line-height: 1.58;
}

.u_txt_2 {
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1.76;
}

.u_txt_3 {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.03;
}

.u_txt_4 {
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.u_txt_5 {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.38;
}

.u_txt_6 {
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1.4;
}

.u_txt_7 {
  letter-spacing: 0.3em;
  font-size: 2rem;
  line-height: 0.6;
}

.u_txt_8 {
  letter-spacing: 0.3em;
  font-size: 1.6rem;
}

.u_txt_9 {
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1.1;
}

.u_txt_10 {
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  line-height: 1.57;
}

.u_txt_11 {
  letter-spacing: 0.06em;
  font-size: 3rem;
  line-height: 0.55;
}

.u_txt_12 {
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  line-height: 1.5;
}

.u_txt_13 {
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1.31;
}

/* =================================
 text color
================================= */
.u_yellow {
  color: #fff000;
}

.u_red {
  color: #ce121b;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_medium {
  font-weight: 500;
}

.u_semibold {
  font-weight: 600;
}

.u_bold {
  font-weight: 700;
}

.u_bolder {
  font-weight: 800;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u_hover_1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 buttons
================================= */
.c_btn_1 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 500px;
  height: 80px;
  background: #00a2e1;
  color: #fff;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_1:link, .c_btn_1:active, .c_btn_1:visited {
  color: #fff;
  cursor: pointer;
}
.c_btn_1:hover {
  color: #fff;
}
.c_btn_1:hover {
  background: #323333;
}
.c_btn_1:after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 38px;
  height: 6px;
  background: url(../img/common/c_btn_arrow_white.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn_2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 45px;
  min-height: 80px;
  width: 1000px;
  background: #00a2e1;
  color: #fff;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_2:link, .c_btn_2:active, .c_btn_2:visited {
  color: #fff;
  cursor: pointer;
}
.c_btn_2:hover {
  color: #fff;
}
.c_btn_2:hover {
  background: #323333;
}
.c_btn_2:after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 38px;
  height: 6px;
  background: url(../img/common/c_btn_arrow_white.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn_3 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  height: 60px;
  border: 1px solid #333;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_3:link, .c_btn_3:active, .c_btn_3:visited {
  color: #333;
  cursor: pointer;
}
.c_btn_3:hover {
  color: #fff;
}
.c_btn_3:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 38px;
  height: 6px;
  background: url(../img/common/c_btn_arrow_black.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_3:hover {
  background: #333;
}
.c_btn_3:hover:after {
  background: url(../img/common/c_btn_arrow_white.svg) no-repeat center/contain;
}
.c_btn_3.adjustment {
  padding-right: 30px;
}
.c_btn_3.__noarrow {
  text-align: center;
}
.c_btn_3.__noarrow:after {
  display: none;
}

.c_btn_4 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 500px;
  height: 60px;
  border: 1px solid #00a2e1;
  background: #fff;
  color: #00a2e1;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_4:link, .c_btn_4:active, .c_btn_4:visited {
  color: #00a2e1;
  cursor: pointer;
}
.c_btn_4:hover {
  color: #fff;
}
.c_btn_4:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 38px;
  height: 6px;
  background: url(../img/common/c_btn_arrow_blue.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_4:hover {
  background: #00a2e1;
}
.c_btn_4:hover:after {
  background: url(../img/common/c_btn_arrow_white.svg) no-repeat center/contain;
}

.c_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1000px;
}
.c_btn_box__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.c_btn_box__btn:not(:last-of-type) {
  margin-right: 50px;
}

/* =================================
 list
================================= */
.c_list_1 {
  margin: 15px 0 0;
}
.c_list_1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c_list_1__item:before {
  content: "●";
}

.c_list_2 {
  margin-top: 15px;
}
.c_list_2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-position: left center; /* 背景の開始位置を指定 */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  font-size: 1.8rem;
}
.c_list_2__item:not(:first-of-type) {
  margin-top: 15px;
}
.c_list_2__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 40px 0 0;
  background: #fff;
}
.c_list_2__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  background: #fff;
}

.c_list_3 {
  margin: 5px 0 0;
}
.c_list_3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.75;
}
.c_list_3__item:before {
  content: "※";
}
.c_list_3__item:not(:first-of-type) {
  margin-top: 5px;
}

.c_list_4 {
  margin: 5px 0 0;
}
.c_list_4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.3;
}
.c_list_4__item:before {
  content: "*";
}
.c_list_4__item:not(:first-of-type) {
  margin-top: 5px;
}

.c_list_5 {
  margin: 5px 0 0;
}
.c_list_5__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c_list_5__item:before {
  content: "●";
}

/* =================================
 Parts
================================= */
.c_results_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.c_results_box .c_results__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.c_results_box .c_results__item:not(:last-of-type) {
  margin-right: 25px;
}
.c_results__item {
  padding: 20px;
  background: #00a2e1;
}
.c_results__item_ttl {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}
.c_results__item_ttl .sup {
  position: relative;
  top: 0.1em;
  vertical-align: top;
  font-size: 1rem;
}
.c_results__item_dtl {
  color: #fff000;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}

.c_media_list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
  padding: 25px;
  border: 4px solid #eff7fb;
}
.c_media_list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  padding: 0 25px 0 0;
  border-right: 4px solid #eff7fb;
  color: #00a2e1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 2.2rem;
}
.c_media_list__dtl {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.c_media_list__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_media_list__item:not(:last-of-type) {
  margin-right: 30px;
}

.c_add_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_add_type__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 20px;
  border-right: 1px dashed #323333;
}
.c_add_type__item:nth-of-type(4n) {
  padding-right: 0;
  border-right: 0;
}
.c_add_type__item:nth-of-type(4n) .c_add_type__img {
  width: calc(100% - 12.5px);
}
.c_add_type__item:nth-of-type(4n + 1) {
  padding-left: 0;
}
.c_add_type__item:nth-of-type(4n + 1) .c_add_type__img {
  width: calc(100% - 12.5px);
}
.c_add_type__item:nth-of-type(-n + 4) {
  padding-top: 0;
}
.c_add_type__item:nth-last-of-type(-n + 4) {
  padding-bottom: 0;
  border-top: 1px dashed #323333;
}
.c_add_type__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.c_add_type__img img {
  width: 100%;
  height: auto;
}
.c_add_type__ttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 10px;
  color: #00a2e1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.65;
}
.c_add_type__txt {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}

.c_awards_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c_awards_box .c_awards {
  -ms-flex-preferred-size: calc(33.3333333333% - 16.6666666667px);
  flex-basis: calc(33.3333333333% - 16.6666666667px);
}

.c_awards img {
  width: 100%;
  height: auto;
}

.c_next_sfa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.c_next_sfa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 40px;
}
.c_next_sfa__item img {
  width: 100%;
  height: auto;
}
.c_next_sfa__item:nth-of-type(2n + 1) {
  padding-left: 0;
  border-right: 1px dashed #323333;
}
.c_next_sfa__item:nth-of-type(2n) {
  padding-right: 0;
}
.c_next_sfa__item:nth-of-type(-n + 2) {
  padding-top: 0;
  border-bottom: 1px dashed #323333;
}
.c_next_sfa__item_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c_next_sfa__item_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 15px;
  color: #3260ac;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 2rem;
}
.c_next_sfa__item_txt .result_time {
  font-weight: 300;
  font-size: 1.2rem;
}

.c_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.c_service__card {
  -ms-flex-preferred-size: calc(20% - 16px);
  flex-basis: calc(20% - 16px);
  margin: 0 20px 20px 0;
}
.c_service__card:nth-of-type(5n) {
  margin-right: 0;
}

.c_service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  border: 5px solid #eff7fb;
}
.c_service__card_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c_service__card_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 25px;
  color: #3260ac;
  font-weight: 700;
  font-size: 2rem;
}
.c_service__card_txt.__secondline {
  margin-top: 15px;
}
.c_service__card_txt .small {
  font-size: 1.2rem;
}

.c_access_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c_access_list__item:not(:first-of-type) {
  margin-top: 10px;
}
.c_access_list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 5px;
  border: 1px solid #00a2e1;
  color: #00a2e1;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
}
.c_access_list__name .small {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
.c_access_list__dtl {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.c_strong_cont_1 {
  position: relative;
  margin-top: 90px;
  height: 550px;
}
.c_strong_cont_1__inr {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}
.c_strong_cont_1__inr_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.c_strong_cont_1__img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 50px);
  height: 100%;
}
.c_strong_cont_1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_strong_cont_1__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
.c_strong_cont_1__ttl_num {
  color: #00a2e1;
  font-weight: bold;
  font-size: 14rem;
  font-family: "futura", sans-serif;
  line-height: 0.9;
  opacity: 0.4;
}
.c_strong_cont_1__ttl_txt {
  color: #00a2e1;
  font-weight: 800;
  font-size: 5.1rem;
}
.c_strong_cont_1__ttl + * {
  margin-top: 0;
}

.c_strong_cont_2 {
  position: relative;
  margin-top: 90px;
  min-height: 550px;
}
.c_strong_cont_2__inr {
  margin: 0 auto;
  width: 1000px;
}
.c_strong_cont_2__inr_cont {
  margin: 0 0 0 auto;
  width: 50%;
}
.c_strong_cont_2__img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 50px);
  height: 100%;
}
.c_strong_cont_2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_strong_cont_2__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}
.c_strong_cont_2__ttl_num {
  color: #00a2e1;
  font-weight: bold;
  font-size: 14rem;
  font-family: "futura", sans-serif;
  line-height: 0.9;
  opacity: 0.2;
}
.c_strong_cont_2__ttl_txt {
  color: #00a2e1;
  font-weight: 800;
  font-size: 5.1rem;
}
.c_strong_cont_2__ttl + * {
  margin-top: 0;
}

.c_recruit_cat {
  margin-top: 80px;
}
.c_recruit_cat__item:not(:first-of-type) {
  margin-top: 100px;
}
.c_recruit_cat__upper_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1000px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c_recruit_cat__upper_cont_txtbox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.c_recruit_cat__upper_cont__inr {
  padding: 0 0 0 25px;
}
.c_recruit_cat__upper_cont__txt + .c_recruit_cat__upper_cont__txt {
  margin-top: 20px;
}
.c_recruit_cat__upper_cont__img {
  position: relative;
  right: -80px;
  z-index: 0;
}
.c_recruit_cat__upper_cont__img:before {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
  width: calc(100% - 20px);
  height: 100%;
  background: #efefef;
  content: "";
}
.c_recruit_cat__upper_cont__img.__common:before {
  background: #e3e3e3;
}
.c_recruit_cat__bottom_cont {
  margin: 40px auto 0;
  padding: 0 0 0 25px;
  width: 1000px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c_recruit_cat_2 {
  margin-top: 80px;
}
.c_recruit_cat_2__item:not(:first-of-type) {
  margin-top: 100px;
}
.c_recruit_cat_2__upper_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  width: 1000px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c_recruit_cat_2__upper_cont_txtbox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.c_recruit_cat_2__upper_cont__inr {
  padding: 0 0 0 25px;
}
.c_recruit_cat_2__upper_cont__txt + .c_recruit_cat_2__upper_cont__txt {
  margin-top: 20px;
}
.c_recruit_cat_2__upper_cont__img {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 0;
}
.c_recruit_cat_2__upper_cont__img:before {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
  width: calc(100% - 20px);
  height: 100%;
  background: #e3e3e3;
  content: "";
}
.c_recruit_cat_2__bottom_cont {
  margin: 40px auto 0;
  padding: 0 0 0 25px;
  width: 1000px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* =================================
 copyright
================================= */
.c_copyright {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "futura", sans-serif;
  line-height: 90px;
}

/* =================================
 title
================================= */
.c_ttl_1 {
  margin: 0 auto 60px;
  width: 1000px;
  color: #fff;
  letter-spacing: -0.04em;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.56;
}
.c_ttl_1__txt {
  display: table;
  background: #00a2e1;
}
.c_ttl_1__txt .adjustment {
  letter-spacing: -0.42em;
}
.c_ttl_1__txt.__firstline {
  margin-left: -100px;
  padding: 0 20px 0 100px;
}
.c_ttl_1__txt.__secondline {
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 60px;
}
.c_ttl_1 + * {
  margin-top: 0;
}

.c_ttl_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto 20px;
  padding: 20px 10px 20px;
  width: 1000px;
  background: #00a2e1;
  color: #fff;
}
.c_ttl_2__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 7rem;
  font-family: "futura", sans-serif;
  line-height: 0.63;
}
.c_ttl_2__num .adjustment {
  letter-spacing: -0.04em;
}
.c_ttl_2__txt {
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.37;
}
.c_ttl_2__txt .emphasis {
  color: #fff000;
}
.c_ttl_2__txt .adjustment {
  letter-spacing: -0.19em;
}
.c_ttl_2 + * {
  margin-top: 0;
}

.c_ttl_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  width: 1000px;
  background: #3260ac;
  color: #fff;
}
.c_ttl_3__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 7rem;
  font-family: "futura", sans-serif;
  line-height: 0.63;
}
.c_ttl_3__num .adjustment {
  letter-spacing: -0.04em;
}
.c_ttl_3__txt {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.37;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c_ttl_3__txt .emphasis {
  color: #fff000;
}
.c_ttl_3__txt .adjustment {
  letter-spacing: -0.19em;
}
.c_ttl_3 + * {
  margin-top: 0;
}

.c_ttl_4 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 10px;
  width: 1000px;
}
.c_ttl_4__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 640px;
  color: #00a2e1;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 3.5rem;
}
.c_ttl_4__txt:before, .c_ttl_4__txt:after {
  width: 8px;
  height: 100%;
  background: #00a2e1;
  content: "";
}
.c_ttl_4 + * {
  margin-top: 0;
}

.c_ttl_5 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 100px;
  min-width: 1000px;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c_ttl_5.__our_strength {
  background-image: url(../img/p-top/our_strength_back.jpg);
}
.c_ttl_5.__job_list {
  background-image: url(../img/p-top/job_list_back.jpg);
}
.c_ttl_5__txt {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 5.5rem;
}
.c_ttl_5 + * {
  margin-top: 0;
}

.c_ttl_6 {
  position: relative;
  margin: 0 auto 60px;
  padding: 0 0 31px;
  width: 1000px;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 0.77;
}
.c_ttl_6:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #333;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c_ttl_6 + * {
  margin-top: 0;
}

.c_ttl_7 {
  margin: 0 0 35px;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 2rem;
}
.c_ttl_7 + * {
  margin-top: 0;
}

.c_ttl_8 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(0, 162, 225, 0.1);
}
.c_ttl_8__txtbox {
  margin: 0 auto;
  width: 1000px;
  color: #fff;
}
.c_ttl_8__txtbox_inr {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}
.c_ttl_8__txtbox_inr:before {
  position: absolute;
  top: 0;
  left: -5000px;
  width: 5000px;
  height: 100%;
  background: #00a2e1;
  content: "";
}
.c_ttl_8__txtbox_dtl {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #00a2e1;
}
.c_ttl_8__txtbox_dtl:after {
  position: absolute;
  top: 0;
  right: -29px;
  z-index: -1;
  width: 30px;
  height: 100%;
  background: #00a2e1;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
}
.c_ttl_8__txtbox_dtl:before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 5px;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c_ttl_8__txtbox_dtl.__second:before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 5px;
  height: 100%;
  background: #efefef;
  content: "";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c_ttl_8__txtbox_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 0 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 3.5rem;
  font-family: "futura", sans-serif;
  line-height: 0.63;
}
.c_ttl_8__txtbox_num .adjustment {
  letter-spacing: -0.04em;
}
.c_ttl_8__txtbox_txt {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.37;
}
.c_ttl_8 + * {
  margin-top: 0;
}
.c_ttl_8 + .c_ttl_8 {
  margin-top: -25px;
}
.c_ttl_8 + .c_ttl_9 {
  margin-top: -25px;
}

.c_ttl_9 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(0, 162, 225, 0.1);
}
.c_ttl_9__txtbox {
  margin: 0 auto;
  width: 1000px;
  color: #fff;
}
.c_ttl_9__txtbox_inr {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}
.c_ttl_9__txtbox_inr:before {
  position: absolute;
  top: 0;
  left: -5000px;
  width: 5000px;
  height: 100%;
  background: #305ca1;
  content: "";
}
.c_ttl_9__txtbox_dtl {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #305ca1;
}
.c_ttl_9__txtbox_dtl:after {
  position: absolute;
  top: 0;
  right: -29px;
  z-index: -1;
  width: 30px;
  height: 100%;
  background: #305ca1;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
}
.c_ttl_9__txtbox_dtl:before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 5px;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c_ttl_9__txtbox_dtl.__second:before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 5px;
  height: 100%;
  background: #efefef;
  content: "";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c_ttl_9__txtbox_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 0 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 3.5rem;
  font-family: "futura", sans-serif;
  line-height: 0.63;
}
.c_ttl_9__txtbox_num .adjustment {
  letter-spacing: -0.04em;
}
.c_ttl_9__txtbox_txt {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.37;
}

.c_ttl_10 {
  margin-bottom: 20px;
  padding: 0 0 15px;
  border-bottom: 2px solid #00a2e1;
  color: #00a2e1;
  font-weight: 700;
  font-size: 3.3rem;
}
.c_ttl_10 + * {
  margin-top: 0;
}

.c_ttl_11 {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.c_ttl_11__txt {
  padding: 0 0 15px;
  border-bottom: 2px solid #00a2e1;
  color: #00a2e1;
  font-weight: 700;
  font-size: 3.3rem;
}
.c_ttl_11__dtl {
  position: absolute;
  position: static;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  background: #00a2e1;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
.c_ttl_11__dtl_num {
  padding: 0 5px 0 10px;
  font-size: 2.8rem;
}
.c_ttl_11__dtl_time {
  font-weight: 400;
  font-size: 1rem;
}
.c_ttl_11 + * {
  margin-top: 0;
}

.c_ttl_12 {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #2559a7;
  text-align: center;
}
.c_ttl_12 + * {
  margin-top: 0;
}

.c_ttl_13 {
  display: table;
  margin: 0 0 40px;
  padding-left: 10px;
  border-left: 15px solid #00a2e1;
}
.c_ttl_13__ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.12;
}
.c_ttl_13__txt {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3;
}
.c_ttl_13 + * {
  margin-top: 0;
}

.c_ttl_14 {
  display: table;
  margin: 0 0 20px;
  padding-left: 10px;
  border-left: 15px solid #00a2e1;
}
.c_ttl_14__ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.c_ttl_14__ttl_txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_ttl_14__ttl_txt {
  margin: 0 10px 0 0;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.12;
}
.c_ttl_14__ttl_desc {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.31;
}
.c_ttl_14__num {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.12;
}
.c_ttl_14 + * {
  margin-top: 0;
}

/* =================================
 内部リンク
================================= */
.c_anchor_link_box {
  margin-top: 60px;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
/* =================================
 l_header
================================= */
.l_header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}
.l_header__logo {
  width: 366px;
}
.l_header__logo img {
  width: 100%;
  height: auto;
}
.l_header__link {
  display: block;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  padding: 200px 20px 170px;
  min-width: 1000px;
  min-height: 600px;
  background: url("../img/p-top/l_mv_back.jpg") no-repeat center/cover;
}
.l_main_visual_top__img {
  max-width: 1162px;
  width: 100%;
}
.l_main_visual_top__img img {
  width: 100%;
  height: auto;
}

/* =================================
 l_footer
================================= */
.l_footer {
  background: #00a2e1;
}

/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
.page-heading-top {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  height: 290px;
  background: url(../img/p-top/page-heading-top-back.svg) no-repeat center/contain;
}
.page-heading-top__ttl {
  color: #0058b6;
  text-align: center;
}

.sec_1 {
  padding: 60px 20px 0;
}
.sec_1__inr {
  margin: 0 auto;
  width: 1000px;
}

.service_correlations__ttl {
  margin: 0 0 60px;
  padding: 0 0 25px;
  border-bottom: 2px solid #00a2e1;
}
.service_correlations__diagram img {
  width: 100%;
  height: auto;
}
.service_correlations__contents {
  margin-top: 90px;
}
.service_correlations__contents .organic_search_diagram_image {
  margin-top: 40px;
}
.service_correlations__contents .organic_search_diagram_image img {
  width: 100%;
  height: auto;
}
.service_correlations__contents .add_type_box {
  margin-top: 40px;
}
.service_correlations__contents .awards_box {
  margin-top: 70px;
}

.sec_2 {
  margin: 90px 0 0;
}
.sec_2_ttl {
  margin-bottom: 100px;
  background: #00a2e1;
}
.sec_2_ttl__txt {
  margin: 0 auto;
  width: 1000px;
}
.sec_2_ttl__txt_inr {
  position: relative;
  display: table;
  margin-left: -40px;
  padding: 0 60px 0 40px;
  width: 365px;
  background: #fff;
}
.sec_2_ttl__txt_inr img {
  width: 100%;
  height: auto;
}
.sec_2__inr {
  margin: 0 auto;
  width: 1000px;
}
.sec_2__corp_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_2__corp_info__tablebox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.sec_2__corp_info__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 430px;
  flex: 0 1 430px;
  margin: 0 0 0 30px;
}
.sec_2__corp_info__img img {
  width: 100%;
  height: auto;
}
.sec_2__corp_info__table {
  width: 100%;
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
.sec_2__corp_info__table .tr {
  padding-top: 10px;
}
.sec_2__corp_info__table .tr:first-of-type .th {
  padding-top: 0;
}
.sec_2__corp_info__table .tr:first-of-type .td {
  padding-top: 0;
}
.sec_2__corp_info__table .tr:not(:first-of-type) {
  margin-top: 20px;
}
.sec_2__corp_info__table .th {
  padding-top: 10px;
  padding-right: 15px;
  border-right: 1px solid #333;
  vertical-align: middle;
}
.sec_2__corp_info__table .td {
  padding-top: 10px;
  padding-left: 15px;
}
.sec_2__company_performance {
  margin-top: 80px;
}
.sec_2__company_performance__img {
  margin-top: 20px;
}
.sec_2__company_performance__img img {
  width: 100%;
  height: auto;
}
.sec_2__awards {
  margin-top: 80px;
}
.sec_2__awards_ttl {
  margin-bottom: 40px;
}

.sec_3 {
  margin-top: 90px;
}

.sec_4 {
  margin-top: 90px;
}
.sec_4__cont_2 {
  margin-top: 80px;
  padding: 80px 0 200px;
  background: #efefef;
}
@media screen and (min-width: 1000px) {
  body {
    min-width: 1000px;
    width: 100%;
  }
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_pc_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
  .u_content_size {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
  .u_txt_1 {
    font-size: 1.7rem;
    line-height: 1.58;
  }
  .u_txt_2 {
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    line-height: 1.76;
  }
  .u_txt_3 {
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 1.03;
  }
  .u_txt_4 {
    letter-spacing: 0.08em;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .u_txt_5 {
    letter-spacing: 0.1em;
    font-size: 2.1rem;
    line-height: 1.38;
  }
  .u_txt_6 {
    letter-spacing: 0.08em;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u_txt_7 {
    letter-spacing: 0.3em;
    font-size: 3.5rem;
    line-height: 0.6;
  }
  .u_txt_8 {
    letter-spacing: 0.06em;
    font-size: 2.8rem;
  }
  .u_txt_9 {
    letter-spacing: 0.04em;
    font-size: 1.9rem;
    line-height: 1.1;
  }
  .u_txt_10 {
    letter-spacing: 0.06em;
    font-size: 1.8rem;
    line-height: 1.57;
  }
  .u_txt_11 {
    letter-spacing: 0.06em;
    font-size: 5.1rem;
    line-height: 0.55;
  }
  .u_txt_12 {
    letter-spacing: 0.12em;
    font-size: 4rem;
    line-height: 1.5;
  }
  .u_txt_13 {
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    line-height: 1.31;
  }
  .u_ta_lc {
    text-align: center;
  }
  .u_ta_cr {
    text-align: right;
  }
  .u_ta_rc {
    text-align: center;
  }
  .u_hover_1:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_sp_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_ta_cl {
    text-align: center;
  }
  .u_ta_cr {
    text-align: center;
  }
  .u_ta_rc {
    text-align: right;
  }
  .c_btn_1 {
    margin: 30px auto 0;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
  }
  .c_btn_2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px auto;
    padding: 0 15px;
    width: calc(100% - 40px);
    font-size: 1.4rem;
  }
  .c_btn_2:after {
    right: 15px;
  }
  .c_btn_3 {
    font-size: 1.4rem;
  }
  .c_btn_4 {
    width: calc(100% - 40px);
    font-size: 1.4rem;
  }
  .c_btn_box {
    padding: 0 20px;
    width: 100%;
  }
  .c_btn_box__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
  .c_btn_box__btn:first-of-type {
    margin-top: 0;
  }
  .c_btn_box__btn:not(:last-of-type) {
    margin-right: 0;
  }
  .c_list_1__item {
    font-size: 1.4rem;
  }
  .c_list_2__item {
    background: none;
    font-size: 1.4rem;
  }
  .c_list_2__item:not(:first-of-type) {
    margin-top: 25px;
  }
  .c_list_2__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 0 5px;
  }
  .c_list_2__txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c_list_5__item {
    font-size: 1.4rem;
  }
  .c_results_box .c_results__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
  .c_results_box .c_results__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c_results__item_ttl {
    font-size: 1.6rem;
  }
  .c_results__item_dtl {
    font-size: 2rem;
  }
  .c_media_list__box {
    display: block;
    margin-top: 20px;
  }
  .c_media_list__ttl {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    font-size: 1.8rem;
  }
  .c_media_list__item:not(:last-of-type) {
    margin-right: 15px;
  }
  .c_add_type__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 15px 10px;
  }
  .c_add_type__item:nth-of-type(4n) {
    padding-right: 10px;
  }
  .c_add_type__item:nth-of-type(4n) .c_add_type__img {
    width: 100%;
  }
  .c_add_type__item:nth-of-type(4n + 1) {
    padding-left: 10px;
  }
  .c_add_type__item:nth-of-type(4n + 1) .c_add_type__img {
    width: 100%;
  }
  .c_add_type__item:nth-of-type(-n + 4) {
    padding-top: 15px;
  }
  .c_add_type__item:nth-last-of-type(-n + 4) {
    padding-bottom: 15px;
  }
  .c_add_type__item:nth-of-type(3) {
    border-top: 1px dashed #323333;
  }
  .c_add_type__item:nth-of-type(4) {
    border-top: 1px dashed #323333;
  }
  .c_add_type__item:nth-of-type(2n) {
    border-right: none;
  }
  .c_add_type__ttl {
    font-size: 1.6rem;
  }
  .c_add_type__txt {
    margin-top: 5px;
  }
  .c_awards_box .c_awards {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c_awards_box .c_awards:not(:first-of-type) {
    margin-top: 20px;
  }
  .c_next_sfa {
    margin-top: 20px;
  }
  .c_next_sfa__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #323333;
  }
  .c_next_sfa__item:nth-of-type(2n + 1) {
    border-right: 0;
  }
  .c_next_sfa__item:nth-of-type(-n + 2) {
    padding-top: 20px;
  }
  .c_next_sfa__item_txt {
    font-size: 1.6rem;
  }
  .c_service {
    margin-top: 40px;
  }
  .c_service__card {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .c_service__card:nth-of-type(5n) {
    margin-right: 10px;
  }
  .c_service__card:nth-of-type(2n) {
    margin-right: 0;
  }
  .c_service__card_txt {
    font-size: 1.6rem;
  }
  .c_access_list__item {
    display: block;
  }
  .c_access_list__name {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 15px;
    font-size: 1.4rem;
  }
  .c_access_list__name .small {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .c_access_list__name br {
    display: none;
  }
  .c_strong_cont_1 {
    margin-top: 40px;
    height: auto;
  }
  .c_strong_cont_1__inr {
    position: relative;
    z-index: 0;
    padding: 0 20px 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .c_strong_cont_1__inr_cont {
    width: 100%;
  }
  .c_strong_cont_1__img {
    position: static;
    padding: 0 20px;
    width: 100%;
  }
  .c_strong_cont_1__ttl {
    margin-bottom: 20px;
  }
  .c_strong_cont_1__ttl_num {
    font-size: 4rem;
  }
  .c_strong_cont_1__ttl_txt {
    font-size: 2rem;
  }
  .c_strong_cont_2 {
    margin-top: 40px;
    min-height: 0;
  }
  .c_strong_cont_2__inr {
    position: relative;
    z-index: 0;
    padding: 0 20px 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .c_strong_cont_2__inr_cont {
    width: 100%;
  }
  .c_strong_cont_2__img {
    position: static;
    padding: 0 20px;
    width: 100%;
  }
  .c_strong_cont_2__ttl {
    margin-bottom: 20px;
  }
  .c_strong_cont_2__ttl_num {
    font-size: 4rem;
  }
  .c_strong_cont_2__ttl_txt {
    font-size: 2rem;
  }
  .c_recruit_cat {
    margin-top: 40px;
  }
  .c_recruit_cat__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .c_recruit_cat__upper_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    font-size: 1.4rem;
  }
  .c_recruit_cat__upper_cont_txtbox {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 20px;
    width: 100%;
  }
  .c_recruit_cat__upper_cont__inr {
    padding: 0;
  }
  .c_recruit_cat__upper_cont__img {
    right: 0;
    margin-bottom: 40px;
  }
  .c_recruit_cat__upper_cont__img img {
    width: 100%;
    height: auto;
  }
  .c_recruit_cat__upper_cont__img:before {
    top: 20px;
    right: 0;
  }
  .c_recruit_cat__bottom_cont {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 1.4rem;
  }
  .c_recruit_cat_2 {
    margin-top: 40px;
  }
  .c_recruit_cat_2__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .c_recruit_cat_2__upper_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    font-size: 1.4rem;
  }
  .c_recruit_cat_2__upper_cont_txtbox {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 20px;
    width: 100%;
  }
  .c_recruit_cat_2__upper_cont__inr {
    padding: 0;
  }
  .c_recruit_cat_2__upper_cont__img {
    position: relative;
    right: 0;
    margin: 0 0 40px;
  }
  .c_recruit_cat_2__upper_cont__img img {
    width: 100%;
    height: auto;
  }
  .c_recruit_cat_2__upper_cont__img:before {
    top: 20px;
    right: 0;
  }
  .c_recruit_cat_2__bottom_cont {
    width: 100%;
  }
  .c_copyright {
    line-height: 50px;
  }
  .c_ttl_1 {
    margin: 0 auto 40px;
    width: 100%;
    font-size: 1.6rem;
  }
  .c_ttl_1__txt.__firstline {
    margin-left: 0;
    padding: 0 20px 0 20px;
  }
  .c_ttl_1__txt.__secondline {
    margin-left: 0;
    margin-left: 20px;
    padding: 0 20px;
  }
  .c_ttl_2 {
    margin-left: -20px;
    padding: 20px;
    width: calc(100% + 40px);
  }
  .c_ttl_2__num {
    margin-right: 20px;
    padding-right: 15px;
    font-size: 2.5rem;
  }
  .c_ttl_2__txt {
    font-size: 1.6rem;
  }
  .c_ttl_3 {
    margin-left: -20px;
    padding: 20px;
    width: calc(100% + 40px);
  }
  .c_ttl_3__num {
    margin-right: 20px;
    padding-right: 15px;
    font-size: 2.5rem;
  }
  .c_ttl_3__txt {
    font-size: 1.6rem;
  }
  .c_ttl_4 {
    width: 100%;
  }
  .c_ttl_4__txt {
    max-width: 640px;
    width: 100%;
    font-size: 2rem;
  }
  .c_ttl_5 {
    margin: 0 0 40px;
    min-width: 100%;
    height: 200px;
  }
  .c_ttl_5__txt {
    font-size: 2.5rem;
  }
  .c_ttl_6 {
    margin: 0 0 40px;
    width: 100%;
    font-size: 1.8rem;
  }
  .c_ttl_6:after {
    width: 50px;
  }
  .c_ttl_8 {
    margin-bottom: 0;
  }
  .c_ttl_8__txtbox {
    width: 100%;
  }
  .c_ttl_8__txtbox_dtl {
    padding: 0 0 0 20px;
  }
  .c_ttl_8__txtbox_num {
    font-size: 1.8rem;
  }
  .c_ttl_8__txtbox_txt {
    font-size: 1.6rem;
  }
  .c_ttl_8 + .c_ttl_8 {
    margin-top: 0;
  }
  .c_ttl_8 + .c_ttl_9 {
    margin-top: 0;
  }
  .c_ttl_9 {
    margin-bottom: 0;
  }
  .c_ttl_9__txtbox {
    width: 100%;
  }
  .c_ttl_9__txtbox_dtl {
    padding: 0 0 0 20px;
  }
  .c_ttl_9__txtbox_num {
    font-size: 1.8rem;
  }
  .c_ttl_9__txtbox_txt {
    font-size: 1.6rem;
  }
  .c_ttl_10 {
    font-size: 2rem;
  }
  .c_ttl_11__txt {
    font-size: 2rem;
  }
  .c_ttl_11__dtl {
    display: table;
    padding: 15px;
    font-size: 1.6rem;
  }
  .c_ttl_11__dtl_num {
    font-size: 2.5rem;
  }
  .c_ttl_12 {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .c_ttl_12 img {
    width: 250px;
    height: auto;
  }
  .c_ttl_13 {
    display: block;
    margin: 0 0 20px;
    border-width: 5px;
  }
  .c_ttl_13__ttl {
    font-size: 1.6rem;
  }
  .c_ttl_13__txt {
    font-size: 1.4rem;
  }
  .c_ttl_14 {
    display: block;
    margin: 0 0 20px;
    border-width: 5px;
  }
  .c_ttl_14__ttl_txt {
    font-size: 1.6rem;
  }
  .c_ttl_14__ttl_desc {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c_ttl_14__ttl_not_work {
    width: 90px;
  }
  .c_ttl_14__ttl_not_work img {
    width: 100%;
    height: auto;
  }
  .c_ttl_14__num {
    font-size: 1.4rem;
  }
  .c_anchor_link_box {
    margin-top: 40px;
  }
  .l_header__logo {
    width: 200px;
  }
  .l_main_visual_top {
    margin-bottom: 20px;
    padding: 80px 20px 40px;
    min-width: 100%;
    min-height: auto;
    background: url("../img/p-top/sp/l_mv_back.jpg") no-repeat center/cover;
  }
  .l_main_visual_top__img {
    max-width: 100%;
  }
  .page-heading-top {
    padding: 20px 20px;
    height: auto;
  }
  .page-heading-top__ttl {
    text-align: left;
  }
  .sec_1 {
    padding: 20px 20px 0;
  }
  .sec_1__inr {
    width: 100%;
  }
  .service_correlations__ttl {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .service_correlations__ttl img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .service_correlations__diagram {
    width: 100%;
    height: 600px;
  }
  .service_correlations__diagram img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .service_correlations__contents {
    margin-top: 40px;
  }
  .service_correlations__contents .organic_search_diagram_image {
    margin-top: 20px;
    width: 100%;
    height: 600px;
  }
  .service_correlations__contents .organic_search_diagram_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sec_2 {
    margin: 60px 0 0;
  }
  .sec_2_ttl {
    margin-bottom: 20px;
  }
  .sec_2_ttl__txt {
    padding: 0 20px;
    width: 100%;
  }
  .sec_2_ttl__txt_inr {
    margin-left: 0;
    padding: 0 20px;
    max-width: 250px;
  }
  .sec_2__inr {
    padding: 0 20px;
    width: 100%;
  }
  .sec_2__corp_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sec_2__corp_info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 20px;
  }
  .sec_2__corp_info__table {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .sec_2__corp_info__table .tr {
    display: block;
    padding: 0;
  }
  .sec_2__corp_info__table .th {
    display: block;
    padding: 0;
    border-right: none;
  }
  .sec_2__corp_info__table .td {
    display: block;
    margin-top: 5px;
    padding: 0;
  }
  .sec_2__company_performance {
    margin-top: 40px;
  }
  .sec_2__awards {
    margin-top: 40px;
  }
  .sec_2__awards_ttl {
    margin-bottom: 20px;
  }
  .sec_3 {
    margin-top: 60px;
  }
  .sec_4 {
    margin-top: 40px;
  }
  .sec_4__cont_2 {
    padding: 40px 0 60px;
  }
}
