@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-noto-bl, .top-work-nav ul li .work-nav__ja, .feature-wlb-data-wrap dt, .work-nav ul li a, .faq-contact-wrap, .entry-tel, .global-nav .global-nav-list li, .footer-data .footer-nav ul li a, .footer-entry .footer-entry__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ff-noto-m, .top-intro .top-intro__text strong, .topic-path, body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-noto-l, .feature-wlb-data.feature-wlb-data--01 dd p, .feature-wlb-data.feature-wlb-data--01 dd span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ff-en, .u-ff-en, .top-work-02 .top-work-02__en, .top-work-nav ul li .work-nav__en, .top-work-nav .work-nav__title, .feature-wlb-data dd strong, .feature-section .feature-section__no, .work-task-sub .work-task-sub-pic .work-task-sub__no, .work-section .work-section__en, .work-nav ul li a .work-nav__en, .work-nav .work-nav__title, .recinfo-list .recinfo-list__link a, .recinfo-flow .recinfo-flow__no, .catch .catch__en, .catch .catch__ja::after, .date, .global-nav .global-nav-list li span, .footer-address .footer-address__tel, .footer-data .footer-nav ul li a span, .footer-entry .footer-entry__en {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテム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 {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -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 {
  scrollbar-gutter: stable;
  font-size: 16px;
}

body {
  background: #F3F7F3;
  text-align: center;
  line-height: 1.77;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
  font-size: 1rem;
  color: #003B00;
}

.static-page {
  padding-top: 1px;
  position: relative;
}
.static-page::before {
  content: " ";
  background: url(../img/common/bgi/bgi--page.svg) right top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 44vw;
  height: 0;
  display: block;
  z-index: -1;
  transition-duration: 2s;
}
.static-page.top::before {
  content: none;
}
.static-page.active::before {
  height: 93vw;
}
@media screen and (max-width: 699px) {
  .static-page::before {
    content: " ";
    background: url(../img/common/bgi/bgi--page-sp.svg) left -50px no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    z-index: -1;
  }
  .static-page.top::before {
    content: none;
  }
  .static-page.active::before {
    height: 111vw;
  }
}

body.is-global-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* リンク色 */
a {
  color: #003B00;
  text-decoration: none;
}

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

/* 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 */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents {
  text-align: left;
}

/* ページ幅 */
.layout-container, .top-work-nav ul, .top-work-01 .top-work-01-layout, .work-nav ul {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 699px) {
  .layout-container, .top-work-nav ul, .top-work-01 .top-work-01-layout, .work-nav ul {
    width: 1206px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container, .top-work-nav ul, .top-work-01 .top-work-01-layout, .work-nav ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-container .layout-container, .top-work-nav ul .layout-container, .layout-container .top-work-nav ul, .top-work-nav .layout-container ul, .top-work-nav ul ul, .top-work-01 .top-work-01-layout .layout-container, .top-work-01 .top-work-01-layout .top-work-nav ul, .top-work-nav .top-work-01 .top-work-01-layout ul, .layout-container .top-work-01 .top-work-01-layout, .top-work-nav ul .top-work-01 .top-work-01-layout, .top-work-01 .layout-container .top-work-01-layout, .top-work-01 .top-work-nav ul .top-work-01-layout, .top-work-nav .top-work-01 ul .top-work-01-layout, .top-work-01 .top-work-01-layout .top-work-01-layout, .work-nav ul .layout-container, .work-nav ul .top-work-nav ul, .top-work-nav .work-nav ul ul, .work-nav ul .top-work-01 .top-work-01-layout, .top-work-01 .work-nav ul .top-work-01-layout, .layout-container .work-nav ul, .top-work-nav ul .work-nav ul, .top-work-01 .top-work-01-layout .work-nav ul, .work-nav .layout-container ul, .work-nav .top-work-nav ul ul, .work-nav .top-work-01 .top-work-01-layout ul, .top-work-01 .work-nav .top-work-01-layout ul, .work-nav ul ul {
    padding-left: 0;
    padding-right: 0;
  }
}

/* メインカラム */
@media screen and (min-width: 699px) {
  .layout-main-column {
    width: 884px;
    float: right;
  }
}
@media screen and (max-width: 699px) {
  .layout-main-column {
    margin-bottom: 40px;
  }
}

/* サブカラム */
@media screen and (min-width: 699px) {
  .layout-sub-column {
    width: 240px;
    float: left;
  }
}
@media screen and (max-width: 699px) {
  .layout-sub-column {
    margin-bottom: 40px;
  }
}

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

.layout-half {
  width: 49%;
}

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

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

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

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

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  text-align: left;
  z-index: 1010;
  transition-duration: 0.4s;
}
.header .header-site-name a {
  background: url(../img/common/header/log--sitename.svg) left top no-repeat;
  width: 344px;
  height: 100%;
  aspect-ratio: 344/30;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.header.float {
  background: rgba(1, 152, 99, 0.92);
}
.header.float .header-btn {
  background: url(../img/common/header/btn--menu-white.svg) center center no-repeat;
}
.header.float .header-main {
  padding: 36px;
}
@media screen and (min-width: 699px) {
  .header.float .header-btn {
    top: 36px;
  }
}
@media screen and (max-width: 699px) {
  .header .header-site-name a {
    background: url(../img/common/header/log--sitename-sp.webp) left top no-repeat;
    background-size: 100% auto;
    width: 167px;
    height: 41px;
  }
}

/* ヘッダーメイン部分 */
@media screen and (min-width: 699px) {
  .header-main {
    padding: 56px 36px;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 699px) {
  .header-main {
    padding: 12px;
    display: flex;
    justify-content: space-between;
  }
}

.header-btn {
  background: url(../img/common/header/btn--menu.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  transition-duration: 0.4s;
  overflow: hidden;
  text-indent: -999px;
}
@media screen and (min-width: 699px) {
  .header-btn {
    position: absolute;
    top: 56px;
    right: 36px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #019863 url(../img/common/footer/bgi--footer.svg) left top no-repeat;
  background-size: 100% auto;
  padding: 104px 0 25px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media screen and (max-width: 699px) {
  footer .layout-container, footer .top-work-nav ul, .top-work-nav footer ul, footer .top-work-01 .top-work-01-layout, .top-work-01 footer .top-work-01-layout, footer .work-nav ul, .work-nav footer ul {
    padding: 0 36px;
  }
}

.footer-entry {
  padding-bottom: 200px;
  margin-bottom: 65px;
  border-bottom: 1px solid #fff;
}
.footer-entry .footer-entry__en {
  margin-bottom: 30px;
  font-size: 0.93rem;
}
.footer-entry .footer-entry__title {
  margin-bottom: 95px;
  font-size: 1.75rem;
}
@media screen and (min-width: 699px) {
  .footer-entry .footer-entry-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 242px 239px;
    gap: 28px;
  }
  .footer-entry .card {
    position: relative;
    overflow: hidden;
  }
  .footer-entry .card--entry {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .footer-entry .card--guideline {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .footer-entry .card--tel {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .footer-entry .card--faq {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 699px) {
  .footer-entry {
    border: none;
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .footer-entry .footer-entry__title {
    margin-bottom: 35px;
  }
  .footer-entry .footer-entry-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.footer-data .footer-sitename {
  width: fit-content;
  margin-bottom: 70px;
  display: block;
}
.footer-data .footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 52px;
}
.footer-data .footer-nav ul li a {
  display: block;
  line-height: 1.5;
}
.footer-data .footer-nav ul li a span {
  display: block;
  font-size: 0.69rem;
}
.footer-data .footer-data-layout {
  padding-bottom: 56px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.footer-data .footer-bnr-corp {
  display: block;
}
@media screen and (min-width: 699px) {
  .footer-data .footer-data-layout {
    display: flex;
    justify-content: space-between;
  }
  .footer-data .footer-nav {
    width: 480px;
  }
  .footer-data .footer-bnr-corp {
    width: 354px;
  }
}
@media screen and (max-width: 699px) {
  .footer-data .footer-sitename {
    width: fit-content;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .footer-data .footer-nav {
    margin-bottom: 40px;
  }
  .footer-data .footer-nav ul {
    display: block;
  }
  .footer-data .footer-nav ul li {
    margin-bottom: 30px;
  }
  .footer-data .footer-data-layout {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}

.footer-address {
  padding: 0 0;
}
.footer-address .footer-address__address {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 1rem;
}
.footer-address .footer-address__tel {
  background: url(../img/common/mark/ico--tel.svg) left center no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
  letter-spacing: 1px;
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .footer-address {
    width: fit-content;
    margin: 0 auto 20px;
  }
  .footer-address .footer-address-info {
    width: fit-content;
    margin: 0 auto 40px;
  }
}

.footer-container {
  margin-bottom: 100px;
}
@media screen and (min-width: 699px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .footer-container {
    margin-bottom: 70px;
  }
}

.footer-site-name {
  width: 272px;
  margin-bottom: 20px;
}

address {
  font-style: normal;
}

.footer-nav-list {
  list-style: none;
}
.footer-nav-list li {
  font-size: 1rem;
}
@media screen and (min-width: 699px) {
  .footer-nav-list {
    display: flex;
    gap: 24px;
  }
  .footer-nav-list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 699px) {
  .footer-nav-list li {
    margin-bottom: 30px;
    text-align: center;
  }
}

.footer-bottom {
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .footer-bottom {
    display: block;
    text-align: center;
  }
}

/* コピーライト */
.copy {
  display: block;
  margin-bottom: 36px;
  font-size: 0.75rem;
}
@media screen and (max-width: 699px) {
  .copy {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: rgba(1, 152, 99, 0.92);
  width: 100%;
  box-sizing: border-box;
  padding: 56px 36px 36px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.global-nav.active {
  display: block;
}
.global-nav .global-nav-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 94px;
}
.global-nav .global-nav__logo {
  background: url(../img/common/header/log--sitename.svg) left top no-repeat;
  width: 344px;
  height: 100%;
  aspect-ratio: 344/30;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.global-nav .close-btn {
  background: url(../img/common/menu/ico--close.svg) right top no-repeat;
  width: 35px;
  height: 36px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.global-nav .global-nav-list {
  width: 690px;
  margin-bottom: 60px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.global-nav .global-nav-list li {
  font-size: 1.25rem;
}
.global-nav .global-nav-list li span {
  display: block;
  line-height: 1;
  font-size: 0.69rem;
}
.global-nav .global-nav-list li a {
  color: #fff;
}
.global-nav .global-nav__entry {
  background: url(../img/top/main/btn--entry.svg) left top no-repeat;
  background-size: 400px auto;
  width: 300px;
  height: 208px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  transition-duration: 0.4s;
}
.global-nav .global-nav__corp {
  width: 320px;
  display: block;
  margin-bottom: 25px;
}
.global-nav .global-nav-privacy {
  max-width: 690px;
  border-top: 2px solid #fff;
  padding-top: 20px;
}
.global-nav .global-nav-privacy a {
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .global-nav .global-nav-content {
    width: 1098px;
    margin: 0 auto;
  }
  .global-nav .global-nav__entry {
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  .global-nav .global-nav__entry:hover {
    background: url(../img/top/main/btn--entry-hover.svg) left top no-repeat;
  }
}
@media screen and (max-width: 699px) {
  .global-nav {
    padding: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .global-nav .global-nav__logo {
    background: url(../img/common/header/log--sitename-sp.webp) left top no-repeat;
    background-size: 100% auto;
    width: 167px;
    height: 41px;
  }
  .global-nav .global-nav-header {
    margin-bottom: 65px;
  }
  .global-nav .global-nav-content {
    padding: 0 18px;
  }
  .global-nav .global-nav-list {
    width: auto;
    margin-bottom: 60px;
    list-style: none;
    display: block;
  }
  .global-nav .global-nav-list li {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .global-nav .global-nav__entry {
    background: url(../img/common/menu/btn--entry-sp.svg) left top no-repeat;
    background-size: 100% auto;
    width: 260px;
    height: 140px;
    display: block;
    margin: 0 auto 66px;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: url(../img/common/item/sidebar/bgi--dt.svg) left top no-repeat;
  height: 68px;
  padding-left: 24px;
  padding-right: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #1F2937;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #019863;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

.side-nav-news {
  list-style: none;
}
.side-nav-news li {
  margin-bottom: 20px;
  font-size: 1rem;
}

.side-nav-category {
  list-style: none;
}
.side-nav-category li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
  line-height: 1.3;
}
.side-nav-category li a {
  font-size: 1rem;
}

.side-nav-archive {
  font-size: 1rem;
}
.side-nav-archive ul {
  list-style: none;
  display: flex;
  gap: 8px;
}
.side-nav-archive ul a {
  text-decoration: underline;
}

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

/* 見出し */
.title-lv1-en, .recinfo-section .recinfo-section__en, .faq-section .faq-section__en {
  text-align: center;
  font-size: 0.93rem;
  color: #019863;
}

.title-lv1-ja, .recinfo-section .recinfo-section__title, .faq-section .faq-section__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.75rem;
  color: #003B00;
}

.title-lv2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #019863;
}

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

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

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

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  border: 1px solid #D9D9D9;
}
.table-ptn--01 th {
  background: #F5F5F6;
  border: 1px solid #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 20px;
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .table-ptn--01 tr:first-child th {
    border-top: 1px solid #D9D9D9;
  }
  .table-ptn--01 tr:first-child th:nth-child(1) {
    border-left: 1px solid #D9D9D9;
  }
  .table-ptn--01 tr:first-child th:nth-child(4) {
    border-right: 1px solid #D9D9D9;
  }
  .table-ptn--01 tr:first-child th:nth-child(4) {
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
}

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

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

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail {
  background: #019863;
  width: fit-content;
  box-sizing: border-box;
  display: block;
  padding: 16px 80px 16px 24px;
  border-radius: 4px;
  border: 1px solid #019863;
  position: relative;
  transition-duration: 0.4s;
  text-align: center;
  letter-spacing: 1.4px;
  color: #fff;
}
.btn-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transform-origin: left top;
  transition-duration: 0.4s;
  width: 5px;
  height: 10px;
  background: #fff;
  border-right: 0 solid transparent;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.btn-detail:hover {
  background: #fff;
}
.btn-detail:hover::before {
  background: #019863;
  transform: rotate(-45deg);
}
.btn-detail.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-detail.right {
  margin-left: auto;
  margin-right: 0;
}

.btn-scroll {
  background: #019863;
  width: fit-content;
  box-sizing: border-box;
  display: block;
  padding: 16px 45px 16px 24px;
  border-radius: 4px;
  border: 1px solid #019863;
  position: relative;
  transition-duration: 0.4s;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.4px;
  color: #fff;
}
.btn-scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition-duration: 0.4s;
  width: 10px;
  height: 5px;
  background: #fff;
  border-right: 0 solid transparent;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.btn-scroll:hover {
  background: #fff;
}
.btn-scroll:hover::before {
  background: #019863;
  transform: translateY(3px);
}
.btn-scroll.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-scroll.right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 699px) {
  .btn-scroll {
    box-sizing: border-box;
    padding: 10px 35px 10px 14px;
    letter-spacing: 0;
  }
  .btn-scroll::before {
    right: 10px;
  }
}

.works-nav-prev a {
  background: url(../img/common/mark/ico--prev.svg) left 16px center no-repeat;
  border: 2px solid #019863;
  padding: 8px 16px 8px 32px;
  min-height: 62px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 0.81rem;
}
@media screen and (min-width: 699px) {
  .works-nav-prev a {
    width: 250px;
  }
}
@media screen and (max-width: 699px) {
  .works-nav-prev a {
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
  }
}

.works-nav-next a {
  background: url(../img/common/mark/ico--next.svg) right 16px center no-repeat;
  border: 2px solid #019863;
  padding: 8px 32px 8px 16px;
  min-height: 62px;
  display: block;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 0.81rem;
}
@media screen and (min-width: 699px) {
  .works-nav-next a {
    width: 250px;
  }
}
@media screen and (max-width: 699px) {
  .works-nav-next a {
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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記事の設定
*/
/* ブログ・お知らせの設定 */
.category {
  background: #000;
  padding: 5px;
  border-radius: 2px;
  font-size: 0.88rem;
  color: #fff;
}

.date {
  font-size: 1.25rem;
}

.news-list {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
}
.news-list .news-list__title {
  font-size: 1rem;
}
.news-list .news-list__title a {
  text-decoration: underline;
}
.news-list .news-list-content {
  font-size: 1rem;
}
@media screen and (min-width: 699px) {
  .news-list {
    display: flex;
  }
  .news-list .news-list-head {
    width: 80px;
  }
  .news-list .news-list-body {
    width: 795px;
  }
}

.news {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
}
.news .news-list__title {
  margin-bottom: 10px;
  font-size: 2rem;
}
.news .news-list__title a {
  text-decoration: underline;
}
.news .news-list-content {
  font-size: 1rem;
}
.article-nav {
  position: relative;
  list-style: none;
  margin-bottom: 80px;
}
.article-nav li {
  width: 30%;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav li:nth-child(3) {
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .article-nav {
    padding-top: 1px;
  }
  .article-nav li:nth-child(3) {
    margin-top: 80px;
    width: 100%;
  }
  .article-nav li:nth-child(3) .btn-detail {
    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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 125%;
  color: #019863;
}
.pagination a {
  border: 1px solid #019863;
}
.pagination a:hover {
  background-color: #019863;
  border: 1px solid #019863;
  color: #fff;
}
.pagination .current {
  background-color: #019863;
  border: 1px solid #019863;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: #F3F7F3;
  padding: 50px 0;
  margin-top: 188px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.catch .catch__ja {
  width: fit-content;
  margin: 0 auto;
  border-top: 6px solid #019863;
  border-bottom: 6px solid #019863;
  padding: 20px 0;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.25rem;
}
.catch .catch__ja::after {
  content: "SUGAATSU RECRUIT";
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  letter-spacing: 0;
  font-size: 0.69rem;
  color: #019863;
}
.catch .catch__en {
  line-height: 0.8;
  display: block;
  position: absolute;
  top: -0.66em;
  left: 0;
  font-size: 4rem;
  color: #F3F7F3;
}
.catch .catch-work {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.catch .catch-work .catch-work__en {
  line-height: 1;
  text-align: left;
  font-size: 5.44rem;
  color: #003B00;
}
.catch .catch-work .catch-work__en span {
  display: block;
  line-height: 1.36;
  font-size: 0.69rem;
  color: #019863;
}
.catch .catch-work .catch-work__ja {
  background: url(../img/common/item/heading/bgi--catch-works.svg) left bottom no-repeat;
  padding-left: 30px;
  font-size: 2.25rem;
  color: #003B00;
}
@media screen and (min-width: 699px) {
  .catch {
    width: 1100px;
  }
}
@media screen and (max-width: 699px) {
  .catch {
    padding: 4.3vw;
    margin-top: 186px;
    margin: 126px 12px 0;
    border-radius: 8px;
  }
  .catch .catch__ja {
    width: fit-content;
    margin: 10px auto 20px;
    padding: 20px 0;
    font-size: 1.75rem;
  }
  .catch .catch__ja::after {
    content: "SUGAATSU RECRUIT";
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    letter-spacing: 0;
    font-size: 0.69rem;
    color: #019863;
  }
  .catch .catch__en {
    background: url(../img/common/mark/bgi--page-title-en-01.svg) left top no-repeat, url(../img/common/mark/bgi--page-title-en-01.svg) right bottom no-repeat;
    font-size: 2rem;
    top: -0.64em;
  }
  .catch .catch-work {
    position: relative;
    justify-content: flex-start;
  }
  .catch .catch-work .catch-work__en {
    padding-top: 60px;
    font-size: 8.5vw;
  }
  .catch .catch-work .catch-work__en span {
    display: block;
    position: 1px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 3vw;
  }
  .catch .catch-work .catch-work__ja {
    background: url(../img/common/item/heading/bgi--catch-works.svg) left bottom no-repeat;
    padding-left: 8vw;
    padding-top: 20px;
    line-height: 1;
    font-size: 7vw;
    color: #003B00;
  }
}

.topic-path {
  max-width: 1100px;
  margin: 0 auto 90px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.topic-path li {
  font-size: 0.81rem;
}
.topic-path li:not(.topic-path li:last-child)::after {
  content: " > ";
}
@media screen and (max-width: 699px) {
  .topic-path {
    padding: 20px;
    margin-bottom: 60px;
  }
}

.works-list__dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.93rem;
}
.works-list__dl dt {
  width: 77px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  box-sizing: border-box;
  letter-spacing: 5px;
}
.works-list__dl dd {
  width: calc(100% - 85px);
  padding-top: 5px;
  padding-bottom: 5px;
}
.works-list__dl.works-list__dl01 dt {
  background: #E3EDE3 url(../img/common/item/works/ico--01.svg) 10px center no-repeat;
}
.works-list__dl.works-list__dl02 dt {
  background: #E3EDE3 url(../img/common/item/works/ico--02.svg) 9px center no-repeat;
}

/* 施工事例 */
.works-list {
  margin-bottom: 60px;
  list-style: none;
}
.works-list li .works-list__pic {
  display: block;
  margin-bottom: 10px;
}
.works-list li .works-list__pic img {
  aspect-ratio: 9/5;
  object-fit: cover;
}
.works-list li .works-list__title {
  display: block;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (min-width: 699px) {
  .works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 55px;
  }
  .works-list li {
    width: 360px;
  }
}
@media screen and (max-width: 699px) {
  .works-list li {
    margin-bottom: 60px;
  }
}

/*
	サイト全体のアイテムの設定
*/
.contact-form {
  margin-bottom: 120px;
}

.thanks-lede {
  padding-top: 200px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 3rem;
}

.thanks-text {
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}

.thanks-btn {
  margin: 0 auto 120px;
}

.entry-intro .entry-intro__title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.07;
  font-size: 1.75rem;
  color: #003B00;
}
.entry-intro .entry-intro__text {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.77;
  font-size: 1.06rem;
  color: #019863;
}
@media screen and (max-width: 699px) {
  .entry-intro .entry-intro__text {
    text-align: left;
  }
}

.entry-tel {
  background: #F2C200 url(../img/entry/pic--tel.webp) right bottom no-repeat;
  background-size: 149px auto;
  padding: 40px 0 40px 55px;
  max-width: 900px;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.entry-tel dt {
  background: url(../img/entry/bgi--dt.svg) left bottom no-repeat;
  border-bottom: 1px solid #003B00;
  padding-bottom: 25px;
  margin-bottom: 15px;
  width: 580px;
  font-size: 1.75rem;
}
.entry-tel dd {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.43rem;
}
.entry-tel dd a {
  display: inline-block;
  margin-right: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .entry-tel {
    background: #F2C200 url(../img/entry/pic--tel.webp) right bottom no-repeat;
    background-size: 80px auto;
    padding: 20px 20px 60px 20px;
  }
  .entry-tel dt {
    width: auto;
    padding-bottom: 15px;
    font-size: 1.25rem;
  }
  .entry-tel dd {
    display: block;
    font-size: 1.13rem;
  }
  .entry-tel dd a {
    display: block;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.entry-form {
  background: #fff;
  padding: 50px;
  margin-bottom: 220px;
  border-radius: 8px;
  border: 1px solid #BFD6BF;
}

.faq-intro {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .faq-intro {
    text-align: left;
  }
}

.faq-tel {
  background: #F2C200 url(../img/faq/pic--tel.webp) right bottom no-repeat;
  background-size: 129px auto;
  padding: 40px 0 110px 55px;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.faq-tel dt {
  background: url(../img/entry/bgi--dt.svg) left bottom -1px no-repeat;
  border-bottom: 1px solid #003B00;
  padding-bottom: 25px;
  margin-bottom: 15px;
  width: fit-content;
  font-size: 1.75rem;
}
.faq-tel dd {
  line-height: 1.5;
  font-size: 1.43rem;
}
.faq-tel dd a {
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .faq-tel {
    background: #F2C200 url(../img/faq/pic--tel.webp) right bottom no-repeat;
    background-size: 90px auto;
    padding: 20px 20px 60px 20px;
    margin: 0 auto 40px;
  }
  .faq-tel dt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: auto;
    font-size: 1.25rem;
  }
  .faq-tel dd {
    font-size: 1.13rem;
  }
  .faq-tel dd a {
    font-size: 2rem;
  }
}

.faq-mail {
  background: #F2C200 url(../img/faq/pic--mail.webp) right 20px bottom no-repeat;
  background-size: 194px auto;
  padding: 40px 0 110px 55px;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.faq-mail dt {
  background: url(../img/entry/bgi--dt.svg) left bottom -1px no-repeat;
  border-bottom: 1px solid #003B00;
  padding-bottom: 25px;
  margin-bottom: 15px;
  width: fit-content;
  font-size: 1.75rem;
}
.faq-mail dd {
  line-height: 1.5;
  font-size: 1.43rem;
}
.faq-mail dd a {
  background: url(../img/faq/ico--contact.svg) right center no-repeat;
  padding-right: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .faq-mail {
    background: #F2C200 url(../img/faq/pic--mail.webp) right 0 bottom no-repeat;
    background-size: 120px auto;
    padding: 20px 20px 60px 20px;
  }
  .faq-mail dt {
    padding-bottom: 15px;
    font-size: 1.25rem;
  }
  .faq-mail dd {
    font-size: 1.13rem;
  }
  .faq-mail dd a {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 699px) {
  .faq-contact-wrap {
    display: flex;
    justify-content: space-between;
  }
  .faq-contact-wrap .faq-tel, .faq-contact-wrap .faq-mail {
    width: 580px;
  }
}

.faq-section {
  margin-bottom: 80px;
}
.faq {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #BFD6BF;
  margin-bottom: 20px;
}
.faq dt {
  background: url(../img/faq/ico--toggle-off.svg) right 20px center no-repeat;
  padding: 20px 50px;
  cursor: pointer;
  color: #009B70;
}
.faq dd {
  padding: 0px 50px 20px;
  display: none;
}
.faq.active dt {
  background: url(../img/faq/ico--toggle-on.svg) right 20px center no-repeat;
}
.faq.active dd {
  display: block;
}
@media screen and (max-width: 699px) {
  .faq dt, .faq dd {
    padding-left: 20px;
  }
}

.welfare-intro {
  text-align: center;
  margin-bottom: 30px;
}

.welfare-section {
  background: #fff;
  padding: 70px 55px;
  margin-bottom: 50px;
}
.welfare-section .welfare-section__title {
  margin-bottom: 70px;
  font-size: 2rem;
  color: #019863;
}
.welfare-section .welfare-section__title .label {
  border: 1px solid #019863;
  padding: 12px;
  margin-right: 16px;
  border-radius: 8px;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #019863;
}
@media screen and (min-width: 699px) {
  .welfare-section .welfare-section-content {
    display: flex;
    justify-content: center;
    gap: 80px;
  }
  .welfare-section .welfare-item {
    width: 336px;
  }
}

.welfare-item {
  color: #000;
}
.welfare-item .welfare-item__pic {
  display: block;
  width: 228px;
  margin: 0 auto 20px;
}
.welfare-item .welfare-item__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.75rem;
}

.recinfo-flow {
  background-color: #F2C200;
  background-position: right top;
  background-size: 190px auto;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 60px 40px 40px 40px;
  position: relative;
  color: #003B00;
}
.recinfo-flow .recinfo-flow__no {
  position: absolute;
  left: 0;
  top: -30px;
  line-height: 1;
  font-size: 5.4rem;
}
.recinfo-flow .recinfo-flow__title {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.recinfo-flow.recinfo-flow--01 {
  background-image: url(../img/recinfo/flow/pic--01.webp);
}
.recinfo-flow.recinfo-flow--02 {
  background-image: url(../img/recinfo/flow/pic--02.webp);
}
.recinfo-flow.recinfo-flow--03 {
  background-image: url(../img/recinfo/flow/pic--03.webp);
}
@media screen and (max-width: 699px) {
  .recinfo-flow {
    background-size: 130px auto;
    padding: 40px 20px 20px 20px;
  }
  .recinfo-flow .recinfo-flow__no {
    top: -10px;
    font-size: 3rem;
  }
}

.recinfo-flow-content {
  margin-bottom: 120px;
}
@media screen and (min-width: 699px) {
  .recinfo-flow-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
  }
}
@media screen and (max-width: 699px) {
  .recinfo-flow-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
    margin-bottom: 60px;
  }
}

.recinfo-intro-text {
  margin-bottom: 40px;
  text-align: center;
}

.recinfo-sub {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  border: 1px solid #BFD6BF;
}
.recinfo-sub .recinfo-sub__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .recinfo-sub {
    padding: 20px;
    margin-bottom: 40px;
  }
  .recinfo-sub .recinfo-sub__title {
    margin-bottom: 15px;
    font-size: 1.38rem;
  }
}

.recinfo-intro-layout {
  margin-bottom: 80px;
}
@media screen and (min-width: 699px) {
  .recinfo-intro-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px;
  }
}

.recinfo-table {
  width: 100%;
  margin-bottom: 120px;
}
.recinfo-table th, .recinfo-table td {
  border-bottom: 1px solid #BFD6BF;
  padding: 34px 0;
}
.recinfo-table th {
  font-size: 1.5rem;
  color: #019863;
}
@media screen and (max-width: 699px) {
  .recinfo-table th, .recinfo-table td {
    display: block;
  }
  .recinfo-table th {
    padding-bottom: 10px;
    border-bottom: none;
    font-size: 1rem;
  }
  .recinfo-table td {
    padding-top: 0;
  }
}

.recinfo-list {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.recinfo-list .recinfo-list__title {
  margin-bottom: 13px;
}
.recinfo-list .recinfo-list__title a {
  display: block;
  line-height: 1.66;
  font-size: 1.13rem;
}
.recinfo-list .recinfo-list__category {
  margin-bottom: 30px;
}
.recinfo-list .recinfo-list__category span {
  display: inline-block;
  border: 2px solid #019863;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 0.88rem;
  color: #003B00;
}
.recinfo-list .recinfo-list__list {
  margin-bottom: 30px;
  list-style: none;
}
.recinfo-list .recinfo-list__list li {
  background: url(../img/common/mark/ico--square.svg) left center no-repeat;
  padding-left: 17px;
  margin-bottom: 10px;
}
.recinfo-list .recinfo-list__link {
  text-align: right;
}
.recinfo-list .recinfo-list__link a {
  background: url(../img/recinfo/ico--link.svg) right center no-repeat;
  padding-right: 30px;
}

.recinfo-list-wrap {
  margin-bottom: 120px;
}
@media screen and (min-width: 699px) {
  .recinfo-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
  }
}
@media screen and (max-width: 699px) {
  .recinfo-list-wrap .recinfo-list {
    margin-bottom: 40px;
  }
}

/* 仕事紹介 */
.work-bg {
  position: relative;
}
.work-bg::before {
  content: " ";
  background: url(../img/works/pic--work-bg.svg) left top no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.work-intro {
  margin-bottom: 140px;
}
.work-intro .work-intro__title {
  margin-bottom: 64px;
}
@media screen and (min-width: 699px) {
  .work-intro {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 70px;
  }
  .work-intro > div {
    width: 528px;
  }
  .work-intro > img {
    width: 510px;
  }
}
@media screen and (max-width: 699px) {
  .work-intro .work-intro__title {
    margin-bottom: 40px;
  }
  .work-intro > div {
    margin-bottom: 40px;
  }
}

.work-nav {
  background: url(../img/works/nav/pic--title.svg) calc(50% + 600px) top no-repeat, url(../img/works/nav/bgi--01.webp) calc(50% + 260px) 42px no-repeat;
  background-size: auto auto, 514px auto;
  margin-bottom: 300px;
}
.work-nav .work-nav__title {
  background: url(../img/works/nav/bgi--title.svg) left bottom no-repeat;
  padding-bottom: 30px;
  transform: rotate(90deg);
  line-height: 0.8;
  font-size: 5.56rem;
  color: #019863;
}
.work-nav ul {
  list-style: none;
}
.work-nav ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 383/295;
  position: relative;
  color: #fff;
}
.work-nav ul li a .work-nav__en {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
}
.work-nav ul li a .work-nav__ja {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 2.25rem;
  display: block;
  position: absolute;
  top: 133px;
  left: 0;
}
.work-nav ul li a::before {
  content: " ";
  background: url(../img/works/nav/ico--view.svg) center top no-repeat;
  width: 100%;
  height: 55px;
  display: block;
  position: absolute;
  top: 187px;
  left: 0;
}
.work-nav ul li:nth-child(1) {
  background: url("../img/works/nav/pic--01.webp") left top no-repeat;
  background-size: cover;
}
.work-nav ul li:nth-child(2) {
  background: url("../img/works/nav/pic--02.webp") left top no-repeat;
  background-size: cover;
}
.work-nav ul li:nth-child(3) {
  background: url("../img/works/nav/pic--03.webp") left top no-repeat;
  background-size: cover;
}
.work-nav ul li:nth-child(4) {
  background: url("../img/works/nav/pic--04.webp") left top no-repeat;
  background-size: cover;
}
.work-nav ul li:nth-child(5) {
  background: url("../img/works/nav/pic--05.webp") left top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .work-nav {
    position: relative;
  }
  .work-nav .work-nav__title {
    transform-origin: 0 0;
    transform: translateX(100%) rotate(90deg);
    position: absolute;
    top: 0;
    right: -80px;
    z-index: 0;
  }
  .work-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px;
    z-index: 1;
    position: relative;
  }
  .work-nav ul li {
    width: 383px;
  }
  .work-nav ul li:nth-child(3) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 699px) {
  .work-nav {
    margin-bottom: 120px;
  }
  .work-nav ul li {
    width: 80%;
    margin: 0 auto 40px;
  }
  .work-nav ul li a .work-nav__en {
    font-size: 0.75rem;
  }
  .work-nav ul li a .work-nav__ja {
    width: 100%;
    line-height: 1;
    font-size: 8vw;
    top: 20vw;
  }
  .work-nav ul li a::before {
    content: " ";
    background: url(../img/works/nav/ico--view.svg) center top no-repeat;
    width: 100%;
    height: 55px;
    display: block;
    position: absolute;
    top: 35vw;
    left: 0;
  }
}

.work-section .layout-container, .work-section .top-work-nav ul, .top-work-nav .work-section ul, .work-section .top-work-01 .top-work-01-layout, .top-work-01 .work-section .top-work-01-layout, .work-section .work-nav ul, .work-nav .work-section ul {
  padding: 0 54px 92px;
  position: relative;
  border-bottom: 1px solid #003B00;
  margin-bottom: 140px;
  box-sizing: border-box;
}
.work-section .work-section__en {
  transform-origin: top left;
  transform: translateX(0%) rotate(90deg);
  position: absolute;
  top: 0;
  left: 1.2em;
  color: #019863;
}
.work-section .work-section__title {
  margin-bottom: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 2rem;
}
.work-section .work-section__title span {
  font-size: 3.5rem;
}
.work-section .work-section__text {
  margin-bottom: 100px;
}
@media screen and (max-width: 699px) {
  .work-section .layout-container, .work-section .top-work-nav ul, .top-work-nav .work-section ul, .work-section .top-work-01 .top-work-01-layout, .top-work-01 .work-section .top-work-01-layout, .work-section .work-nav ul, .work-nav .work-section ul {
    padding: 0 20px 60px 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .work-section .work-section__en {
    top: 0;
    left: 1.5em;
    font-size: 1rem;
  }
  .work-section .work-section__title {
    margin-left: 10px;
    margin-bottom: 28px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.13rem;
  }
  .work-section .work-section__title span {
    font-size: 1.63rem;
  }
  .work-section .work-section__text {
    margin-left: 10px;
    margin-bottom: 60px;
  }
}

.work-sub-title {
  background: url(../img/works/ico--title.svg) left center no-repeat;
  padding-left: 24px;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #000;
}
@media screen and (max-width: 699px) {
  .work-sub-title {
    font-size: 1.5rem;
  }
}

.work-task {
  margin-bottom: 100px;
}
.work-task .work-sub-title {
  margin-bottom: 72px;
}
@media screen and (max-width: 699px) {
  .work-task {
    margin-bottom: 60px;
  }
  .work-task .work-sub-title {
    margin-bottom: 60px;
  }
}

.work-task-sub {
  margin-bottom: 72px;
}
.work-task-sub .work-task-sub__title {
  margin-bottom: 35px;
  font-size: 1.75rem;
  color: #019863;
}
.work-task-sub .work-task-sub-pic {
  position: relative;
}
.work-task-sub .work-task-sub-pic .work-task-sub__no {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  line-height: 1;
  font-size: 4rem;
  color: #019863;
}
@media screen and (min-width: 699px) {
  .work-task-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 86px;
  }
  .work-task-sub .work-task-sub-content {
    width: 530px;
  }
  .work-task-sub .work-task-sub-pic {
    width: 482px;
  }
}
@media screen and (max-width: 699px) {
  .work-task-sub .work-task-sub-pic {
    margin-bottom: 15px;
  }
  .work-task-sub .work-task-sub-pic img {
    aspect-ratio: 351/328;
    object-fit: cover;
  }
  .work-task-sub .work-task-sub__title {
    margin-bottom: 15px;
  }
}

.work-skill {
  margin-bottom: 100px;
}
@media screen and (max-width: 699px) {
  .work-skill {
    margin-bottom: 60px;
  }
}

.work-skill-list {
  padding-left: 24px;
}
@media screen and (min-width: 699px) {
  .work-skill-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .work-skill-list li {
    padding-right: 20px;
    border-right: 1px solid #BFD6BF;
    font-size: 1.13rem;
  }
}

.work-case-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}
@media screen and (max-width: 699px) {
  .work-case-list {
    display: block;
  }
  .work-case-list li {
    margin-bottom: 30px;
  }
}

.feature-intro .feature-intro__title {
  text-align: center;
  margin-bottom: 65px;
}
.feature-intro p {
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .feature-intro p {
    text-align: left;
    margin-bottom: 80px;
  }
}

.feature-section {
  background: #019863;
  margin-bottom: 30px;
  color: #fff;
}
.feature-section .feature-section-content {
  padding: 54px;
  box-sizing: border-box;
}
.feature-section .feature-section__no {
  margin-bottom: 15px;
  line-height: 0.7;
  display: block;
  font-size: 4rem;
}
.feature-section .feature-section__title {
  background: url(../img/feature/bgi--title.svg) left bottom no-repeat;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  line-height: 1.5;
  font-size: 1.75rem;
}
@media screen and (min-width: 699px) {
  .feature-section {
    display: flex;
  }
  .feature-section .feature-section__title {
    margin-right: -30px;
  }
  .feature-section .feature-section-content {
    width: calc(100% - 565px);
  }
  .feature-section .feature-section__pic {
    width: 565px;
  }
  .feature-section .feature-section__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 699px) {
  .feature-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-section .feature-section-content {
    padding: 40px 20px;
  }
  .feature-section .feature-section__title {
    font-size: 1.38rem;
  }
}

.feature-section-wrap {
  margin-bottom: 120px;
}
@media screen and (min-width: 699px) {
  .feature-section-wrap .feature-section:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.feature-wlb .feature-wlb__text {
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .feature-wlb .feature-wlb__text {
    text-align: left;
  }
}

.feature-wlb-data-wrap {
  background: #fff;
  padding: 50px 70px;
  margin-bottom: 120px;
}
@media screen and (min-width: 699px) {
  .feature-wlb-data-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 72px;
  }
  .feature-wlb-data-wrap .feature-wlb-data {
    border-right: 1px solid #000;
    padding-right: 72px;
  }
  .feature-wlb-data-wrap .feature-wlb-data:last-child {
    border: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .feature-wlb-data-wrap {
    padding: 50px 20px;
  }
  .feature-wlb-data-wrap .feature-wlb-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .feature-wlb-data-wrap .feature-wlb-data:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.feature-wlb-data dt {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1;
  font-size: 1.75rem;
  color: #003B00;
}
.feature-wlb-data dt img {
  display: block;
  margin: 0 auto 16px;
}
.feature-wlb-data dd {
  text-align: center;
}
.feature-wlb-data dd strong {
  line-height: 0.7;
  font-size: 3.5rem;
  color: #019863;
}
.feature-wlb-data.feature-wlb-data--01 dd {
  padding-left: 80px;
}
.feature-wlb-data.feature-wlb-data--01 dd span {
  font-size: 0.88rem;
}
.feature-wlb-data.feature-wlb-data--01 dd p {
  padding-right: 20px;
  text-align: right;
  font-size: 0.63rem;
}
.feature-wlb-data.feature-wlb-data--03 dd {
  padding-left: 3em;
}

.feature-outro {
  margin-bottom: 140px;
  position: relative;
}
.feature-outro .feature-outro__en {
  position: absolute;
  top: -44px;
  left: -44px;
}
.feature-outro .feature-outro-pic img {
  margin-bottom: 32px;
  aspect-ratio: 1206/389;
  object-fit: cover;
}
.feature-outro p {
  padding-left: 54px;
}
@media screen and (max-width: 699px) {
  .feature-outro .feature-outro__en {
    top: -24px;
    left: 0px;
  }
  .feature-outro .feature-outro-pic img {
    aspect-ratio: 600/389;
  }
  .feature-outro p {
    padding: 0;
  }
}

.expert-nav {
  margin: 0 auto 140px;
}
.expert-nav ul {
  list-style: none;
  justify-content: space-between;
  display: flex;
}
.expert-nav ul li img {
  display: block;
  margin: 0 auto 25px;
}
.expert-nav ul li strong {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .expert-nav {
    width: 1000px;
  }
  .expert-nav li {
    width: 242px;
  }
}
@media screen and (max-width: 699px) {
  .expert-nav ul {
    display: block;
  }
  .expert-nav ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .expert-nav ul li img {
    width: 116px;
    margin: 0;
  }
}

.expert-section__data {
  display: flex;
}
.expert-section__data dt {
  margin-right: 20px;
  font-size: 1.5rem;
  color: #019863;
}
@media screen and (max-width: 699px) {
  .expert-section__data {
    display: block;
  }
  .expert-section__data dt {
    margin: 0 0 20px;
  }
}

.expert-section__tag {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.expert-section__tag li {
  background: #fff;
  border: 2px solid #019863;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
}

.expert-section {
  margin: 0 auto 140px;
}
@media screen and (min-width: 699px) {
  .expert-section {
    width: 1100px;
  }
}

.expert-section-head .expert-section__title {
  background: #019863;
  padding: 24px 32px;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
  line-height: 1.5;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .expert-section-head {
    margin: 0 -53px 40px;
    display: flex;
    justify-content: space-between;
  }
  .expert-section-head .expert-section-head__pic {
    width: 240px;
  }
  .expert-section-head > div {
    width: 924px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-head {
    margin-bottom: 40px;
  }
  .expert-section-head .expert-section-head__pic {
    width: 240px;
    display: block;
    margin: 0 auto 40px;
  }
  .expert-section-head .expert-section__title {
    padding: 10px 20px;
    font-size: 1.38rem;
  }
}

.expert-section-sub {
  margin-bottom: 80px;
  color: #000;
}
.expert-section-sub .expert-section-sub__title {
  margin-bottom: 28px;
  position: relative;
  font-size: 1.75rem;
  color: #019863;
}
.expert-section-sub .expert-section-sub__title::before {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.expert-section-sub .expert-section-sub__title span {
  background: #F3F7F3;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .expert-section-sub .expert-section-sub__title {
    font-size: 1.38rem;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-01 {
    background: url(../img/expert/pic--ill-01.webp) right 114px top 90px no-repeat;
    background-size: 327px auto;
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
  .expert-section-ill-01 p {
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-01 {
    background: url(../img/expert/pic--ill-01.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-02 {
    background: url(../img/expert/pic--ill-02.webp) right 57px top 90px no-repeat;
    background-size: 383px auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .expert-section-ill-02 p {
    padding-top: 56px;
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-02 {
    background: url(../img/expert/pic--ill-02.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-03 {
    background: url(../img/expert/pic--ill-03.webp) right 83px top 50px no-repeat;
    background-size: 357px auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .expert-section-ill-03 p {
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-03 {
    background: url(../img/expert/pic--ill-03.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-04 {
    background: url(../img/expert/pic--ill-04.webp) right 123px top 50px no-repeat;
    background-size: 317px auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .expert-section-ill-04 p {
    padding-top: 56px;
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-04 {
    background: url(../img/expert/pic--ill-04.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-05 {
    background: url(../img/expert/pic--ill-05.webp) right 0px top 50px no-repeat;
    background-size: 440px auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .expert-section-ill-05 p {
    padding-top: 56px;
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-05 {
    background: url(../img/expert/pic--ill-05.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

@media screen and (min-width: 699px) {
  .expert-section-ill-06 {
    background: url(../img/expert/pic--ill-06.webp) right 96px top 50px no-repeat;
    background-size: 344px auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .expert-section-ill-06 p {
    padding-top: 46px;
    padding-right: 500px;
  }
}
@media screen and (max-width: 699px) {
  .expert-section-ill-06 {
    background: url(../img/expert/pic--ill-06.webp) center bottom no-repeat;
    background-size: 70% auto;
    padding-bottom: 65vw;
  }
}

.expert-section-outro {
  background: #fff;
  padding: 30px 50px;
  border: 1px solid #BFD6BF;
  border-radius: 8px 8px 0 0;
}
.expert-section-outro .expert-section-outro__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .expert-section-outro {
    padding: 20px;
  }
}

/* トップ */
.top-main {
  position: relative;
}
.top-main .top-main__lede {
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-main .top-main__btn {
  background: url(../img/top/main/btn--entry.svg) left top no-repeat;
  background-size: cover;
  width: 280px;
  height: auto;
  aspect-ratio: 280/207;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden;
  transition-duration: 0.4s;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
.top-main .top-main__btn:hover {
  background: url(../img/top/main/btn--entry-hover.svg) left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 699px) {
  .top-main {
    height: auto;
    aspect-ratio: 375/667;
  }
  .top-main .top-main__lede {
    position: absolute;
    left: 10px;
    bottom: 130px;
  }
  .top-main .top-main__btn {
    width: 160px;
  }
}

.top-intro {
  background: url(../img/top/intro/pic--01.webp) calc(50% - 300px) 12px no-repeat;
  background-size: 793px auto;
  position: relative;
}
.top-intro::before {
  content: " ";
  background: url(../img/top/intro/bgi--01.svg) left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition-duration: 1.4s;
}
.top-intro.active::before {
  height: 100%;
}
.top-intro .layout-container, .top-intro .top-work-nav ul, .top-work-nav .top-intro ul, .top-intro .top-work-01 .top-work-01-layout, .top-work-01 .top-intro .top-work-01-layout, .top-intro .work-nav ul, .work-nav .top-intro ul {
  padding-top: 552px;
  position: relative;
}
.top-intro .top-intro__lede {
  position: absolute;
  right: 0;
  top: 100px;
}
.top-intro .top-intro__text {
  margin-bottom: 64px;
}
.top-intro .top-intro__text strong {
  background: #F2C200;
}
@media screen and (max-width: 699px) {
  .top-intro {
    background: url(../img/top/intro/pic--01.webp) 30px 52px no-repeat;
    background-size: 350px auto;
    position: relative;
  }
  .top-intro .layout-container, .top-intro .top-work-nav ul, .top-work-nav .top-intro ul, .top-intro .top-work-01 .top-work-01-layout, .top-work-01 .top-intro .top-work-01-layout, .top-intro .work-nav ul, .work-nav .top-intro ul {
    padding-top: 300px;
    position: relative;
  }
  .top-intro .top-intro__lede {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
  }
}

.top-intro-slide img {
  height: 411px;
  margin-right: 8px;
}
@media screen and (max-width: 699px) {
  .top-intro-slide img {
    height: 250px;
  }
}

.top-work-bg {
  position: relative;
  padding-top: 80px;
}
.top-work-bg::before {
  content: " ";
  background: url(../img/top/work/bgi--01.svg) left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition-duration: 1.4s;
}
.top-work-bg.active::before {
  height: 100%;
}

.top-work .top-work__title {
  padding-left: 140px;
  padding-top: 73px;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .top-work .top-work__title {
    padding-left: 90px;
    padding-top: 33px;
    line-height: 1.5;
  }
}

.top-work-01 {
  background: url(../img/top/work/01/pic--01.webp) right 120px no-repeat;
  background-size: 608px auto;
}
.top-work-01 .top-work__title {
  background: url(../img/top/work/01/bgi--title.svg) left top no-repeat;
  margin-bottom: 65px;
}
.top-work-01 .top-work-01__lede {
  margin-bottom: 120px;
}
.top-work-01 .top-work-01__text {
  margin-bottom: 120px;
}
.top-work-01 .top-work-01-layout {
  box-sizing: border-box;
  padding-left: 54px;
}
@media screen and (max-width: 699px) {
  .top-work-01 {
    background: url(../img/top/work/01/pic--01.webp) right 20px top 20vw no-repeat;
    background-size: 90% auto;
  }
  .top-work-01 .top-work__title {
    background: url(../img/top/work/01/bgi--title.svg) left top no-repeat;
    background-size: auto 70px;
    margin-bottom: 60vw;
  }
  .top-work-01 .top-work-01__lede {
    height: 80px;
    margin-bottom: 40px;
  }
  .top-work-01 .top-work-01__text {
    margin-bottom: 60px;
  }
}

.top-work-nav {
  background: url(../img/works/nav/pic--title.svg) calc(50% + 600px) top no-repeat, url(../img/works/nav/bgi--01.webp) calc(50% + 260px) 42px no-repeat;
  background-size: auto auto, 514px auto;
  margin-bottom: 180px;
}
.top-work-nav .work-nav__title {
  background: url(../img/works/nav/bgi--title.svg) left bottom no-repeat;
  padding-bottom: 30px;
  transform: rotate(90deg);
  line-height: 0.8;
  font-size: 5.56rem;
  color: #019863;
}
.top-work-nav ul {
  list-style: none;
  margin: 0 auto 60px;
}
.top-work-nav ul li {
  display: block;
  width: 100%;
  aspect-ratio: 383/295;
  position: relative;
  color: #fff;
}
.top-work-nav ul li .work-nav__en {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
}
.top-work-nav ul li .work-nav__ja {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 2.25rem;
  display: block;
  position: absolute;
  top: 133px;
  left: 0;
}
.top-work-nav ul li:nth-child(1) {
  background: url("../img/works/nav/pic--06.webp") left top no-repeat;
  background-size: cover;
}
.top-work-nav ul li:nth-child(2) {
  background: url("../img/works/nav/pic--01.webp") left top no-repeat;
  background-size: cover;
}
.top-work-nav ul li:nth-child(3) {
  background: url("../img/works/nav/pic--02.webp") left top no-repeat;
  background-size: cover;
}
.top-work-nav ul li:nth-child(4) {
  background: url("../img/works/nav/pic--03.webp") left top no-repeat;
  background-size: cover;
}
.top-work-nav ul li:nth-child(5) {
  background: url("../img/works/nav/pic--04.webp") left top no-repeat;
  background-size: cover;
}
.top-work-nav ul li:nth-child(6) {
  background: url("../img/works/nav/pic--05.webp") left top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .top-work-nav {
    position: relative;
  }
  .top-work-nav .work-nav__title {
    transform-origin: 0 0;
    transform: translateX(100%) rotate(90deg);
    position: absolute;
    top: 0;
    right: -80px;
    z-index: 0;
  }
  .top-work-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px;
    z-index: 1;
    position: relative;
  }
  .top-work-nav ul li {
    width: 383px;
  }
  .top-work-nav ul li:nth-child(4) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 699px) {
  .top-work-nav {
    margin-bottom: 120px;
  }
  .top-work-nav ul li {
    aspect-ratio: 383/165;
    margin: 0 auto 40px;
  }
  .top-work-nav ul li .work-nav__en {
    font-size: 0.75rem;
  }
  .top-work-nav ul li .work-nav__ja {
    width: 100%;
    line-height: 1;
    font-size: 8vw;
    top: 18vw;
  }
}

.top-work-02 {
  margin-bottom: 200px;
}
.top-work-02 .top-work__title {
  background: url(../img/top/work/02/bgi--title.svg) left top no-repeat;
  width: fit-content;
  padding-left: 160px;
  margin: 0 auto 110px;
}
.top-work-02 .top-work-02-layout {
  padding-top: 115px;
  position: relative;
}
.top-work-02 .top-work-02__en {
  background: url(../img/top/work/02/bgi--en.svg) left top no-repeat;
  padding: 52px 0 0 55px;
  line-height: 1.66;
  font-size: 0.75rem;
  color: #019863;
}
.top-work-02 .top-work-02__pic {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .top-work-02 .top-work-02-layout {
    width: 1098px;
    margin: 0 auto;
  }
  .top-work-02 .top-work-02__lede {
    position: absolute;
    left: -53px;
    top: 0px;
  }
  .top-work-02 .top-work-02__en {
    position: absolute;
    top: 0;
    left: 412px;
  }
  .top-work-02 .top-work-02-bottom {
    padding: 0 80px;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 699px) {
  .top-work-02 {
    margin-bottom: 120px;
  }
  .top-work-02 .top-work__title {
    background: url(../img/top/work/02/bgi--title.svg) left top no-repeat;
    background-size: auto 70px;
    width: fit-content;
    padding-left: 100px;
    margin: 0 auto 50px;
  }
  .top-work-02 .top-work-02-layout {
    padding-top: 0;
  }
  .top-work-02 .top-work-02__lede {
    height: 80px;
    position: absolute;
    left: -10px;
    top: -20px;
  }
  .top-work-02 .top-work-02__en {
    background: url(../img/top/work/02/bgi--en.svg) left top no-repeat;
    padding: 0 0 0 25px;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .top-work-02 .top-work-02__pic {
    aspect-ratio: 4/2.5;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
  }
  .top-work-02 .top-work-02-bottom p {
    margin-bottom: 40px;
  }
}

.top-work-03 {
  background: url(../img/top/work/03/bgi--pc.webp) calc(50% + 40px) 30px no-repeat;
  background-size: 1287px auto;
  margin-bottom: 180px;
}
.top-work-03 .top-work__title {
  background: url(../img/top/work/03/bgi--title.svg) left top no-repeat;
  width: fit-content;
  padding-left: 160px;
  margin: 0 auto 110px;
}
.top-work-03 .top-work-03__lede {
  margin-bottom: 56px;
}
.top-work-03 .top-work-03__text {
  margin-bottom: 56px;
}
@media screen and (min-width: 699px) {
  .top-work-03 .top-work__title {
    margin-right: 80px;
    margin-left: auto;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 699px) {
  .top-work-03 {
    background: none;
  }
  .top-work-03 .top-work__title {
    background: url(../img/top/work/03/bgi--title.svg) left top no-repeat;
    background-size: auto 75px;
    width: fit-content;
    padding-left: 110px;
    margin: 0 auto 30px;
  }
  .top-work-03 .top-work-03__lede {
    background: url(../img/top/work/03/pic--01.webp) left top no-repeat;
    background-size: 100% auto;
    padding-top: 45vw;
    padding-right: 20vw;
    box-sizing: border-box;
    margin-bottom: 26px;
  }
  .top-work-03 .btn-detail {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

/* フォントの設定 */
/* マーカーの設定 */
.u-marker-yellow {
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  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;
}

/* レイアウトの設定 */
@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: flex;
    justify-content: space-between;
  }
}

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

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

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

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