@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, .news .news-info .category, .news .news-info .news__date, .contact-number, .service-reason-list li .service-reason-list__no, .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, .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%;
}

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

/*
	サイト全体のアイテムの設定
*/
.service-intro {
  background: url(../img/service/intro/bgi--section.webp) calc(50% + 300px) -67px no-repeat;
  background-size: 737px auto;
  padding-top: 20px;
  padding-bottom: 150px;
}
.service-intro .service-intro__lede {
  margin-bottom: 60px;
  line-height: 1.34;
  font-size: 2.19rem;
}
.service-intro .service-intro__lede span {
  color: #25843B;
}
.service-intro .service-intro__text {
  font-size: 1.13rem;
}
@media (max-width: 700px) {
  .service-intro {
    background: url(../img/service/intro/bgi--section.webp) center -67px no-repeat;
    background-size: 100% auto;
    padding: 20px 20px 100px;
    text-align: left;
    font-size: 1em;
  }
  .service-intro .service-intro__lede {
    font-size: 1.5rem;
  }
  .service-intro .service-intro__lede span {
    display: block;
  }
  .service-intro .service-intro__text {
    font-size: 1rem;
  }
}

.service-type {
  text-align: left;
}
.service-type .service-type__title {
  background: #25843B;
  padding: 25px calc(50vw - 550px);
  margin-bottom: 75px;
  line-height: 1;
  font-size: 3rem;
  color: #fff;
}
.service-type .service-type-content {
  margin-bottom: 75px;
}
.service-type.service-type--01 .service-type__photo {
  background: url(../img/service/item/bgi--photo-01.webp) center center no-repeat;
  background-size: cover;
}
.service-type.service-type--01 .service-type-content {
  background-image: url(../img/service/item/pic--01.webp);
}
.service-type.service-type--02 .service-type__photo {
  background: url(../img/service/item/bgi--photo-02.webp) center center no-repeat;
  background-size: cover;
}
.service-type.service-type--02 .service-type-content {
  background-image: url(../img/service/item/pic--02.webp);
}
@media (min-width: 700px) {
  .service-type .service-type__photo {
    width: 100%;
    height: 419px;
    aspect-ratio: 1366/419;
  }
  .service-type .service-type-content {
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: calc(50% - 380px) 0;
    height: 330px;
    padding-left: calc(50vw - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-type .service-type-content p {
    width: 544px;
  }
}
@media (max-width: 700px) {
  .service-type .service-type__photo {
    height: 50vw;
  }
  .service-type .service-type__title {
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.38rem;
  }
  .service-type .service-type-content {
    background-repeat: no-repeat;
    background-size: calc(100% - 40px) auto;
    background-position: 20px 0;
    padding: 55vw 30px 0;
  }
}

.serivce-other {
  list-style: none;
  margin: 0 auto 110px;
}
.serivce-other li {
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
}
.serivce-other .serivce-other__01 {
  background: url(../img/service/other/pic--01.webp) center center no-repeat;
  background-size: cover;
}
.serivce-other .serivce-other__02 {
  background: url(../img/service/other/pic--02.webp) center center no-repeat;
  background-size: cover;
}
.serivce-other .serivce-other__03 {
  background: url(../img/service/other/pic--03.webp) center center no-repeat;
  background-size: cover;
}
@media (min-width: 700px) {
  .serivce-other {
    max-width: 100%;
    width: 1277px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serivce-other li {
    width: 32%;
    height: 585px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 5px;
    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;
    font-size: 1.88rem;
  }
  .serivce-other li span {
    display: block;
    height: 100%;
  }
}
@media (max-width: 700px) {
  .serivce-other {
    padding: 0 20px;
  }
  .serivce-other li {
    padding: 35px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.25rem;
  }
  .serivce-other li span {
    display: block;
    height: 100%;
  }
}

.service-reason {
  background: #25843B;
  padding: 130px 0 140px;
  margin-bottom: 175px;
  color: #fff;
}
.service-reason .service-reason__title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.35;
  font-size: 2.19rem;
}
.service-reason .service-reason__text {
  margin-bottom: 70px;
  letter-spacing: 0.9px;
  text-align: center;
}
.service-reason .service-reason__lede {
  text-align: center;
  letter-spacing: 1.2px;
  font-size: 1.5rem;
}
@media (max-width: 700px) {
  .service-reason {
    padding: 80px 0;
    margin-bottom: 100px;
  }
  .service-reason .service-reason__title {
    font-size: 1.5rem;
  }
  .service-reason .service-reason__text {
    text-align: left;
  }
  .service-reason .service-reason__lede {
    font-size: 1rem;
  }
}

.service-reason-list {
  list-style: none;
}
.service-reason-list li {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.service-reason-list li .service-reason-list__no {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 4.38rem;
}
.service-reason-list li .service-reason-list__icon {
  display: block;
  margin: 0 auto 15px;
}
.service-reason-list li strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 3rem;
}
.service-reason-list li p {
  text-align: left;
}
@media (min-width: 700px) {
  .service-reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .service-reason-list li {
    width: 358px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .service-reason-list li {
    width: 80%;
    padding: 20px;
    margin: 0 auto 40px;
  }
  .service-reason-list li .service-reason-list__no {
    font-size: 3rem;
  }
  .service-reason-list li strong {
    font-size: 1.5rem;
  }
}

.service-safety {
  margin-bottom: 80px;
}
.service-safety .service-safety__title {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.35;
  font-size: 2.19rem;
}
.service-safety .service-safety__title span {
  color: #25843B;
}
.service-safety .service-safety__text {
  margin-bottom: 70px;
  letter-spacing: 1px;
  font-size: 1.13rem;
}
.service-safety .service-safety__pic {
  background: #F4F9EE;
  padding: 40px 180px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.service-safety .service-safety__outro {
  background: url(../img/service/safety/bgi--outro.webp) center top no-repeat;
  background-size: 408px auto;
  padding: 90px 0 100px;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .service-safety .service-safety__text {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .service-safety .service-safety__title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .service-safety .service-safety__pic {
    padding: 20px;
  }
  .service-safety .service-safety__text {
    font-size: 1rem;
  }
  .service-safety .service-safety__outro {
    font-size: 1rem;
  }
}

.service-outro {
  background: url(../img/service/outro/bgi--section.webp) center center no-repeat;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  padding: 210px 0 380px;
  color: #fff;
}
.service-outro .service-outro__title {
  margin-bottom: 60px;
  line-height: 1.5;
  font-size: 3rem;
}
@media (max-width: 700px) {
  .service-outro {
    padding: 80px 30px 90vw;
  }
  .service-outro .service-outro__title {
    font-size: 1.5rem;
  }
  .service-outro .service-outro__text {
    text-align: left;
  }
}

.company-message {
  margin-bottom: 150px;
}
.company-message .company-message__lede {
  margin-bottom: 60px;
  line-height: 1.35;
  font-size: 2.19rem;
}
.company-message .company-message__lede span {
  color: #25843B;
}
.company-message .company-message-layout > div p {
  margin-bottom: 30px;
  font-weight: 500;
}
.company-message .company-message__name {
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .company-message .company-message-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-message .company-message-layout > img {
    width: 440px;
  }
  .company-message .company-message-layout > div {
    width: 550px;
  }
}
@media (max-width: 700px) {
  .company-message .company-message__lede {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .company-message .company-message-layout > div {
    margin-bottom: 40px;
  }
  .company-message .company-message-layout .company-message__pic {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .company-message .company-message__name {
    font-size: 1.25rem;
  }
}

.company-bg {
  background: #F1F5F9;
  padding: 150px 30px;
  margin-bottom: 150px;
}
@media (max-width: 700px) {
  .company-bg {
    padding: 60px 0;
    margin-bottom: 100px;
  }
}

.company-sub {
  margin-bottom: 100px;
}
.company-sub:last-of-type {
  margin-bottom: 0;
}
.company-sub .company-sub__lede {
  margin-bottom: 40px;
  line-height: 1.35;
  font-size: 2.19rem;
}
.company-sub .company-sub__text {
  font-weight: 500;
}
@media (min-width: 700px) {
  .company-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-sub .company-sub-content {
    width: 635px;
  }
}
@media (max-width: 700px) {
  .company-sub .company-sub__lede {
    font-size: 1.5rem;
  }
}

.company-outline-table {
  width: 100%;
  margin-bottom: 120px;
  line-height: 1.5;
}
.company-outline-table th, .company-outline-table td {
  border-bottom: 1.5px solid #E8E8E8;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.company-outline-table th {
  width: 15%;
}
.company-outline-table td {
  width: 35%;
  padding-right: 30px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .company-outline-table th {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 0 10px;
    border-bottom: none;
    display: block;
  }
  .company-outline-table td {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 0 25px;
  }
}

.company-map {
  margin-bottom: 330px;
}
.company-map iframe {
  width: 100%;
  height: 556px;
}
@media (max-width: 700px) {
  .company-map iframe {
    height: 80vw;
  }
}

.contact-intro {
  margin-bottom: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
@media (max-width: 700px) {
  .contact-intro {
    text-align: left;
    font-size: 1em;
  }
}

.contact-number {
  background: #F4F9EE;
  padding: 36px 130px;
  margin-bottom: 160px;
  list-style: none;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  letter-spacing: 1.5px;
  font-size: 1.88rem;
}
.contact-number span {
  color: #25843B;
}
.contact-number span a {
  color: #25843B;
}
@media (max-width: 700px) {
  .contact-number {
    padding: 20px;
    margin-bottom: 80px;
    display: block;
    text-align: center;
    font-size: 6vw;
  }
}

.contact-form {
  margin-bottom: 330px;
}

.achievements-section {
  margin-bottom: 90px;
}
.achievements-section .achievements-section__title {
  background-position: center center;
  background-size: cover;
  height: 227px;
  margin-bottom: 60px;
  position: relative;
}
.achievements-section .achievements-section__title span {
  background: url(../img/achievements/bgi--section-title.webp) left bottom -1px no-repeat;
  background-size: auto 73px;
  width: 100%;
  height: 73px;
  padding-top: 25px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.35;
  font-size: 2.19rem;
  color: #25843B;
}
.achievements-section .achievements-section__list {
  margin: 0 66px;
  list-style: none;
}
.achievements-section .achievements-section__list li {
  background: url(../img/achievements/ico--list.svg) left 11px top 30px no-repeat;
  padding: 15px 0 15px 40px;
  border-bottom: 1.5px solid #E8E8E8;
  font-weight: 500;
  font-size: 1.13rem;
}
.achievements-section.achievements-section--01 .achievements-section__title {
  background-image: url(../img/achievements/pic--01.webp);
}
.achievements-section.achievements-section--02 .achievements-section__title {
  background-image: url(../img/achievements/pic--02.webp);
}
@media (max-width: 700px) {
  .achievements-section .achievements-section__title {
    margin-bottom: 40px;
  }
  .achievements-section .achievements-section__title span {
    font-size: 1.5rem;
  }
  .achievements-section .achievements-section__list {
    margin: 0;
  }
  .achievements-section .achievements-section__list li {
    font-size: 1rem;
  }
}

.equipmentment {
  background: #F1F5F9;
  padding-top: 150px;
  padding-bottom: 350px;
}
.equipmentment .equipmentment-content {
  background: #fff;
  padding: 80px 66px;
  border-radius: 20px;
}
.equipmentment .equipmentment-table {
  width: 100%;
  font-size: 1.25rem;
}
.equipmentment .equipmentment-table td {
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 700px) {
  .equipmentment .equipmentment-table th {
    width: 260px;
    padding: 30px 0 30px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1.5px solid #25843B;
  }
  .equipmentment .equipmentment-table td {
    padding: 30px 0 30px 80px;
    border-top: 1.5px solid #E8E8E8;
  }
  .equipmentment .equipmentment-table tr:last-child th {
    border-bottom: 1.5px solid #25843B;
  }
  .equipmentment .equipmentment-table tr:last-child td {
    border-bottom: 1.5px solid #E8E8E8;
  }
}
@media (max-width: 700px) {
  .equipmentment {
    padding-top: 60px;
  }
  .equipmentment .equipmentment-content {
    padding: 20px;
  }
  .equipmentment .equipmentment-table {
    font-size: 1rem;
  }
  .equipmentment .equipmentment-table th, .equipmentment .equipmentment-table td {
    display: block;
  }
  .equipmentment .equipmentment-table td {
    padding-bottom: 30px;
  }
  .equipmentment .equipmentment-table tr:last-child td {
    padding-bottom: 0;
  }
}

.news-bg {
  background: #F1F5F9;
  padding: 150px 0 350px;
}
@media (max-width: 700px) {
  .news-bg {
    padding: 80px 0 90vw;
  }
}

.news {
  background: #fff;
  border-radius: 40px;
  padding: 60px 40px;
  margin-bottom: 60px;
}
.news .news__title {
  margin-bottom: 15px;
  line-height: 1.35;
  font-size: 2.19rem;
  color: #25843B;
}
.news .news-info {
  margin-bottom: 30px;
}
.news .news-info .news__date {
  margin-right: 20px;
  color: #A2A2A2;
}
.news .news-info .category {
  background: #EEF5EF;
  display: inline-block;
  padding: 5px 16px;
  margin-right: 20px;
  border-radius: 16px;
  line-height: 1.5;
  color: #25843B;
}
.news .news-content {
  font-weight: 500;
}
.news .news-content img {
  display: block;
  margin: 40px auto;
}
@media (max-width: 700px) {
  .news .news__title {
    font-size: 1.5rem;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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=other.css.map */