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

.ff-zen-m, .faq-nav a, .development-section .development-section__em, .benefits-support-sub__dl dd, .message-section .message-section__em, .recruit-contact__note, .top-recruit-list__title, .common-job-list__content, .global-nav__list li a, .header-contact__btn.btn--header-insp, .primal-nav__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b, .common-interview-list__lede .interview-title__span, .common-what__lede span, .catch .catch-title__ja span, .common-job-list__title, .title-lv03, .development-license .development-license__title, .development-traning-sub .development-traning-sub__title, .career-case .career-case__title, .career-change .career-change__title, .about-business__title, .recruit-received__title, .recruit-tel__title, .title-lv02, .job-modal-desc__lede, .title-lv01, .tour-merit .tour-merit__title, .faq-container .faq-section .faq-section__title, .development-outro .development-outro-lede, .career-step .career-step__title, .development-section .development-section__title, .benefits-intro .benefits-intro__lede, .message-section .message-section__title, .member-modal__comment, .member-section__lede, .job-intro__lede, .about-intro__lede, .recruit-thanks .recruit-thanks__title, .recruit-contact__title, .section-title__ja, .footer-nav__list a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-zen-bl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ff-en-m, .about-group-info__num, .copy {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.ff-en-b, .tour-inquiry-list .tour-inquiry-list__no, .development-license-sub .development-license-sub__no, .job-modal-detail__num, .recruit-tel__num, .page-title, .common-job-list__num, .btn-corp, .btn-read, .section-title__en, .footer-contact__item.footer-entry .bgc--white span, .header-contact__btn.btn--header-contact {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* 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;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 699px) {
  html {
    font-size: 14px;
  }
}

/* body */
body {
  text-align: left;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  color: #3B4043;
  container-type: inline-size;
}
body.no-scroll {
  overflow: hidden;
  container-type: normal;
}

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

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

/* hover時の画像 */
a:hover {
  opacity: 0.7;
}
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 {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

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

.clearfix {
  display: block;
}

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

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

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

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

.layout-container-sm {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 699px) {
  .layout-container-sm {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.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;
}

@media screen and (min-width: 699px) {
  .pc-row, .member-modal__header, .page-header, .footer-nav__wrapper, .footer-nav, .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .member-modal__header .col, .page-header .col, .footer-nav__wrapper .col, .footer-nav .col, .footer-bottom .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    list-style: none;
  }
}

.row, .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .breadcrumb .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header-main {
  height: 116px;
  width: 100%;
  background: #fff;
  position: fixed;
  padding-right: 147px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
@media (max-width: 699px) {
  .header-main {
    padding-left: 10px;
    padding-right: 70px;
    height: 70px;
  }
}

.site-description a {
  width: 270px;
  height: 67px;
  background: url(../img/common/header/log--sitename.svg) left top/contain no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

.header-primal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

.primal-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 22px;
  list-style: none;
}
.primal-nav__title {
  font-size: 0.88rem;
}
@media (max-width: 1100px) {
  .primal-nav {
    display: none;
  }
}

.header-contact {
  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;
  gap: 20px;
}
.header-contact__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 120px;
  height: 50px;
  padding: 0px 34px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact__btn.btn--header-insp {
  color: #719C8B;
  background-color: rgba(113, 156, 139, 0.13);
  font-size: 0.88rem;
}
.header-contact__btn.btn--header-contact {
  color: #fff;
  background-color: #719C8B;
}
@media (max-width: 1100px) {
  .header-contact__btn {
    padding: 0px 20px;
  }
}
@media (max-width: 699px) {
  .header-contact {
    display: none;
  }
}

.header-btn {
  position: fixed;
  background: #3B4043;
  width: 110px;
  height: 116px;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  z-index: 1001;
  right: 0;
  top: 0;
}
.header-btn::after {
  content: "";
  font-size: 1.06rem;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 34px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 42px;
}
.header-btn span:nth-of-type(1) {
  top: 49px;
}
.header-btn span:nth-of-type(2) {
  top: 64px;
}
.header-btn.active::after {
  content: "CLOSE";
}
.header-btn.active span {
  width: 55px;
}
.header-btn.active span:nth-of-type(1) {
  top: 38px;
  left: 28px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.header-btn.active span:nth-of-type(2) {
  top: 50px;
  left: 28px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media (max-width: 699px) {
  .header-btn {
    width: 70px;
    height: 70px;
  }
  .header-btn::after {
    font-size: 0.69rem;
    bottom: 10px;
  }
  .header-btn span {
    left: 20px;
    width: 26px;
    height: 2px;
  }
  .header-btn span:nth-of-type(1) {
    top: 29px;
  }
  .header-btn span:nth-of-type(2) {
    top: 38px;
  }
  .header-btn.active span {
    width: 24px;
  }
  .header-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 25px;
  }
  .header-btn.active span:nth-of-type(2) {
    top: 30px;
    left: 25px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background-color: #3B4043;
  color: #fff;
  padding-bottom: 56px;
}

.footer-contact {
  margin: 0 -133px 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  height: 446px;
}
.footer-contact__lede {
  background-color: #fff;
  color: #3B4043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.footer-contact__lede .section-title__ja {
  line-height: 1.25;
}
.footer-contact__title {
  font-size: 1.75rem;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer-contact .btn-oval {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.footer-contact__sub {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 38px;
  font-size: 1.13rem;
}
.footer-contact__sub a {
  color: #fff;
  text-decoration: underline;
}
.footer-contact__item {
  padding-top: 56px;
  text-align: center;
}
.footer-contact__item.footer-resv {
  background-color: #D6DBD9;
  color: #719C8B;
}
.footer-contact__item.footer-entry {
  background-color: #719C8B;
  color: #fff;
}
.footer-contact__item.footer-entry .bgc--white span {
  letter-spacing: 0.9px;
}
@media (max-width: 1380px) {
  .footer-contact {
    margin: 0 0px 90px;
    margin-inline: calc(50% - 50cqi);
  }
}
@media screen and (max-width: 1100px) {
  .footer-contact {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    margin-inline: calc(50% - 50cqi);
    height: auto;
  }
  .footer-contact__item {
    padding: 45px 0px;
  }
  .footer-contact__title {
    font-size: 1.64rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-contact__sub a {
    font-size: 1.29rem;
  }
  .footer-contact__lede {
    padding: 60px 0 40px;
    display: block;
  }
  .footer-contact__lede .section-title__en {
    text-align: center;
  }
  .footer-contact__lede .section-title__ja {
    text-align: center;
  }
}

.footer-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.footer-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 690px;
}
.footer-nav__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav__list {
  list-style: none;
}
.footer-nav__list li {
  margin-bottom: 5px;
}
.footer-nav__list a {
  color: #fff;
  font-size: 0.88rem;
}
.footer-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  gap: 20px 57px;
}
.footer-nav__sub a {
  color: #fff;
  font-size: 0.88rem;
}
.footer-nav__sub a.ea-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-nav__sub a.ea-link::after {
  content: url(../img/common/icon/ico--link-w.svg);
}
@media screen and (max-width: 699px) {
  .footer-nav {
    width: 100%;
  }
  .footer-nav__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 54px;
  }
  .footer-nav__wrapper {
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
  .footer-nav__list li {
    margin-bottom: 10px;
  }
  .footer-nav__list a {
    font-size: 1rem;
  }
}

.footer-info__link {
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 699px) {
  .footer-info {
    margin-bottom: 60px;
  }
  .footer-info__link {
    margin-bottom: 23px;
  }
  .footer-info .btn-corp {
    height: 57px;
    font-size: 1.14rem;
  }
}

.copy {
  text-align: right;
  font-size: 0.88rem;
}
@media (max-width: 699px) {
  .copy {
    text-align: center;
    display: block;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  transform: translateX(100vw);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: 1000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global-nav::-webkit-scrollbar {
  display: none;
}
.global-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.global-nav__sp {
  display: none;
}
.global-nav__pc {
  padding-top: 43px;
}
.global-nav__pc .btn-corp {
  width: 320px;
  height: 70px;
}
.global-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 96px;
  margin-bottom: 50px;
}
.global-nav__list {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 30px;
  list-style: none;
  margin-bottom: 70px;
}
.global-nav__list li a {
  border-bottom: 1px solid #719C8B;
  padding: 30px 0px;
  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: 0.94rem;
}
.global-nav__list li a::after {
  content: "";
  background: url(../img/common/icon/ico--arrow-g.svg) left top/contain no-repeat;
  width: 16px;
  height: 16px;
}
.global-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.global-nav__btn .header-contact__btn {
  width: 296px;
  height: 80px;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
}
@media (max-width: 699px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    display: block;
    padding: 70px 30px;
  }
  .global-nav__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 27px;
  }
  .global-nav__list li a {
    padding: 18px 0px;
    font-size: 1rem;
  }
  .global-nav__list li a::after {
    content: none;
  }
  .global-nav__btn {
    gap: 9px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 46px;
  }
  .global-nav__btn .header-contact__btn {
    width: 160px;
    height: 50px;
    font-size: 1rem;
  }
  .global-nav__list-sub {
    margin-bottom: 40px;
  }
  .global-nav__list-sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
  .global-nav__list-sub ul li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  .global-nav__list-sub ul li:last-of-type {
    margin-bottom: 0;
  }
  .global-nav__list-sub a {
    color: #719C8B;
  }
}

/* ローカルナビの設定 */
/*
	サイト全体の見出しの設定
*/
.section-title {
  margin-bottom: 60px;
}
.section-title__en {
  margin-bottom: 10px;
  color: #719C8B;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
.section-title__ja {
  font-size: 2rem;
  line-height: 1.66;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 699px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title__en {
    font-size: 0.71rem;
  }
  .section-title__ja {
    font-size: 1.71rem;
  }
}

.title-lv01, .tour-merit .tour-merit__title, .faq-container .faq-section .faq-section__title, .development-outro .development-outro-lede, .career-step .career-step__title, .development-section .development-section__title, .benefits-intro .benefits-intro__lede, .message-section .message-section__title, .member-modal__comment, .member-section__lede, .job-intro__lede, .about-intro__lede, .recruit-thanks .recruit-thanks__title, .recruit-contact__title {
  font-size: 2rem;
  line-height: 1.66;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 699px) {
  .title-lv01, .tour-merit .tour-merit__title, .faq-container .faq-section .faq-section__title, .development-outro .development-outro-lede, .career-step .career-step__title, .development-section .development-section__title, .benefits-intro .benefits-intro__lede, .message-section .message-section__title, .member-modal__comment, .member-section__lede, .job-intro__lede, .about-intro__lede, .recruit-thanks .recruit-thanks__title, .recruit-contact__title {
    font-size: 1.57rem;
  }
}

.title-lv02, .job-modal-desc__lede {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 699px) {
  .title-lv02, .job-modal-desc__lede {
    font-size: 1.28rem;
    letter-spacing: 1px;
  }
}

.title-lv03, .development-license .development-license__title, .development-traning-sub .development-traning-sub__title, .career-case .career-case__title, .career-change .career-change__title, .about-business__title, .recruit-received__title, .recruit-tel__title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 699px) {
  .title-lv03, .development-license .development-license__title, .development-traning-sub .development-traning-sub__title, .career-case .career-case__title, .career-change .career-change__title, .about-business__title, .recruit-received__title, .recruit-tel__title {
    font-size: 1.14rem;
    letter-spacing: 1px;
  }
}

.title-style01 {
  font-size: 1.25rem;
  color: #719C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 27px;
  margin-bottom: 20px;
  font-weight: bold;
}
.title-style01::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #719C8B;
}
@media screen and (max-width: 699px) {
  .title-style01 {
    font-size: 1.14rem;
    margin-bottom: 10px;
  }
  .title-style01::before {
    width: 30px;
  }
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
  border-top: 1px solid #707070;
}
.table-ptn--01 tr {
  border-bottom: 1px solid #707070;
}
.table-ptn--01 th {
  padding: 30px 0px;
  color: #719C8B;
  width: 160px;
  max-width: 100%;
  font-size: 1.13rem;
  font-weight: normal;
}
.table-ptn--01 td {
  padding: 30px 0px;
  font-weight: bold;
}

.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-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 28px;
}
.btn-read::after {
  content: url(../img/common/icon/ico--arrow-w.svg);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #3B4043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-read span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.8px;
}
.btn-read span::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #3B4043;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.btn-read:hover {
  opacity: 1;
}
.btn-read:hover span::after {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .btn-read {
    font-size: 0.85rem;
  }
  .btn-read::after {
    width: 55px;
    height: 55px;
  }
  .btn-read span::after {
    width: 100%;
  }
}

.btn-oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  height: 77px;
  border-radius: 60px;
  max-width: 100%;
  background-color: #3B4043;
  color: #fff;
}
.btn-oval span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.btn-oval span::after {
  margin-left: 20px;
  content: url(../img/common/icon/ico--arrow-w.svg);
  padding-top: 5px;
}
.btn-oval:hover {
  opacity: 1;
  background-color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-oval:hover span {
  opacity: 1;
}
.btn-oval.bgc--green {
  background-color: #719C8B;
  color: #fff;
}
.btn-oval.bgc--white {
  background-color: #fff;
}
.btn-oval.bgc--white span {
  color: #719C8B;
}
.btn-oval.bgc--white span::after {
  content: url(../img/common/icon/ico--arrow-g.svg);
}
@media screen and (max-width: 699px) {
  .btn-oval {
    font-size: 1.14rem;
    width: 294px;
    height: 60px;
  }
}

.btn-corp {
  background-color: #fff;
  border: 1px solid #719C8B;
  border-radius: 5px;
  letter-spacing: 0.8px;
  width: 250px;
  height: 57px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #719C8B;
  gap: 20px;
}
.btn-corp::after {
  content: url(../img/common/icon/ico--link-g.svg);
}
@media (max-width: 699px) {
  .btn-corp {
    width: 100%;
    height: 73px;
    font-size: 1.29rem;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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: 48px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1.88rem;
  color: #719C8B;
}
.pagination a:hover {
  background-color: #719C8B;
  color: #fff;
}
.pagination .current {
  background-color: #fff;
  color: #719C8B;
}

/*
	サイト共通トの設定
*/
.common-job-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 40px;
}
.common-job-list__item {
  padding-bottom: 10px;
}
.common-job-list__num {
  font-size: 0.88rem;
  letter-spacing: 0.7px;
}
.common-job-list__card {
  display: block;
  width: 100%;
  max-width: 330px;
  background-color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #719C8B 30px, transparent 0);
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
}
.common-job-list__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  max-width: 330px;
  height: 467px;
  background-color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #719C8B 30px, transparent 0);
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
  font-size: 1.5rem;
  color: #719C8B;
}
.common-job-list__image {
  width: 100%;
  height: 243px;
  position: relative;
}
.common-job-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-job-list__title {
  position: absolute;
  left: 0;
  bottom: 23px;
  background-color: #fff;
  color: #719C8B;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.common-job-list__content {
  padding: 56px 40px 40px;
  min-height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .common-job-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .common-job-list__num {
    font-size: 0.63rem;
  }
  .common-job-list__card {
    display: block;
    width: auto;
    max-width: none;
  }
  .common-job-list__last {
    width: auto;
    height: 355px;
  }
}

.page-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 135px;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .page-header {
    display: block;
    padding-top: 80px;
  }
}

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  font-size: 0.88rem;
  color: #3B4043;
}
.breadcrumb a {
  color: #C3C7C6;
  display: block;
  position: relative;
}
.breadcrumb a::after {
  content: "-";
  margin: 0px 10px;
}
@media screen and (max-width: 699px) {
  .breadcrumb {
    margin-bottom: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page-title {
  color: #719C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.page-title::after {
  content: "";
  width: 158px;
  height: 1px;
  background-color: #719C8B;
}

.catch {
  background: url(../img/about/pic--catch.webp) top center/cover no-repeat;
  height: 35vw;
  width: 100%;
}
.catch .layout-container {
  position: relative;
  height: 100%;
}
.catch .catch-title {
  position: absolute;
  left: 0;
  bottom: 83px;
}
.catch .catch-title__ja span {
  background-color: #fff;
  font-size: 2.5rem;
  padding: 20px 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .catch {
    height: 244px;
  }
  .catch .catch-title {
    bottom: 32px;
  }
  .catch .catch-title__ja span {
    font-size: 1.13rem;
  }
}

.common-what {
  position: relative;
}
.common-what__image {
  width: 100%;
  display: block;
}
.common-what__lede {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 442px);
  -webkit-transform: none;
          transform: none;
}
.common-what__lede span {
  background: #fff;
  padding: 0px 25px;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.88rem;
  margin-bottom: 8px;
}
.common-what__lede span.large {
  font-size: 2.63rem;
}
.common-what__arrow {
  position: absolute;
  bottom: 35px;
  right: calc(50vw - 550px);
}
.common-what__arrow img {
  display: block;
}
@media (max-width: 1100px) {
  .common-what__lede {
    bottom: 20px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .common-what__arrow {
    bottom: 20px;
    right: 9px;
  }
}
@media screen and (max-width: 699px) {
  .common-what__lede {
    left: 20px;
  }
  .common-what__lede span {
    font-size: 0.86rem;
    padding: 0px 6px;
  }
  .common-what__lede span.large {
    font-size: 1.14rem;
  }
  .common-what__arrow {
    width: 33px;
    height: 33px;
  }
  .common-what__arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.common-read {
  background-color: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 140px;
}
.common-read .section-title {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .common-read {
    padding: 60px 20px;
  }
  .common-read .section-title {
    margin-bottom: 55px;
  }
}

.common-read-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(5, 1fr);
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  grid-gap: 37px 25px;
}
.common-read-list__title {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.common-read-list__title span {
  background: #fff;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  padding: 10px 5px;
  line-height: 1.2;
  font-size: 1.5rem;
}
.common-read-list__item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  min-height: 318px;
}
.common-read-list__image {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.common-read-list__content {
  padding: 30px;
  font-size: 0.88rem;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .common-read-list {
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 37px 17px;
  }
  .common-read-list__item {
    min-height: 234px;
  }
  .common-read-list__title span {
    font-size: 1.14rem;
  }
  .common-read-list__content {
    font-size: 0.79rem;
    padding: 17px 12px 16px;
  }
  .common-read-list__image {
    height: 147px;
  }
}

.modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1002;
  border: 1px solid #707070;
}
.modal__inner {
  width: 1100px;
  max-width: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100vh - 100px);
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: none;
}
.modal__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 699px) {
  .modal__inner {
    top: 20px;
    height: calc(100vh - 40px);
  }
}

.modalClose {
  position: absolute;
  top: 20px;
  right: calc(50vw - 550px - 36px);
  width: 72px;
  height: 72px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1003;
  background-color: #3B4043;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modalClose::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/common/icon/ico--cross.svg) top left/contain no-repeat;
}
@media screen and (max-width: 699px) {
  .modalClose {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .modalClose::after {
    width: 14px;
    height: 14px;
  }
}

.common-interview {
  background-color: #F5F5F5;
  padding: 140px 0px;
}
.common-interview .section-title {
  text-align: center;
}
.common-interview .section-title__ja {
  line-height: 1.25;
}
@media screen and (max-width: 699px) {
  .common-interview {
    padding: 60px 0px;
  }
  .common-interview .section-title__ja {
    font-size: 1.5rem;
  }
}

.common-interview-list {
  background-color: #fff;
  border-radius: 5px;
  padding: 90px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-interview-list__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 55px;
}
.common-interview-list__item {
  display: block;
  position: relative;
}
.common-interview-list__position {
  font-size: 0.88rem;
  padding-left: 5px;
}
.common-interview-list__year {
  font-size: 0.88rem;
  display: block;
  margin-top: 15px;
  padding-left: 5px;
}
.common-interview-list__name {
  font-size: 1.13rem;
  font-weight: normal;
  padding-left: 5px;
  line-height: 1.2;
}
.common-interview-list__lede {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 155px;
  right: 10px;
}
.common-interview-list__lede .interview-title__span {
  display: block;
  background: #fff;
  font-size: 1.25rem;
  margin-left: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 2px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  white-space: nowrap;
}
.common-interview-list__lede .interview-title__span .interview-title__quot {
  padding: 15px 0 20px;
  position: relative;
}
.common-interview-list__lede .interview-title__span .interview-title__quot::before {
  content: "”";
  position: absolute;
  top: 5px;
  right: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 1;
}
.common-interview-list__lede .interview-title__span .interview-title__quot::after {
  content: "“";
  position: absolute;
  bottom: 0px;
  left: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 1;
}
.common-interview-list__lede .interview-title__span .interview-title__num {
  text-combine-upright: all;
}
@media screen and (max-width: 699px) {
  .common-interview-list {
    padding: 35px 45px;
  }
  .common-interview-list__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 85px;
  }
  .common-interview-list__position {
    font-size: 0.85rem;
  }
  .common-interview-list__year {
    font-size: 0.85rem;
    margin-top: 17px;
  }
  .common-interview-list__name {
    font-size: 1.07rem;
  }
  .common-interview-list__lede {
    top: 160px;
  }
  .common-interview-list__lede .interview-title__span, .common-interview-list__lede .interview-title__span span {
    font-size: 0.88rem;
    padding: 5px 2px;
  }
}

.job-interview .common-interview {
  background: #fff;
}
.job-interview .common-interview-list {
  background: #F5F5F5;
}

.top-recruit {
  padding: 90px 0 150px;
}
.top-recruit .section-title {
  text-align: center;
}
.top-recruit .btn-read {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  .top-recruit {
    padding: 70px 0 120px;
  }
}

.requirement_type {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
}
.requirement_type li {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 15px;
  border-radius: 15px;
  font-size: 0.88rem;
}

.top-recruit-list {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 55px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin-bottom: 50px;
  text-align: left;
}
.top-recruit-list__item {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.top-recruit-list__title {
  margin-bottom: 20px;
  font-size: 1.18rem;
  color: #719C8B;
  line-height: 1.2;
  font-weight: normal;
}
.top-recruit-list__company {
  font-size: 0.88rem;
  line-height: 1.2;
  display: block;
}
.top-recruit-list__place {
  background: url(../img/common/icon/ico--map.svg) left center no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  padding-left: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.88rem;
}
.top-recruit-list__employ {
  background: url(../img/common/icon/ico--building.svg) left center no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  padding-left: 28px;
  line-height: 1.5;
  text-align: left;
  font-size: 0.88rem;
}
@media screen and (max-width: 1100px) {
  .top-recruit-list {
    margin-inline: calc(50% - 50cqi);
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 699px) {
  .top-recruit-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .top-recruit-list__title {
    font-size: 1rem;
  }
  .top-recruit-list__company {
    font-size: 0.64rem;
  }
  .top-recruit-list__item {
    padding: 18px 10px;
  }
  .top-recruit-list__type {
    margin-bottom: 20px;
  }
  .top-recruit-list__type::after {
    bottom: -10px;
  }
  .top-recruit-list__title {
    margin-bottom: 15px;
  }
}

.recruit-contact {
  padding-top: 130px;
}
.recruit-contact__title {
  text-align: center;
  margin-bottom: 60px;
}
.recruit-contact__content {
  text-align: center;
  margin-bottom: 40px;
}
.recruit-contact__note {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .recruit-contact {
    padding-top: 60px;
  }
  .recruit-contact__title {
    margin-bottom: 30px;
  }
  .recruit-contact__content {
    text-align: left;
    margin-bottom: 20px;
  }
}

.recruit-tel {
  width: 880px;
  max-width: 100%;
  margin: 60px auto;
  background-color: #EDF2F0;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit-tel__title {
  margin-bottom: 20px;
}
.recruit-tel__num {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .recruit-tel {
    padding: 30px 20px;
  }
  .recruit-tel__icon {
    width: 30px;
  }
  .recruit-tel__num {
    font-size: 2rem;
  }
}

.recruit-received {
  width: 880px;
  max-width: 100%;
  margin: 140px auto;
  background-color: #F5F5F5;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit-received__title {
  margin-bottom: 30px;
  text-align: center;
}
.recruit-received__content {
  text-align: center;
}
.recruit-received.inquiry-received {
  margin: 0 auto 50px;
}
@media screen and (max-width: 699px) {
  .recruit-received {
    padding: 30px 20px;
  }
  .recruit-received__content {
    text-align: left;
  }
}

.recruit-thanks {
  padding-top: 80px;
  margin-bottom: 140px;
}
.recruit-thanks .recruit-thanks__title {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .recruit-thanks {
    padding-top: 40px;
    margin-bottom: 80px;
  }
}

/*
	aboutページの設定
	jobページの設定
*/
/*Catch*/
.catch-about {
  background-image: url(../img/about/pic--catch.webp);
}
@media screen and (max-width: 699px) {
  .catch-about {
    background-image: url(../img/about/pic--catch-sp.webp);
  }
}

.catch-job {
  background-image: url(../img/job/pic--catch.webp);
}

.catch-member {
  background-image: url(../img/member/pic--catch.webp);
}

.catch-message {
  background-image: url(../img/message/pic--catch.webp);
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .catch-message {
    margin-bottom: 60px;
  }
}

.catch-benefits {
  background-image: url(../img/benefits/pic--catch.webp);
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .catch-benefits {
    margin-bottom: 60px;
  }
}

.catch-development {
  background-image: url(../img/development/pic--catch.webp);
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .catch-development {
    margin-bottom: 60px;
  }
}

.catch-inquiry {
  background-image: url(../img/inquiry/pic--catch.webp);
}
.catch-privacy {
  background-image: url(../img/inquiry/pic--catch.webp);
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .catch-privacy {
    margin-bottom: 60px;
  }
}

.catch-faq {
  background-image: url(../img/faq/pic--catch.webp);
}
.catch-tour {
  background-image: url(../img/tour/pic--catch.webp);
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .catch-tour {
    margin-bottom: 60px;
  }
}

/*About*/
.about-intro {
  background: url(../img/about/bgi--intro.webp) bottom center/cover no-repeat;
  padding: 170px 0px 312px;
}
.about-intro__lede {
  text-align: center;
  margin-bottom: 60px;
}
.about-intro__content {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .about-intro {
    padding: 60px 0px 244px;
  }
  .about-intro__content {
    text-align: left;
  }
}

.about-group {
  padding-top: 100px;
  padding-bottom: 130px;
}
.about-group .section-title {
  text-align: center;
}
.about-group__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .about-group {
    padding: 70px 0px;
  }
}

.about-group-section {
  margin-top: 120px;
}
.about-group-section .title-lv02, .about-group-section .job-modal-desc__lede {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 699px) {
  .about-group-section {
    margin-top: 80px;
  }
  .about-group-section .title-lv02, .about-group-section .job-modal-desc__lede {
    margin-bottom: 52px;
  }
}

.about-group-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 26px;
}
.about-group-info__item {
  background-color: #F5F5F5;
  border-radius: 5px;
  color: #719C8B;
  padding: 30px 30px 20px 30px;
}
.about-group-info__title {
  font-size: 1.5rem;
  border-bottom: 1px solid #719C8B;
  margin-bottom: 10px;
}
.about-group-info__data {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.about-group-info__num {
  font-size: 4.38rem;
  line-height: 1;
  font-style: italic;
  margin-right: 10px;
  font-weight: normal;
}
.about-group-info__date {
  text-align: right;
  display: block;
}
@media screen and (max-width: 699px) {
  .about-group-info {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .about-group-info__item {
    padding: 20px 30px;
  }
  .about-group-info__title {
    text-align: center;
    font-size: 1.43rem;
    margin-bottom: 30px;
  }
  .about-group-info__data {
    font-size: 1.28rem;
  }
  .about-group-info__num {
    font-size: 3.57rem;
  }
}

.about-bros {
  background-color: #F5F5F5;
  padding-top: 140px;
  padding-bottom: 130px;
}
@media screen and (max-width: 699px) {
  .about-bros {
    padding: 60px 0px;
  }
}

.about-business {
  margin-bottom: 47px;
}
.about-business__title {
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .about-business {
    margin-bottom: 55px;
  }
  .about-business__title {
    margin-bottom: 30px;
  }
}

.about-business-list {
  padding-left: 100px;
  list-style: none;
}
.about-business-list li {
  background: #fff;
  border-radius: 5px;
  padding: 35px 52px;
  margin-bottom: 35px;
}
.about-business-list li:last-of-type {
  margin-bottom: 0;
}
.about-business-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  margin-bottom: 27px;
}
.about-business-list__title {
  font-size: 1.13rem;
  margin-bottom: 25px;
}
.about-business-list__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 46px;
}
.about-business-list__content {
  font-size: 0.88rem;
}
.about-business-list__logo-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .about-business-list {
    padding-left: 0;
  }
  .about-business-list li {
    padding: 25px;
    margin-bottom: 20px;
  }
  .about-business-list__logo-sp {
    display: block;
    width: 76px;
  }
  .about-business-list__logo-pc {
    display: none;
  }
  .about-business-list__title {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .about-business-list__content {
    font-size: 1rem;
  }
}

.about-tcd {
  padding-top: 130px;
  padding-bottom: 94px;
}
.about-tcd .about-business-list li {
  background-color: #EDF2F0;
}

/*Job*/
.job-intro {
  padding: 120px 0 140px;
}
.job-intro__image {
  width: 583px;
  max-width: 100%;
  margin-bottom: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.job-intro__lede {
  text-align: center;
  margin-bottom: 60px;
}
.job-intro__content {
  text-align: center;
}
.job-intro__content ul {
  color: #719C8B;
  margin: 30px auto;
  list-style-position: inside;
}
@media screen and (max-width: 699px) {
  .job-intro {
    padding: 60px 0px;
  }
  .job-intro__image {
    margin-bottom: 60px;
  }
  .job-intro__lede {
    margin-bottom: 30px;
  }
  .job-intro__content {
    text-align: left;
  }
}

.job-type {
  background-color: #EDF2F0;
  padding: 165px 0 70px;
}
.job-type .common-job-list__item {
  cursor: pointer;
}
@media screen and (max-width: 699px) {
  .job-type {
    padding: 60px 0px;
  }
}

.job-modal .modal__inner {
  padding: 45px 42px;
  background-image: linear-gradient(45deg, #719C8B 30px, transparent 0);
}
.job-modal .modal__inner .pc-row, .job-modal .modal__inner .member-modal__header, .job-modal .modal__inner .footer-bottom, .job-modal .modal__inner .footer-nav, .job-modal .modal__inner .footer-nav__wrapper, .job-modal .modal__inner .page-header {
  gap: 40px;
}
.job-modal__image {
  border-radius: 5px;
}
.job-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-modal .btn-oval {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .job-modal .modal__inner {
    padding: 40px 30px;
  }
}

.job-modal-detail__num {
  color: #719C8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  gap: 25px;
  font-size: 0.88rem;
  margin-bottom: 40px;
}
.job-modal-detail__num::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #719C8B;
}
.job-modal-detail__title {
  font-size: 2.13rem;
}
.job-modal-detail__info dt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.job-modal-detail__info dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 699px) {
  .job-modal-detail__num {
    margin-top: 24px;
    font-size: 0.57rem;
    margin-bottom: 0;
  }
  .job-modal-detail__title {
    font-size: 1.28rem;
  }
  .job-modal-detail__info {
    font-size: 0.86rem;
  }
  .job-modal-detail__info dt {
    margin-bottom: 10px;
  }
}

.job-modal-desc {
  margin-top: 50px;
  margin-bottom: 72px;
}
.job-modal-desc__inner {
  background-color: #EDF2F0;
  border-radius: 5px;
  padding: 44px 57px;
}
.job-modal-desc__lede {
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .job-modal-desc {
    margin-top: 43px;
    margin-bottom: 55px;
  }
  .job-modal-desc__inner {
    padding: 25px 15px;
  }
  .job-modal-desc__lede {
    margin-bottom: 25px;
    font-size: 1rem;
    text-align: center;
  }
}

.job-modal-section {
  background-color: #F5F5F5;
  border-radius: 5px;
  position: relative;
  padding: 60px 30px 40px;
  margin-bottom: 58px;
}
.job-modal-section__title {
  background-color: #719C8B;
  color: #fff;
  border-radius: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  padding: 5px 25px;
  position: absolute;
  left: 20px;
  top: -27px;
}
.job-modal-section__list {
  padding-left: 35px;
}
.job-modal-section__list li::marker {
  color: #719C8B;
}
@media screen and (max-width: 699px) {
  .job-modal-section {
    padding: 38px 25px 25px;
  }
  .job-modal-section__title {
    font-size: 1rem;
    min-width: 175px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    top: -20px;
  }
  .job-modal-section__list {
    font-size: 0.86rem;
    padding-left: 15px;
  }
}

.job-modal-job__list {
  list-style: none;
}
.job-modal-job__list li {
  margin-bottom: 20px;
}
.job-modal-job__list li:last-child {
  margin-bottom: 0;
}

/*member*/
.member-section {
  background-color: #EDF2F0;
  padding: 140px 0;
}
.member-section__lede {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .member-section {
    padding: 60px 0px;
  }
}

.member-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 134px 42px;
  list-style: none;
}
.member-list__item {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 75px 46px 37px;
  cursor: pointer;
}
.member-list__image {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #707070;
  left: 50%;
  top: -64px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.member-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #707070;
  -o-object-position: top;
     object-position: top;
}
.member-list__comment {
  font-size: 1.13rem;
  font-weight: bold;
  position: relative;
  padding: 20px 10px;
  margin-bottom: 24px;
}
.member-list__comment::before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/member/ico--speech.svg) top left/contain no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
}
.member-list__comment::after {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/member/ico--speech.svg) top left/contain no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.member-list__employ {
  background-color: #F5F5F5;
  border-radius: 5px;
  color: #719C8B;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 5px;
}
.member-list__position {
  font-size: 0.81rem;
  font-weight: bold;
}
.member-list__name {
  font-size: 1.25rem;
  font-weight: bold;
}
.member-list__year {
  font-size: 0.81rem;
}
.member-list .row, .member-list .breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 699px) {
  .member-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 80px 15px;
  }
  .member-list__item {
    padding: 50px 15px;
  }
  .member-list__image {
    width: 100px;
    height: 100px;
  }
  .member-list__comment {
    font-size: 1.14rem;
  }
  .member-list__position {
    font-size: 1rem;
  }
  .member-list__year {
    font-size: 1rem;
  }
}

.member-modal .modal__inner {
  padding: 50px 100px 80px;
}
.member-modal__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 133px;
  margin-bottom: 66px;
}
.member-modal__header .row, .member-modal__header .breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.member-modal__header .member-list__employ {
  font-size: 1.13rem;
  margin-bottom: 40px;
}
.member-modal__header .member-list__position {
  font-size: 1rem;
}
.member-modal__header .member-list__name {
  font-size: 1.88rem;
}
.member-modal__header .member-list__year {
  font-size: 1rem;
}
.member-modal__image {
  width: 316px;
  height: 316px;
  top: -70px;
  left: 0;
}
.member-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: top;
     object-position: top;
}
.member-modal__comment {
  padding: 20px 54px;
  position: relative;
  margin-bottom: 85px;
}
.member-modal__comment::before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/member/ico--speech.svg) top left/contain no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
}
.member-modal__comment::after {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/member/ico--speech.svg) top left/contain no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.member-modal__faq dd {
  margin-bottom: 50px;
}
.member-modal .btn-oval {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .member-modal .modal__inner {
    padding: 50px 20px 80px;
  }
  .member-modal__image {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-modal__header {
    margin-bottom: 30px;
  }
  .member-modal__header .member-list__employ {
    font-size: 1.14rem;
    margin-bottom: 20px;
  }
  .member-modal__header .member-list__position {
    font-size: 1rem;
  }
  .member-modal__header .member-list__name {
    font-size: 1.43rem;
  }
  .member-modal__header .member-list__year {
    font-size: 1rem;
  }
  .member-modal__comment {
    padding: 20px;
    margin-bottom: 40px;
  }
  .member-modal__faq dd {
    margin-bottom: 30px;
  }
}

.page-member .common-interview {
  background-color: #fff;
}
.page-member .common-interview-list {
  background-color: #EDF2F0;
}

/* message */
.message-section {
  margin-bottom: 100px;
}
.message-section .message-section__title {
  margin-bottom: 60px;
  text-align: center;
}
.message-section .message-section__text {
  text-align: center;
  margin-bottom: 95px;
}
.message-section .message-section__em {
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .message-section .message-section__text {
    text-align: left;
    margin-bottom: 60px;
  }
}

/* benefits */
.benefits-intro {
  margin-bottom: 140px;
}
.benefits-intro .benefits-intro__lede {
  margin-bottom: 60px;
  text-align: center;
}
.benefits-intro .benefits-intro__text {
  text-align: center;
}

.benefits-support {
  margin-bottom: 140px;
}

.benefits-support-sub {
  margin-bottom: 140px;
}
.benefits-support-sub:last-of-type {
  margin-bottom: 0;
}
.benefits-support-sub .benefits-support-sub__title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.benefits-support-sub .benefits-support-sub__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .benefits-support-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits-support-sub > div {
    width: 46%;
  }
  .benefits-support-sub > img {
    width: 47.3%;
  }
}
@media screen and (max-width: 699px) {
  .benefits-support-sub {
    margin-bottom: 80px;
  }
  .benefits-support-sub > div {
    margin-bottom: 60px;
  }
  .benefits-support-sub > img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.benefits-support-sub__list {
  background: #fff;
  padding: 45px 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  list-style: none;
}
.benefits-support-sub__list li {
  background: url(../img/benefits/support/ico--arrow.svg) left top no-repeat;
  padding: 10px 0 5px 60px;
  margin-bottom: 25px;
  line-height: 1.33;
  font-size: 1.13rem;
}
.benefits-support-sub__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .benefits-support-sub__list {
    padding: 30px;
  }
  .benefits-support-sub__list li {
    background-size: 30px auto;
    padding-left: 40px;
  }
}

.benefits-support-sub__dl {
  background: #fff;
  border-radius: 5px;
}
.benefits-support-sub__dl dt {
  background: url(../img/benefits/support/ico--open.svg) right 47px top 28px no-repeat;
  padding: 35px 30px;
  line-height: 1.4;
  cursor: pointer;
  font-size: 1.13rem;
  color: #719C8B;
}
.benefits-support-sub__dl dt.close {
  background-image: url(../img/benefits/support/ico--close.svg);
}
.benefits-support-sub__dl dd {
  padding: 0 30px 40px;
  display: none;
}
@media screen and (max-width: 699px) {
  .benefits-support-sub__dl dt {
    background-position: right 10px top 33px;
    background-size: 30px auto;
    padding-right: 40px;
  }
}

.benefits-style {
  margin-bottom: 140px;
}
@media screen and (max-width: 699px) {
  .benefits-style {
    margin-bottom: 80px;
  }
}

.benefits-style-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.benefits-style-container .benefits-style-sub {
  width: 30.7%;
  position: relative;
}
.benefits-style-container .benefits-style-sub__title {
  position: absolute;
  top: -45px;
  right: -20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.benefits-style-container .benefits-style-sub__title span {
  background: #fff;
  padding: 5px 2px;
}
.benefits-style-container .benefits-style-sub__pic {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .benefits-style-container {
    display: block;
  }
  .benefits-style-container .benefits-style-sub {
    width: 100%;
    margin-top: 80px;
  }
  .benefits-style-container .benefits-style-sub__title {
    right: 0;
  }
}

@media screen and (min-width: 699px) {
  .benefits-welfare-layout {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 43px;
  }
  .benefits-welfare-layout .benefits-welfare-item:nth-child(1) {
    width: auto;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.benefits-welfare-item {
  background: #fff;
  padding: 30px 40px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.benefits-welfare-item .benefits-welfare-item__title {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-01 {
  background-image: url(../img/benefits/welfare/ico--01.svg);
  margin-bottom: 20px;
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-02 {
  background-image: url(../img/benefits/welfare/ico--02.svg);
  margin-bottom: 20px;
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-03 {
  background-image: url(../img/benefits/welfare/ico--03.svg);
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-04 {
  background-image: url(../img/benefits/welfare/ico--04.svg);
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-05 {
  background-image: url(../img/benefits/welfare/ico--05.svg);
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-06 {
  background-image: url(../img/benefits/welfare/ico--06.svg);
  padding-top: 90px;
}
.benefits-welfare-item .benefits-welfare-item__title.welfare-07 {
  background-image: url(../img/benefits/welfare/ico--07.svg);
  padding-top: 90px;
}
@media screen and (min-width: 699px) {
  .benefits-welfare-item {
    width: 338px;
  }
}
@media screen and (max-width: 699px) {
  .benefits-welfare-item {
    margin-bottom: 60px;
  }
}

/* development */
.development-section {
  margin-bottom: 100px;
}
.development-section .development-section__title {
  margin-bottom: 60px;
  text-align: center;
}
.development-section .development-section__text {
  text-align: center;
  margin-bottom: 95px;
}
.development-section .development-section__em {
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .development-section .development-section__text {
    text-align: left;
    margin-bottom: 60px;
  }
}

.development-career {
  margin-bottom: 0;
}
.development-career .development-career__pic {
  background: #fff;
  padding: 40px 110px 60px;
  margin-bottom: 100px;
}
.development-career .development-career__caption {
  display: none;
}
@media screen and (max-width: 699px) {
  .development-career {
    margin-bottom: 0;
  }
  .development-career .development-career__pic {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 10px;
    margin-bottom: 15px;
    overflow: scroll;
  }
  .development-career .development-career__pic img {
    max-width: none;
    height: 100%;
  }
  .development-career .development-career__caption {
    margin-bottom: 80px;
    display: block;
    font-size: 0.88rem;
  }
}

@media screen and (min-width: 699px) {
  .career-step-content {
    max-width: 880px;
    margin: 0 auto;
  }
}

.career-step .career-step__title {
  margin-bottom: 40px;
}

.career-step-list {
  margin-bottom: 120px;
  list-style: none;
}
.career-step-list .career-step-list__title {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}
.career-step-list .career-step-list__pic {
  display: block;
  margin-bottom: 20px;
}
.career-step-list .career-step-list__name {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.career-step-list .career-step-list__btn {
  background: #719C8B url(../img/development/carrer/ico--btn.svg) right 45px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 70px 25px 45px;
  margin: 0 auto;
  display: block;
  border-radius: 60px;
  line-height: 1;
  font-size: 1.13rem;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .career-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .career-step-list li {
    width: 45.4%;
  }
  .career-step-list .career-step-list__title {
    margin-right: -20px;
  }
}
@media screen and (max-width: 699px) {
  .career-step-list li {
    margin-bottom: 60px;
  }
  .career-step-list li:last-child {
    margin-bottom: 0;
  }
  .career-step-list li img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .career-step-list li .career-step-list__btn {
    background: #719C8B url(../img/development/carrer/ico--btn.svg) right 15px center no-repeat;
    padding: 25px 40px 25px 15px;
    font-size: 1rem;
  }
}

.career-change {
  margin-bottom: 100px;
}
.career-change .career-change__title {
  margin-bottom: 35px;
}
@media screen and (min-width: 699px) {
  .career-change {
    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;
  }
  .career-change > div {
    width: 405px;
  }
  .career-change > img {
    width: 520px;
    margin-right: -116px;
  }
}
@media screen and (max-width: 699px) {
  .career-change > div {
    margin-bottom: 40px;
  }
}

.career-case .career-case__title {
  margin-bottom: 30px;
}
.career-case .career-case-box {
  background: #fff;
  padding: 30px 35px;
  margin-bottom: 60px;
}
.career-case .career-case__em {
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .career-case .career-case-box {
    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;
  }
  .career-case .career-case-box > p {
    width: 530px;
  }
  .career-case .career-case-box > img {
    width: 230px;
  }
  .career-case .career-case__outro {
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .career-case .career-case-box > p {
    margin-bottom: 40px;
  }
}

.development-traning {
  margin-bottom: 140px;
}

.development-traning-sub {
  margin-bottom: 100px;
}
.development-traning-sub .development-traning-sub__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .development-traning-sub {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .development-traning-sub > div {
    width: 510px;
  }
  .development-traning-sub > img {
    width: 520px;
  }
}
@media screen and (max-width: 699px) {
  .development-traning-sub > div {
    margin-bottom: 40px;
  }
}

.development-support .development-support__intro {
  margin-bottom: 40px;
}

.development-support-point {
  margin-bottom: 100px;
  list-style: none;
}
.development-support-point li {
  background: #fff;
  border-radius: 5px;
  padding: 45px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.development-support-point li strong {
  background: url(../img/development/support/ico--check.svg) left top no-repeat;
  padding-left: 57px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 699px) {
  .development-support-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .development-support-point li {
    width: 508px;
  }
}
@media screen and (max-width: 699px) {
  .development-support-point li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .development-support-point li strong {
    background-size: auto 100%;
  }
}

.development-license .development-license__title {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 699px) {
  .development-license-layout {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .development-license-layout .development-license-sub {
    width: 414px;
  }
}

.development-license-sub {
  background: #fff;
  padding: 45px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.development-license-sub .development-license-sub__no {
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  text-align: center;
  font-size: 3.38rem;
  color: #719C8B;
}
.development-license-sub .development-license-sub__icon {
  display: block;
  margin: 0 auto 20px;
}
.development-license-sub .development-license-sub__title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.81rem;
  text-align: center;
}
.development-license-sub p {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .development-license-sub {
    margin-bottom: 40px;
  }
}

.development-outro {
  background: url(../img/development/bgi--outro.webp) center center no-repeat;
  background-size: cover;
  padding: 120px 20px;
  margin-bottom: 80px;
  text-align: center;
}
.development-outro .development-outro-lede {
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .development-outro {
    padding: 60px 20px;
    text-align: left;
  }
  .development-outro .development-outro-lede {
    text-align: center;
  }
}

/* FAQ */
.faq-nav {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}
.faq-nav a {
  background: #fff url(../img/faq/ico--nav.svg) right 20px center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 70px 23px 30px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.13rem;
  color: #719C8B;
}
@media screen and (min-width: 699px) {
  .faq-nav {
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 24px 42px;
    -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .faq-nav a {
    width: 338px;
  }
}
@media screen and (max-width: 699px) {
  .faq-nav a {
    background-size: 30px;
    margin-bottom: 25px;
  }
  .faq-nav a:last-child {
    margin-bottom: 0;
  }
}

.faq-container {
  max-width: 880px;
  margin: 0 auto;
}
.faq-container .faq-section {
  margin-bottom: 120px;
}
.faq-container .faq-section:nth-of-type(odd) {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.faq-container .faq-section .faq-section__title {
  text-align: center;
  margin-bottom: 80px;
}

.faq dt {
  background: url(../img/faq/ico--faq-q.svg) left top no-repeat;
  padding: 5px 0 18px 70px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
  color: #719C8B;
}
.faq dd {
  background: url(../img/faq/ico--faq-a.svg) left top no-repeat;
  padding: 0 0 0 70px;
  margin-bottom: 60px;
}
.faq dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .faq dt {
    background-size: 30px auto;
    padding-left: 50px;
  }
  .faq dd {
    background-size: 30px auto;
    padding-left: 50px;
  }
}

/* TOUR */
.tour-merit {
  margin-bottom: 120px;
}
.tour-merit .tour-merit__title {
  margin-bottom: 40px;
  text-align: center;
}
.tour-merit .tour-merit__text {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .tour-merit .tour-merit__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tour-merit .tour-merit__photo img {
    width: 338px;
  }
}
@media screen and (max-width: 699px) {
  .tour-merit .tour-merit__text {
    text-align: left;
  }
  .tour-merit .tour-merit__photo img {
    max-width: 80%;
    display: block;
    margin: 0 auto 20px;
  }
}

.tour-flow {
  margin-bottom: 120px;
}
.tour-flow .section-title {
  margin-bottom: 35px;
  text-align: center;
}

.tour-flow-content {
  border-radius: 5px;
  border: 2px solid #719C8B;
}
@media screen and (min-width: 699px) {
  .tour-flow-content {
    padding: 65px 95px 65px 230px;
    max-width: 880px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .tour-flow-content {
    padding: 20px;
  }
}

.tour-flow-item {
  padding-left: 140px;
  border-bottom: 1px solid #719C8B;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.tour-flow-item::before {
  content: "";
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
}
.tour-flow-item::after {
  content: "";
  background: #C3C7C6;
  width: 3px;
  height: calc(100% - 100px);
  display: block;
  position: absolute;
  bottom: 0;
  left: -85px;
}
.tour-flow-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tour-flow-item.tour-flow-item--01 {
  background: url(../img/tour/flow/pic--01.svg) left top no-repeat;
}
.tour-flow-item.tour-flow-item--01::before {
  background: url(../img/tour/flow/ico--01.svg) center top no-repeat;
}
.tour-flow-item.tour-flow-item--02 {
  background: url(../img/tour/flow/pic--02.svg) 20px top no-repeat;
}
.tour-flow-item.tour-flow-item--02::before {
  background: url(../img/tour/flow/ico--02.svg) center top no-repeat;
}
.tour-flow-item.tour-flow-item--03 {
  background: url(../img/tour/flow/pic--03.svg) 20px top no-repeat;
}
.tour-flow-item.tour-flow-item--03::before {
  background: url(../img/tour/flow/ico--03.svg) center top no-repeat;
}
.tour-flow-item.tour-flow-item--04 {
  background: url(../img/tour/flow/pic--04.svg) left 20px no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tour-flow-item.tour-flow-item--04::before {
  background: url(../img/tour/flow/ico--04.svg) center top no-repeat;
}
.tour-flow-item.tour-flow-item--04::after {
  content: none;
}
.tour-flow-item.tour-flow-item--04 .tour-flow-item__title {
  padding-top: 20px;
}
.tour-flow-item .tour-flow-item__title {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 1.5rem;
}
.tour-flow-item .tour-flow-item__text a {
  font-weight: bold;
  color: #719C8B;
}
.tour-flow-item .tour-flow-item__tel {
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .tour-flow-item {
    background-size: auto 40px !important;
    background-position: center 60px !important;
    padding-left: 0;
    padding-top: 130px !important;
  }
  .tour-flow-item .tour-flow-item__title {
    text-align: center;
  }
  .tour-flow-item::before {
    background-size: auto 40px !important;
    height: 40px;
    top: 0;
    left: calc(50% - 50px);
  }
  .tour-flow-item::after {
    content: "";
    background: #C3C7C6;
    width: 3px;
    height: calc(100% - 100px);
    display: block;
    position: absolute;
    bottom: 0;
    left: -85px;
  }
}

.tour-schedule {
  margin-bottom: 120px;
}
.tour-schedule .section-title {
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .tour-schedule .section-title {
    margin-bottom: 60px;
  }
}

.tour-schedule-content {
  max-width: 880px;
  margin: 0 auto;
}
.tour-schedule-content .tour-schedule-item {
  padding-left: 140px;
  padding-bottom: 70px;
  margin-bottom: 60px;
  border-bottom: 3px solid #fff;
  position: relative;
}
.tour-schedule-content .tour-schedule-item .tour-schedule-item__title {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.tour-schedule-content .tour-schedule-item::before {
  content: "";
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-schedule-content .tour-schedule-item:nth-child(1)::before {
  background: url(../img/tour/flow/ico--01.svg) center top no-repeat;
}
.tour-schedule-content .tour-schedule-item:nth-child(2)::before {
  background: url(../img/tour/flow/ico--02.svg) center top no-repeat;
}
.tour-schedule-content .tour-schedule-item:nth-child(3)::before {
  background: url(../img/tour/flow/ico--03.svg) center top no-repeat;
}
.tour-schedule-content .tour-schedule-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tour-schedule-content .tour-schedule-item .tour-schedule-item__text a {
  font-weight: bold;
  color: #719C8B;
}
.tour-schedule-content .tour-schedule-item .tour-schedule-item__tel {
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .tour-schedule-content .tour-schedule-item-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;
  }
  .tour-schedule-content .tour-schedule-item-layout .tour-flow-schedule__pic {
    width: 34%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 699px) {
  .tour-schedule-content .tour-schedule-item {
    padding-top: 60px;
    padding-left: 0;
    position: relative;
  }
  .tour-schedule-content .tour-schedule-item .tour-schedule-item-layout {
    margin-bottom: 40px;
  }
  .tour-schedule-content .tour-schedule-item .tour-schedule-item__text {
    margin-bottom: 40px;
  }
  .tour-schedule-content .tour-schedule-item .tour-schedule-item__title {
    text-align: center;
    font-size: 1.13rem;
  }
  .tour-schedule-content .tour-schedule-item::before {
    background-size: auto 40px !important;
    height: 40px;
    left: calc(50% - 50px);
  }
  .tour-schedule-content .tour-schedule-item .tour-flow-schedule__pic {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.tour-schedule-item__point {
  margin-top: 60px;
  position: relative;
}
.tour-schedule-item__point dt {
  background: #719C8B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  left: 10px;
  font-weight: bold;
  font-size: 1.13rem;
  color: #fff;
}
.tour-schedule-item__point dd {
  background: #fff;
  border-radius: 5px;
  padding: 50px 20px 30px 20px;
}
@media screen and (max-width: 699px) {
  .tour-schedule-item__point dt {
    font-size: 1rem;
  }
}

.tour-schedule-item__list {
  list-style: none;
}
.tour-schedule-item__list li {
  padding-left: 2em;
  position: relative;
  font-weight: 500;
}
.tour-schedule-item__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 1em;
}

.tour-inquiry {
  margin-bottom: 120px;
}
.tour-inquiry .section-title {
  text-align: center;
}

.tour-inquiry-list {
  list-style: none;
}
.tour-inquiry-list li {
  background: #EDF2F0;
  padding: 30px 0;
  border-radius: 5px;
  text-align: center;
}
.tour-inquiry-list .tour-inquiry-list__title {
  padding-top: 55px;
  font-weight: bold;
  font-size: 1.38rem;
  color: #719C8B;
}
.tour-inquiry-list .tour-inquiry-list__tel .tour-inquiry-list__title {
  background: url(../img/tour/inquiry/ico--tel.svg) center top no-repeat;
}
.tour-inquiry-list .tour-inquiry-list__form .tour-inquiry-list__title {
  background: url(../img/tour/inquiry/ico--form.svg) center 5px no-repeat;
}
.tour-inquiry-list .tour-inquiry-list__no {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 2.75rem;
}
.tour-inquiry-list .tour-inquiry-list__btn {
  background: #fff url(../img/tour/inquiry/ico--btn.svg) right 75px center no-repeat;
  padding: 25px 112px 25px 106px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 0;
  border-radius: 40px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.13rem;
  color: #719C8B;
}
@media screen and (min-width: 699px) {
  .tour-inquiry-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tour-inquiry-list li {
    width: 49%;
  }
}
@media screen and (max-width: 699px) {
  .tour-inquiry-list li {
    margin-bottom: 40px;
  }
  .tour-inquiry-list li .tour-inquiry-list__title {
    margin-bottom: 15px;
    font-size: 1.13rem;
  }
  .tour-inquiry-list li .tour-inquiry-list__no {
    font-size: 2rem;
  }
  .tour-inquiry-list li .tour-inquiry-list__btn {
    margin-top: 0;
  }
}

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

.u-color-sub {
  color: rgba(113, 156, 139, 0.13);
}

/* マーカーの設定 */
.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-marker-green, .benefits-support-sub__list li strong, .development-support-point li strong span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #EDF2F0));
  background: linear-gradient(transparent 40%, #EDF2F0 60%);
  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-over-parent, .bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule, .common-what, .common-read, .common-interview, .about-intro, .about-bros, .job-type, .member-section, .development-outro {
  margin-inline: -20px;
}
@media (min-width: 699px) {
  .u-over-parent, .bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule, .common-what, .common-read, .common-interview, .about-intro, .about-bros, .job-type, .member-section, .development-outro {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth, .bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule, .common-interview, .about-intro, .about-bros, .job-type, .member-section, .development-outro {
  padding-inline: 20px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth, .bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule, .common-interview, .about-intro, .about-bros, .job-type, .member-section, .development-outro {
    padding-inline: calc(50cqi - 50%);
  }
}

.bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule {
  background-color: #EDF2F0;
  padding-top: 165px;
  padding-bottom: 150px;
}
@media screen and (max-width: 699px) {
  .bg-section, .bg-section--gray, .faq-nav, .faq-container .faq-section:nth-of-type(odd), .tour-schedule {
    padding: 60px 20px;
  }
}

.bg-section--gray {
  background-color: #F5F5F5;
}

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

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

.u-target {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

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