@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-noto-m {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ff-noto-b, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ff-en, .top-company .top-company__en, .top-works .top-works__en, .top-recruit .top-recruit__en, .top-service .top-service__en, .top-news .top-news-list li .top-news-list__category span, .top-news .top-news-list li .top-news-list__date, .top-news .top-news__en, .catch .page-title .page-title__en, .title-lv1-en, .global-nav .global-nav-list li a .global-nav__tel, .common-contact .common-contact__tel, .common-contact .common-contact__en, .footer .go-pagetop {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* 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%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: #000;
}

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

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

/* 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, .top-news .top-news-list li:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .top-news .top-news-list li, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, .top-news html .top-news-list li, .top-news .top-news-list html li, * html .header {
  height: 1%;
}

.clearfix, .top-news .top-news-list li, .header {
  display: block;
}

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

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

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 700px) {
  .layout-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layout-container-min {
  width: 975px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 700px) {
  .layout-container-min {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layout-container-wide {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
@media (min-width: 700px) {
  .layout-main-column {
    width: 900px;
    float: right;
  }
}
@media (max-width: 700px) {
  .layout-main-column {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* サブカラム */
@media (min-width: 700px) {
  .layout-sub-column {
    width: 200px;
    float: left;
  }
}
@media (max-width: 700px) {
  .layout-sub-column {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.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: 0;
  -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);
}

/* ヘッダーメイン部分 */
.header-main {
  margin-bottom: 20px;
}

/* ヘッダーロゴ */
.header-site-name {
  background: #25843B;
  padding: 52px 52px 43px 53px;
  border-radius: 0 0 10px 0;
  float: left;
  line-height: 1px;
}
@media (max-width: 700px) {
  .header-site-name {
    padding: 30px 30px 25px;
    margin-top: -10px;
  }
  .header-site-name img {
    width: 120px;
  }
}

.header-btn {
  display: none;
}
@media (max-width: 700px) {
  .header-btn {
    background: url(../img/common/header/btn--open.svg) center center no-repeat;
    width: 54px;
    height: 50px;
    display: block;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  background: #25843B;
  padding-top: 210px;
  padding-bottom: 70px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
}
.footer .go-pagetop {
  background: url(../img/common/footer/ico--pagetop.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 88px 15px 0;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 700px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer .go-pagetop {
    background-size: 40px auto;
    width: 100px;
    bottom: 100px;
    right: 20px;
    padding-right: 50px;
    font-size: 1rem;
  }
}

.common-contact {
  background: #84C043 url(../img/common/footer/contact/bgi--section.svg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
}
.common-contact a {
  color: #fff;
}
.common-contact .common-contact__title {
  font-size: 1rem;
}
.common-contact .common-contact__en {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 4.38rem;
}
.common-contact .common-contact__text {
  line-height: 1.5;
  font-size: 1.25rem;
}
.common-contact .common-contact__tel {
  background: url(../img/common/footer/contact/ico--tel.svg) left center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 53px;
  display: block;
  margin: 0 auto 5px;
  line-height: 1;
  font-size: 3.75rem;
}
.common-contact .common-contact__time {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 1rem;
}
.common-contact .common-contact__btn {
  background: #fff url(../img/common/item/mark/ico--btn.svg) right 12px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 144px 20px 140px;
  border-radius: 60px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #84C043;
}
@media screen and (min-width: 699px) {
  .common-contact {
    width: 1100px;
    height: 390px;
    padding-left: 60px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    position: absolute;
    top: -230px;
    left: calc(50% - 550px);
  }
}
@media (max-width: 700px) {
  .common-contact {
    background: #84C043 url(../img/common/footer/contact/bgi--section-sp.svg) left top no-repeat;
    background-size: auto 100%;
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 30px;
    position: absolute;
    position: absolute;
    top: -260px;
    left: 30px;
  }
  .common-contact .common-contact__title {
    font-size: 0.81rem;
  }
  .common-contact .common-contact__en {
    font-size: 2.5rem;
  }
  .common-contact .common-contact__text {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .common-contact .common-contact__tel {
    padding-left: 30px;
    background-size: 25px auto;
    text-decoration: none;
    font-size: 2rem;
  }
  .common-contact .common-contact__time {
    margin-bottom: 40px;
    font-size: 0.88em;
  }
  .common-contact .common-contact__btn {
    background-size: 30px auto;
    padding: 10px 60px;
    font-size: 1rem;
  }
}

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

.footer-content .footer__sitename {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .footer-content .footer__sitename {
    width: 256px;
  }
}

.footer__lede {
  letter-spacing: 6px;
  font-weight: 700;
  font-size: 3.75rem;
}
.footer__lede span {
  padding: 15px 0;
  display: block;
  line-height: 1;
}
@media (max-width: 700px) {
  .footer__lede {
    margin-bottom: 40px;
    font-size: 1.88rem;
  }
  .footer__lede span {
    padding: 10px 0;
  }
}

/* フッターナビ */
@media screen and (min-width: 699px) {
  .footer-nav {
    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;
  }
}

.footer-nav-category {
  margin-bottom: 30px;
}
.footer-nav-category dt a {
  text-decoration: none;
  color: #fff;
}
.footer-nav-category ul {
  list-style: none;
  font-size: 0.88rem;
}
.footer-nav-category ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 699px) {
  .footer-nav-category:nth-of-type(2) {
    width: 162px;
  }
}

.footer-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav-list li a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .footer-nav-list li {
    margin-bottom: 20px;
    width: 50%;
  }
  .footer-nav-list li:nth-child(even) {
    width: 162px;
  }
}
@media (max-width: 700px) {
  .footer-nav-list {
    margin-bottom: 80px;
  }
  .footer-nav-list li {
    margin-bottom: 20px;
  }
  .footer-nav-list li:nth-child(odd) {
    width: 30%;
  }
  .footer-nav-list li:nth-child(even) {
    width: 63%;
  }
}

/* フッター　会社情報 */
.footer-address {
  margin-bottom: 35px;
  line-height: 1.5;
  font-style: normal;
}
@media (max-width: 700px) {
  .footer-address {
    font-size: 0.93rem;
  }
}

/* コピーライト */
.copy-content a {
  line-height: 1;
  font-size: 0.63rem;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .copy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .copy-content a {
    margin-left: 60px;
    position: relative;
  }
  .copy-content a::before {
    content: " ";
    background: #fff;
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0.5;
  }
}
@media (max-width: 700px) {
  .copy-content {
    text-align: center;
  }
}

.copy {
  background: url(../img/common/footer/pic--copy.svg) left top no-repeat;
  height: 14px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .copy {
    width: 350px;
  }
}
@media (max-width: 700px) {
  .copy {
    background-position: center top;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
.header-nav .header-nav-list {
  background: #fff;
  padding: 13px 20px 13px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
.header-nav .header-nav-list a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
}
.header-nav .header-nav-list a.header-nav__contact {
  background: #25843B;
  border-radius: 5px;
  display: block;
  color: #fff;
}
@media (min-width: 700px) {
  .header-nav {
    float: right;
    margin-right: 50px;
    margin-top: 47px;
  }
  .header-nav .header-nav-list {
    width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .header-nav {
    display: none;
    float: none;
  }
  .header-nav.active {
    display: block;
  }
}

/* グローバルナビの設定 */
@media (min-width: 700px) {
  .global-nav {
    display: none;
  }
}
@media (max-width: 700px) {
  .global-nav {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    width: 100%;
    min-height: 100vh;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .global-nav .global-nav-btn {
    background: url(../img/common/header/btn--close.svg) center center no-repeat;
    width: 53px;
    height: 50px;
    display: block;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-nav .global-nav-list {
    padding-top: 80px;
  }
  .global-nav .global-nav-list li {
    margin-bottom: 25px;
  }
  .global-nav .global-nav-list li a {
    text-decoration: none;
  }
  .global-nav .global-nav-list li a.global-nav__contact {
    background: #25843B;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 10px 60px;
    margin: 0 auto 40px;
    border-radius: 10px;
    color: #fff;
  }
  .global-nav .global-nav-list li a.global-nav__tel {
    background: url(../img/common/header/ico--tel.svg) left center no-repeat;
    background-size: 20px auto;
    padding: 0 30px;
    line-height: 1.2;
    font-size: 2rem;
    color: #25843B;
  }
  .global-nav .global-nav-list li .global-nav__text {
    font-size: 0.88rem;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  padding-left: 30px;
  position: relative;
  font-size: 1.25rem;
  color: #25843B;
}
.side-nav .side-nav__title::before {
  content: " ";
  background: #25843B;
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.side-nav .side-nav__list {
  list-style: none;
  margin-left: 30px;
}
.side-nav .side-nav__list li {
  border-bottom: 1px dashed #ccc;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* 見出し */
.title-lv1-en {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 2.5rem;
}
@media (max-width: 700px) {
  .title-lv1-en {
    font-size: 1.75rem;
  }
}

.title-lv1-ja {
  margin-bottom: 60px;
  font-size: 1rem;
  color: #25843B;
}
@media (max-width: 700px) {
  .title-lv1-ja {
    margin-bottom: 30px;
    font-size: 0.81rem;
  }
}

.title-lv2 {
  margin-bottom: 45px;
  font-size: 1.75rem;
}

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

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

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #25843B;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.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;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.link-arrow {
  background: url(../img/common/item/mark/ico--link.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 88px 15px 0;
  text-decoration: none;
  font-size: 1.25rem;
  color: #25843B;
}
.link-arrow.center {
  margin-left: auto;
  margin-right: auto;
}
.link-arrow.right {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 700px) {
  .link-arrow {
    padding-right: 50px;
    background-size: 40px auto;
    font-size: 1rem;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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 {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

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

/* リストマークなし */
.list-style-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-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: #25843B;
}
.pagination a {
  border: 1px solid #25843B;
}
.pagination a:hover {
  background-color: #25843B;
  border: 1px solid #25843B;
  color: #fff;
}
.pagination .current {
  background-color: #25843B;
  border: 1px solid #25843B;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
.catch.catch--service {
  background: url(../img/service/pic--catch.webp) center center no-repeat;
  background-size: cover;
}
.catch.catch--company {
  background: url(../img/company/pic--catch.webp) center center no-repeat;
  background-size: cover;
}
.catch.catch--works {
  background: url(../img/works/pic--catch.webp) center center no-repeat;
  background-size: cover;
}
.catch.catch--contact {
  background: url(../img/contact/pic--catch.webp) center center no-repeat;
  background-size: cover;
}
.catch.catch--privacy {
  background: url(../img/company/pic--catch.webp) center center no-repeat;
  background-size: cover;
}
.catch .page-title {
  background: url(../img/common/item/catch/bgi--page-title.webp) left bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #25843B;
}
.catch .page-title .page-title__ja {
  background: url(../img/common/item/catch/bgi--ja.svg) left center no-repeat;
  padding-left: 42px;
  font-size: 1rem;
}
.catch .page-title .page-title__en {
  margin-top: -4px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 6.25rem;
}
@media (min-width: 700px) {
  .catch {
    height: 484px;
  }
  .catch .page-title {
    width: 631px;
    height: 159px;
    padding-left: 66px;
    padding-top: 50px;
    left: 0;
    bottom: 0;
  }
  .catch.catch--privacy {
    margin-bottom: 150px;
  }
}
@media (max-width: 700px) {
  .catch {
    height: 80vw;
    margin-bottom: 20px;
  }
  .catch .page-title {
    background: url(../img/common/item/catch/bgi--page-title.webp) left bottom -1px no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 30vw;
    padding-top: 40px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #25843B;
  }
  .catch .page-title .page-title__ja {
    background: url(../img/common/item/catch/bgi--ja.svg) left center no-repeat;
    padding-left: 42px;
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .catch .page-title .page-title__en {
    margin-top: -4px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 10vw;
  }
}

.topic-path {
  margin-bottom: 120px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.topic-path li {
  margin-right: 24px;
  position: relative;
  color: #25843B;
}
.topic-path li a {
  text-decoration: none;
  color: #A2A2A2;
}
.topic-path li::before {
  content: url(../img/common/item/catch/ico--topic-path.svg);
  vertical-align: top;
  position: absolute;
  right: -15px;
  top: -2px;
}
.topic-path li:last-child {
  margin-right: 0;
}
.topic-path li:last-child::before {
  content: none;
}
@media (min-width: 700px) {
  .topic-path {
    padding-left: 66px;
  }
}
@media (max-width: 700px) {
  .topic-path {
    padding-left: 10px;
    margin-bottom: 80px;
    display: block;
  }
  .topic-path li {
    display: inline;
  }
}

/*
	サイト全体のアイテムの設定
*/
.top-main {
  background: url(../img/top/main/pic--lede.svg) left -2px bottom -2px no-repeat, url(../img/top/main/pic--main.webp) center center no-repeat;
  background-size: auto, cover;
  width: calc(100% - 110px);
  height: 800px;
  margin-left: 110px;
  margin-bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-main .top-main__recruit {
  position: absolute;
  right: 50px;
  bottom: -84px;
}
@media (max-width: 700px) {
  .top-main {
    background: url(../img/top/main/pic--lede.svg) left -2px bottom -2px no-repeat, url(../img/top/main/pic--main.webp) right center no-repeat;
    background-size: 100% auto, cover;
    width: calc(100% - 40px);
    height: 60vh;
    margin-left: 40px;
    margin-bottom: 60px;
  }
  .top-main .top-main__recruit {
    width: 30vw;
    position: absolute;
    right: 20px;
    bottom: 40vw;
  }
}

.top-title, .top-company .top-company__title, .top-works .top-works__title, .top-recruit .top-recruit__title, .top-service .top-service__title, .top-news .top-news__title {
  background: url(../img/top/bgi--title.svg) left center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 700px) {
  .top-title, .top-company .top-company__title, .top-works .top-works__title, .top-recruit .top-recruit__title, .top-service .top-service__title, .top-news .top-news__title {
    margin-bottom: 5px;
    font-size: 0.81rem;
  }
}

.top-news {
  background: url(../img/top/news/pic--01.webp) calc(50% - 465px) calc(100% - 55px) no-repeat;
  background-size: 335px auto;
  padding-bottom: 77px;
}
.top-news .top-news__title {
  color: #25843B;
}
.top-news .top-news__en {
  line-height: 1;
  font-size: 4.38rem;
  color: #25843B;
}
.top-news .top-news-list {
  margin-bottom: 40px;
  list-style: none;
}
.top-news .top-news-list li {
  border-bottom: 1px solid #E8E8E8;
  padding: 35px 30px;
  line-height: 1.5;
}
.top-news .top-news-list li .top-news-list__date {
  margin-right: 24px;
  font-size: 1.25rem;
  color: #A2A2A2;
}
.top-news .top-news-list li .top-news-list__category span {
  background: #EEF5EF;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 16px;
  line-height: 1.5;
  color: #25843B;
}
.top-news .top-news-list li .top-news-list__title {
  margin-bottom: 30px;
  font-size: 1.25rem;
  text-decoration: none;
  display: block;
  color: #000;
}
@media screen and (min-width: 699px) {
  .top-news .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-news .top-news-list {
    width: 814px;
    min-height: 393px;
  }
  .top-news .top-news-list li .top-news-list__date {
    width: 120px;
    float: left;
  }
  .top-news .top-news-list li .top-news-list__category {
    width: 160px;
    float: left;
  }
  .top-news .top-news-list li .top-news-list__title {
    width: 450px;
    float: left;
  }
}
@media (max-width: 700px) {
  .top-news {
    background: url(../img/top/news/pic--01.webp) right top no-repeat;
    background-size: 170px auto;
    padding-top: 40px;
  }
  .top-news .top-news__en {
    font-size: 2.5rem;
  }
  .top-news .top-news-list li {
    padding: 10px 0;
    display: block;
  }
  .top-news .top-news-list li .top-news-list__category {
    width: 118px;
    display: inline-block;
  }
  .top-news .top-news-list li .top-news-list__category span {
    font-size: 0.88rem;
  }
  .top-news .top-news-list li .top-news-list__date {
    display: inline-block;
    font-size: 1rem;
  }
  .top-news .top-news-list li .top-news-list__title {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 0.88rem;
  }
}

.top-service {
  background: url(../img/top/service/bgi--01.webp) right top -30px no-repeat;
  background-size: 290px auto;
  background-color: #25843B;
  padding: 77px 30px 50px;
  margin-bottom: 100px;
  color: #fff;
}
.top-service .top-service__title {
  background-image: url(../img/top/service/bgi--title.svg);
  color: #fff;
}
.top-service .top-service__en {
  margin-bottom: 60px;
  line-height: 1;
  font-size: 7.5rem;
}
.top-service .top-service-content {
  margin-bottom: 90px;
}
.top-service .top-service__lede {
  line-height: 1.4;
  font-size: 2.19rem;
}
.top-service .top-service__text {
  line-height: 1.5;
  font-size: 1.25rem;
}
.top-service .top-service__slide {
  list-style: none;
  margin-bottom: 20px;
}
.top-service .link-arrow {
  color: #fff;
}
@media screen and (min-width: 699px) {
  .top-service .top-service-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-service .top-service-content .top-service__text {
    width: 560px;
  }
  .top-service .top-service__slide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + 8px);
  }
  .top-service .top-service__slide img {
    width: 640px;
    margin: 0 10px;
  }
}
@media (max-width: 700px) {
  .top-service {
    background-size: 200px auto;
  }
  .top-service .layout-container {
    padding: 0;
  }
  .top-service .top-service__en {
    font-size: 2.5rem;
  }
  .top-service .top-service__lede {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .top-service .top-service__text {
    line-height: 1.6;
    font-size: 0.93rem;
  }
  .top-service .top-service__slide {
    margin-left: -30px;
    margin-right: -30px;
  }
  .top-service .top-service__slide img {
    width: 280px;
    margin: 0 10px;
  }
}

.top-recruit {
  background: #84C043 url(../img/top/recruit/bgi--section.webp) center center no-repeat;
  background-size: cover;
  padding: 120px 0;
  border-radius: 20px;
  margin-bottom: 140px;
  color: #fff;
}
.top-recruit .top-recruit__title {
  background-image: url(../img/top/recruit/bgi--title.svg);
  margin: 0 auto 25px;
  color: #fff;
}
.top-recruit .top-recruit__en {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 7.5rem;
}
.top-recruit .top-recruit__lede {
  margin-bottom: 45px;
  line-height: 1.34;
  font-size: 2.19rem;
}
.top-recruit .top-recruit__text {
  margin: 0 auto 70px;
  text-align: left;
}
.top-recruit .top-recruit__btn {
  background: #fff url(../img/common/item/mark/ico--btn.svg) right 12px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 107px 20px 92px;
  border-radius: 60px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #84C043;
}
@media screen and (min-width: 699px) {
  .top-recruit {
    width: 1230px;
    margin: 0 auto 155px;
  }
  .top-recruit .top-recruit__text {
    width: 422px;
  }
}
@media (max-width: 700px) {
  .top-recruit {
    background: #84C043 url(../img/top/recruit/bgi--section-sp.webp) center bottom no-repeat;
    background-size: 100% auto;
    padding: 60px 25px 64vw;
    margin: 0 15px 60px;
  }
  .top-recruit .top-recruit__en {
    font-size: 2.5rem;
  }
  .top-recruit .top-recruit__lede {
    text-align: left;
    font-size: 1.38rem;
  }
  .top-recruit .top-recruit__btn {
    background-position: right 6px center;
    background-size: 50px auto;
    padding: 15px 107px 15px 92px;
    font-size: 1rem;
  }
}

.top-works .top-works__title {
  margin: 0 auto 25px;
  color: #25843B;
}
.top-works .top-works__en {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1;
  font-size: 7.5rem;
  color: #25843B;
}
.top-works .layout-container {
  background: url(../img/top/works/pic--ill-01.svg) left bottom no-repeat;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 700px) {
  .top-works .top-works__en {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .top-works .layout-container {
    background-size: 210px auto;
    padding-bottom: 60px;
  }
  .top-works .layout-container::before {
    content: none;
  }
}

.top-works-layout {
  margin-bottom: 40px;
}
.top-works-layout .top-works-sub__photo {
  margin-bottom: 45px;
  position: relative;
}
.top-works-layout .top-works-sub__photo .top-works-sub__title {
  background: url(../img/top/works/bgi--title.svg) left bottom -1px no-repeat;
  width: 100%;
  padding-top: 25px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  font-size: 2.19rem;
  color: #25843B;
}
.top-works-layout .top-works-sub__list {
  list-style: none;
}
.top-works-layout .top-works-sub__list li {
  background: url(../img/top/works/ico--list.svg) left 4px top 24px no-repeat;
  padding: 15px 10px 15px 20px;
  border-bottom: 1.5px solid #E8E8E8;
  line-height: 1.25;
}
@media screen and (min-width: 699px) {
  .top-works-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-works-layout .top-works-sub {
    width: 520px;
  }
  .top-works-layout .top-works-sub__list {
    min-height: 320px;
  }
}
@media (max-width: 700px) {
  .top-works-layout .top-works-sub__photo .top-works-sub__title {
    font-size: 1.38rem;
  }
}

.top-company-bg {
  background: url(../img/top/company/bgi--pc.webp) calc(50% - 850px) 45px no-repeat;
  background-size: 2862px auto;
  /*
  background: 
  	url(../img/top/company/pic--04.webp) calc(50% - 96px) 670px no-repeat,
  	url(../img/top/company/pic--03.webp) calc(50% - 242px) 94px no-repeat,
  	url(../img/top/company/pic--02.webp) calc(50% - 1242px) 770px no-repeat,
  	url(../img/top/company/pic--01.webp) calc(50% - 1328px) 327px no-repeat;
  background-size: 
  	366px auto,
  	235px auto,
  	222px auto,
  	235px auto;
  */
  width: 4562px;
  height: 1118px;
  position: absolute;
  inset: 0 0 auto 0;
  will-change: transform; /* パフォーマンス最適化 */
  opacity: 1;
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.top-company-bg.is-show {
  opacity: 1;
}
@media (max-width: 700px) {
  .top-company-bg {
    display: none;
  }
}

.top-company {
  background: #F1F5F9;
  position: relative;
  overflow-x: hidden;
}
.top-company .layout-container {
  position: relative;
  z-index: 2;
}
.top-company .layout-container {
  background: url(../img/top/works/pic--ill-02.svg) left top no-repeat;
  padding: 120px 30px 390px;
  position: relative;
}
.top-company .top-company__title {
  margin: 0 0 15px;
  color: #25843B;
}
.top-company .top-company__en {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 7.5rem;
  color: #25843B;
}
.top-company .top-company__lede {
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 3rem;
}
.top-company .top-company__lede span {
  color: #25843B;
}
.top-company .top-company__text {
  margin-bottom: 100px;
  font-size: 1.5rem;
}
.top-company .top-company__btn {
  background: #fff url(../img/common/item/mark/ico--btn.svg) right 12px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 107px 20px 92px;
  border-radius: 60px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #84C043;
}
@media (max-width: 700px) {
  .top-company {
    background: #F1F5F9 url(../img/top/company/bgi--sp.webp) center bottom 80vw no-repeat;
    background-size: 100% auto;
    padding-bottom: 180vw;
  }
  .top-company .top-company__en {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .top-company .layout-container {
    background-size: 210px;
    padding-bottom: 0;
  }
  .top-company .top-company__lede {
    font-size: 1.38rem;
  }
  .top-company .top-company__text {
    margin-bottom: 40px;
    padding-bottom: 0;
    font-size: 1rem;
  }
  .top-company .top-company__btn {
    background-position: right 6px center;
    background-size: 50px auto;
    padding: 15px 107px 15px 92px;
    font-size: 1rem;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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: #25843B;
}

.u-color-sub {
  color: #83300E;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.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-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;
}

.u-margin-pageend {
  margin-bottom: 350px;
}

/* レイアウトの設定 */
@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;
}

/* 改行の設定 */
.u-target {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

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

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

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