@charset "UTF-8";
/*!
Theme Name: higashiyamacarab
Author: CARABINER inc.
Description: このstyle.cssはSCSSで生成されています。asstes/sass/style.scssをご確認ください。
*/
/*!
 * Bootstrap Reboot v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------
fonts
---------------------------------------*/
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}

/*--------------------------------------
base
---------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100%;
  overflow-wrap: break-word;
  color: #081F36;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #081F36;
  transition: all 0.3s ease;
}
a::before, a::after {
  transition: all 0.3s ease;
}
a:hover {
  color: #1E65AC;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media all and (min-width: 546px) {
  .xs {
    display: none !important;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

*:focus {
  outline: none !important;
}

/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
/**
 * Lines
 */
@keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #1E65AC;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

/**
 * Misc
 */
:root {
  --headerHeight: 90px;
}

@media all and (max-width: 1199px) {
  :root {
    --headerHeight: 60px;
  }
}
.gf-notoserif, body#company section.philosophy .philosophy-text, body#index section.news .news-title .ja, body#index section.kv .kv-slider {
  font-family: "Noto Serif JP", monospace;
  font-weight: 400;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: var(--vh);
  background-color: #FFFFFF;
  z-index: 10000;
  transition: all 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}
#load.hide {
  opacity: 0;
  visibility: hidden;
}

header#header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  height: var(--headerHeight);
  background-color: #FFFFFF;
}
@media all and (max-width: 1199px) {
  header#header {
    height: 60px;
    height: var(--headerHeight);
  }
}
header#header a.brand {
  display: block;
  padding-left: 37px;
}
@media all and (max-width: 1199px) {
  header#header a.brand {
    padding-left: 15px;
  }
}
header#header a.brand:hover {
  opacity: 0.6;
}

nav#gnav {
  margin-left: auto;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 1199px) {
  nav#gnav {
    position: absolute;
    top: 90px;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    height: calc(var(--vh) - var(--headerHeight));
    overflow-y: scroll;
    background-color: #FFFFFF;
    padding: 0 10px 2em;
    font-size: 16px;
    border: 1px solid #F5F5F5;
    z-index: 2;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media all and (max-width: 1199px) and (max-width: 767px) {
  nav#gnav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media all and (max-width: 1199px) {
  nav#gnav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
nav#gnav::-webkit-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}
nav#gnav::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 3px;
}
nav#gnav::-webkit-scrollbar-thumb {
  background-color: #1E65AC;
  border-radius: 3px;
}
nav#gnav a {
  display: block;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-item {
    height: 100%;
    margin-left: 25px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-item {
    position: relative;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-item:not(:last-child) {
    margin-left: 0;
    padding: 0 15px;
  }
}
@media all and (min-width: 1291px) {
  nav#gnav .nav-item:not(:last-child) {
    padding: 0 25px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-item.has-sub::after {
    content: "OPEN";
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    background-color: #1E65AC;
    color: #FFFFFF;
    padding: 3px 7px 4px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-item.has-sub.is-active::after {
    content: "CLOSE";
  }
}
nav#gnav .nav-link {
  position: relative;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link {
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-link {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #F5F5F5;
    width: calc(100% - 53px);
  }
}
nav#gnav .nav-link::before, nav#gnav .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link::before {
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1E65AC;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #1E65AC transparent;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link:hover {
    color: #1E65AC;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link:hover::before {
    height: 0;
    opacity: 0;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-link:hover::after {
    border-width: 0 45px 16px 45px;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub {
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90px;
    top: var(--headerHeight);
    left: 0;
    background-color: #1E65AC;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 109px;
    padding-right: 20px;
    display: flex;
  }
}
@media all and (min-width: 1535px) {
  nav#gnav .nav-sub {
    padding-right: calc((100% - 1110px) / 2 - 20px);
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
}
nav#gnav .nav-sub-img {
  display: none;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-img {
    display: block;
    max-width: 400px;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-inner {
    width: calc(100% - 400px);
    padding-left: 50px;
    padding-right: 20px;
    color: #FFFFFF;
    position: relative;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-inner a {
    color: #FFFFFF;
  }
}
nav#gnav .nav-sub-title {
  display: none;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-title {
    font-family: "Noto Serif JP", monospace;
    display: block;
    font-size: 42px;
    font-weight: 400;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-title-child {
    font-family: "Noto Serif JP", monospace;
    font-weight: normal;
    margin-top: 20px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 3px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-title-child {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #F5F5F5;
    text-indent: 1em;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item {
    width: 33%;
    margin-top: 20px;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.w100 {
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.w50 {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.w66 {
    width: 66%;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.w20 {
    width: 20%;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.w40 {
    width: 40%;
  }
}
nav#gnav .nav-sub-link {
  position: relative;
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-link {
    display: block;
    padding-left: 29px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-link {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #F5F5F5;
    text-indent: 1em;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-link::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 11px;
    background-image: url(assets/img/common/arw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-link.nav-sub-link-cat {
    text-indent: 2em;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-link.nav-sub-link-cat::after {
    left: 32px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-link,
  nav#gnav .nav-sub-title-child,
  nav#gnav .nav-sub-link {
    position: relative;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-link::before,
  nav#gnav .nav-sub-title-child::before,
  nav#gnav .nav-sub-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 80%;
    background-color: #1E65AC;
  }
}
nav#gnav .nav-sub-item.mynavi {
  display: flex;
}
@media all and (max-width: 1299px) {
  nav#gnav .nav-sub-item.mynavi {
    position: static;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1300px) {
  nav#gnav .nav-sub-item.mynavi {
    position: absolute;
    right: 20px;
    bottom: 0;
    justify-content: flex-end;
  }
}
@media all and (max-width: 1200px) {
  nav#gnav .nav-sub-item.mynavi {
    justify-content: flex-start;
  }
  nav#gnav .nav-sub-item.mynavi .mynavi2027::before {
    content: none;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.mynavi .nav-sub-link {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px;
  }
  nav#gnav .nav-sub-item.mynavi .nav-sub-link:last-child {
    margin-left: 20px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-item.mynavi .nav-sub-link img {
    width: 147px;
  }
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-sub-item.mynavi .nav-sub-link::after {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sub-item.mynavi .nav-sub-link:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav .nav-sp {
    display: none;
  }
}
nav#gnav .nav-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #081F36;
  color: #FFFFFF;
  height: 100%;
  width: 248px;
}
@media all and (max-width: 1199px) {
  nav#gnav .nav-contact {
    margin-top: 0.75em;
    width: 100%;
    padding: 0.75em 0;
  }
}
nav#gnav .nav-contact:hover {
  background-color: #1E65AC;
}
nav#gnav .nav-contact div {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1200px) {
  nav#gnav.active-index .nav-item:nth-child(1) .nav-link, nav#gnav.active-company .nav-item:nth-child(2) .nav-link, nav#gnav.active-const .nav-item:nth-child(3) .nav-link, nav#gnav.active-welfare .nav-item:nth-child(4) .nav-link, nav#gnav.active-recruit .nav-item:nth-child(5) .nav-link {
    color: #1E65AC;
  }
}
@media all and (min-width: 1200px) {
  nav#gnav.active-index .nav-item:nth-child(1) .nav-link::before, nav#gnav.active-company .nav-item:nth-child(2) .nav-link::before, nav#gnav.active-const .nav-item:nth-child(3) .nav-link::before, nav#gnav.active-welfare .nav-item:nth-child(4) .nav-link::before, nav#gnav.active-recruit .nav-item:nth-child(5) .nav-link::before {
    height: 7px;
  }
}

#hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 15px;
}
@media all and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger {
  position: relative;
}
#hamburger .hamburger::before, #hamburger .hamburger::after, #hamburger .hamburger div {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background-color: #081F36;
  border-radius: 2px;
  transition: all 0.3s ease;
}
#hamburger .hamburger::before, #hamburger .hamburger::after {
  position: absolute;
}
#hamburger .hamburger::before {
  top: -8px;
}
#hamburger .hamburger::after {
  bottom: -8px;
}
#hamburger.is-active .hamburger::before {
  top: 0;
}
#hamburger.is-active .hamburger::after {
  bottom: 0;
}

footer#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #081F36;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer#footer .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 16px;
  padding-top: 33px;
  max-width: 100%;
  width: calc(100% - 20px);
}
@media all and (max-width: 767px) {
  footer#footer .nav-list {
    margin-right: -4px;
    margin-left: -4px;
  }
}
footer#footer .nav-item {
  padding: 0 1.5em;
}
@media all and (min-width: 768px) {
  footer#footer .nav-item {
    border-left: 1px solid #FFFFFF;
  }
}
@media all and (max-width: 767px) {
  footer#footer .nav-item {
    padding: 0;
    text-align: center;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media all and (min-width: 768px) {
  footer#footer .nav-item:last-child {
    border-right: 1px solid #FFFFFF;
  }
}
@media all and (max-width: 767px) {
  footer#footer .fnav01 .nav-item:first-child {
    width: 100%;
  }
}
footer#footer .nav-link {
  display: block;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  footer#footer .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 0;
    font-size: 14px;
  }
}
footer#footer .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer#footer a.brand {
  padding-top: 58px;
  padding-bottom: 62px;
}
footer#footer .cr {
  color: #FFFFFF;
  text-align: center;
}
@media all and (max-width: 767px) {
  footer#footer .cr {
    font-size: 12px;
  }
}

section.oversea {
  background-image: url(assets/img/common/oversea_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 63px;
  padding-bottom: 67px;
}
@media all and (max-width: 767px) {
  section.oversea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.oversea .oversea-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 59px;
}
@media all and (max-width: 767px) {
  section.oversea .oversea-title {
    margin-bottom: 5px;
  }
}
section.oversea .oversea-title .ja {
  font-size: 65px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  section.oversea .oversea-title .ja {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  section.oversea .oversea-title .en {
    width: 88px;
  }
}
section.oversea .oversea-bnr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  section.oversea .oversea-bnr-wrap {
    flex-direction: column;
  }
}
section.oversea .oversea-bnr {
  display: block;
  margin: 0 15px;
}
@media all and (max-width: 767px) {
  section.oversea .oversea-bnr {
    margin: 5px auto;
    max-width: 70%;
  }
}
section.oversea .oversea-bnr:hover {
  opacity: 0.6;
}

section .section-wrap {
  max-width: 1110px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

body section .section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  border-left: 19px solid #1E65AC;
  margin-bottom: 35px;
  padding-left: 21px;
  padding-bottom: 6px;
}
@media all and (max-width: 767px) {
  body section .section-title {
    font-size: 24px;
    border-left-width: 10px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
}
body section .section-sub-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  border-left: 63px solid #1E65AC;
  padding-left: 19px;
  margin-bottom: 60px;
  padding-bottom: 3px;
}
@media all and (max-width: 767px) {
  body section .section-sub-title {
    margin-bottom: 20px;
    font-size: 20px;
    border-left-width: 30px;
  }
}
body section.head {
  background-image: url(assets/img/kv/company.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 406px;
  width: 100%;
  margin-bottom: 78px;
  border-bottom: 20px solid #1E65AC;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  body section.head {
    height: 240px;
    margin-bottom: 30px;
    border-bottom-width: 10px;
  }
}
body section.head .kv-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 714px;
  width: calc(100% - 20px);
  background-color: #1E65AC;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  body section.head .kv-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body section.head .kv-title-ja {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  margin-bottom: 7px;
}
@media all and (max-width: 767px) {
  body section.head .kv-title-ja {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body section.head .kv-title-en {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body section.head .kv-title-en {
    font-size: 14px;
    font-weight: normal;
  }
}
body section.head .kv-breadcrumb {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -33px;
  background-color: #FFFFFF;
  max-width: 1110px;
  width: calc(100% - 20px);
  padding: 33px;
}
@media all and (max-width: 767px) {
  body section.head .kv-breadcrumb {
    padding: 15px;
    font-size: 12px;
    bottom: -10px;
  }
}
body section.head .kv-bc-list {
  display: flex;
}
body section.head .kv-bc-item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em 0 0.25em;
}
body section.head a.kv-bc-link {
  color: #1E65AC;
}

body#interview-welfare section .section-title,
body#welfare section .section-title {
  border-left-color: #1EACA7;
}
body#interview-welfare section .section-sub-title,
body#welfare section .section-sub-title {
  border-left-color: #1EACA7;
}
body#interview-welfare section.head,
body#welfare section.head {
  border-bottom-color: #1EACA7;
}
body#interview-welfare section.head .kv-title,
body#welfare section.head .kv-title {
  background-color: #1EACA7;
}
body#interview-welfare section.head a.kv-bc-link,
body#welfare section.head a.kv-bc-link {
  color: #1EACA7;
}

body#access section.head,
body#office section.head,
body#history section.head,
body#sitemap section.head,
body#privacy-policy section.head,
body#news section.head,
body#contact section.head,
body#company section.head {
  border-bottom-color: #CCC;
}

body#company section.head {
  background-image: url(assets/img/kv/company.jpg);
}

body#access section.head {
  background-image: url(assets/img/kv/access.jpg);
}

body#office section.head {
  background-image: url(assets/img/kv/office.jpg);
}

body#history section.head {
  background-image: url(assets/img/kv/history.jpg);
}

body#construction section.head {
  background-image: url(assets/img/kv/construction.jpg);
}

body#welfare section.head {
  background-image: url(assets/img/kv/welfare.jpg);
}

body#service section.head {
  background-image: url(assets/img/kv/service.jpg);
}

body#interview-construction section.head {
  background-image: url(assets/img/kv/interview-construction.jpg);
}

body#intervice-welfare section.head {
  background-image: url(assets/img/kv/intervice-welfare.jpg);
}

body#sitemap section.head {
  background-image: url(assets/img/kv/sitemap.jpg);
}

body#privacy-policy section.head {
  background-image: url(assets/img/kv/privacy-policy.jpg);
}

body#news section.head {
  background-image: url(assets/img/kv/news.jpg);
}

body#contact section.head {
  background-image: url(assets/img/kv/contact.jpg);
}

body.bunrui section.head,
body.item section.head {
  background-image: url(assets/img/kv/construction.jpg);
}

body#index section.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh) - var(--headerHeight));
}
body#index section.kv .kv-slide {
  width: 100%;
  height: 100%;
}
body#index section.kv .kv-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
body#index section.kv .kv-slider01 {
  background-image: url(assets/img/kv/slider01_xl.jpg);
}
@media all and (max-width: 1367px) {
  body#index section.kv .kv-slider01 {
    background-image: url(assets/img/kv/slider01_lg.jpg);
  }
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-slider01 {
    background-image: url(assets/img/kv/slider01_sm.jpg);
  }
}
body#index section.kv .kv-slider02 {
  background-image: url(assets/img/kv/slider02_xl.jpg);
}
@media all and (max-width: 1367px) {
  body#index section.kv .kv-slider02 {
    background-image: url(assets/img/kv/slider02_lg.jpg);
  }
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-slider02 {
    background-image: url(assets/img/kv/slider02_sm.jpg);
  }
}
body#index section.kv .kv-slider03 {
  background-image: url(assets/img/kv/slider03_xl.jpg);
}
@media all and (max-width: 1367px) {
  body#index section.kv .kv-slider03 {
    background-image: url(assets/img/kv/slider03_lg.jpg);
  }
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-slider03 {
    background-image: url(assets/img/kv/slider03_sm.jpg);
  }
}
body#index section.kv .kv-text {
  color: #FFF;
  overflow: hidden;
  position: relative;
  margin-bottom: calc(var(--headerHeight) / 2);
}
body#index section.kv .kv-text p {
  padding: 0;
  margin: 0;
  font-size: 3.8vw;
  transform: translateY(100%);
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-text p {
    font-size: 8vw;
  }
}
body#index section.kv .slick-list,
body#index section.kv .slick-track {
  height: 100%;
}
body#index section.kv .slick-active p {
  animation: TEXT 1.5s ease-in 1s forwards;
}
body#index section.kv .slick-active .kv-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  z-index: 0;
  animation: LINE 4s ease-in 0s forwards;
}

@keyframes TEXT {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes LINE {
  0% {
    width: 0%;
  }
  20% {
    width: 100%;
    opacity: 100%;
  }
  70% {
    width: 100%;
    opacity: 100%;
  }
  100% {
    width: 100%;
    opacity: 0%;
  }
}
body#index {
  /* 追加2023.09.11：pickup */
  /* - 追加2023.09.11：pickup */
}
body#index section .index-section-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  body#index section .index-section-title {
    padding-bottom: 20px;
  }
}
body#index section .index-section-title .ja {
  font-size: 58px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  body#index section .index-section-title .ja {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
body#index section .index-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body#index section .index-section-lead {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  max-width: 1110px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  body#index section .index-section-lead {
    font-size: 16px;
    margin-bottom: 0;
  }
}
body#index section a.section-more {
  display: block;
  margin-top: 72px;
  max-width: 450px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
}
body#index section a.section-more::after {
  content: "";
  display: block;
  width: 87px;
  height: 7px;
  background-image: url(assets/img/index/arw_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
body#index section a.section-more:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#index section.pickup {
  width: 100%;
  background-image: url(assets/img/index/pickup_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 68px 0 140px;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  body#index section.pickup {
    background-image: url(assets/img/index/pickup_bg_sp.jpg);
    padding: 55px 0 60px;
  }
}
body#index section.pickup .section-wrap {
  width: 100%;
  max-width: 1340px;
  padding: 0 25px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  body#index section.pickup .section-wrap {
    padding: 0;
  }
}
body#index section.pickup .index-section-title {
  margin-bottom: 0;
}
body#index section.pickup .index-section-title .ja {
  color: #0D0D0D;
}
body#index section.pickup .index-section-title .ja::after {
  content: none;
}
@media all and (max-width: 767px) {
  body#index section.pickup .index-section-title .en {
    width: 41px;
  }
}
body#index section.pickup .pickup-slider {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
@media all and (max-width: 1280px) {
  body#index section.pickup .pickup-slider {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  body#index section.pickup .pickup-slider {
    padding-left: 10px;
  }
}
body#index section.pickup .pickup-slider .pickup-slider-link {
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
@media all and (max-width: 1280px) {
  body#index section.pickup .pickup-slider .pickup-slider-link {
    margin-right: 20px;
  }
}
body#index section.pickup .pickup-slider .pickup-slider-link ._cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._cate.construction {
  background-color: #22507C;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._cate.welfare {
  background-color: #21AAA7;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._cate span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._img {
  width: 100%;
  line-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #fff;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body#index section.pickup .pickup-slider .pickup-slider-link ._desc {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
body#index section.pickup .pickup-slider .pickup-slider-link ._desc p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1100px) {
  body#index section.pickup .pickup-slider .pickup-slider-link ._desc p {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  body#index section.pickup .pickup-slider {
    display: flex;
  }
  body#index section.pickup .pickup-slider .pickup-slider-link {
    flex: 0 0 auto;
    width: 84vw;
    margin-right: 25px;
  }
  body#index section.pickup .pickup-slider .pickup-slider-link:last-child {
    margin-right: 0;
  }
}
body#index section.pickup .slick-slider .slick-list, body#index section.pickup .slick-slider .slick-track {
  display: flex;
}
body#index section.pickup .slick-prev,
body#index section.pickup .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #1E65AC;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  z-index: 1000;
}
body#index section.pickup .slick-prev.slick-disabled,
body#index section.pickup .slick-next.slick-disabled {
  background-color: #B5BCC3;
  border-color: #B5BCC3;
  pointer-events: none;
}
body#index section.pickup .slick-prev:not(.slick-disabled):hover,
body#index section.pickup .slick-next:not(.slick-disabled):hover {
  background-color: #1E65AC;
}
body#index section.pickup .slick-prev:not(.slick-disabled):hover::after,
body#index section.pickup .slick-next:not(.slick-disabled):hover::after {
  border-color: #fff;
}
body#index section.pickup .slick-prev {
  left: -30px;
}
@media all and (max-width: 1340px) {
  body#index section.pickup .slick-prev {
    left: -25px;
  }
}
body#index section.pickup .slick-prev::after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #1E65AC;
  border-bottom: 2px solid #1E65AC;
}
body#index section.pickup .slick-prev.slick-disabled::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body#index section.pickup .slick-next {
  right: -30px;
}
@media all and (max-width: 1340px) {
  body#index section.pickup .slick-next {
    right: -25px;
  }
}
body#index section.pickup .slick-next::after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1E65AC;
  border-right: 2px solid #1E65AC;
}
body#index section.pickup .slick-next.slick-disabled::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body#index section.construction {
  background-color: #22507E;
  padding-top: 73px;
  padding-bottom: 159px;
  position: relative;
  /* 追加2023.09.11：iso9001 */
  /* - 追加2023.09.11：iso9001 */
}
@media all and (max-width: 767px) {
  body#index section.construction {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body#index section.construction::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 51.09375vw;
  height: 32.70833vw;
  background-image: url(assets/img/index/const_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 1;
}
@media all and (max-width: 767px) {
  body#index section.construction::before {
    width: 77vw;
    height: 49.2vw;
  }
}
body#index section.construction > * {
  position: relative;
  z-index: 2;
}
body#index section.construction .section-wrap {
  max-width: 1365px;
}
body#index section.construction .index-section-title .en {
  width: 351px;
}
@media all and (max-width: 767px) {
  body#index section.construction .index-section-title .en {
    width: 151px;
  }
}
body#index section.construction .iso9001 {
  max-width: 766px;
  width: 100%;
  border: 10px solid #B5BCC3;
  padding: 25px 50px 20px;
  margin: 50px auto 30px;
  background-color: #fff;
}
@media all and (max-width: 800px) {
  body#index section.construction .iso9001 {
    padding: 25px 30px 15px;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 {
    max-width: 82.1333333333%;
    padding: 28px 5px 15px;
  }
}
body#index section.construction .iso9001 .iso9001-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 .iso9001-wrap {
    flex-direction: column-reverse;
  }
}
body#index section.construction .iso9001 .iso9001-wrap figure {
  width: 128px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  body#index section.construction .iso9001 .iso9001-wrap figure {
    width: 16vw;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 .iso9001-wrap figure {
    width: 120px;
  }
}
body#index section.construction .iso9001 .iso9001-wrap figure img {
  width: 120px;
}
@media all and (max-width: 800px) {
  body#index section.construction .iso9001 .iso9001-wrap figure img {
    width: 15vw;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 .iso9001-wrap figure img {
    width: 100px;
    margin: 0 auto;
  }
}
body#index section.construction .iso9001 .iso9001-wrap figure span {
  font-size: 16px;
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
}
@media all and (max-width: 800px) {
  body#index section.construction .iso9001 .iso9001-wrap figure span {
    font-size: 2vw;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 .iso9001-wrap figure span {
    font-size: 16px;
  }
}
body#index section.construction .iso9001 .iso9001-wrap p {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
}
@media all and (max-width: 800px) {
  body#index section.construction .iso9001 .iso9001-wrap p {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .iso9001 .iso9001-wrap p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: -0.03em;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .section-more {
    margin-top: 30px;
  }
}
body#index section.construction .const-cat-wrap {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-wrap {
    flex-direction: column;
    padding-top: 30px;
  }
}
body#index section.construction .const-cat-left {
  position: relative;
  padding-bottom: 100px;
  max-width: 480px;
  width: 100%;
}
@media all and (max-width: 991px) {
  body#index section.construction .const-cat-left {
    max-width: calc(100% - 395px);
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-left {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-left img {
    width: 90%;
  }
}
body#index section.construction .const-cat-title {
  position: absolute;
  top: 34px;
  left: 20.8333%;
  font-size: 32px;
  letter-spacing: 0.46em;
  background-color: #FFFFFF;
  color: #1E65AC;
  font-weight: bold;
  padding: 20px 12px 10px;
}
@media all and (min-width: 768px) {
  body#index section.construction .const-cat-title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-title {
    top: auto;
    bottom: 50px;
    right: 0;
    left: auto;
    padding: 7px 12px 10px 27px;
    font-size: 24px;
  }
}
body#index section.construction .const-cat-right {
  padding-left: 32px;
  max-width: calc(100% - 480px);
  width: 100%;
}
@media all and (max-width: 991px) {
  body#index section.construction .const-cat-right {
    max-width: 395px;
  }
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-right {
    max-width: 100%;
    padding-left: 0;
  }
}
body#index section.construction .const-cat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#index section.construction .const-cat-item {
  max-width: 395px;
  width: 100%;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-item {
    margin-bottom: 10px;
    max-width: 49%;
  }
}
body#index section.construction .const-cat-link {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #1E65AC;
  font-weight: bold;
  font-size: 24px;
  padding: 14px 0 15px 37px;
  position: relative;
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-link {
    font-size: 16px;
    padding: 10px 0 10px 19px;
  }
}
body#index section.construction .const-cat-link::after {
  content: "";
  display: block;
  width: 87px;
  height: 7px;
  background-image: url(assets/img/index/arw_b.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media all and (max-width: 767px) {
  body#index section.construction .const-cat-link::after {
    width: 12px;
    right: 10px;
  }
}
body#index section.construction .const-cat-link:hover {
  background-color: #1E65AC;
  color: #FFFFFF;
}
body#index section.welfare {
  background-color: #1EACA7;
  padding-top: 88px;
  padding-bottom: 85px;
  position: relative;
}
@media all and (max-width: 767px) {
  body#index section.welfare {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body#index section.welfare::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 51.09375vw;
  height: 32.70833vw;
  background-image: url(assets/img/index/welfare_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 1;
}
@media all and (max-width: 767px) {
  body#index section.welfare::before {
    width: 77vw;
    height: 49.2vw;
  }
}
body#index section.welfare > * {
  position: relative;
  z-index: 2;
}
body#index section.welfare .section-wrap {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 84px;
}
@media all and (max-width: 767px) {
  body#index section.welfare .section-wrap {
    padding: 30px 20px;
  }
}
body#index section.welfare .index-section-title .ja {
  color: #1EACA7;
}
body#index section.welfare .index-section-title .en {
  width: 312px;
}
@media all and (max-width: 767px) {
  body#index section.welfare .index-section-title .en {
    width: 120px;
  }
}
body#index section.welfare .index-section-title::after {
  background-color: #1EACA7;
}
body#index section.welfare .index-section-lead {
  color: #707070;
  font-weight: 300;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  body#index section.welfare .index-section-lead {
    margin-bottom: 30px;
  }
}
body#index section.welfare .section-more {
  border: 1px solid #1EACA7;
  color: #1EACA7;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  body#index section.welfare .section-more {
    margin-top: 30px;
  }
}
body#index section.welfare .section-more::after {
  background-image: url(assets/img/index/arw_g.png);
}
body#index section.welfare .section-more:hover {
  background-color: #1EACA7;
  color: #FFFFFF;
}
body#index section.welfare #welfareslider {
  margin-top: 95px;
}
@media all and (max-width: 767px) {
  body#index section.welfare #welfareslider {
    margin-top: 20px;
  }
}
body#index section.welfare .welfareslide {
  margin-right: 15px;
  margin-left: 15px;
}
@media all and (max-width: 767px) {
  body#index section.welfare .welfareslide {
    margin-right: 5px;
    margin-left: 5px;
    width: 100px;
  }
}
body#index section.recruit {
  position: relative;
  background-image: url(assets/img/index/recruit_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  body#index section.recruit {
    background-image: url(assets/img/index/recruit_bg@2x.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body#index section.recruit .section-wrap {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: rgba(30, 101, 172, 0.52);
}
@media all and (max-width: 767px) {
  body#index section.recruit .section-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
body#index section.recruit .index-section-title {
  margin-bottom: 47px;
}
@media all and (max-width: 991px) {
  body#index section.recruit .index-section-title {
    margin-bottom: 32px;
  }
}
body#index section.recruit .index-section-title .en {
  width: 201px;
}
@media all and (max-width: 767px) {
  body#index section.recruit .index-section-title .en {
    width: 86px;
  }
}
body#index section.recruit .index-section-lead {
  font-weight: 300;
  margin-bottom: 56px;
}
@media all and (max-width: 767px) {
  body#index section.recruit .index-section-lead {
    margin-bottom: 30px;
  }
}
body#index section.recruit .index-section-btn {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  body#index section.recruit .index-section-btn {
    flex-direction: column;
    align-items: center;
  }
}
body#index section.recruit .section-more {
  margin-top: 0;
  margin-bottom: 62px;
}
@media all and (max-width: 767px) {
  body#index section.recruit .section-more {
    margin-bottom: 30px;
  }
}
body#index section.recruit .recruit-mynavi {
  display: block;
  max-width: 350px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #2BABEB;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}
body#index section.recruit .recruit-mynavi:first-child {
  margin-right: 20px;
}
body#index section.recruit .recruit-mynavi:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  body#index section.recruit .recruit-mynavi {
    max-width: 70%;
  }
  body#index section.recruit .recruit-mynavi:first-child {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
body#index section.news {
  padding-top: 78px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  body#index section.news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  body#index section.news .section-wrap {
    display: flex;
  }
}
body#index section.news .news-left {
  max-width: 330px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  body#index section.news .news-left {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
body#index section.news .news-right {
  padding-left: 67px;
  max-width: calc(100% - 330px);
  width: 100%;
}
@media all and (max-width: 767px) {
  body#index section.news .news-right {
    padding-left: 0;
    max-width: 100%;
  }
}
body#index section.news .news-title {
  line-height: 1;
}
@media all and (max-width: 767px) {
  body#index section.news .news-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
body#index section.news .news-title .ja {
  font-size: 46px;
  color: #707070;
  margin-bottom: 22px;
  font-weight: 200;
}
@media all and (max-width: 767px) {
  body#index section.news .news-title .ja {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
body#index section.news .news-title .en {
  color: #1E65AC;
}
body#index section.news .news-more {
  display: block;
  margin-top: auto;
  width: 100%;
  border: 1px solid #707070;
  padding-top: 14px;
  padding-bottom: 15px;
  text-align: center;
  color: #707070;
  position: relative;
}
body#index section.news .news-more::after {
  content: "";
  display: block;
  width: 87px;
  height: 7px;
  background-image: url(assets/img/index/arw_gr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
body#index section.news .news-more:hover {
  border-color: #1E65AC;
  background-color: #1E65AC;
  color: #FFFFFF;
}
body#index section.news .news-link {
  display: flex;
  border-bottom: 1px solid #CCC;
  padding-top: 9px;
  padding-bottom: 9px;
}
body#index section.news .news-link:hover .news-date,
body#index section.news .news-link:hover .news-text {
  color: #1E65AC;
}
body#index section.news .news-date {
  padding-right: 60px;
  color: #1E65AC;
}
@media all and (max-width: 767px) {
  body#index section.news .news-date {
    padding-right: 30px;
  }
}
body#index section.news .news-text {
  color: #707070;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
body#index section.bnr {
  background-color: rgba(30, 101, 172, 0.05);
  padding: 44px 0;
}
body#index section.bnr .bnr-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#index section.bnr .bnr-list {
    flex-direction: column;
  }
}
body#index section.bnr .bnr-item {
  margin: 0 15px;
}
body#index section.bnr .bnr-link {
  display: block;
}
body#index section.bnr .bnr-link:hover {
  opacity: 0.6;
}
body#index section.bnr .test {
  display: block;
}

body#company section.lead {
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  body#company section.lead {
    padding-bottom: 60px;
  }
}
body#company section.lead .lead-text {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#company section.lead .lead-text {
    font-size: 18px;
  }
}
body#company section.philosophy .section-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 5px solid #CCCCCC;
}
@media all and (max-width: 767px) {
  body#company section.philosophy .section-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
body#company section.philosophy .philosophy-text {
  font-size: 28px;
  line-height: 2.3;
  padding: 42px 66px;
  background-color: #F5F5F5;
}
@media all and (max-width: 767px) {
  body#company section.philosophy .philosophy-text {
    font-size: 18px;
    padding: 10px;
  }
}
body#company section.data .data-item {
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  font-size: 18px;
  display: flex;
  line-height: 1.9;
}
@media all and (max-width: 767px) {
  body#company section.data .data-item {
    flex-direction: column;
  }
}
body#company section.data .data-item:nth-child(2n) {
  background-color: #F5F5F5;
}
body#company section.data .data-label {
  width: 186px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body#company section.data .data-label {
    width: 100%;
  }
}
body#company section.data .data-value {
  width: calc(100% - 186px);
}
@media all and (max-width: 767px) {
  body#company section.data .data-value {
    width: 100%;
    font-size: 14px;
  }
}

section.companylink .companylink-list {
  padding-top: 50px;
  padding-bottom: 73px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  section.companylink .companylink-list {
    flex-direction: column;
  }
}
section.companylink a.companylink-link {
  display: block;
  background-color: #1E65AC;
  color: #FFFFFF;
  width: 31.17%;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 26px;
  padding-left: 50px;
  position: relative;
  border: 1px solid #1E65AC;
}
@media all and (max-width: 991px) {
  section.companylink a.companylink-link {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  section.companylink a.companylink-link {
    width: 100%;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 17px;
    margin-bottom: 10px;
  }
}
section.companylink a.companylink-link::after {
  content: "";
  display: block;
  width: 87px;
  height: 7px;
  background-image: url(assets/img/index/arw_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
@media all and (max-width: 991px) {
  section.companylink a.companylink-link::after {
    right: 20px;
  }
}
section.companylink a.companylink-link:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}

body#access section.access .access-train,
body#access section.access .access-addr {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 55px;
}
@media all and (max-width: 767px) {
  body#access section.access .access-train,
  body#access section.access .access-addr {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
body#access section.access .access-img {
  background-color: #F5F5F5;
  padding: 50px 104px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  body#access section.access .access-img {
    padding: 10px;
    margin-bottom: 30px;
  }
}
body#access section.access .access-googlemap {
  width: 100%;
  position: relative;
}
body#access section.access .access-googlemap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media all and (max-width: 767px) {
  body#access section.access .access-googlemap::before {
    padding-top: 100%;
  }
}
body#access section.access .access-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#office section.office .office-pagenav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}
@media all and (max-width: 767px) {
  body#office section.office .office-pagenav {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
body#office section.office .office-pagenav-link {
  display: block;
  width: 23.7837%;
  background-color: #1E65AC;
  border: 1px solid #1E65AC;
  color: #FFFFFF;
  font-size: 18px;
  padding: 11px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#office section.office .office-pagenav-link {
    width: 100%;
    margin-bottom: 10px;
  }
}
body#office section.office .office-pagenav-link:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#office section.office .section-sub-title {
  margin-bottom: 20px;
}
body#office section.office .office-list {
  margin-bottom: 76px;
}
@media all and (max-width: 767px) {
  body#office section.office .office-list {
    margin-bottom: 40px;
  }
}
body#office section.office .office-item {
  display: flex;
  padding: 20px;
}
@media all and (max-width: 767px) {
  body#office section.office .office-item {
    flex-direction: column;
  }
}
body#office section.office .office-item:nth-child(2n) {
  background-color: #F5F5F5;
}
body#office section.office .office-name {
  max-width: 280px;
  width: 100%;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#office section.office .office-name {
    max-width: 100%;
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  body#office section.office .office-name br {
    display: none;
  }
}
body#office section.office .office-data {
  max-width: calc(100% - 186px);
  width: 100%;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#office section.office .office-data {
    max-width: 100%;
    font-size: 16px;
  }
}

body#history section.history .history-item {
  display: flex;
  padding: 20px;
}
@media all and (max-width: 767px) {
  body#history section.history .history-item {
    flex-direction: column;
  }
}
body#history section.history .history-item:nth-child(2n) {
  background-color: #F5F5F5;
}
body#history section.history .history-date {
  max-width: 186px;
  width: 100%;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#history section.history .history-date {
    max-width: 100%;
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  body#history section.history .history-date br {
    display: none;
  }
}
body#history section.history .history-value {
  max-width: calc(100% - 186px);
  width: 100%;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#history section.history .history-value {
    max-width: 100%;
    font-size: 16px;
  }
}

body#sitemap section.sitemap .sitemap-wrap {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-wrap {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  body#sitemap section.sitemap .sitemap-wrap:nth-child(2n) {
    background-color: #F5F5F5;
  }
}
body#sitemap section.sitemap .sitemap-wrap:last-child {
  border-bottom: 5px solid #CCC;
  padding-bottom: 60px;
  margin-bottom: 72px;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-wrap:last-child {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
body#sitemap section.sitemap .sitemap-box {
  padding-top: 35px;
  padding-bottom: 59px;
  padding-left: 55px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 34px;
  }
}
body#sitemap section.sitemap .sitemap-title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#sitemap section.sitemap .sitemap-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: #1E65AC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;
  margin: auto;
}
body#sitemap section.sitemap .sitemap-list {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-list {
    width: 50%;
  }
}
body#sitemap section.sitemap .sitemap-link {
  display: block;
  font-size: 18px;
  color: #1E65AC;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  body#sitemap section.sitemap .sitemap-link {
    font-size: 16px;
  }
}
body#sitemap section.sitemap .sitemap-link:not(:last-child) {
  margin-bottom: 1.5em;
}

body#privacy-policy section.privacy {
  padding-bottom: 72px;
}
@media all and (max-width: 767px) {
  body#privacy-policy section.privacy {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  body#privacy-policy section.privacy .privacy-text {
    font-size: 18px;
    line-height: 2;
  }
}
body#privacy-policy section.privacy .privacy-text.tar {
  text-align: right;
}
body#privacy-policy section.privacy .privacy-contact {
  margin-top: 51px;
  background-color: #F5F5F5;
  padding: 22px 34px 36px;
}
@media all and (max-width: 767px) {
  body#privacy-policy section.privacy .privacy-contact {
    padding: 20px 15px 24px;
  }
}
body#privacy-policy section.privacy .privacy-contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 26px;
}
body#privacy-policy section.privacy .privacy-contact-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: 1;
}
body#privacy-policy section.privacy .privacy-contact-title div {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 24px;
}
@media all and (max-width: 767px) {
  body#privacy-policy section.privacy .privacy-contact-title div {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  body#privacy-policy section.privacy .privacy-contact-text {
    font-size: 18px;
    line-height: 2;
  }
}
@media all and (max-width: 767px) {
  body#privacy-policy section.privacy .privacy-contact-text {
    font-size: 14px;
  }
}
body#privacy-policy section.privacy .privacy-contact-text a {
  color: #1E65AC;
  text-decoration: underline;
}
body#privacy-policy section.privacy .privacy-contact-text a:hover {
  color: #081F36;
  text-decoration: none;
}

body#news section.newslist .news-item {
  border-bottom: 5px solid #CCC;
  padding: 51px 33px 47px;
}
@media all and (max-width: 767px) {
  body#news section.newslist .news-item {
    padding: 20px 0;
  }
}
body#news section.newslist .news-title {
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  body#news section.newslist .news-title {
    margin-bottom: 8px;
  }
}
body#news section.newslist .news-title a {
  color: #1E65AC;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 767px) {
  body#news section.newslist .news-title a {
    font-size: 16px;
  }
}
body#news section.newslist .news-title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1E65AC;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body#news section.newslist .news-title a:hover {
  color: #081F36;
}
body#news section.newslist .news-title a:hover::after {
  width: 0;
}
body#news section.newslist .news-date {
  font-size: 15px;
  color: #707070;
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  body#news section.newslist .news-date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
body#news section.newslist .news-excerpt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  body#news section.newslist .news-excerpt {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}
body#news section.newslist .news-link-wrap {
  display: flex;
  justify-content: flex-end;
}
body#news section.newslist a.news-link {
  display: inline-block;
  margin-left: auto;
  font-size: 15px;
  position: relative;
  color: #1E65AC;
  text-align: right;
}
@media all and (max-width: 767px) {
  body#news section.newslist a.news-link {
    font-size: 14px;
  }
}
body#news section.newslist a.news-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1E65AC;
}
body#news section.newslist a.news-link:hover {
  color: #081F36;
}
body#news section.newslist a.news-link:hover::after {
  width: 0;
}
body#news section.newslist .pagination {
  margin-top: 51px;
  margin-bottom: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#news section.newslist .pagination a {
  margin: 0 12px;
  display: block;
  border: 1px solid #1E65AC;
  background-color: #1E65AC;
  color: #FFFFFF;
  font-size: 15px;
  padding: 11px 15px 12px;
}
@media all and (max-width: 991px) {
  body#news section.newslist .pagination a {
    margin: 0;
    margin-left: 1px;
  }
}
body#news section.newslist .pagination a.prev, body#news section.newslist .pagination a.next {
  padding: 11px 37px 12px;
}
body#news section.newslist .pagination a:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#news section.newslist .pagination a.active {
  background-color: #081F36;
  border-color: #081F36;
  pointer-events: none;
}
body#news section.newslist .pagination a.dot {
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #707070;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  body#news section.newslist .pagination a:not(.active, .prev, .next) {
    display: none;
  }
}
body#news section.newssingle .news-date {
  font-size: 15px;
  color: #707070;
}
body#news section.newssingle .news-content {
  margin-top: 35px;
  margin-bottom: 50px;
  padding-top: 67px;
  padding-bottom: 67px;
  border-top: 5px solid #CCCCCC;
  border-bottom: 5px solid #CCCCCC;
  font-size: 18px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  body#news section.newssingle .news-content {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 16px;
    margin: 30px 0;
    padding: 20px 0;
  }
}
body#news section.newssingle .news-content a {
  color: #1E65AC;
  text-decoration: underline;
}
body#news section.newssingle .news-content a:hover {
  color: #081F36;
}
body#news section.newssingle .news-pager {
  margin-top: 50px;
  margin-bottom: 93px;
  display: flex;
  justify-content: space-between;
}
body#news section.newssingle .news-pager a {
  display: block;
  border: 1px solid #1E65AC;
  background-color: #1E65AC;
  color: #FFFFFF;
  padding: 11px 45px 12px;
}

body.contact section.contact {
  padding-bottom: 76px;
}
@media all and (max-width: 767px) {
  body.contact section.contact {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  body.contact section.contact .contact-text {
    font-size: 18px;
    line-height: 2;
  }
}
body.contact section.contact .contact-privacy {
  display: inline-block;
  position: relative;
  color: #1E65AC;
  margin-top: 22px;
  margin-bottom: 64px;
  font-size: 15px;
}
@media all and (min-width: 768px) {
  body.contact section.contact .contact-privacy {
    font-size: 18px;
  }
}
body.contact section.contact .contact-privacy::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1E65AC;
  margin: auto;
}
body.contact section.contact .contact-privacy:hover {
  color: #081F36;
}
body.contact section.contact .contact-privacy:hover::after {
  width: 0;
}
@media all and (max-width: 545px) {
  body.contact section.contact .contact-form {
    margin-right: -10px;
    margin-left: -10px;
  }
}
body.contact section.contact .form-list {
  margin-bottom: 22px;
}
body.contact section.contact .form-item {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  body.contact section.contact .form-item {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-item {
    justify-content: space-between;
    padding: 15px;
  }
}
body.contact section.contact .form-item:not(:nth-child(2n)) {
  background-color: #F5F5F5;
}
body.contact section.contact .form-label {
  max-width: 164px;
  width: 100%;
  padding-top: 9px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-label {
    padding-top: 0;
  }
}
body.contact section.contact .form-required {
  max-width: 80px;
  width: 100%;
}
body.contact section.contact .form-required div {
  font-size: 15px;
  letter-spacing: 0.24em;
  padding-left: 0.24em;
  text-align: center;
  background-color: #1E65AC;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-top: 9px;
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-required div {
    margin-top: 0;
  }
}
body.contact section.contact .form-value {
  width: 100%;
  padding-top: 10px;
}
@media all and (min-width: 768px) {
  body.contact section.contact .form-value {
    padding-top: 0;
    padding-left: 20px;
    max-width: calc(100% - 244px);
  }
}
body.contact section.contact .form-value input[type=text],
body.contact section.contact .form-value input[type=email],
body.contact section.contact .form-value textarea {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 9px;
  border-width: 1px;
  width: 100%;
}
body.contact section.contact .form-value label {
  padding-right: 1em;
}
body.contact section.contact .form-value-radio {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-value-radio {
    padding-top: 10px;
  }
}
body.contact section.contact span.wpcf7-list-item {
  margin-left: 0;
}
body.contact section.contact .form-value-textarea {
  max-width: 100%;
  padding-top: 22px;
  padding-left: 0;
}
body.contact section.contact .form-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
body.contact section.contact .form-btn button[type=submit] {
  display: block;
  border: 2px solid #1E65AC;
  background-color: #1E65AC;
  text-align: center;
  max-width: 600px;
  width: 100%;
  color: #FFFFFF;
  height: 26px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 26px;
  margin: auto;
  height: 80px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  body.contact section.contact .form-btn button[type=submit] {
    font-size: 20px;
    height: 60px;
  }
}
body.contact section.contact .form-btn button[type=submit]:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body.contact section.contact .form-btn img.ajax-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  margin-left: 0;
}
body.contact section.contact .wpcf7-response-output {
  text-align: center;
  padding: 1.5em 1em;
}

body#confirm section.contact .form-value {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media all and (max-width: 767px) {
  body#confirm section.contact .form-value {
    padding-top: 10px;
  }
}

body#notfound section.notfound {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  body#notfound section.notfound {
    padding-bottom: 60px;
  }
}
body#notfound section.notfound .notfound-text {
  line-height: 2;
}
@media all and (min-width: 768px) {
  body#notfound section.notfound .notfound-text {
    font-size: 18px;
  }
}
body#notfound section.notfound .notfound-text a {
  color: #1E65AC;
  text-decoration: underline;
}
body#notfound section.notfound .notfound-text a:hover {
  color: #081F36;
  text-decoration: none;
}

body#welfare section .catalog-btn {
  height: 68px;
  background-color: #1EACA7;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: block;
  color: #FFFFFF;
  max-width: 600px;
  margin: auto;
  width: 100%;
  border: 1px solid #1EACA7;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  body#welfare section .catalog-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: normal;
  }
}
body#welfare section .catalog-btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(assets/img/welfare/download.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 46px;
}
@media all and (max-width: 767px) {
  body#welfare section .catalog-btn::before {
    left: 23px;
  }
}
body#welfare section .catalog-btn:hover {
  background-color: #FFFFFF;
  color: #1EACA7;
}
body#welfare section .catalog-btn.disable {
  background-color: #CCC;
  border-color: #CCC;
  pointer-events: none;
}
body#welfare section.welfare .welfare-lead {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin-bottom: 94px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-lead {
    font-size: 17px;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-lead br {
    display: none;
  }
}
body#welfare section.welfare .welfare-cat-list {
  padding-top: 12px;
  padding-bottom: 9px;
  margin-right: -9px;
  margin-left: -9px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-cat-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
body#welfare section.welfare .welfare-cat-item {
  padding-right: 9px;
  padding-left: 9px;
  width: 25%;
  margin-bottom: 26px;
}
@media all and (max-width: 991px) {
  body#welfare section.welfare .welfare-cat-item {
    width: 33.3333%;
  }
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-cat-item {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
body#welfare section.welfare .welfare-cat-link {
  display: block;
  background-color: #1EACA7;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #1EACA7;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 12px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-cat-link {
    font-size: 16px;
  }
}
body#welfare section.welfare .welfare-cat-link:hover {
  background-color: #FFFFFF;
  color: #1EACA7;
}
body#welfare section.welfare .catalog-head {
  border-top: 1px solid #1EACA7;
  border-bottom: 1px solid #1EACA7;
  padding: 39px 0;
  margin-bottom: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .catalog-head {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
body#welfare section.welfare .catalog-head-left {
  width: 55%;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .catalog-head-left {
    width: 100%;
  }
}
body#welfare section.welfare .catalog-head-right {
  width: 45%;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .catalog-head-right {
    width: 100%;
  }
}
body#welfare section.welfare .catalog-head-title {
  font-size: 34px;
  font-weight: bold;
  color: #1EACA7;
  line-height: 1;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .catalog-head-title {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  body#welfare section.welfare .catalog-head-text {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .catalog-head-text {
    margin-bottom: 16px;
  }
}
body#welfare section.welfare .welfare-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-img-wrap {
    max-height: 90px;
  }
}
body#welfare section.welfare .welfare-img-wrap.jcc {
  justify-content: center;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-img img {
    height: 90px;
  }
}
body#welfare section.welfare .welfare-text {
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 2;
  padding: 17px 26px 18px;
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  body#welfare section.welfare .welfare-text {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 60px;
  }
}
body#welfare section.catalog {
  padding-bottom: 86px;
}
@media all and (max-width: 767px) {
  body#welfare section.catalog {
    padding-bottom: 60px;
  }
}
body#welfare section.catalog .catalog-box {
  margin-top: 76px;
  background-color: #F5F5F5;
  padding-top: 51px;
  padding-bottom: 61px;
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  body#welfare section.catalog .catalog-box {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body#welfare section.catalog .catalog-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #1EACA7;
  margin-bottom: 11px;
}
@media all and (max-width: 767px) {
  body#welfare section.catalog .catalog-title {
    font-size: 20px;
  }
}
body#welfare section.catalog .catalog-text {
  text-align: center;
  margin-bottom: 58px;
}
@media all and (max-width: 767px) {
  body#welfare section.catalog .catalog-text {
    margin-bottom: 30px;
  }
}

body#service section.recruit-nav,
body#interview-construction section.recruit-nav,
body#interview-welfare section.recruit-nav,
body#job-description section.recruit-nav,
body#recruit section.recruit-nav {
  background-color: #1E65AC;
}
@media all and (max-width: 767px) {
  body#service section.recruit-nav,
  body#interview-construction section.recruit-nav,
  body#interview-welfare section.recruit-nav,
  body#job-description section.recruit-nav,
  body#recruit section.recruit-nav {
    display: none;
  }
}
body#service section.recruit-nav .section-wrap,
body#interview-construction section.recruit-nav .section-wrap,
body#interview-welfare section.recruit-nav .section-wrap,
body#job-description section.recruit-nav .section-wrap,
body#recruit section.recruit-nav .section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
body#service section.recruit-nav a.brand,
body#interview-construction section.recruit-nav a.brand,
body#interview-welfare section.recruit-nav a.brand,
body#job-description section.recruit-nav a.brand,
body#recruit section.recruit-nav a.brand {
  display: block;
  width: 84px;
}
body#service section.recruit-nav .recruit-nav-list,
body#interview-construction section.recruit-nav .recruit-nav-list,
body#interview-welfare section.recruit-nav .recruit-nav-list,
body#job-description section.recruit-nav .recruit-nav-list,
body#recruit section.recruit-nav .recruit-nav-list {
  width: calc(100% - 84px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body#service section.recruit-nav .recruit-nav-item,
body#interview-construction section.recruit-nav .recruit-nav-item,
body#interview-welfare section.recruit-nav .recruit-nav-item,
body#job-description section.recruit-nav .recruit-nav-item,
body#recruit section.recruit-nav .recruit-nav-item {
  padding: 0 15px;
}
body#service section.recruit-nav .recruit-nav-link,
body#interview-construction section.recruit-nav .recruit-nav-link,
body#interview-welfare section.recruit-nav .recruit-nav-link,
body#job-description section.recruit-nav .recruit-nav-link,
body#recruit section.recruit-nav .recruit-nav-link {
  display: block;
  color: #FFFFFF;
  position: relative;
}
body#service section.recruit-nav .recruit-nav-link::after,
body#interview-construction section.recruit-nav .recruit-nav-link::after,
body#interview-welfare section.recruit-nav .recruit-nav-link::after,
body#job-description section.recruit-nav .recruit-nav-link::after,
body#recruit section.recruit-nav .recruit-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
}
body#service section.recruit-nav .recruit-nav-link:hover::after,
body#interview-construction section.recruit-nav .recruit-nav-link:hover::after,
body#interview-welfare section.recruit-nav .recruit-nav-link:hover::after,
body#job-description section.recruit-nav .recruit-nav-link:hover::after,
body#recruit section.recruit-nav .recruit-nav-link:hover::after {
  width: 100%;
}
body#service section .recruit-section-title,
body#interview-construction section .recruit-section-title,
body#interview-welfare section .recruit-section-title,
body#job-description section .recruit-section-title,
body#recruit section .recruit-section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#service section .recruit-section-title,
  body#interview-construction section .recruit-section-title,
  body#interview-welfare section .recruit-section-title,
  body#job-description section .recruit-section-title,
  body#recruit section .recruit-section-title {
    margin-bottom: 30px;
  }
}
body#service section .recruit-section-title .ja,
body#interview-construction section .recruit-section-title .ja,
body#interview-welfare section .recruit-section-title .ja,
body#job-description section .recruit-section-title .ja,
body#recruit section .recruit-section-title .ja {
  font-size: 46px;
  color: #1E65AC;
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  body#service section .recruit-section-title .ja,
  body#interview-construction section .recruit-section-title .ja,
  body#interview-welfare section .recruit-section-title .ja,
  body#job-description section .recruit-section-title .ja,
  body#recruit section .recruit-section-title .ja {
    font-size: 32px;
  }
}
body#service section .recruit-section-title .en,
body#interview-construction section .recruit-section-title .en,
body#interview-welfare section .recruit-section-title .en,
body#job-description section .recruit-section-title .en,
body#recruit section .recruit-section-title .en {
  font-size: 22px;
  color: #707070;
}
@media all and (max-width: 767px) {
  body#service section .recruit-section-title .en,
  body#interview-construction section .recruit-section-title .en,
  body#interview-welfare section .recruit-section-title .en,
  body#job-description section .recruit-section-title .en,
  body#recruit section .recruit-section-title .en {
    font-size: 14px;
  }
}
body#service section .recruit-section-title.dark .ja, body#service section .recruit-section-title.dark .en,
body#interview-construction section .recruit-section-title.dark .ja,
body#interview-construction section .recruit-section-title.dark .en,
body#interview-welfare section .recruit-section-title.dark .ja,
body#interview-welfare section .recruit-section-title.dark .en,
body#job-description section .recruit-section-title.dark .ja,
body#job-description section .recruit-section-title.dark .en,
body#recruit section .recruit-section-title.dark .ja,
body#recruit section .recruit-section-title.dark .en {
  color: #FFFFFF;
}
body#service section.entry,
body#interview-construction section.entry,
body#interview-welfare section.entry,
body#job-description section.entry,
body#recruit section.entry {
  background-color: #F5F5F5;
  padding-top: 52px;
  padding-bottom: 65px;
}
@media all and (max-width: 767px) {
  body#service section.entry,
  body#interview-construction section.entry,
  body#interview-welfare section.entry,
  body#job-description section.entry,
  body#recruit section.entry {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#service section.entry .recruit-section-title,
body#interview-construction section.entry .recruit-section-title,
body#interview-welfare section.entry .recruit-section-title,
body#job-description section.entry .recruit-section-title,
body#recruit section.entry .recruit-section-title {
  margin-bottom: 27px;
}
@media all and (max-width: 767px) {
  body#service section.entry .recruit-section-title,
  body#interview-construction section.entry .recruit-section-title,
  body#interview-welfare section.entry .recruit-section-title,
  body#job-description section.entry .recruit-section-title,
  body#recruit section.entry .recruit-section-title {
    margin-bottom: 20px;
  }
}
body#service section.entry .entry-text,
body#interview-construction section.entry .entry-text,
body#interview-welfare section.entry .entry-text,
body#job-description section.entry .entry-text,
body#recruit section.entry .entry-text {
  text-align: center;
  color: #707070;
  font-size: 18px;
  margin-bottom: 49px;
}
@media all and (max-width: 767px) {
  body#service section.entry .entry-text,
  body#interview-construction section.entry .entry-text,
  body#interview-welfare section.entry .entry-text,
  body#job-description section.entry .entry-text,
  body#recruit section.entry .entry-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#service section.entry .entry-link,
body#interview-construction section.entry .entry-link,
body#interview-welfare section.entry .entry-link,
body#job-description section.entry .entry-link,
body#recruit section.entry .entry-link {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 26px;
  padding-bottom: 19px;
  color: #1E65AC;
  text-align: center;
  border: 1px solid #707070;
  font-weight: bold;
}
body#service section.entry .entry-link img,
body#interview-construction section.entry .entry-link img,
body#interview-welfare section.entry .entry-link img,
body#job-description section.entry .entry-link img,
body#recruit section.entry .entry-link img {
  display: block;
  margin: 0 auto 10px;
}
body#service section.entry .entry-link:hover,
body#interview-construction section.entry .entry-link:hover,
body#interview-welfare section.entry .entry-link:hover,
body#job-description section.entry .entry-link:hover,
body#recruit section.entry .entry-link:hover {
  border-color: #1E65AC;
  background-color: rgba(30, 101, 172, 0.1);
}
body#service section.entry .entry-link._mynavi2027,
body#interview-construction section.entry .entry-link._mynavi2027,
body#interview-welfare section.entry .entry-link._mynavi2027,
body#job-description section.entry .entry-link._mynavi2027,
body#recruit section.entry .entry-link._mynavi2027 {
  margin-top: 1.5em;
}

body#recruit section.kv {
  border-bottom: 20px solid #1E65AC;
  height: 100%;
  height: calc(100vh - 170px + 20px);
  background-image: url(assets/img/kv/recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#recruit section.kv {
    height: 60vw;
    border-bottom-width: 10px;
  }
}
body#recruit section.kv .kv-copy-wrap {
  position: relative;
  max-width: 1110px;
  width: calc(100% - 20px);
  height: 377px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#recruit section.kv .kv-copy-wrap {
    width: 95%;
    height: 60%;
  }
}
body#recruit section.kv .kv-copy {
  position: relative;
  width: 100%;
  height: 100%;
}
body#recruit section.kv .kv-copy svg {
  width: 76.306%;
  height: 36.238%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 1s ease;
}
@media all and (max-width: 767px) {
  body#recruit section.kv .kv-copy svg {
    width: 90%;
    height: 100%;
  }
}
body#recruit section.kv .kv-copy-wrap::before, body#recruit section.kv .kv-copy-wrap::after,
body#recruit section.kv .kv-copy::before,
body#recruit section.kv .kv-copy::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
body#recruit section.kv .kv-copy-wrap.active::before, body#recruit section.kv .kv-copy-wrap.active::after,
body#recruit section.kv .kv-copy.active::before,
body#recruit section.kv .kv-copy.active::after {
  animation-play-state: running;
}
body#recruit section.kv .kv-copy-wrap::before, body#recruit section.kv .kv-copy-wrap::after {
  width: 0;
  height: 5px;
  animation-name: borderwidth;
}
@media all and (max-width: 767px) {
  body#recruit section.kv .kv-copy-wrap::before, body#recruit section.kv .kv-copy-wrap::after {
    height: 3px;
  }
}
body#recruit section.kv .kv-copy-wrap::before {
  top: 0;
  left: 0;
  animation-delay: 0.5s;
}
body#recruit section.kv .kv-copy-wrap::after {
  bottom: 0;
  right: 0;
  animation-delay: 1.5s;
}
body#recruit section.kv .kv-copy::before, body#recruit section.kv .kv-copy::after {
  width: 5px;
  height: 0;
  animation-name: borderheight;
}
@media all and (max-width: 767px) {
  body#recruit section.kv .kv-copy::before, body#recruit section.kv .kv-copy::after {
    width: 3px;
  }
}
body#recruit section.kv .kv-copy::before {
  top: 0;
  right: 0;
  animation-delay: 1s;
}
body#recruit section.kv .kv-copy::after {
  bottom: 0;
  left: 0;
  animation-delay: 2s;
}
body#recruit section.kv #recruitcopy {
  opacity: 1;
}
body#recruit section.kv #recruitcopy.active {
  opacity: 0;
}
body#recruit section.kv #recruitcopybg {
  opacity: 0;
}
body#recruit section.kv #recruitcopybg.active {
  opacity: 1;
}
body#recruit section.kv .st1 {
  fill: transparent;
  stroke: #FFFFFF;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 1;
  transition: all 1s ease;
}
body#recruit section.kv .st1.active {
  stroke-width: 0;
  fill: #FFFFFF;
}
body#recruit section.kv .st2 {
  fill: #FFFFFF;
}
body#recruit section.talent {
  padding-top: 101px;
  padding-bottom: 116px;
}
@media all and (max-width: 767px) {
  body#recruit section.talent {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
body#recruit section.talent .talent-wrap {
  display: flex;
  justify-content: space-between;
  margin-right: -31px;
  margin-left: -31px;
}
@media all and (max-width: 767px) {
  body#recruit section.talent .talent-wrap {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
}
body#recruit section.talent .talent-box {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 31px;
  padding-left: 31px;
}
@media all and (max-width: 767px) {
  body#recruit section.talent .talent-box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
body#recruit section.talent .talent-title {
  text-align: center;
  font-size: 26px;
  color: #1E65AC;
  font-weight: bold;
  margin-top: 37px;
}
@media all and (max-width: 767px) {
  body#recruit section.talent .talent-title {
    font-size: 20px;
    margin-top: 20px;
  }
}
body#recruit section.talent .talent-text {
  width: 100%;
  margin-top: 21px;
  padding-top: 32px;
  border-top: 5px solid #CCC;
  font-size: 18px;
  line-height: 2;
  color: #707070;
}
@media all and (max-width: 767px) {
  body#recruit section.talent .talent-text {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
  }
}
body#recruit section.message .recruit-section-title {
  margin-bottom: 75px;
}
@media all and (max-width: 767px) {
  body#recruit section.message .recruit-section-title {
    margin-bottom: 20px;
  }
}
body#recruit section.message .message-img {
  margin-top: 75px;
  width: 100%;
  height: 542px;
  background-image: url(assets/img/recruit/recruit_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 991px) {
  body#recruit section.message .message-img {
    height: 279px;
  }
}
@media all and (max-width: 767px) {
  body#recruit section.message .message-img {
    margin-top: 20px;
    height: 28vw;
  }
}
body#recruit section.message .section-wrap {
  margin-top: -132px;
}
@media all and (max-width: 991px) {
  body#recruit section.message .section-wrap {
    margin-top: -68px;
  }
}
@media all and (max-width: 767px) {
  body#recruit section.message .section-wrap {
    margin-top: -6.875vw;
  }
}
body#recruit section.message .message-box {
  background-color: #FFFFFF;
  padding: 53px 73px 180px;
}
@media all and (max-width: 767px) {
  body#recruit section.message .message-box {
    padding: 30px 10px;
  }
}
body#recruit section.message .message-title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #1E65AC;
  position: relative;
  padding-bottom: 82px;
}
@media all and (max-width: 767px) {
  body#recruit section.message .message-title {
    font-size: 24px;
    padding-bottom: 60px;
  }
}
body#recruit section.message .message-title::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #1E65AC;
  transform: rotate(45deg);
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  body#recruit section.message .message-title::after {
    bottom: 22px;
  }
}
body#recruit section.message .message-text {
  font-size: 18px;
  line-height: 2.5;
  color: #707070;
}
@media all and (max-width: 767px) {
  body#recruit section.message .message-text {
    font-size: 16px;
  }
}
body#recruit section.service {
  background-image: url(assets/img/recruit/recruit_img02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 76px;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  body#recruit section.service {
    background-image: url(assets/img/recruit/recruit_img02@2x.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#recruit section.service .recruit-section-title {
  margin-bottom: 54px;
}
@media all and (max-width: 767px) {
  body#recruit section.service .recruit-section-title {
    margin-bottom: 20px;
  }
}
body#recruit section.service .service-title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#recruit section.service .service-title {
    width: 81%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }
}
body#recruit section.service .service-title div {
  position: relative;
}
body#recruit section.service .service-title div::before, body#recruit section.service .service-title div::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body#recruit section.service .service-title div::before {
  left: -32px;
}
body#recruit section.service .service-title div::after {
  right: -32px;
}
body#recruit section.service .service-text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 73px;
}
@media all and (min-width: 768px) {
  body#recruit section.service .service-text {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  body#recruit section.service .service-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#recruit section.service .service-link {
  display: block;
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #FFFFFF;
  margin: auto;
  color: #FFFFFF;
}
body#recruit section.service .service-link:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#recruit section.interview {
  padding-top: 88px;
  padding-bottom: 128px;
}
@media all and (max-width: 767px) {
  body#recruit section.interview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#recruit section.interview .interview-wrap {
  display: flex;
  justify-content: space-between;
  margin-right: -18px;
  margin-left: -18px;
}
@media all and (max-width: 767px) {
  body#recruit section.interview .interview-wrap {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
}
body#recruit section.interview .interview-box {
  width: 50%;
  padding-right: 18px;
  padding-left: 18px;
}
@media all and (max-width: 767px) {
  body#recruit section.interview .interview-box {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
body#recruit section.interview .interview-img {
  position: relative;
  z-index: 1;
}
body#recruit section.interview .interview-box-inner {
  background-color: #FFFFFF;
  margin-top: -83px;
  border-top: 5px solid #1E65AC;
  position: relative;
  z-index: 2;
  padding-top: 23px;
  width: 85%;
}
body#recruit section.interview .interview-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #1E65AC;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  body#recruit section.interview .interview-title {
    font-size: 22px;
  }
}
body#recruit section.interview .interview-link {
  font-size: 15px;
  font-weight: bold;
  color: #707070;
  display: block;
  position: relative;
}
body#recruit section.interview .interview-link::after {
  content: "";
  display: block;
  width: 171px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 117px;
}
body#recruit section.interview .interview-link:hover {
  color: #1E65AC;
}
body#recruit section.interview .interview-link:hover::after {
  width: 0;
}
body#recruit section.interview .interview-box.welfare .interview-box-inner {
  border-top-color: #1EACA7;
}
body#recruit section.interview .interview-box.welfare .interview-title {
  color: #1EACA7;
}
body#recruit section.interview .interview-box.welfare .interview-link:hover {
  color: #1EACA7;
}
body#recruit section.job {
  background-color: #1E65AC;
  padding-top: 62px;
  padding-bottom: 72px;
}
@media all and (max-width: 767px) {
  body#recruit section.job {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#recruit section.job .recruit-section-title {
  margin-bottom: 59px;
}
@media all and (max-width: 767px) {
  body#recruit section.job .recruit-section-title {
    margin-bottom: 30px;
  }
}
body#recruit section.job .job-link {
  display: block;
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #FFFFFF;
  margin: auto;
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#recruit section.job .job-link:hover {
  background-color: #1E65AC;
  color: #FFFFFF;
}

@keyframes borderwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderheight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
body#service section.service {
  margin-top: 96px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#service section.service {
    margin-top: 0;
  }
}
body#service section.service .service-main-title {
  font-size: 46px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#service section.service .service-main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body#service section.service .service-main-text {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  color: #707070;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#service section.service .service-main-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body#service section.service .service-copy {
  color: #D53E84;
  font-size: 46px;
  text-align: center;
  border: 1px solid #D53E84;
  padding-top: 19px;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  body#service section.service .service-copy {
    font-size: 22px;
  }
}
body#service section.unit {
  padding-bottom: 182px;
}
@media all and (max-width: 767px) {
  body#service section.unit {
    padding-bottom: 60px;
  }
}
body#service section.unit .unit-title {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 44px;
  text-align: center;
  font-weight: bold;
  font-size: 37px;
  padding-top: 16px;
  padding-bottom: 17px;
  background-color: #1E65AC;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  body#service section.unit .unit-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body#service section.unit .unit-copy {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
  color: #1E65AC;
}
@media all and (max-width: 767px) {
  body#service section.unit .unit-copy {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body#service section.unit .unit-text {
  font-size: 18px;
  line-height: 2.5;
  color: #707070;
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#service section.unit .unit-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#service section.unit .unit-img {
  position: relative;
}
body#service section.unit .unit-img::after {
  content: "";
  display: block;
  width: 65%;
  height: 49px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  body#service section.unit .unit-img::after {
    width: 90%;
    height: 20px;
  }
}
body#service section.unit .unit-link {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: auto;
  background-color: #1E65AC;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #1E65AC;
}
@media all and (max-width: 767px) {
  body#service section.unit .unit-link {
    width: 80%;
    line-height: 1.2;
  }
}
body#service section.unit .unit-link:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#service section.unit.welfare .unit-title {
  background-color: #1EACA7;
}
body#service section.unit.welfare .unit-copy {
  color: #1EACA7;
}
body#service section.unit.welfare .unit-link {
  background-color: #1EACA7;
  border-color: #1EACA7;
}
body#service section.unit.welfare .unit-link:hover {
  background-color: #FFFFFF;
  color: #1EACA7;
}

body#interview-construction section.interview-lead,
body#interview-welfare section.interview-lead {
  margin-top: 96px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview-lead,
  body#interview-welfare section.interview-lead {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
body#interview-construction section.interview-lead .lead-title,
body#interview-welfare section.interview-lead .lead-title {
  font-size: 46px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview-lead .lead-title,
  body#interview-welfare section.interview-lead .lead-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body#interview-construction section.interview-lead .lead-text,
body#interview-welfare section.interview-lead .lead-text {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  color: #707070;
  margin-bottom: 37px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview-lead .lead-text,
  body#interview-welfare section.interview-lead .lead-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body#interview-construction section.profile,
body#interview-welfare section.profile {
  padding-bottom: 123px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.profile,
  body#interview-welfare section.profile {
    padding-bottom: 0;
  }
}
body#interview-construction section.profile .section-wrap,
body#interview-welfare section.profile .section-wrap {
  overflow: hidden;
}
body#interview-construction section.profile .profile-wrap,
body#interview-welfare section.profile .profile-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 50px;
  row-gap: 50px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.profile .profile-wrap,
  body#interview-welfare section.profile .profile-wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 20px;
  }
}
body#interview-construction section.profile .profile-box,
body#interview-welfare section.profile .profile-box {
  width: 100%;
}
@media all and (max-width: 767px) {
  body#interview-construction section.profile .profile-box,
  body#interview-welfare section.profile .profile-box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
body#interview-construction section.profile .profile-img,
body#interview-welfare section.profile .profile-img {
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.profile .profile-img,
  body#interview-welfare section.profile .profile-img {
    margin-bottom: 8px;
  }
}
body#interview-construction section.profile .profile-position,
body#interview-welfare section.profile .profile-position {
  font-size: 22px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 7px;
}
body#interview-construction section.profile .profile-name,
body#interview-welfare section.profile .profile-name {
  margin-bottom: 11px;
  color: #707070;
  font-size: 28px;
  font-weight: bold;
}
body#interview-construction section.profile .profile-name span,
body#interview-welfare section.profile .profile-name span {
  font-size: 18px;
}
body#interview-construction section.profile .profile-school,
body#interview-welfare section.profile .profile-school {
  color: #707070;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.profile .profile-school,
  body#interview-welfare section.profile .profile-school {
    font-size: 16px;
  }
}
body#interview-construction section.interview .section-wrap,
body#interview-welfare section.interview .section-wrap {
  margin-top: 40px;
  padding-top: 100px;
  border-top: 5px solid #1E65AC;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .section-wrap,
  body#interview-welfare section.interview .section-wrap {
    margin-top: 30px;
    padding-top: 60px;
  }
}
body#interview-construction section.interview .interview-wrap,
body#interview-welfare section.interview .interview-wrap {
  margin-right: -27px;
  margin-left: -27px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .interview-wrap,
  body#interview-welfare section.interview .interview-wrap {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
}
body#interview-construction section.interview .interview-left,
body#interview-welfare section.interview .interview-left {
  width: 100%;
}
@media all and (min-width: 768px) {
  body#interview-construction section.interview .interview-left,
  body#interview-welfare section.interview .interview-left {
    max-width: 396px;
    padding-right: 27px;
    padding-left: 27px;
  }
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .interview-left,
  body#interview-welfare section.interview .interview-left {
    display: flex;
    margin-bottom: 30px;
  }
}
body#interview-construction section.interview .interview-right,
body#interview-welfare section.interview .interview-right {
  width: 100%;
}
@media all and (min-width: 768px) {
  body#interview-construction section.interview .interview-right,
  body#interview-welfare section.interview .interview-right {
    max-width: 757px;
    padding-right: 27px;
    padding-left: 27px;
  }
}
body#interview-construction section.interview .int-prof-img,
body#interview-welfare section.interview .int-prof-img {
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-prof-img,
  body#interview-welfare section.interview .int-prof-img {
    margin-bottom: 0;
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-prof-text,
  body#interview-welfare section.interview .int-prof-text {
    padding-left: 20px;
  }
}
body#interview-construction section.interview .int-prof-position,
body#interview-welfare section.interview .int-prof-position {
  font-size: 22px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 7px;
}
body#interview-construction section.interview .int-prof-name,
body#interview-welfare section.interview .int-prof-name {
  margin-bottom: 11px;
  color: #707070;
  font-size: 28px;
  font-weight: bold;
}
body#interview-construction section.interview .int-prof-name span,
body#interview-welfare section.interview .int-prof-name span {
  font-size: 18px;
}
body#interview-construction section.interview .int-prof-school,
body#interview-welfare section.interview .int-prof-school {
  color: #707070;
  font-size: 18px;
}
body#interview-construction section.interview .int-doc-headline,
body#interview-welfare section.interview .int-doc-headline {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-doc-headline,
  body#interview-welfare section.interview .int-doc-headline {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body#interview-construction section.interview .int-doc-title,
body#interview-welfare section.interview .int-doc-title {
  font-size: 24px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-doc-title,
  body#interview-welfare section.interview .int-doc-title {
    font-size: 20px;
  }
}
body#interview-construction section.interview .int-doc-text,
body#interview-welfare section.interview .int-doc-text {
  font-size: 18px;
  line-height: 2;
  color: #707070;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-doc-text,
  body#interview-welfare section.interview .int-doc-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#interview-construction section.interview .int-doc-img,
body#interview-welfare section.interview .int-doc-img {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview .int-doc-img,
  body#interview-welfare section.interview .int-doc-img {
    margin-bottom: 30px;
  }
}
body#interview-construction section.interview.int02,
body#interview-welfare section.interview.int02 {
  margin-bottom: 104px;
}
@media all and (max-width: 767px) {
  body#interview-construction section.interview.int02,
  body#interview-welfare section.interview.int02 {
    margin-bottom: 30px;
  }
}

body#interview-welfare section.interview-lead .lead-title {
  color: #1EACA7;
}
body#interview-welfare section.profile .profile-position {
  color: #1EACA7;
}
body#interview-welfare section.interview .section-wrap {
  border-top: 5px solid #1EACA7;
}
body#interview-welfare section.interview .int-prof-position {
  color: #1EACA7;
}
body#interview-welfare section.interview .int-doc-title {
  color: #1EACA7;
}

body#job-description section.head {
  margin-bottom: 0;
}
body#job-description section.lead {
  background-image: url(assets/img/recruit/job_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 560px;
  margin-bottom: 150px;
}
@media all and (max-width: 767px) {
  body#job-description section.lead {
    height: 360px;
    margin-bottom: 60px;
  }
}
body#job-description section.lead .section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  height: 100%;
}
body#job-description section.lead .lead-title {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 73px;
}
@media all and (max-width: 767px) {
  body#job-description section.lead .lead-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
body#job-description section.lead .lead-text {
  font-size: 18px;
  line-height: 2.5;
}
@media all and (max-width: 767px) {
  body#job-description section.lead .lead-text {
    font-size: 16px;
    line-height: 2;
  }
}
body#job-description section.document {
  margin-bottom: 125px;
}
@media all and (max-width: 767px) {
  body#job-description section.document {
    margin-bottom: 40px;
  }
}
body#job-description section.document .document-title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #1E65AC;
  position: relative;
  padding-bottom: 89px;
}
@media all and (max-width: 767px) {
  body#job-description section.document .document-title {
    font-size: 22px;
    padding-bottom: 60px;
  }
}
body#job-description section.document .document-title::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #1E65AC;
  transform: rotate(45deg);
  position: absolute;
  bottom: 42px;
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  body#job-description section.document .document-title::after {
    bottom: 24px;
  }
}
body#job-description section.welfare .welfare-wrap {
  display: flex;
  flex-wrap: wrap;
}
body#job-description section.welfare .welfare-item {
  width: calc((100% - 46px) / 2);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1E65AC;
  font-size: 26px;
  font-weight: bold;
  border: 1px solid #1E65AC;
  border-radius: 4px;
  margin-bottom: 25px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#job-description section.welfare .welfare-item {
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  body#job-description section.welfare .welfare-item:nth-child(2n-1) {
    margin-right: 46px;
  }
}
body#job-description section.job .job-wrap {
  border-bottom: 2px solid #CCC;
}
body#job-description section.job .job-item {
  display: flex;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 24px;
  line-height: 2;
  border-top: 2px solid #CCC;
}
@media all and (max-width: 767px) {
  body#job-description section.job .job-item {
    display: block;
    font-size: 16px;
  }
}
body#job-description section.job .job-label {
  color: #1E65AC;
}
@media all and (min-width: 768px) {
  body#job-description section.job .job-label {
    width: 28.5%;
    padding-left: 20px;
  }
}
body#job-description section.job .job-value {
  color: #707070;
}
@media all and (min-width: 768px) {
  body#job-description section.job .job-value {
    width: 71.5%;
  }
}

body#construction section.construction .section-lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 78px;
}
@media all and (max-width: 767px) {
  body#construction section.construction .section-lead {
    font-size: 20px;
    margin-bottom: 0;
  }
}
body#construction section.construction .const-cat-wrap {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-wrap {
    flex-direction: column;
    padding-top: 30px;
  }
}
body#construction section.construction .const-cat-left {
  position: relative;
  padding-bottom: 186px;
  max-width: 350px;
  width: 100%;
}
@media all and (max-width: 991px) {
  body#construction section.construction .const-cat-left {
    max-width: calc(100% - 350px);
  }
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-left {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-left img {
    width: 90%;
  }
}
body#construction section.construction .const-cat-title {
  position: absolute;
  top: 34px;
  left: 20.8333%;
  font-size: 32px;
  letter-spacing: 0.46em;
  background-color: #FFFFFF;
  color: #1E65AC;
  font-weight: bold;
  padding: 20px 12px 10px;
}
@media all and (min-width: 768px) {
  body#construction section.construction .const-cat-title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-title {
    top: auto;
    bottom: 50px;
    right: 0;
    left: auto;
    padding: 7px 12px 10px 27px;
    font-size: 24px;
  }
}
body#construction section.construction .const-cat-right {
  padding-left: 32px;
  max-width: calc(100% - 350px);
  width: 100%;
}
@media all and (max-width: 991px) {
  body#construction section.construction .const-cat-right {
    max-width: 395px;
  }
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-right {
    max-width: 100%;
    padding-left: 0;
  }
}
body#construction section.construction .const-cat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#construction section.construction .const-cat-item {
  max-width: 350px;
  width: 100%;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-item {
    margin-bottom: 10px;
    max-width: 49%;
  }
}
body#construction section.construction .const-cat-link {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #1E65AC;
  font-weight: bold;
  font-size: 24px;
  padding: 14px 0 15px 37px;
  position: relative;
  border: 1px solid #1E65AC;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-link {
    font-size: 16px;
    padding: 10px 0 10px 19px;
  }
}
body#construction section.construction .const-cat-link::after {
  content: "";
  display: block;
  width: 87px;
  height: 7px;
  background-image: url(assets/img/index/arw_b.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat-link::after {
    width: 12px;
    right: 10px;
  }
}
body#construction section.construction .const-cat-link:hover {
  background-color: #1E65AC;
  color: #FFFFFF;
}
body#construction section.construction .const-cat01 {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat01 {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}
body#construction section.construction .const-cat02 {
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  body#construction section.construction .const-cat02 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
body#construction section.catalog {
  padding-bottom: 86px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog {
    padding-bottom: 60px;
  }
}
body#construction section.catalog .catalog-box {
  margin-top: 76px;
  background-color: #F5F5F5;
  padding-top: 51px;
  padding-bottom: 61px;
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-box {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body#construction section.catalog .catalog-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #1E65AC;
  margin-bottom: 11px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-title {
    font-size: 20px;
  }
}
body#construction section.catalog .catalog-text {
  text-align: center;
  margin-bottom: 58px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-text {
    margin-bottom: 30px;
  }
}
body#construction section.catalog .catalog-link {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-link {
    flex-direction: column;
    align-items: center;
  }
}
body#construction section.catalog .catalog-btn {
  height: 68px;
  background-color: #1E65AC;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: block;
  color: #FFFFFF;
  max-width: 400px;
  width: 100%;
  border: 1px solid #1E65AC;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  /*&::before {
  	content: "";
  	display: block;
  	width: 26px;
  	height: 26px;
  	background-image: url(assets/img/welfare/download.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  	left: 46px;
  	@include max(767) {
  		left: 23px;
  	}
  }*/
}
body#construction section.catalog .catalog-btn + .catalog-btn {
  margin-left: 50px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    font-size: 20px;
  }
  body#construction section.catalog .catalog-btn + .catalog-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
body#construction section.catalog .catalog-btn:hover {
  background-color: #FFFFFF;
  color: #1E65AC;
}
body#construction section.catalog .catalog-btn.disable {
  background-color: #CCC;
  border-color: #CCC;
  pointer-events: none;
}
body#construction section.catalog .catalog-btn.view::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(assets/img/welfare/download.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 46px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-btn.view::before {
    left: 23px;
  }
}
body#construction section.catalog .catalog-btn.download::before {
  content: "";
  display: block;
  width: 31px;
  height: 30px;
  background-image: url(assets/img/construction/icon_download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 46px;
}
@media all and (max-width: 767px) {
  body#construction section.catalog .catalog-btn.download::before {
    left: 23px;
  }
}

body.bunrui section.head {
  margin-bottom: 56px;
}
body.bunrui section.head .kv-title {
  padding-top: 33px;
  padding-bottom: 32px;
}
body.bunrui section.head .kv-title-ja {
  margin-bottom: 0;
}
body.bunrui section.itemlist .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px;
}
@media all and (max-width: 1160px) {
  body.bunrui section.itemlist .item-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}
body.bunrui section.itemlist .item-box {
  display: block;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 1160px) {
  body.bunrui section.itemlist .item-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  body.bunrui section.itemlist .item-box {
    width: 100%;
  }
}
body.bunrui section.itemlist .item-img {
  max-width: 540px;
  padding-top: 66.666%;
  position: relative;
  overflow: hidden;
}
body.bunrui section.itemlist .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
body.bunrui section.itemlist .item-title {
  color: #1E65AC;
  font-size: 24px;
  padding: 20px 22px;
  border-bottom: 2px solid #1E65AC;
  position: relative;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  body.bunrui section.itemlist .item-title {
    font-size: 18px;
  }
}
body.bunrui section.itemlist .item-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #1E65AC;
  transition: all 0.3s ease;
}
body.bunrui section.itemlist .item-box:hover .item-img.active img {
  transform: scale(1.1);
}
body.bunrui section.itemlist .item-box:hover .item-title {
  background-color: #1E65AC;
  color: #FFFFFF;
}
body.bunrui section.itemlist .item-box:hover .item-title::after {
  border-color: transparent transparent transparent #FFFFFF;
}
body.bunrui section.itemlist .item-box.notactive {
  pointer-events: none;
}
body.bunrui section.itemlist .item-box.notactive .item-title {
  color: #707070;
  border-bottom-color: #707070;
}
body.bunrui section.itemlist .item-box.notactive .item-title::after {
  border-left-color: #707070;
}

body.item section.head {
  margin-bottom: 14px;
}
body.item section.item {
  font-size: 18px;
  color: #707070;
}
@media all and (max-width: 767px) {
  body.item section.item {
    font-size: 16px;
  }
}
body.item section.item h2 {
  color: #081F36;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  border-left: 19px solid #1E65AC;
  margin-bottom: 35px;
  padding-left: 21px;
  padding-bottom: 6px;
}
@media all and (max-width: 767px) {
  body.item section.item h2 {
    font-size: 24px;
    border-left-width: 10px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
}
body.item section.item h3 {
  color: #081F36;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  border-left: 63px solid #1E65AC;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  body.item section.item h3 {
    margin-bottom: 20px;
    font-size: 20px;
    border-left-width: 30px;
  }
}
body.item section.item h4 {
  color: #081F36;
  font-size: 24px;
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  body.item section.item h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}
body.item section.item h5 {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 20px;
  color: #1E65AC;
}
@media all and (max-width: 767px) {
  body.item section.item h5 {
    font-size: 16px;
    margin-top: 20px;
  }
}
body.item section.item h5 span {
  color: #707070;
  font-weight: normal;
}
body.item section.item .item-slide {
  margin-bottom: 47px;
}
@media all and (max-width: 767px) {
  body.item section.item .item-slide {
    margin-bottom: 20px;
  }
}
body.item section.item #item-main-slider {
  margin-bottom: 24px;
}
body.item section.item .item-thumb-slide {
  margin-right: 24px;
}
@media all and (max-width: 1199px) {
  body.item section.item .item-thumb-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media all and (max-width: 767px) {
  body.item section.item .item-thumb-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media all and (max-width: 1199px) {
  body.item section.item .item-thumb-slide:not(.slick-current) {
    opacity: 0.5;
  }
}
body.item section.item p {
  line-height: 2;
  margin-bottom: 20px;
}
body.item section.item p span {
  color: #1E65AC;
}
body.item section.item table {
  width: 100%;
  margin-bottom: 37px;
}
@media all and (max-width: 767px) {
  body.item section.item table {
    margin-bottom: 20px;
  }
}
body.item section.item table th,
body.item section.item table td {
  border: 1px solid #707070;
  padding: 8px 21px 7px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body.item section.item table th,
  body.item section.item table td {
    padding: 8px 10px 7px;
    font-size: 14px;
  }
}
@media all and (max-width: 545px) {
  body.item section.item table th,
  body.item section.item table td {
    font-size: 10px;
  }
}
body.item section.item table th {
  background-color: #F5F5F5;
  font-weight: normal;
}
body.item section.item table .green {
  background-color: #A7E9A9;
}
body.item section.item table .yellow {
  background-color: #F5FB50;
}
body.item section.item table .blue {
  background-color: #D2DEFF;
}
body.item section.item table .brown {
  background-color: #DBCCB8;
}
body.item section.item table .red {
  background-color: #FFC4C4;
}
body.item section.item table .cyan {
  background-color: #BAFEF4;
}
body.item section.item table .orange {
  background-color: #FFCD75;
}
body.item section.item table .grass {
  background-color: #DBFB80;
}
body.item section.item table .black {
  background-color: #111;
  color: #DDD;
}
body.item section.item table .gray {
  background-color: #DDD;
}
body.item section.item .w10p {
  width: 10%;
}
body.item section.item .w15p {
  width: 15%;
}
body.item section.item .w20p {
  width: 20%;
}
body.item section.item .w25p {
  width: 25%;
}
body.item section.item .w30p {
  width: 30%;
}
body.item section.item .w35p {
  width: 35%;
}
body.item section.item .w40p {
  width: 40%;
}
body.item section.item .w45p {
  width: 45%;
}
body.item section.item .w50p {
  width: 50%;
}
body.item section.item .w55p {
  width: 55%;
}
body.item section.item .w60p {
  width: 60%;
}
body.item section.item .w65p {
  width: 65%;
}
body.item section.item .w70p {
  width: 70%;
}
body.item section.item .w75p {
  width: 75%;
}
body.item section.item .w80p {
  width: 80%;
}
body.item section.item .w85p {
  width: 85%;
}
body.item section.item .w90p {
  width: 90%;
}
body.item section.item .w95p {
  width: 95%;
}
body.item section.item .border {
  width: 100%;
  height: 5px;
  background-color: #CCC;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  body.item section.item .border {
    height: 3px;
  }
}
body.item section.item .item-img {
  margin-bottom: 51px;
  color: #1E65AC;
  text-align: center;
}
body.item section.item .tar {
  text-align: right;
}
@media all and (max-width: 767px) {
  body.item section.item .tar {
    text-align: left;
  }
}
body.item section.item .tal {
  text-align: left;
}
body.item section.item .tac {
  text-align: center;
}
body.item section.item .red {
  color: red;
}
body.item section.item dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  body.item section.item dl {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
body.item section.item dt,
body.item section.item dd {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
}
body.item section.item dt:nth-child(4n), body.item section.item dt:nth-child(4n-1),
body.item section.item dd:nth-child(4n),
body.item section.item dd:nth-child(4n-1) {
  background-color: #F5F5F5;
}
@media all and (min-width: 768px) {
  body.item section.item dt {
    width: 180px;
  }
}
@media all and (max-width: 767px) {
  body.item section.item dt {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  body.item section.item dd {
    width: calc(100% - 180px);
  }
}
body.item section.item .anzennetmidashi {
  display: inline-block;
  padding: 8px 18px 7px;
  background-color: #1E65AC;
  color: #FFFFFF;
  margin-bottom: 58px;
}
@media all and (max-width: 767px) {
  body.item section.item .anzennetmidashi {
    margin-bottom: 20px;
  }
}
body.item section.item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.item section.item .related-wrap {
  display: flex;
  margin-right: -37px;
  margin-left: -37px;
}
@media all and (max-width: 1204px) {
  body.item section.item .related-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media all and (max-width: 767px) {
  body.item section.item .related-wrap {
    margin-right: -5px;
    margin-left: -5px;
  }
}
body.item section.item .related-item {
  padding-right: 37px;
  padding-left: 37px;
  width: 33.333%;
}
@media all and (max-width: 1204px) {
  body.item section.item .related-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  body.item section.item .related-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
body.item section.item .related-link {
  display: block;
}
body.item section.item .related-link:hover {
  opacity: 0.6;
}
body.item section.item .related-link img {
  margin-bottom: 15px;
}
body.item section.item .related-title {
  color: #1E65AC;
}
@media all and (max-width: 767px) {
  body.item section.item .related-title {
    font-size: 12px;
  }
}
body.item section.item .related-link.notactive {
  pointer-events: none;
}
body.item section.item .related-link.notactive .related-title {
  color: #707070;
}
body.item section.item .text-indent-1 {
  padding-left: 2em;
}
body.item section.item .fwb {
  font-weight: bold;
}
body.item section.item .mb0 {
  margin-bottom: 0;
}
body.item section.item ul li {
  position: relative;
  margin-bottom: 14px;
}
body.item section.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.item section.item ul li a.comingsoon {
  pointer-events: none;
  color: #081F36 !important;
}
body.item section.item ul.box li {
  padding-left: 31px;
}
body.item section.item ul.box li::before {
  content: "■";
}
body.item section.item ul.iroha li {
  padding-left: 51px;
}
body.item section.item ul.iroha li:nth-child(1)::before {
  content: "イ）";
}
body.item section.item ul.iroha li:nth-child(2)::before {
  content: "ロ）";
}
body.item section.item ul.iroha li:nth-child(3)::before {
  content: "ハ）";
}
body.item section.item ul.iroha li:nth-child(4)::before {
  content: "ニ）";
}
body.item section.item ul.iroha li:nth-child(5)::before {
  content: "ホ）";
}
body.item section.item ul.iroha li:nth-child(6)::before {
  content: "ヘ）";
}
body.item section.item ul.iroha li:nth-child(7)::before {
  content: "ト）";
}
body.item section.item ul.num li {
  padding-left: 31px;
}
body.item section.item ul.num li:nth-child(1)::before {
  content: "1.";
}
body.item section.item ul.num li:nth-child(2)::before {
  content: "2.";
}
body.item section.item ul.num li:nth-child(3)::before {
  content: "3.";
}
body.item section.item ul.num li:nth-child(4)::before {
  content: "4.";
}
body.item section.item ul.num li:nth-child(5)::before {
  content: "5.";
}
body.item section.item ul.num li:nth-child(6)::before {
  content: "6.";
}
body.item section.item ul.num li:nth-child(7)::before {
  content: "7.";
}
body.item section.item ul.pdf li {
  padding-left: 30px;
}
body.item section.item ul.pdf li::before {
  width: 20px;
  height: 24px;
  background-image: url(assets/img/item/pdf.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.item section.item ul.pdf li a {
  color: #1E65AC;
}
body.item section.item ul.pdf li a:hover {
  color: #081F36;
}
body.item section.item .catlink-wrap {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body.item section.item .catlink-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
  }
}
body.item section.item .catlink {
  display: block;
  max-width: 450px;
  width: 100%;
  font-size: 26px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #081F36;
  margin: 0 32px;
}
@media all and (max-width: 767px) {
  body.item section.item .catlink {
    font-size: 20px;
  }
}
body.item section.item .catlink:nth-child(1) {
  color: #1E65AC;
  border-color: #1E65AC;
}
body.item section.item .catlink:nth-child(1):hover {
  color: #FFFFFF;
  background-color: #1E65AC;
}
@media all and (max-width: 767px) {
  body.item section.item .catlink:nth-child(1) {
    margin-bottom: 20px;
  }
}
body.item section.item .catlink:nth-child(2) {
  color: #1EACA7;
  border-color: #1EACA7;
}
body.item section.item .catlink:nth-child(2):hover {
  color: #FFFFFF;
  background-color: #1EACA7;
}
body.item section.item .flex {
  display: flex;
}
@media all and (max-width: 767px) {
  body.item section.item .flex {
    flex-direction: column;
  }
}
body.item section.item .jcb {
  justify-content: space-between;
}
body.item section.item .jcc {
  justify-content: center;
}
body.item section.item .fww {
  flex-wrap: wrap;
}
body.item section.item .aic {
  display: flex;
  align-items: center;
}
body.item section.item .width250 {
  width: 250px;
}
body.item section.item .item45 {
  color: #1E65AC;
  border-bottom: 1px solid;
}
@media all and (min-width: 768px) {
  body.item section.item .item08table01,
  body.item section.item .item08table02 {
    width: 47.1%;
  }
}
@media all and (max-width: 767px) {
  body.item section.item .item08table01 {
    margin-bottom: 30px;
  }
}
body.item section.item .item10img {
  width: 49%;
}
@media all and (max-width: 767px) {
  body.item section.item .item10img {
    width: 100%;
  }
}
body.item section.item .item13-flow-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -20px;
  margin-left: -20px;
}
body.item section.item .item13-flow-box {
  max-width: 398px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
body.item section.item .item13-flow-text {
  background-color: #1E65AC;
  color: #FFFFFF;
  font-size: 15px;
  padding: 7px 13px 9px;
  height: 60px;
}
body.item section.item .item18-img {
  width: 49%;
}
@media all and (max-width: 767px) {
  body.item section.item .item18-img {
    width: 100%;
  }
}
body.item section.item .item19-img {
  width: 29%;
}
@media all and (max-width: 767px) {
  body.item section.item .item19-img {
    width: 100%;
  }
}
body.item section.item .mx {
  margin-right: 22px;
  margin-left: 22px;
}
body.item section.item .mb20 {
  margin-bottom: 20px;
}
body.item section.item .item30-detail-wrap {
  display: flex;
}
@media all and (max-width: 767px) {
  body.item section.item .item30-detail-wrap {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  body.item section.item .item30-detail-left {
    width: 41%;
  }
}
@media all and (min-width: 768px) {
  body.item section.item .item30-detail-right {
    width: 59%;
    padding-left: 3.333%;
  }
}
@media all and (min-width: 768px) {
  body.item section.item .item30-detail-right h5 {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  body.item section.item .item30-detail-right h4 {
    margin-top: 0;
  }
}
body.item section.item .item30-hook {
  margin: 0 37px;
}
@media all and (max-width: 767px) {
  body.item section.item .item30-hook {
    margin: 0 0 20px;
  }
}