@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

#root, #__next {
  isolation: isolate;
} /*---------------------------
*  レスポンシブ　メディアクエリ用
----------------------------*/
.rainbow {
  background: rgb(63, 159, 209);
  background: linear-gradient(121deg, rgb(63, 159, 209) 0%, rgb(79, 192, 191) 25%, rgb(241, 195, 77) 60%, rgb(236, 133, 120) 85%, rgb(233, 87, 152) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}

.bread {
  padding: 30px 40px 10px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .bread {
    padding: 6px 10px;
    font-size: 11px;
  }
}
.bread .bread-list {
  padding: 0 10px;
}
@media screen and (max-width: 428px) {
  .bread .bread-list {
    padding: 0 4px;
  }
}

.button-right, .button-border {
  display: block;
  position: relative;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .button-right, .button-border {
    font-size: 10px;
  }
}
.button-right::before, .button-border::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0, 117, 194);
}
@media screen and (max-width: 1024px) {
  .button-right::before, .button-border::before {
    width: 22px;
    height: 22px;
  }
}
.button-right::after, .button-border::after {
  position: absolute;
  content: "";
  top: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .button-right::after, .button-border::after {
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
  }
}
.button-right:hover.button-right::before, .button-right:hover.button-border::before, .button-border:hover.button-right::before, .button-border:hover.button-border::before {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button-right:hover.button-right::before, .button-right:hover.button-border::before, .button-border:hover.button-right::before, .button-border:hover.button-border::before {
    opacity: 1;
    transition: unset;
  }
}

.button-right {
  position: absolute;
  right: 0;
  top: 38px;
  min-width: 98px;
}
@media screen and (max-width: 1024px) {
  .button-right {
    top: 24px;
    min-width: 70px;
  }
}
.button-right::before {
  left: -38px;
  top: 6px;
}
@media screen and (max-width: 1024px) {
  .button-right::before {
    left: -28px;
    top: 8px;
  }
}
.button-right::after {
  left: -32px;
}
@media screen and (max-width: 1024px) {
  .button-right::after {
    left: -22px;
  }
}

.button-border {
  border: 1px solid rgb(0, 117, 194);
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .button-border {
    font-size: 10px;
  }
}
.button-border a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 42px 10px 30px;
}
@media screen and (max-width: 428px) {
  .button-border a {
    padding: 8px 30px 8px 10px;
  }
}
.button-border a:hover {
  padding: 10px 34px 10px 38px;
}
@media screen and (max-width: 1024px) {
  .button-border a:hover {
    padding: 10px 42px 10px 30px;
  }
}
@media screen and (max-width: 428px) {
  .button-border a:hover {
    padding: 8px 30px 8px 10px;
  }
}
.button-border::before {
  right: 10px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .button-border::before {
    right: 10px;
    top: calc(50% - 12px);
  }
}
@media screen and (max-width: 428px) {
  .button-border::before {
    right: 6px;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.button-border::after {
  top: 13px;
  right: 19px;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
}
@media screen and (max-width: 428px) {
  .button-border::after {
    top: 10px;
    right: 14px;
    width: 7px;
    height: 7px;
  }
}
.button-border:hover {
  transition: 0.7s;
  background-color: rgb(0, 117, 194);
}
@media screen and (max-width: 768px) {
  .button-border:hover {
    transform: unset;
    background-color: #fff;
  }
}
.button-border:hover a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .button-border:hover a {
    color: #000;
  }
}
.button-border:hover::before, .button-border:hover::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .button-border:hover::before, .button-border:hover::after {
    display: block;
  }
}

.img-link,.img-link2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.img-link::after,.img-link2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(180, 180, 180);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  transition: all 0.3s ease-out;
}
.img-link p,.img-link2 p {
  z-index: 1;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 428px) {
  .img-link p,.img-link2 p {
    font-size: 22px;
  }
}
.img-link span,.img-link2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 428px) {
  .img-link span,.img-link2 span {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
}

.img-link:hover,.img-link2:hover {
  opacity: unset;
  color: #fff;
}
.img-link:hover::after,.img-link2:hover::after {
  transition: 0.6s;
  transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  .img-link:hover::after,.img-link2:hover::after {
    transform: unset;
  }
}

.header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 60px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 428px) {
  .header {
    width: 100%;
  }
}
.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .header--inner {
    padding: 0 4px 0 14px;
  }
}
.header--logo {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 428px) {
  .header--logo {
    width: 140px;
  }
}
.header--nav {
  position: static;
}
@media screen and (max-width: 1024px) {
  .header--nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #0075c2;
    transition: ease 0.4s;
    overflow: auto;
  }
  .header--nav a {
    display: block;
    color: #fff;
    padding: 20px 0;
  }
  .header--nav a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 428px) {
  .header--nav {
    left: 0;
    width: 100%;
  }
}
.header--nav .nav-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    display: block;
    padding: 20px 0 20px 60px;
  }
}
.header--nav .nav-items--item {
  padding: 0 16px;
  line-height: 1;
  border-right: 1px solid #000;
  font-size: 14px;
  position: relative;
  /*hoverしたら表示*/
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item {
    border-right: none;
    padding: 0 0 0 24px;
  }
}
.header--nav .nav-items--item::after {
  position: absolute;
  bottom: -14px;
  left: 8px;
  content: "";
  width: 90%;
  height: 1px;
  background: #0075c2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  padding: 0 6px;
}
.header--nav .nav-items--item:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item:hover::after {
    display: none;
  }
}
.header--nav .nav-items--item--icon {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item--icon {
    margin: 0 auto;
  }
}
.header--nav .nav-items--item:nth-last-of-type(1), .header--nav .nav-items--item:nth-last-of-type(2) {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item:nth-last-of-type(1), .header--nav .nav-items--item:nth-last-of-type(2) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item:nth-last-of-type(1) {
    margin-top: 20px;
  }
}
.header--nav .nav-items--item.has-child {
  position: relative;
}
.header--nav .nav-items--item.has-child ul {
  position: absolute;
  left: calc(50% - 100px);
  top: 28px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.97);
  width: 200px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul {
    background-color: unset;
    text-align: left;
  }
}
.header--nav .nav-items--item.has-child ul li {
  padding: 14px 0;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul li {
    padding: 0;
    font-size: 13px;
  }
}
.header--nav .nav-items--item.has-child ul li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul li a {
    padding: 14px 0 14px 30px;
  }
}
.header--nav .nav-items--item.has-child ul li a::after {
  display: none;
}
.header--nav .nav-items--item.has-child ul li.has-child li:first-of-type {
  padding-top: 6px;
}
.header--nav .nav-items--item.has-child ul li:first-of-type {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul li:first-of-type {
    padding-top: 0;
  }
}
.header--nav .nav-items--item.has-child ul li:last-of-type {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul li:last-of-type {
    padding-bottom: 0;
  }
}
.header--nav .nav-items--item.has-child ul ul {
  left: 0;
  top: 180px;
}
.header--nav .nav-items--item.has-child ul ul li {
  position: relative;
  padding-left: 60px;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul ul li {
    padding-left: 30px;
  }
}
.header--nav .nav-items--item.has-child ul ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 40px;
  top: 18px;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul ul li::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.header--nav .nav-items--item.has-child ul ul li:first-of-type::before {
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul ul li:first-of-type::before {
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header--nav .nav-items--item.has-child ul,
.header--nav .nav-items--item.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
}
.header--nav .nav-items--item.has-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 15px;
  border-top: 1px solid #fff;
}
.header--nav .nav-items--item.has-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: unset;
  width: unset;
  top: 27px;
  width: 15px;
  border-top: 1px solid #fff;
  background: unset;
  transform: rotate(90deg);
  padding: 0;
  display: inline-block;
}
.header--nav .nav-items--item.has-child.active {
  position: relative;
}
.header--nav .nav-items--item.has-child.active a {
  display: block;
}
.header--nav .nav-items--item.has-child.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 15px;
  border-top: 1px solid #fff;
}
.header--nav .nav-items--item.has-child.active::after {
  transform: rotate(0deg);
}
.header--nav .nav-items--item.has-child:hover > ul, .header--nav .nav-items--item.has-child ul li:hover > ul, .header--nav .nav-items--item.has-child:active > ul, .header--nav .nav-items--item.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.header--nav .nav-items--item ul {
  display: block;
}
.header--nav .nav-items--item:last-of-type::after {
  display: none;
}
.header--nav .nav-items .nav-items--item.search {
  position: relative;
}
.header--nav .nav-items .search-btn {
  float: right;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  opacity: unset;
}
.header--nav .nav-items .search-box:hover > .search-txt {
  width: 240px;
}
.header--nav .nav-items .search-box:hover > .search-btn {
  background: rgba(0, 117, 194, 0.3);
  border-radius: 50%;
}
.header--nav .nav-items .search-txt {
  position: absolute;
  right: 0;
  bottom: -40px;
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  border-bottom: 2px solid rgba(0, 117, 194, 0.3);
  font-size: 14px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
}
.header--nav.active {
  transform: translateX(0);
}
.header--hamburger {
  width: 48px;
  height: 100%;
}
.header--hamburger span {
  width: 100%;
  height: 3px;
  background-color: #0075c2;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
.header--hamburger span:nth-child(1) {
  top: 0;
}
.header--hamburger span:nth-child(2) {
  margin: 7px 0;
}
.header--hamburger span:nth-child(3) {
  top: 0;
}
.header--hamburger.active span {
  background-color: #fff;
}
.header--hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.header--hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header--hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
}
.header #wrap-site-search {
  border-bottom: 1px solid #0075c2;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .header #wrap-site-search {
    border-bottom: 1px solid #fff;
  }
}
.header #wrap-site-search input {
  border: none;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .header #wrap-site-search input {
    background-color: rgba(0, 117, 194, 0.3);
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header #wrap-site-search ::placeholder {
    color: #fff;
  }
}

.footer {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0075c2;
  text-align: center;
  padding: 30px 0 20px;
  color: #fff;
  margin-top: 60px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  opacity: 0.6;
  transition: 0.5s;
}
.footer .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.footer .sns-list li:first-of-type {
  margin-right: 20px;
}
.footer .sns-list .sns-icon {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 428px) {
  .footer .sns-list .sns-icon {
    width: 40px;
    height: 40px;
  }
}
.footer--menu {
  display: flex;
  justify-content: space-between;
  width: 460px;
  font-size: 12px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 428px) {
  .footer--menu {
    width: 100%;
    font-size: 10px;
    padding: 0 14px;
  }
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: rgba(0, 117, 194, 0.3);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

body {
  box-sizing: border-box;
  height: auto;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  overflow-x: hidden;
  width: 1280px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media screen and (max-width: 428px) {
  body {
    font-size: 14px;
  }
}

main {
  margin-top: 60px;
  flex: 1;
}

.content-inner {
  width: 930px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .content-inner {
    padding: 0 30px;
  }
}
@media (orientation: landscape) {
  .content-inner {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #0075c2;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover {
    color: #000;
    transition: unset;
  }
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

small {
  display: block;
  text-align: center;
}
@media screen and (max-width: 428px) {
  small {
    font-size: 10px;
  }
}

.paragraph {
  margin-bottom: 30px;
}
.paragraph--s {
  margin-bottom: 14px;
}

.tNotes-box--center {
  display: flex;
  justify-content: center;
}

.tNotes {
  font-size: 10px;
  margin-top: 10px;
}
.tNotes--center {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  .mt40 {
    margin-top: 30px;
  }
}

.is-hide--sp {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .is-hide--sp {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .is-hide--sp {
    display: none;
  }
}

.is-hide--tab {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .is-hide--tab {
    display: none;
  }
}

.is-hide--pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-hide--pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-hide--pc {
    display: inline-block;
  }
}
.is-hide--pc--view_tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-hide--pc--view_tab {
    display: inline-block;
  }
}

#front-page {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #front-page {
    font-size: 14px;
  }
}
#front-page .content-inner {
  width: 1280px;
  max-width: 100%;
}
#front-page .lead-area {
  margin-top: 0;
}
#front-page .business-area h2 {
  font-size: 88px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #front-page .business-area h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 428px) {
  #front-page .business-area h2 {
    font-size: 32px;
    margin-top: 20px;
  }
}
#front-page .business-area .lead-text {
  font-size: 24px;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .lead-text {
    font-size: 14px;
  }
}
#front-page .business-area .business-list .business-list--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item {
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
  }
}
#front-page .business-area .business-list .business-list--item .img-link {
  width: 56%;
  aspect-ratio: 16/6;
  height: 248px;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item .img-link {
    width: 100%;
    height: 118px;
  }
}
#front-page .business-area .business-list .business-list--item .img-link::after {
  background: linear-gradient(45deg, rgba(0, 117, 194, 0), rgba(0, 117, 194, 0)), url(../images/img-index-business-01.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item .img-link:hover::after {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 428px) and (max-width: 768px) {
  #front-page .business-area .business-list .business-list--item .img-link:hover::after {
    transform: unset;
  }
}
#front-page .business-area .business-list .business-list--item:nth-of-type(2) .img-link::after {
  background: linear-gradient(45deg, rgba(0, 117, 194, 0), rgba(0, 117, 194, 0)), url(../images/img-index-business-02.png) center;
  background-size: cover;
}
#front-page .business-area .business-list .business-list--item:nth-of-type(3) .img-link::after {
  background: linear-gradient(45deg, rgba(0, 117, 194, 0), rgba(0, 117, 194, 0)), url(../images/img-index-business-03.png) center;
  background-size: cover;
}
#front-page .business-area .business-list .business-list--item img {
  width: 56%;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item img {
    width: 100%;
  }
}
#front-page .business-area .business-list .business-list--item .business-item-text {
  position: relative;
  width: calc(44% - 10px);
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item .business-item-text {
    width: 100%;
  }
}
#front-page .business-area .business-list .business-list--item .business-item-text h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(0, 117, 194);
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #front-page .business-area .business-list .business-list--item .business-item-text h3 {
    font-size: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #front-page .business-area .business-list .business-list--item .business-item-text h3 .business-item-ttl-main {
    font-size: 22px;
    line-height: 0.1;
  }
}
#front-page .business-area .business-list .business-list--item .business-item-text h3 .business-item-ttl-sub {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #front-page .business-area .business-list .business-list--item .business-item-text h3 .business-item-ttl-sub {
    font-size: 14px;
  }
}
#front-page .business-area .business-list .business-list--item .business-item-text p {
  width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item .business-item-text p {
    width: 100%;
    line-height: 1.6;
    padding-right: 0;
  }
}
@media screen and (max-width: 428px) {
  #front-page .business-area .business-list .business-list--item:nth-of-type(2) .business-item-text {
    order: 2;
  }
}
#front-page .business-area .business-list .business-list--item:nth-of-type(3) {
  position: relative;
  padding-top: 40px;
}
#front-page .business-area .business-list .business-list--item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #0075c2, #0075c2 2px, transparent 2px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  top: 0;
  height: 1px;
  width: 100%;
}
#front-page .index-menu-area {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
#front-page .index-menu-area .index-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#front-page .index-menu-area .index-menu--item {
  position: relative;
  width: calc(33.33333% - 6px);
  height: 400px;
  margin-bottom: 8px;
  overflow: hidden;
}
#front-page .index-menu-area .index-menu--item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/img-index-menu-01.png");
  background-size: cover;
  background-position: center top;
  transition: all 0.3s ease-out;
}
#front-page .index-menu-area .index-menu--item:hover:after {
  transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  #front-page .index-menu-area .index-menu--item:hover:after {
    transform: unset;
  }
}
#front-page .index-menu-area .index-menu--item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
}
#front-page .index-menu-area .index-menu--item a:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #front-page .index-menu-area .index-menu--item {
    height: 240px;
  }
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    padding: 24px 0;
    background-image: url("../images/sp/img-index-menu-01.png");
  }
}
#front-page .index-menu-area .index-menu--item:nth-last-of-type(1), #front-page .index-menu-area .index-menu--item:nth-last-of-type(2) {
  width: calc(50% - 4px);
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item:nth-last-of-type(1), #front-page .index-menu-area .index-menu--item:nth-last-of-type(2) {
    width: 100%;
  }
}
#front-page .index-menu-area .index-menu--item:nth-of-type(2):after {
  background-image: url("../images/img-index-menu-02.png");
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item:nth-of-type(2):after {
    background-image: url("../images/sp/img-index-menu-02.png");
  }
}
#front-page .index-menu-area .index-menu--item:nth-of-type(3):after {
  background-image: url("../images/img-index-menu-03.png");
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item:nth-of-type(3):after {
    background-image: url("../images/sp/img-index-menu-03.png");
  }
}
#front-page .index-menu-area .index-menu--item:nth-of-type(4):after {
  background-image: url("../images/img-index-menu-04.png");
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item:nth-of-type(4):after {
    background-image: url("../images/sp/img-index-menu-04.png");
  }
}
#front-page .index-menu-area .index-menu--item:nth-of-type(5):after {
  background-image: url("../images/img-index-menu-05.png");
}
@media screen and (max-width: 428px) {
  #front-page .index-menu-area .index-menu--item:nth-of-type(5):after {
    background-image: url("../images/sp/img-index-menu-05.png");
  }
}
#front-page .index-menu-area .index-menu--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#front-page .index-menu-area .index-menu--item .index-menu--ttl {
  text-align: center;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #front-page .index-menu-area .index-menu--item .index-menu--ttl {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  #front-page .index-menu-area .index-menu--item .index-menu--ttl {
    font-size: 22px;
  }
}
#front-page .index-menu-area .index-menu--item .index-menu--ttl span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #front-page .index-menu-area .index-menu--item .index-menu--ttl span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #front-page .index-menu-area .index-menu--item .index-menu--ttl span {
    font-size: 12px;
  }
}
#front-page .news-area .content-ttl,
#front-page .pickup-area .content-ttl {
  font-size: 44px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .content-ttl,
#front-page .pickup-area .content-ttl {
    font-size: 30px;
    margin-bottom: 4px;
  }
}
#front-page .news-area .content-ttl--sub,
#front-page .pickup-area .content-ttl--sub {
  font-size: 22px;
  font-weight: 600;
  margin-left: 4px;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .content-ttl--sub,
#front-page .pickup-area .content-ttl--sub {
    font-size: 14px;
  }
}
#front-page .news-area {
  position: relative;
}
@media screen and (max-width: 428px) {
  #front-page .news-area {
    margin-bottom: 80px;
  }
}
#front-page .news-area .news-list .news-list--item {
  border-top: 1px solid #bbb;
  padding: 16px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .news-list .news-list--item {
    flex-wrap: wrap;
    padding: 14px 0;
  }
}
#front-page .news-area .news-list .news-list--item:last-of-type {
  border-bottom: 1px solid #bbb;
}
#front-page .news-area .news-list .news-list--item .news-date {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: 700;
  min-width: 100px;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .news-list .news-list--item .news-date {
    font-size: 12px;
    min-width: 70px;
  }
}
#front-page .news-area .news-list .news-list--item .news-icon {
  background-color: #0075c2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  margin: 0 20px;
  min-width: 135px;
  line-height: 1.8;
  border-radius: 18px;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .news-list .news-list--item .news-icon {
    font-size: 12px;
    min-width: 100px;
    margin: 0 10px;
  }
}
#front-page .news-area .news-list .news-list--item.cat-0 .news-icon,#front-page .news-area .news-list .news-list--item.notice .news-icon {
  background-color: #0075c2;
}
#front-page .news-area .news-list .news-list--item.cat-1 .news-icon,#front-page .news-area .news-list .news-list--item.employment .news-icon {
  background-color: #f29600;
}
#front-page .news-area .news-list .news-list--item.cat-3 .news-icon {
  background-color: #b9c27d;
}
@media screen and (max-width: 428px) {
  #front-page .news-area .news-list .news-list--item .news-text {
    width: 100%;
    line-height: 1.6;
  }
}
#front-page .news-area .button-right {
  margin-top: 20px;
  top: unset;
  bottom: -60px;
}
#front-page .pickup-area .banner-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #bbb;
  padding: 40px 0;
	/*20230424アップ*/
	padding: 40px 2%;
	justify-content: space-between;
}
@media screen and (min-width: 429px){
  #front-page .pickup-area .banner-list {
	row-gap:30px;
	flex-wrap: wrap;
  }
}
@media screen and (max-width: 428px) {
  #front-page .pickup-area .banner-list {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0;
  }
}
#front-page .pickup-area .banner-list .banner-item {
  width: 240px;
  height: 96px;
  border: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  #front-page .pickup-area .banner-list .banner-item {
    width: 160px;
    height: 68px;
  }
}
@media screen and (max-width: 428px) {
  #front-page .pickup-area .banner-list .banner-item {
    width: 146px;
    height: 62px;
  }
  #front-page .pickup-area .banner-list .banner-item:nth-of-type(1), #front-page .pickup-area .banner-list .banner-item:nth-of-type(2), #front-page .pickup-area .banner-list .banner-item:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
#front-page .pickup-area .banner-list .banner-item .img-link {
  width: 240px;
  height: 96px;
}
@media screen and (max-width: 768px) {
  #front-page .pickup-area .banner-list .banner-item .img-link {
    width: 160px;
    height: 68px;
  }
}
@media screen and (max-width: 428px) {
  #front-page .pickup-area .banner-list .banner-item .img-link {
    width: 146px;
    height: 62px;
  }
}
#front-page .pickup-area .banner-list .banner-item .img-link:hover::after {
  transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  #front-page .pickup-area .banner-list .banner-item .img-link:hover::after {
    transform: unset;
  }
}
#front-page .pickup-area .banner-list .banner-item:nth-of-type(1) .img-link::after {
  background: url(../images/img-index-banner-06.png) center;
  background-size: cover;
}
#front-page .pickup-area .banner-list .banner-item:nth-of-type(2) .img-link::after {
  background: url(../images/img-index-banner-02.png) center;
  background-size: cover;
}
#front-page .pickup-area .banner-list .banner-item:nth-of-type(3) .img-link::after {
  background: url(../images/img-index-banner-03.png) center;
  background-size: cover;
}
#front-page .pickup-area .banner-list .banner-item:nth-of-type(4) .img-link::after {
  background: url(../images/img-index-banner-04.png) center;
  background-size: cover;
}
/*20230424アップ*/
#front-page .pickup-area .banner-list .banner-item:nth-of-type(5) .img-link::after {
    background: url(../images/img-index-banner-05.png) center;
    background-size: cover;
}

.kv-area {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img-saiyou-kan-kv.jpg) center;
  background-size: cover;
  height: 150px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .kv-area {
    background: url(../images/sp/img-saiyou-kan-kv-sp.jpg) center;
    background-size: cover;
    height: 130px;
    margin-bottom: 20px;
  }
}
.kv-area h2 {
  font-size: 44px;
  line-height: 32px;
  letter-spacing: 0.16em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 428px) {
  .kv-area h2 {
    font-size: 22px;
    line-height: 1;
  }
}
.kv-area h2 span {
  display: block;
  margin-top: 20px;
  line-height: 1;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 428px) {
  .kv-area h2 span {
    margin-top: 14px;
    font-size: 12px;
  }
}
.kv-area a {
  position: absolute;
  bottom: 30px;
  right: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 30px;
}
@media screen and (max-width: 428px) {
  .kv-area a {
    right: calc(50% - 41px);
    font-size: 10px;
    padding: 2px 14px;
    bottom: 24px;
  }
}

section {
  padding-top: 60px;
  margin-top: -60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 428px) {
  section {
    margin-bottom: 30px;
  }
}
section .section-title {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0075c2;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  padding: 10px 0;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.recruit-top section .section-title {
  background: linear-gradient(121deg, rgb(63, 159, 209) 0%, rgb(79, 192, 191) 25%, rgb(241, 195, 77) 60%, rgb(236, 133, 120) 85%, rgb(233, 87, 152) 100%);
}
@media screen and (max-width: 428px) {
  section .section-title {
    font-size: 18px;
    padding: 4px 0;
  }
}
section .section-title--en {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #0075c2;
  letter-spacing: 0.14em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  section .section-title--en {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
section .section-title--sub {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #0075c2;
  letter-spacing: 0.14em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  section .section-title--sub {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
section .section-lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  section .section-lead {
    text-align: left;
    margin-bottom: 20px;
  }
}
section .section-lead-title {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section .section-lead-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 428px) {
  section .section-lead-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 4px;
  padding: 0 20px;
}
h5::before {
  position: absolute;
  content: "〈";
  left: 0;
}
h5::after {
  position: absolute;
  content: "〉";
  right: 0;
}

@media screen and (max-width: 428px) {
  .lead-area {
    margin-bottom: 20px;
  }
}
.lead-area h2 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .lead-area h2 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.lead-area h2 span {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .lead-area h2 span {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.recruit-top .lead-area h2 strong{font-weight: normal;}

.lead-area--menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  .lead-area--menu {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px -20px 0;
  }
}
.lead-area--menu .menu-item {
  position: relative;
  padding: 8px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lead-area--menu .menu-item {
    padding: 6px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .lead-area--menu .menu-item {
    text-align: center;
    font-size: 12px;
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .lead-area--menu .menu-item:nth-of-type(1)::before, .lead-area--menu .menu-item:nth-of-type(4)::before {
    border-left: none;
  }
}
@media (orientation: landscape) {
  .lead-area--menu .menu-item {
    padding: 6px 12px;
  }
}
.lead-area--menu .menu-item::before {
  position: absolute;
  content: "";
  height: 100%;
  border-left: 1px solid #0075c2;
  left: 0;
  top: 0;
}
.lead-area--menu .menu-item:last-of-type::after {
  position: absolute;
  content: "";
  height: 100%;
  border-right: 1px solid #0075c2;
  right: 0;
  top: 0;
}
@media screen and (max-width: 428px) {
  .lead-area--menu .menu-item:last-of-type::after {
    display: none;
  }
}
.lead-area--menu .menu-item a {
  position: relative;
  display: inline-block;
}
.lead-area--menu .menu-item a::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0075c2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.lead-area--menu .menu-item a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .lead-area--menu .menu-item a:hover::after {
    display: none;
  }
}
.lead-area--menu .button-border {
  font-size: 16px;
  letter-spacing: 1em;
}
@media screen and (max-width: 768px) {
  .lead-area--menu .button-border {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .lead-area--menu .button-border {
    font-size: 12px;
    width: 33.3333%;
    margin-bottom: 10px;
  }
}

.contents-area .business-list .business-item,
.contents-area .sdgs-list .sdgs-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contents-area .sdgs-list .sdgs-item ol {
  margin: 1em 0;
  padding: 0;
}
.contents-area .sdgs-list .sdgs-item li:before {
  content: "■";
  color: #0075c2;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .business-item,
  .contents-area .sdgs-list .sdgs-item {
    flex-wrap: wrap;
  }
}
.contents-area .business-list .business-item--img, .contents-area .business-list .business-item--imgbox,
.contents-area .sdgs-list .sdgs-item--img, .contents-area .sdgs-list .sdgs-item--imgbox {
  width: 465px;
  max-width: 55%;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .contents-area .business-list .business-item--img, .contents-area .business-list .business-item--imgbox,
  .contents-area .sdgs-list .sdgs-item--img, .contents-area .sdgs-list .sdgs-item--imgbox {
      min-width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .business-item--img, .contents-area .business-list .business-item--imgbox,
  .contents-area .sdgs-list .sdgs-item--img, .contents-area .sdgs-list .sdgs-item--imgbox {
      width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .business-item--img,
  .contents-area .sdgs-list .sdgs-item--img {
    order: 1;
    margin-top: 20px;
  }
}
.contents-area .business-list .business-item--text,
.contents-area .sdgs-list .sdgs-item--text {
  width: 405px;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .contents-area .business-list .business-item--text,
  .contents-area .sdgs-list .sdgs-item--text {
    max-width: 55%;
  }
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .business-item--text,
  .contents-area .sdgs-list .sdgs-item--text {
    width: 100%;
    max-width: 100%;
  }
}
.contents-area .business-list .business-item--imgbox--img,
.contents-area .sdgs-list .sdgs-item--imgbox--img {
  width: 100%;
  margin-bottom: 30px;
}
.contents-area .business-list .business-item--title .business-item--img,
.contents-area .sdgs-list .sdgs-item--title .sdgs-item--img {
  order: 0;
}
.contents-area .business-list .is-hide--sp.business-item-pc {
  display: block;
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .is-hide--sp.business-item-pc {
    display: none;
  }
}
@media (orientation: landscape) {
  .contents-area .business-list .is-hide--pc.business-item-sp {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .is-hide--pc.business-item-sp h5 {
    margin-top: 0;
  }
}
@media screen and (max-width: 428px) {
  .contents-area .business-list .is-hide--pc .business-item--img {
    order: unset;
  }
}
/*BOF 20240620*/
.recruit.recruit-top .kv-area {
    background: url(../images/img-saiyou-kv-01.jpg) top;
	background-size: cover;
	height: 340px;
}
@media screen and (max-width: 428px) {
    .recruit.recruit-top .kv-area {
        background: url(../images/sp/img-saiyou-kv-sp-01.jpg) center top;
        background-size: cover;
    }
}
/*EOF*/
@media screen and (max-width: 428px) {
  .recruit .kv-area h2 {
    margin-bottom: 40px;
  }
}
.recruit .message-area .message-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 428px) {
  .recruit .message-area .message-box {
    flex-wrap: wrap;
  }
}
.recruit .message-area .message-box--text {
  width: calc(100% - 360px - 20px);
}
@media screen and (max-width: 428px) {
  .recruit .message-area .message-box--text {
    width: 100%;
    order: 1;
  }
}
.recruit .message-area .message-box--text .signature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.recruit .message-area .message-box--text .signature img {
  width: 160px;
  margin-left: 20px;
}
.recruit .message-area .message-box--img {
  width: 360px;
}
@media screen and (max-width: 428px) {
  .recruit .message-area .message-box--img {
    order: 0;
    margin-bottom: 30px;
  }
}
.recruit .about-area .about-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .about-area .about-list li {
  width: calc(33.3333% - 10px);
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  .recruit .about-area .about-list li {
    width: calc(50% - 10px);
  }
}
.recruit .staff-area .staff-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .staff-area .staff-list li {
  width: calc(33.3333% - 10px);
  margin-bottom: 10px;
  height: 270px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list li {
    width: calc(50% - 10px);
    height: 148px;
  }
}
.recruit .staff-area .staff-list li a.img-link {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url(../images/img-saiyou-staff-01.jpg) center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  border-radius: 21px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list li a.img-link {
    border-radius: 12px;
  }
}
.recruit .staff-area .staff-list li a.img-link p {
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .recruit .staff-area .staff-list li a.img-link p {
    font-size: 20px;
  }
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list li a.img-link p {
    font-size: 14px;
    padding-top: 90px;
  }
}
.recruit .staff-area .staff-list li a.img-link p span {
  font-size: 11px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list li a.img-link p span {
    font-size: 10px;
  }
}
.recruit .staff-area .staff-list li a.img-link::after {
  border-radius: 21px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list li a.img-link::after {
    border-radius: 12px;
  }
}
.recruit .staff-area .staff-list li a.img-link:hover::after {
  transform: unset;
  background-color: rgba(180, 180, 180, 0);
}
@media screen and (max-width: 768px) {
  .recruit .staff-area .staff-list li a.img-link:hover::after {
    background-color: rgb(180, 180, 180);
  }
}
.recruit .staff-area .staff-list li:nth-of-type(2) a.img-link {
  background: url(../images/img-saiyou-staff-02.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list li:nth-of-type(3) a.img-link {
  background: url(../images/img-saiyou-staff-03.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list li:nth-of-type(4) a.img-link {
  background: url(../images/img-saiyou-staff-04.png) center;
  background-size: cover;
}
.recruit .staff-area .staff-list li:nth-of-type(5) a.img-link {
  background: url(../images/img-saiyou-staff-05.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list li:nth-of-type(6) a.img-link {
  background: url(../images/img-saiyou-staff-06.jpg) center;
  background-size: cover;
}
/*BOF 20240620*/
.recruit .staff-area .staff-list8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .staff-area .staff-list8 li {
  width: calc(25.3333% - 10px);
  margin-bottom: 10px;
  height: 216px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list8 li {
    width: calc(50% - 5px);
    height: 148px;
  }
}
.recruit .staff-area .staff-list8 li a.img-link {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url(../images/img-saiyou-staff-01-01.jpg) center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  border-radius: 21px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list8 li a.img-link {
    border-radius: 12px;
  }
}
.recruit .staff-area .staff-list8 li a.img-link p {
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .recruit .staff-area .staff-list8 li a.img-link p {
    font-size: 20px;
  }
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list8 li a.img-link p {
    font-size: 14px;
    padding-top: 90px;
  }
}
.recruit .staff-area .staff-list8 li a.img-link p span {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.recruit .staff-area .staff-list8 li a.img-link::after {
  border-radius: 21px;
}
@media screen and (max-width: 428px) {
  .recruit .staff-area .staff-list8 li a.img-link::after {
    border-radius: 12px;
  }
}
.recruit .staff-area .staff-list8 li a.img-link:hover::after {
  transform: unset;
  background-color: rgba(180, 180, 180, 0);
}
@media screen and (max-width: 768px) {
  .recruit .staff-area .staff-list8 li a.img-link:hover::after {
    background-color: rgb(180, 180, 180);
  }
}
.recruit .staff-area .staff-list8 li:nth-of-type(2) a.img-link {
  background: url(../images/img-saiyou-staff-02-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(3) a.img-link {
  background: url(../images/img-saiyou-staff-03-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(4) a.img-link {
  background: url(../images/img-saiyou-staff-04-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(5) a.img-link {
  background: url(../images/img-saiyou-staff-05-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(6) a.img-link {
  background: url(../images/img-saiyou-staff-06-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(7) a.img-link {
  background: url(../images/img-saiyou-staff-07-01.jpg) center;
  background-size: cover;
}
.recruit .staff-area .staff-list8 li:nth-of-type(8) a.img-link {
  background: url(../images/img-saiyou-staff-08-01.jpg) center;
  background-size: cover;
}
/*EOF*/
.recruit .business-area {
  margin-top: 24px;
}
@media screen and (max-width: 428px) {
  .recruit .business-area {
    margin-top: -24px;
  }
}
.recruit .business-area .business-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  .recruit .business-area .business-list {
    flex-wrap: wrap;
  }
}
.recruit .business-area .business-list .business-item {
  position: relative;
  width: 33.3333%;
  padding: 0 38px;
}
@media screen and (max-width: 768px) {
  .recruit .business-area .business-list .business-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 428px) {
  .recruit .business-area .business-list .business-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.recruit .business-area .business-list .business-item--title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit .business-area .business-list .business-item--title {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .recruit .business-area .business-list .business-item--title {
    position: relative;
    width: 100%;
    order: 1;
    font-size: 16px;
  }
  .recruit .business-area .business-list .business-item--title::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 66%;
    left: 17%;
    height: 114%;
    z-index: -1;
  }
  .recruit .business-area .business-list .business-item--title::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #0075c2, #0075c2 2px, transparent 2px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    top: 13px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: -2;
  }
}
.recruit .business-area .business-list .business-item--img {
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 428px) {
  .recruit .business-area .business-list .business-item--img {
    width: 100%;
    order: 0;
    margin-top: 20px;
  }
}
.recruit .business-area .business-list .business-item--text {
  line-height: 1.7;
  width: 100%;
  order: 2;
}
.recruit .employee-area .employee-kv {
  position: relative;
  background-image: url(../images/img-saiyou-kan-staff-00-02.jpg);
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 359px;
}
@media screen and (max-width: 768px) {
  .recruit .employee-area .employee-kv {
    height: 292px;
  }
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-kv {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/sp/img-saiyou-kan-staff-00-02-sp.jpg);
    background-size: cover;
    border-radius: unset;
    height: 256px;
  }
}
.recruit .employee-area .employee-kv .employee-kv--message {
  position: absolute;
	top: 170px;
	right: unset;
	left: 50px;
}
@media screen and (max-width: 768px) {
  .recruit .employee-area .employee-kv .employee-kv--message {
	top: unset;
	right: unset;
	left: 20px;
  }
}
@media screen and (max-width: 630px) {
  .recruit .employee-area .employee-kv .employee-kv--message {
    top: unset;
    right: unset;
    bottom: 5px;
    left: 30px;
  }
}
@media (orientation: landscape) and (max-width: 428px) {
  .recruit .employee-area .employee-kv .employee-kv--message {
    top: unset;
    bottom: 10px;
  }
}
.recruit .employee-area .employee-kv .employee-kv--message .employee-main-massage {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media screen and (max-width: 630px) {
  .recruit .employee-area .employee-kv .employee-kv--message .employee-main-massage {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (orientation: landscape) and (max-width: 428px) {
  .recruit .employee-area .employee-kv .employee-kv--message .employee-main-massage {
    font-size: 24px;
  }
}
.recruit .employee-area .employee-kv .employee-kv--message .employee-main-massage span {
  background-color: #fff;
  padding: 4px 8px;
}
.recruit .employee-area .employee-kv .employee-kv--message .employee-profile {
  display: table;
  font-size: 12px;
  font-weight: 500;
  padding-top: 8px !important;
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-kv .employee-kv--message .employee-profile {
    font-size: 10px;
    padding-top: 6px !important;
  }
}
.recruit .employee-area .employee-faq {
  max-width: 720px;
  margin: 30px auto 40px;
}
.recruit .employee-area .employee-faq dt {
  font-size: 20px;
  font-weight: 600;
  color: #0075c2;
  margin-bottom: 14px;
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-faq dt {
    margin-top: 14px;
    font-size: 16px;
  }
}
.recruit .employee-area .employee-faq dd {
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-faq dd {
    padding-left: 0;
  }
}
.recruit .employee-area .employee-faq img {
  border-radius: 10px;
}
.recruit .employee-area .employee-faq img.is-hide--pc {
  margin-top: 20px;
}
.recruit .employee-area .employee-faq--img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.recruit .employee-area .employee-faq--img img {
  width: calc(50% - 10px);
  border-radius: 20px;
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-schedule {
    margin: 0 -30px;
  }
}
.recruit .employee-area .employee-schedule img {
  border-radius: 20px;
}
@media screen and (max-width: 428px) {
  .recruit .employee-area .employee-schedule img {
    border-radius: unset;
  }
}
.recruit#recruit-single--ad .kv-area {
  background: url(../images/img-saiyou-ad-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--ad .kv-area {
    background: url(../images/sp/img-saiyou-ad-kv-sp.png) center;
  }
}
/*.recruit#recruit-single--ad .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-ad-staff.png);
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--ad .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-ad-staff-sp.png);
    background-size: cover;
  }
}*/
/*BOF 20240620*/
.recruit#recruit-single--ad .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-ad-staff-00-02.jpg);
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--ad .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-ad-staff-00-02-sp.jpg);
    background-size: cover;
  }
}
/*EOF*/
.recruit#recruit-single--ad .employee-area .employee-kv .employee-kv--message {
  top: 117px;
  right: 91px;
	left: unset;
}
@media screen and (max-width: 630px) {
  .recruit#recruit-single--ad .employee-area .employee-kv .employee-kv--message {
    top: unset;
    right: unset;
    bottom: 5px;
    left: 30px;
    }
}
.recruit#recruit-single--standard .kv-area {
  background: url(../images/img-saiyou-standard-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--standard .kv-area {
    background: url(../images/sp/img-saiyou-standard-kv-sp.png) center;
    background-size: cover;
  }
}
.recruit#recruit-single--standard .business-area .business-list .business-item {
  width: 25%;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--standard .business-area .business-list .business-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.recruit#recruit-single--standard .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-standard-staff.png);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--standard .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-standard-staff-sp.png);
    background-size: cover;
  }
}
.recruit#recruit-single--standard .employee-area .employee-kv .employee-kv--message {
  top: unset;
  right: unset;
  bottom: 65px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--standard .employee-area .employee-kv .employee-kv--message {
    bottom: 15px;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--standard .employee-area .employee-kv .employee-kv--message {
    left: 12px;
  }
}
.recruit#recruit-single--eigyou .kv-area {
  background: url(../images/img-saiyou-eigyo-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--eigyou .kv-area {
    background: url(../images/sp/img-saiyou-eigyo-kv-sp.png) center top;
  }
}
.recruit#recruit-single--eigyou .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-eigyo-staff.png);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--eigyou .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-eigyo-staff-sp.png);
    background-size: cover;
  }
}
/*BOF 20240620*/
.recruit#recruit-single--eigyou .employee-area .employee-kv.sales02 {
  background-image: url(../images/img-saiyou-eigyo-02-staff.jpg);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--eigyou .employee-area .employee-kv.sales02 {
    background-image: url(../images/sp/img-saiyou-eigyo-02-staff-sp.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 429px){
.recruit#recruit-single--eigyou .employee-area .employee-kv.sales02 .employee-kv--message {
  left: unset;
  right: 91px;
}
}
/*EOF*/
.recruit#recruit-single--eigyou .employee-area .employee-kv .employee-kv--message {
  top: unset;
  right: unset;
  bottom: 65px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--eigyou .employee-area .employee-kv .employee-kv--message {
    bottom: 15px;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--eigyou .employee-area .employee-kv .employee-kv--message {
    bottom: 5px;
    left: 20px;
  }
}
.recruit#recruit-single--syokuhin .kv-area {
  background: url(../images/img-saiyou-syokuhin-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--syokuhin .kv-area {
    background: url(../images/sp/img-saiyou-syokuhin-kv-sp.png) center top;
  }
}
.recruit#recruit-single--syokuhin .business-area .business-list .business-item {
  width: 25%;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--syokuhin .business-area .business-list .business-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.recruit#recruit-single--syokuhin .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-syokuhin-staff.png);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--syokuhin .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-syokuhin-staff-sp.png);
    background-size: cover;
  }
}
/*BOF 20240620*/
.recruit#recruit-single--syokuhin .employee-area .employee-kv.food02 {
  background-image: url(../images/img-saiyou-syokuhin-02-staff.jpg);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--syokuhin .employee-area .employee-kv.food02 {
    background-image: url(../images/sp/img-saiyou-syokuhin-02-staff-sp.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 429px) {
.recruit#recruit-single--syokuhin .employee-area .employee-kv.food02 .employee-kv--message {
  left: unset;
  right: 50px;
}
}
/*EOF*/
.recruit#recruit-single--syokuhin .employee-area .employee-kv .employee-kv--message {
  right: unset;
  top: unset;
  bottom: 35px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--syokuhin .employee-area .employee-kv .employee-kv--message {
    left: 15px;
    bottom: 15px;
  }
}
.recruit#recruit-single--seisan .kv-area {
  background: url(../images/img-saiyou-seisan-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .kv-area {
    background: url(../images/sp/img-saiyou-seisan-kv-sp.png) center top;
  }
}
.recruit#recruit-single--seisan .business-area .business-list .business-item {
  width: 35%;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .business-area .business-list .business-item {
    width: 100%;
  }
}
.recruit#recruit-single--seisan .business-area .business-list .business-item--title {
  height: 60px;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .business-area .business-list .business-item--title {
    height: auto;
  }
}
.recruit#recruit-single--seisan .business-area .business-list .business-item:nth-of-type(1) .business-item--title {
  padding: 20px 0;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .business-area .business-list .business-item:nth-of-type(1) .business-item--title {
    padding: unset;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .business-area .business-list .business-item:nth-of-type(2) .business-item--title::before {
    width: 88%;
    left: 6%;
  }
}
/*.recruit#recruit-single--seisan .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-seisan-staff.png);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-seisan-staff-sp.png);
    background-size: cover;
  }
}
.recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
  right: unset;
  top: unset;
  left: 60px;
  bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
    bottom: 15px;
    left: 30px;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
    left: 15px;
  }
}*/
/*BOF 20240620*/
.recruit#recruit-single--seisan .employee-area .employee-kv {
  background-image: url(../images/img-saiyou-seisan-staff-02.jpg);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv {
    background-image: url(../images/sp/img-saiyou-seisan-staff-01-sp.jpg);
    background-size: cover;
  }
}
.recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
  right: unset;
  top: 115px; 
  left: 60px;
   bottom: unset; 
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
    bottom: 15px;
    left: 30px;
	top: unset;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv .employee-kv--message {
    left: 15px;
  }
}
.recruit#recruit-single--seisan .employee-area .employee-kv.manufacturing2 {
  background-image: url(../images/img-saiyou-seisan-02-staff.jpg);
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv.manufacturing2 {
    background-image: url(../images/sp/img-saiyou-seisan-02-staff-sp.jpg);
    background-size: cover;
  }
}
.recruit#recruit-single--seisan .employee-area .employee-kv.manufacturing2 .employee-kv--message {
    top: unset;
    left: unset;
    right: 20px;
    bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv.manufacturing2 .employee-kv--message {
    bottom: 15px;
    left: 30px;
	top: unset;
  }
}
@media screen and (max-width: 428px) {
  .recruit#recruit-single--seisan .employee-area .employee-kv.manufacturing2 .employee-kv--message {
    left: 15px;
  }
}
/*EOF*/
.business .content-inner {
  width: 1010px;
}
.business .kv-area {
  background: url(../images/img-business-print-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business .kv-area {
    background: url(../images/sp/img-business-print-kv-sp.png) center;
  }
}
.business .lead-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .business .lead-area {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.business .lead-area .button-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.business .lead-area .button-box li:first-of-type {
  margin-right: 10px;
}
.business .lead-area .section-lead {
  margin-bottom: 20px;
}
.business .business-menu-area .business-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  .business .business-menu-area .business-list {
    margin: -20px 0 40px;
  }
}
.business .business-menu-area .business-list .img-link {
  width: 310px;
  height: 250px;
  font-size: 26px;
  line-height: 1.1;
}
@media screen and (max-width: 428px) {
  .business .business-menu-area .business-list .img-link {
    max-width: 100%;
    width: auto;
    height: 125px;
    font-size: 12px;
  }
}
.business .business-menu-area .business-list .img-link::after {
  background: linear-gradient(45deg, rgb(180, 180, 180), rgb(180, 180, 180)), url(../images/img-business-print-menu-01.png) center;
  background-size: cover;
}
.business .business-menu-area .business-list .img-link span {
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 428px) {
  .business .business-menu-area .business-list--item {
    width: 50%;
  }
}
.business .business-menu-area .business-list--item:nth-of-type(1) {
  margin-right: 30px;
}
@media screen and (max-width: 428px) {
  .business .business-menu-area .business-list--item:nth-of-type(1) {
    margin-right: 15px;
  }
}
.business .business-menu-area .business-list--item:nth-of-type(2) .img-link::after {
  background: linear-gradient(45deg, rgb(180, 180, 180), rgb(180, 180, 180)), url(../images/img-business-print-menu-02.png) center;
  background-size: cover;
}
.business#business-top .kv-area {
  background: url(../images/img-business-top-kv.png) center;
  background-size: cover;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .business#business-top .kv-area {
    background: url(../images/sp/img-business-top-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.business#business-top .business-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: flex-start;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list {
    flex-wrap: wrap;
  }
}
.business#business-top .business-list--item {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.business#business-top .business-list--item .img-link {
  height: 290px;
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item .img-link {
    height: 100px;
  }
}
.business#business-top .business-list--item:nth-of-type(1) .img-link::after {
  background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/img-business-list-01.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item:nth-of-type(1) .img-link::after {
    background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/sp/img-business-list-01-sp.png) center;
  }
}
.business#business-top .business-list--item:nth-of-type(2) .img-link::after {
  background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/img-business-list-02-2.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item:nth-of-type(2) .img-link::after {
    background: url(../images/sp/img-business-list-02-2-sp.png);
    background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/sp/img-business-list-02-2-sp.png) center;
  }
}
/*.business#business-top .business-list--item:nth-of-type(2) .img-link::after {
  background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/img-business-list-02.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item:nth-of-type(2) .img-link::after {
    background: url(../images/sp/img-business-list-02-sp.png);
    background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/sp/img-business-list-02-sp.png) center;
  }
}*/
.business#business-top .business-list--item:nth-of-type(3) .img-link::after {
  background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/img-business-list-03.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-top .business-list--item:nth-of-type(3) .img-link::after {
    background: url(../images/sp/img-business-list-03-sp.png);
    background: linear-gradient(45deg, rgba(180, 180, 180, 0), rgba(180, 180, 180, 0)), url(../images/sp/img-business-list-03-sp.png) center;
  }
}
.business#business-single--contents .kv-area {
  background: url(../images/img-business-contents-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-single--contents .kv-area {
    background: url(../images/sp/img-business-contents-kv-sp.png) center;
  }
}
.business#business-single--contents .business-area .business-list .business-item {
  width: 35%;
}
.business#business-single--contents .business-area .business-list .business-item--title {
  height: 60px;
}
.business#business-single--contents .business-area .business-list .business-item:nth-of-type(1) .business-item--title {
  padding: 20px 0;
}
.business#business-single--print-dam .kv-area {
  background: url(../images/img-business-print-dam-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-single--print-dam .kv-area {
    background: url(../images/sp/img-business-print-dam-kv-sp.png) center;
  }
}
.business#business-single--print-factory .kv-area {
  background: url(../images/img-business-print-factory-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-single--print-factory .kv-area {
    background: url(../images/sp/img-business-print-factory-kv-sp.png) center;
  }
}
.business#business-single--print-factory .contents-area .business-item--movie {
  width: 465px;
  max-width: 55%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 428px) {
  .business#business-single--print-factory .contents-area .business-item--movie {
    width: 100%;
    max-width: 100%;
  }
}
.business#business-single--print-factory .contents-area .business-item--movie iframe {
  width: 100%;
  height: 100%;
}
.business#business-single--print-factory .facilities-area .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.business#business-single--print-factory .facilities-area .flexbox .content-item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  .business#business-single--print-factory .facilities-area .flexbox .content-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.business#business-single--print-factory .facilities-area .flexbox .content-item--title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 428px) {
  .business#business-single--print-factory .facilities-area .flexbox .content-item--title {
    font-size: 16px;
  }
}
.business#business-single--food .kv-area {
  background: url(../images/img-business-food-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#business-single--food .kv-area {
    background: url(../images/sp/img-business-food-kv-sp.png) center;
  }
}
.business#business-single--food .business-area .business-list .business-item {
  width: 35%;
}
.business#business-single--food .business-area .business-list .business-item--title {
  height: 60px;
}
.business#business-single--food .business-area .business-list .business-item:nth-of-type(1) .business-item--title {
  padding: 20px 0;
}
.business#bragru_chita .kv-area {
  background: url(../images/img-business-chita-kv2.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .business#bragru_chita .kv-area {
    background: url(../images/sp/img-business-chita-kv2-sp.png) center;
    background-size: cover;
  }
}

.business#bragru_chita .subcontents-area .info-border-notes {
  display: table;
  border: 1px solid #777;
  padding: 4px 10px;
  font-size: 10px;
  margin: 0 0 0 auto;
  background-color: rgba(0, 117, 194, 0.1);
}
.business#bragru_chita .subcontents-area .bk-link-list {
  margin-top: 40px;
}
.business#bragru_chita .subcontents-area .bk-link-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  height: 180px;
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .business#bragru_chita .subcontents-area .bk-link-list ul {
    width: 100%;
    height: auto;
  }
}
.business#bragru_chita .subcontents-area .bk-link-list ul li {
  width: 280px;
  padding-left: 20px;
  font-size: 12px;
}
@media screen and (max-width: 428px) {
  .business#bragru_chita .subcontents-area .bk-link-list ul li {
    width: 100%;
    padding-left: 0;
  }
}
.business .system-area .content-list,
.business .flow-area .content-list,
.business .facilities-area .content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.business .system-area .content-list .content-item,
.business .flow-area .content-list .content-item,
.business .facilities-area .content-list .content-item {
  width: 435px;
  max-width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 428px) {
  .business .system-area .content-list .content-item,
.business .flow-area .content-list .content-item,
.business .facilities-area .content-list .content-item {
    width: 100%;
    max-width: 100%;
  }
}
.business .system-area .content-list .content-item--img,
.business .flow-area .content-list .content-item--img,
.business .facilities-area .content-list .content-item--img {
  margin-right: 0;
}
.business .system-area .content-list .content-item--title,
.business .flow-area .content-list .content-item--title,
.business .facilities-area .content-list .content-item--title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .business .system-area .content-list .content-item--title,
.business .flow-area .content-list .content-item--title,
.business .facilities-area .content-list .content-item--title {
    font-size: 16px;
  }
}
.business .system-area .content-list .content-item:nth-of-type(1) .content-item--text, .business .system-area .content-list .content-item:nth-of-type(2) .content-item--text,
.business .flow-area .content-list .content-item:nth-of-type(1) .content-item--text,
.business .flow-area .content-list .content-item:nth-of-type(2) .content-item--text,
.business .facilities-area .content-list .content-item:nth-of-type(1) .content-item--text,
.business .facilities-area .content-list .content-item:nth-of-type(2) .content-item--text {
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .business .system-area .content-list .content-item:nth-of-type(1) .content-item--text, .business .system-area .content-list .content-item:nth-of-type(2) .content-item--text,
.business .flow-area .content-list .content-item:nth-of-type(1) .content-item--text,
.business .flow-area .content-list .content-item:nth-of-type(2) .content-item--text,
.business .facilities-area .content-list .content-item:nth-of-type(1) .content-item--text,
.business .facilities-area .content-list .content-item:nth-of-type(2) .content-item--text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 428px) {
  .business .system-area .content-list .content-item:nth-of-type(3),
.business .flow-area .content-list .content-item:nth-of-type(3),
.business .facilities-area .content-list .content-item:nth-of-type(3) {
    margin-bottom: 30px;
  }
}
.business .flow-area .flow-img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 428px) {
  .business .flow-area .flow-img {
    margin-bottom: 30px;
  }
}

.corp .kv-area {
  background: url(../images/img-corp-kv.png) center;
  background-size: cover;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .corp .kv-area {
    background: url(../images/sp/img-corp-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.corp .lead-area .button-border a:hover {
  padding: 10px 30px 10px 42px;
}
@media screen and (max-width: 1024px) {
  .corp .lead-area .button-border a:hover {
    padding: 10px 42px 10px 30px;
  }
}
@media screen and (max-width: 428px) {
  .corp .lead-area .button-border a:hover {
    padding: 8px 30px 8px 10px;
  }
}
.corp .philosophy-area .step-box {
  position: relative;
}
.corp .philosophy-area .step-box::before, .corp .philosophy-area .step-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888;
  left: 0;
  z-index: -1;
}
.corp .philosophy-area .step-box::before {
  top: 18px;
}
.corp .philosophy-area .step-box::after {
  bottom: 0;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box::after {
    display: none;
  }
}
.corp .philosophy-area .step-box--title {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: center;
  border: 1px solid #888;
  background-color: #fff;
}
.corp .philosophy-area .step-box--items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box--items {
    flex-wrap: wrap;
  }
}
.corp .philosophy-area .step-box--item {
  position: relative;
  text-align: center;
  font-weight: 600;
  padding: 20px 0 40px;
  width: 20%;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box--item {
    width: 100%;
    padding-bottom: 20px;
  }
  .corp .philosophy-area .step-box--item:first-of-type::after {
    display: none;
  }
}
.corp .philosophy-area .step-box--item::after {
  position: absolute;
  content: "";
  height: 90%;
  width: 1px;
  background-image: linear-gradient(to bottom, #888, #888 9px, transparent 0px);
  background-size: 1px 16px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box--item::after {
    height: 1px;
    width: 96%;
    left: 2%;
  }
}
.corp .philosophy-area .step-box--item:last-of-type::after {
  display: none;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box--item:last-of-type::after {
    display: block;
  }
}
.corp .philosophy-area .step-box--item--order {
  display: inline-block;
  background-color: rgba(0, 117, 194, 0.3);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 428px) {
  .corp .philosophy-area .step-box--item--order {
    margin-bottom: 6px;
  }
}
.corp .message-area {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.corp .message-area img {
  margin: 30px auto;
}
.corp .info-area {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.corp .info-area .company-info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info {
    font-size: 11px;
  }
}
.corp .info-area .company-info dt {
  width: 128px;
  background-color: rgba(0, 117, 194, 0.3);
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  padding: 20px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info dt {
    width: 94px;
    padding: 11px;
  }
}
.corp .info-area .company-info dd {
  width: calc(100% - 128px);
  padding: 20px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info dd {
    width: calc(100% - 94px);
    padding: 11px;
  }
}
.corp .info-area .company-info dd .paragraph {
  font-size: 14px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info dd .paragraph {
    font-size: 11px;
  }
}
.corp .info-area .company-info dd .company-info--flex {
  display: flex;
  flex-wrap: nowrap;
  line-height: 2;
}
.corp .info-area .company-info dd .company-info--flex .company-info--position {
  width: 130px;
  margin-right: 30px;
  font-size: 14px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info dd .company-info--flex .company-info--position {
    width: 100px;
    margin-right: 20px;
    font-size: 11px;
  }
}
.corp .info-area .company-info dd .company-info--flex .company-info--name {
  font-size: 14px;
}
@media screen and (max-width: 428px) {
  .corp .info-area .company-info dd .company-info--flex .company-info--name {
    font-size: 11px;
  }
}
.corp .info-area .company-info dt, .corp .info-area .company-info dd {
  border-top: 1px solid #000;
}
.corp .info-area .company-info dt:last-of-type, .corp .info-area .company-info dd:last-of-type {
  border-bottom: 1px solid #000;
}
.corp .map-area .map-items,.corp .menu-area .business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.corp .map-area .map-items .map-item,.corp .menu-area .business-list .business-list--item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .corp .map-area .map-items .map-item,.corp .menu-area .business-list .business-list--item {
    width: 100%;
  }
}
.corp .map-area .map-items .map-item .map {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.corp .map-area .map-items .map-item .map iframe {
  width: 100%;
  height: 500px;
}
.corp .map-area .map-items .map-item .map--link {
  display: block;
  text-align: right;
  padding-top: 10px;
  text-decoration: underline;
}
.corp .menu-area .img-link,.corp .menu-area .img-link2 {
  width: 650px;
  max-width: 100%;
  height: 137px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 428px) {
  .corp .menu-area .img-link,.corp .menu-area .img-link2 {
    height: 162px;
  }
}
.corp .menu-area .img-link::after {
  background: linear-gradient(45deg, rgb(180, 180, 180), rgb(180, 180, 180)), url(../images/img-corp-menu-01.png) center;
  background-size: cover;
}
.corp .menu-area .img-link2::after {
  background: linear-gradient(45deg, rgb(180, 180, 180), rgb(180, 180, 180)), url(../images/img-corp-menu-02.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .corp .menu-area .img-link::after,.corp .menu-area .img-link2::after {
    height: 137px;
  }
}

.corp-enkaku .kv-area {
  background: url(../images/img-corp-enkaku-kv.png) center;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .kv-area {
    background: url(../images/sp/img-corp-enkaku-kv-sp.png) center;
    background-size: cover;
  }
  .corp-enkaku .kv-area h2 {
    margin-bottom: 0;
  }
}
.corp-enkaku .history-area .history-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .corp-enkaku .history-area .history-box--imgbox {
    width: 30%;
  }
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box--imgbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.corp-enkaku .history-area .history-box--img {
  width: 230px;
  margin-top: 80px;
  margin-right: 60px;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box--img {
    width: calc(50% - 10px);
    margin-top: 0;
    margin-right: 0;
  }
}
.corp-enkaku .history-area .history-box--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 230px);
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box--list {
    align-items: stretch;
    width: 100%;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.corp-enkaku .history-area .history-box--list dt {
  width: 120px;
  padding-right: 30px;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box--list dt {
    width: 100px;
  }
}
.corp-enkaku .history-area .history-box--list dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .history-box--list dd {
    width: calc(100% - 100px);
  }
}
.corp-enkaku .history-area .history-box--list dt, .corp-enkaku .history-area .history-box--list dd {
  border-top: 1px solid #0075c2;
  padding: 4px;
}
.corp-enkaku .history-area .history-box:last-of-type dt:last-of-type, .corp-enkaku .history-area .history-box:last-of-type dd:last-of-type {
  border-bottom: 1px solid #0075c2;
}
.corp-enkaku .history-area .open-btn {
  position: relative;
  cursor: pointer;
  padding: 26px 20px 26px 50px;
  transition: all 0.5s ease;
  display: table;
  margin: 0 0 0 auto;
  font-size: 12px;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn {
    font-size: 10px;
    padding: 11px 20px 11px 50px;
  }
}
.corp-enkaku .history-area .open-btn span {
  padding: 0 14px;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn span {
    padding: 0 10px;
  }
}
.corp-enkaku .history-area .open-btn:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.corp-enkaku .history-area .open-btn::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgb(0, 117, 194);
  border-radius: 50%;
  left: 0;
  top: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .corp-enkaku .history-area .open-btn::before {
    top: 16px;
  }
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn::before {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 15px;
  }
}
.corp-enkaku .history-area .open-btn .open-btn--cross {
  position: relative;
}
.corp-enkaku .history-area .open-btn .open-btn--cross::before, .corp-enkaku .history-area .open-btn .open-btn--cross::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn .open-btn--cross::before, .corp-enkaku .history-area .open-btn .open-btn--cross::after {
    width: 13px;
    height: 1px;
  }
}
.corp-enkaku .history-area .open-btn .open-btn--cross::before {
  top: 48%;
  left: -41px;
  transform: rotate(0deg);
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn .open-btn--cross::before {
    left: -29px;
  }
}
.corp-enkaku .history-area .open-btn .open-btn--cross::after {
  top: 48%;
  left: -41px;
  transform: rotate(90deg);
}
@media screen and (max-width: 428px) {
  .corp-enkaku .history-area .open-btn .open-btn--cross::after {
    left: -29px;
  }
}
.corp-enkaku .history-area .open-btn .open-btn--text {
  position: relative;
}
.corp-enkaku .history-area .open-btn .open-btn--text::before {
  position: absolute;
  width: 100px;
  content: "MORE";
  left: -20px;
}
.corp-enkaku .history-area .open-btn .is-hide-open {
  position: relative;
  color: #0075c2;
  white-space: nowrap;
  width: 100px;
}
.corp-enkaku .history-area .open-btn .is-hide-open::before, .corp-enkaku .history-area .open-btn .is-hide-open::after {
  position: absolute;
  content: "";
  height: 120%;
  width: 1px;
  border-left: 1px solid rgba(0, 117, 194, 0.3);
}
.corp-enkaku .history-area .open-btn .is-hide-open::before {
  left: 0;
}
.corp-enkaku .history-area .open-btn .is-hide-open::after {
  right: 0;
}
.corp-enkaku .history-area .open-btn.close .open-btn--cross::after {
  display: none;
}
.corp-enkaku .history-area .open-btn.close .open-btn--text::before {
  content: "CLOSE";
  width: auto;
}
.corp-enkaku .history-area .open-btn.close .is-hide-open {
  display: none;
}
.corp-enkaku .history-area .history-box-close {
  display: none;
}

.corp-sdgs .kv-area {
  background: url(../images/img-corp-sdgs-kv.png) center;
  background-size: cover;
  height: 340px;
}
.corp-sdgs .content-inner {
  width: 1010px;
}
@media screen and (max-width: 428px) {
  /* .corp-sdgs .kv-area {
    background: url(../images/sp/img-corp-sdgs-kv-sp.png) center;
    background-size: cover;
  } */
  .corp-sdgs .kv-area h2 {
    margin-bottom: 0;
  }
}


.service .kv-area {
  background: url(../images/img-service-top-kv.png) center;
  background-size: cover;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .service .kv-area {
    background: url(../images/sp/img-service-top-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.service .lead-area--menu .menu-item::before {
  height: 40px;
  top: 4px;
}
@media screen and (max-width: 428px) {
  .service .lead-area--menu .menu-item:nth-of-type(2)::before {
    top: -6px;
  }
}
.service .contents-area .business-list .business-item {
  align-items: center;
}
.service .contents-area .business-list .business-item--text {
  position: relative;
}
.service .contents-area .business-list .business-item--text::before, .service .contents-area .business-list .business-item--text::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(0, 116, 194, 0.3137254902), rgba(0, 117, 194, 0.3137254902) 2px, transparent 0px);
  background-size: 1px 6px;
  top: 40px;
}
.service .contents-area .business-list .business-item--text::before {
  left: 0;
}
.service .contents-area .business-list .business-item--text::after {
  right: 0;
}
.service .contents-area .business-list .business-item--text h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 117, 194, 0.3);
}
.service .contents-area .business-list .business-item--text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  height: 180px;
}
.service .contents-area .business-list .business-item--text li {
  position: relative;
  width: 175px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .service .contents-area .business-list .business-item--text li {
    width: 155px;
    padding-left: 16px;
  }
}
.service .contents-area .business-list .business-item--text li::before {
  position: absolute;
  content: "・";
  left: 6px;
}
@media screen and (max-width: 768px) {
  .service .contents-area .business-list .business-item--text li::before {
    left: 3px;
  }
}

.page-contact {
  font-size: 15px;
}
@media screen and (max-width: 428px) {
  .page-contact {
    font-size: 14px;
  }
}
.page-contact .kv-area {
  background: url(../images/img-contact-top-kv.png) center;
  background-size: cover;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .page-contact .kv-area {
    background: url(../images/sp/img-contact-top-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.page-contact .lead-area .section-lead {
  margin-top: 40px;
}
.page-contact .form-area .form-list {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.page-contact .form-area .form-list .form-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px 40px;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .form-list .form-item {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.page-contact .form-area .form-list .form-item--title {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .form-list .form-item--title {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.page-contact .form-area .form-list .form-item--title span {
  color: rgb(211, 22, 22);
  font-size: 12px;
}
.page-contact .form-area .form-list .form-item--input {
  width: 70%;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .form-list .form-item--input {
    width: 100%;
  }
}
.page-contact .form-area .form-list .form-item--input .form-subtext {
  margin-top: 10px;
}
.page-contact .form-area .form-list .form-item--input input, .page-contact .form-area .form-list .form-item--input textarea, .page-contact .form-area .form-list .form-item--input select {
  outline: none;
  padding: 4px;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .form-list .form-item--input input, .page-contact .form-area .form-list .form-item--input textarea, .page-contact .form-area .form-list .form-item--input select {
    width: 100%;
  }
}
.page-contact .form-area .form-list .form-item--input input[type=radio] {
  margin-bottom: 10px;
  margin-right: 3px;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .form-list .form-item--input input[type=radio] {
    width: unset;
    margin-left: 20px;
  }
}
.page-contact .form-area .form-list .form-item--input select {
  margin-top: 16px;
  padding: 7px;
}
.page-contact .form-area h4 {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.page-contact .form-area .privacy-text {
  width: 640px;
  max-width: 100%;
  padding: 14px;
  font-size: 12px;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.page-contact .form-area .privacy-text li {
  position: relative;
  padding-left: 14px;
}
.page-contact .form-area .privacy-text li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.page-contact .form-area .submit-area {
  width: 450px;
  max-width: 100%;
  background-color: #f8f8f8;
  padding: 14px;
  text-align: center;
  margin: 30px auto 0;
}
.page-contact .form-area .submit-area .before-submit {
  color: rgb(211, 22, 22);
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .page-contact .form-area .submit-area .before-submit {
    font-size: 14px;
    text-align: left;
  }
}
.page-contact .form-area .submit-area input[type=checkbox] {
  margin-right: 4px;
  margin-bottom: 24px;
}
.page-contact .form-area .submit-area input[type=submit] {
  margin-right: 14px;
}
.page-contact .form-area .submit-area input[type=submit], .page-contact .form-area .submit-area input[type=reset] {
  padding: 4px 8px;
}
.page-contact textarea {
  resize: none;
}

.page-other section {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 428px) {
  .page-other section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.page-other section .section-title {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 54px;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .page-other section .section-title {
    height: 40px;
    line-height: 30px;
    font-size: 18px;
  }
}
.page-other section .section-title::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #0075c2;
  height: 74px;
  z-index: -1;
}
@media screen and (max-width: 428px) {
  .page-other section .section-title::before {
    height: 40px;
  }
}
.page-other section .section-title--en {
  text-align: left;
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 428px) {
  .page-other section .section-title--en {
    font-size: 10px;
    margin-top: 0;
  }
}
.page-other section .section-title--en span.rainbow {
  font-size: 44px;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .page-other section .section-title--en span.rainbow {
    font-size: 20px;
  }
}
.page-other section h3 {
  color: #0075c2;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .page-other section h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.page-other section h3:nth-of-type(n+2) {
  margin-top: 30px;
}
.page-other section h4 {
  font-size: 15px;
  font-weight: 500;
}
.page-other section h4:nth-of-type(n+2) {
  margin-top: 30px;
}
.page-other#page-sitemap .site-map {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 780px;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (max-width: 428px) {
  .page-other#page-sitemap .site-map {
    width: 100%;
    font-size: 14px;
  }
}
.page-other#page-sitemap .site-map li {
  width: 33.3333%;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .page-other#page-sitemap .site-map li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-other#page-sitemap .site-map li a {
  display: block;
  text-decoration: underline;
}
.page-other#page-sitemap .site-map li .list-top {
  position: relative;
  font-weight: 600;
  margin-bottom: 18px;
  padding-left: 18px;
}
@media screen and (max-width: 428px) {
  .page-other#page-sitemap .site-map li .list-top {
    margin-bottom: 12px;
    padding-left: 14px;
  }
}
.page-other#page-sitemap .site-map li .list-top::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 24px;
  background-color: #0075c2;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 428px) {
  .page-other#page-sitemap .site-map li .list-top::before {
    height: 22px;
    top: 1px;
  }
}
.page-other#page-sitemap .site-map li .list-sub {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 14px;
}
@media screen and (max-width: 428px) {
  .page-other#page-sitemap .site-map li .list-sub {
    height: 22px;
    top: 1px;
    padding-left: 14px;
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.page-other#page-sitemap .site-map li .list-sub::before {
  position: absolute;
  content: "-";
  left: 0;
}
.page-other#page-management .section-title--sub {
  margin-bottom: 20px;
  text-align: left;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 428px) {
  .page-other#page-management .section-title--sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.page-other#page-management .lead-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 428px) {
  .page-other#page-management .lead-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-other#page-management .lead-flex:first-of-type div {
    width: 100%;
  }
  .page-other#page-management .lead-flex:last-of-type h3 {
    margin-top: 30px;
  }
}

.page-other#page-management .lead-flex a.img-privacymark img {
  width: 200px;
}
@media screen and (min-width: 429px) {
  .page-other#page-management .lead-flex a.img-privacymark {
    display:contents;
  }
  .page-other#page-management .lead-flex a.img-privacymark img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 428px) {
  .page-other#page-management .lead-flex .img-privacymark {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-other#page-management .lead-flex img.img-iso {
  width: 300px;
  max-width: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 428px) {
  .page-other#page-management .lead-flex img.img-iso {
    margin-right: 0;
  }
}
.page-other#page-management .update {
  margin-top: 10px;
}
.page-other#page-management .update span {
  font-size: 12px;
}
@media screen and (max-width: 428px) {
  .page-other#page-management .update span {
    font-size: 11px;
  }
}
.page-other#page-management #privacy-mark {
  padding-top: 100px;
  margin-top: -60px;
}
.page-other#page-management #privacy-area {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 428px) {
  .page-other#page-management #privacy-area {
    width: 100%;
  }
}
.page-other#page-management #privacy-area h4:last-of-type {
  margin-top: 0;
}
.page-other#page-management #privacy-area .subject-list {
  margin-top: 30px;
}
.page-other#page-management #privacy-area .subject-list--title {
  margin-bottom: 10px;
}
.page-other#page-management #privacy-area .subject-list--text {
  margin-bottom: 20px;
}
.page-other#page-management #privacy-area .update {
  display: table;
  margin-right: 0;
  margin-left: auto;
}
.page-other#page-management #privacy-area .detail-text, .page-other#page-management #privacy-area .detail-list {
  font-size: 12px;
}
/*20230424アップ*/
.page-other#page-management #privacy-area .detail-list span {
    display: block;
    font-size: 0.9em;
}

.c-dom .kv-area {
  background: linear-gradient(45deg, rgba(0, 117, 194, 0.6), rgba(0, 117, 194, 0.6)), url(../images/img-cdom-kv.png) center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .c-dom .kv-area {
    background: linear-gradient(45deg, rgba(0, 117, 194, 0.6), rgba(0, 117, 194, 0.6)), url(../images/sp/img-cdom-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.c-dom .kv-area h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-dom .kv-area h2 {
    font-size: 20px;
  }
}
.c-dom .kv-area h2 span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-dom .kv-area h2 span {
    font-size: 12px;
  }
}
.c-dom .c-dom_lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .c-dom .c-dom_lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_lead {
    text-align: left;
  }
}
.c-dom .c-dom_notice {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_notice {
    text-align: left;
    margin-bottom: 40px;
  }
}
.c-dom .c-dom_logo {
  width: 312px;
  margin: 0 auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_logo {
    width: 80%;
    max-width: 310px;
    margin-bottom: 40px;
  }
}
.c-dom .c-dom_link_title {
  width: 80%;
  font-size: 16px;
  text-align: center;
  color: #0075c2;
  border-bottom: 1px solid #0075c2;
  padding-bottom: 4px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_link_title {
    width: 100%;
  }
}
.c-dom .c-dom_link_list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_link_list {
    flex-direction: column;
    align-items: center;
  }
}
.c-dom .c-dom_link_list_item {
  width: 270px;
  height: 42px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_link_list_item {
    max-width: 100%;
    height: 36px;
  }
}
.c-dom .c-dom_link_list_item:hover {
  opacity: 0.6;
}
.c-dom .c-dom_link_list_item::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 13px;
  width: 13px;
  height: 13px;
  border-radius: 1px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .c-dom .c-dom_link_list_item::after {
    top: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
  }
}
.c-dom .c-dom_link_list_item:first-of-type {
  background-color: #0075c2;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-dom .c-dom_link_list_item:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.c-dom .c-dom_link_list_item:last-of-type {
  background-color: #ffac2e;
}
.c-dom .c-dom_link_list_item a {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-dom .c-dom_link_list_item a {
    font-size: 18px;
    line-height: 36px;
  }
}

.archive .kv-area {
  background: url(../images/img-info-top-kv.png) center;
  background-size: cover;
  height: 340px;
}
@media screen and (max-width: 428px) {
  .archive .kv-area {
    background: url(../images/sp/img-info-top-kv-sp.png) center;
    background-size: cover;
    height: 145px;
  }
}
.archive .news-area .news-list .news-list--item {
  border-top: 1px solid #bbb;
  padding: 16px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 428px) {
  .archive .news-area .news-list .news-list--item {
    flex-wrap: wrap;
    padding: 14px 0;
  }
}
.archive .news-area .news-list .news-list--item:last-of-type {
  border-bottom: 1px solid #bbb;
}
.archive .news-area .news-list .news-list--item .news-date {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: 700;
  min-width: 100px;
}
@media screen and (max-width: 428px) {
  .archive .news-area .news-list .news-list--item .news-date {
    font-size: 12px;
    min-width: 70px;
  }
}
.archive .news-area .news-list .news-list--item .news-icon {
  background-color: #0075c2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  margin: 0 20px;
  min-width: 135px;
  line-height: 1.8;
  border-radius: 18px;
}
@media screen and (max-width: 428px) {
  .archive .news-area .news-list .news-list--item .news-icon {
    font-size: 12px;
    min-width: 100px;
    margin: 0 10px;
  }
}
.archive .news-area .news-list .news-list--item.cat-0 .news-icon,.archive .news-area .news-list .news-list--item.notice .news-icon {
  background-color: #0075c2;
}
.archive .news-area .news-list .news-list--item.cat-1 .news-icon,.archive .news-area .news-list .news-list--item.employment .news-icon {
  background-color: #f29600;
}
.archive .news-area .news-list .news-list--item.cat-3 .news-icon {
  background-color: #b9c27d;
}
@media screen and (max-width: 428px) {
  .archive .news-area .news-list .news-list--item .news-text {
    width: 100%;
    line-height: 1.6;
  }
}
.archive .news-area .button-right {
  margin-top: 20px;
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/* /Pager style */
.single .heading-area {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.single .heading-area .blog-ttl {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .single .heading-area .blog-ttl {
    font-size: 22px;
  }
}
.single .heading-area .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single .heading-area .blog-date {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  color: #999;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .single .heading-area .blog-date {
    font-size: 12px;
  }
}
.single .heading-area .sns-list {
  display: flex;
  font-size: 24px;
}
.single .heading-area .sns-list li a {
  color: rgb(0, 117, 194);
}
.single .heading-area .sns-list li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.single .heading-area .sns-list li:not(:first-of-type) {
  margin-left: 10px;
}
.single .content-area {
  margin-top: 30px;
  margin-bottom: 60px;
}
.single .content-area .content-text {
  margin-bottom: 20px;
}
.single img {
  padding: 1rem 0 2rem 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single img {
    width: 100%;
  }
}
.single h2 {
  padding-left: 7px;
  border-left: solid 3px #0075CA;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .single h2 {
    font-size: 18px;
  }
}
.single h3 {
  border-bottom: solid 1px rgba(0, 117, 194, 0.3);
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .single h3 {
    font-size: 16px;
  }
}
.single h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
ol.cel2{
	width: 55%;
	display: inline-block;
}
.fsc-logo{
	 width: 42%;
	display: inline-block;
	margin-left: 2%;
	vertical-align:top;
	margin-top: 20px;
}
.fsc-logo img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
ol.cel2{
	width: 100%;
	display: block;
}
.fsc-logo{
	 width: 80%;
	display: inline-block;
	margin-left: 10%;
	vertical-align:top;
	margin-top: 20px;
}
.fsc-logo img{
	width: 100%;
	height: auto;
}	
}