@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zen, .article .article__title, .footer-contact .footer-contact__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-m, .company-history, .company-area .company-area__foreign, .company-name .company-name__title, .company-policy .company-policy__text, .company-policy .company-policy__title, .company-message .company-message__lede, .business-case-example .business-case-example__title, .business-case-partner .business-case-partner__title, .business-reason-sub .business-reason-sub__title, .business-service .business-service__title, .catch .catch__ja, .title-lv2, .section-lede {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b, .header-nav-list > li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-en, .history-list li .history-list__date .history-list__num, .news-list li .news-list__date, .catch .catch__en, .article .article__date, .side-nav .side-nav-new li .side-nav-new__date, .side-nav .side-nav__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-en-l, .contact-tel, .global-nav .global-contact__tel, .copy, .footer-nav ul li a span, .footer-contact .footer-contact__tel, .footer-contact .footer-contact__title-en {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ff-en-m, .global-nav .global-nav__list li a span {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ff-en-exl, .business-reason-sub .business-reason-sub__no, .business-service .business-service__no, .title-lv1-en {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
.fz-title-lv2, .history-list li .history-list__date, .company-history .company-history__title, .company-access .company-access__title, .company-area .company-area__title, .company-name .company-name__title, .company-policy .company-policy__title, .business-case-example .business-case-example__title, .business-case-partner .business-case-partner__title, .business-reason-sub .business-reason-sub__title, .business-category-lede, .business-service .business-service__title {
  font-size: 1.88rem;
}
@media screen and (max-width: 699px) {
  .fz-title-lv2, .history-list li .history-list__date, .company-history .company-history__title, .company-access .company-access__title, .company-area .company-area__title, .company-name .company-name__title, .company-policy .company-policy__title, .business-case-example .business-case-example__title, .business-case-partner .business-case-partner__title, .business-reason-sub .business-reason-sub__title, .business-category-lede, .business-service .business-service__title {
    font-size: 1.38rem;
  }
}

.fz-title-lv3, .business-case-example .business-case-example__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .fz-title-lv3, .business-case-example .business-case-example__text {
    font-size: 1.13rem;
  }
}

/* tool */
/*
	サイト全体で使うmixinの指定
*/
@-webkit-keyframes catch-ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 447px;
  }
}
@keyframes catch-ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 447px;
  }
}
@-webkit-keyframes catch-ribbon-sp {
  0% {
    height: 0%;
  }
  100% {
    height: 280px;
  }
}
@keyframes catch-ribbon-sp {
  0% {
    height: 0%;
  }
  100% {
    height: 280px;
  }
}
@-webkit-keyframes ribbon-grow {
  0% {
    width: 0%;
  }
  30% {
    width: 20%;
  }
  70% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ribbon-grow {
  0% {
    width: 0%;
  }
  30% {
    width: 20%;
  }
  70% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes top-about-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 564px;
  }
}
@keyframes top-about-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 564px;
  }
}
@-webkit-keyframes top-about-ribbon-sp {
  0% {
    width: 0%;
  }
  100% {
    width: 257px;
  }
}
@keyframes top-about-ribbon-sp {
  0% {
    width: 0%;
  }
  100% {
    width: 257px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top-recruit-ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes top-recruit-ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes top-news-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes top-news-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes business-reason__ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes business-reason__ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes company-policy-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 209px;
  }
}
@keyframes company-policy-ribbon {
  0% {
    width: 0%;
  }
  100% {
    width: 209px;
  }
}
@-webkit-keyframes company-policy-ribbon-sp {
  0% {
    width: 0%;
  }
  100% {
    width: 100px;
  }
}
@keyframes company-policy-ribbon-sp {
  0% {
    width: 0%;
  }
  100% {
    width: 100px;
  }
}
@-webkit-keyframes company-access__ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 212px;
  }
}
@keyframes company-access__ribbon {
  0% {
    height: 0%;
  }
  100% {
    height: 212px;
  }
}
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 1.4px;
  font-weight: 400;
  font-style: normal;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: #000;
}
body.static-page {
  background: url(../img/common/catch/bgi--catch.svg) left 62px repeat-x;
  background-size: 1366px auto;
  padding-top: 62px;
  position: relative;
}
body.top {
  background: none;
  padding-top: 103px;
}
@media screen and (max-width: 699px) {
  body.top {
    background: none;
    padding-top: 72px;
  }
}

/* リンク色 */
a {
  color: #000;
}

a:hover, a:active {
  text-decoration: none;
  color: #000;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header {
  height: 1%;
}

.clearfix, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.contents {
  background: #fff;
  padding-top: 66px;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 699px) {
  .contents {
    padding: 30px 30px 0;
  }
}

/* ページ幅 */
.layout-container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 699px) {
  .layout-container {
    width: 1110px;
  }
}

/* メインカラム */
@media screen and (min-width: 699px) {
  .layout-main-column {
    width: 750px;
    float: left;
  }
}

/* サブカラム */
@media screen and (min-width: 699px) {
  .layout-sub-column {
    width: 260px;
    float: right;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  padding: 26px 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 699px) {
  .header {
    padding: 16px 20px;
  }
}

/* ヘッダーメイン部分 */
@media screen and (min-width: 699px) {
  .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 137px;
  float: left;
  line-height: 1px;
}
@media screen and (max-width: 699px) {
  .header-site-name {
    width: 108px;
  }
}

.header-contact-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .header-contact-sp {
    background: linear-gradient(92deg, #2294E5 8.74%, #004395 100%);
    width: 114px;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    top: 14px;
    right: 72px;
    line-height: 1;
    font-size: 0.75rem;
    text-decoration: none;
    color: #fff;
  }
}

.header-btn {
  display: none;
}
@media screen and (max-width: 699px) {
  .header-btn {
    background: url(../img/common/header/btn--open.svg) right top no-repeat;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    top: 12px;
    right: 18px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #004395 url(../img/common/footer/bgi--01.svg) calc(50% + 315px) bottom no-repeat;
  padding-bottom: 155px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 699px) {
  footer {
    background: #004395 url(../img/common/footer/bgi--01.svg) right 12px bottom no-repeat;
    background-size: 270px auto;
    padding-bottom: 0;
  }
}

.footer-message {
  background: url(../img/common/footer/message/bgi--01.webp) center center no-repeat;
  background-size: cover;
  padding: 80px 0 165px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}
.footer-message .footer-message__lede {
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .footer-message {
    background: url(../img/common/footer/message/bgi--01-sp.webp) center center no-repeat;
    background-size: cover;
    padding: 50px 40px 35px;
    text-align: left;
    font-size: 0.88rem;
  }
  .footer-message .footer-message__lede {
    margin-left: -30px;
    margin-right: -30px;
    text-align: center;
    font-size: 1.5rem;
  }
}

.footer-contact {
  background: #F5F6FB;
  border-radius: 5px;
}
.footer-contact .footer-contact__title-ja {
  margin-bottom: 5px;
  letter-spacing: 1.4px;
  font-size: 1.25rem;
}
.footer-contact .footer-contact__title-en {
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: 3.13rem;
}
.footer-contact .footer-contact__tel {
  padding-top: 40px;
  line-height: 1;
  font-size: 2.19rem;
  color: #004395;
}
.footer-contact .footer-contact__tel a {
  text-decoration: none;
  font-size: 3.13rem;
  color: #004395;
}
.footer-contact .footer-contact__time {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1.5px;
}
.footer-contact .footer-contact__btn {
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 30px center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(19.61%, #2294E5), color-stop(95.1%, #004395));
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 30px center no-repeat, linear-gradient(90deg, #2294E5 19.61%, #004395 95.1%);
  padding: 25px 0;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: 1.25rem;
  color: #fff;
}
.footer-contact .footer-contact__btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 699px) {
  .footer-contact {
    width: 1110px;
    padding: 65px 110px 85px 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -104px auto 80px;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .footer-contact {
    padding: 40px 0 50px;
    text-align: center;
  }
  .footer-contact .footer-contact__title-ja {
    font-size: 1rem;
  }
  .footer-contact .footer-contact__title-en {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .footer-contact .footer-contact__tel {
    font-size: 1.25rem;
  }
  .footer-contact .footer-contact__tel a {
    font-size: 2.5rem;
  }
  .footer-contact .footer-contact__time {
    font-size: 0.93rem;
  }
  .footer-contact .footer-contact__btn {
    margin: 0 30px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 699px) {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .footer-main {
    padding: 40px 30px 90px;
  }
}

/* フッターナビ */
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.footer-nav ul li {
  margin-right: 70px;
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li a {
  font-size: 1.13rem;
  text-decoration: none;
  color: #fff;
}
.footer-nav ul li a span {
  margin-top: 5px;
  display: block;
  font-size: 0.75rem;
  color: #B8B8B8;
}
@media screen and (max-width: 699px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav ul li {
    width: 48%;
    margin: 0 0 30px;
  }
  .footer-nav ul li a {
    font-size: 0.93rem;
  }
  .footer-nav ul li a span {
    margin-top: 0;
  }
}

/* フッター　会社情報 */
.footer-address {
  padding: 0 0;
  color: #fff;
}
.footer-address .footer-address__logo {
  width: 130px;
  margin-bottom: 20px;
  display: block;
}
.footer-address p {
  font-size: 0.75rem;
}
@media screen and (max-width: 699px) {
  .footer-address p {
    margin-bottom: 40px;
  }
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  font-size: 0.63rem;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .copy {
    position: absolute;
    left: calc(50% - 555px);
    bottom: 10px;
  }
}
@media screen and (max-width: 699px) {
  .copy {
    position: absolute;
    left: 30px;
    bottom: 10px;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav-list > li {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-list > li a {
  text-decoration: none;
  font-weight: bold;
}
.header-nav-list > li a.header-nav__contact {
  background: linear-gradient(92deg, #2294E5 8.74%, #004395 100%);
  width: 204px;
  padding: 17px 0;
  display: block;
  text-align: center;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  line-height: 1;
  color: #fff;
}
.header-nav-list > li a.header-nav__contact:hover {
  opacity: 0.8;
}
.header-nav-list > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 699px) {
  .header-nav-list {
    display: none;
  }
}

.local-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.local-nav li {
  border-bottom: 1px solid #D9D9D9;
}
.local-nav li a {
  background: url(../img/common/mark/ico--arrow-down.svg) right calc(50% - 0px) no-repeat;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .local-nav {
    width: 1070px;
    margin: -20px auto 140px;
  }
  .local-nav li {
    width: 226px;
  }
}
@media screen and (max-width: 699px) {
  .local-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .local-nav li {
    width: 48%;
  }
  .local-nav li a {
    font-size: 0.88rem;
  }
}

.global-nav {
  background: #fff;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.global-nav .global-nav-header {
  padding: 16px 20px;
  margin-bottom: 22px;
}
.global-nav .global-nav-header .global-site-name {
  width: 108px;
}
.global-nav .close-btn {
  background: url(../img/common/header/btn--close.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  position: absolute;
  top: 8px;
  right: 18px;
  text-indent: -999px;
  overflow: hidden;
}
.global-nav .global-nav__list {
  list-style: none;
}
.global-nav .global-nav__list li {
  margin-bottom: 40px;
}
.global-nav .global-nav__list li:last-child {
  margin-right: 0;
}
.global-nav .global-nav__list li a {
  font-size: 1.13rem;
  text-decoration: none;
  color: #000;
}
.global-nav .global-nav__list li a span {
  display: block;
  font-size: 0.75rem;
}
.global-nav .global-contact__tel {
  line-height: 1;
  font-size: 1.25rem;
  color: #004395;
}
.global-nav .global-contact__tel a {
  text-decoration: none;
  font-size: 2.5rem;
  color: #004395;
}
.global-nav .global-contact__time {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1.5px;
}
.global-nav .global-nav__contact {
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 30px center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(19.61%, #2294E5), color-stop(95.1%, #004395));
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 30px center no-repeat, linear-gradient(90deg, #2294E5 19.61%, #004395 95.1%);
  padding: 30px 0;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.4px;
  margin: 0 30px;
  font-size: 1rem;
  color: #fff;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.25rem;
}
.side-nav dd {
  margin-bottom: 50px;
}
.side-nav .side-nav__category {
  margin-top: 40px;
  padding-left: 20px;
  list-style: none;
}
.side-nav .side-nav__category li {
  margin-bottom: 20px;
  line-height: 1.5;
}
.side-nav .side-nav__category li a {
  text-decoration: none;
  font-size: 1.25rem;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #0387CE;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}
.side-nav .side-nav-new {
  list-style: none;
}
.side-nav .side-nav-new li {
  border-bottom: 1px solid #CACDD2;
  margin-bottom: 15px;
}
.side-nav .side-nav-new li a {
  padding: 0 8px 15px;
  display: block;
  text-decoration: none;
}
.side-nav .side-nav-new li .side-nav-new__date {
  display: block;
  font-size: 1rem;
  color: #C3C7CD;
}
.side-nav .side-nav-new li .side-nav-new__title {
  display: block;
  line-height: 1.6;
  font-size: 1rem;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #0387CE;
  color: #0387CE;
}

/* 見出し */
.title-lv1-en {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: 5rem;
}
@media screen and (max-width: 699px) {
  .title-lv1-en {
    margin-bottom: 10px;
    font-size: 3.13rem;
  }
}

.title-lv1-ja {
  margin-bottom: 80px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-weight: normal;
  font-size: 1.88rem;
}
@media screen and (max-width: 699px) {
  .title-lv1-ja {
    margin-bottom: 60px;
    font-size: 1.38rem;
  }
}

.section-lede {
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .section-lede {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.title-lv2 {
  margin-bottom: 20px;
  font-size: 1.88rem;
}
@media screen and (max-width: 699px) {
  .title-lv2 {
    line-height: 1.4;
    font-size: 1.38rem;
  }
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #0387CE;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #004395;
  margin-bottom: 5px;
  color: #0387CE;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01, .company-outline .company-outline__table, .business-case-example .business-case-example__table {
  width: 100%;
}
.table-ptn--01 th, .company-outline .company-outline__table th, .business-case-example .business-case-example__table th, .table-ptn--01 td, .company-outline .company-outline__table td, .business-case-example .business-case-example__table td {
  padding: 40px 0 40px 50px;
  border: 1px solid #C3C7CD;
}
.table-ptn--01 th, .company-outline .company-outline__table th, .business-case-example .business-case-example__table th {
  background: #F6F6F6;
  text-align: center;
}
.table-ptn--01 td, .company-outline .company-outline__table td, .business-case-example .business-case-example__table td {
  background: #fff;
}
.table-ptn--01 tr th:nth-child(1), .company-outline .company-outline__table tr th:nth-child(1), .business-case-example .business-case-example__table tr th:nth-child(1), .table-ptn--01 tr td:nth-child(1), .company-outline .company-outline__table tr td:nth-child(1), .business-case-example .business-case-example__table tr td:nth-child(1) {
  border-left: 0;
}
.table-ptn--01 tr th:last-child, .company-outline .company-outline__table tr th:last-child, .business-case-example .business-case-example__table tr th:last-child, .table-ptn--01 tr td:last-child, .company-outline .company-outline__table tr td:last-child, .business-case-example .business-case-example__table tr td:last-child {
  border-right: 0;
}
@media screen and (max-width: 699px) {
  .table-ptn--01 th, .company-outline .company-outline__table th, .business-case-example .business-case-example__table th, .table-ptn--01 td, .company-outline .company-outline__table td, .business-case-example .business-case-example__table td {
    padding: 10px;
    font-size: 0.75rem;
  }
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail, .btn-detail-gray {
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 15px center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(19.61%, #2294E5), color-stop(95.1%, #004395));
  background: url(../img/common/mark/ico--arrow-link-white.svg) right 15px center no-repeat, linear-gradient(90deg, #2294E5 19.61%, #004395 95.1%);
  padding: 17px 53px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: 1rem;
  color: #fff;
}
.btn-detail.center, .center.btn-detail-gray {
  margin-left: auto;
  margin-right: auto;
}
.btn-detail.right, .right.btn-detail-gray {
  margin-right: 0;
  margin-left: auto;
}
.btn-detail:hover, .btn-detail-gray:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-detail-gray {
  background: #F7FBFF url(../img/common/mark/ico--arrow-link-blue.svg) right 15px center no-repeat;
  color: #2294E5;
}
.btn-detail-gray:hover {
  opacity: 0.8;
  color: #2294E5;
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.btn--main {
  background: #0387CE;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #0387CE;
  text-decoration: none;
  color: #0387CE;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering, .company-outline .company-outline__business {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li, .company-outline .company-outline__business li {
  display: list-item;
}
.list-numbering li .list-numbering, .company-outline .company-outline__business li .list-numbering, .list-numbering li .company-outline .company-outline__business, .company-outline .list-numbering li .company-outline__business, .company-outline .company-outline__business li .company-outline__business {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li, .company-outline .company-outline__business li .list-numbering li, .list-numbering li .company-outline .company-outline__business li, .company-outline .list-numbering li .company-outline__business li, .company-outline .company-outline__business li .company-outline__business li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  background: #F5F6FB;
  padding: 35px 45px 60px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.article .article-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.article .article__date {
  margin-right: 20px;
  font-size: 1.25rem;
  color: #C3C7CD;
}
.article .category {
  background: url(../img/common/item/news/bgi--category.svg) left top no-repeat;
  width: 121px;
  margin-right: 44px;
  display: block;
  text-align: center;
  line-height: 29px;
  font-size: 1rem;
  color: #fff;
}
.article .article__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CACDD2;
  line-height: 1.5;
  font-size: 1.88rem;
}
@media screen and (max-width: 699px) {
  .article {
    padding: 20px;
  }
  .article .category {
    margin-right: 0;
  }
  .article .article__title {
    font-size: 1.5rem;
  }
}

.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #0387CE;
}
.pagination a {
  border: 1px solid #0387CE;
}
.pagination a:hover {
  background-color: #0387CE;
  border: 1px solid #0387CE;
  color: #fff;
}
.pagination .current {
  background-color: #0387CE;
  border: 1px solid #0387CE;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  padding-top: 130px;
  position: relative;
}
.catch .catch__en {
  background: -webkit-gradient(linear, left top, right top, color-stop(-7.71%, #2294E5), color-stop(104.63%, #004395));
  background: linear-gradient(90deg, #2294E5 -7.71%, #004395 104.63%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 1.4px;
  display: block;
  font-size: 1.25rem;
  color: transparent;
}
.catch .catch__ja {
  margin-bottom: 110px;
  letter-spacing: 1.4px;
  line-height: 1;
  font-size: 3.13rem;
}
.catch .catch__ribbon {
  background: url(../img/common/catch/pic--ribbon.svg) right top no-repeat;
  width: 269px;
  height: 0;
  position: absolute;
  top: -62px;
  right: 0;
}
.catch .catch__ribbon.is-show {
  -webkit-animation: catch-ribbon 2s forwards 0s;
          animation: catch-ribbon 2s forwards 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media screen and (max-width: 699px) {
  .catch {
    padding: 60px 30px 30px;
  }
  .catch .catch__en {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .catch .catch__ja {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .catch .catch__ribbon {
    background-size: 100%;
    width: 230px;
    top: -30px;
    z-index: -1;
  }
  .catch .catch__ribbon.is-show {
    -webkit-animation: catch-ribbon-sp 4s forwards 0s;
            animation: catch-ribbon-sp 4s forwards 0s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.topic-path {
  margin-bottom: 20px;
  list-style: none;
}
.topic-path li {
  position: relative;
  margin-right: 40px;
  display: inline;
}
.topic-path li::before {
  content: " ";
  background: #000;
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
}
.topic-path li:last-child::before {
  content: none;
}

.news-list {
  list-style: none;
  margin-bottom: 50px;
}
.news-list li {
  background: #F5F6FB url(../img/common/mark/ico--arrow-link-black.svg) right 23px center no-repeat;
  margin-bottom: 20px;
}
.news-list li a {
  padding: 25px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.news-list li .news-list__date {
  width: 140px;
  font-size: 1.25rem;
  color: #C3C7CD;
}
.news-list li .news-list__category {
  background: url(../img/common/item/news/bgi--category.svg) left top no-repeat;
  width: 121px;
  margin-right: 44px;
  display: block;
  text-align: center;
  line-height: 29px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .news-list li a {
    padding: 20px;
    display: block;
  }
  .news-list li .news-list__date {
    width: 100px;
    display: inline-block;
    font-size: 1rem;
  }
  .news-list li .news-list__category {
    display: inline-block;
    margin-right: 0;
  }
  .news-list li .news-list__title {
    display: block;
  }
}

.top-about__business {
  background: url(../img/top/about/business/bgi--01.webp) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 #E9EFF5;
          box-shadow: 0 0 20px 0 #E9EFF5;
  list-style: none;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
}
.top-about__business li {
  -webkit-filter: drop-shadow(0 0 30px #CDE0F1);
          filter: drop-shadow(0 0 30px #CDE0F1);
  opacity: 0;
}
.top-about__business li:nth-child(1) {
  position: absolute;
  top: -45px;
  left: calc(50% - 91px);
}
.top-about__business li:nth-child(2) {
  position: absolute;
  top: calc(50% - 91px);
  right: -45px;
}
.top-about__business li:nth-child(3) {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 91px);
}
.top-about__business li:nth-child(4) {
  position: absolute;
  top: calc(50% - 91px);
  left: -45px;
}
.top-about__business.is-show {
  -webkit-animation: fadeIn 1s linear forwards 0s;
          animation: fadeIn 1s linear forwards 0s;
}
.top-about__business.is-show li:nth-child(1) {
  -webkit-animation: fadeIn 1s linear forwards 1s;
          animation: fadeIn 1s linear forwards 1s;
}
.top-about__business.is-show li:nth-child(2) {
  -webkit-animation: fadeIn 1s linear forwards 2s;
          animation: fadeIn 1s linear forwards 2s;
}
.top-about__business.is-show li:nth-child(3) {
  -webkit-animation: fadeIn 1s linear forwards 3s;
          animation: fadeIn 1s linear forwards 3s;
}
.top-about__business.is-show li:nth-child(4) {
  -webkit-animation: fadeIn 1s linear forwards 4s;
          animation: fadeIn 1s linear forwards 4s;
}
@media screen and (min-width: 699px) {
  .top-about__business {
    width: 456px;
    height: 456px;
  }
}
@media screen and (max-width: 699px) {
  .top-about__business {
    width: 65vw;
    height: auto;
    aspect-ratio: 1/1;
  }
  .top-about__business li {
    width: 25vw;
    -webkit-filter: drop-shadow(0 0 30px #CDE0F1);
            filter: drop-shadow(0 0 30px #CDE0F1);
    opacity: 0;
  }
  .top-about__business li:nth-child(1) {
    position: absolute;
    top: -5.5vw;
    left: calc(50% - 12.5vw);
  }
  .top-about__business li:nth-child(2) {
    position: absolute;
    top: calc(50% - 12.5vw);
    right: -5.5vw;
  }
  .top-about__business li:nth-child(3) {
    position: absolute;
    bottom: -5.5vw;
    left: calc(50% - 12.5vw);
  }
  .top-about__business li:nth-child(4) {
    position: absolute;
    top: calc(50% - 12.5vw);
    left: -5.5vw;
  }
}

/*
	サイト全体のアイテムの設定
*/
.business-cicle {
  margin: 150px auto;
}
@media screen and (max-width: 699px) {
  .business-cicle {
    margin: 30vw auto;
  }
}

@media screen and (min-width: 699px) {
  .business-service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.business-service {
  margin-bottom: 100px;
}
.business-service .business-service__pic {
  display: block;
  margin-bottom: 10px;
}
.business-service .business-service__no {
  display: block;
  line-height: 1;
  font-size: 5rem;
  color: #D3EAFA;
}
.business-service .business-service__title {
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
.business-service .business-service__text {
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .business-service {
    width: 494px;
  }
  .business-service .business-service__text {
    margin-right: -20px;
  }
}
@media screen and (max-width: 699px) {
  .business-service {
    margin-bottom: 60px;
  }
  .business-service .business-service__no {
    font-size: 2.5rem;
  }
  .business-service .business-service__text {
    font-size: 1rem;
  }
}

.business-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .business-service-wrap {
    display: block;
  }
}

@media screen and (min-width: 699px) {
  .business-category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.business-category {
  background: #fff;
  padding: 35px 15px 15px;
  border-radius: 10px;
  margin-bottom: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-category .business-category__icon {
  display: block;
  margin: 0 auto 10px;
}
.business-category .business-category__title {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-size: 1.63rem;
}
.business-category .business-category__text {
  margin-bottom: 45px;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 1rem;
}
.business-category .business-category__dl {
  letter-spacing: 0;
  font-size: 0.93rem;
}
.business-category .business-category__dl dt {
  background: url(../img/business/category/bgi--dt.svg) left top no-repeat;
  padding-left: 8px;
  margin-left: -20px;
  margin-bottom: 15px;
  color: #fff;
}
.business-category .business-category__dl dd ul {
  list-style: none;
}
.business-category .business-category__dl dd ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  font-size: 0.93rem;
}
.business-category .business-category__dl dd ul li::before {
  content: " ";
  background: #1F8CDD;
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 5px;
}
@media screen and (min-width: 699px) {
  .business-category {
    width: 265px;
  }
  .business-category:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .business-category .business-category__text {
    height: 76px;
  }
}
@media screen and (max-width: 699px) {
  .business-category .business-category__title {
    font-size: 1.25rem;
  }
}

.business-reason {
  padding: 123px 20px 120px;
  position: relative;
}
.business-reason .business-reason__ribbon {
  background: url(../img/business/reason/pic--ribbon.svg) center top no-repeat;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.business-reason .business-reason__ribbon.is-show {
  -webkit-animation: business-reason__ribbon 2s forwards 1s;
          animation: business-reason__ribbon 2s forwards 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.business-reason .layout-container {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 699px) {
  .business-reason-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.business-reason-sub {
  background: #F5F6FB;
  padding: 55px 24px 57px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-reason-sub .business-reason-sub__no {
  text-align: center;
  line-height: 1;
  font-size: 3.13rem;
  color: #8CC5F0;
}
.business-reason-sub .business-reason-sub__title {
  background: url(../img/business/reason/ico--quot-01.svg) left top no-repeat, url(../img/business/reason/ico--quot-02.svg) right top no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px 0;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.business-reason-sub p {
  letter-spacing: 0;
}
@media screen and (min-width: 699px) {
  .business-reason-sub {
    width: 333px;
  }
}
@media screen and (max-width: 699px) {
  .business-reason-sub {
    margin-bottom: 60px;
  }
}

.business-case-lede {
  font-size: 2.25rem;
}
@media screen and (max-width: 699px) {
  .business-case-lede {
    margin-bottom: 60px;
    line-height: 1.8;
    font-size: 1.25rem;
  }
}

.business-case-partner {
  background: #fff;
  padding: 22px 55px;
  border-radius: 10px;
  margin-bottom: 100px;
}
.business-case-partner .business-case-partner__title {
  margin-bottom: 20px;
  line-height: 1.5;
}
.business-case-partner .business-case-partner__dl {
  padding-left: 24px;
}
.business-case-partner .business-case-partner__dl dt {
  position: relative;
  font-size: 1.5rem;
  color: #004395;
}
.business-case-partner .business-case-partner__dl dt::before {
  content: " ";
  background: #004395;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 16px;
  left: -24px;
}
.business-case-partner .business-case-partner__dl dd {
  margin-bottom: 17px;
  line-height: 1.6;
  font-size: 1.25rem;
}
.business-case-partner .business-case-partner__etc {
  text-align: right;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .business-case-partner .business-case-partner-layout {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .business-case-partner .business-case-partner-layout:last-child {
    margin-bottom: 0;
  }
  .business-case-partner .business-case-partner-layout .business-case-partner__dl {
    width: 42%;
  }
  .business-case-partner .business-case-partner-layout .business-case-partner__dl:nth-child(1) {
    width: 55%;
  }
  .business-case-partner .business-case-partner-layout .business-case-partner__etc {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 699px) {
  .business-case-partner {
    padding: 30px;
  }
  .business-case-partner .business-case-partner__dl dt {
    font-size: 1.25rem;
  }
  .business-case-partner .business-case-partner__dl dd {
    font-size: 1rem;
  }
}

.business-case-example .business-case-example__title {
  margin-bottom: 50px;
}
.business-case-example .business-case-example__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .business-case-example .business-case-example__text {
    margin-bottom: 30px;
  }
  .business-case-example .business-case-example__table th, .business-case-example .business-case-example__table td {
    width: 33%;
  }
}

.company-message {
  margin-bottom: 100px;
  position: relative;
  font-size: 1.13rem;
}
.company-message .title-lv1-ja {
  margin-bottom: 160px;
}
.company-message .company-message__lede {
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 2.5rem;
}
.company-message .company-message__text {
  margin-bottom: 60px;
}
@media screen and (min-width: 699px) {
  .company-message .company-message__pic {
    width: 457px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 699px) {
  .company-message {
    font-size: 1rem;
  }
  .company-message .title-lv1-ja {
    margin-bottom: 40px;
  }
  .company-message .company-message__lede {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .company-message .company-message__name {
    margin-bottom: 60px;
  }
}

.company-policy-wrap {
  position: relative;
  padding: 100px 0 !important;
  margin-bottom: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 699px) {
  .company-policy-wrap {
    padding: 60px 30px !important;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.company-policy .company-policy-ribbon {
  width: 0;
  height: 234px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company-policy .company-policy-ribbon.is-show {
  background: url(../img/company/message/pic--ribbon.svg) right bottom no-repeat;
  -webkit-animation: company-policy-ribbon 2s forwards 1s;
          animation: company-policy-ribbon 2s forwards 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.company-policy .layout-container {
  position: relative;
  z-index: 2;
}
.company-policy .company-policy__title {
  line-height: 1.4;
}
.company-policy .company-policy__text {
  line-height: 2.5;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .company-policy .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-policy .company-policy__text {
    padding-left: 77px;
    position: relative;
  }
  .company-policy .company-policy__text::before {
    content: "";
    background: #CACDD2;
    width: 1px;
    height: 229px;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
  }
}
@media screen and (max-width: 699px) {
  .company-policy .company-policy__title {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CACDD2;
  }
  .company-policy .company-policy__text {
    line-height: 2;
    font-size: 1rem;
  }
}

.company-name {
  margin-bottom: 100px;
}
.company-name .company-name__title {
  margin-bottom: 40px;
  line-height: 1.4;
}
.company-name p {
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .company-name .company-name-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company-name .company-name-layout .company-name__logo {
    width: 366px;
    margin-top: 20px;
  }
  .company-name .company-name-layout p {
    width: 613px;
  }
}
@media screen and (max-width: 699px) {
  .company-name .company-name__logo {
    width: 70%;
    max-width: 366px;
    margin: 0 auto 40px;
    display: block;
  }
  .company-name p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 699px) {
  .company-outline-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.company-outline {
  margin-bottom: 120px;
}
.company-outline .company-outline__pic {
  display: block;
  margin: 0 auto 100px;
}
.company-outline .company-outline__table th {
  background: #F1F6FD;
  text-align: left;
  width: 25%;
}
.company-outline .company-outline__client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .company-outline {
    margin-bottom: 80px;
  }
  .company-outline .company-outline__pic {
    margin-bottom: 40px;
  }
  .company-outline .company-outline__table th {
    width: 30%;
  }
}

.company-area .company-area__title {
  margin-bottom: 40px;
}
.company-area .company-area__map {
  background: #fff;
  border-radius: 10px;
  padding: 60px 210px 55px 55px;
  position: relative;
}
.company-area .company-area__foreign {
  background: #EEF8FC;
  padding: 10px 20px 20px;
  position: absolute;
  right: 56px;
  bottom: 50px;
  line-height: 1.4;
  font-size: 1.13rem;
}
.company-area .company-area__foreign dt {
  margin-bottom: 5px;
}
.company-area .company-area__foreign dd {
  padding-left: 10px;
}
@media screen and (max-width: 699px) {
  .company-area .company-area__map {
    padding: 10px;
  }
  .company-area .company-area__foreign {
    position: static;
    margin-top: 15px;
    padding: 10px;
    font-size: 0.75rem;
  }
}

.company-access {
  padding-top: 100px;
  margin-bottom: 120px;
  position: relative;
}
.company-access .company-access__ribbon {
  background: url(../img/company/access/pic--ribbon.svg) left top no-repeat;
  width: 349px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.company-access .company-access__ribbon.is-show {
  -webkit-animation: company-access__ribbon 2s forwards 1s;
          animation: company-access__ribbon 2s forwards 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.company-access .company-access__title {
  text-align: center;
  margin-bottom: 50px;
}
.company-access .company-access__map {
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 699px) {
  .company-access .company-access__title {
    position: relative;
    z-index: 2;
  }
  .company-access .company-access__map {
    height: 300px;
    position: relative;
    z-index: 2;
  }
}

.company-history {
  margin-bottom: 160px;
}
.company-history .company-history__title {
  line-height: 1.4;
  margin-bottom: 30px;
}

.history-list {
  list-style: none;
  position: relative;
}
.history-list::before {
  content: " ";
  background: var(--Linear, linear-gradient(90deg, #2294E5 -7.71%, #004395 104.63%));
  width: 2px;
  height: calc(100% + 50px);
  position: absolute;
  top: 20px;
  left: 4px;
}
.history-list li {
  padding-left: 30px;
  margin-bottom: 60px;
  position: relative;
}
.history-list li::before {
  content: " ";
  background: -webkit-gradient(linear, left top, right top, color-stop(-7.71%, #2294E5), color-stop(104.63%, #004395));
  background: linear-gradient(90deg, #2294E5 -7.71%, #004395 104.63%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}
.history-list li .history-list__date {
  line-height: 1;
}
.history-list li .history-list__date .history-list__num {
  font-size: 2.5rem;
}
.history-list li .history-list__text {
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .history-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .history-list li .history-list__date {
    width: 290px;
  }
}
@media screen and (max-width: 699px) {
  .history-list li .history-list__text {
    font-size: 1rem;
  }
}

.contact-tel {
  margin-bottom: 80px;
  line-height: 1.5;
  font-size: 2.19rem;
  color: #004395;
}
.contact-tel .contact-tel__tel {
  font-size: 3.13rem;
  color: #004395;
}
.contact-tel .contact-tel__fax {
  font-size: 2.8rem;
}
@media screen and (max-width: 699px) {
  .contact-tel {
    font-size: 1rem;
  }
  .contact-tel .contact-tel__tel {
    font-size: 2.28rem;
  }
  .contact-tel .contact-tel__fax {
    font-size: 2rem;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #0387CE;
}

.u-color-sub {
  color: #004395;
}

.u-color-grad, .footer-contact .footer-contact__title-en, .global-nav .global-nav__list li a span, .side-nav .side-nav__title, .title-lv1-en, .history-list li .history-list__date {
  background: -webkit-gradient(linear, left top, right top, color-stop(-7.71%, #2294E5), color-stop(104.63%, #004395));
  background: linear-gradient(90deg, #2294E5 -7.71%, #004395 104.63%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

.u-bg-gray {
  background: #F4F4F5;
  padding: 100px 0 120px;
}
@media screen and (max-width: 699px) {
  .u-bg-gray {
    padding: 60px 30px;
  }
}

.u-bg-blue {
  background: #EFF5FA;
  padding: 100px 0 120px;
}
@media screen and (max-width: 699px) {
  .u-bg-blue {
    padding: 60px 30px;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=company.css.map */