@charset "UTF-8";
audio:not([controls]) {
  display: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

a, button {
  outline: 0; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="number"] {
    width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

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

* {
  font-size: inherit;
  line-height: inherit; }
  *:before, *:after {
    box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
textarea {
  background-color: transparent; }

button,
input,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px; }
  table tr td {
    border-width: 1px; }

textarea {
  resize: vertical; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

body {
  -webkit-font-smoothing: antialiased; }

ul li {
  list-style-type: none; }

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

button {
  cursor: pointer; }

.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * フォントサイズ rem 設定用 mixin。
 *
 * @param {String} 配列での設定か、Extra small の指定
 * @param {String} Small の指定
 * @param {String} Midium の指定
 * @param {String} Large の指定
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: calc(.78125vw + 7.5px); }

/* 10px */
@media (max-width: 320px) {
  html {
    font-size: 62.5%; } }

/* 15px */
@media (min-width: 961px) {
  html {
    font-size: 93.8%; } }

html, body {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%; }

body {
  font-family: "Nunito Sans", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, YuGothic, "メイリオ", Meiryo, sans-serif; }
  body a:focus, body button:focus {
    outline: none; }

a:focus, button:focus {
  outline: none; }

small {
  font-size: 1em; }

span.ib-text span {
  display: inline-block; }

img {
  max-width: 100%; }

address {
  font-style: normal; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  min-width: 320px; }

.img-circle {
  border-radius: 50%;
  overflow: hidden; }

.img-cover, .img-contain {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  .img-cover.img-center-top, .img-contain.img-center-top {
    background-position: center top; }
  .img-cover.img-center-bottom, .img-contain.img-center-bottom {
    background-position: center bottom; }

.img-cover {
  background-size: cover; }

.img-contain {
  background-size: contain; }

.txt {
  display: inline-block; }
  .txt span {
    display: inline-block; }

.hidden {
  display: none !important; }

.eng {
  font-family: "Work Sans", sans-serif; }

.enttl {
  font-family: "JosefinSans", sans-serif; }

#gcgm .gcgm03 .card-horizon, #business .card-horizon, #gcgm .gcgm02 .movie-area .contents-area, #gcgm .gcgm03 .flow-mb .item, #gcgm .gcgm03 .flow-pc .item {
  box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.15); }

#gcgm .gcgm03 .card-horizon, #business .card-horizon {
  border: 1px solid #cbcbcb;
  max-width: 68.5%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 9rem;
  background: white; }
  #gcgm .gcgm03 .card-horizon .item-thumb, #business .card-horizon .item-thumb {
    max-width: 18.125rem; }
    #gcgm .gcgm03 .card-horizon .item-thumb figure img, #business .card-horizon .item-thumb figure img {
      border: 1px solid #cbcbcb; }
  #gcgm .gcgm03 .card-horizon .item-inner, #business .card-horizon .item-inner {
    width: 52.625%;
    overflow: hidden;
    position: relative; }
    #gcgm .gcgm03 .card-horizon .item-inner h3, #business .card-horizon .item-inner h3 {
      font-size: 1.5rem;
      text-align: center;
      margin-top: 2.5rem; }
    #gcgm .gcgm03 .card-horizon .item-inner p, #business .card-horizon .item-inner p {
      margin-top: 0.75rem;
      font-size: 0.9385rem;
      text-align: center;
      font-weight: 600;
      line-height: 1.7333; }
    #gcgm .gcgm03 .card-horizon .item-inner .submit, #business .card-horizon .item-inner .submit {
      display: block;
      background: #003078;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      max-width: 13.18rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1rem;
      margin-bottom: 1.15rem; }
      #gcgm .gcgm03 .card-horizon .item-inner .submit h4, #business .card-horizon .item-inner .submit h4 {
        font-size: 1.5rem;
        color: white;
        text-align: center; }
    #gcgm .gcgm03 .card-horizon .item-inner .appli-link, #business .card-horizon .item-inner .appli-link {
      max-width: 11.18rem;
      margin-left: auto;
      margin-right: auto; }
      #gcgm .gcgm03 .card-horizon .item-inner .appli-link a, #business .card-horizon .item-inner .appli-link a {
        text-align: right;
        display: block; }
        #gcgm .gcgm03 .card-horizon .item-inner .appli-link a:hover, #business .card-horizon .item-inner .appli-link a:hover {
          text-decoration: none; }
    #gcgm .gcgm03 .card-horizon .item-inner:before, #business .card-horizon .item-inner:before {
      position: absolute;
      content: "";
      background: url(/wp-content/themes/complus/images/common/bg-part.svg) top left no-repeat;
      width: 249px;
      height: 212px;
      top: 55%;
      left: -177px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: .1; }
    #gcgm .gcgm03 .card-horizon .item-inner:after, #business .card-horizon .item-inner:after {
      position: absolute;
      content: "";
      background: url(/wp-content/themes/complus/images/common/bg-part.svg) top right no-repeat;
      width: 249px;
      height: 212px;
      top: 55%;
      right: -177px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: .1; }

.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * フォントサイズ rem 設定用 mixin。
 *
 * @param {String} 配列での設定か、Extra small の指定
 * @param {String} Small の指定
 * @param {String} Midium の指定
 * @param {String} Large の指定
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * フォントサイズ rem 設定用 mixin。
 *
 * @param {String} 配列での設定か、Extra small の指定
 * @param {String} Small の指定
 * @param {String} Midium の指定
 * @param {String} Large の指定
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
html {
  -webkit-overflow-scrolling: touch;
  font-size: calc(.78125vw + 7.5px); }

/* 10px */
@media (max-width: 320px) {
  html {
    font-size: 62.5%; } }

/* 15px */
@media (min-width: 961px) {
  html {
    font-size: 93.8%; } }

html, body {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%; }

body {
  font-family: "Nunito Sans", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, YuGothic, "メイリオ", Meiryo, sans-serif; }
  body a:focus, body button:focus {
    outline: none; }

a:focus, button:focus {
  outline: none; }

small {
  font-size: 1em; }

span.ib-text span {
  display: inline-block; }

img {
  max-width: 100%; }

address {
  font-style: normal; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  min-width: 320px; }

.img-circle {
  border-radius: 50%;
  overflow: hidden; }

.img-cover, .img-contain {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  .img-cover.img-center-top, .img-contain.img-center-top {
    background-position: center top; }
  .img-cover.img-center-bottom, .img-contain.img-center-bottom {
    background-position: center bottom; }

.img-cover {
  background-size: cover; }

.img-contain {
  background-size: contain; }

.txt {
  display: inline-block; }
  .txt span {
    display: inline-block; }

.hidden {
  display: none !important; }

.eng {
  font-family: "Work Sans", sans-serif; }

.enttl {
  font-family: "JosefinSans", sans-serif; }

#service .mainvisual {
  height: auto; }
  @media (min-width: 1025px) and (max-width: 1199px) {
    #service .mainvisual {
      height: auto; } }
  @media (min-width: 568px) and (max-width: 1024px) {
    #service .mainvisual {
      height: auto; } }
  @media (max-width: 567px) {
    #service .mainvisual {
      height: auto; } }

#outline {
  padding-top: 3.5625rem;
  margin-bottom: 5.3125rem; }
  @media (max-width: 1024px) {
    #outline {
      padding-top: 2rem;
      margin-bottom: 2.55rem; } }
  #outline .sub_ttl:after {
    content: "";
    display: block;
    background: #ee7d38;
    height: 1px;
    position: absolute;
    bottom: 0%;
    width: 50%;
    right: 0; }
    @media (max-width: 1024px) {
      #outline .sub_ttl:after {
        left: 2rem;
        width: auto; } }
  #outline .sub_ttl .obi-bg .obi {
    text-align: center;
    height: 230px;
    position: relative;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.05rem; }
    @media (max-width: 1024px) {
      #outline .sub_ttl .obi-bg .obi {
        letter-spacing: 0rem;
        height: 312px;
        font-size: 0.8125rem;
        line-height: 2.11; } }
    @media all and (max-width: 320px) {
      #outline .sub_ttl .obi-bg .obi {
        letter-spacing: -0.03rem; } }
  #outline .txt {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
    font-size: 0.935rem;
    line-height: 1.6; }
    @media (max-width: 1024px) {
      #outline .txt {
        padding-top: 2rem;
        font-size: 0.75rem;
        padding-bottom: 3.5rem; } }
  #outline #focus > .sub_ttl {
    display: none; }
  #outline #focus .various {
    margin-top: 4.5rem; }
    @media (max-width: 1024px) {
      #outline #focus .various {
        margin-top: 0; } }

#person {
  background: url("/wp-content/themes/complus/images/common/top_service_bg.jpg") no-repeat center center;
  background-size: cover; }
  #person .sub_ttl {
    padding-top: 2.625rem; }
    #person .sub_ttl:before {
      content: "";
      display: block;
      background: #0669ae;
      height: 48px;
      position: absolute;
      left: 0;
      width: 35%; }
    #person .sub_ttl .obi-bg {
      background: transparent;
      width: 75.8%;
      margin-left: auto;
      margin-right: auto; }
      #person .sub_ttl .obi-bg .obi {
        background: #0669ae;
        height: 48px;
        max-width: 774px;
        width: 34.36%;
        position: relative;
        text-align: left;
        vertical-align: middle; }
        @media (max-width: 1024px) {
          #person .sub_ttl .obi-bg .obi {
            width: 88.36%; } }
        #person .sub_ttl .obi-bg .obi span {
          color: white;
          font-size: 1.5rem;
          letter-spacing: 0.05rem;
          font-weight: 600;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 1024px) {
            #person .sub_ttl .obi-bg .obi span {
              font-size: 1.2rem; } }
        #person .sub_ttl .obi-bg .obi:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: -63px;
          background: url(/wp-content/themes/complus/images/common/obi-blue.svg) left top no-repeat;
          width: 63px;
          height: 48px; }
  #person .per_txt {
    width: 75.8%;
    margin-left: auto;
    margin-right: auto;
    color: #4c4c4c;
    font-size: 0.9385rem;
    line-height: 1.6;
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    letter-spacing: 0.025rem;
    text-align: justify; }
    @media (max-width: 1024px) {
      #person .per_txt {
        width: calc(96.125% - 2rem);
        font-size: 0.8125rem;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
        letter-spacing: 0rem; } }

#gcgm {
  margin-top: 7.375rem; }
  @media (max-width: 1024px) {
    #gcgm {
      margin-top: 3.75rem; } }
  #gcgm .sub_ttl:before {
    content: "";
    display: block;
    background: #ee7d38;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 90%; }
  #gcgm .sub_ttl .obi-bg .obi {
    text-align: center;
    height: 156px;
    position: relative;
    font-weight: 400; }
    @media (max-width: 1024px) {
      #gcgm .sub_ttl .obi-bg .obi {
        height: 132px; } }
    #gcgm .sub_ttl .obi-bg .obi span {
      color: #006fba;
      font-size: 3rem;
      font-weight: 600;
      line-height: 1.29;
      position: absolute;
      top: -1rem;
      left: 0;
      right: 0; }
      @media (max-width: 1024px) {
        #gcgm .sub_ttl .obi-bg .obi span {
          font-size: 1.5rem; } }
  #gcgm .gcgm01 .inner, #gcgm .gcgm02 .inner, #gcgm .gcgm03 .inner {
    width: 72.1%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.18rem; }
    @media (max-width: 1024px) {
      #gcgm .gcgm01 .inner, #gcgm .gcgm02 .inner, #gcgm .gcgm03 .inner {
        margin-top: 1.8125rem;
        width: 96.125%; } }
    #gcgm .gcgm01 .inner h2, #gcgm .gcgm02 .inner h2, #gcgm .gcgm03 .inner h2 {
      font-size: 1.5rem;
      margin-bottom: 1.45rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm01 .inner h2, #gcgm .gcgm02 .inner h2, #gcgm .gcgm03 .inner h2 {
          margin-top: 3.75rem;
          margin-bottom: 1.125rem;
          font-size: 1rem; } }
    #gcgm .gcgm01 .inner p, #gcgm .gcgm02 .inner p, #gcgm .gcgm03 .inner p {
      font-size: 0.9385rem;
      line-height: 1.86;
      margin-bottom: 4.625rem;
      text-align: justify;
      letter-spacing: 0.015rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm01 .inner p, #gcgm .gcgm02 .inner p, #gcgm .gcgm03 .inner p {
          font-size: 0.8125rem;
          margin-bottom: 1.125rem;
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          letter-spacing: 0rem; } }
      @media all and (max-width: 320px) {
        #gcgm .gcgm01 .inner p, #gcgm .gcgm02 .inner p, #gcgm .gcgm03 .inner p {
          padding-left: 0.25rem;
          padding-right: 0.25rem; } }
    #gcgm .gcgm01 .inner .gcgm-pic h3, #gcgm .gcgm02 .inner .gcgm-pic h3, #gcgm .gcgm03 .inner .gcgm-pic h3 {
      display: inline-block;
      font-size: 1.125rem;
      color: white;
      text-align: center;
      padding: 0.35rem 1.25rem;
      background: #8197bf;
      border-radius: 4px;
      max-width: 9.75rem;
      margin-bottom: 1.5rem; }
    #gcgm .gcgm01 .inner .gcgm-pic .pic, #gcgm .gcgm02 .inner .gcgm-pic .pic, #gcgm .gcgm03 .inner .gcgm-pic .pic {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-bottom: 2.25rem; }
      @media all and (-ms-high-contrast: none\0) {
        #gcgm .gcgm01 .inner .gcgm-pic .pic figure img *::-ms-backdrop, #gcgm .gcgm01 .inner .gcgm-pic .pic figure img, #gcgm .gcgm02 .inner .gcgm-pic .pic figure img *::-ms-backdrop, #gcgm .gcgm02 .inner .gcgm-pic .pic figure img, #gcgm .gcgm03 .inner .gcgm-pic .pic figure img *::-ms-backdrop, #gcgm .gcgm03 .inner .gcgm-pic .pic figure img {
          width: 100%; } }
      @media (max-width: 1024px) {
        #gcgm .gcgm01 .inner .gcgm-pic .pic, #gcgm .gcgm02 .inner .gcgm-pic .pic, #gcgm .gcgm03 .inner .gcgm-pic .pic {
          padding-left: 0rem;
          padding-right: 0rem;
          margin-bottom: 1.5rem; } }
  #gcgm .gcgm02 {
    background: url("/wp-content/themes/complus/images/common/top_service_bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%; }
    #gcgm .gcgm02 > .inner {
      max-width: 61.5rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 3.125rem; }
      #gcgm .gcgm02 > .inner h2 {
        margin-bottom: 1rem; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 > .inner h2 {
            width: calc(96.125% - 2rem);
            margin-left: auto;
            margin-right: auto; } }
      #gcgm .gcgm02 > .inner > p {
        margin-bottom: 3.625rem; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 > .inner > p {
            width: calc(96.125% - 2rem);
            margin-left: auto;
            margin-right: auto; } }
    #gcgm .gcgm02 .tbl-step {
      border: 1px solid #cbcbcb; }
      #gcgm .gcgm02 .tbl-step .ttl-step, #gcgm .gcgm02 .tbl-step .step1, #gcgm .gcgm02 .tbl-step .step2, #gcgm .gcgm02 .tbl-step .step3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        background: white;
        color: #4c4c4c;
        border-bottom: 1px solid #cbcbcb; }
        #gcgm .gcgm02 .tbl-step .ttl-step p, #gcgm .gcgm02 .tbl-step .step1 p, #gcgm .gcgm02 .tbl-step .step2 p, #gcgm .gcgm02 .tbl-step .step3 p {
          margin-bottom: auto;
          padding: 0.66667rem 1rem;
          text-align: left; }
          #gcgm .gcgm02 .tbl-step .ttl-step p.item1, #gcgm .gcgm02 .tbl-step .step1 p.item1, #gcgm .gcgm02 .tbl-step .step2 p.item1, #gcgm .gcgm02 .tbl-step .step3 p.item1 {
            width: 24.94%; }
          #gcgm .gcgm02 .tbl-step .ttl-step p.item2, #gcgm .gcgm02 .tbl-step .ttl-step p.item3, #gcgm .gcgm02 .tbl-step .step1 p.item2, #gcgm .gcgm02 .tbl-step .step1 p.item3, #gcgm .gcgm02 .tbl-step .step2 p.item2, #gcgm .gcgm02 .tbl-step .step2 p.item3, #gcgm .gcgm02 .tbl-step .step3 p.item2, #gcgm .gcgm02 .tbl-step .step3 p.item3 {
            width: 24.3%; }
          #gcgm .gcgm02 .tbl-step .ttl-step p.item4, #gcgm .gcgm02 .tbl-step .step1 p.item4, #gcgm .gcgm02 .tbl-step .step2 p.item4, #gcgm .gcgm02 .tbl-step .step3 p.item4 {
            width: 22.48%; }
      #gcgm .gcgm02 .tbl-step .ttl-step {
        background: rgba(0, 111, 186, 0.6);
        color: white;
        font-weight: 600; }
      #gcgm .gcgm02 .tbl-step .step3 {
        border-bottom: none; }
    #gcgm .gcgm02 .tbl-step-mb {
      width: calc(96.125% - 2rem);
      margin-left: auto;
      margin-right: auto; }
      #gcgm .gcgm02 .tbl-step-mb .step {
        border: 1px solid #cbcbcb;
        margin-bottom: 1.25rem; }
      #gcgm .gcgm02 .tbl-step-mb .step-head {
        background: rgba(0, 111, 186, 0.6);
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        padding-left: 19.55%;
        color: white;
        font-weight: 600;
        font-size: 0.8125rem; }
      #gcgm .gcgm02 .tbl-step-mb .step-content {
        background: white;
        padding: 0.75rem 0.75rem 0 0.75rem;
        font-size: 0.8125rem;
        color: #4c4c4c; }
        #gcgm .gcgm02 .tbl-step-mb .step-content dl {
          display: -webkit-box;
          display: flex;
          margin-bottom: 0.375rem; }
          #gcgm .gcgm02 .tbl-step-mb .step-content dl dt {
            width: 25%; }
            @media (max-width: 1024px) {
              #gcgm .gcgm02 .tbl-step-mb .step-content dl dt {
                width: 30%; } }
          #gcgm .gcgm02 .tbl-step-mb .step-content dl dd sup {
            display: inline-block;
            margin-top: -0.45em; }
    #gcgm .gcgm02 .notice {
      margin-top: 2.6667rem;
      letter-spacing: 0.015rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm02 .notice {
          margin-top: 0rem;
          width: calc(96.125% - 2rem);
          margin-left: auto;
          margin-right: auto;
          line-height: 1.8333;
          letter-spacing: 0rem; } }
      #gcgm .gcgm02 .notice > p {
        margin-bottom: 2.667rem; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 .notice > p {
            margin-bottom: 2rem; } }
    #gcgm .gcgm02 .movie-area {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-left: -2rem;
      margin-right: -2rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm02 .movie-area {
          display: block;
          margin-left: inherit;
          margin-right: inherit; } }
      #gcgm .gcgm02 .movie-area .contents-area {
        background: white;
        width: 43%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #cbcbcb; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 .movie-area .contents-area {
            width: 84.84%;
            margin-bottom: 1.3125rem; } }
        #gcgm .gcgm02 .movie-area .contents-area .mv-area {
          padding: 0.5625rem 0.5625rem 0 0.5625rem; }
          #gcgm .gcgm02 .movie-area .contents-area .mv-area .mv-frame {
            border: 1px solid #cbcbcb; }
            #gcgm .gcgm02 .movie-area .contents-area .mv-area .mv-frame video {
              -o-object-fit: cover;
                 object-fit: cover; }
          #gcgm .gcgm02 .movie-area .contents-area .mv-area p {
            text-align: center;
            padding-top: 0.35rem;
            margin-bottom: 0.35rem;
            font-size: 0.75rem; }
            @media (max-width: 1024px) {
              #gcgm .gcgm02 .movie-area .contents-area .mv-area p {
                padding-left: 0.5rem;
                padding-right: 0.5rem; } }
    #gcgm .gcgm02 .ttl03 {
      padding-top: 6.25rem;
      padding-bottom: 4.125rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm02 .ttl03 {
          width: calc(96.125% - 2rem);
          margin-left: auto;
          margin-right: auto;
          padding-top: 2.5rem;
          padding-bottom: 2.375rem; }
          #gcgm .gcgm02 .ttl03 h2 {
            margin-top: 0rem;
            margin-bottom: 1.1rem;
            width: auto; } }
      #gcgm .gcgm02 .ttl03 > p {
        margin-bottom: 2.625rem; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 .ttl03 > p {
            margin-bottom: 2rem; } }
      #gcgm .gcgm02 .ttl03 .linkbtn {
        max-width: 16.7rem;
        border: 1px solid #cbcbcb;
        box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.15);
        background: white; }
        @media (max-width: 1024px) {
          #gcgm .gcgm02 .ttl03 .linkbtn {
            width: 75.4%;
            margin-left: auto;
            margin-right: auto; } }
        #gcgm .gcgm02 .ttl03 .linkbtn a {
          display: block;
          color: #ee7d38;
          font-size: 1.125rem;
          font-weight: 600;
          padding: 0.35rem .75rem;
          text-align: center; }
          #gcgm .gcgm02 .ttl03 .linkbtn a:hover {
            text-decoration: none; }
          @media (max-width: 1024px) {
            #gcgm .gcgm02 .ttl03 .linkbtn a {
              font-size: 0.8125rem;
              text-align: center; } }
  #gcgm .gcgm03 .inner p {
    margin-bottom: auto; }
  @media (max-width: 1024px) {
    #gcgm .gcgm03 .flow-mb {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  #gcgm .gcgm03 .flow-mb .item {
    border: 1px solid #cbcbcb;
    margin-bottom: 1.5rem;
    background: white;
    position: relative; }
    #gcgm .gcgm03 .flow-mb .item:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -1.15rem;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #003078; }
    #gcgm .gcgm03 .flow-mb .item:last-child:after {
      display: none; }
    #gcgm .gcgm03 .flow-mb .item .item01 {
      border-bottom: 1px solid #cbcbcb;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      #gcgm .gcgm03 .flow-mb .item .item01 .item01l {
        width: 40.1%;
        border-right: 1px solid #cbcbcb;
        text-align: center;
        padding: 1.1rem 1.4375rem; }
        @media (max-width: 1024px) {
          #gcgm .gcgm03 .flow-mb .item .item01 .item01l {
            padding: 1.1rem .5rem;
            width: 35.1%; } }
        #gcgm .gcgm03 .flow-mb .item .item01 .item01l > span {
          font-size: 0.75rem;
          font-weight: 600; }
        #gcgm .gcgm03 .flow-mb .item .item01 .item01l > h3 {
          font-size: 2.3125rem;
          font-weight: 600;
          line-height: 1; }
        #gcgm .gcgm03 .flow-mb .item .item01 .item01l > h2 {
          font-weight: 600;
          font-size: 0.9375rem;
          margin-top: 0;
          margin-bottom: 0; }
          @media (max-width: 1024px) {
            #gcgm .gcgm03 .flow-mb .item .item01 .item01l > h2 {
              font-size: .9rem; } }
      #gcgm .gcgm03 .flow-mb .item .item01 .item01r {
        position: relative;
        width: 59.9%; }
        @media (max-width: 1024px) {
          #gcgm .gcgm03 .flow-mb .item .item01 .item01r {
            width: 64.9%; } }
        #gcgm .gcgm03 .flow-mb .item .item01 .item01r > p {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 0.75rem;
          font-weight: 600; }
          @media (max-width: 1024px) {
            #gcgm .gcgm03 .flow-mb .item .item01 .item01r > p {
              letter-spacing: -0.03rem;
              font-size: 0.8125rem; } }
    #gcgm .gcgm03 .flow-mb .item .item02 {
      padding: 1.1rem 0.8125rem;
      font-size: 0.75rem;
      letter-spacing: 0.015rem;
      text-align: justify; }
      @media (max-width: 1024px) {
        #gcgm .gcgm03 .flow-mb .item .item02 {
          font-size: 0.8125rem; } }
  #gcgm .gcgm03 .flow-pc {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.125rem; }
    #gcgm .gcgm03 .flow-pc .item {
      width: calc((100% - 10rem) / 4);
      position: relative;
      border: 1px solid #cbcbcb; }
      #gcgm .gcgm03 .flow-pc .item:after {
        position: absolute;
        content: "";
        display: inline-block;
        top: 50%;
        right: -2.5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-left: 20px solid #003078;
        border-bottom: 30px solid transparent; }
      #gcgm .gcgm03 .flow-pc .item:last-child:after {
        display: none; }
      #gcgm .gcgm03 .flow-pc .item .item-01, #gcgm .gcgm03 .flow-pc .item .item-03 {
        padding: 1.5rem 1rem; }
      #gcgm .gcgm03 .flow-pc .item .item-01, #gcgm .gcgm03 .flow-pc .item .item-02 {
        border-bottom: 1px solid #cbcbcb; }
      #gcgm .gcgm03 .flow-pc .item .item-01 {
        text-align: center; }
        #gcgm .gcgm03 .flow-pc .item .item-01 small {
          font-size: 1.3125rem;
          font-weight: 600; }
        #gcgm .gcgm03 .flow-pc .item .item-01 h3 {
          font-size: 5rem;
          font-weight: 600;
          line-height: 1.125; }
        #gcgm .gcgm03 .flow-pc .item .item-01 h2 {
          font-size: 1.875rem;
          font-weight: 600;
          line-height: 1.5;
          margin-bottom: auto; }
      #gcgm .gcgm03 .flow-pc .item .item-02 {
        position: relative;
        min-height: 9.75rem;
        font-size: 0.9385rem;
        font-weight: 600; }
        #gcgm .gcgm03 .flow-pc .item .item-02 > div {
          padding: 1.5rem 1rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: justify;
          line-height: 1.8666; }
      #gcgm .gcgm03 .flow-pc .item .item-03 p {
        text-align: justify;
        line-height: 1.6666; }
  #gcgm .gcgm03 .notice01 {
    text-align: center; }
    @media (max-width: 1024px) {
      #gcgm .gcgm03 .notice01 {
        text-align: left; } }
    #gcgm .gcgm03 .notice01 h3 {
      font-size: 1.45rem;
      font-weight: 400;
      line-height: 2.41; }
      @media (max-width: 1024px) {
        #gcgm .gcgm03 .notice01 h3 {
          line-height: 1.73;
          font-size: 0.8125rem; } }
    #gcgm .gcgm03 .notice01 p {
      font-size: 0.9835rem;
      margin-bottom: 5.6875rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm03 .notice01 p {
          font-size: 0.8125rem;
          margin-bottom: 1.6875rem;
          padding-left: 0;
          padding-right: 0; } }
  @media (max-width: 1024px) {
    #gcgm .gcgm03 .card-horizon {
      margin-top: 2rem;
      max-width: calc(100% + 2rem);
      margin-left: -1rem;
      margin-right: -1rem;
      margin-bottom: 2.5rem; }
      #gcgm .gcgm03 .card-horizon .item-thumb {
        width: 43.37%; }
        #gcgm .gcgm03 .card-horizon .item-thumb figure img {
          width: 100%;
          height: 9.5rem;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-thumb figure img {
          min-height: 12.5875rem; } }
  @media (max-width: 1024px) {
      #gcgm .gcgm03 .card-horizon .item-inner {
        width: 54.875%; }
        #gcgm .gcgm03 .card-horizon .item-inner h3 {
          text-align: center;
          font-size: 1.5rem;
          font-weight: 600;
          margin-top: 1.1875rem;
          margin-bottom: 1.1875rem;
          letter-spacing: 0.05rem; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-inner h3 {
          font-size: 1.25rem;
          margin-top: 0.4375rem;
          margin-bottom: 1rem;
          letter-spacing: 0rem; } }
  @media (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-inner p {
          text-align: center;
          font-size: 0.935rem;
          font-weight: 600;
          min-height: 4.5rem;
          position: relative;
          margin-bottom: 0.935rem;
          line-height: 1.733;
          letter-spacing: 0.05rem; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-inner p {
          font-size: 0.8125rem;
          min-height: inherit;
          margin-bottom: 0.6875rem;
          letter-spacing: 0rem;
          padding-left: 0;
          padding-right: 0; } }
      @media all and (max-width: 1024px) and (max-width: 375px) {
        #gcgm .gcgm03 .card-horizon .item-inner p {
          font-size: 0.75rem; } }
      @media all and (max-width: 1024px) and (max-width: 320px) {
        #gcgm .gcgm03 .card-horizon .item-inner p {
          font-size: 0.625rem; } }
  @media (max-width: 1024px) {
          #gcgm .gcgm03 .card-horizon .item-inner p > span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 100%; } }
        @media (max-width: 1024px) and (max-width: 1024px) {
          #gcgm .gcgm03 .card-horizon .item-inner p > span {
            position: inherit;
            -webkit-transform: none;
                    transform: none;
            top: inherit;
            left: inherit; } }
  @media (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-inner:before {
          width: 96px;
          height: 194px;
          top: 85%;
          left: -64px; }
        #gcgm .gcgm03 .card-horizon .item-inner:after {
          width: 96px;
          height: 194px;
          top: 85%;
          right: -64px; } }
    @media (max-width: 1024px) and (max-width: 1024px) {
      #gcgm .gcgm03 .card-horizon .item-inner .submit {
        max-width: 79%;
        padding: 0.3125rem 1rem;
        margin-bottom: 1.3rem; }
        #gcgm .gcgm03 .card-horizon .item-inner .submit h4 {
          font-size: 0.8125rem;
          font-weight: 600; } }
  #gcgm .gcgm03 .card-horizon .item-inner .appli-link {
    max-width: 13.18rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: .75rem;
    right: 0;
    left: 0; }
    @media all and (-ms-high-contrast: none\0) {
      #gcgm .gcgm03 .card-horizon .item-inner .appli-link *::-ms-backdrop, #gcgm .gcgm03 .card-horizon .item-inner .appli-link {
        position: inherit; } }
    @media (max-width: 1024px) {
      #gcgm .gcgm03 .card-horizon .item-inner .appli-link {
        max-width: 100%;
        margin-top: 0.375rem;
        position: inherit; } }
    #gcgm .gcgm03 .card-horizon .item-inner .appli-link a {
      font-size: 1rem; }
      @media (max-width: 1024px) {
        #gcgm .gcgm03 .card-horizon .item-inner .appli-link a {
          display: block;
          width: 79%;
          margin-left: auto;
          margin-right: auto;
          padding-top: 0.3125rem;
          padding-bottom: 0.3125rem;
          color: white;
          font-weight: 600;
          background: #003078;
          border-radius: 4px;
          margin-bottom: 0.8125rem;
          font-size: 0.8125rem;
          text-align: center; } }

#business {
  background: url("/wp-content/themes/complus/images/common/top_service_bg.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 9rem; }
  @media (max-width: 1024px) {
    #business {
      padding-bottom: 2.71875rem; } }
  #business .sub_ttl {
    padding-top: 2.625rem; }
    #business .sub_ttl:before {
      content: "";
      display: block;
      background: #0669ae;
      height: 48px;
      position: absolute;
      left: 0;
      width: 35%; }
    #business .sub_ttl .obi-bg {
      background: transparent;
      width: 75.8%;
      margin-left: auto;
      margin-right: auto; }
      #business .sub_ttl .obi-bg .obi {
        background: #0669ae;
        height: 48px;
        max-width: 774px;
        width: 34.36%;
        position: relative;
        text-align: left;
        vertical-align: middle; }
        @media (max-width: 1024px) {
          #business .sub_ttl .obi-bg .obi {
            width: 88.36%; } }
        #business .sub_ttl .obi-bg .obi span {
          color: white;
          font-size: 1.5rem;
          letter-spacing: 0.05rem;
          font-weight: 600;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 1024px) {
            #business .sub_ttl .obi-bg .obi span {
              font-size: 1.2rem; } }
        #business .sub_ttl .obi-bg .obi:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: -63px;
          background: url(/wp-content/themes/complus/images/common/obi-blue.svg) left top no-repeat;
          width: 63px;
          height: 48px; }
  #business .per_txt {
    width: 75.8%;
    margin-left: auto;
    margin-right: auto;
    color: #4c4c4c;
    font-size: 0.9385rem;
    line-height: 1.6;
    padding-top: 4.75rem;
    padding-bottom: 3.25rem;
    text-align: justify;
    letter-spacing: 0.015rem; }
    @media (max-width: 1024px) {
      #business .per_txt {
        width: calc(96.125% - 2rem);
        margin-left: auto;
        margin-right: auto;
        font-size: 0.8125rem;
        padding-top: 2.34375rem;
        padding-bottom: 0rem;
        letter-spacing: 0rem; } }
  #business .card-horizon {
    margin-bottom: 4rem; }
    @media (max-width: 1024px) {
      #business .card-horizon {
        margin-top: 2rem;
        max-width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 2.5rem; }
        #business .card-horizon .item-thumb {
          width: 43.37%; }
          #business .card-horizon .item-thumb figure img {
            width: 100%;
            height: 9.5rem;
            -o-object-fit: cover;
               object-fit: cover; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #business .card-horizon .item-thumb figure img {
          min-height: 12.5875rem; } }
    @media (max-width: 1024px) {
        #business .card-horizon .item-inner {
          width: 54.875%; }
          #business .card-horizon .item-inner h3 {
            text-align: center;
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 1.1875rem;
            margin-bottom: 1.1875rem;
            letter-spacing: 0.05rem; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #business .card-horizon .item-inner h3 {
          font-size: 1.25rem;
          margin-top: 0.4375rem;
          margin-bottom: 1rem;
          letter-spacing: 0rem; } }
    @media (max-width: 1024px) {
          #business .card-horizon .item-inner p {
            text-align: center;
            font-size: 0.935rem;
            font-weight: 600;
            min-height: 4.5rem;
            position: relative;
            margin-bottom: 0.935rem;
            line-height: 1.733;
            letter-spacing: 0.05rem; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        #business .card-horizon .item-inner p {
          font-size: 0.8125rem;
          min-height: inherit;
          margin-bottom: 0.6875rem;
          letter-spacing: 0rem;
          padding-left: 0;
          padding-right: 0; } }
      @media all and (max-width: 1024px) and (max-width: 375px) {
        #business .card-horizon .item-inner p {
          font-size: 0.75rem; } }
      @media all and (max-width: 1024px) and (max-width: 320px) {
        #business .card-horizon .item-inner p {
          font-size: 0.625rem; } }
    @media (max-width: 1024px) {
            #business .card-horizon .item-inner p > span {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              width: 100%; } }
        @media (max-width: 1024px) and (max-width: 1024px) {
          #business .card-horizon .item-inner p > span {
            position: inherit;
            -webkit-transform: none;
                    transform: none;
            top: inherit;
            left: inherit; } }
    @media (max-width: 1024px) {
          #business .card-horizon .item-inner:before {
            width: 96px;
            height: 194px;
            top: 85%;
            left: -64px; }
          #business .card-horizon .item-inner:after {
            width: 96px;
            height: 194px;
            top: 85%;
            right: -64px; } }
    @media (max-width: 1024px) and (max-width: 1024px) {
      #business .card-horizon .item-inner .submit {
        max-width: 79%;
        padding: 0.3125rem 1rem;
        margin-bottom: 1.3rem; }
        #business .card-horizon .item-inner .submit h4 {
          font-size: 0.8125rem;
          font-weight: 600; } }
    #business .card-horizon .item-inner .appli-link {
      max-width: 13.18rem;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      bottom: .75rem;
      right: 0;
      left: 0; }
      @media (max-width: 1024px) {
        #business .card-horizon .item-inner .appli-link {
          max-width: 100%;
          margin-top: 0.375rem;
          position: inherit; } }
      #business .card-horizon .item-inner .appli-link a {
        font-size: 1rem; }
        @media (max-width: 1024px) {
          #business .card-horizon .item-inner .appli-link a {
            display: block;
            width: 79%;
            margin-left: auto;
            margin-right: auto;
            padding-top: 0.3125rem;
            padding-bottom: 0.3125rem;
            color: white;
            font-weight: 600;
            background: #003078;
            border-radius: 4px;
            margin-bottom: 0.8125rem;
            font-size: 0.8125rem;
            text-align: center; } }
  #business .case {
    width: 75.8%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
    @media (max-width: 1024px) {
      #business .case {
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: calc(96.125% - 2rem); } }
    #business .case p {
      font-size: 0.9385rem;
      line-height: 1.86666; }
      @media (max-width: 1024px) {
        #business .case p {
          font-size: 0.8125rem; } }
/*# sourceMappingURL=page-service.css.map */