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

.ff-zen-m, .u-txt-note, .walfare-wlb-point li.walfare-wlb-point__note, .walfare-benefit-sub .walfare-benefit-sub__note, .office-teritory-sub .office-teritory__note, body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b, .walfare-support-ret dt, .walfare-ins-list li, .page-intro, .catch .catch__ja, .title-lv2, .walfare-wlb-section .title-lv2, .title-lv1, .global-entry .global-entry__mynavi, footer, .common-entry-nav li a, .common-info li a, .common-entry .common-entry__text {
  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, .culture-section .culture-section__title strong.en, .culture-section .culture-section__title span, .bg-ptn-01 .bg-ptn-01__en, .catch .catch__en, .title-en, .footer-nav-item dt span, .global-item dt span, .common-entry-nav .common-entry-nav__entry a span, .common-info li a .common-info__en, .common-entry .common-entry__title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
}

.ff-en-b, .global-entry .global-entry__entry, .header-entry {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes link-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes link-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

body {
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  letter-spacing: 1.5px;
  font-size: calc(18 / 1366 * 100vw);
  color: #000;
}
@media (min-width: 700px) {
  body.is-menu-open {
    overflow: hidden;
    padding-right: var(--scrollbar-width);
  }
}
@media screen and (max-width: 699px) {
  body {
    letter-spacing: 0;
    font-size: calc(16 / 390 * 100vw);
  }
}

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

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

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

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

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

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

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

.clearfix, .header {
  display: block;
}

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

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

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

/* ページ幅 */
.layout-container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 700px) {
  .layout-container {
    width: calc(1100 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .layout-container {
    padding-left: calc(24 / 390 * 100vw);
    padding-right: calc(24 / 390 * 100vw);
  }
}

/* メインカラム */
.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;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  padding: calc(28 / 1366 * 100vw) calc(48 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  z-index: 2;
}
.header.active {
  background: rgba(255, 255, 255, 0.5);
}

/* ヘッダーメイン部分 */
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ヘッダーロゴ */
.header-site-name {
  margin-top: calc(8 / 1366 * 100vw);
  float: left;
  line-height: 1px;
}
.header-site-name img {
  width: calc(137 / 1366 * 100vw);
  margin-right: calc(12 / 1366 * 100vw);
}
.header-site-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: calc(14 / 1366 * 100vw);
  font-weight: bold;
  color: #030303;
}
@media screen and (max-width: 699px) {
  .header-site-name {
    margin-top: calc(15 / 390 * 100vw);
  }
  .header-site-name img {
    width: calc(100 / 390 * 100vw);
    margin-right: calc(6 / 390 * 100vw);
  }
  .header-site-name a {
    font-size: calc(12 / 390 * 100vw);
  }
}

.header-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(15 / 1366 * 100vw);
}

.header-entry {
  background: #FF2020;
  width: calc(164 / 1366 * 100vw);
  height: calc(74 / 1366 * 100vw);
  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;
  border-radius: calc(10 / 1366 * 100vw);
  line-height: 1;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: calc(24 / 1366 * 100vw);
  color: #fff;
}
.header-entry:hover {
  background: #004395;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .header-entry {
    width: calc(90 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.header-menu, .close-btn {
  background: #004395 url(../img/common/header/btn--menu.svg) center center no-repeat;
  background-size: calc(40 / 1366 * 100vw);
  width: calc(84 / 1366 * 100vw);
  height: calc(74 / 1366 * 100vw);
  display: block;
  border-radius: 10px;
  border: none;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
}
.header-menu:hover, .close-btn:hover {
  background-color: #FF2020;
}
@media screen and (max-width: 699px) {
  .header-menu, .close-btn {
    background-size: calc(25 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }
}

/*
	フッターの指定
*/
.common-entry {
  background: url(../img/common/item/contact/bgi--02.svg) center calc(224 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/bgi--01.svg) center top no-repeat;
  background-size: 100% auto, 100% auto;
  padding-top: calc(260 / 1366 * 100vw);
  padding-bottom: calc(190 / 1366 * 100vw);
  margin-bottom: calc(-80 / 1366 * 100vw);
  position: relative;
}
.common-entry .common-entry__title {
  margin-bottom: calc(45 / 1366 * 100vw);
  line-height: 1;
  font-size: calc(150 / 1366 * 100vw);
  color: #FF2020;
}
.common-entry .common-entry__text {
  margin-bottom: calc(65 / 1366 * 100vw);
  letter-spacing: 1.5px;
  text-align: center;
  font-size: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .common-entry {
    background: url(../img/common/item/contact/bgi--sp.svg) center top no-repeat;
    background-size: 100% auto;
    background-color: #E5ECF4;
    padding: calc(130 / 390 * 100vw) calc(20 / 390 * 100vw) calc(130 / 390 * 100vw);
    margin-bottom: calc(-80 / 390 * 100vw);
  }
  .common-entry .common-entry__title {
    font-size: calc(60 / 390 * 100vw);
  }
  .common-entry .common-entry__text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.common-info {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
.common-info li a {
  background: #FF2020;
  padding-top: calc(33 / 1366 * 100vw);
  padding-left: calc(63 / 1366 * 100vw);
  border-radius: calc(100 / 1366 * 100vw);
  aspect-ratio: 520/142;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: left;
  font-size: calc(24 / 1366 * 100vw);
  color: #fff;
}
.common-info li a span {
  width: 100%;
  display: block;
}
.common-info li a .common-info__en {
  margin-bottom: calc(10 / 1366 * 100vw);
  font-size: calc(36 / 1366 * 100vw);
}
.common-info li a:hover {
  background-color: #004395;
}
@media (min-width: 700px) {
  .common-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(65 / 1366 * 100vw);
    position: absolute;
    top: calc(50 / 1366 * 100vw);
    left: 0;
  }
  .common-info li {
    width: calc(520 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .common-info {
    margin-bottom: calc(50 / 390 * 100vw);
  }
  .common-info li {
    margin-bottom: calc(30 / 390 * 100vw);
  }
  .common-info li a {
    border-radius: calc(100 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
    padding-left: calc(43 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .common-info li a .common-info__en {
    font-size: calc(30 / 390 * 100vw);
  }
}

.common-entry-nav {
  list-style: none;
}
.common-entry-nav li a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1.4px;
  font-size: calc(24 / 1366 * 100vw);
}
.common-entry-nav li a span, .common-entry-nav li a img {
  display: block;
}
.common-entry-nav .common-entry-nav__entry a {
  background: url(../img/common/item/contact/ico--arrow-navy.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-white.svg) right calc(20 / 1366 * 100vw) bottom calc(25 / 1366 * 100vw) no-repeat;
  background-size: auto, calc(70 / 1366 * 100vw) calc(70 / 1366 * 100vw);
  background-color: #004395;
  padding-top: calc(83 / 1366 * 100vw);
  padding-left: calc(78 / 1366 * 100vw);
  color: #fff;
}
.common-entry-nav .common-entry-nav__entry a span {
  line-height: 1;
  margin-bottom: calc(20 / 1366 * 100vw);
  font-size: calc(36 / 1366 * 100vw);
  color: #FF2020;
}
.common-entry-nav .common-entry-nav__entry a:hover {
  background: url(../img/common/item/contact/ico--arrow-navy.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-white.svg) right calc(10 / 1366 * 100vw) bottom calc(15 / 1366 * 100vw) no-repeat;
  background-size: auto, calc(90 / 1366 * 100vw) calc(90 / 1366 * 100vw);
  background-color: #004395;
}
.common-entry-nav .common-entry-nav__mynavi a {
  background: url(../img/common/item/contact/ico--arrow-white.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-navy.svg) right calc(20 / 1366 * 100vw) bottom calc(25 / 1366 * 100vw) no-repeat;
  background-size: auto, calc(70 / 1366 * 100vw) calc(70 / 1366 * 100vw);
  background-color: #fff;
  padding-top: calc(83 / 1366 * 100vw);
  padding-left: calc(78 / 1366 * 100vw);
}
.common-entry-nav .common-entry-nav__mynavi a img {
  width: calc(188 / 1366 * 100vw);
  margin-bottom: calc(26 / 1366 * 100vw);
}
.common-entry-nav .common-entry-nav__mynavi a span {
  font-size: 0.75em;
}
.common-entry-nav .common-entry-nav__mynavi a:hover {
  background: url(../img/common/item/contact/ico--arrow-white.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-navy.svg) right calc(10 / 1366 * 100vw) bottom calc(15 / 1366 * 100vw) no-repeat;
  background-size: auto, calc(90 / 1366 * 100vw) calc(90 / 1366 * 100vw);
  background-color: #fff;
}
@media (min-width: 700px) {
  .common-entry-nav {
    width: calc(1105 / 1366 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .common-entry-nav li {
    width: calc(520 / 1366 * 100vw);
    aspect-ratio: 52/27;
    border-radius: calc(30 / 1366 * 100vw);
  }
  .common-entry-nav li a {
    border-radius: calc(30 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .common-entry-nav li {
    width: 100%;
    aspect-ratio: 52/27;
    border-radius: calc(30 / 390 * 100vw);
    margin-bottom: calc(15 / 390 * 100vw);
  }
  .common-entry-nav li a {
    border-radius: calc(30 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
  .common-entry-nav .common-entry-nav__entry a {
    background: url(../img/common/item/contact/ico--arrow-navy.svg) right calc(32 / 390 * 100vw) bottom calc(30 / 390 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-white.svg) right calc(15 / 390 * 100vw) bottom calc(15 / 390 * 100vw) no-repeat;
    background-size: calc(8 / 390 * 100vw) auto, calc(47 / 390 * 100vw) calc(47 / 390 * 100vw);
    background-color: #004395;
    padding-top: calc(56 / 390 * 100vw);
    padding-left: calc(40 / 390 * 100vw);
    color: #fff;
  }
  .common-entry-nav .common-entry-nav__entry a span {
    line-height: 1;
    margin-bottom: calc(5 / 390 * 100vw);
    font-size: calc(36 / 390 * 100vw);
  }
  .common-entry-nav .common-entry-nav__entry a:hover {
    background: url(../img/common/item/contact/ico--arrow-navy.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-white.svg) right calc(10 / 1366 * 100vw) bottom calc(15 / 1366 * 100vw) no-repeat;
    background-size: auto, calc(90 / 1366 * 100vw) calc(90 / 1366 * 100vw);
    background-color: #004395;
  }
  .common-entry-nav .common-entry-nav__mynavi a {
    background: url(../img/common/item/contact/ico--arrow-white.svg) right calc(32 / 390 * 100vw) bottom calc(30 / 390 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-navy.svg) right calc(15 / 390 * 100vw) bottom calc(15 / 390 * 100vw) no-repeat;
    background-size: calc(8 / 390 * 100vw) auto, calc(47 / 390 * 100vw) calc(47 / 390 * 100vw);
    background-color: #fff;
    padding-top: calc(43 / 390 * 100vw);
    padding-left: calc(40 / 390 * 100vw);
  }
  .common-entry-nav .common-entry-nav__mynavi a img {
    width: calc(157 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .common-entry-nav .common-entry-nav__mynavi a:hover {
    background: url(../img/common/item/contact/ico--arrow-white.svg) right calc(50 / 1366 * 100vw) bottom calc(50 / 1366 * 100vw) no-repeat, url(../img/common/item/contact/ico--bg-navy.svg) right calc(10 / 1366 * 100vw) bottom calc(15 / 1366 * 100vw) no-repeat;
    background-size: calc(8 / 390 * 100vw) auto, calc(47 / 390 * 100vw) calc(47 / 390 * 100vw);
    background-color: #fff;
  }
}

.job-info-return {
  padding-top: calc(120 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .job-info-return {
    padding-top: calc(60 / 390 * 100vw);
  }
}

/* フッター外枠 */
footer {
  background: #fff;
  padding: calc(60 / 1366 * 100vw) calc(132 / 1366 * 100vw) calc(42 / 1366 * 100vw);
  border-radius: calc(60 / 1366 * 100vw) calc(60 / 1366 * 100vw) 0 0;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 699px) {
  footer {
    border-radius: calc(60 / 390 * 100vw) calc(60 / 390 * 100vw) 0 0;
  }
}
@media screen and (max-width: 699px) {
  footer {
    padding: calc(60 / 390 * 100vw) calc(132 / 1366 * 100vw) calc(42 / 1366 * 100vw);
    border-radius: calc(60 / 390 * 100vw) calc(55 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

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

@media (min-width: 700px) {
  .footer-nav {
    width: calc(780 / 1366 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav .footer-nav-item, .footer-nav .global-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 699px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-item, .global-item {
  margin-bottom: 30px;
  letter-spacing: 1.4px;
}
.footer-nav-item dt, .global-item dt {
  margin-bottom: calc(15 / 1366 * 100vw);
  line-height: 1;
  font-weight: bold;
  font-size: calc(12 / 1366 * 100vw);
  color: #004395;
}
.footer-nav-item dt span, .global-item dt span {
  display: block;
  margin-left: calc(-10 / 1366 * 100vw);
  margin-bottom: calc(10 / 1366 * 100vw);
  font-size: calc(28 / 1366 * 100vw);
  color: #030303;
}
.footer-nav-item dd ul, .global-item dd ul {
  list-style: none;
  font-size: calc(14 / 1366 * 100vw);
}
.footer-nav-item dd ul li, .global-item dd ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  position: relative;
}
.footer-nav-item dd ul li::before, .global-item dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF2020;
}
.footer-nav-item dd ul li a, .global-item dd ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-decoration: none;
  color: #A0A0A0;
}
.footer-nav-item dd ul li a::after, .global-item dd ul li a::after {
  content: " ";
  background: #A0A0A0;
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.footer-nav-item dd ul li a:hover::after, .global-item dd ul li a:hover::after {
  -webkit-animation: link-line 0.4s linear 0s forwards;
          animation: link-line 0.4s linear 0s forwards;
}

/* フッター　会社情報 */
.footer-address {
  font-size: calc(14 / 1366 * 100vw);
}
.footer-address .footer-address__logo {
  display: block;
  margin-bottom: calc(20 / 1366 * 100vw);
}
.footer-address .footer-address__logo img {
  width: calc(220 / 1366 * 100vw);
  margin-bottom: calc(5 / 1366 * 100vw);
  display: block;
}
.footer-address .footer-address__logo {
  text-decoration: none;
}
.footer-address .footer-address__text {
  margin-bottom: calc(35 / 1366 * 100vw);
  color: #004395;
}
.footer-address .footer-address__map-link {
  margin-bottom: calc(35 / 1366 * 100vw);
}
.footer-address .footer-address__map-link a {
  background: url(../img/common/footer/ico--map.svg) right top no-repeat;
  background-size: calc(16 / 1366 * 100vw) auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: calc(25 / 1366 * 100vw);
  display: block;
  text-decoration: none;
  color: #004395;
}
@media (min-width: 700px) {
  .footer-address {
    width: calc(240 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .footer-address {
    font-size: calc(14 / 390 * 100vw);
  }
  .footer-address .footer-address__logo {
    margin-bottom: calc(40 / 390 * 100vw);
    text-align: center;
  }
  .footer-address .footer-address__logo img {
    width: calc(220 / 390 * 100vw);
    margin: 0 auto calc(5 / 390 * 100vw);
    display: block;
  }
  .footer-address .footer-address__logo {
    text-decoration: none;
  }
  .footer-address .footer-address__text {
    margin: 0 calc(25 / 390 * 100vw) calc(15 / 390 * 100vw);
    color: #004395;
  }
  .footer-address .footer-address__map-link {
    margin: 0 calc(25 / 390 * 100vw) calc(35 / 390 * 100vw);
  }
  .footer-address .footer-address__map-link a {
    background-size: calc(16 / 390 * 100vw) auto;
    padding-right: calc(25 / 390 * 100vw);
  }
}

.footer-address__corp-link, .global__corp-link {
  background: url(../img/common/footer/ico--corp-link.svg) right calc(20 / 1366 * 100vw) center no-repeat, url(../img/common/footer/ico--bg-navy.svg) right calc(10 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(31 / 1366 * 100vw) auto;
  border: 2px solid #004395;
  display: block;
  padding: calc(15 / 1366 * 100vw) calc(38 / 1366 * 100vw) calc(15 / 1366 * 100vw) calc(23 / 1366 * 100vw);
  border-radius: calc(60 / 1366 * 100vw);
  text-decoration: none;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: calc(13 / 1366 * 100vw);
  color: #030303;
}
@media (min-width: 700px) {
  .footer-address__corp-link:hover, .global__corp-link:hover {
    background: url(../img/common/footer/ico--corp-link.svg) right calc(20 / 1366 * 100vw) center no-repeat, url(../img/common/footer/ico--bg-navy.svg) right calc(5 / 1366 * 100vw) center no-repeat;
    background-size: auto, calc(41 / 1366 * 100vw) auto;
  }
}
@media screen and (max-width: 699px) {
  .footer-address__corp-link, .global__corp-link {
    background: url(../img/common/footer/ico--corp-link.svg) right calc(20 / 390 * 100vw) center no-repeat, url(../img/common/footer/ico--bg-navy.svg) right calc(10 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(31 / 390 * 100vw) auto;
    width: calc(285 / 390 * 100vw);
    padding: calc(18 / 390 * 100vw) calc(0 / 390 * 100vw) calc(18 / 390 * 100vw) calc(0 / 390 * 100vw);
    margin: 0 auto calc(53 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
    text-align: center;
    font-size: calc(15 / 390 * 100vw);
  }
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  color: #D9D9D9;
}
@media (min-width: 700px) {
  .copy {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .copy {
    width: 100%;
    display: block;
    text-align: center;
    font-size: calc(12 / 390 * 100vw);
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: rgba(82, 79, 79, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 699px) {
  .global-nav {
    background: #fff;
  }
}

.global-nav-bg-cloase {
  background: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.global-main {
  background: url(../img/common/item/menu/bgi--global.svg) right top no-repeat;
  background-size: calc(760 / 1366 * 100vw) 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 700px) {
  .global-main {
    width: calc(760 / 1366 * 100vw);
    padding: calc(25 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(100 / 1366 * 100vw) calc(230 / 1366 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .global-main {
    padding: calc(10 / 390 * 100vw) calc(25 / 390 * 100vw) calc(25 / 390 * 100vw);
  }
}

.global-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .global-nav-header {
    margin-bottom: calc(90 / 1366 * 100vw);
  }
  .global-nav-header .header-site-name a {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .global-nav-header {
    margin-left: calc(-10 / 390 * 100vw);
    margin-right: calc(-10 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .global-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(130 / 1366 * 100vw);
  }
  .global-layout .global-item {
    width: 50%;
    margin-bottom: calc(50 / 1366 * 100vw);
  }
}

@media screen and (max-width: 699px) {
  .global-item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(12 / 390 * 100vw);
  }
  .global-item dt span {
    margin-right: calc(15 / 390 * 100vw);
    font-size: calc(28 / 390 * 100vw);
  }
  .global-item dd ul {
    font-size: calc(14 / 390 * 100vw);
  }
}

.close-btn {
  background: #004395 url(../img/common/item/menu/ico--close.svg) center center no-repeat;
  background-size: calc(31 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .close-btn {
    background-size: calc(22 / 390 * 100vw);
  }
}

.global-entry {
  list-style: none;
}
.global-entry .global-entry__entry {
  background: #FF2020;
  width: calc(207 / 1366 * 100vw);
  height: calc(74 / 1366 * 100vw);
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: calc(24 / 1366 * 100vw);
  color: #fff;
}
.global-entry .global-entry__entry:hover {
  background: #004395;
  color: #fff;
}
.global-entry .global-entry__mynavi {
  background: #004395 url(../img/common/item/menu/ico--mynavi.svg) right calc(20 / 1366 * 100vw) center no-repeat;
  background-size: calc(12 / 1366 * 100vw);
  width: calc(260 / 1366 * 100vw);
  height: calc(74 / 1366 * 100vw);
  padding-left: calc(20 / 1366 * 100vw);
  -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;
  border-radius: 10px;
  border: none;
  line-height: 1;
  text-decoration: none;
  font-size: calc(16 / 1366 * 100vw);
  color: #fff;
}
.global-entry .global-entry__mynavi span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 0.75em;
}
.global-entry .global-entry__mynavi:hover {
  background-color: #FF2020;
  color: #fff;
}
@media (min-width: 700px) {
  .global-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: calc(880 / 1366 * 100vw);
    right: calc(50 / 1366 * 100vw);
    gap: 27px;
  }
}
@media screen and (max-width: 699px) {
  .global-entry {
    margin-bottom: calc(45 / 390 * 100vw);
  }
  .global-entry .global-entry__entry {
    width: 100%;
    height: calc(74 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
  .global-entry .global-entry__mynavi {
    background: #004395 url(../img/common/item/menu/ico--mynavi.svg) right calc(20 / 390 * 100vw) center no-repeat;
    background-size: calc(12 / 390 * 100vw);
    width: 100%;
    height: calc(74 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(18 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .global__corp-link {
    width: calc(206 / 1366 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #004395;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #004395;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

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

/* 見出し */
.title-en {
  margin-bottom: calc(40 / 1366 * 100vw);
  text-align: center;
  line-height: 0.7;
  font-size: calc(150 / 1366 * 100vw);
  color: #004395;
}
@media screen and (max-width: 699px) {
  .title-en {
    margin-bottom: calc(15 / 390 * 100vw);
    line-height: 1;
    font-size: calc(60 / 390 * 100vw);
  }
}

.title-lv1 {
  margin-bottom: calc(30 / 1366 * 100vw);
  line-height: 1.5;
  font-size: calc(48 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .title-lv1 {
    margin-bottom: calc(40 / 390 * 100vw);
    font-size: calc(30 / 390 * 100vw);
  }
  .title-lv1.sp-small {
    font-size: calc(20 / 390 * 100vw);
  }
}

.title-lv2, .walfare-wlb-section .title-lv2 {
  margin-bottom: calc(30 / 1366 * 100vw);
  line-height: 1.5;
  color: #004395;
}
@media screen and (max-width: 699px) {
  .title-lv2, .walfare-wlb-section .title-lv2 {
    margin-bottom: calc(30 / 390 * 100vw);
  }
}

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

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

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

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

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

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

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail {
  background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(10 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(31 / 1366 * 100vw) auto;
  width: calc(360 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #004395;
  display: block;
  padding: calc(15 / 1366 * 100vw) calc(38 / 1366 * 100vw) calc(15 / 1366 * 100vw) calc(23 / 1366 * 100vw);
  border-radius: calc(60 / 1366 * 100vw);
  text-decoration: none;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  color: #030303;
}
.btn-detail:hover {
  background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(5 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(41 / 1366 * 100vw) auto;
}
.btn-detail.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .btn-detail {
    background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 390 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(10 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(31 / 390 * 100vw) auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(15 / 390 * 100vw) calc(48 / 390 * 100vw) calc(15 / 390 * 100vw) calc(23 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}

.link-detail {
  background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(5 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(40 / 1366 * 100vw) auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-top: calc(7 / 1366 * 100vw);
  padding-bottom: calc(7 / 1366 * 100vw);
  padding-right: calc(50 / 1366 * 100vw);
  text-decoration: none;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  color: #030303;
}
.link-detail:hover {
  background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(2.5 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(45 / 1366 * 100vw) auto;
}
.link-detail.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .link-detail {
    background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 390 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(5 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(40 / 390 * 100vw) auto;
    padding-top: calc(7 / 390 * 100vw);
    padding-bottom: calc(7 / 390 * 100vw);
    padding-right: calc(50 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .link-detail:hover {
    background: url(../img/common/item/mark/ico--arrow-right.svg) right calc(22 / 390 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) right calc(2.5 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(45 / 390 * 100vw) auto;
  }
}

.link-detail-prev {
  background: url(../img/common/item/mark/ico--arrow-left.svg) left calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) left calc(5 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(40 / 1366 * 100vw) auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-top: calc(7 / 1366 * 100vw);
  padding-bottom: calc(7 / 1366 * 100vw);
  padding-left: calc(50 / 1366 * 100vw);
  text-decoration: none;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  color: #030303;
}
.link-detail-prev:hover {
  background: url(../img/common/item/mark/ico--arrow-left.svg) left calc(22 / 1366 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) left calc(2.5 / 1366 * 100vw) center no-repeat;
  background-size: auto, calc(45 / 1366 * 100vw) auto;
}
.link-detail-prev.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .link-detail-prev {
    background: url(../img/common/item/mark/ico--arrow-left.svg) left calc(22 / 390 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) left calc(5 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(40 / 390 * 100vw) auto;
    padding-top: calc(7 / 390 * 100vw);
    padding-bottom: calc(7 / 390 * 100vw);
    padding-left: calc(50 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .link-detail-prev:hover {
    background: url(../img/common/item/mark/ico--arrow-left.svg) left calc(22 / 390 * 100vw) center no-repeat, url(../img/common/item/mark/ico--bg-navy.svg) left calc(2.5 / 390 * 100vw) center no-repeat;
    background-size: auto, calc(45 / 390 * 100vw) auto;
  }
}

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

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

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

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

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

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

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

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

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

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

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: url(../img/common/catch/bgi--common.svg) center bottom no-repeat;
  background-size: cover;
  height: calc(525 / 1366 * 100vw);
  padding-top: calc(148 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.catch .catch__ja {
  text-align: center;
  margin-bottom: calc(20 / 1366 * 100vw);
  line-height: 1;
  letter-spacing: 1.4px;
  font-size: calc(24 / 1366 * 100vw);
}
.catch .catch__en {
  line-height: 1;
  display: block;
  text-align: center;
  font-size: calc(130 / 1366 * 100vw);
  color: #FF2020;
}
.catch .catch__ribbon {
  display: none;
}
.catch.catch-photo::before {
  content: "";
  background: url(../img/common/catch/pic--photo-deco.svg) right top no-repeat;
  background-size: cover;
  width: calc(209 / 1366 * 100vw);
  height: calc(302 / 1366 * 100vw);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.catch.catch-photo .catch__ja {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.catch.catch-photo .catch__en {
  text-shadow: 2px 6px 0 #FF2020;
  color: #fff;
}
.catch.catch-message {
  background-image: url(../img/common/catch/bgi--message.webp);
}
.catch.catch-dialy {
  background-image: url(../img/common/catch/bgi--dialy.webp);
}
.catch.catch-office {
  background-image: url(../img/common/catch/bgi--office.webp);
}
.catch.catch-walfare {
  background-image: url(../img/common/catch/bgi--welfare.webp);
}
.catch.catch-learn {
  background-image: url(../img/common/catch/bgi--learn.webp);
}
.catch.catch-learn .catch__en {
  padding-left: calc(90 / 1366 * 100vw);
  font-size: calc(100 / 1366 * 100vw);
}
.catch.catch-growth {
  background-image: url(../img/common/catch/bgi--growth.webp);
}
.catch.catch-growth .catch__en {
  font-size: calc(100 / 1366 * 100vw);
}
.catch.catch-career {
  background-image: url(../img/common/catch/bgi--career.webp);
}
.catch.catch-project {
  background-image: url(../img/common/catch/bgi--project.webp);
}
.catch.catch-oneday {
  background-image: url(../img/common/catch/bgi--oneday.webp);
}
.catch.catch-culture {
  background-image: url(../img/common/catch/bgi--culture.webp);
}
.catch.catch-culture .catch__en {
  font-size: calc(100 / 1366 * 100vw);
}
.catch.catch-business {
  background-image: url(../img/common/catch/bgi--business.webp);
}
@media screen and (max-width: 699px) {
  .catch {
    height: auto;
    padding-top: calc(100 / 390 * 100vw);
    padding-bottom: calc(90 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
  }
  .catch .catch__ja {
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .catch .catch__en {
    font-size: calc(55 / 390 * 100vw);
  }
  .catch .catch__en.small {
    font-size: calc(50 / 390 * 100vw);
  }
  .catch.catch-photo::before {
    content: "";
    background: url(../img/common/catch/pic--photo-deco.svg) right top no-repeat;
    background-size: cover;
    width: calc(209 / 1366 * 100vw);
    height: calc(302 / 1366 * 100vw);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .catch.catch-photo .catch__en {
    font-size: calc(50 / 390 * 100vw);
  }
}

.topic-path {
  width: calc(100% - 136 / 1366 * 100vw);
  margin: 0 auto calc(75 / 1366 * 100vw);
  text-align: right;
  list-style: none;
}
.topic-path li::before {
  content: "/　";
}
.topic-path li:nth-child(1)::before {
  content: none;
}
.topic-path li {
  display: inline-block;
  font-size: calc(16 / 1366 * 100vw);
}
.topic-path li a {
  color: #A0A0A0;
}
@media screen and (max-width: 699px) {
  .topic-path {
    width: auto;
    margin: 0 calc(30 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
  .topic-path li {
    font-size: calc(14 / 390 * 100vw);
  }
}

.page-intro {
  margin-bottom: calc(120 / 1366 * 100vw);
}
.page-intro .page-intro__lede {
  margin-bottom: calc(50 / 1366 * 100vw);
  line-height: 1.5;
  font-size: calc(42 / 1366 * 100vw);
}
.page-intro .page-intro__sub-lede {
  margin-bottom: calc(50 / 1366 * 100vw);
  line-height: 1.5;
  font-size: calc(36 / 1366 * 100vw);
}
.page-intro .page-intro__text {
  font-size: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .page-intro {
    margin-bottom: calc(80 / 390 * 100vw);
  }
  .page-intro .page-intro__lede {
    margin-right: calc(-20 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(28 / 390 * 100vw);
  }
  .page-intro .page-intro__sub-lede {
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
  .page-intro .page-intro__text {
    font-size: calc(16 / 390 * 100vw);
  }
}

/* bg */
.bg-red-01 {
  background: url(../img/common/item/bgi/bgi--red-01-bottom.svg) left bottom no-repeat, url(../img/common/item/bgi/bgi--red-01-top.svg) left top no-repeat;
  background-size: 100% auto;
  background-color: #FF2020;
  padding-top: calc(200 / 1366 * 100vw);
  padding-bottom: calc(200 / 1366 * 100vw);
  color: #fff;
}

.bg-red-02 {
  background: url(../img/common/item/bgi/bgi--red-01-bottom.svg) left bottom no-repeat, url(../img/common/item/bgi/bgi--red-01-mark.svg) right calc(96 / 1366 * 100vw) top calc(134 / 1366 * 100vw) no-repeat, url(../img/common/item/bgi/bgi--red-01-top.svg) left top no-repeat;
  background-size: 100% auto, auto, 100% auto;
  background-color: #FF2020;
  padding-top: calc(200 / 1366 * 100vw);
  padding-bottom: calc(200 / 1366 * 100vw);
  color: #fff;
}
@media screen and (max-width: 699px) {
  .bg-red-02 {
    background: url(../img/common/item/bgi/bgi--red-01-bottom.svg) left bottom -1px no-repeat, url(../img/common/item/bgi/bgi--red-01-mark.svg) right calc(-5 / 390 * 100vw) top calc(10 / 390 * 100vw) no-repeat, url(../img/common/item/bgi/bgi--red-01-top.svg) left -1px no-repeat;
    background-size: 100% auto, calc(125 / 390 * 100vw) auto, 100% auto;
    background-color: #FF2020;
    padding-top: calc(150 / 390 * 100vw);
    padding-bottom: calc(150 / 390 * 100vw);
  }
}

.bg-ptn-01 {
  background: url(../img/common/item/bgi/bgi--ptn-01-bottom.svg) left bottom no-repeat, url(../img/common/item/bgi/bgi--ptn-01-top.svg) left top no-repeat;
  background-size: 100% auto;
  background-color: #E5ECF4;
  padding: calc(297 / 1366 * 100vw) calc(65 / 1366 * 100vw) calc(366 / 1366 * 100vw) calc(337 / 1366 * 100vw);
  text-align: left;
  position: relative;
}
.bg-ptn-01 .bg-ptn-01__en {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  top: calc(220 / 1366 * 100vw);
  left: calc(130 / 1366 * 100vw);
  line-height: 0.7;
  letter-spacing: 1.5px;
  font-size: calc(150 / 1366 * 100vw);
  color: #fff;
}
.bg-ptn-01.no-en {
  padding: calc(297 / 1366 * 100vw) calc(130 / 1366 * 100vw) calc(285 / 1366 * 100vw) calc(140 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .bg-ptn-01 {
    background: url(../img/common/item/bgi/bgi--ptn-01-bottom-sp.svg) left bottom no-repeat, url(../img/common/item/bgi/bgi--ptn-01-top-sp.svg) left top no-repeat;
    background-size: 100% auto;
    background-color: #E5ECF4;
    padding: calc(143 / 390 * 100vw) calc(24 / 390 * 100vw) calc(160 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
  .bg-ptn-01 .bg-ptn-01__en {
    top: calc(83 / 390 * 100vw);
    left: calc(22 / 390 * 100vw);
  }
  .bg-ptn-01 .layout-container {
    padding-left: 0;
    padding-right: 0;
  }
  .bg-ptn-01.no-en {
    padding: calc(180 / 390 * 100vw) calc(24 / 390 * 100vw) calc(185 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .bg-ptn-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;
    gap: 40px;
  }
  .bg-ptn-layout > img {
    width: calc(487 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .bg-ptn-layout > div {
    margin-bottom: calc(60 / 390 * 100vw);
  }
}

.bg-ptn-section .bg-ptn-section__title {
  margin-bottom: calc(36 / 1366 * 100vw);
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: calc(36 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .bg-ptn-section .bg-ptn-section__title {
    margin-right: calc(-60 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .bg-ptn-section .bg-ptn-section__title {
    margin-bottom: calc(25 / 390 * 100vw);
    font-size: calc(25 / 390 * 100vw);
  }
}

.culture-section {
  margin-bottom: calc(80 / 1366 * 100vw);
}
.culture-section:last-child {
  margin-bottom: 0;
}
.culture-section .culture-section__title {
  margin-bottom: calc(30 / 1366 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: calc(36 / 1366 * 100vw);
}
.culture-section .culture-section__title span {
  width: 2em;
  display: block;
  line-height: 0.7;
  font-size: calc(56 / 1366 * 100vw);
}
.culture-section .culture-section__title strong {
  width: calc(100% - 2.5em);
  display: block;
}
.culture-section .culture-section__title strong.en {
  line-height: 0.7;
  font-size: calc(36 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .culture-section {
    margin-bottom: calc(100 / 390 * 100vw);
  }
  .culture-section .culture-section__title {
    margin-bottom: calc(25 / 390 * 100vw);
    font-size: calc(25 / 390 * 100vw);
  }
  .culture-section .culture-section__title span {
    font-size: calc(56 / 390 * 100vw);
  }
  .culture-section .culture-section__title strong {
    font-size: calc(36 / 390 * 100vw);
  }
  .culture-section .culture-section__title strong.en {
    font-size: calc(36 / 390 * 100vw);
  }
  .culture-section .culture-section__title.row2 {
    display: block;
  }
  .culture-section .culture-section__title.row2 span {
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .culture-section .culture-section__title.row2 strong {
    width: 100%;
  }
}

/*
	サイト全体のアイテムの設定
*/
.offcie-about {
  margin-bottom: calc(120 / 1366 * 100vw);
}
.offcie-about .title-lv1 {
  margin-bottom: calc(80 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .offcie-about {
    margin-bottom: calc(120 / 390 * 100vw);
  }
  .offcie-about .title-lv1, .offcie-about .offcie-about-sub-01 .bg-ptn-section__title {
    padding-left: calc(80 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .offcie-about-layout-01 img {
    margin-top: calc(-120 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .offcie-about-layout-01 {
    margin-bottom: calc(80 / 390 * 100vw);
  }
}

.offcie-about-sub-01 {
  margin-bottom: calc(90 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .offcie-about-sub-01 .bg-ptn-section__title {
    margin-right: calc(-60 / 1366 * 100vw);
  }
}

@media (min-width: 700px) {
  .offcie-about-layout-02 img {
    margin-top: calc(-26 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .offcie-about-layout-02 {
    margin-bottom: calc(80 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .offcie-about-sub-01 p, .offcie-about-sub-02 p {
    width: calc(384 / 1366 * 100vw);
  }
}

.office-teritory .title-lv1 {
  margin-bottom: 60px;
  text-align: center;
}

.office-teritory-section .page-intro {
  margin-bottom: calc(100 / 1366 * 100vw);
  text-align: center;
}
@media screen and (max-width: 699px) {
  .office-teritory-section .page-intro {
    margin-bottom: calc(60 / 390 * 100vw);
    text-align: left;
  }
}

.office-teritory-layout {
  margin-bottom: calc(140 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .office-teritory-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .office-teritory-layout.office-teritory-layout--01 {
    gap: calc(30 / 1366 * 100vw);
  }
  .office-teritory-layout.office-teritory-layout--01 .office-teritory-sub {
    width: calc(330 / 1366 * 100vw);
  }
  .office-teritory-layout.office-teritory-layout--02 {
    gap: calc(54 / 1366 * 100vw);
  }
  .office-teritory-layout.office-teritory-layout--02 .office-teritory-sub {
    width: calc(424 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .office-teritory-layout .office-teritory-sub {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}

.office-teritory-sub {
  background: #E5ECF4;
  padding: calc(33 / 1366 * 100vw) calc(35 / 1366 * 100vw);
  border-radius: calc(40 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.office-teritory-sub .office-teritory-sub__title {
  margin-bottom: calc(20 / 1366 * 100vw);
  line-height: 1.5;
  font-size: calc(30 / 1366 * 100vw);
  color: #004395;
}
.office-teritory-sub .office-teritory__note {
  position: absolute;
  bottom: calc(20 / 1366 * 100vw);
  left: calc(40 / 1366 * 100vw);
  font-size: calc(14 / 1366 * 100vw);
  color: #004395;
}
@media screen and (max-width: 699px) {
  .office-teritory-sub {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: calc(40 / 390 * 100vw);
  }
  .office-teritory-sub .office-teritory-sub__title {
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
  .office-teritory-sub .office-teritory__note {
    position: absolute;
    bottom: calc(20 / 390 * 100vw);
    left: calc(40 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.office-teritory-photo {
  background: url(../img/environment/office/bgi--photo.webp) center top no-repeat;
  background-size: auto 100%;
  height: calc(244 / 1366 * 100vw);
  margin-bottom: calc(120 / 1366 * 100vw);
}

.walfare-support-bg {
  margin-bottom: calc(120 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .walfare-support-bg {
    margin-bottom: calc(120 / 390 * 100vw);
  }
  .walfare-support-bg .walfare-support-01 .title-lv1 {
    padding-left: calc(60 / 390 * 100vw);
  }
  .walfare-support-bg .walfare-support-bg-head {
    padding-left: calc(60 / 390 * 100vw);
  }
  .walfare-support-bg .walfare-support-bg-head .walfare-support__text {
    margin-bottom: calc(40 / 390 * 100vw);
  }
}

.walfare-support {
  margin-bottom: calc(120 / 1366 * 100vw);
}
.walfare-support:last-child {
  margin-bottom: 0;
}
.walfare-support .walfare-support__text {
  margin-bottom: calc(30 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .walfare-support {
    width: calc(902 / 1366 * 100vw);
  }
  .walfare-support .title-lv1 {
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .walfare-support {
    margin-bottom: calc(80 / 390 * 100vw);
  }
  .walfare-support .walfare-support__text {
    margin-bottom: calc(30 / 390 * 100vw);
  }
}

.walfare-benefit-layout {
  margin-bottom: calc(60 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .walfare-benefit-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(54 / 1366 * 100vw);
  }
  .walfare-benefit-layout .walfare-benefit-sub {
    width: calc(424 / 1366 * 100vw);
  }
}

.walfare-benefit-sub {
  background: #fff;
  padding: calc(33 / 1366 * 100vw) calc(45 / 1366 * 100vw) calc(62 / 1366 * 100vw);
  border-radius: calc(40 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.walfare-benefit-sub .walfare-benefit-sub__title {
  margin-bottom: calc(20 / 1366 * 100vw);
  line-height: 1.5;
  font-size: calc(30 / 1366 * 100vw);
  color: #004395;
}
.walfare-benefit-sub .walfare-benefit-sub__note {
  position: absolute;
  bottom: calc(20 / 1366 * 100vw);
  left: calc(40 / 1366 * 100vw);
  font-size: calc(14 / 1366 * 100vw);
  color: #004395;
}
@media screen and (max-width: 699px) {
  .walfare-benefit-sub {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
  }
  .walfare-benefit-sub .walfare-benefit-sub__title {
    margin-bottom: calc(20 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
  .walfare-benefit-sub .walfare-benefit-sub__note {
    position: static;
    font-size: calc(14 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .walfare-bonus .title-lv1 {
    margin-bottom: calc(40 / 1366 * 100vw);
  }
  .walfare-bonus .title-lv1 {
    margin-right: calc(-30 / 1366 * 100vw);
  }
  .walfare-bonus p {
    width: calc(384 / 1366 * 100vw);
  }
}

.walfare-wlb .title-lv1 {
  text-align: center;
}
@media (min-width: 700px) {
  .walfare-wlb .title-en {
    margin: 0 calc(-40 / 1366 * 100vw) calc(40 / 1366 * 100vw);
    font-size: calc(100 / 1366 * 100vw);
  }
  .walfare-wlb .title-lv1 {
    margin-bottom: calc(100 / 1366 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .walfare-wlb .title-en {
    margin: 0 0 calc(20 / 390 * 100vw);
    font-size: calc(50 / 390 * 100vw);
  }
}

@media (min-width: 700px) {
  .walfare-wlb-intro {
    text-align: center;
  }
}

.walfare-wlb-point {
  margin-bottom: calc(130 / 1366 * 100vw);
  list-style: none;
}
.walfare-wlb-point li {
  background: #E5ECF4;
  border-radius: calc(40 / 1366 * 100vw);
  padding: calc(30 / 1366 * 100vw) 0;
  margin-bottom: calc(26 / 1366 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: calc(36 / 1366 * 100vw);
  color: #004395;
}
.walfare-wlb-point li.walfare-wlb-point__note {
  background: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: calc(24 / 1366 * 100vw);
  color: #030303;
}
@media (min-width: 700px) {
  .walfare-wlb-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .walfare-wlb-point li:nth-child(odd) {
    width: calc(424 / 1366 * 100vw);
  }
  .walfare-wlb-point li:nth-child(even) {
    width: calc(650 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .walfare-wlb-point {
    margin-bottom: calc(80 / 390 * 100vw);
  }
  .walfare-wlb-point li {
    border-radius: calc(20 / 390 * 100vw);
    padding: calc(2s0 / 390 * 100vw) 0;
    margin-bottom: calc(26 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
  .walfare-wlb-point li.walfare-wlb-point__note {
    font-size: calc(16 / 390 * 100vw);
  }
}

.walfare-wlb-section {
  margin-bottom: calc(100 / 1366 * 100vw);
}
.walfare-wlb-section .title-lv2 {
  margin-bottom: calc(40 / 1366 * 100vw);
  text-align: center;
  color: #030303;
}
@media screen and (max-width: 699px) {
  .walfare-wlb-section {
    margin-bottom: calc(100 / 390 * 100vw);
  }
  .walfare-wlb-section .title-lv2 {
    margin-bottom: calc(40 / 390 * 100vw);
    text-align: left;
  }
}

.walfare-ins-bg {
  margin-bottom: calc(180 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .walfare-ins-bg {
    margin-bottom: calc(120 / 390 * 100vw);
  }
  .walfare-ins-bg .walfare-support-head {
    padding-left: calc(60 / 390 * 100vw);
  }
  .walfare-ins-bg .walfare-support--01 .bg-ptn-section__title, .walfare-ins-bg .walfare-support--01 .walfare-support__text {
    padding-left: calc(60 / 390 * 100vw);
  }
}

.walfare-ins-list {
  list-style: none;
}
.walfare-ins-list li {
  background: #fff;
  padding: calc(24 / 1366 * 100vw) 0 calc(24 / 1366 * 100vw);
  border-radius: calc(20 / 1366 * 100vw);
  text-align: center;
  line-height: 1;
  font-size: calc(24 / 1366 * 100vw);
  color: #004395;
}
.walfare-ins-list li img {
  display: block;
  margin: 0 auto calc(20 / 1366 * 100vw);
}
@media (min-width: 700px) {
  .walfare-ins-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(18 / 1366 * 100vw);
  }
  .walfare-ins-list li {
    background: #fff;
    width: calc(178 / 1366 * 100vw);
    font-size: calc(24 / 1366 * 100vw);
  }
  .walfare-ins-list li img {
    margin: 0 auto calc(20 / 1366 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  .walfare-ins-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(22 / 390 * 100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(25 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
  .walfare-ins-list li {
    padding: calc(24 / 390 * 100vw) 0 calc(24 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
}

.walfare-support-ret dt {
  margin-bottom: 20px;
  font-size: calc(26 / 1366 * 100vw);
  color: #FF2020;
}
@media screen and (max-width: 699px) {
  .walfare-support-ret dt {
    font-size: calc(26 / 390 * 100vw);
  }
}

.walfare-learning {
  margin-bottom: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .walfare-learning {
    margin-bottom: calc(100 / 390 * 100vw);
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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-fz-48-30 {
  font-size: calc(48 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-fz-48-30 {
    font-size: calc(30 / 390 * 100vw);
  }
}

.u-fz-42-28, .title-lv2, .walfare-wlb-section .title-lv2 {
  font-size: calc(42 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-fz-42-28, .title-lv2, .walfare-wlb-section .title-lv2 {
    font-size: calc(28 / 390 * 100vw);
  }
}

.u-fz-36-24 {
  font-size: calc(36 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-fz-36-24 {
    font-size: calc(24 / 390 * 100vw);
  }
}

.u-fz-24-16 {
  font-size: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-fz-24-16 {
    font-size: calc(16 / 390 * 100vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.u-txt-note {
  font-size: calc(14 / 1366 * 100vw);
  color: #004395;
}
@media screen and (max-width: 699px) {
  .u-txt-note {
    font-size: calc(14 / 390 * 100vw);
  }
}

/* 文字寄せの設定 */
.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: calc(20 / 1366 * 100vw);
}

.u-margin-bottom--mid {
  margin-bottom: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-margin-bottom--mid {
    margin-bottom: calc(40 / 390 * 100vw);
  }
}

.u-margin-bottom--large {
  margin-bottom: calc(60 / 1366 * 100vw);
}
@media screen and (max-width: 699px) {
  .u-margin-bottom--large {
    margin-bottom: calc(60 / 390 * 100vw);
  }
}

.u-margin-bottom--x-large {
  margin-bottom: calc(80 / 1366 * 100vw);
}

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

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

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

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

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

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

.u-transition, .header-entry, .header-menu, .common-info li a, .common-entry-nav .common-entry-nav__entry a, .common-entry-nav .common-entry-nav__mynavi a, .footer-nav-item dd ul li a, .footer-address__corp-link, .global-item dd ul li a, .close-btn, .global-entry .global-entry__entry, .global-entry .global-entry__mynavi, .global__corp-link, .btn-detail, .link-detail, .link-detail-prev {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

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

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

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