@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  padding-top: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #011a2e;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
body * {
  transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i, em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

*::selection {
  background: #011a2e;
  color: #FFF;
}

*::-moz-selection {
  background: #011a2e;
  color: #FFF;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hideSP {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hideTL {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hideDT {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .hidePC {
    display: none !important;
  }
}

.serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

main {
  margin: 0 auto;
}

a:link {
  color: #f18d09;
}
a:visited {
  color: #f18d09;
}
a:hover {
  color: #f18d09;
  text-decoration: none;
}
a:active {
  color: #f18d09;
}

.red {
  color: #ff0000;
}

.none {
  display: none !important;
}

.noitem {
  width: 100% !important;
  min-height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.noitem80 {
  width: 100% !important;
  min-height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.noitem80 li {
  width: 100% !important;
  display: inline-block;
}
.noitem li {
  width: 100% !important;
  display: inline-block;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 74px;
  }
}
@media print, screen and (min-width: 769px) {
  .header {
    height: 118px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.header__info {
  width: 100%;
  background-color: #044295;
  color: #fff;
  height: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__info {
    height: 20px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__info {
    padding: 0 20px 0 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__info {
    padding: 0 50px 0 50px;
  }
}
.header__info i {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .header__info i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 898px) {
  .header__info i span.span01 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header__info i span.span02 {
    display: none;
  }
}
.header__info__list {
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__info__list {
    display: none;
  }
}
.header__info__list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
.header__info__list li:nth-child(1) a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__info__list li:nth-child(1) a::before {
  content: "";
  background: url("../images/common/mail-icon.svg") no-repeat;
  background-size: contain;
  width: 15.76px;
  height: 12.53px;
  margin-right: 10px;
}
.header__info__list li:nth-child(2) span {
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1680px) {
  .header__info__list li:nth-child(2) span {
    /*font-size: 1.6rem;
    padding: 0 20px;*/
  }
}
.header__info__list li:nth-child(2) span::before {
  content: "";
  background: url("../images/common/tel-icon.svg") no-repeat;
  background-size: contain;
  width: 10.87px;
  height: 14.18px;
  margin-right: 10px;
}
@media screen and (max-width: 1286px) {
  .header__info__list li:nth-child(3) {
    display: none;
  }
}
.header__container {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .header__container {
    padding: 0 50px 0 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header__container {
    padding: 5px 10px;
  }
}
.header__container > * {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
@media screen and (max-width: 1280px) {
  .header__container {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) and (max-width: 1100px) {
  .header__container {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header__container {
    height: 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__container {
    height: 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header__container {
    padding: 0 0 0 20px;
  }
}
.header__logo {
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 100%;
    max-width: 142.46px;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo {
    width: 142.46px;
    position: absolute;
    left: 20px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .header__logo {
    left: 50px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) and (max-width: 1100px) {
  .header__logo {
    left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__logo {
    left: 10px;
  }
}
.header__logo > a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header__logo > a {
    width: 142.46px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo > a {
    width: 142.46px;
  }
}
.header__logo > a:hover {
  filter: brightness(1.25);
}
.header__logo > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.header__nav {
  padding: 60px 5% 5%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #edf5ff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: none;
}
.header__nav.isOpen {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .header__nav.isOpen {
    display: none !important;
  }
}
.header__nav__ul {
  width: 100%;
  margin: 0 auto;
  min-height: auto;
  color: #000;
  margin-bottom: 3%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.header__nav__ul > li {
  padding: 0 5%;
}
.header__nav__ul > li > a {
  display: block;
  font-size: 1.6rem;
  color: #011a2e;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 6% 0;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.header__nav__ul > li > a::after {
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2.5px solid #044295;
  border-top: 2.5px solid #044295;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header__nav__ul > li:last-child a {
  border-bottom: none;
}
.header__nav__ul.call li a {
  text-indent: 1.8em;
}
.header__nav__ul.call li a::before {
  width: 20px;
  height: 16px;
  content: "";
  background: url("../images/h-gnav/contact.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__nav__ul.call li dl {
  padding: 5% 0;
}
.header__nav__ul.call li dl dt {
  text-indent: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
.header__nav__ul.call li dl dt::before {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/h-gnav/tel.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__nav__ul.call li dl dd {
  font-size: 1.1rem;
}
.header__nav__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.header__nav__btn li {
  width: 48%;
}
.header__nav__btn li a {
  display: block;
  padding: 7% 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  background: #56739b;
  border-radius: 5px;
  text-indent: 1.5rem;
}
.header__nav__btn li a span {
  position: relative;
}
.header__nav__btn li a span::before {
  width: 15px;
  height: 15px;
  content: "";
  background: url("../images/h-gnav/star.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
.header__nav__btn li:nth-child(2) a {
  background: #f18d09;
}
.header__nav__btn li:nth-child(2) a span::before {
  background: url("../images/h-gnav/search.svg") no-repeat;
  background-size: contain;
}
.header__nav__sub li:nth-child(n+2) {
  margin-top: 0.3em;
}
.header__nav__sub li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #011a2e;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  text-indent: 1.8rem;
}
.header__nav__sub li a::before {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/h-gnav/arrow.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__pc__nav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__pc__nav {
    display: none;
  }
}
.header__pc__nav > li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 1460px) {
  .header__pc__nav > li {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__pc__nav > li a {
    display: block;
  }
}
.header__pc__nav > li a {
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .header__pc__nav > li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .header__pc__nav > li a {
    max-width: 100%;
    /*padding: 0.8em;*/
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #011a2e;
    position: relative;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 1460px) {
  .header__pc__nav > li a {
    font-size: 1.5rem !important;
  }
}
.header__pc__nav > li a:hover {
  color: #f18d09;
}
.header__pc__nav > li a:hover span::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header__search {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .header__search {
    width: 189px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header__search {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) and (max-width: 1100px) {
  .header__search {
    width: 149px;
  }
}
@media screen and (min-width: 1480px) {
  .header__search {
    margin-left: 30px;
  }
}
.header__search > a {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f18d09;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 43px;
  border-radius: 25px;
  letter-spacing: 4px;
}
.header__search > a:hover {
  filter: brightness(1.25);
}
.header__favorite-link {
  z-index: 100;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .header__favorite-link {
    right: 120px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__favorite-link {
    right: 138px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header__favorite-link {
    display: none !important;
  }
}
.header__favorite-link a {
  display: block;
}
.header__favorite-link a:hover {
  filter: brightness(1.25);
}
.header__search-link {
  z-index: 100;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .header__search-link {
    right: 58px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__search-link {
    right: 74px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header__search-link {
    display: none !important;
  }
}
.header__search-link a {
  display: block;
}
.header__search-link a:hover {
  filter: brightness(1.25);
}
.header__menu_button {
  z-index: 10000;
  display: block;
  cursor: pointer;
  border: none;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .header__menu_button {
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__menu_button {
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__menu_button {
    display: none;
  }
}
.header__menu_button .icon {
  display: block;
  background: #044295;
  border-radius: 2px;
  transition-property: background-color;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon {
    width: 50%;
    height: 2px;
    transition-duration: 0.4s;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon {
    width: 50%;
    transition-duration: 0.8s;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header__menu_button .icon::before, .header__menu_button .icon::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #044295;
  border-radius: 2px;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon::before {
    top: -8px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon::before {
    top: -10px;
  }
}
.header__menu_button .icon::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon::after {
    top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon::after {
    top: 10px;
  }
}
.header__menu_button.isOpen {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.header__menu_button.isOpen .icon {
  background-color: transparent;
  transition-property: background-color;
  height: 0;
}
.header__menu_button.isOpen .icon::before, .header__menu_button.isOpen .icon::after {
  background: #044295;
  border-radius: 2px;
}
.header__menu_button.isOpen .icon::before {
  transform: translateY(8px) rotate(45deg);
}
.header__menu_button.isOpen .icon::after {
  transform: translateY(-8px) rotate(-45deg);
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__menu_button.isOpen .icon::after {
    top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .header.fixed {
    height: 54px;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed {
    height: 80px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.header.fixed .header__info {
  display: none;
}
.header.fixed .header__container {
  background-color: #fff;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .header.fixed .header__container {
    padding: 0 50px 0 50pxpx;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header.fixed .header__container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header.fixed .header__container {
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed .header__container {
    height: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header.fixed .header__container {
    padding: 0 20px 0 20px;
  }
}
.header.fixed .header__container .header__pc__nav li {
  letter-spacing: 1.5px;
}
.header.fixed .header__container .header__pc__nav li a {
  color: #000;
}
.header.fixed .header__container .header__pc__nav li a:hover {
  color: #f18d09;
}
@media only screen and (max-width: 768px) {
  .header.fixed .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-cetween;
    align-items: center;
    align-content: center;
  }
  .header.fixed .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed .header__nav {
    margin: 70px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .header.fixed {
    position: fixed;
    top: -100px;
    left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed {
    position: fixed;
    top: -100px;
    left: 0;
  }
  .header.fixed .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .header.fixed .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header.fixed .header__container {
    padding: 0 0 0 20px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.favorite-button {
  position: fixed;
  bottom: 1%;
  margin: 0 0 15px auto;
  right: 15px;
  width: 93px;
  height: 93px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .favorite-button {
    width: 70px;
    height: 70px;
  }
}
.favorite-button a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.favorite-button a:hover {
  filter: brightness(1.1);
}

.footer {
  background-color: #044295;
  padding: 30px 0;
}
.footer.detail {
  padding: 30px 0 6em 0;
}
@media only screen and (max-width: 768px) {
  .footer__about {
    padding: 0 15px;
  }
}
.footer__about__container {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .footer__about__container {
    padding: 0 15px 0 67px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__about__container {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__about__container h2 {
    width: 100%;
    max-width: 167px;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__container h2 {
    width: 167px;
  }
}
.footer__about__container h2 > a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer__about__container h2 > a {
    width: 167px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__container h2 > a {
    width: 167px;
  }
}
.footer__about__container h2 > a:hover {
  ofilter: brightness(1.25);
}
.footer__about__container h2 > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer__about__container__link {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .footer__about__container__link {
    width: 450px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__about__container__link {
    margin-right: 0px;
  }
}
.footer__about__container__link > ul {
  min-height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .footer__about__container__link > ul {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__container__link > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .footer__about__container__link > ul > li {
    text-align: center;
  }
  .footer__about__container__link > ul > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__container__link > ul > li {
    width: 48%;
  }
  .footer__about__container__link > ul > li:last-child {
    border-right: 0;
  }
}
.footer__about__container__link > ul > li > a {
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer__about__container__link > ul > li > a {
    font-size: 1.4rem;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__container__link > ul > li > a {
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
  }
}
.footer__about__container__link > ul > li > a:hover {
  text-decoration: underline;
}
.footer__about__copyright {
  display: block;
  font-weight: 500;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #fff;
  text-align: right;
  font-style: normal;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .footer__about__copyright {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__about__copyright {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__about__copyright {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__about__copyright {
    font-size: 1rem;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30px;
  }
  .footer__about__copyright span {
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__copyright {
    margin-top: 6px;
    line-height: 1;
    font-size: 1.4rem;
    padding: 0 50px 0 0;
    white-space: nowrap;
  }
}
.footer__about__pagetop {
  position: fixed;
  z-index: 10;
  opacity: 0;
}
.footer__about__pagetop.active {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .footer__about__pagetop {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__about__pagetop {
    width: 58px;
    height: 58px;
    bottom: 150px;
    right: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__about__pagetop {
    right: 30px;
  }
}
.footer__about__pagetop a {
  display: block;
  width: 58px;
  height: 0;
  padding-top: 58px;
  overflow: hidden;
  background: url("../images/common/scroll_top.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  .footer__about__pagetop a {
    width: 42px;
    background-size: 42px 42px;
  }
}
.footer .fixed-contact {
  position: fixed;
  z-index: 11;
  bottom: 0;
  right: 0;
  padding: 15px 5px 15px;
  background-color: rgba(91, 115, 134, 0.92);
  z-index: 50;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer .fixed-contact {
    background-color: rgba(91, 115, 134, 0.92);
    left: 0;
    align-items: initial;
    justify-content: space-between;
    padding: 10px;
    border-top-left-radius: initial;
  }
}
.footer .fixed-contact.active {
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
}
.footer .fixed-contact .fixed-contact__item {
  white-space: nowrap;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .footer .fixed-contact .fixed-contact__item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .fixed-contact .fixed-contact__item {
    border-radius: 4px;
    display: flex;
    justify-content: center;
  }
  .footer .fixed-contact .fixed-contact__item:nth-child(1) {
    width: 14%;
  }
  .footer .fixed-contact .fixed-contact__item:nth-child(2) {
    width: 40%;
  }
  .footer .fixed-contact .fixed-contact__item:nth-child(3) {
    width: 40%;
  }
}
.footer .fixed-contact .fixed-contact__item .favorite-btn {
  position: relative;
  color: #f18d09;
  border: 2px solid #f18d09;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: auto;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  padding: 0 1em;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .footer .fixed-contact .fixed-contact__item .favorite-btn {
    width: 100%;
  }
  .footer .fixed-contact .fixed-contact__item .favorite-btn span {
    display: none;
  }
}
.footer .fixed-contact .fixed-contact__item .favorite-btn::before {
  content: "";
  background: url("../images/common/star-icon-orange.svg") no-repeat;
  background-size: contain;
  width: 16.67px;
  height: 15.85px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .footer .fixed-contact .fixed-contact__item .favorite-btn::before {
    margin-right: 0;
  }
}
.footer .fixed-contact .fixed-contact__item .favorite-btn:hover {
  background-color: #f18d09;
  color: #fff;
}
.footer .fixed-contact .fixed-contact__item .favorite-btn:hover::before {
  background: url("../images/common/star-icon-white.svg") no-repeat;
  background-size: contain;
}
.footer .fixed-contact .fixed-contact__item .active {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.footer .fixed-contact .fixed-contact__item .active::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.footer .fixed-contact .fixed-contact__item .entry-btn {
  position: relative;
  background-color: #f18d09;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
}
.footer .fixed-contact .fixed-contact__item .entry-btn::before {
  content: "";
  background: url("../images/common/entry-icon-white.svg") no-repeat;
  background-size: contain;
  width: 24.85px;
  height: 22.02px;
  margin-right: 10px;
}
.footer .fixed-contact .fixed-contact__item .entry-btn:hover {
  background-color: #fff;
  color: #f18d09;
}
.footer .fixed-contact .fixed-contact__item .entry-btn:hover::before {
  background: url("../images/common/entry-icon-orange.svg") no-repeat;
}
.footer .fixed-contact .fixed-contact__item .tel-btn {
  position: relative;
  color: #f18d09;
  border: 2px solid #f18d09;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: auto;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  padding: 0 1em;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .footer .fixed-contact .fixed-contact__item .tel-btn {
    width: 100%;
  }
  .footer .fixed-contact .fixed-contact__item .tel-btn span {
    display: none;
  }
}
.footer .fixed-contact .fixed-contact__item .tel-btn::before {
  content: "";
  background: url("../images/common/tel-icon-orange.svg") no-repeat;
  background-size: contain;
  width: 22.61px;
  height: 18.89px;
  margin-right: 10px;
}
.footer .fixed-contact .fixed-contact__item .tel-btn:hover {
  background-color: #f18d09;
  color: #fff;
}
.footer .fixed-contact .fixed-contact__item .tel-btn:hover::before {
  background: url("../images/common/tel-icon-white.svg") no-repeat;
  background-size: contain;
}
.footer .fixed-contact .tel {
  margin-left: 15px;
}
.footer .fixed-contact .tel a {
  display: inline-block;
  padding-left: 38px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .footer .fixed-contact .tel a {
    pointer-events: none;
  }
}
.footer .fixed-contact .tel a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25.65px;
  height: 21.43px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/common/tel-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.footer .fixed-contact .tel a:hover {
  text-decoration: none;
}
.footer .fixed-contact .tel .tel__text {
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .on-footer {
    padding-bottom: 96px;
  }
}
@media print, screen and (min-width: 769px) {
  .on-footer {
    padding-bottom: 104px;
  }
}
.on-footer .fixed-contact {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .on-footer .footer__about__pagetop {
    bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .on-footer .footer__about__pagetop {
    bottom: 220px;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
.mod {
  /* =====================
  ページタイトル
  ===================== */
  /* =====================
    見出し
  ===================== */
  /* ======================
  投稿詳細 本文
  ====================== */
  /* =====================
    ボタン
  ===================== */
  /* =====================
    ページ送り
  ===================== */
  /*-----------------------------------
  検索フォーム
  -----------------------------------*/
}
.mod__pagetitle01 {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mod__pagetitle01 {
    padding: 20px 0 0 0;
    height: 116px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__pagetitle01 {
    padding: 50px 0 0 0;
    height: 216px;
  }
}
.mod__pagetitle01 .mod__heading02 {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .mod__pagetitle01 .mod__heading02 {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mod__pagetitle01 .mod__heading02 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod__pagetitle01 .mod__heading02 {
    padding: 0;
  }
}
.mod__pagetitle01 p {
  font-weight: 700;
  color: #fef9f4;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -28%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .mod__pagetitle01 p {
    font-size: 8.4rem;
    bottom: -20%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__pagetitle01 p {
    font-size: 20rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .mod__pagetitle01 p {
    font-size: 17rem;
  }
}
.mod__heading01 {
  line-height: 1.4;
  color: #044295;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__heading01 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading01 {
    font-size: 2rem;
  }
}
.mod__heading01 span {
  display: block;
  color: #011a2e;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__heading01 span {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading01 span {
    font-size: 3.7rem;
    letter-spacing: 3px;
  }
}
.mod__heading02 {
  line-height: 1.4;
  color: #011a2e;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__heading02 {
    font-size: 2.6rem;
    margin: 0 auto;
    letter-spacing: 2.6px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading02 {
    font-size: 3.7rem;
    letter-spacing: 3.7px;
  }
}
.mod__heading02 span {
  font-weight: 700;
  display: block;
  color: #044295;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mod__heading02 span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading02 span {
    font-size: 2.2rem;
    letter-spacing: 1.2px;
  }
}
.mod__heading03 {
  line-height: 1.4;
  color: #011a2e;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__heading03 {
    font-size: 2rem;
    margin: 0 auto;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading03 {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
  }
}
.mod__heading03 span {
  font-weight: 700;
  display: block;
  color: #044295;
  position: relative;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mod__heading03 span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading03 span {
    font-size: 2.2rem;
    letter-spacing: 1.2px;
  }
}
.mod__heading03 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  height: 2px;
  background-color: #044295;
  margin-left: 2%;
}
@media print, screen and (min-width: 1025px) {
  .mod__heading03 span:after {
    width: 116px;
  }
}
.mod__heading04 {
  line-height: 1.4;
  color: #011a2e;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mod__heading04 {
    font-size: 2.4rem;
    margin: 0 auto;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading04 {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
  }
}
.mod__heading04 span {
  font-weight: 700;
  display: block;
  color: #044295;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mod__heading04 span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading04 span {
    font-size: 2.2rem;
    letter-spacing: 1.2px;
  }
}
.mod__heading05 {
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 1.8rem;
}
.mod__heading05::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 0) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .mod__heading05 {
    margin-bottom: 20px;
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading05 {
    margin-bottom: 30px;
    padding-left: 100px;
  }
}
.mod__heading05:before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 90px;
  height: 4px;
  background: linear-gradient(to right, #ea5505 33%, #20ac43 33%, #20ac43 66%, #004ea1 66%);
  left: 0;
}
.mod__heading05 span {
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 768px) {
  .mod__heading05 span {
    font-size: 3.6rem;
    margin-left: -100px;
    letter-spacing: 3.6px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading05 span {
    font-size: 4.6rem;
    margin-left: -100px;
    letter-spacing: 4.6px;
    margin-top: 25px;
  }
}
.mod__content {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-width: 876px;
}
@media print, screen and (min-width: 1025px) {
  .mod__content {
    padding: 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mod__content {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod__content {
    padding: 0 0;
  }
}
.mod__content > * {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.mod__content > * img {
  max-width: 100%;
  height: auto;
}
.mod__button1 {
  width: 100%;
  border: 1px solid #9a9a9a;
  display: block;
  text-align: left;
  color: #000 !important;
  line-height: 1;
  padding: 20px 50px 17px 20px;
  font-weight: 700;
  text-decoration: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%3E%3Cg%20transform%3D%22translate(32.87%2031.91)%20rotate(180)%22%3E%3Cpath%20d%3D%22M13.96%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H13.96a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C13.96%2C1Z%22%20transform%3D%22translate(17.91%2024.91)%22%2F%3E%3Cpath%20d%3D%22M24.04%2C31.91a1%2C1%2C0%2C0%2C1-.7-.283l-6.17-6a1%2C1%2C0%2C0%2C1%2C0-1.434l6.17-6a1%2C1%2C0%2C1%2C1%2C1.394%2C1.434L19.3%2C24.91l5.433%2C5.283a1%2C1%2C0%2C0%2C1-.7%2C1.717Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
  background-size: 14px 12px;
  padding-right: 50px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .mod__button1 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button1 {
    max-width: 280px;
  }
}
.mod__button1:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%3E%3Cg%20transform%3D%22translate(32.87%2031.91)%20rotate(180)%22%3E%3Cpath%20d%3D%22M13.96%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H13.96a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C13.96%2C1Z%22%20transform%3D%22translate(17.91%2024.91)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.04%2C31.91a1%2C1%2C0%2C0%2C1-.7-.283l-6.17-6a1%2C1%2C0%2C0%2C1%2C0-1.434l6.17-6a1%2C1%2C0%2C1%2C1%2C1.394%2C1.434L19.3%2C24.91l5.433%2C5.283a1%2C1%2C0%2C0%2C1-.7%2C1.717Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #f18d09;
  background-size: 14px 12px;
  color: #fff !important;
  border: 1px solid #f18d09;
}
.mod__button2 {
  width: 100%;
  border: 1px solid #fff;
  display: block;
  text-align: left;
  color: #fff !important;
  line-height: 1;
  padding: 20px 50px 17px 20px;
  font-weight: 700;
  text-decoration: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%3E%3Cg%20transform%3D%22translate(32.87%2031.91)%20rotate(180)%22%3E%3Cpath%20d%3D%22M13.96%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H13.96a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C13.96%2C1Z%22%20transform%3D%22translate(17.91%2024.91)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.04%2C31.91a1%2C1%2C0%2C0%2C1-.7-.283l-6.17-6a1%2C1%2C0%2C0%2C1%2C0-1.434l6.17-6a1%2C1%2C0%2C1%2C1%2C1.394%2C1.434L19.3%2C24.91l5.433%2C5.283a1%2C1%2C0%2C0%2C1-.7%2C1.717Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #f18d09;
  background-size: 14px 12px;
  padding-right: 50px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .mod__button2 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button2 {
    max-width: 280px;
  }
}
.mod__button2:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%3E%3Cg%20transform%3D%22translate(32.87%2031.91)%20rotate(180)%22%3E%3Cpath%20d%3D%22M13.96%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H13.96a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C13.96%2C1Z%22%20transform%3D%22translate(17.91%2024.91)%22%2F%3E%3Cpath%20d%3D%22M24.04%2C31.91a1%2C1%2C0%2C0%2C1-.7-.283l-6.17-6a1%2C1%2C0%2C0%2C1%2C0-1.434l6.17-6a1%2C1%2C0%2C1%2C1%2C1.394%2C1.434L19.3%2C24.91l5.433%2C5.283a1%2C1%2C0%2C0%2C1-.7%2C1.717Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
  background-size: 14px 12px;
  color: #f18d09 !important;
  border: 1px solid #f18d09;
}
.mod__pagination {
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .mod__pagination {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__pagination {
    margin-top: 50px;
  }
}
.mod__pagination li {
  width: auto !important;
  min-width: auto !important;
  font-size: 1.5rem;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 5px 0 0;
  float: none !important;
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  .mod__pagination li {
    margin: 0 15px 0 0;
  }
}
.mod__pagination li:last-child {
  margin-right: 0;
}
.mod__pagination li.first, .mod__pagination li.last, .mod__pagination li.prev, .mod__pagination li.next {
  display: none !important;
}
.mod__pagination .pages {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #011a2e !important;
  display: block;
}
.mod__pagination .next {
  max-width: 100% !important;
  position: relative;
  line-height: 1;
}
.mod__pagination .next img {
  width: 8px;
  height: 11px;
}
.mod__pagination .prev {
  position: relative;
  line-height: 1;
}
.mod__pagination .prev img {
  width: 8px;
  height: 11px;
}
.mod__pagination a {
  border: 1px solid #56739b !important;
  text-decoration: none !important;
  display: inline-block;
  line-height: auto !important;
  background-color: #56739b;
  font-weight: 400;
  /*transition-duration: 0.2s;*/
  line-height: 1;
  padding: 14px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
}
.mod__pagination a:hover {
  border: 1px solid #044295 !important;
}
.mod__pagination .active {
  border: 1px solid #044295 !important;
  background: #044295;
  color: #fff;
}
.mod__pagination a:hover {
  color: #fff !important;
  background: #044295 !important;
  opacity: 1 !important;
}
.mod__pagination .pagenation__item.active a, .mod__pagination.wp .active {
  background: #044295 !important;
  color: #fff !important;
  border: 1px solid #044295 !important;
  text-decoration: none !important;
}
.mod__pagination .next {
  padding: 14px 16px 14px 18px;
  color: #56739b;
}
.mod__pagination .prev {
  padding: 14px 18px 14px 16px;
  color: #56739b;
}
.mod__pagination .current {
  color: #fff !important;
  background: #044295 !important;
  border: 1px solid #044295 !important;
  text-decoration: none !important;
  line-height: 1;
  font-weight: 400;
  padding: 11px 17px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 1.4rem;
}
.mod__pagination h2.screen-reader-text {
  display: none;
}
.mod__search {
  background-color: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .mod__search {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__search {
    padding: 50px 30px;
  }
}
.mod__search .wrapper {
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (max-width: 768px) {
  .mod__search .wrapper {
    border-radius: 6px;
    padding: 20px 15px;
  }
  .mod__search .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mod__search .wrapper ul li {
    width: 100%;
  }
  .mod__search .wrapper ul li:nth-of-type(2), .mod__search .wrapper ul li:nth-of-type(3) {
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__search .wrapper {
    border-radius: 12px;
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .mod__search .wrapper {
    padding: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__search .wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .mod__search .wrapper ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .mod__search .wrapper ul li:nth-child(6) {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .mod__search .wrapper ul li {
    margin-right: 2%;
  }
  .mod__search .wrapper ul li:nth-child(2n) {
    margin-right: 0;
  }
  .mod__search .wrapper ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .mod__search .wrapper ul li:nth-child(5), .mod__search .wrapper ul li:nth-child(6) {
    margin-right: 0;
  }
  .mod__search .wrapper ul li:nth-child(-n+4) {
    width: 49%;
  }
  .mod__search .wrapper ul li:nth-child(5) {
    width: 100%;
  }
  .mod__search .wrapper ul li:nth-child(6) {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .mod__search .wrapper ul li {
    margin-right: 2.06%;
  }
  .mod__search .wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .mod__search .wrapper ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .mod__search .wrapper ul li:nth-child(-n+4) {
    width: 31.96%;
  }
  .mod__search .wrapper ul li:nth-child(5) {
    width: 51.66%;
  }
  .mod__search .wrapper ul li:nth-child(6) {
    width: 12.2%;
  }
}
.mod__search .wrapper ul li a,
.mod__search .wrapper ul li .freeword {
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  color: #56739b;
  display: block;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 10px 15px 10px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.mod__search .wrapper ul li a::after {
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #044295;
  border-bottom: 2px solid #044295;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mod__search .wrapper ul li ::placeholder {
  color: #56739b;
}
.mod__search .wrapper ul li .recruit_area::before {
  content: "";
  background: url("../images/common/location-icon.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.mod__search .wrapper ul li .recruit_job::before {
  content: "";
  background: url("../images/common/occupation-icon.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.mod__search .wrapper ul li .recruit_employment::before {
  content: "";
  background: url("../images/common/status-icon.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.mod__search .wrapper ul li .recruit_feature::before {
  content: "";
  background: url("../images/common/obsession-icon.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.mod__search .wrapper ul li .freeword {
  padding-left: 37px;
  background: url("../images/common/freeword-icon.svg") no-repeat left 20px center;
}
.mod__search .wrapper ul li input[type=submit] {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #f18d09;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  appearance: none;
  border: none;
  transition: all 0.2s ease-out;
  padding: 10px 15px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .mod__search .wrapper ul li input[type=submit] {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__search .wrapper ul li input[type=submit] {
    max-width: 340px;
    margin: 0 auto;
  }
}
.mod__search .wrapper ul li input[type=submit]:hover {
  filter: brightness(1.25);
}

/*-----------------------------------
検索結果一覧
-----------------------------------*/
.page--special .page__article__content, .page--favorite .page__article__content, .page--search .page__article__content {
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content, .page--favorite .page__article__content, .page--search .page__article__content {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content, .page--favorite .page__article__content, .page--search .page__article__content {
    padding: 0 30px;
  }
}
.page--special .page__article__content .mod__search, .page--favorite .page__article__content .mod__search, .page--search .page__article__content .mod__search {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .mod__search, .page--favorite .page__article__content .mod__search, .page--search .page__article__content .mod__search {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .mod__search, .page--favorite .page__article__content .mod__search, .page--search .page__article__content .mod__search {
    margin-bottom: 50px;
  }
}
.page--special .page__article__content #number, .page--favorite .page__article__content #number, .page--search .page__article__content #number {
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}
.page--special .page__article__content #number span, .page--favorite .page__article__content #number span, .page--search .page__article__content #number span {
  color: #044295;
  font-size: 2.5rem;
  font-weight: 700;
}
.page--special .page__article__content .search__archive > li, .page--favorite .page__article__content .search__archive > li, .page--search .page__article__content .search__archive > li {
  border-radius: 4px;
  border: 2px solid white;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-out;
}
.page--special .page__article__content .search__archive > li:hover, .page--favorite .page__article__content .search__archive > li:hover, .page--search .page__article__content .search__archive > li:hover {
  border-color: #044295;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li, .page--favorite .page__article__content .search__archive > li, .page--search .page__article__content .search__archive > li {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li, .page--favorite .page__article__content .search__archive > li, .page--search .page__article__content .search__archive > li {
    padding: 30px 40px 24px 35px;
  }
}
.page--special .page__article__content .search__archive > li .info, .page--favorite .page__article__content .search__archive > li .info, .page--search .page__article__content .search__archive > li .info {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .info .wrap, .page--favorite .page__article__content .search__archive > li .info .wrap, .page--search .page__article__content .search__archive > li .info .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content .search__archive > li .info .wrap, .page--favorite .page__article__content .search__archive > li .info .wrap, .page--search .page__article__content .search__archive > li .info .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content .search__archive > li .info .wrap, .page--favorite .page__article__content .search__archive > li .info .wrap, .page--search .page__article__content .search__archive > li .info .wrap {
    width: calc(100% - 290px);
    padding-right: 36px;
  }
}
.page--special .page__article__content .search__archive > li .info .wrap h2, .page--favorite .page__article__content .search__archive > li .info .wrap h2, .page--search .page__article__content .search__archive > li .info .wrap h2 {
  color: #044295;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .info .wrap h2, .page--favorite .page__article__content .search__archive > li .info .wrap h2, .page--search .page__article__content .search__archive > li .info .wrap h2 {
    flex-basis: 100%;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .info .wrap h2, .page--favorite .page__article__content .search__archive > li .info .wrap h2, .page--search .page__article__content .search__archive > li .info .wrap h2 {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
}
.page--special .page__article__content .search__archive > li .info .wrap h2 a, .page--favorite .page__article__content .search__archive > li .info .wrap h2 a, .page--search .page__article__content .search__archive > li .info .wrap h2 a {
  color: #044295;
}
.page--special .page__article__content .search__archive > li .info .wrap h2 a:hover, .page--favorite .page__article__content .search__archive > li .info .wrap h2 a:hover, .page--search .page__article__content .search__archive > li .info .wrap h2 a:hover {
  text-decoration: none;
}
.page--special .page__article__content .search__archive > li .info .wrap h2 span.new, .page--favorite .page__article__content .search__archive > li .info .wrap h2 span.new, .page--search .page__article__content .search__archive > li .info .wrap h2 span.new {
  background-color: #fff101;
  font-weight: 700;
  padding: 1px 8px;
  margin-right: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .info .wrap h2 span.new, .page--favorite .page__article__content .search__archive > li .info .wrap h2 span.new, .page--search .page__article__content .search__archive > li .info .wrap h2 span.new {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .info .wrap h2 span.new, .page--favorite .page__article__content .search__archive > li .info .wrap h2 span.new, .page--search .page__article__content .search__archive > li .info .wrap h2 span.new {
    font-size: 1.7rem;
  }
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment {
    flex-basis: 50%;
  }
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment li, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment li, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment li {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment li:nth-child(n+2), .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment li:nth-child(n+2), .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment li:nth-child(n+2) {
  margin-top: 10px;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment .location::before, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment .location::before, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment .location::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.001%22%20height%3D%2219.999%22%20viewBox%3D%220%200%2015.001%2019.999%22%3E%3Cpath%20d%3D%22M9087.5-1219h0a38.889%2C38.889%2C0%2C0%2C1-3.75-4.187%2C24.528%2C24.528%2C0%2C0%2C1-2.578-4.039A9.915%2C9.915%2C0%2C0%2C1%2C9080-1231.5a7.449%2C7.449%2C0%2C0%2C1%2C2.2-5.3%2C7.45%2C7.45%2C0%2C0%2C1%2C5.3-2.2%2C7.454%2C7.454%2C0%2C0%2C1%2C5.3%2C2.2%2C7.449%2C7.449%2C0%2C0%2C1%2C2.2%2C5.3%2C9.908%2C9.908%2C0%2C0%2C1-1.172%2C4.274%2C24.487%2C24.487%2C0%2C0%2C1-2.579%2C4.039%2C38.82%2C38.82%2C0%2C0%2C1-3.75%2C4.187Zm0-15a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5%2C2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5%2C2.5%2C2.5%2C0%2C0%2C0%2C2.5-2.5A2.5%2C2.5%2C0%2C0%2C0%2C9087.5-1234Z%22%20transform%3D%22translate(-9080%201238.999)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 15px 20px;
  width: 20px;
  height: 20px;
  left: 2.5px;
  position: absolute;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment .salary::before, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment .salary::before, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment .salary::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.999%22%20height%3D%2219.999%22%20viewBox%3D%220%200%2019.999%2019.999%22%3E%3Cpath%20d%3D%22M9090-1219a9.937%2C9.937%2C0%2C0%2C1-7.072-2.928A9.932%2C9.932%2C0%2C0%2C1%2C9080-1229a10.012%2C10.012%2C0%2C0%2C1%2C10-10%2C10.011%2C10.011%2C0%2C0%2C1%2C10%2C10A10.01%2C10.01%2C0%2C0%2C1%2C9090-1219Zm-2.5-9.185a.835.835%2C0%2C0%2C0-.834.834.835.835%2C0%2C0%2C0%2C.834.834h1.667v2.332a.835.835%2C0%2C0%2C0%2C.834.834.833.833%2C0%2C0%2C0%2C.831-.834v-2.332h1.667a.835.835%2C0%2C0%2C0%2C.834-.834.835.835%2C0%2C0%2C0-.834-.834h-1.667v-1h1.667a.834.834%2C0%2C0%2C0%2C.834-.831.835.835%2C0%2C0%2C0-.834-.834h-1.155l1.747-1.745a.829.829%2C0%2C0%2C0-.023-1.156.826.826%2C0%2C0%2C0-.589-.246.829.829%2C0%2C0%2C0-.566.223l-1.911%2C1.911-1.912-1.911a.829.829%2C0%2C0%2C0-.567-.224.83.83%2C0%2C0%2C0-.59.244.831.831%2C0%2C0%2C0-.019%2C1.158l1.742%2C1.745H9087.5a.835.835%2C0%2C0%2C0-.834.834.834.834%2C0%2C0%2C0%2C.834.831h1.667v1Z%22%20transform%3D%22translate(-9080%201239)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20x 20px;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.treatment .status::before, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.treatment .status::before, .page--search .page__article__content .search__archive > li .info .wrap > ul.treatment .status::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.999%22%20height%3D%2216.858%22%20viewBox%3D%220%200%2019.999%2016.858%22%3E%3Cg%20transform%3D%22translate(-195.557%20-1180)%22%3E%3Cpath%20d%3D%22M16.807%2C168.87v1.676a1.463%2C1.463%2C0%2C0%2C1-1.463%2C1.463H4.655a1.463%2C1.463%2C0%2C0%2C1-1.463-1.463V168.87H.732a1.464%2C1.464%2C0%2C0%2C1-.732-.2v6.276a.732.732%2C0%2C0%2C0%2C.732.731H19.267a.732.732%2C0%2C0%2C0%2C.732-.731v-6.276a1.464%2C1.464%2C0%2C0%2C1-.732.2Z%22%20transform%3D%22translate(195.557%201021.184)%22%20fill%3D%22%23044296%22%2F%3E%3Cpath%20d%3D%22M19.785%2C3.171a.737.737%2C0%2C0%2C0-.518-.214h-2.9V.792A.792.792%2C0%2C0%2C0%2C15.577%2C0H4.422A.792.792%2C0%2C0%2C0%2C3.63.792V2.956H.732A.732.732%2C0%2C0%2C0%2C0%2C3.688v3.9a.732.732%2C0%2C0%2C0%2C.732.731H4.924V10.73a.732.732%2C0%2C0%2C0%2C.731.732h8.689a.732.732%2C0%2C0%2C0%2C.731-.732V8.322h4.192A.732.732%2C0%2C0%2C0%2C20%2C7.59v-3.9a.737.737%2C0%2C0%2C0-.214-.517M5.213%2C1.584h9.572V2.956H5.213Z%22%20transform%3D%22translate(195.557%201180)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20x 16.86px;
  width: 20px;
  height: 16.86px;
  left: 0;
  position: absolute;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.feature, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.feature, .page--search .page__article__content .search__archive > li .info .wrap > ul.feature {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page--special .page__article__content .search__archive > li .info .wrap > ul.feature li a, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.feature li a, .page--search .page__article__content .search__archive > li .info .wrap > ul.feature li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px 10px 0;
  color: #044295;
  text-decoration: none;
  pointer-events: none;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content .search__archive > li .info .wrap > ul.feature li a, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.feature li a, .page--search .page__article__content .search__archive > li .info .wrap > ul.feature li a {
    transition: 0.6s;
  }
  .page--special .page__article__content .search__archive > li .info .wrap > ul.feature li a:hover, .page--favorite .page__article__content .search__archive > li .info .wrap > ul.feature li a:hover, .page--search .page__article__content .search__archive > li .info .wrap > ul.feature li a:hover {
    opacity: 0.6;
  }
}
.page--special .page__article__content .search__archive > li .info .wrap figure, .page--favorite .page__article__content .search__archive > li .info .wrap figure, .page--search .page__article__content .search__archive > li .info .wrap figure {
  flex-basis: 45%;
  margin-bottom: 20px;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .info figure, .page--favorite .page__article__content .search__archive > li .info figure, .page--search .page__article__content .search__archive > li .info figure {
    width: 290px;
  }
}
.page--special .page__article__content .search__archive > li .info figure img, .page--favorite .page__article__content .search__archive > li .info figure img, .page--search .page__article__content .search__archive > li .info figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .info figure img, .page--favorite .page__article__content .search__archive > li .info figure img, .page--search .page__article__content .search__archive > li .info figure img {
    aspect-ratio: 30/23;
    width: 225px;
    height: 170px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .info figure img, .page--favorite .page__article__content .search__archive > li .info figure img, .page--search .page__article__content .search__archive > li .info figure img {
    aspect-ratio: 256/169;
    width: 290px;
    height: 235px;
  }
}
.page--special .page__article__content .search__archive > li .detail, .page--favorite .page__article__content .search__archive > li .detail, .page--search .page__article__content .search__archive > li .detail {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail, .page--favorite .page__article__content .search__archive > li .detail, .page--search .page__article__content .search__archive > li .detail {
    padding-top: 10px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail, .page--favorite .page__article__content .search__archive > li .detail, .page--search .page__article__content .search__archive > li .detail {
    padding-top: 15px;
  }
}
.page--special .page__article__content .search__archive > li .detail > p, .page--favorite .page__article__content .search__archive > li .detail > p, .page--search .page__article__content .search__archive > li .detail > p {
  font-weight: 400;
  font-size: 1.6rem;
}
.page--special .page__article__content .search__archive > li .detail .wrapper, .page--favorite .page__article__content .search__archive > li .detail .wrapper, .page--search .page__article__content .search__archive > li .detail .wrapper {
  margin-top: 25px;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper, .page--favorite .page__article__content .search__archive > li .detail .wrapper, .page--search .page__article__content .search__archive > li .detail .wrapper {
    display: flex;
    align-items: center;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap {
  color: #56739b;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap {
    width: calc(100% - 360px);
    padding-right: 30px;
    display: flex;
    align-items: center;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap .office {
    margin-right: 18px;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap a, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap a, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap a {
  display: inline-block;
  padding-left: 28px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  color: #56739b;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap a, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap a, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap a {
    pointer-events: none;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap a::before, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap a::before, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/common/tel-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap a:hover, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap a:hover, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap a:hover {
  text-decoration: none;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .tel-wrap span, .page--favorite .page__article__content .search__archive > li .detail .wrapper .tel-wrap span, .page--search .page__article__content .search__archive > li .detail .wrapper .tel-wrap span {
  font-size: 1.8rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link, .page--search .page__article__content .search__archive > li .detail .wrapper .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link, .page--search .page__article__content .search__archive > li .detail .wrapper .link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link, .page--search .page__article__content .search__archive > li .detail .wrapper .link {
    width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link li, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li, .page--search .page__article__content .search__archive > li .detail .wrapper .link li {
    width: 48%;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn {
  position: relative;
  color: #f18d09;
  border: 2px solid #f18d09;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn {
    width: 180px;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn::before, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn::before, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn::before {
  content: "";
  background: url("../images/common/star-icon-orange.svg") no-repeat;
  background-size: contain;
  width: 16.67px;
  height: 15.85px;
  margin-right: 10px;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover::before, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover::before, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .favorite-btn:hover::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .active, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .active, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .active {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .active::before, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .active::before, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .active::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn {
  position: relative;
  background-color: #f18d09;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn {
    width: 170px;
  }
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn::before, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn::before, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn::before {
  content: "";
  background: url("../images/common/entry-icon-white.svg") no-repeat;
  background-size: contain;
  width: 24.85px;
  height: 22.02px;
  margin-right: 10px;
}
.page--special .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn:hover, .page--favorite .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn:hover, .page--search .page__article__content .search__archive > li .detail .wrapper .link li .entry-btn:hover {
  filter: brightness(1.25);
}
.page--special .page__article__content .search__archive > li figure img, .page--favorite .page__article__content .search__archive > li figure img, .page--search .page__article__content .search__archive > li figure img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .search__archive > li:nth-child(n+2), .page--favorite .page__article__content .search__archive > li:nth-child(n+2), .page--search .page__article__content .search__archive > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .search__archive > li:nth-child(n+2), .page--favorite .page__article__content .search__archive > li:nth-child(n+2), .page--search .page__article__content .search__archive > li:nth-child(n+2) {
    margin-top: 25px;
  }
}

/*-----------------------------------
検索結果詳細
-----------------------------------*/
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content, .page--favorite .page__article__content, .page--search .page__article__content {
    padding-bottom: 20px;
  }
}
.page--special .page__article__content section, .page--favorite .page__article__content section, .page--search .page__article__content section {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content section, .page--favorite .page__article__content section, .page--search .page__article__content section {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content section, .page--favorite .page__article__content section, .page--search .page__article__content section {
    padding: 30px 35px 30px 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content section, .page--favorite .page__article__content section, .page--search .page__article__content section {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content section:nth-of-type(n + 2), .page--favorite .page__article__content section:nth-of-type(n + 2), .page--search .page__article__content section:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content section:nth-of-type(n + 2), .page--favorite .page__article__content section:nth-of-type(n + 2), .page--search .page__article__content section:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info, .page--favorite .page__article__content #info, .page--search .page__article__content #info {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info .left-wrap, .page--favorite .page__article__content #info .left-wrap, .page--search .page__article__content #info .left-wrap {
    width: calc(100% - 360px);
    padding-right: 24px;
  }
}
.page--special .page__article__content #info .left-wrap h1, .page--favorite .page__article__content #info .left-wrap h1, .page--search .page__article__content #info .left-wrap h1 {
  color: #044295;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap h1, .page--favorite .page__article__content #info .left-wrap h1, .page--search .page__article__content #info .left-wrap h1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap h1, .page--favorite .page__article__content #info .left-wrap h1, .page--search .page__article__content #info .left-wrap h1 {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
}
.page--special .page__article__content #info .left-wrap h1 span.new, .page--favorite .page__article__content #info .left-wrap h1 span.new, .page--search .page__article__content #info .left-wrap h1 span.new {
  background-color: #fff101;
  font-weight: 700;
  padding: 1px 8px;
  margin-right: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap h1 span.new, .page--favorite .page__article__content #info .left-wrap h1 span.new, .page--search .page__article__content #info .left-wrap h1 span.new {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap h1 span.new, .page--favorite .page__article__content #info .left-wrap h1 span.new, .page--search .page__article__content #info .left-wrap h1 span.new {
    font-size: 1.7rem;
  }
}
.page--special .page__article__content #info .left-wrap .office, .page--favorite .page__article__content #info .left-wrap .office, .page--search .page__article__content #info .left-wrap .office {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  color: #56739b;
  margin-bottom: 15px;
}
.page--special .page__article__content #info .left-wrap > dl, .page--favorite .page__article__content #info .left-wrap > dl, .page--search .page__article__content #info .left-wrap > dl {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap > dl, .page--favorite .page__article__content #info .left-wrap > dl, .page--search .page__article__content #info .left-wrap > dl {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap > dl, .page--favorite .page__article__content #info .left-wrap > dl, .page--search .page__article__content #info .left-wrap > dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt,
.page--special .page__article__content #info .left-wrap > dl dd,
.page--favorite .page__article__content #info .left-wrap > dl dd,
.page--search .page__article__content #info .left-wrap > dl dd {
  font-family: "source-han-sans-japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt,
  .page--special .page__article__content #info .left-wrap > dl dd,
  .page--favorite .page__article__content #info .left-wrap > dl dd,
  .page--search .page__article__content #info .left-wrap > dl dd {
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt,
  .page--special .page__article__content #info .left-wrap > dl dd,
  .page--favorite .page__article__content #info .left-wrap > dl dd,
  .page--search .page__article__content #info .left-wrap > dl dd {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
  }
}
.page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt {
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt {
    padding: 15px 0 5px 0;
    border-top: 1px solid #e9e9e9;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap > dl dt, .page--favorite .page__article__content #info .left-wrap > dl dt, .page--search .page__article__content #info .left-wrap > dl dt {
    width: 22.58%;
    vertical-align: top;
  }
}
.page--special .page__article__content #info .left-wrap > dl dd, .page--favorite .page__article__content #info .left-wrap > dl dd, .page--search .page__article__content #info .left-wrap > dl dd {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .left-wrap > dl dd, .page--favorite .page__article__content #info .left-wrap > dl dd, .page--search .page__article__content #info .left-wrap > dl dd {
    padding: 5px 0 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info .left-wrap > dl dd, .page--favorite .page__article__content #info .left-wrap > dl dd, .page--search .page__article__content #info .left-wrap > dl dd {
    width: 77.42%;
  }
}
.page--special .page__article__content #info .left-wrap > dl dd p:nth-child(n+2), .page--favorite .page__article__content #info .left-wrap > dl dd p:nth-child(n+2), .page--search .page__article__content #info .left-wrap > dl dd p:nth-child(n+2) {
  margin-top: 1em;
}
.page--special .page__article__content #info .left-wrap > dl dd p.workplace span, .page--favorite .page__article__content #info .left-wrap > dl dd p.workplace span, .page--search .page__article__content #info .left-wrap > dl dd p.workplace span {
  color: #f18d09;
}
.page--special .page__article__content #info .left-wrap p.release, .page--favorite .page__article__content #info .left-wrap p.release, .page--search .page__article__content #info .left-wrap p.release {
  font-size: 1.6rem;
  color: #828484;
  margin-top: 15px;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info .right-wrap, .page--favorite .page__article__content #info .right-wrap, .page--search .page__article__content #info .right-wrap {
    width: 360px;
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
  }
}
.page--special .page__article__content #info .right-wrap .link, .page--favorite .page__article__content #info .right-wrap .link, .page--search .page__article__content #info .right-wrap .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .right-wrap .link, .page--favorite .page__article__content #info .right-wrap .link, .page--search .page__article__content #info .right-wrap .link {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content #info .right-wrap .link, .page--favorite .page__article__content #info .right-wrap .link, .page--search .page__article__content #info .right-wrap .link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info .right-wrap .link, .page--favorite .page__article__content #info .right-wrap .link, .page--search .page__article__content #info .right-wrap .link {
    width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info .right-wrap .link li, .page--favorite .page__article__content #info .right-wrap .link li, .page--search .page__article__content #info .right-wrap .link li {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content #info .right-wrap .link li, .page--favorite .page__article__content #info .right-wrap .link li, .page--search .page__article__content #info .right-wrap .link li {
    width: 48%;
  }
}
.page--special .page__article__content #info .right-wrap .link li .favorite-btn, .page--favorite .page__article__content #info .right-wrap .link li .favorite-btn, .page--search .page__article__content #info .right-wrap .link li .favorite-btn {
  position: relative;
  color: #f18d09;
  border: 2px solid #f18d09;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info .right-wrap .link li .favorite-btn, .page--favorite .page__article__content #info .right-wrap .link li .favorite-btn, .page--search .page__article__content #info .right-wrap .link li .favorite-btn {
    width: 180px;
  }
}
.page--special .page__article__content #info .right-wrap .link li .favorite-btn::before, .page--favorite .page__article__content #info .right-wrap .link li .favorite-btn::before, .page--search .page__article__content #info .right-wrap .link li .favorite-btn::before {
  content: "";
  background: url("../images/common/star-icon-orange.svg") no-repeat;
  background-size: contain;
  width: 16.67px;
  height: 15.85px;
  margin-right: 10px;
}
.page--special .page__article__content #info .right-wrap .link li .favorite-btn:hover, .page--favorite .page__article__content #info .right-wrap .link li .favorite-btn:hover, .page--search .page__article__content #info .right-wrap .link li .favorite-btn:hover {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content #info .right-wrap .link li .favorite-btn:hover::before, .page--favorite .page__article__content #info .right-wrap .link li .favorite-btn:hover::before, .page--search .page__article__content #info .right-wrap .link li .favorite-btn:hover::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content #info .right-wrap .link li .active, .page--favorite .page__article__content #info .right-wrap .link li .active, .page--search .page__article__content #info .right-wrap .link li .active {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content #info .right-wrap .link li .active::before, .page--favorite .page__article__content #info .right-wrap .link li .active::before, .page--search .page__article__content #info .right-wrap .link li .active::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content #info .right-wrap .link li .entry-btn, .page--favorite .page__article__content #info .right-wrap .link li .entry-btn, .page--search .page__article__content #info .right-wrap .link li .entry-btn {
  position: relative;
  background-color: #f18d09;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #info .right-wrap .link li .entry-btn, .page--favorite .page__article__content #info .right-wrap .link li .entry-btn, .page--search .page__article__content #info .right-wrap .link li .entry-btn {
    width: 170px;
  }
}
.page--special .page__article__content #info .right-wrap .link li .entry-btn::before, .page--favorite .page__article__content #info .right-wrap .link li .entry-btn::before, .page--search .page__article__content #info .right-wrap .link li .entry-btn::before {
  content: "";
  background: url("../images/common/entry-icon-white.svg") no-repeat;
  background-size: contain;
  width: 24.85px;
  height: 22.02px;
  margin-right: 10px;
}
.page--special .page__article__content #info .right-wrap .link li .entry-btn:hover, .page--favorite .page__article__content #info .right-wrap .link li .entry-btn:hover, .page--search .page__article__content #info .right-wrap .link li .entry-btn:hover {
  filter: brightness(1.25);
}
.page--special .page__article__content #info figure, .page--favorite .page__article__content #info figure, .page--search .page__article__content #info figure {
  margin-bottom: 20px;
}
.page--special .page__article__content #info figure img, .page--favorite .page__article__content #info figure img, .page--search .page__article__content #info figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #info figure img, .page--favorite .page__article__content #info figure img, .page--search .page__article__content #info figure img {
    aspect-ratio: 30/23;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #info figure img, .page--favorite .page__article__content #info figure img, .page--search .page__article__content #info figure img {
    aspect-ratio: 256/169;
  }
}
.page--special .page__article__content #detail h2, .page--favorite .page__article__content #detail h2, .page--search .page__article__content #detail h2 {
  font-weight: 500;
  letter-spacing: 1.15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail h2, .page--favorite .page__article__content #detail h2, .page--search .page__article__content #detail h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail h2, .page--favorite .page__article__content #detail h2, .page--search .page__article__content #detail h2 {
    font-size: 2.3rem;
  }
}
.page--special .page__article__content #detail .feature, .page--favorite .page__article__content #detail .feature, .page--search .page__article__content #detail .feature {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail .feature, .page--favorite .page__article__content #detail .feature, .page--search .page__article__content #detail .feature {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail .feature, .page--favorite .page__article__content #detail .feature, .page--search .page__article__content #detail .feature {
    margin-bottom: 30px;
  }
}
.page--special .page__article__content #detail .feature li a, .page--favorite .page__article__content #detail .feature li a, .page--search .page__article__content #detail .feature li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px 10px 0;
  color: #044295;
  text-decoration: none;
  pointer-events: none;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #detail .feature li a, .page--favorite .page__article__content #detail .feature li a, .page--search .page__article__content #detail .feature li a {
    transition: 0.6s;
  }
  .page--special .page__article__content #detail .feature li a:hover, .page--favorite .page__article__content #detail .feature li a:hover, .page--search .page__article__content #detail .feature li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail .feature.active, .page--favorite .page__article__content #detail .feature.active, .page--search .page__article__content #detail .feature.active {
    margin-bottom: 0;
  }
}
.page--special .page__article__content #detail .feature.active::after, .page--favorite .page__article__content #detail .feature.active::after, .page--search .page__article__content #detail .feature.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, white, transparent);
}
.page--special .page__article__content #detail .feature-more, .page--favorite .page__article__content #detail .feature-more, .page--search .page__article__content #detail .feature-more {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  color: #044295;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 1025px) {
  .page--special .page__article__content #detail .feature-more, .page--favorite .page__article__content #detail .feature-more, .page--search .page__article__content #detail .feature-more {
    transition: 0.6s;
  }
  .page--special .page__article__content #detail .feature-more:hover, .page--favorite .page__article__content #detail .feature-more:hover, .page--search .page__article__content #detail .feature-more:hover {
    opacity: 0.6;
  }
}
.page--special .page__article__content #detail .feature-more::after, .page--favorite .page__article__content #detail .feature-more::after, .page--search .page__article__content #detail .feature-more::after {
  content: "";
  margin-top: 0.5em;
  margin-left: 1em;
  border: solid #044295;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.page--special .page__article__content #detail .campaign, .page--favorite .page__article__content #detail .campaign, .page--search .page__article__content #detail .campaign {
  background-color: #f0f2f4;
  border-radius: 3px;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail .campaign, .page--favorite .page__article__content #detail .campaign, .page--search .page__article__content #detail .campaign {
    padding: 20px 15px;
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail .campaign, .page--favorite .page__article__content #detail .campaign, .page--search .page__article__content #detail .campaign {
    padding: 25px;
    margin-bottom: 38px;
  }
}
.page--special .page__article__content #detail .campaign p:nth-of-type(n + 2), .page--favorite .page__article__content #detail .campaign p:nth-of-type(n + 2), .page--search .page__article__content #detail .campaign p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.page--special .page__article__content #detail > dl, .page--favorite .page__article__content #detail > dl, .page--search .page__article__content #detail > dl {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail > dl, .page--favorite .page__article__content #detail > dl, .page--search .page__article__content #detail > dl {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail > dl, .page--favorite .page__article__content #detail > dl, .page--search .page__article__content #detail > dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt,
.page--special .page__article__content #detail > dl dd,
.page--favorite .page__article__content #detail > dl dd,
.page--search .page__article__content #detail > dl dd {
  font-family: "source-han-sans-japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt,
  .page--special .page__article__content #detail > dl dd,
  .page--favorite .page__article__content #detail > dl dd,
  .page--search .page__article__content #detail > dl dd {
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt,
  .page--special .page__article__content #detail > dl dd,
  .page--favorite .page__article__content #detail > dl dd,
  .page--search .page__article__content #detail > dl dd {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
  }
}
.page--special .page__article__content #detail > dl dt:last-of-type, .page--favorite .page__article__content #detail > dl dt:last-of-type, .page--search .page__article__content #detail > dl dt:last-of-type,
.page--special .page__article__content #detail > dl dd:last-of-type,
.page--favorite .page__article__content #detail > dl dd:last-of-type,
.page--search .page__article__content #detail > dl dd:last-of-type {
  border-bottom: none;
}
.page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt {
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt {
    padding: 15px 0 5px 0;
    border-top: 1px solid #e9e9e9;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail > dl dt, .page--favorite .page__article__content #detail > dl dt, .page--search .page__article__content #detail > dl dt {
    width: 142px;
    vertical-align: top;
  }
}
.page--special .page__article__content #detail > dl dd, .page--favorite .page__article__content #detail > dl dd, .page--search .page__article__content #detail > dl dd {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content #detail > dl dd, .page--favorite .page__article__content #detail > dl dd, .page--search .page__article__content #detail > dl dd {
    padding: 5px 0 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content #detail > dl dd, .page--favorite .page__article__content #detail > dl dd, .page--search .page__article__content #detail > dl dd {
    width: calc(100% - 142px);
  }
}
.page--special .page__article__content #detail > dl dd > div:nth-child(n+2), .page--favorite .page__article__content #detail > dl dd > div:nth-child(n+2), .page--search .page__article__content #detail > dl dd > div:nth-child(n+2) {
  margin-top: 1em;
}
.page--special .page__article__content #detail > dl dd .second, .page--favorite .page__article__content #detail > dl dd .second, .page--search .page__article__content #detail > dl dd .second {
  margin-top: 15px;
}
.page--special .page__article__content #detail > dl dd ul li, .page--favorite .page__article__content #detail > dl dd ul li, .page--search .page__article__content #detail > dl dd ul li,
.page--special .page__article__content #detail > dl dd ol li,
.page--favorite .page__article__content #detail > dl dd ol li,
.page--search .page__article__content #detail > dl dd ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.page--special .page__article__content #detail > dl dd .daily, .page--favorite .page__article__content #detail > dl dd .daily, .page--search .page__article__content #detail > dl dd .daily {
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.page--special .page__article__content #detail > dl dd .time span, .page--favorite .page__article__content #detail > dl dd .time span, .page--search .page__article__content #detail > dl dd .time span {
  font-weight: 500;
}
.page--special .page__article__content #detail > dl dd .time:nth-of-type(n + 2), .page--favorite .page__article__content #detail > dl dd .time:nth-of-type(n + 2), .page--search .page__article__content #detail > dl dd .time:nth-of-type(n + 2) {
  margin-top: 1em;
}
.page--special .page__article__content .detail-contact, .page--favorite .page__article__content .detail-contact, .page--search .page__article__content .detail-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 5px 15px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .detail-contact, .page--favorite .page__article__content .detail-contact, .page--search .page__article__content .detail-contact {
    left: 0;
    align-items: initial;
    justify-content: space-between;
    border-top-left-radius: initial;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .detail-contact, .page--favorite .page__article__content .detail-contact, .page--search .page__article__content .detail-contact {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .detail-contact .detail-contact__item, .page--favorite .page__article__content .detail-contact .detail-contact__item, .page--search .page__article__content .detail-contact .detail-contact__item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .detail-contact .detail-contact__item, .page--favorite .page__article__content .detail-contact .detail-contact__item, .page--search .page__article__content .detail-contact .detail-contact__item {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    width: 49%;
  }
}
.page--special .page__article__content .detail-contact .detail-contact__item .favorite-btn, .page--favorite .page__article__content .detail-contact .detail-contact__item .favorite-btn, .page--search .page__article__content .detail-contact .detail-contact__item .favorite-btn {
  position: relative;
  color: #f18d09;
  border: 2px solid #f18d09;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 200px;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .detail-contact .detail-contact__item .favorite-btn, .page--favorite .page__article__content .detail-contact .detail-contact__item .favorite-btn, .page--search .page__article__content .detail-contact .detail-contact__item .favorite-btn {
    width: 100%;
  }
}
.page--special .page__article__content .detail-contact .detail-contact__item .favorite-btn::before, .page--favorite .page__article__content .detail-contact .detail-contact__item .favorite-btn::before, .page--search .page__article__content .detail-contact .detail-contact__item .favorite-btn::before {
  content: "";
  background: url("../images/common/star-icon-orange.svg") no-repeat;
  background-size: contain;
  width: 16.67px;
  height: 15.85px;
  margin-right: 10px;
}
.page--special .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover, .page--favorite .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover, .page--search .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover::before, .page--favorite .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover::before, .page--search .page__article__content .detail-contact .detail-contact__item .favorite-btn:hover::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content .detail-contact .detail-contact__item .active, .page--favorite .page__article__content .detail-contact .detail-contact__item .active, .page--search .page__article__content .detail-contact .detail-contact__item .active {
  background-color: #56739b;
  border-color: #56739b;
  color: #fff;
}
.page--special .page__article__content .detail-contact .detail-contact__item .active::before, .page--favorite .page__article__content .detail-contact .detail-contact__item .active::before, .page--search .page__article__content .detail-contact .detail-contact__item .active::before {
  background: url("../images/common/star-icon-yellow.svg") no-repeat;
  background-size: contain;
}
.page--special .page__article__content .detail-contact .detail-contact__item .entry-btn, .page--favorite .page__article__content .detail-contact .detail-contact__item .entry-btn, .page--search .page__article__content .detail-contact .detail-contact__item .entry-btn {
  position: relative;
  background-color: #f18d09;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  text-decoration: none;
  opacity: 1;
  border-radius: 5px;
}
.page--special .page__article__content .detail-contact .detail-contact__item .entry-btn::before, .page--favorite .page__article__content .detail-contact .detail-contact__item .entry-btn::before, .page--search .page__article__content .detail-contact .detail-contact__item .entry-btn::before {
  content: "";
  background: url("../images/common/entry-icon-white.svg") no-repeat;
  background-size: contain;
  width: 24.85px;
  height: 22.02px;
  margin-right: 10px;
}
.page--special .page__article__content .detail-contact .detail-contact__item .entry-btn:hover, .page--favorite .page__article__content .detail-contact .detail-contact__item .entry-btn:hover, .page--search .page__article__content .detail-contact .detail-contact__item .entry-btn:hover {
  filter: brightness(1.25);
}
.page--special .page__article__content .detail-contact .tel, .page--favorite .page__article__content .detail-contact .tel, .page--search .page__article__content .detail-contact .tel {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .detail-contact .tel, .page--favorite .page__article__content .detail-contact .tel, .page--search .page__article__content .detail-contact .tel {
    margin: 24px auto 0 auto;
  }
}
.page--special .page__article__content .detail-contact .tel a, .page--favorite .page__article__content .detail-contact .tel a, .page--search .page__article__content .detail-contact .tel a {
  display: inline-block;
  padding-left: 38px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  color: #56739b;
  font-size: 2.3rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .detail-contact .tel a, .page--favorite .page__article__content .detail-contact .tel a, .page--search .page__article__content .detail-contact .tel a {
    pointer-events: none;
  }
}
.page--special .page__article__content .detail-contact .tel a::before, .page--favorite .page__article__content .detail-contact .tel a::before, .page--search .page__article__content .detail-contact .tel a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25.65px;
  height: 21.43px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/common/tel-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page--special .page__article__content .detail-contact .tel a:hover, .page--favorite .page__article__content .detail-contact .tel a:hover, .page--search .page__article__content .detail-contact .tel a:hover {
  text-decoration: none;
}
.page--special .page__article__content .detail-contact .tel .tel__text, .page--favorite .page__article__content .detail-contact .tel .tel__text, .page--search .page__article__content .detail-contact .tel .tel__text {
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1;
  color: #56739b;
  text-align: center;
}

/*-----------------------------------
メールフォーム
-----------------------------------*/
.page--contact .page__article, .page--entry .page__article {
  /*-----------------------------------
  セレクトボックス用のスタイル
  -----------------------------------*/
  /*-----------------------------------
  ラジオボタン用のスタイル
  -----------------------------------*/
  /*-----------------------------------
  チェックボックス用のスタイル①
  -----------------------------------*/
  /*-----------------------------------
  チェックボックス用のスタイル②
  -----------------------------------*/
  /* ======================
  入力画面
  ====================== */
  /* ======================
  確認画面
  ====================== */
  /* ======================
  完了画面
  ====================== */
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mod__heading02, .page--entry .page__article .mod__heading02 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mod__heading02, .page--entry .page__article .mod__heading02 {
    margin-bottom: 25px;
  }
}
.page--contact .page__article p.com, .page--entry .page__article p.com {
  font-weight: 500;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article p.com, .page--entry .page__article p.com {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article p.com, .page--entry .page__article p.com {
    text-align: center;
    margin-bottom: 25px;
  }
}
.page--contact .page__article .mw_wp_form, .page--entry .page__article .mw_wp_form {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.page--contact .page__article .mw_wp_form .prospect, .page--entry .page__article .mw_wp_form .prospect {
  font-weight: 500;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .prospect, .page--entry .page__article .mw_wp_form .prospect {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .prospect, .page--entry .page__article .mw_wp_form .prospect {
    margin-bottom: 40px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl, .page--entry .page__article .mw_wp_form .form-dl {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl, .page--entry .page__article .mw_wp_form .form-dl {
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl, .page--entry .page__article .mw_wp_form .form-dl {
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .caution, .page--entry .page__article .mw_wp_form .form-dl .caution {
  display: block;
  padding-top: 5px;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dt, .page--entry .page__article .mw_wp_form .form-dl .form-dt,
.page--contact .page__article .mw_wp_form .form-dl .form-dd,
.page--entry .page__article .mw_wp_form .form-dl .form-dd {
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dt, .page--entry .page__article .mw_wp_form .form-dl .form-dt,
  .page--contact .page__article .mw_wp_form .form-dl .form-dd,
  .page--entry .page__article .mw_wp_form .form-dl .form-dd {
    width: 100%;
    display: block;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dt, .page--entry .page__article .mw_wp_form .form-dl .form-dt {
  padding: 1em 1em 1em 0;
  font-weight: normal;
  text-align: left;
  color: #333;
  vertical-align: top;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  background-color: #fafafa;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dt, .page--entry .page__article .mw_wp_form .form-dl .form-dt {
    width: 100%;
    padding: 1em 0 1em 10px;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    border: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dt, .page--entry .page__article .mw_wp_form .form-dl .form-dt {
    font-size: 1.8rem;
    padding: 1em 1em 1em 0;
    width: 260px;
    text-align: right;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dt .required, .page--entry .page__article .mw_wp_form .form-dl .form-dt .required {
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: 1px solid #f18d09;
  background-color: #f18d09;
  padding: 5px;
  /*margin-left:1em;*/
  margin-left: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dt .required, .page--entry .page__article .mw_wp_form .form-dl .form-dt .required {
    float: right;
    font-size: 1.4rem;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dt .norequired, .page--entry .page__article .mw_wp_form .form-dl .form-dt .norequired {
  line-height: 1;
  color: #044295;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: 1px solid #044295;
  background-color: #fff;
  padding: 5px;
  margin-left: 1em;
  margin-left: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dt .norequired, .page--entry .page__article .mw_wp_form .form-dl .form-dt .norequired {
    float: right;
    font-size: 1.4rem;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd, .page--entry .page__article .mw_wp_form .form-dl .form-dd {
  font-weight: 500;
  /* IE */
  /* Edge */
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd, .page--entry .page__article .mw_wp_form .form-dl .form-dd {
    width: 100%;
    padding: 0.5em 0 1em 0;
    border: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd, .page--entry .page__article .mw_wp_form .form-dl .form-dd {
    padding: 0.75em 0 1em 1em;
    width: calc(100% - 260px);
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=text], .page--entry .page__article .mw_wp_form .form-dl .form-dd [type=text],
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=email],
.page--entry .page__article .mw_wp_form .form-dl .form-dd [type=email],
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=address],
.page--entry .page__article .mw_wp_form .form-dl .form-dd [type=address],
.page--contact .page__article .mw_wp_form .form-dl .form-dd textarea,
.page--entry .page__article .mw_wp_form .form-dl .form-dd textarea,
.page--contact .page__article .mw_wp_form .form-dl .form-dd select,
.page--entry .page__article .mw_wp_form .form-dl .form-dd select {
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 6px 12px;
  color: #000;
  background-color: #f0f2f4;
  border: 1px solid #f0f2f4;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd [type=text], .page--entry .page__article .mw_wp_form .form-dl .form-dd [type=text],
  .page--contact .page__article .mw_wp_form .form-dl .form-dd [type=email],
  .page--entry .page__article .mw_wp_form .form-dl .form-dd [type=email],
  .page--contact .page__article .mw_wp_form .form-dl .form-dd [type=address],
  .page--entry .page__article .mw_wp_form .form-dl .form-dd [type=address],
  .page--contact .page__article .mw_wp_form .form-dl .form-dd textarea,
  .page--entry .page__article .mw_wp_form .form-dl .form-dd textarea,
  .page--contact .page__article .mw_wp_form .form-dl .form-dd select,
  .page--entry .page__article .mw_wp_form .form-dl .form-dd select {
    padding: 6px 10px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd textarea, .page--entry .page__article .mw_wp_form .form-dl .form-dd textarea {
  width: 100%;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=text]:focus, .page--entry .page__article .mw_wp_form .form-dl .form-dd [type=text]:focus,
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=email]:focus,
.page--entry .page__article .mw_wp_form .form-dl .form-dd [type=email]:focus,
.page--contact .page__article .mw_wp_form .form-dl .form-dd [type=address]:focus,
.page--entry .page__article .mw_wp_form .form-dl .form-dd [type=address]:focus,
.page--contact .page__article .mw_wp_form .form-dl .form-dd textarea:focus,
.page--entry .page__article .mw_wp_form .form-dl .form-dd textarea:focus,
.page--contact .page__article .mw_wp_form .form-dl .form-dd select:focus,
.page--entry .page__article .mw_wp_form .form-dl .form-dd select:focus {
  background-color: #f0f2f4;
  border-color: #f18d09;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .tel, .page--entry .page__article .mw_wp_form .form-dl .form-dd .tel {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .tel, .page--entry .page__article .mw_wp_form .form-dl .form-dd .tel {
    width: 300px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .name, .page--entry .page__article .mw_wp_form .form-dl .form-dd .name,
.page--contact .page__article .mw_wp_form .form-dl .form-dd .kana,
.page--entry .page__article .mw_wp_form .form-dl .form-dd .kana,
.page--contact .page__article .mw_wp_form .form-dl .form-dd .email,
.page--entry .page__article .mw_wp_form .form-dl .form-dd .email {
  width: 100%;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd select::-ms-expand, .page--entry .page__article .mw_wp_form .form-dl .form-dd select::-ms-expand {
  display: none;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd select, .page--entry .page__article .mw_wp_form .form-dl .form-dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%3E%3Ctext%20transform%3D%22translate(0%2016)%22%20font-size%3D%2214%22%20font-family%3D%22NotoSansJP-Bold%2C%20Noto%20Sans%20JP%22%20font-weight%3D%22700%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E%E2%96%BC%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: right 10px center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd select, .page--entry .page__article .mw_wp_form .form-dl .form-dd select {
    background-size: 8px 11px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .post-mark, .page--entry .page__article .mw_wp_form .form-dl .form-dd .post-mark {
  font-size: 120%;
  margin-right: 15px;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .search, .page--entry .page__article .mw_wp_form .form-dl .form-dd .search {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
  display: p inline-block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .search, .page--entry .page__article .mw_wp_form .form-dl .form-dd .search {
    width: 100px;
    padding: 0.52em !important;
    border-radius: 4px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .search, .page--entry .page__article .mw_wp_form .form-dl .form-dd .search {
    width: 120px;
    padding: 0.4em;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .search:after, .page--entry .page__article .mw_wp_form .form-dl .form-dd .search:after {
  display: none;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd ::placeholder, .page--entry .page__article .mw_wp_form .form-dl .form-dd ::placeholder {
  color: #000000;
  font-weight: 500;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd :-ms-input-placeholder, .page--entry .page__article .mw_wp_form .form-dl .form-dd :-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd ::-ms-input-placeholder, .page--entry .page__article .mw_wp_form .form-dl .form-dd ::-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .mesagge, .page--entry .page__article .mw_wp_form .form-dl .form-dd .mesagge {
  width: 100%;
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .zip, .page--entry .page__article .mw_wp_form .form-dl .form-dd .zip {
  width: 40%;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .zip, .page--entry .page__article .mw_wp_form .form-dl .form-dd .zip {
    width: 150px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .year, .page--entry .page__article .mw_wp_form .form-dl .form-dd .year {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .year, .page--entry .page__article .mw_wp_form .form-dl .form-dd .year {
    width: 70px;
  }
}
.page--contact .page__article .mw_wp_form .form-dl .form-dd .month, .page--entry .page__article .mw_wp_form .form-dl .form-dd .month,
.page--contact .page__article .mw_wp_form .form-dl .form-dd .day,
.page--entry .page__article .mw_wp_form .form-dl .form-dd .day {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .month, .page--entry .page__article .mw_wp_form .form-dl .form-dd .month,
  .page--contact .page__article .mw_wp_form .form-dl .form-dd .day,
  .page--entry .page__article .mw_wp_form .form-dl .form-dd .day {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .form-dl:last-child dd label, .page--entry .page__article .mw_wp_form .form-dl:last-child dd label {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy, .page--entry .page__article .mw_wp_form .privacy {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy, .page--entry .page__article .mw_wp_form .privacy {
    margin-bottom: 40px;
  }
}
.page--contact .page__article .mw_wp_form .privacy h2, .page--entry .page__article .mw_wp_form .privacy h2 {
  color: #1b1b1b;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy h2, .page--entry .page__article .mw_wp_form .privacy h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy h2, .page--entry .page__article .mw_wp_form .privacy h2 {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner, .page--entry .page__article .mw_wp_form .privacy .privacy-inner {
  max-width: 1160px;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner, .page--entry .page__article .mw_wp_form .privacy .privacy-inner {
    height: 280px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner, .page--entry .page__article .mw_wp_form .privacy .privacy-inner {
    height: 280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section {
    padding: 40px;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section:first-of-type li, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section:first-of-type li {
  width: 100%;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section h3, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section .mb2, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .mb2 {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section .mb2, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .mb2 {
    margin-bottom: 2rem;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section p, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section p,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol {
  line-height: 1.6;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section p, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section p,
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul,
  .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul,
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol,
  .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section p, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section p,
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul,
  .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul,
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol,
  .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section .mb0, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .mb0 {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section .mb0, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .mb0 {
    margin-bottom: 0 !important;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section .tel, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .tel {
  color: #011a2e;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section .tel, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section .tel {
    pointer-events: none;
    text-decoration: none;
    color: #011a2e;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol ol, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol ol,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol ul,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol ul,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul ol,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul ol,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul ul,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul ul {
  font-size: 100%;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol ol li, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol ol li,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ol ul li,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ol ul li,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul ol li,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul ol li,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section ul ul li,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section ul ul li {
  width: 100%;
  margin-bottom: 0;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table {
  margin-top: 1em;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table td, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table td,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table th,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section table th {
  border: 1px solid #e1e1e1;
  padding: 1em;
  text-indent: 0;
}
@media (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section table td, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table td,
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner section table th,
  .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table th {
    width: 50%;
  }
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table td:first-child, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table td:first-child,
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table th:first-child,
.page--entry .page__article .mw_wp_form .privacy .privacy-inner section table th:first-child {
  padding-left: 1em !important;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner section table th, .page--entry .page__article .mw_wp_form .privacy .privacy-inner section table th {
  background-color: #f7f7f7;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner .contact, .page--entry .page__article .mw_wp_form .privacy .privacy-inner .contact {
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  padding: 20px;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner .contact h4, .page--entry .page__article .mw_wp_form .privacy .privacy-inner .contact h4 {
  font-weight: 700;
  margin-bottom: 1em;
}
.page--contact .page__article .mw_wp_form .privacy .privacy-inner .contact p, .page--entry .page__article .mw_wp_form .privacy .privacy-inner .contact p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar, .page--entry .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar {
    width: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar-thumb, .page--entry .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar-track-piece, .page--entry .page__article .mw_wp_form .privacy .privacy-inner::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
.page--contact .page__article .submit, .page--entry .page__article .submit {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--contact .page__article .submit input[name=submitConfirm], .page--entry .page__article .submit input[name=submitConfirm] {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f18d09;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 508px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .submit input[name=submitConfirm], .page--entry .page__article .submit input[name=submitConfirm] {
    height: 57px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .submit input[name=submitConfirm], .page--entry .page__article .submit input[name=submitConfirm] {
    height: 57px;
    letter-spacing: 0.9px;
  }
}
.page--contact .page__article .submit input[name=submitConfirm]:hover, .page--entry .page__article .submit input[name=submitConfirm]:hover {
  opacity: 0.8;
}
.page--contact .page__article .submit input[name=submitBack], .page--entry .page__article .submit input[name=submitBack] {
  line-height: 1.25;
  color: #011a2e;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  transition: unset;
  margin: 0 auto;
  background-color: #044295;
  background: url("../images/common/back-arrow.svg") left center no-repeat;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .submit input[name=submitBack], .page--entry .page__article .submit input[name=submitBack] {
    height: 57px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .submit input[name=submitBack], .page--entry .page__article .submit input[name=submitBack] {
    height: 57px;
    font-size: 1.6rem;
  }
}
.page--contact .page__article .submit input[name=submitBack]:hover, .page--entry .page__article .submit input[name=submitBack]:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.page--contact .page__article .submit input[value=送信する], .page--entry .page__article .submit input[value=送信する] {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f18d09;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .submit input[value=送信する], .page--entry .page__article .submit input[value=送信する] {
    height: 57px;
    width: 64%;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .submit input[value=送信する], .page--entry .page__article .submit input[value=送信する] {
    height: 57px;
    letter-spacing: 0.9px;
    font-size: 1.8rem;
  }
}
.page--contact .page__article .submit input[value=送信する]:hover, .page--entry .page__article .submit input[value=送信する]:hover {
  opacity: 0.8;
}
.page--contact .page__article select, .page--entry .page__article select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 40px !important;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article select, .page--entry .page__article select {
    padding-right: 17px !important;
  }
}
.page--contact .page__article select::-ms-expand, .page--entry .page__article select::-ms-expand {
  display: none;
}
.page--contact .page__article option, .page--entry .page__article option {
  padding-right: 40px;
}
.page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
  position: relative;
  display: inline-block;
  /* Edge調整用 */
}
@supports (-ms-ime-align: auto) {
  @media only screen and (max-width: 768px) {
    .page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
      max-height: 44px !important;
    }
  }
  @media print, screen and (min-width: 769px) {
    .page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
      max-height: 52px !important;
    }
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
    width: 100%;
    line-height: 1.6;
    max-height: 42px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
    width: 100%;
    max-height: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--contact .page__article .pulldown, .page--entry .page__article .pulldown {
    width: 100%;
    max-height: 50px;
  }
}
.page--contact .page__article .pulldown::before, .page--entry .page__article .pulldown::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f18d09;
  height: 100%;
  width: 40px;
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .pulldown::before, .page--entry .page__article .pulldown::before {
    width: 50px;
  }
}
.page--contact .page__article .pulldown::after, .page--entry .page__article .pulldown::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .pulldown::after, .page--entry .page__article .pulldown::after {
    right: 19px;
  }
}
.page--contact .page__article .space, .page--entry .page__article .space {
  margin-left: 0.5em;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .space, .page--entry .page__article .space {
    margin-left: 5px;
    margin-right: 10px;
  }
}
.page--contact .page__article .space:last-of-type, .page--entry .page__article .space:last-of-type {
  margin-right: 0;
}
.page--contact .page__article input[type=radio], .page--entry .page__article input[type=radio] {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  .page--contact .page__article input[type=radio], .page--entry .page__article input[type=radio] {
    display: none;
    margin: 0;
  }
  .page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
    padding: 0 0 0 45px;
  }
  .page--contact .page__article input[type=radio] + span::before, .page--entry .page__article input[type=radio] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #eceaf0;
    border: 1px solid #e3e3e3;
  }
  .page--contact .page__article input[type=radio] + span::before, .page--entry .page__article input[type=radio] + span::before {
    border-radius: 20px;
    background-color: #fff;
  }
  .page--contact .page__article input[type=radio]:checked + span::after, .page--entry .page__article input[type=radio]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .page--contact .page__article input[type=radio] + span::after, .page--entry .page__article input[type=radio] + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: 2px;
    background: #d5d5d5;
    border-radius: 20px;
  }
  .page--contact .page__article input[type=radio]:checked + span::after, .page--entry .page__article input[type=radio]:checked + span::after {
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: 2px;
    background: #f18d09;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
    margin-top: 5px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article input[type=radio] + span, .page--entry .page__article input[type=radio] + span {
    padding: 0 0 0 55px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article input[type=radio] + span::before, .page--entry .page__article input[type=radio] + span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article input[type=radio] + span::after, .page--entry .page__article input[type=radio] + span::after {
    left: 4px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 4px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article input[type=radio]:checked + span::after, .page--entry .page__article input[type=radio]:checked + span::after {
    left: 4px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .occupation span, .page--entry .page__article .occupation span {
    margin-bottom: 15px;
  }
}
.page--contact .page__article .form-dd input[type=checkbox], .page--entry .page__article .form-dd input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  .page--contact .page__article .form-dd input[type=checkbox], .page--entry .page__article .form-dd input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
    padding: 0 0 0 45px;
  }
  .page--contact .page__article .form-dd input[type=checkbox] + span::before, .page--entry .page__article .form-dd input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #eceaf0;
    border: 1px solid #e3e3e3;
  }
  .page--contact .page__article .form-dd input[type=checkbox] + span::before, .page--entry .page__article .form-dd input[type=checkbox] + span::before {
    border-radius: 20px;
    background-color: #fff;
  }
  .page--contact .page__article .form-dd input[type=checkbox]:checked + span::after, .page--entry .page__article .form-dd input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .page--contact .page__article .form-dd input[type=checkbox] + span::after, .page--entry .page__article .form-dd input[type=checkbox] + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: 2px;
    background: #d5d5d5;
    border-radius: 20px;
  }
  .page--contact .page__article .form-dd input[type=checkbox]:checked + span::after, .page--entry .page__article .form-dd input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: 2px;
    background: #f18d09;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
    margin-top: 5px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span, .page--entry .page__article .form-dd input[type=checkbox] + span {
    padding: 0 0 0 55px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span::before, .page--entry .page__article .form-dd input[type=checkbox] + span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article .form-dd input[type=checkbox] + span::after, .page--entry .page__article .form-dd input[type=checkbox] + span::after {
    left: 4px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 4px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact .page__article .form-dd input[type=checkbox]:checked + span::after, .page--entry .page__article .form-dd input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .collection span, .page--entry .page__article .collection span {
    margin-bottom: 15px;
  }
}
.page--contact .page__article .agree input[type=checkbox], .page--entry .page__article .agree input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
  border-radius: 2px;
}
.page--contact .page__article .agree input[type=checkbox] + span, .page--entry .page__article .agree input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.8rem;
  line-height: 30px;
  cursor: pointer;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .agree input[type=checkbox] + span, .page--entry .page__article .agree input[type=checkbox] + span {
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .agree input[type=checkbox] + span, .page--entry .page__article .agree input[type=checkbox] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  .page--contact .page__article .agree input[type=checkbox], .page--entry .page__article .agree input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .page--contact .page__article .agree input[type=checkbox] + span, .page--entry .page__article .agree input[type=checkbox] + span {
    padding: 0 0 0 64px;
  }
  .page--contact .page__article .agree input[type=checkbox] + span::before, .page--entry .page__article .agree input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -22px;
    background-color: #a3a3a3;
    border-radius: 2px;
  }
  .page--contact .page__article .agree input[type=checkbox]:checked + span::after, .page--entry .page__article .agree input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .page--contact .page__article .agree input[type=checkbox] + span::after, .page--entry .page__article .agree input[type=checkbox] + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 24px;
    height: 10px;
    margin-top: -6px;
    border-left: 5px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page--contact .page__article .agree input[type=checkbox]:checked + span::before, .page--entry .page__article .agree input[type=checkbox]:checked + span::before {
    background-color: #f18d09;
  }
  .page--contact .page__article .agree input[type=checkbox]:checked + span::after, .page--entry .page__article .agree input[type=checkbox]:checked + span::after {
    left: 13px;
    width: 24px;
    height: 10px;
    margin-top: -6px;
    border-left: 5px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .page--contact .page__article .agree input[type=checkbox] + span, .page--entry .page__article .agree input[type=checkbox] + span {
    padding: 0 0 0 58px;
  }
}
.page--contact .page__article .mw_wp_form_input p.com.input, .page--entry .page__article .mw_wp_form_input p.com.input {
  display: block !important;
}
.page--contact .page__article .mw_wp_form_confirm p.com.confirm, .page--entry .page__article .mw_wp_form_confirm p.com.confirm {
  display: block !important;
}
.page--contact .page__article .mw_wp_form_confirm .privacy, .page--entry .page__article .mw_wp_form_confirm .privacy {
  display: none !important;
}
.page--contact .page__article .mw_wp_form_complete .submit__ttl, .page--entry .page__article .mw_wp_form_complete .submit__ttl {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form_complete .submit__ttl, .page--entry .page__article .mw_wp_form_complete .submit__ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form_complete .submit__ttl, .page--entry .page__article .mw_wp_form_complete .submit__ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.page--contact .page__article .mw_wp_form_complete .contact__info, .page--entry .page__article .mw_wp_form_complete .contact__info {
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form_complete .contact__info, .page--entry .page__article .mw_wp_form_complete .contact__info {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form_complete .contact__info, .page--entry .page__article .mw_wp_form_complete .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
  }
}
.page--contact .page__article .mw_wp_form_complete .back__btn a, .page--entry .page__article .mw_wp_form_complete .back__btn a {
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #000;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article .mw_wp_form_complete .back__btn a, .page--entry .page__article .mw_wp_form_complete .back__btn a {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article .mw_wp_form_complete .back__btn a, .page--entry .page__article .mw_wp_form_complete .back__btn a {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.page--contact .page__article .mw_wp_form_complete .back__btn a:hover, .page--entry .page__article .mw_wp_form_complete .back__btn a:hover {
  color: #fff;
  border: 1px solid #f18d09;
  background: #f18d09;
}

/*-----------------------------------
モーダル
-----------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal:not(:target) {
  display: none;
  animation: fade 0.3s ease-in-out 0.2s 1 normal forwards;
}
.modal:target {
  display: fixed;
  animation: fade 0.3s ease-in-out 0.2s 1 normal forwards;
}
.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal .modal-wrapper {
  width: 100%;
  max-width: 836px;
  max-height: 96%;
  min-height: 500px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper {
    border-radius: 6px;
    max-width: 96%;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper {
    border-radius: 10px;
  }
}
.modal .modal-wrapper .modal-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal .modal-wrapper .modal-contents .modal-close {
  position: absolute;
  text-decoration: none;
  color: #a2a2a2;
  font-size: 2rem;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-wrapper .modal-contents .modal-close:hover {
  color: #f18d09;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-close {
    top: 15px;
    right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper .modal-contents .modal-close {
    top: 33px;
    right: 45px;
  }
}
.modal .modal-wrapper .modal-contents .modal-back {
  position: absolute;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-wrapper .modal-contents .modal-back i {
  color: #a2a2a2;
  position: relative;
  line-height: 1;
  width: 12px;
  height: 12px;
  transform: translateX(25%) rotate(-135deg);
}
.modal .modal-wrapper .modal-contents .modal-back i::before, .modal .modal-wrapper .modal-contents .modal-back i::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.05em;
}
.modal .modal-wrapper .modal-contents .modal-back i::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.05em;
}
.modal .modal-wrapper .modal-contents .modal-back i::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.05em;
}
.modal .modal-wrapper .modal-contents .modal-back:hover i::before, .modal .modal-wrapper .modal-contents .modal-back:hover i::after {
  background: #f18d09;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-back {
    top: 15px;
    left: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper .modal-contents .modal-back {
    top: 33px;
    left: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-content {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper .modal-contents .modal-content {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .modal .modal-wrapper .modal-contents .modal-content {
    padding: 30px 40px;
  }
}
.modal .modal-wrapper .modal-contents .modal-content .modal-ttl {
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-content .modal-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper .modal-contents .modal-content .modal-ttl {
    font-size: 2.3rem;
    margin-bottom: 38px;
  }
}
.modal .modal-wrapper .modal-contents .modal-content .modal-sub-ttl {
  margin: 20px 0;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #000;
  padding: 7px;
  background-color: #fff3e3;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=radio],
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=checkbox] {
  display: none;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=radio]:checked + label,
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=checkbox]:checked + label {
  background: #fff1dc;
  color: #333333;
  border-color: #ffc27c;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=radio]:checked + label:after,
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall input[type=checkbox]:checked + label:after {
  border-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall label {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 12px;
  cursor: pointer;
  color: #333333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  position: relative;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall label:hover {
  background-color: #fff1dc;
  color: #333333;
  border-color: #ffc27c;
}
.modal .modal-wrapper .modal-contents .modal-content .modal-selectall label:hover:after {
  border-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li:first-child label {
  border-top-color: #e2e2e2;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li input[type=radio],
.modal .modal-wrapper .modal-contents .modal-content .selectlist li input[type=checkbox] {
  display: none;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li label {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 12px;
  cursor: pointer;
  color: #333333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  transition: 0.5s;
  border-radius: 4px;
  border: 1px solid white;
  border-bottom-color: #e2e2e2;
  position: relative;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li label::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  border: solid 1px #e2e2e2;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li label:hover {
  background-color: #fff1dc;
  color: #333333;
  border-color: #ffc27c;
}
.modal .modal-wrapper .modal-contents .modal-content .selectlist li label:hover:after {
  border-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li:first-child label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li:first-child label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li:first-child label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li:first-child label {
  border-top-color: #e2e2e2;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=radio], .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=radio], .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=radio], .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=radio],
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=checkbox],
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=checkbox],
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=checkbox],
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=checkbox] {
  display: none;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=radio]:checked + label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=radio]:checked + label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=radio]:checked + label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=radio]:checked + label,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=checkbox]:checked + label,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=checkbox]:checked + label,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=checkbox]:checked + label,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=checkbox]:checked + label {
  background: #fff1dc;
  color: #333333;
  border-color: #ffc27c;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=radio]:checked + label:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=radio]:checked + label:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=radio]:checked + label:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=radio]:checked + label:after,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li input[type=checkbox]:checked + label:after,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li input[type=checkbox]:checked + label:after,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li input[type=checkbox]:checked + label:after,
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li input[type=checkbox]:checked + label:after {
  border-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li label, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li label {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 12px;
  cursor: pointer;
  color: #333333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  position: relative;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li label:hover, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li label:hover, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li label:hover, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li label:hover {
  background-color: #fff1dc;
  color: #333333;
  border-color: #ffc27c;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck li label:hover:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 li label:hover:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 li label:hover:after, .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box01 li label:hover:after {
  border-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.modal .modal-wrapper .modal-contents .modal-content .selectcheck-box03.mt20 {
  margin-top: 20px;
}
.modal .modal-wrapper .modal-contents .modal-content #status-search .selectradio-box01 {
  margin-bottom: 12px;
}
.modal .modal-wrapper .modal-contents .modal-content .active {
  background-color: #f18d09 !important;
}
.modal .modal-wrapper .modal-contents .modal-content .submit input[type=submit] {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #bebebe;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  appearance: none;
  border: none;
  transition: all 0.2s ease-out;
  padding: 10px 15px;
  border-radius: 26px;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper .modal-contents .modal-content .submit input[type=submit] {
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .modal .modal-wrapper .modal-contents .modal-content .submit input[type=submit] {
    font-size: 1.8rem;
    padding: 13px 15px;
    margin: 30px auto 0 auto;
  }
}
.modal .modal-wrapper .modal-contents .modal-content .submit input[type=submit].active, .modal .modal-wrapper .modal-contents .modal-content .submit input[type=submit]:hover {
  background-color: #f18d09;
}
.modal .modal-wrapper .modal-contents .modal-content .submit .removecheck {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #696969;
  margin: 15px auto 0 auto;
  text-decoration: underline;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  .modal .modal-wrapper .modal-contents .modal-content .submit .removecheck {
    transition: 0.6s;
  }
  .modal .modal-wrapper .modal-contents .modal-content .submit .removecheck:hover {
    opacity: 0.6;
  }
}
.modal .modal-wrapper .modal-contents .modal-content .submit .removecheck:hover {
  text-decoration: none;
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  /* ========================
  NEW 新着求人
  ======================== */
  /* ========================
  RECOMMENDED JOB おすすめの求人特集
  ======================== */
  /* ========================
  WHAT’S TWS TWSで働くメリット
  ======================== */
  /* ========================
  リンクバナー
  ======================== */
  /* ========================
  ともにわかち合うストーリー
  ======================== */
  /* ========================
  RECRUIT’その他の採用情報
  ======================== */
}
.page--home .mainvisual {
  background-color: #edf5ff;
}
.page--home .mainvisual .swiper-topslider {
  position: relative;
  overflow-x: hidden;
  /* 直線長方形のプログレスバー */
}
.page--home .mainvisual .swiper-topslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual .swiper-topslider .swiper-slide img {
    aspect-ratio: 640/259;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual .swiper-topslider .swiper-slide img {
    aspect-ratio: 640/259;
    overflow: hidden;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-pagination {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual .swiper-topslider .swiper-pagination {
    text-align: right;
    padding-right: 240px;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 6px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual .swiper-topslider .swiper-pagination-bullet {
    width: 30px;
    bottom: 66px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual .swiper-topslider .swiper-pagination-bullet {
    bottom: 16px;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}
.page--home .mainvisual .swiper-topslider .swiper-pagination-bullet-active {
  background-color: #f18d09;
}
.page--home .mainvisual .swiper-topslider .swiper-center {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 53px;
  margin-right: 50px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual .swiper-topslider .swiper-center {
    padding-left: 0;
    margin-top: 46px;
    margin-right: 15px;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual .swiper-topslider .swiper-center .swiper-button {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev,
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #011a2e;
  transition: all 0.2s ease-out;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #f0f2f4;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev,
  .page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev::after,
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-next::after {
  width: 11.5px;
  height: 11.49px;
  content: "";
  font-size: 0;
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev:hover,
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-next:hover {
  ofilter: brightness(1.25);
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev {
  transform: rotateX(180deg);
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-prev::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.995%22%20height%3D%2212.994%22%20viewBox%3D%220%200%2012.995%2012.994%22%3E%3Cg%20transform%3D%22translate(20.866%2020.866)%20rotate(180)%22%3E%3Cpath%20d%3D%22M10%2C18.911a.75.75%2C0%2C0%2C1-.53-1.28l5.217-5.217L9.47%2C7.2A.75.75%2C0%2C0%2C1%2C10.53%2C6.137l5.747%2C5.747a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C18.691A.748.748%2C0%2C0%2C1%2C10%2C18.911Z%22%20transform%3D%22translate(4.369%201.955)%22%20fill%3D%22%23f18d09%22%2F%3E%3Cpath%20d%3D%22M11.5.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H11.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C11.5.75Z%22%20transform%3D%22translate(8.621%2014.369)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
.page--home .mainvisual .swiper-topslider .swiper-center .swiper-button .swiper-button-next::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.995%22%20height%3D%2212.994%22%20viewBox%3D%220%200%2012.995%2012.994%22%3E%3Cg%20transform%3D%22translate(-7.871%20-7.872)%22%3E%3Cpath%20d%3D%22M10%2C18.911a.75.75%2C0%2C0%2C1-.53-1.28l5.217-5.217L9.47%2C7.2A.75.75%2C0%2C0%2C1%2C10.53%2C6.137l5.747%2C5.747a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C18.691A.748.748%2C0%2C0%2C1%2C10%2C18.911Z%22%20transform%3D%22translate(4.369%201.955)%22%20fill%3D%22%23f18d09%22%2F%3E%3Cpath%20d%3D%22M11.5.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H11.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C11.5.75Z%22%20transform%3D%22translate(8.621%2014.369)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
.page--home #new {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media only screen and (max-width: 768px) {
  .page--home #new {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new {
    padding: 70px 0 70px 0;
  }
}
.page--home #new .container {
  display: block;
  max-width: 1260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #new .container {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #new .container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #new .container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #new .container {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .container {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.page--home #new .container > p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page--home #new .container > p {
    font-size: 1.6rem;
  }
  .page--home #new .container > p br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .container > p {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--home #new .container > p br {
    display: none;
  }
}
.page--home #new .swiper-container01 {
  position: relative;
  /* 直線長方形のプログレスバー */
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 {
    width: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.page--home #new .swiper-container01 .swiper-slide {
  margin-bottom: 5px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-slide {
    width: 384px;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    height: auto;
    width: 70% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-slide {
    padding: 30px;
    text-align: center;
    font-size: 16px;
    height: auto;
  }
}
.page--home #new .swiper-container01 .swiper-slide figure {
  width: 100%;
  position: relative;
}
.page--home #new .swiper-container01 .swiper-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-slide figure img {
    aspect-ratio: 30/23;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-slide figure img {
    aspect-ratio: 256/169;
  }
}
.page--home #new .swiper-container01 .swiper-slide .wrap {
  background-color: #fff;
  padding: 15px 0;
  min-height: 149px;
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-slide .wrap {
    text-align: left;
  }
}
.page--home #new .swiper-container01 .swiper-slide .wrap i {
  color: #011a2e;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 5px;
  font-style: normal;
  display: block;
}
.page--home #new .swiper-container01 .swiper-slide .wrap h3 {
  color: #011a2e;
  font-weight: 700;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #044295;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-slide .wrap h3 {
    font-size: 1.7rem;
  }
}
.page--home #new .swiper-container01 .swiper-slide .wrap h3 a {
  color: #044295;
}
.page--home #new .swiper-container01 .swiper-slide .wrap > ul > li {
  text-align: left;
}
.page--home #new .swiper-container01 .swiper-slide .wrap > ul > li span {
  padding-right: 1em;
}
.page--home #new .swiper-container01 .swiper-slide a.read-more {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 8px 15px;
  border-radius: 20px;
  margin-top: auto;
}
.page--home #new .swiper-container01 .swiper-slide a.read-more:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--home #new .swiper-container01 .swiper-slide a.read-more:hover {
  filter: brightness(1.25);
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-pagination {
    text-align: right;
    padding-right: 240px;
  }
}
.page--home #new .swiper-container01 .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 6px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-pagination-bullet {
    width: 30px;
    bottom: 66px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #new .swiper-container01 .swiper-pagination-bullet {
    bottom: 16px;
  }
}
.page--home #new .swiper-container01 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}
.page--home #new .swiper-container01 .swiper-pagination-bullet-active {
  background-color: #f18d09;
}
.page--home #new .swiper-container01 .swiper-center {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 53px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-center {
    padding-left: 0;
    margin-top: 46px;
    margin-right: 15px;
  }
}
.page--home #new .swiper-container01 .swiper-center .swiper-button {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-center .swiper-button {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev,
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #011a2e;
  transition: all 0.2s ease-out;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #f0f2f4;
  /*
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto !important;
  margin: auto 0;
  */
}
@media only screen and (max-width: 768px) {
  .page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev,
  .page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev::after,
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next::after {
  width: 11.5px;
  height: 11.49px;
  content: "";
  font-size: 0;
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev:hover,
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next:hover {
  ofilter: brightness(1.25);
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev {
  transform: rotateX(180deg);
  /*
  @include smartphone {
    right: 80px !important;
  }
  @include screen {
    right: 90px !important;
  }
  */
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-prev::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.995%22%20height%3D%2212.994%22%20viewBox%3D%220%200%2012.995%2012.994%22%3E%3Cg%20transform%3D%22translate(20.866%2020.866)%20rotate(180)%22%3E%3Cpath%20d%3D%22M10%2C18.911a.75.75%2C0%2C0%2C1-.53-1.28l5.217-5.217L9.47%2C7.2A.75.75%2C0%2C0%2C1%2C10.53%2C6.137l5.747%2C5.747a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C18.691A.748.748%2C0%2C0%2C1%2C10%2C18.911Z%22%20transform%3D%22translate(4.369%201.955)%22%20fill%3D%22%23f18d09%22%2F%3E%3Cpath%20d%3D%22M11.5.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H11.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C11.5.75Z%22%20transform%3D%22translate(8.621%2014.369)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next {
  /*
  @include smartphone {
    right: 20px !important;
  }
  @include screen {
    right: 30px !important;
  }
  */
}
.page--home #new .swiper-container01 .swiper-center .swiper-button .swiper-button-next::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.995%22%20height%3D%2212.994%22%20viewBox%3D%220%200%2012.995%2012.994%22%3E%3Cg%20transform%3D%22translate(-7.871%20-7.872)%22%3E%3Cpath%20d%3D%22M10%2C18.911a.75.75%2C0%2C0%2C1-.53-1.28l5.217-5.217L9.47%2C7.2A.75.75%2C0%2C0%2C1%2C10.53%2C6.137l5.747%2C5.747a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C18.691A.748.748%2C0%2C0%2C1%2C10%2C18.911Z%22%20transform%3D%22translate(4.369%201.955)%22%20fill%3D%22%23f18d09%22%2F%3E%3Cpath%20d%3D%22M11.5.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H11.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C11.5.75Z%22%20transform%3D%22translate(8.621%2014.369)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
.page--home #recommended-job {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job {
    padding: 20px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recommended-job {
    padding: 55px 0 70px 0;
  }
}
.page--home #recommended-job .container {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #recommended-job .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #recommended-job .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recommended-job .container h2 {
    margin-bottom: 58px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recommended-job .container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--home #recommended-job .container ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job .container ul li {
    width: 100%;
  }
  .page--home #recommended-job .container ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #recommended-job .container ul li {
    width: 48%;
    margin-right: 4%;
  }
  .page--home #recommended-job .container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home #recommended-job .container ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--home #recommended-job .container ul li {
    width: 31.54%;
    margin-right: 2.69%;
  }
  .page--home #recommended-job .container ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job .container ul li .wrap {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recommended-job .container ul li .wrap {
    padding: 24px 30px 30px 30px;
  }
}
.page--home #recommended-job .container ul li .wrap h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--home #recommended-job .container ul li .wrap h3 {
    letter-spacing: 1.8px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recommended-job .container ul li .wrap h3 {
    letter-spacing: 2px;
  }
}
.page--home #recommended-job .container ul li .wrap p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #011a2e;
}
.page--home #recommended-job .container ul li a.read-more {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -19.195px;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 8px 15px;
  width: 65.41%;
  margin-left: 34.59%;
}
.page--home #recommended-job .container ul li a.read-more:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--home #recommended-job .container ul li a.read-more:hover {
  filter: brightness(1.25);
}
.page--home #recommended-job .container ul li figure {
  width: 100%;
}
.page--home #recommended-job .container ul li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--home #tws {
  background-color: #fff3e3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--home #tws {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws {
    padding: 70px 0;
  }
}
.page--home #tws:before {
  width: 1330px;
  height: 290px;
  content: "";
  position: absolute;
  top: 13px;
  left: 26%;
  background: url("../images/home/tws-bg.svg") no-repeat left top/contain;
}
@media screen and (max-width: 1280px) {
  .page--home #tws:before {
    left: 13%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #tws:before {
    width: 800px;
    height: 174px;
  }
}
.page--home #tws .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container h2 {
    margin-bottom: 30px;
  }
}
.page--home #tws .container p.com {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container p.com {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container p.com {
    font-size: 2rem;
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container ul.list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container ul.list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.page--home #tws .container ul.list li {
  position: relative;
  background: linear-gradient(180deg, #fff3e3 0%, #fff3e3 34px, #ffffff 34px, #ffffff 100%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container ul.list li {
    padding: 0 20px 20px 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container ul.list li {
    padding: 0 20px 20px 20px;
  }
  .page--home #tws .container ul.list li:nth-child(4) {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #tws .container ul.list li {
    width: 48%;
    margin-right: 4%;
  }
  .page--home #tws .container ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home #tws .container ul.list li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--home #tws .container ul.list li {
    width: 22.9%;
    margin-right: 2.8%;
  }
  .page--home #tws .container ul.list li:nth-child(4n) {
    margin-right: 0;
  }
}
.page--home #tws .container ul.list li figure {
  height: 90px;
}
.page--home #tws .container ul.list li h3 {
  font-size: 2rem;
  color: #044295;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container ul.list li h3 {
    font-size: 1.6rem;
  }
}
.page--home #tws .container ul.link {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container ul.link {
    display: flex;
    flex-wrap: wrap;
    max-width: 852px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #tws .container ul.link li {
    width: 100%;
  }
  .page--home #tws .container ul.link li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container ul.link li {
    width: 46.948%;
    margin-right: 6.104%;
  }
  .page--home #tws .container ul.link li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--home #tws .container ul.link li a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 12px 15px;
  border-radius: 26px;
}
@media print, screen and (min-width: 769px) {
  .page--home #tws .container ul.link li a {
    font-size: 1.8rem;
    padding: 19.5px;
    border-radius: 32px;
  }
}
.page--home #tws .container ul.link li a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--home #tws .container ul.link li a:hover {
  filter: brightness(1.25);
}
.page--home #link-list {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page--home #link-list {
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #link-list {
    padding: 70px 0 0 0;
  }
}
.page--home #link-list ul {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #link-list ul {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #link-list ul {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #link-list ul {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #link-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #link-list ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #link-list ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home #link-list ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home #link-list ul li:nth-child(2) {
    width: 48.58%;
    margin-right: 2.84%;
  }
  .page--home #link-list ul li:nth-child(3) {
    width: 48.58%;
  }
}
.page--home #link-list ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--home #link-list ul li a:hover {
  filter: brightness(1.1);
}
.page--home #story {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page--home #story {
    padding: 30px 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 61%, #fff101 61%, #fff101 100%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 61%, #fff101 61%, #fff101 100%);
    padding: 190px 0 70px 0;
    margin-top: -34px;
    display: flow-root;
  }
}
.page--home #story .outer {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer {
    padding: 0;
  }
}
.page--home #story .outer .container {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #story .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #story .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container {
    padding: 0 20px 40px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container {
    margin: 0 auto;
    min-height: 620px;
    background: url("../images/home/story-icon03.png") no-repeat center left 43%;
    background-size: 152px 171px;
  }
}
.page--home #story .outer .container .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container .wrap {
    width: 50%;
    min-height: 520px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--home #story .outer .container .wrap {
    width: 353px;
  }
}
.page--home #story .outer .container .wrap h2 {
  max-width: 352px;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container .wrap h2 {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container .wrap h2 {
    margin-bottom: 35px;
  }
}
.page--home #story .outer .container .wrap h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--home #story .outer .container .wrap h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  position: relative;
  color: #011a2e;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container .wrap h3 {
    margin: 0 auto;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container .wrap h3 {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
.page--home #story .outer .container .wrap h3::after {
  content: "";
  background: #3a4e5d;
  display: inline-block;
  vertical-align: top;
  display: block;
  height: 1px;
  width: 62px;
  top: 0;
  left: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container .wrap h3::after {
    margin-top: 20px;
  }
}
.page--home #story .outer .container .wrap p {
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #011a2e;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .container .wrap p {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container .wrap p {
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.page--home #story .outer .container .wrap a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #011a2e;
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container .wrap a {
    font-size: 1.8rem;
  }
}
.page--home #story .outer .container .wrap a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23011a2e%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23011a2e%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23011a2e%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--home #story .outer .container .wrap a:hover {
  filter: brightness(3);
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container:before {
    width: 160px;
    height: 215px;
    content: "";
    position: absolute;
    top: -99px;
    left: -127px;
    background: url("../images/home/story-icon01.png") no-repeat left top/contain;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--home #story .outer .container:before {
    left: -16px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .container:after {
    width: 160px;
    height: 215px;
    content: "";
    position: absolute;
    bottom: -100px;
    left: -72px;
    background: url("../images/home/story-icon02.png") no-repeat left top/contain;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--home #story .outer .container:after {
    left: -50px;
  }
}
.page--home #story .outer .swiper-container02 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 {
    width: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .swiper-container02 {
    position: absolute;
    content: "";
    width: 51.4%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 3;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--home #story .outer .swiper-container02 {
    width: 49%;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide {
  margin-bottom: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-slide {
    width: 384px;
    text-align: center;
    font-size: 16px;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide a {
  text-decoration: none;
  display: block;
}
.page--home #story .outer .swiper-container02 .swiper-slide a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a figure img {
    aspect-ratio: 30/23;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a figure img {
    aspect-ratio: 256/169;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide a .wrap {
  background-color: #fff;
  padding-top: 15px;
  min-height: 149px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a .wrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a .wrap {
    padding: 30px;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide a .wrap > h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #011a2e;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a .wrap > h3 {
    font-size: 3.6rem;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide a .wrap > P {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #011a2e;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-slide a .wrap > P {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
  }
  .page--home #story .outer .swiper-container02 .swiper-slide a .wrap > P br {
    display: none;
  }
}
.page--home #story .outer .swiper-container02 .swiper-slide a:hover {
  filter: brightness(1.1);
}
.page--home #story .outer .swiper-container02 .swiper-center {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-center {
    padding-left: 0;
    margin-top: 30px;
    margin-right: 15px;
  }
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-center .swiper-button {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev,
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #011a2e;
  transition: all 0.2s ease-out;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev,
  .page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev::after,
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-next::after {
  width: 8px;
  height: 8px;
  content: "";
  font-size: 0;
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev:hover,
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-next:hover {
  filter: brightness(2);
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev {
  transform: rotateX(180deg);
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-prev::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.5%22%20height%3D%2212.5%22%20viewBox%3D%220%200%209.5%2012.5%22%3E%3Cpath%20d%3D%22M0%2C11.75a.749.749%2C0%2C0%2C1-.619-.325.75.75%2C0%2C0%2C1%2C.193-1.043L6.676%2C5.5-.425.618A.75.75%2C0%2C0%2C1-.618-.425.75.75%2C0%2C0%2C1%2C.425-.618l8%2C5.5a.75.75%2C0%2C0%2C1%2C0%2C1.236l-8%2C5.5A.747.747%2C0%2C0%2C1%2C0%2C11.75Z%22%20transform%3D%22translate(8.75%2011.75)%20rotate(180)%22%20fill%3D%22%23fff100%22%2F%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
.page--home #story .outer .swiper-container02 .swiper-center .swiper-button .swiper-button-next::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.5%22%20height%3D%2212.5%22%20viewBox%3D%220%200%209.5%2012.5%22%3E%3Cpath%20d%3D%22M10%2C18.417a.75.75%2C0%2C0%2C1-.426-1.368l7.1-4.882-7.1-4.882a.75.75%2C0%2C0%2C1%2C.85-1.236l8%2C5.5a.75.75%2C0%2C0%2C1%2C0%2C1.236l-8%2C5.5A.747.747%2C0%2C0%2C1%2C10%2C18.417Z%22%20transform%3D%22translate(-9.25%20-5.917)%22%20fill%3D%22%23fff100%22%2F%3E%3C%2Fsvg%3E") no-repeat center top/contain;
}
@media print, screen and (min-width: 769px) {
  .page--home #story:after {
    width: 295px;
    height: 226px;
    content: "";
    position: absolute;
    top: 60px;
    left: 67%;
    background: url("../images/home/story-icon04.png") no-repeat left top/contain;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #story:after {
    left: 510px;
  }
}
.page--home #recruit {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--home #recruit {
    padding: 30px 0 60px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recruit {
    padding: 38px 0 100px 0;
  }
}
.page--home #recruit:before {
  width: 903px;
  height: 153px;
  content: "";
  position: absolute;
  top: 13px;
  left: 40%;
  background: url("../images/home/recruit-bg.svg") no-repeat left top/contain;
}
@media screen and (max-width: 1280px) {
  .page--home #recruit:before {
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recruit:before {
    height: 111px;
  }
}
.page--home #recruit .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--home #recruit .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #recruit .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recruit .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #recruit .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recruit .container h2 {
    margin-bottom: 30px;
  }
}
.page--home #recruit .container p.com {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--home #recruit .container p.com {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recruit .container p.com {
    font-size: 2rem;
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #recruit .container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--home #recruit .container ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-flow: column-reverse;
}
@media only screen and (max-width: 768px) {
  .page--home #recruit .container ul li {
    width: 100%;
  }
  .page--home #recruit .container ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--home #recruit .container ul li {
    width: 48%;
    margin-right: 4%;
  }
  .page--home #recruit .container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--home #recruit .container ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--home #recruit .container ul li {
    width: 31.54%;
    margin-right: 2.69%;
  }
  .page--home #recruit .container ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.page--home #recruit .container ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--home #recruit .container ul li a:hover {
  filter: brightness(1.1);
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  下層ページ共通
///////////////////////////////////////////////////////// */
#breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* olの場合 */
  /* yoast seoの場合 */
}
@media only screen and (max-width: 768px) {
  #breadcrumbs {
    padding: 20px 20px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs {
    padding: 20px 30px;
    line-height: 1;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs ol {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs ol {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol::before {
  content: "";
  position: absolute;
  width: 14px;
  padding-top: 14px;
  background: url("../images/common/home-icon.svg") center center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
#breadcrumbs ol a {
  color: #011a2e;
  text-decoration: none;
}
#breadcrumbs ol a:hover {
  text-decoration: underline;
}
#breadcrumbs ol li {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1em;
  line-height: 1.6;
  font-weight: 700;
}
#breadcrumbs ol li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 9px;
  left: -1em;
  margin: auto 0;
}
#breadcrumbs ol li:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs ol li:nth-child(1)::before {
  display: none;
}
#breadcrumbs > span {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs > span {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs > span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#breadcrumbs > span::before {
  content: "";
  position: absolute;
  width: 14px;
  padding-top: 14px;
  background: url("../images/common/home-icon.svg") center center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
#breadcrumbs > span a {
  color: #011a2e;
  text-decoration: none;
}
#breadcrumbs > span a:hover {
  text-decoration: underline;
}
#breadcrumbs > span > span {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  line-height: 1.6;
}

main[class^=page--] {
  /*background-color: #f8f8f8;*/
}

@media only screen and (max-width: 768px) {
  .page__article {
    padding: 40px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article {
    padding: 60px 0 0 0;
  }
}
.page__article__content.single .single__container {
  background-color: #fff;
  /*img {
    max-width:100%;
    height: auto;
  }*/
  /* WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* WordPress Core End
  -------------------------------------------------------------- */
}
.page__article__content.single .single__container img[class*=wp-image-],
.page__article__content.single .single__container img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.page__article__content.single .single__container .alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .aligncenter,
.page__article__content.single .single__container div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.page__article__content.single .single__container .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container a img.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page__article__content.single .single__container .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.page__article__content.single .single__container .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.page__article__content.single .single__container .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.page__article__content.single .single__container .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.page__article__content.single .single__container .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.page__article__content.single .single__container.cf {
  overflow: hidden;
  zoom: 1;
}
.page__article__content.single .single__container.cf:after {
  content: "";
  display: block;
  clear: both;
}

.preparation {
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .preparation {
    padding-top: 15px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .preparation {
    padding-top: 50px;
    font-size: 2rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  ブログ
///////////////////////////////////////////////////////// */
.page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list > li, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list > li {
  display: inline-block;
}
.page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list > li a, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list > li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #f18d09;
  border: 1px solid #f18d09;
  border-radius: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 15px;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list > li a, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list > li a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list > li a, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list > li a {
    font-size: 1.8rem;
  }
}
.page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list > li a:hover, .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #f18d09;
}

.page--blog .mainvisual {
  width: 100;
}
.page--blog .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.page--blog .page__article__content {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--blog .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--blog .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content {
    padding: 0 20px;
  }
}
.page--blog .page__article__content.archive {
  max-width: 1100px;
  margin: 0 auto;
  /* category*/
  /* list-wrap */
}
.page--blog .page__article__content.archive #category {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive #category {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive #category {
    margin-bottom: 60px;
  }
}
.page--blog .page__article__content.archive #category ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive #category ul {
    max-width: 840px;
    margin: 0 auto;
  }
}
.page--blog .page__article__content.archive #category ul li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive #category ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    display: block;
  }
  .page--blog .page__article__content.archive #category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog .page__article__content.archive #category ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive #category ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .page--blog .page__article__content.archive #category ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog .page__article__content.archive #category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.page--blog .page__article__content.archive #category ul li a {
  width: 100%;
  height: 42px;
  line-height: 40px;
  display: block;
  font-size: 1.6rem;
  color: #f18d09;
  text-decoration: none;
  text-align: center;
  border: 1px solid #f18d09;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive #category ul li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.page--blog .page__article__content.archive #category ul li a:hover {
  background: #f18d09;
  color: #ffffff;
}
.page--blog .page__article__content.archive #category ul li a:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.page--blog .page__article__content.archive #category ul li .children {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive #category ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--blog .page__article__content.archive .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li {
    width: 31.36%;
    margin-right: 2.96%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li:nth-child(n+4) {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li a {
    transition: 0.6s;
  }
  .page--blog .page__article__content.archive .list-wrap > ul > li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li figure {
    width: 100px;
  }
}
.page--blog .page__article__content.archive .list-wrap > ul > li figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li figure img {
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li figure img {
    aspect-ratio: 163/111;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap {
    background-color: #fff;
    padding-top: 15px;
    text-align: left;
  }
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap a {
  text-decoration: none;
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap a h2 {
  color: #011a2e;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap a h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap a h2:hover {
  text-decoration: underline;
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap a p {
  color: #011a2e;
  line-height: 1.6;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap a p {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap a p {
    font-size: 1.6rem;
  }
}
.page--blog .page__article__content.archive .list-wrap > ul > li .wrap a p:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .list-wrap > ul > li .wrap .cat-list {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.archive .mod__pagination {
    margin-top: 70px;
  }
}
.page--blog .page__article__content.archive .mod__pagination li.first, .page--blog .page__article__content.archive .mod__pagination li.last, .page--blog .page__article__content.archive .mod__pagination li.prev, .page--blog .page__article__content.archive .mod__pagination li.next {
  display: none !important;
}
.page--blog .page__article__content.archive .mod__pagination .pages {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #011a2e !important;
  display: block;
}
.page--blog .page__article__content.archive .mod__pagination .next {
  max-width: 100% !important;
  position: relative;
  line-height: 1;
  width: 43.78px;
  height: 44px;
  margin-bottom: -16px;
}
.page--blog .page__article__content.archive .mod__pagination .next img {
  width: 8px;
  height: 11px;
  display: none;
  position: relative;
}
.page--blog .page__article__content.archive .mod__pagination .next::before {
  width: 8px;
  height: 11px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.381%22%20height%3D%2211.758%22%20viewBox%3D%220%200%208.381%2011.758%22%3E%3Cpath%20d%3D%22M1.121%2C2.522%2C9.5%2C8.4%2C1.121%2C14.28Z%22%20transform%3D%22translate(-1.121%20-2.522)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--blog .page__article__content.archive .mod__pagination .next:hover::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.381%22%20height%3D%2211.758%22%20viewBox%3D%220%200%208.381%2011.758%22%3E%3Cpath%20d%3D%22M1.121%2C2.522%2C9.5%2C8.4%2C1.121%2C14.28Z%22%20transform%3D%22translate(-1.121%20-2.522)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
}
.page--blog .page__article__content.archive .mod__pagination .prev {
  position: relative;
  line-height: 1;
  width: 43.78px;
  height: 44px;
  margin-bottom: -16px;
}
.page--blog .page__article__content.archive .mod__pagination .prev img {
  width: 8px;
  height: 11px;
  display: none;
}
.page--blog .page__article__content.archive .mod__pagination .prev::before {
  width: 8px;
  height: 11px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.381%22%20height%3D%2211.758%22%20viewBox%3D%220%200%208.381%2011.758%22%3E%3Cpath%20d%3D%22M1.121%2C2.522%2C9.5%2C8.4%2C1.121%2C14.28Z%22%20transform%3D%22translate(9.502%2014.28)%20rotate(180)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--blog .page__article__content.archive .mod__pagination .prev:hover::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.381%22%20height%3D%2211.758%22%20viewBox%3D%220%200%208.381%2011.758%22%3E%3Cpath%20d%3D%22M1.121%2C2.522%2C9.5%2C8.4%2C1.121%2C14.28Z%22%20transform%3D%22translate(9.502%2014.28)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
}
.page--blog .page__article__content.archive .mod__pagination a {
  border: 1px solid #f18d09 !important;
  background-color: #fff;
  color: #f18d09;
  font-size: 1.4rem;
}
.page--blog .page__article__content.archive .mod__pagination a:hover {
  border: 1px solid #f18d09 !important;
}
.page--blog .page__article__content.archive .mod__pagination .active {
  border: 1px solid #f18d09 !important;
  background: #f18d09;
  color: #fff;
}
.page--blog .page__article__content.archive .mod__pagination a:hover {
  color: #fff !important;
  background: #f18d09 !important;
  opacity: 1 !important;
}
.page--blog .page__article__content.archive .mod__pagination .pagenation__item.active a, .page--blog .page__article__content.archive .mod__pagination.wp .active {
  background: #f18d09 !important;
  color: #fff !important;
  border: 1px solid #f18d09 !important;
  text-decoration: none !important;
}
.page--blog .page__article__content.archive .mod__pagination .next {
  padding: 14px 16px 14px 18px;
  color: #f18d09;
}
.page--blog .page__article__content.archive .mod__pagination .prev {
  padding: 14px 18px 14px 16px;
  color: #f18d09;
}
.page--blog .page__article__content.archive .mod__pagination .current {
  color: #fff !important;
  background: #f18d09 !important;
  border: 1px solid #f18d09 !important;
  text-decoration: none !important;
  line-height: 1;
  font-weight: 400;
  padding: 11px 17px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single {
    padding-bottom: 20px;
  }
}
.page--blog .page__article__content.single #single-body {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1100px;
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 27.5px;
  }
}
.page--blog .page__article__content.single #single-body .single-ttl .wrap time {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap time {
    font-size: 1.5rem;
    margin-right: 10px;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap time {
    font-size: 1.8rem;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl .wrap .cat-list {
    margin-top: 0.5em;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--blog .page__article__content.single #single-body .single-ttl h1 {
  color: #011a2e;
  font-weight: 700;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single #single-body .single-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single #single-body .single-ttl h1 {
    witdh: 100%;
    font-size: 2.8rem;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--blog .page__article__content.single #single-body .single-ttl h1 {
    font-size: 3.2rem;
  }
}
.page--blog .page__article__content.single p.back-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single p.back-link {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single p.back-link {
    margin-top: 50px;
  }
}
.page--blog .page__article__content.single p.back-link a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 12px 15px;
  border-radius: 26px;
}
@media only screen and (max-width: 768px) {
  .page--blog .page__article__content.single p.back-link a {
    max-width: 210px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--blog .page__article__content.single p.back-link a {
    font-size: 1.8rem;
    padding: 15.5px;
    border-radius: 32px;
    max-width: 253px;
    width: 100%;
  }
}
.page--blog .page__article__content.single p.back-link a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--blog .page__article__content.single p.back-link a:hover {
  filter: brightness(1.25);
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お仕事検索
///////////////////////////////////////////////////////// */
.page--search .page__article {
  background-color: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .page--search .page__article {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--search .page__article {
    padding-bottom: 50px;
  }
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お気に入りリスト
///////////////////////////////////////////////////////// */
.page--favorite .page__article {
  background: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .page--favorite .page__article {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--favorite .page__article {
    padding-bottom: 50px;
  }
}
.page--favorite .page__article__content .keep_del {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  display: none;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  スペシャル
///////////////////////////////////////////////////////// */
.page--special .mainvisual {
  width: 100%;
}
.page--special .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--special .page__article {
  background: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article {
    padding-bottom: 50px;
  }
}
.page--special .page__article__content .special-ttl {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #044295;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .special-ttl {
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .special-ttl {
    font-size: 3.9rem;
    letter-spacing: 1.95px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--special .page__article__content .special-ttl {
    font-size: 3.9rem;
  }
}
.page--special .page__article__content .com {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--special .page__article__content .com {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--special .page__article__content .com {
    margin-bottom: 50px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  ともにわかち合うストーリー
///////////////////////////////////////////////////////// */
.page--story .mainvisual {
  width: 100%;
}
.page--story .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article {
    padding-top: 100px;
  }
}
.page--story .page__article.archive {
  position: relative;
  background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 70.7%, #fff101 70.7%, #fff101 100%);
}
@media only screen and (max-width: 768px) {
  .page--story .page__article.archive {
    padding-bottom: 50px;
  }
}
.page--story .page__article.archive::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article.archive::before {
    height: 380px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article.archive::before {
    height: 595px;
  }
}
.page--story .page__article__content {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .page--story .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--story .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content {
    padding: 0 20px;
  }
}
.page--story .page__article__content.archive {
  max-width: 1486px;
  margin: 0 auto;
  /* list-wrap */
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive {
    background: url("../images/story/story-bg.png") repeat-y;
    background-position: top 2px center;
  }
}
.page--story .page__article__content.archive h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  color: #011a2e;
  position: relative;
  font-weight: 500;
  text-align: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.page--story .page__article__content.archive h2:after {
  content: "";
  background: #011a2e;
  display: inline-block;
  vertical-align: top;
  display: block;
  height: 1px;
  width: 78px;
  margin: 25px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive h2:after {
    margin: 15px auto 0 auto;
  }
}
.page--story .page__article__content.archive p.com {
  text-align: center;
  line-height: 2;
  max-width: 442px;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive p.com {
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive p.com {
    font-size: 1.6rem;
    margin: 0 auto 80px auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page--story .page__article__content.archive .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li {
    width: 47.27%;
    margin-right: 5.46%;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li:nth-child(n+3) {
    margin-top: 60px;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li a {
  text-decoration: none;
}
.page--story .page__article__content.archive .list-wrap > ul > li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a figure img {
    aspect-ratio: 30/23;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a figure img {
    aspect-ratio: 256/169;
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap {
    padding: 10px 0 15px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap {
    padding: 20px 0 30px 30px;
    background-color: #fff;
    padding-top: 15px;
    text-align: left;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li a .wrap h3 {
  color: #011a2e;
  text-decoration: none;
  font-weight: 500;
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap h3 {
    font-size: 2.4rem;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap h3 {
    font-size: 3.6rem;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li a .wrap p {
  color: #011a2e;
  line-height: 2;
  text-decoration: none;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap p {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap p {
    padding-right: 30px;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li a .wrap span {
  font-weight: 500;
  display: block;
  position: relative;
  position: relative;
  color: #011a2e;
  margin-top: 5px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.archive .list-wrap > ul > li a .wrap span {
    font-size: 1.6rem;
  }
}
.page--story .page__article__content.archive .list-wrap > ul > li a .wrap span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 1px;
  background-color: #011a2e;
  margin-left: 2%;
}
.page--story .page__article__content.archive .list-wrap > ul > li a:hover {
  filter: brightness(1.1);
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single {
    padding-bottom: 120px;
  }
}
.page--story .page__article__content.single > figure {
  position: relative;
  z-index: 0;
  max-width: 734px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single > figure {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single > figure {
    margin-bottom: 85px;
  }
}
.page--story .page__article__content.single > figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--story .page__article__content.single > figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff101;
  top: 3%;
  right: -3%;
  z-index: -1;
}
.page--story .page__article__content.single #single-body {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1000px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--story .page__article__content.single #single-body {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    padding-bottom: 100px;
    /*column-count: 1;
    column-fill: auto;
    column-gap: 16px;*/
  }
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single #single-body .single-ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body .single-ttl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body .single-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--story .page__article__content.single #single-body .single-ttl h1 {
  color: #011a2e;
  font-weight: 700;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single #single-body .single-ttl h1 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body .single-ttl h1 {
    witdh: 100%;
    font-size: 3.6rem;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--story .page__article__content.single #single-body .single-ttl h1 {
    font-size: 5rem;
    letter-spacing: 3px;
    margin-left: 40px;
  }
}
.page--story .page__article__content.single #single-body .single-content {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--story .page__article__content.single #single-body .single-content {
    max-width: 890px;
  }
}
.page--story .page__article__content.single #single-body .single-content p {
  white-space: pre-wrap;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single #single-body .single-content p {
    font-size: 1.6rem;
    line-height: 2.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body .single-content p {
    font-size: 1.6rem;
    line-height: 3;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--story .page__article__content.single #single-body .single-content p {
    font-size: 1.8rem;
    line-height: 3.4;
  }
}
.page--story .page__article__content.single #single-body .single-content p span {
  font-size: 1.4rem;
}
.page--story .page__article__content.single #single-body .single-content p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.page--story .page__article__content.single #single-body .single-content .name {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single #single-body .single-content .name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body .single-content .name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--story .page__article__content.single #single-body .single-content .name {
    font-size: 2rem;
  }
}
.page--story .page__article__content.single #single-body .single-content .name span {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single #single-body:before {
    width: 186px;
    height: 140px;
    content: "";
    position: absolute;
    bottom: -66px;
    left: -21px;
    background: url("../images/story/single-icon.png") no-repeat left top/contain;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--story .page__article__content.single #single-body:before {
    bottom: -128px;
    left: -16px;
  }
}
.page--story .page__article__content.single p.back-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single p.back-link {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single p.back-link {
    margin-top: 50px;
  }
}
.page--story .page__article__content.single p.back-link a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #011a2e;
  background-color: #fff101;
  padding: 12px 15px;
  border-radius: 26px;
}
@media only screen and (max-width: 768px) {
  .page--story .page__article__content.single p.back-link a {
    max-width: 210px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--story .page__article__content.single p.back-link a {
    font-size: 1.8rem;
    padding: 13px 15px;
    border-radius: 32px;
    max-width: 293px;
    width: 100%;
  }
}
.page--story .page__article__content.single p.back-link a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(0.75%200.75)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--story .page__article__content.single p.back-link a:hover {
  filter: brightness(1.25);
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  警備のお仕事紹介
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--job-introduction .mod__pagetitle01 p {
    width: 842px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .mod__pagetitle01 p {
    width: 2000px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .mod__pagetitle01 p {
    width: 1700px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article {
    padding-top: 0;
  }
}
.page--job-introduction .page__article .mainvisual {
  width: 100;
}
.page--job-introduction .page__article .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--job-introduction .page__article__content.archive {
  /* ========================
  警備業とは？
  ======================== */
  /* ========================
  警備業の種類
  ======================== */
  /* ========================
  身近なリスクから 安全と安心を作る
  ======================== */
  /* ========================
  警備業のやりがい・メリット
  ======================== */
  /* ========================
  警備業に向いている人
  ======================== */
  /* ========================
  警備のお仕事一覧
  ======================== */
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive {
    padding-bottom: 50px;
  }
}
.page--job-introduction .page__article__content.archive #what {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 25.28%, #ffffff 25.28%, #ffffff 100%);
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #what {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what {
    padding: 100px 0;
  }
}
.page--job-introduction .page__article__content.archive #what .outer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #what .outer {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what .outer {
    padding: 0;
  }
}
.page--job-introduction .page__article__content.archive #what .outer::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/job-introduction/what-bg.jpg") no-repeat;
  background-size: cover;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #what .outer::before {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 47.916%;
    left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what .outer::before {
    top: 0;
    width: 51.4%;
    height: 345px;
    background-position: center top;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #what .outer::before {
    width: 51.4%;
  }
}
.page--job-introduction .page__article__content.archive #what .outer .container {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #what .outer .container {
    padding: 0 20px 40px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what .outer .container {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.page--job-introduction .page__article__content.archive #what .outer .container .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what .outer .container .wrap {
    width: 48.6%;
    min-height: 345px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 51.4%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #what .outer .container .wrap {
    padding-left: 50px;
  }
}
.page--job-introduction .page__article__content.archive #what .outer .container .wrap p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #what .outer .container .wrap p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #what .outer .container .wrap p {
    margin-top: 30px;
  }
}
.page--job-introduction .page__article__content.archive #type {
  background-color: #eff5fd;
  position: relative;
  z-index: 4;
  display: flow-root;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #type {
    padding: 0 15px 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #type {
    padding: 0 30px 70px 30px;
  }
}
.page--job-introduction .page__article__content.archive #type .container {
  max-width: 1100px;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.archive #type .container .mod__heading04 {
  margin-top: -14px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #type .container {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #type .container ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #type .container ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.page--job-introduction .page__article__content.archive #type .container ul li {
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #type .container ul li {
    padding: 20px 15px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #type .container ul li {
    padding: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #type .container ul li {
    width: 48%;
    margin-right: 4%;
  }
  .page--job-introduction .page__article__content.archive #type .container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--job-introduction .page__article__content.archive #type .container ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #type .container ul li {
    width: 22.9%;
    margin-right: 2.8%;
  }
  .page--job-introduction .page__article__content.archive #type .container ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.page--job-introduction .page__article__content.archive #type .container ul li i {
  font-style: normal;
  font-size: 1.7rem;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #f18d09;
}
.page--job-introduction .page__article__content.archive #type .container ul li i:after {
  content: "";
  background-color: #f18d09;
  display: inline-block;
  vertical-align: top;
  display: block;
  height: 3px;
  width: 42px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
.page--job-introduction .page__article__content.archive #type .container ul li figure {
  width: 78px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 27px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #type .container ul li figure {
    margin: 0 auto 20px;
  }
}
.page--job-introduction .page__article__content.archive #type .container ul li h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #044295;
  font-size: 2rem;
  margin-bottom: 15px;
}
.page--job-introduction .page__article__content.archive #type .container ul li p {
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.archive #tws {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws {
    padding: 100px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws {
    padding: 150px 0 60px 0;
  }
}
.page--job-introduction .page__article__content.archive #tws .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws .container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws .container {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap {
    width: 60.73%;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap {
    padding-right: 50px;
  }
}
.page--job-introduction .page__article__content.archive #tws .container .wrap h2 {
  color: #044295;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap h2 {
    font-size: 2.6rem;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap h2 {
    font-size: 3.7rem;
    letter-spacing: 1.85px;
    margin-bottom: 30px;
  }
}
.page--job-introduction .page__article__content.archive #tws .container .wrap p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap p {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws .container .wrap p {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.page--job-introduction .page__article__content.archive #tws .container .wrap p span {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws .container figure {
    max-width: 432px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #tws .container figure {
    width: 39.27%;
  }
}
.page--job-introduction .page__article__content.archive #tws .container figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.archive #tws::before {
  width: 1402px;
  height: 153px;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: url("../images/job-introduction/tws-bg.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #tws::before {
    height: 80px;
  }
}
.page--job-introduction .page__article__content.archive #merit {
  background-color: #fef9f4;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #merit {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #merit {
    padding: 70px 0;
  }
}
.page--job-introduction .page__article__content.archive #merit .container {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #merit .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #merit .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #merit .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #merit .container .mod__heading03 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #merit .container .mod__heading03 {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #merit .container ol {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--job-introduction .page__article__content.archive #merit .container ol li {
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #merit .container ol li {
    width: 100%;
    padding: 20px 15px;
  }
  .page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #merit .container ol li {
    padding: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #merit .container ol li {
    width: 48%;
    margin-right: 4%;
  }
  .page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(2n) {
    margin-right: 0;
  }
  .page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #merit .container ol li {
    width: 31.54%;
    margin-right: 2.69%;
  }
  .page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(3n) {
    margin-right: 0;
  }
}
.page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(1)::before {
  width: 87px;
  height: 85px;
  content: "";
  position: absolute;
  top: -9px;
  left: -7px;
  background: url("../images/job-introduction/merit01.svg") no-repeat left top/contain;
}
.page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(2)::before {
  width: 87px;
  height: 85px;
  content: "";
  position: absolute;
  top: -9px;
  left: -7px;
  background: url("../images/job-introduction/merit02.svg") no-repeat left top/contain;
}
.page--job-introduction .page__article__content.archive #merit .container ol li:nth-child(3)::before {
  width: 87px;
  height: 85px;
  content: "";
  position: absolute;
  top: -9px;
  left: -7px;
  background: url("../images/job-introduction/merit03.svg") no-repeat left top/contain;
}
.page--job-introduction .page__article__content.archive #merit .container ol li h3 {
  font-style: normal;
  font-size: 2rem;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
}
.page--job-introduction .page__article__content.archive #merit .container ol li h3:after {
  content: "";
  background-color: #044295;
  display: inline-block;
  vertical-align: top;
  display: block;
  height: 3px;
  width: 60px;
  margin: auto;
  margin-top: 13px;
  margin-bottom: 15px;
}
.page--job-introduction .page__article__content.archive #merit .container ol li p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.archive #facing {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing {
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing {
    padding: 0;
    background: linear-gradient(180deg, #fef9f4 0%, #fef9f4 70px, #ffffff 70px, #ffffff 100%);
  }
}
.page--job-introduction .page__article__content.archive #facing .outer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing .outer {
    padding: 0;
  }
}
.page--job-introduction .page__article__content.archive #facing .outer::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/job-introduction/facing-bg.jpg") no-repeat;
  background-size: cover;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing .outer::after {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 52.21%;
    left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing .outer::after {
    top: 0;
    width: 51.4%;
    height: 345px;
    background-position: left top;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #facing .outer::after {
    width: 51.4%;
  }
}
.page--job-introduction .page__article__content.archive #facing .outer .container {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container {
    padding: 0 20px 20px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.page--job-introduction .page__article__content.archive #facing .outer .container .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container .wrap {
    width: 47.79%;
    padding-top: 60px;
    min-height: 345px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container .wrap {
    padding-right: 50px;
  }
}
.page--job-introduction .page__article__content.archive #facing .outer .container .wrap h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container .wrap h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing .outer .container .wrap h2 {
    font-size: 2.6rem;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
}
.page--job-introduction .page__article__content.archive #facing .outer .container .wrap p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.page--job-introduction .page__article__content.archive #facing ul {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #facing ul {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #facing ul {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing ul {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing ul {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}
.page--job-introduction .page__article__content.archive #facing ul li {
  background-color: #fff;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50px, #f8f8f8 50px, #f8f8f8 100%);
  border-bottom: 3px solid #044295;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing ul li {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  .page--job-introduction .page__article__content.archive #facing ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #facing ul li {
    padding: 0 28px 30px 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #facing ul li {
    width: 48%;
    margin-right: 4%;
  }
  .page--job-introduction .page__article__content.archive #facing ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--job-introduction .page__article__content.archive #facing ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #facing ul li {
    width: 31.54%;
    margin-right: 2.69%;
  }
  .page--job-introduction .page__article__content.archive #facing ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.page--job-introduction .page__article__content.archive #facing ul li figure {
  width: 95px;
  height: 93px;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing ul li figure {
    margin: 0 auto 30px auto;
  }
}
.page--job-introduction .page__article__content.archive #facing ul li h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #044295;
  font-size: 2rem;
  margin-bottom: 27px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #facing ul li h3 {
    margin-bottom: 20px;
  }
}
.page--job-introduction .page__article__content.archive #facing ul li p {
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.archive #job {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job {
    padding: 50px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #job {
    padding: 105px 0 60px 0;
  }
}
.page--job-introduction .page__article__content.archive #job .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #job .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #job .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container .mod__heading03 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #job .container .mod__heading03 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #job .container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--job-introduction .page__article__content.archive #job .container ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container ul li {
    width: 100%;
  }
  .page--job-introduction .page__article__content.archive #job .container ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #job .container ul li {
    width: 50%;
  }
  .page--job-introduction .page__article__content.archive #job .container ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.archive #job .container ul li {
    width: 33.3333333333%;
  }
  .page--job-introduction .page__article__content.archive #job .container ul li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.page--job-introduction .page__article__content.archive #job .container ul li a {
  text-decoration: none;
  color: #011a2e;
}
.page--job-introduction .page__article__content.archive #job .container ul li a figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container ul li a .wrap {
    padding: 10px 15px 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #job .container ul li a .wrap {
    padding: 10px 30px 0 30px;
  }
}
.page--job-introduction .page__article__content.archive #job .container ul li a .wrap p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.archive #job .container ul li a .wrap span {
  color: #044295;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
.page--job-introduction .page__article__content.archive #job .container ul li a .wrap span::after {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-left: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23044296%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23044296%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat bottom/contain;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container ul li a .wrap span::after {
    height: 17.17px;
    background-position: bottom;
    margin-left: 5px;
  }
}
.page--job-introduction .page__article__content.archive #job .container ul li a:hover {
  filter: brightness(1.25);
}
.page--job-introduction .page__article__content.archive #job .container::after {
  content: "■";
  color: #eff5fd;
  font-weight: 600;
  font-size: 1120px;
  line-height: 1;
  position: absolute;
  right: -55%;
  z-index: -2;
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.archive #job .container::after {
    top: -9%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.archive #job .container::after {
    top: -7%;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job .container::after {
    bottom: -9%;
    font-size: 1355px;
    right: -268%;
    z-index: -2;
  }
}
.page--job-introduction .page__article__content.archive #job::before {
  width: 1402px;
  height: 153px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/job-introduction/job-bg.svg") no-repeat left top/contain;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.archive #job::before {
    height: 80px;
  }
}
.page--job-introduction .page__article__content.single {
  /* ========================
  職種タイトル
  ======================== */
  /* ========================
  主な交通誘導のお仕事
  ======================== */
  /* ========================
  働きながら資格取得可能資格を取ってキャリアUP
  ======================== */
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info {
    padding: 100px 0;
  }
}
.page--job-introduction .page__article__content.single #info .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #info .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #info .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap {
    width: 64%;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #info .container .wrap {
    padding-left: 70px;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap .mod__heading04 {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container .wrap .mod__heading04 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap .mod__heading04 {
    margin-bottom: 30px;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container .wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap p.com {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.single #info .container .wrap p.com:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container .wrap > figure {
    width: 100%;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap > figure {
    display: none;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap > figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.single #info .container .wrap p.link {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container .wrap p.link {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap p.link {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap p.link a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 12px 15px;
  border-radius: 26px;
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container .wrap p.link a {
    font-size: 1.8rem;
    padding: 15.5px;
    border-radius: 32px;
    max-width: 345px;
    width: 100%;
  }
}
.page--job-introduction .page__article__content.single #info .container .wrap p.link a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--job-introduction .page__article__content.single #info .container .wrap p.link a:hover {
  filter: brightness(1.25);
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #info .container > figure {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #info .container > figure {
    width: 36%;
  }
}
.page--job-introduction .page__article__content.single #info .container > figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.single #work {
  background-color: #eff5fd;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work {
    padding: 100px 0;
  }
}
.page--job-introduction .page__article__content.single #work .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #work .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #work .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--job-introduction .page__article__content.single #work .container ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container ul li {
    width: 48.58%;
    margin-right: 2.84%;
  }
  .page--job-introduction .page__article__content.single #work .container ul li:nth-child(2) {
    margin-right: 0;
  }
}
.page--job-introduction .page__article__content.single #work .container ul li h3 {
  width: 76.26%;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  background-color: #f18d09;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container ul li h3 {
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    bottom: -20px;
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container ul li h3 {
    height: 52px;
    line-height: 52px;
    font-size: 2.2rem;
    bottom: -26px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #work .container ul li h3 {
    font-size: 2rem;
  }
}
.page--job-introduction .page__article__content.single #work .container ul li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.single #work .container .other {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container .other {
    margin-top: 50px;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container .other {
    margin-top: 76px;
    padding: 30px;
  }
}
.page--job-introduction .page__article__content.single #work .container .other h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container .other h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container .other h3 {
    font-size: 2.2rem;
  }
}
.page--job-introduction .page__article__content.single #work .container .other p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--job-introduction .page__article__content.single #work .container > a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f18d09;
  padding: 12px 15px;
  border-radius: 26px;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container > a {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container > a {
    font-size: 1.8rem;
    padding: 15.5px;
    border-radius: 32px;
    max-width: 345px;
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
.page--job-introduction .page__article__content.single #work .container > a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--job-introduction .page__article__content.single #work .container > a:hover {
  filter: brightness(1.25);
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #work .container .none-other {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #work .container .none-other {
    margin-top: 76px;
  }
}
.page--job-introduction .page__article__content.single #career {
  background-color: #eff5fd;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career {
    padding: 50px 0;
    background: linear-gradient(180deg, #044295 0%, #044295 220px, #eff5fd 220px, #eff5fd 100%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #career {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #career {
    background: linear-gradient(180deg, #044295 0%, #044295 400px, #eff5fd 400px, #eff5fd 100%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #career {
    background: linear-gradient(180deg, #044295 0%, #044295 436px, #eff5fd 436px, #eff5fd 100%);
  }
}
.page--job-introduction .page__article__content.single #career .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #career .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #career .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container h2 {
    max-width: 374px;
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #career .container h2 {
    max-width: 736px;
    margin: 0 auto 110px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #career .container h2 {
    max-width: 930px;
    margin: 0 auto 110px;
  }
}
.page--job-introduction .page__article__content.single #career .container h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--job-introduction .page__article__content.single #career .container .wrapper {
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper {
    padding: 60px 15px 20px 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper {
    padding: 98px 30px 50px 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper {
    padding: 98px 50px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper h3 {
    width: 300px;
    height: 64px;
    line-height: 64px;
    font-size: 2.6rem;
    border-radius: 32px;
    top: -32px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper h3 {
    width: 468px;
    height: 99px;
    line-height: 99px;
    font-size: 3.2rem;
    border-radius: 50px;
    top: -49.5px;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper table {
  border-collapse: collapse;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table:nth-of-type(2) tr:first-of-type {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table:nth-of-type(2) tr:first-of-type {
    display: none;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr th,
.page--job-introduction .page__article__content.single #career .container .wrapper table tr td {
  border-bottom: 10px solid #fff;
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr th:first-of-type,
.page--job-introduction .page__article__content.single #career .container .wrapper table tr td:first-of-type {
  border-right: 10px solid #fff;
  width: 66.6%;
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr th {
  color: #fff;
  background-color: #044295;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr th {
    padding: 8.5px 10px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr th {
    font-size: 2.3rem;
    padding: 8.5px 20px;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr th:nth-of-type(2) {
  background-color: #f18d09;
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr td {
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr td {
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr td {
    font-size: 2rem;
    padding: 11px 20px;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr td span {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr td span {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .page--job-introduction .page__article__content.single #career .container .wrapper table tr td span {
    font-size: 3.7rem;
    line-height: 1;
  }
}
.page--job-introduction .page__article__content.single #career .container .wrapper table tr td:nth-of-type(2) {
  text-align: right;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  拠点一覧
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--office .mod__pagetitle01 p {
    width: 600px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .mod__pagetitle01 p {
    width: 1428px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--office .mod__pagetitle01 p {
    width: 1214px;
  }
}
.page--office .mainvisual {
  width: 100;
}
.page--office .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page--office .page__article__content {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--office .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--office .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content {
    padding: 0 20px;
  }
}
.page--office .page__article__content > h2 {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content > h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content > h2 {
    font-size: 3rem;
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content .office-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .page--office .page__article__content .office-link ul::after {
    content: "";
    width: 20%;
    border-bottom: 2px solid #f1f1f1;
  }
}
.page--office .page__article__content .office-link ul li {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content .office-link ul li {
    border-bottom: 1px solid #f1f1f1;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content .office-link ul li {
    width: 20%;
    border-bottom: 2px solid #f1f1f1;
  }
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content .office-link ul li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.page--office .page__article__content .office-link ul li a {
  color: #011a2e;
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content .office-link ul li a {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content .office-link ul li a {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 12px;
  }
}
.page--office .page__article__content .office-link ul li a:hover {
  color: #044295;
}
.page--office .page__article__content .office-link ul li a span::after {
  width: 97px;
  height: 3px;
  content: "";
  background: #044295;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page--office .page__article__content .office-link ul li a:hover span::after {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content .office-link ul:nth-of-type(2) {
    margin-top: 26.5px;
  }
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content .office-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .page--office .page__article__content .office-link ul::after {
    display: none;
  }
  .page--office .page__article__content .office-link ul li {
    width: 33.333%;
  }
  .page--office .page__article__content .office-link ul li:nth-child(n+2) {
    margin-top: 0;
  }
  .page--office .page__article__content .office-link ul li a {
    font-size: 1.5rem;
    color: #828484;
  }
}
.page--office .page__article__content section {
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section {
    padding-top: 84px;
  }
}
.page--office .page__article__content section h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section h3 {
    font-size: 2.8rem;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl {
    border-bottom: 1px solid #dddddd;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page--office .page__article__content section dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #eff5fd;
  border-bottom: 1px solid #044295;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dt {
    width: 100%;
    padding: 15px 15px;
    border-top: 1px solid #044295;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dt {
    width: 256px;
    padding: 20px 16px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dt:first-of-type {
    border-top: 1px solid #044295;
  }
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dd {
    width: 100%;
    padding: 15px 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd {
    width: calc(100% - 256px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    border-bottom: 1px solid #dddddd;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd:first-of-type {
    border-top: 1px solid #dddddd;
  }
}
.page--office .page__article__content section dl dd .address {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dd .address {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd .address {
    width: calc(100% - 231px);
    padding-right: 10px;
  }
}
.page--office .page__article__content section dl dd .address .tel {
  color: #011a2e;
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd .address .tel {
    pointer-events: none;
    text-decoration: none;
    color: #011a2e;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd .link {
    width: 231px;
  }
}
.page--office .page__article__content section dl dd .link li .map {
  position: relative;
  background-color: #fff;
  color: #044295;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 1;
  border: 1.5px solid #044295;
  border-radius: 50px;
  font-size: 1.5rem;
  padding: 13px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dd .link li .map {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd .link li .map {
    width: 100%;
  }
}
.page--office .page__article__content section dl dd .link li .map::after {
  content: "";
  position: absolute;
  right: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2218.334%22%20viewBox%3D%220%200%2015%2018.334%22%3E%3Cpath%20d%3D%22M17.5%2C8.333c0%2C5.834-7.5%2C10.834-7.5%2C10.834s-7.5-5-7.5-10.834a7.5%2C7.5%2C0%2C1%2C1%2C15%2C0Z%22%20transform%3D%22translate(-2.5%20-0.833)%22%20fill%3D%22%23044296%22%2F%3E%3Cpath%20d%3D%22M2.5-.75A3.25%2C3.25%2C0%2C1%2C1-.75%2C2.5%2C3.254%2C3.254%2C0%2C0%2C1%2C2.5-.75Zm0%2C5A1.75%2C1.75%2C0%2C1%2C0%2C.75%2C2.5%2C1.752%2C1.752%2C0%2C0%2C0%2C2.5%2C4.25Z%22%20transform%3D%22translate(5%205.462)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 15px;
  height: 18.33px;
}
.page--office .page__article__content section dl dd .link li .map:hover {
  filter: brightness(1.25);
}
.page--office .page__article__content section dl dd .link li .check {
  position: relative;
  background-color: #f18d09;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 1;
  border: 1.5px solid #f18d09;
  border-radius: 50px;
  font-size: 1.5rem;
  padding: 13px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dd .link li .check {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--office .page__article__content section dl dd .link li .check {
    width: 100%;
  }
}
.page--office .page__article__content section dl dd .link li .check::after {
  content: "";
  position: absolute;
  right: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.75%22%20height%3D%2217.75%22%20viewBox%3D%220%200%2016.75%2017.75%22%3E%3Cg%20transform%3D%22translate(0%200.392)%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20transform%3D%22translate(0%20-0.392)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M3%2C3.75a.748.748%2C0%2C0%2C1-.53-.22l-3-3A.75.75%2C0%2C0%2C1-.53-.53.75.75%2C0%2C0%2C1%2C.53-.53l3%2C3A.75.75%2C0%2C0%2C1%2C3%2C3.75Z%22%20transform%3D%22translate(13%2013.608)%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%226%22%20transform%3D%22translate(2%201.608)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M6-.75A6.75%2C6.75%2C0%2C1%2C1-.75%2C6%2C6.758%2C6.758%2C0%2C0%2C1%2C6-.75Zm0%2C12A5.25%2C5.25%2C0%2C1%2C0%2C.75%2C6%2C5.256%2C5.256%2C0%2C0%2C0%2C6%2C11.25Z%22%20transform%3D%22translate(2%201.608)%22%20fill%3D%22%23f18d09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
}
.page--office .page__article__content section dl dd .link li .check:hover {
  filter: brightness(1.25);
}
.page--office .page__article__content section dl dd .link li:nth-child(n+2) {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .page--office .page__article__content section dl dd .link {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(1) {
    width: 30%;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(1) a {
    padding: 13px 5px;
    gap: 0 3px;
    font-size: 1.4rem;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(1) a::after {
    position: initial;
    width: 12px;
    height: 15.33px;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(2) {
    width: 67%;
    margin-top: 0;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(2) a {
    padding: 13px 5px;
    gap: 0 5px;
    font-size: 1.4rem;
  }
  .page--office .page__article__content section dl dd .link li:nth-child(2) a::after {
    position: initial;
    width: 12px;
    height: 13px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  TWSについて
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--about .mod__pagetitle01 p {
    width: 430px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .mod__pagetitle01 p {
    width: 1014px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--about .mod__pagetitle01 p {
    width: 862px;
  }
}
.page--about .mainvisual {
  width: 100;
}
.page--about .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.page--about .page__article__content {
  /* ========================
  TWSからのメッセージ
  ======================== */
  /* ========================
  TWSの６つの強み
  ======================== */
  /* ========================
  WHAT’S TWS 数字で見るTWS
  ======================== */
  /* ========================
  ABOUT US 会社概要
  ======================== */
}
.page--about .page__article__content > h2 {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content > h2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content > h2 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content > h2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content > h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content > h2 {
    margin-bottom: 70px;
  }
}
.page--about .page__article__content #message {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 26%, #fef9f4 26%, #fef9f4 100%);
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message {
    padding: 0 0 50px 0;
    background: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #message {
    padding: 0 0 100px 0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--about .page__article__content #message {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 43%, #fef9f4 43%, #fef9f4 100%);
  }
}
.page--about .page__article__content #message .outer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message .outer {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #message .outer {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #message .outer {
    padding: 0;
  }
}
.page--about .page__article__content #message .outer::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/about/message-bg-s.jpg") no-repeat;
  background-size: cover;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message .outer::before {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 83.539%;
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #message .outer::before {
    width: 100%;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 83.539%;
    left: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #message .outer::before {
    top: 0;
    height: 412px;
    background-position: left top;
    width: 36.714%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1700px) {
  .page--about .page__article__content #message .outer::before {
    background: url("../images/about/message-bg.jpg") no-repeat;
    background-size: cover;
    width: 39.714%;
  }
}
.page--about .page__article__content #message .outer .container {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #message .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #message .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message .outer .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message .outer .container {
    padding: 0 20px 40px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #message .outer .container {
    padding: 0 30px 40px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #message .outer .container {
    margin: 0 auto;
  }
}
.page--about .page__article__content #message .outer .container .wrap {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #message .outer .container .wrap {
    max-width: 1160px;
    width: 67%;
    min-height: 345px;
    padding-left: 50px;
    padding-right: 30px;
    margin-left: 33.12%;
  }
}
.page--about .page__article__content #message .outer .container .wrap p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #message .outer .container .wrap p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #message .outer .container .wrap p {
    font-size: 2rem;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #message .outer .container .wrap p {
    font-size: 1.8rem;
  }
}
.page--about .page__article__content #advantage {
  background-color: #fef8f3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #advantage {
    padding: 164px 0 80px 0;
  }
}
.page--about .page__article__content #advantage:before {
  width: 1169px;
  height: 154px;
  content: "";
  position: absolute;
  top: 0;
  left: 26%;
  background: url("../images/about/advantage-bg.svg") no-repeat left top/contain;
}
@media screen and (max-width: 1280px) {
  .page--about .page__article__content #advantage:before {
    left: 13%;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage:before {
    width: 800px;
    height: 174px;
  }
}
.page--about .page__article__content #advantage .outer {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #advantage .outer {
    min-height: 440px;
  }
}
.page--about .page__article__content #advantage .outer .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #advantage .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #advantage .outer .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer .container {
    padding: 0 20px;
  }
}
.page--about .page__article__content #advantage .outer .container p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer .container p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #advantage .outer .container p {
    font-size: 2rem;
    margin-top: 35px;
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page--about .page__article__content #advantage .outer .container p {
    width: 28%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #advantage .outer .container p {
    font-size: 1.8rem;
    width: 100%;
  }
}
.page--about .page__article__content #advantage .outer > ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer > ul {
    margin: 30px auto 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #advantage .outer > ul {
    margin: 50px auto 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #advantage .outer > ul {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .page--about .page__article__content #advantage .outer > ul {
    right: 10%;
  }
}
.page--about .page__article__content #advantage .outer > ul li {
  padding: 8px 14px 20px 14px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer > ul li {
    width: 48.25%;
    margin-right: 3.5%;
  }
  .page--about .page__article__content #advantage .outer > ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--about .page__article__content #advantage .outer > ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #advantage .outer > ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .page--about .page__article__content #advantage .outer > ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page--about .page__article__content #advantage .outer > ul li:nth-child(n+4) {
    margin-top: 25px;
  }
}
.page--about .page__article__content #advantage .outer > ul li i {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer > ul li i {
    font-size: 1.4rem;
  }
}
.page--about .page__article__content #advantage .outer > ul li figure {
  width: 89.07px;
  height: 90.45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
}
.page--about .page__article__content #advantage .outer > ul li p {
  text-align: center;
  font-size: 1.6rem;
  color: #044295;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #advantage .outer > ul li p {
    font-size: 1.5rem;
  }
}
.page--about .page__article__content #tws {
  background-color: #eff5fd;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #tws {
    padding: 70px 0;
  }
}
.page--about .page__article__content #tws:before {
  width: 1330px;
  height: 290px;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/home/tws-bg.svg") no-repeat left top/contain;
}
@media screen and (max-width: 1280px) {
  .page--about .page__article__content #tws:before {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws:before {
    width: 800px;
    height: 174px;
  }
}
.page--about .page__article__content #tws .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #tws .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container {
    padding: 0 20px;
  }
}
.page--about .page__article__content #tws .container h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #tws .container h2 {
    margin-bottom: 30px;
  }
}
.page--about .page__article__content #tws .container p.com {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container p.com {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #tws .container p.com {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container ul.list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #tws .container ul.list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.page--about .page__article__content #tws .container ul.list li {
  position: relative;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container ul.list li {
    padding: 16px 20px 20px 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #tws .container ul.list li {
    padding: 16px 20px 20px 20px;
  }
  .page--about .page__article__content #tws .container ul.list li:nth-child(4) {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #tws .container ul.list li {
    width: 49%;
    margin-right: 2%;
  }
  .page--about .page__article__content #tws .container ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  .page--about .page__article__content #tws .container ul.list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #tws .container ul.list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page--about .page__article__content #tws .container ul.list li:nth-child(4n) {
    margin-right: 0;
  }
  .page--about .page__article__content #tws .container ul.list li:nth-child(n+5) {
    margin-top: 20px;
  }
}
.page--about .page__article__content #tws .container ul.list li h3 {
  line-height: 1.4;
  color: #f18d09;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  text-align: center;
}
.page--about .page__article__content #tws .container ul.list li h3 span {
  display: inline-block;
}
.page--about .page__article__content #tws .container ul.list li h3::after {
  content: "";
  background: #f18d09;
  display: inline-block;
  vertical-align: top;
  display: block;
  height: 2px;
  width: 42px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container ul.list li h3 {
    font-size: 1.6rem;
  }
}
.page--about .page__article__content #tws .container ul.list li figure {
  width: 210px;
  height: 165px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #tws .container ul.list li figure {
    width: 100%;
  }
  .page--about .page__article__content #tws .container ul.list li figure img {
    width: 100%;
  }
}
.page--about .page__article__content #about-us {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us {
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us {
    padding: 50px 0 0 0;
  }
}
.page--about .page__article__content #about-us .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #about-us .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #about-us .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container {
    padding: 0 20px;
  }
}
.page--about .page__article__content #about-us .container h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container dl {
    border-bottom: 1px solid #dddddd;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page--about .page__article__content #about-us .container dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #eff5fd;
  border-bottom: 1px solid #044295;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container dl dt {
    width: 100%;
    padding: 15px 15px;
    border-top: 1px solid #044295;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container dl dt {
    width: 220px;
    padding: 20px 16px;
    display: flex;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container dl dt:first-of-type {
    border-top: 1px solid #044295;
  }
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container dl dd {
    width: 100%;
    padding: 15px 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container dl dd {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    border-bottom: 1px solid #dddddd;
    font-size: 1.7rem;
  }
}
.page--about .page__article__content #about-us .container dl dd ul li:nth-child(n+2) {
  margin-top: 10px;
}
.page--about .page__article__content #about-us .container dl dd .wrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--about .page__article__content #about-us .container dl dd .wrap ul:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--about .page__article__content #about-us .container dl dd .wrap ul:nth-of-type(2) {
    margin-top: 10px;
  }
}
.page--about .page__article__content #about-us .container dl dd .wrap ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media print, screen and (min-width: 1025px) {
  .page--about .page__article__content #about-us .container dl dd .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--about .page__article__content #about-us .container dl dd .wrap ul:nth-of-type(1) {
    width: 46%;
  }
  .page--about .page__article__content #about-us .container dl dd .wrap ul:nth-of-type(2) {
    width: 52%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--about .page__article__content #about-us .container dl dd:first-of-type {
    border-top: 1px solid #dddddd;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  働きやすさへの取り組み
///////////////////////////////////////////////////////// */
.page--attempt .mainvisual {
  width: 100%;
}
.page--attempt .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.page--attempt .page__article__content {
  /* ========================
  Merit 東洋ワークセキュリティは こんな特徴があります！
  ======================== */
  /* ========================
  社員専用連絡窓口
  ======================== */
  /* ========================
  福利厚生
  ======================== */
  /* ========================
  福利厚生倶楽部
  ======================== */
}
.page--attempt .page__article__content #merit {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #merit {
    padding: 30px 0 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #merit {
    padding: 50px 0 100px 0;
  }
}
.page--attempt .page__article__content #merit .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #merit .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #merit .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #merit .container {
    padding: 0 20px;
  }
}
.page--attempt .page__article__content #merit .container h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #merit .container h2 {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #merit .container h2 {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #merit .container ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #merit .container ul.list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.page--attempt .page__article__content #merit .container ul.list li {
  position: relative;
  background: #fef9f4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #merit .container ul.list li {
    padding: 30px 16px 30px 27px;
    width: 47%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #merit .container ul.list li {
    padding: 30px 16px 30px 27px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #merit .container ul.list li {
    width: 48%;
    margin-right: 4%;
  }
  .page--attempt .page__article__content #merit .container ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  .page--attempt .page__article__content #merit .container ul.list li:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #merit .container ul.list li {
    width: 22.9%;
    margin-right: 2.8%;
  }
  .page--attempt .page__article__content #merit .container ul.list li:nth-child(4n) {
    margin-right: 0;
  }
  .page--attempt .page__article__content #merit .container ul.list li:nth-child(n+5) {
    margin-top: 50px;
  }
}
.page--attempt .page__article__content #merit .container ul.list li figure {
  width: 72px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}
.page--attempt .page__article__content #merit .container ul.list li p {
  font-weight: 500;
  color: #044295;
  text-align: center;
  font-size: 1.5rem;
}
.page--attempt .page__article__content #merit .container ul.list li:nth-child(1)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -26px;
  left: -9px;
  background: url("../images/attempt/merit01.svg") no-repeat left top/contain;
}
.page--attempt .page__article__content #merit .container ul.list li:nth-child(2)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -26px;
  left: -9px;
  background: url("../images/attempt/merit02.svg") no-repeat left top/contain;
}
.page--attempt .page__article__content #merit .container ul.list li:nth-child(3)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -26px;
  left: -9px;
  background: url("../images/attempt/merit03.svg") no-repeat left top/contain;
}
.page--attempt .page__article__content #merit .container ul.list li:nth-child(4)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -26px;
  left: -9px;
  background: url("../images/attempt/merit04.svg") no-repeat left top/contain;
}
.page--attempt .page__article__content #care {
  position: relative;
  z-index: 1;
  /* ========================
  よくある質問
  ======================== */
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care {
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 170px, #eff5fd 170px, #eff5fd 100%);
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care {
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 220px, #eff5fd 220px, #eff5fd 100%);
  }
}
.page--attempt .page__article__content #care .outer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer {
    padding: 0;
  }
}
.page--attempt .page__article__content #care .outer::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/attempt/care-bg.jpg") no-repeat;
  background-size: cover;
  right: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care .outer::after {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 52.21%;
    left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer::after {
    top: 0;
    width: 51.4%;
    height: 345px;
    background-position: left top;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--attempt .page__article__content #care .outer::after {
    width: 51.4%;
  }
}
.page--attempt .page__article__content #care .outer .container {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care .outer .container {
    padding: 0 20px 20px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer .container {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.page--attempt .page__article__content #care .outer .container .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer .container .wrap {
    width: 47.79%;
    min-height: 358px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-flow: column;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .page--attempt .page__article__content #care .outer .container .wrap {
    padding-right: 50px;
  }
}
.page--attempt .page__article__content #care .outer .container .wrap h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care .outer .container .wrap h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer .container .wrap h2 {
    font-size: 3.2rem;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
}
.page--attempt .page__article__content #care .outer .container .wrap p.com {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.page--attempt .page__article__content #care .outer .container .wrap p.link {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care .outer .container .wrap p.link {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer .container .wrap p.link {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
  }
}
.page--attempt .page__article__content #care .outer .container .wrap p.link a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #044295;
  padding: 12px 15px;
  border-radius: 26px;
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care .outer .container .wrap p.link a {
    font-size: 1.8rem;
    padding: 15.5px;
    border-radius: 32px;
    max-width: 345px;
    width: 100%;
  }
}
.page--attempt .page__article__content #care .outer .container .wrap p.link a:before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--attempt .page__article__content #care .outer .container .wrap p.link a:hover {
  filter: brightness(1.25);
}
.page--attempt .page__article__content #care #faq {
  background-color: #eff5fd;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq {
    overflow: hidden;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care #faq {
    padding: 70px 0 110px 0;
  }
}
.page--attempt .page__article__content #care #faq:before {
  width: 511px;
  height: 192px;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/attempt/faq-bg.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq:before {
    top: -2px;
    height: 140px;
    width: 376px;
  }
}
.page--attempt .page__article__content #care #faq .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #care #faq .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #care #faq .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq .container {
    padding: 0 20px;
  }
}
.page--attempt .page__article__content #care #faq .container h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #care #faq .container h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq .container ul {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #care #faq .container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--attempt .page__article__content #care #faq .container ul li {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq .container ul li {
    width: 100%;
    padding: 20px;
  }
  .page--attempt .page__article__content #care #faq .container ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #care #faq .container ul li {
    width: 100%;
    padding: 30px;
  }
  .page--attempt .page__article__content #care #faq .container ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #care #faq .container ul li {
    width: 48.7%;
    margin-right: 2.6%;
    padding: 30px;
  }
  .page--attempt .page__article__content #care #faq .container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--attempt .page__article__content #care #faq .container ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.page--attempt .page__article__content #care #faq .container ul li dl .question {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #044295;
  color: #044295;
  font-weight: 700;
  font-size: 2rem;
}
.page--attempt .page__article__content #care #faq .container ul li dl .question i {
  width: 25px;
  margin-right: 12px;
}
.page--attempt .page__article__content #care #faq .container ul li dl .question span {
  width: calc(100% - 37px);
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #care #faq .container ul li dl .question .question {
    align-items: center;
  }
  .page--attempt .page__article__content #care #faq .container ul li dl .question i {
    line-height: 1;
  }
  .page--attempt .page__article__content #care #faq .container ul li dl .question span {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.page--attempt .page__article__content #care #faq .container ul li dl .answer {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6;
}
.page--attempt .page__article__content #care #faq .container ul li dl .answer i {
  width: 18px;
  margin-right: 10px;
}
.page--attempt .page__article__content #care #faq .container ul li dl .answer span {
  width: calc(100% - 28px);
}
.page--attempt .page__article__content #care #faq .container ul li dl .answer span p {
  line-height: 1.6;
}
.page--attempt .page__article__content #welfare {
  background-color: #fef8f3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #welfare {
    padding: 118px 0 110px 0;
  }
}
.page--attempt .page__article__content #welfare:before {
  width: 906px;
  height: 149px;
  content: "";
  position: absolute;
  top: 96px;
  right: 0;
  background: url("../images/attempt/welfare-bg.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare:before {
    width: 667px;
    top: 30px;
    left: 13%;
  }
}
.page--attempt .page__article__content #welfare .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #welfare .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #welfare .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #welfare .container h2 {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #welfare .container > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--attempt .page__article__content #welfare .container > ul > li {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare .container > ul > li {
    padding: 30px 20px 20px 20px;
  }
  .page--attempt .page__article__content #welfare .container > ul > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #welfare .container > ul > li {
    width: 47.9%;
    padding: 40px 30px 30px 30px;
    margin-right: 4.2%;
  }
  .page--attempt .page__article__content #welfare .container > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .page--attempt .page__article__content #welfare .container > ul > li:nth-child(n+3) {
    margin-top: 41px;
  }
}
.page--attempt .page__article__content #welfare .container > ul > li i {
  width: 81px;
  height: 69px;
  display: flex;
  justify-content: center;
  margin: 0 auto 24px auto;
}
.page--attempt .page__article__content #welfare .container > ul > li h3 {
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #welfare .container > ul > li h3 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #welfare .container > ul > li h3 {
    font-size: 2.7rem;
  }
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap {
  max-width: 406px;
  margin: 0 auto;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #044295;
  padding: 2.5px 13.5px;
  background-color: #f0f2f4;
  margin-bottom: 7px;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap h4 span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #011a2e;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap p {
  font-size: 1.6rem;
  margin-bottom: 16.5px;
  line-height: 1.6;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap p.caution01 {
  margin-bottom: 0;
  padding-left: 1em;
  padding-top: 4px;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap p.caution02 {
  margin-bottom: 0;
  padding-top: 4px;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap ul li {
  font-size: 1.8rem;
  font-weight: 700;
  color: #044295;
  padding: 2.5px 13.5px;
  background-color: #f0f2f4;
  margin-bottom: 7px;
  margin-bottom: 15px;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap ul li span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #011a2e;
}
.page--attempt .page__article__content #welfare .container > ul > li .wrap ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club {
    padding: 87px 0;
  }
}
.page--attempt .page__article__content #club .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--attempt .page__article__content #club .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--attempt .page__article__content #club .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club .container h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container h2 {
    margin-bottom: 57px;
  }
}
.page--attempt .page__article__content #club .container h2 span:nth-of-type(2) {
  color: #011a2e;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club .container h2 span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container h2 span:nth-of-type(2) {
    font-size: 1.9rem;
  }
}
.page--attempt .page__article__content #club .container h2 span:nth-of-type(2):after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container .wrapper .wrap {
    width: 50.9%;
  }
}
.page--attempt .page__article__content #club .container .wrapper .wrap > p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club .container .wrapper .wrap > p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container .wrapper .wrap > p {
    font-size: 1.9rem;
    margin-bottom: 50px;
    letter-spacing: 0.95px;
  }
}
.page--attempt .page__article__content #club .container .wrapper .wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #044295;
  padding: 2.5px 0;
  background-color: #f0f2f4;
  margin-bottom: 15px;
  max-width: 517px;
}
.page--attempt .page__article__content #club .container .wrapper .wrap ul {
  max-width: 517px;
}
@media only screen and (max-width: 768px) {
  .page--attempt .page__article__content #club .container .wrapper .wrap ul {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container .wrapper .wrap ul {
    margin-bottom: 27px;
  }
}
.page--attempt .page__article__content #club .container .wrapper .wrap ul li {
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--attempt .page__article__content #club .container .wrapper .wrap ul li:nth-child(n+2) {
  margin-top: 10px;
}
.page--attempt .page__article__content #club .container .wrapper .wrap ul:last-of-type {
  amrgin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .page--attempt .page__article__content #club .container .wrapper figure {
    width: 43%;
  }
}
.page--attempt .page__article__content #club .container .wrapper figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  応募から就業の流れ
///////////////////////////////////////////////////////// */
.page--flow .mainvisual {
  width: 100%;
}
.page--flow .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--flow .page__article {
    padding-top: 50px;
  }
}
.page--flow .page__article__content section {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section {
    padding: 30px 0 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--flow .page__article__content section {
    padding: 50px 0 100px 0;
  }
}
.page--flow .page__article__content section .container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--flow .page__article__content section .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--flow .page__article__content section .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container {
    padding: 0 20px;
  }
}
.page--flow .page__article__content section .container > p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 50px;
}
.page--flow .page__article__content section .container ul.list li {
  position: relative;
  background: #fef9f4;
  width: 100%;
}
.page--flow .page__article__content section .container ul.list li:nth-child(n+2) {
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li {
    padding: 30px 16px 30px 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--flow .page__article__content section .container ul.list li {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 16px 35px 103px;
  }
}
.page--flow .page__article__content section .container ul.list li figure {
  width: 106px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li figure {
    justify-content: center;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--flow .page__article__content section .container ul.list li figure {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li .wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--flow .page__article__content section .container ul.list li .wrap {
    width: calc(100% - 106px);
    padding-left: 40px;
  }
}
.page--flow .page__article__content section .container ul.list li .wrap h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #044295;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li .wrap h2 {
    text-align: center;
    font-size: 2rem;
  }
}
.page--flow .page__article__content section .container ul.list li .wrap p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.page--flow .page__article__content section .container ul.list li:nth-child(1)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../images/flow/flow01.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li:nth-child(1)::before {
    left: -10px;
  }
}
.page--flow .page__article__content section .container ul.list li:nth-child(2)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../images/flow/flow02.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li:nth-child(2)::before {
    left: -10px;
  }
}
.page--flow .page__article__content section .container ul.list li:nth-child(3)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../images/flow/flow03.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li:nth-child(3)::before {
    left: -10px;
  }
}
.page--flow .page__article__content section .container ul.list li:nth-child(4)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../images/flow/flow04.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li:nth-child(4)::before {
    left: -10px;
  }
}
.page--flow .page__article__content section .container ul.list li:nth-child(5)::before {
  width: 56.41px;
  height: 67.41px;
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../images/flow/flow05.svg") no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .page--flow .page__article__content section .container ul.list li:nth-child(5)::before {
    left: -10px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  採用情報（エントリい～）
///////////////////////////////////////////////////////// */
.page--entry .mainvisual {
  width: 100;
}
.page--entry .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--entry .page__article {
  background-color: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article {
    padding: 40px 15px 50px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article {
    padding: 70px 30px 100px 30px;
  }
}
.page--entry .page__article #info {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page--entry .page__article #info {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--entry .page__article #info {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info {
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info {
    margin-bottom: 53px;
  }
}
.page--entry .page__article #info .application {
  background-color: #56739b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .application {
    padding: 15px 20px;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .application {
    padding: 10px 37px;
  }
}
.page--entry .page__article #info .application h2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .application h2 {
    justify-content: flex-start;
    font-size: 2rem;
    margin-bottom: 8px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .application h2 {
    font-size: 2.4rem;
    margin-right: 23px;
  }
}
.page--entry .page__article #info .application h2::before {
  content: "";
  background: url("../images/common/entry-icon-white.svg") no-repeat;
  background-size: contain;
  width: 24.85px;
  height: 22.02px;
  margin-right: 10px;
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .application h2::before {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .application .area {
    font-size: 1.5rem;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .application .area {
    font-size: 1.6rem;
    margin-right: 26px;
  }
}
.page--entry .page__article #info .application .id {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .application .id {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .application .id {
    font-size: 1.8rem;
  }
}
.page--entry .page__article #info .wrapper {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .wrapper {
    padding: 15px 15px 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper {
    padding: 23px 30px 30px 30px;
  }
}
.page--entry .page__article #info .wrapper h2 {
  color: #044295;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .wrapper h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper h2 {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
}
.page--entry .page__article #info .wrapper h2 a {
  color: #044295;
}
.page--entry .page__article #info .wrapper h2 a:hover {
  text-decoration: none;
}
.page--entry .page__article #info .wrapper h2 span.new {
  background-color: #fff101;
  font-weight: 700;
  padding: 1px 8px;
  margin-right: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .wrapper h2 span.new {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper h2 span.new {
    font-size: 1.7rem;
  }
}
.page--entry .page__article #info .wrapper > ul li {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.page--entry .page__article #info .wrapper > ul li:nth-child(n+2) {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .wrapper > ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--entry .page__article #info .wrapper > ul .location::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.001%22%20height%3D%2219.999%22%20viewBox%3D%220%200%2015.001%2019.999%22%3E%3Cpath%20d%3D%22M9087.5-1219h0a38.889%2C38.889%2C0%2C0%2C1-3.75-4.187%2C24.528%2C24.528%2C0%2C0%2C1-2.578-4.039A9.915%2C9.915%2C0%2C0%2C1%2C9080-1231.5a7.449%2C7.449%2C0%2C0%2C1%2C2.2-5.3%2C7.45%2C7.45%2C0%2C0%2C1%2C5.3-2.2%2C7.454%2C7.454%2C0%2C0%2C1%2C5.3%2C2.2%2C7.449%2C7.449%2C0%2C0%2C1%2C2.2%2C5.3%2C9.908%2C9.908%2C0%2C0%2C1-1.172%2C4.274%2C24.487%2C24.487%2C0%2C0%2C1-2.579%2C4.039%2C38.82%2C38.82%2C0%2C0%2C1-3.75%2C4.187Zm0-15a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5%2C2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5%2C2.5%2C2.5%2C0%2C0%2C0%2C2.5-2.5A2.5%2C2.5%2C0%2C0%2C0%2C9087.5-1234Z%22%20transform%3D%22translate(-9080%201238.999)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 15px 20px;
  width: 20px;
  height: 20px;
  left: 2.5px;
  position: absolute;
}
.page--entry .page__article #info .wrapper > ul .salary::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.999%22%20height%3D%2219.999%22%20viewBox%3D%220%200%2019.999%2019.999%22%3E%3Cpath%20d%3D%22M9090-1219a9.937%2C9.937%2C0%2C0%2C1-7.072-2.928A9.932%2C9.932%2C0%2C0%2C1%2C9080-1229a10.012%2C10.012%2C0%2C0%2C1%2C10-10%2C10.011%2C10.011%2C0%2C0%2C1%2C10%2C10A10.01%2C10.01%2C0%2C0%2C1%2C9090-1219Zm-2.5-9.185a.835.835%2C0%2C0%2C0-.834.834.835.835%2C0%2C0%2C0%2C.834.834h1.667v2.332a.835.835%2C0%2C0%2C0%2C.834.834.833.833%2C0%2C0%2C0%2C.831-.834v-2.332h1.667a.835.835%2C0%2C0%2C0%2C.834-.834.835.835%2C0%2C0%2C0-.834-.834h-1.667v-1h1.667a.834.834%2C0%2C0%2C0%2C.834-.831.835.835%2C0%2C0%2C0-.834-.834h-1.155l1.747-1.745a.829.829%2C0%2C0%2C0-.023-1.156.826.826%2C0%2C0%2C0-.589-.246.829.829%2C0%2C0%2C0-.566.223l-1.911%2C1.911-1.912-1.911a.829.829%2C0%2C0%2C0-.567-.224.83.83%2C0%2C0%2C0-.59.244.831.831%2C0%2C0%2C0-.019%2C1.158l1.742%2C1.745H9087.5a.835.835%2C0%2C0%2C0-.834.834.834.834%2C0%2C0%2C0%2C.834.831h1.667v1Z%22%20transform%3D%22translate(-9080%201239)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20x 20px;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper > ul .status {
    width: 151px;
    padding-right: 15px;
  }
}
.page--entry .page__article #info .wrapper > ul .status::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.999%22%20height%3D%2216.858%22%20viewBox%3D%220%200%2019.999%2016.858%22%3E%3Cg%20transform%3D%22translate(-195.557%20-1180)%22%3E%3Cpath%20d%3D%22M16.807%2C168.87v1.676a1.463%2C1.463%2C0%2C0%2C1-1.463%2C1.463H4.655a1.463%2C1.463%2C0%2C0%2C1-1.463-1.463V168.87H.732a1.464%2C1.464%2C0%2C0%2C1-.732-.2v6.276a.732.732%2C0%2C0%2C0%2C.732.731H19.267a.732.732%2C0%2C0%2C0%2C.732-.731v-6.276a1.464%2C1.464%2C0%2C0%2C1-.732.2Z%22%20transform%3D%22translate(195.557%201021.184)%22%20fill%3D%22%23044296%22%2F%3E%3Cpath%20d%3D%22M19.785%2C3.171a.737.737%2C0%2C0%2C0-.518-.214h-2.9V.792A.792.792%2C0%2C0%2C0%2C15.577%2C0H4.422A.792.792%2C0%2C0%2C0%2C3.63.792V2.956H.732A.732.732%2C0%2C0%2C0%2C0%2C3.688v3.9a.732.732%2C0%2C0%2C0%2C.732.731H4.924V10.73a.732.732%2C0%2C0%2C0%2C.731.732h8.689a.732.732%2C0%2C0%2C0%2C.731-.732V8.322h4.192A.732.732%2C0%2C0%2C0%2C20%2C7.59v-3.9a.737.737%2C0%2C0%2C0-.214-.517M5.213%2C1.584h9.572V2.956H5.213Z%22%20transform%3D%22translate(195.557%201180)%22%20fill%3D%22%23044296%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20x 16.86px;
  width: 20px;
  height: 16.86px;
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper > ul .staff {
    width: calc(100% - 151px);
  }
}
.page--entry .page__article #info .wrapper > ul .staff::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(564%20770)%22%20fill%3D%22%23c33232%22%20opacity%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-564%20-770)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(564.941%20770)%22%3E%3Cpath%20d%3D%22M13.938%2C9.776a3.732%2C3.732%2C0%2C0%2C1-.482-.226l-2.8%2C3.865-.2-2.532H8.975l-.2%2C2.532L5.981%2C9.55a3.224%2C3.224%2C0%2C0%2C1-.483.226c-1.464.515-5.061%2C2-4.828%2C4.774.056.666%2C3.72%2C1.358%2C9.049%2C1.358s8.992-.691%2C9.048-1.358C19%2C11.771%2C15.392%2C10.32%2C13.938%2C9.776Z%22%20transform%3D%22translate(-0.659%204.093)%22%20fill%3D%22%23003ea2%22%2F%3E%3Cpath%20d%3D%22M5.041%2C8.136a5.878%2C5.878%2C0%2C0%2C0%2C1%2C2.671V12.2a.439.439%2C0%2C0%2C1-.016.111l1.579.76v1.115H9.084V13.068l1.578-.76a.44.44%2C0%2C0%2C1-.016-.111v-1.39a5.869%2C5.869%2C0%2C0%2C0%2C1-2.671c.474-.169.746-.441%2C1.084-1.627.361-1.264-.542-1.221-.542-1.221C12.915%2C2.87%2C11.954.6%2C10.344.766c-1.11-1.943-4.829.444-6%2C.277a2.63%2C2.63%2C0%2C0%2C0%2C.278%2C1.166%2C6.187%2C6.187%2C0%2C0%2C0-.135%2C3.078c-.067%2C0-.883.007-.536%2C1.221C4.295%2C7.695%2C4.565%2C7.966%2C5.041%2C8.136Z%22%20transform%3D%22translate(0.718%200)%22%20fill%3D%22%23003ea2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20x 20px;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #info .wrapper > ul:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper > ul:nth-of-type(2) {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #info .wrapper > ul:nth-of-type(2) li:nth-child(n+2) {
    margin-top: 0;
  }
}
.page--entry .page__article #info .wrapper > ul.feature {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .page__article #info .wrapper > ul.feature li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px 10px 0;
  color: #044295;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .page--entry .page__article #info .wrapper > ul.feature li a {
    transition: 0.6s;
  }
  .page--entry .page__article #info .wrapper > ul.feature li a:hover {
    opacity: 0.6;
  }
}
.page--entry .page__article #mailform {
  background-color: #fff;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--entry .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--entry .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--entry .page__article #mailform {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--entry .page__article #mailform {
    padding: 34px 30px 60px 30px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お問い合わせ
///////////////////////////////////////////////////////// */
.page--contact .mainvisual {
  width: 100;
}
.page--contact .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--contact .page__article {
  background-color: #edf5ff;
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article {
    padding: 40px 15px 50px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article {
    padding: 70px 30px 100px 30px;
  }
}
.page--contact .page__article #mailform {
  background-color: #fff;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--contact .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--contact .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article #mailform {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page__article #mailform {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page__article #mailform {
    padding: 34px 30px 60px 30px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  プライバシーポリシー
///////////////////////////////////////////////////////// */
.page--privacy-policy .mainvisual {
  width: 100;
}
.page--privacy-policy .mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page--privacy-policy .page__article__content {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .page--privacy-policy .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page--privacy-policy .page__article__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content {
    padding: 0 20px;
  }
}
.page--privacy-policy .page__article__content section {
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content section:nth-of-type(2) {
    padding: 60px 0 5px 0;
    margin-top: -60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section:nth-of-type(2) {
    padding: 90px 0 0 0;
    margin-top: -90px;
  }
}
.page--privacy-policy .page__article__content section h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.page--privacy-policy .page__article__content section p {
  margin-bottom: 60px;
}
.page--privacy-policy .page__article__content section p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy .page__article__content section p a:hover {
  text-decoration: none;
}
.page--privacy-policy .page__article__content section a.link {
  color: #044295 !important;
}
.page--privacy-policy .page__article__content section .tel {
  color: #011a2e;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section .tel {
    pointer-events: none;
    text-decoration: none;
    color: #011a2e;
  }
}
.page--privacy-policy .page__article__content section > ul {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content section > ul {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul {
    margin-bottom: 30px;
  }
}
.page--privacy-policy .page__article__content section > ul > li {
  margin-bottom: 50px;
}
.page--privacy-policy .page__article__content section > ul > li h3 {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content section > ul > li h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul > li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.page--privacy-policy .page__article__content section > ul > li h4 {
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content section > ul > li h4 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul > li h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .page__article__content section > ul > li p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul > li p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy .page__article__content section > ul > li p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy .page__article__content section > ul > li p a:hover {
  text-decoration: none;
}
.page--privacy-policy .page__article__content section > ul > li a.link {
  color: #044295 !important;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul > li .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy .page__article__content section > ul > li ol,
.page--privacy-policy .page__article__content section > ul > li ul {
  /*padding-left:1em;
  text-indent:-1em;*/
  line-height: 1.8;
  margin-bottom: 15px;
}
.page--privacy-policy .page__article__content section > ul > li span {
  padding-right: 0.5em;
}
.page--privacy-policy .page__article__content section > ul > li .list02 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy .page__article__content section > ul > li .list03 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
}
.page--privacy-policy .cookie-content h1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 7% 0 3%;
}
.page--privacy-policy .cookie-content h2 {
  margin-top: 3%;
}
.page--privacy-policy .cookie-content dl.anlist {
  display: flex;
  gap: 0 30px;
  margin-top: 8px;
}
.page--privacy-policy .cookie-content p {
  margin-bottom: 2% !important;
}
.page--privacy-policy .cookie-content .thirdparty {
  margin-top: 3%;
}
.page--privacy-policy .cookie-content .thirdparty .cover {
  border-top: 2px solid #000;
}
.page--privacy-policy .cookie-content .thirdparty .cover div {
  border-bottom: 1px solid #000;
  display: flex;
  padding: 2% 0;
}
.page--privacy-policy .cookie-content .thirdparty .cover div dt {
  width: 30%;
  font-weight: 500;
  margin-right: 2%;
}
.page--privacy-policy .cookie-content .thirdparty .cover div dd {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy .cookie-content h1 {
    font-size: 2.8rem;
  }
  .page--privacy-policy .cookie-content h1 .cover div {
    padding: 4% 0;
    display: block;
  }
  .page--privacy-policy .cookie-content h1 .cover div dt {
    margin-bottom: 1%;
    width: 100%;
  }
  .page--privacy-policy .cookie-content h1 .cover div dd {
    width: 100%;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--error404 .page__article {
    padding: 20px 20px 120px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article {
    max-width: 1260px;
    margin: 0 auto;
    padding: 120px 30px 120px 30px;
  }
}
.page--error404 .page__article .intro {
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .intro {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .intro {
    margin-bottom: 60px;
    font-size: 2rem;
  }
}
.page--error404 .page__article .mod__button1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  max-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
  background: #f18d09 !important;
  padding: 17px 0;
  border-radius: 999px !important;
  border: none !important;
}
.page--error404 .page__article .mod__button1::before {
  width: 14.17px;
  height: 14.17px;
  content: "";
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.667%22%20height%3D%2215.667%22%20viewBox%3D%220%200%2015.667%2015.667%22%3E%3Cg%20transform%3D%22translate(-0.667%20-0.605)%22%3E%3Cg%20transform%3D%22translate(1.417%201.355)%22%3E%3Cpath%20d%3D%22M7.083-.75A7.833%2C7.833%2C0%2C1%2C1-.75%2C7.083%2C7.842%2C7.842%2C0%2C0%2C1%2C7.083-.75Zm0%2C14.167A6.333%2C6.333%2C0%2C1%2C0%2C.75%2C7.083%2C6.341%2C6.341%2C0%2C0%2C0%2C7.083%2C13.417Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10%2C13.083a.75.75%2C0%2C0%2C1-.53-1.28l2.3-2.3L9.47%2C7.2A.75.75%2C0%2C1%2C1%2C10.53%2C6.137L13.363%2C8.97a.75.75%2C0%2C0%2C1%2C0%2C1.061L10.53%2C12.863A.748.748%2C0%2C0%2C1%2C10%2C13.083Z%22%20transform%3D%22translate(-2.917%20-2.417)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.667.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H5.667a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C5.667.75Z%22%20transform%3D%22translate(4.25%207.083)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--error404 .page__article .mod__button1:hover {
  filter: brightness(1.25);
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .mod__button1 {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .mod__button1 {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
