@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Righteous";
  src: url(../font/Righteous/Righteous-Regular.ttf);
}
@font-face {
  font-family: "Sen";
  src: url("../font/Sen/Sen-ExtraBold.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sen";
  src: url("../font/Sen/Sen-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sen";
  src: url("../font/Sen/Sen-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  background: #FFF;
  /* color: #000;*/
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR {
  text-align: right;
}

.blue {
  color: #7095e7 !important;
}

.blue2 {
  color: #7bd3d6 !important;
}

.green {
  color: #149346 !important;
}

.orange {
  color: #f7af00 !important;
}

.pink {
  color: #f299d1 !important;
}

.purple {
  color: #ffc1ff !important;
}

.red {
  color: #ff2e2a !important;
}

.white {
  color: white !important;
}

.clear,
.header-top,
.header-bottom,
#footer {
  *zoom: 1;
}

.clear:after,
.header-top:after,
.header-bottom:after,
#footer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

a {
  color: #999;
  text-decoration: none;
}

.clear {
  clear: both;
}

/*----------------------------------------------------

  primary

----------------------------------------------------*/
html {
  /*font-size: 62.5%;*/
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 1rem;
}
body #wrapper {
  width: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 300;
  overflow: hidden;
}

body.index {
  background-image: url("../img/main_v.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
}
body.index #wrapper {
  width: 100%;
  background: linear-gradient(90deg, #00cb79, rgba(0, 151, 227, 0.8), #00cb79);
  background-size: 600%;
  animation: gradient 10s ease infinite !important;
}

body.about #wrapper,
body.performance #wrapper,
body.news #wrapper,
body.contact-top #wrapper,
body.message #wrapper,
body.bprecruitment #wrapper,
body.environment #wrapper,
body.business #wrapper,
body.csr #wrapper {
  background-image: url("../img/main_v.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.about #wrapper,
body.performance #wrapper,
body.news #wrapper,
body.contact-top #wrapper,
body.message #wrapper,
body.bprecruitment #wrapper,
body.environment #wrapper,
body.business #wrapper,
body.csr #wrapper {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
}

@media screen and (min-width: 960px) {
  .index #wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .index #wrapper {
    width: 100%;
  }
}
/*======================================================

 改行

======================================================*/
.display {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  span.display_pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  span.display_sp {
    display: block;
  }
}
.paragraph {
  display: block;
  margin-top: 24px;
}

/*======================================================

 text-module

======================================================*/
.t-lead {
  font-size: 18px;
  padding: 20px 0;
}

.t-sentence {
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 0 1em;
}
.t-sentence--s {
  font-size: 14px;
}

.b-generalList {
  padding: 0 0 1em 20px;
}
.b-generalList .t-list {
  font-size: 16px;
  line-height: 1.6em;
}
.b-generalList .t-list::before {
  content: "・";
  display: inline-block;
  padding-right: 8px;
}

.area-border--left {
  border-left: 1px dotted #999;
  padding-left: 20px;
  margin: 20px 0;
}

.t-right {
  display: block;
  text-align: right;
}

.t-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-to-page {
  border-radius: 8px;
  width: 200px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin: 80px auto 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /*
    a {
      background: $color-dark;
      border-radius: 8px;
      color: $color-white;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 3;

      &::after {
        @include package-ease;
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: rgba(255, 255, 255, .75);
        position: absolute;
        top: 66px;
        left: 50%;
        margin-left: -15px;
        z-index: 0;
      }

      &:hover {
        @include package-ease;

        &::after {
          @include package-ease;
          width: 300px;
          height: 300px;
          background: rgba(255, 255, 255, .1);
          top: -36px;
          margin-left: -150px;
          z-index: 0;
        }
      }
    }
  */
}

/*=============================
 追加分（共用スタイル）
 ============================== */
.c-link-button {
  display: inline grid;
  place-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 56px;
  background-image: linear-gradient(90deg, rgba(0, 203, 121, 0.8), rgba(0, 151, 227, 0.8), rgba(0, 203, 121, 0.8));
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  z-index: 2;
}
.c-link-button::after {
  content: "";
  grid-area: 1/1/2/2;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #222;
  transition: 0.2s ease-in-out;
}
.c-link-button:hover::after {
  background-color: transparent;
  opacity: 0;
}

.c-news-link-button {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  min-width: 200px;
  padding: 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  background: #222;
  color: #fff;
  line-height: 100%;
}
.c-news-link-button::after {
  content: "→";
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.c-news-link-button:hover::after {
  transform: translateX(8px);
}
.c-news-link-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #00cb79;
  -webkit-clip-path: polygon(-1% -1%, -1% -1%, -1% 101%, -1% 101%);
          clip-path: polygon(-1% -1%, -1% -1%, -1% 101%, -1% 101%);
  transition: 0.2s ease-in-out;
}
.c-news-link-button:hover::before {
  -webkit-clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
          clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
}
.c-news-link-button.u-reverse {
  flex-flow: row-reverse;
}
.c-news-link-button.u-reverse::after {
  content: "←";
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.c-news-link-button.u-reverse:hover::after {
  transform: translateX(-8px);
}
.c-news-link-button.u-reverse::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #00cb79;
  -webkit-clip-path: polygon(101% -1%, 101% -1%, 101% 101%, 101% 101%);
          clip-path: polygon(101% -1%, 101% -1%, 101% 101%, 101% 101%);
  transition: 0.2s ease-in-out;
}
.c-news-link-button.u-reverse:hover::before {
  -webkit-clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
          clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
}

.c-text-with-link-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.c-text-with-link-icon::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img/svg/launch_24.svg);
  background-repeat: no-repeat;
}
.c-text-with-link-icon.u-button {
  gap: 8px;
}
.c-text-with-link-icon.u-button::after {
  width: 20px;
  background-image: url(../img/svg/launch_20.svg);
}
.c-text-with-link-icon.u-footer::after {
  width: 16px;
  background-image: url(../img/svg/launch_16.svg);
}

@media screen and (min-width: 960px) {
  #index:not(:has(.fixed)) .c-text-with-link-icon::after {
    background-image: url(../img/svg/launch_24_white.svg);
  }
}
.c-toc {
  width: 100%;
  max-width: 720px;
  border-radius: 12px;
  border: 5px solid transparent;
  background: linear-gradient(90deg, rgba(0, 203, 121, 0.8), rgba(0, 151, 227, 0.8), rgba(0, 203, 121, 0.8));
  overflow: hidden;
  box-sizing: border-box;
}
.c-toc .c-toc__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  padding: 40px;
  background: #fff;
}
.c-toc .c-toc__title {
  font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
}
.c-toc .c-toc__list {
  align-self: stretch;
  color: #555;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.c-toc .c-toc__list > .c-toc__item::before {
  content: "・";
}
.c-toc .c-toc__list.u-order {
  counter-reset: toc;
}
.c-toc .c-toc__list.u-order > .c-toc__item {
  counter-increment: toc;
}
.c-toc .c-toc__list.u-order > .c-toc__item::before {
  content: counter(toc) ".";
  padding-left: 2px;
}
.c-toc .c-toc__item {
  display: flex;
  gap: 8px;
  padding: 8px 0;
}
.c-toc .c-toc__link {
  display: inline-flex;
  gap: 8px;
  color: inherit;
}
.c-toc .c-toc__link::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/svg/arrow_down.svg) no-repeat;
}

@media screen and (max-width: 959px) {
  .c-toc {
    max-width: 540px;
  }
  .c-toc .c-toc__container {
    gap: 32px;
    padding: 40px 24px;
  }
  .c-toc .c-toc__link.u-wide__sp {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
.c-lead-sentence {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.c-lead-sentence.u-left {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .c-lead-sentence {
    text-align: left;
  }
}
.c-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 720px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.c-section-title > * {
  flex: 1 0;
}
.c-section-title::before, .c-section-title::after {
  content: "";
  width: 18px;
  align-self: stretch;
  height: inherit;
  margin: -16px 0;
  border-color: #222;
  border-style: solid;
}
.c-section-title::before {
  border-width: 4px 0 4px 4px;
  -o-border-image: linear-gradient(to bottom, #2d8 0 30px, #222 30px 100%) 1;
     border-image: linear-gradient(to bottom, #2d8 0 30px, #222 30px 100%) 1;
}
.c-section-title.u-mono::before {
  -o-border-image: none;
     border-image: none;
}
.c-section-title::after {
  border-width: 4px 4px 4px 0;
}
.c-section-title .c-newline-point {
  display: inline-flex;
  flex-flow: wrap;
  justify-content: center;
}

.c-section-counter {
  counter-reset: section;
}
.c-section-counter .c-section-counter__item {
  display: inline-flex;
  gap: 10px;
  counter-increment: section;
}
.c-section-counter .c-section-counter__item::before {
  content: counter(section) ".";
  padding-left: 2px;
}

.c-em {
  font-weight: 700;
  font-style: normal;
}
.c-em.u-red {
  color: #ff462e;
}
.c-em.u-blue {
  color: #1f9aff;
}
.c-em.u-accent {
  color: #00cb79;
}

@media screen and (min-width: 960px), print {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  /************************************************************************

    header【PC】

  ************************************************************************/
  .inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #nav-toggle {
    display: none;
  }
  /* header */
  #top-head {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    display: block;
    font-size: 16px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 auto;
    position: absolute;
    line-height: 1;
    z-index: 999;
  }
  #fixedhead h1.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding-left: 48px;
    z-index: 2;
    *zoom: 2;
  }
  #fixedhead h1.logo a,
  #fixedhead h1.logo p {
    transition: 0.2s ease-in-out;
    color: #fff;
    display: block;
    font-size: 40px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    padding: 0 16px;
  }
  #fixedhead h1.logo a {
    display: none;
    cursor: pointer;
  }
  #fixedhead h1.logo .logo--mark {
    height: 48px;
    width: auto;
    position: absolute;
    top: 16px;
    left: 10px;
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
  }
  .mainmenu {
    box-sizing: border-box;
    width: min(100% - 280px, 930px);
    height: 80px;
    margin: 0 24px 0 auto;
    position: relative;
  }
  .mainmenu > .mainmenu-ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
  }
  .mainmenu > .mainmenu-ul > li {
    box-sizing: border-box;
    float: left;
    width: auto;
    height: 80px;
    line-height: 80px;
  }
  /*
    メガメニュー
  ****************/
  .mainmenu > .mainmenu-ul > li {
    text-align: center;
  }
  .mainmenu > .mainmenu-ul > li::before {
    right: 0;
  }
  .mainmenu > .mainmenu-ul > li::after {
    content: "";
    display: block;
    height: 2px;
    margin: 0;
    left: 0;
    transition: 0.2s ease-in-out;
  }
  .mainmenu > .mainmenu-ul > li::before, .mainmenu > .mainmenu-ul > li::after {
    margin-top: -8px;
    top: 0;
    width: 0;
    background-color: #fff;
  }
  .mainmenu > .mainmenu-ul > li:hover::before, .mainmenu > .mainmenu-ul > li:hover::after {
    width: 100%;
  }
  .mainmenu > .mainmenu-ul > li:hover {
    transition: 0.2s ease-in-out;
  }
  .mainmenu > .mainmenu-ul > li a {
    display: inline-block;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
  }
  .mainmenu > .mainmenu-ul > li a.about {
    transition: none;
  }
  .mainmenu > .mainmenu-ul > li a.drawer-menu-item {
    color: #fff;
    font-size: 16px;
  }
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }
  /* 下矢印 */
  .init-bottom {
    position: relative;
    padding-right: 20px;
  }
  .init-bottom:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 2px 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 36px;
  }
  li.mainmenu-list ul.menu__second-level {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 8% 50px;
    padding-left: calc(50vw - 550px);
    padding-right: calc(50vw - 550px);
    background: rgba(250, 250, 250, 0.92);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  li.mainmenu-list:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
  }
  li.mainmenu-list.drawer-dropdown:hover .drawer-menu-item {
    cursor: default;
  }
  li.mainmenu-list ul.menu__second-level li.w20 {
    float: left;
    width: 20%;
  }
  li.mainmenu-list ul.menu__second-level li.w25 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
  }
  li.mainmenu-list ul.menu__second-level li.w33 {
    float: left;
    width: 33%;
  }
  li.mainmenu-list ul.menu__second-level li.w50 {
    float: left;
    width: 50%;
  }
  li.mainmenu-list ul.menu__second-level li.w100 {
    width: 94%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a {
    width: 30%;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    padding: 10px 0;
    position: relative;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a::before {
    background: #222;
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a::after {
    background: #999;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a:hover {
    color: #00cb79;
    transition: 0.2s ease-in-out;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a:hover::before {
    background: #00cb79;
    width: 120px;
  }
  li.mainmenu-list ul.menu__second-level li.w100 a:hover::after {
    width: 70px;
    margin-left: -70px;
  }
  li.mainmenu-list ul.menu__second-level li a {
    color: #222;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 30px;
    transition: 0.2s ease-in-out;
  }
  li.mainmenu-list ul.menu__second-level li a i {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #00cb79;
    margin-right: 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 16px;
  }
  li.mainmenu-list ul.menu__second-level li > .grandson-menu > div {
    height: 40px;
  }
  li.mainmenu-list ul.menu__second-level li > .grandson-menu > div > a {
    font-weight: 500;
    color: #555;
    display: block;
    font-size: 13px;
    transition: 0.2s ease-in-out;
    line-height: 40px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  li.mainmenu-list ul.menu__second-level li > .grandson-menu > div > a:hover {
    color: #999;
    text-decoration: none;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime:after,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a:after {
    content: "";
    display: block;
    height: 1px;
    transition: 0.2s ease-in-out;
    margin: 0;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime:hover:after,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a:hover:after {
    background: #00cb79;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime::before,
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime::after,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a::before,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a::after {
    bottom: 5px;
    width: 0;
    background-color: #00cb79;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime::before,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a::before {
    right: 0;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime::after,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a::after {
    left: 0;
  }
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime:hover::before,
  li.mainmenu-list ul.menu__second-level > li .hov-border-anime:hover::after,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a:hover::before,
  li.mainmenu-list ul.menu__second-level > li div.grandson-menu > div > a:hover::after {
    background-color: #00cb79;
    width: 100%;
  }
  /*************************
   .fixed
  *************************/
  #top-head.fixed {
    position: fixed;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  body.other #top-head {
    position: fixed;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  body.contact #top-head {
    height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #top-head.fixed,
  body.other #top-head {
    background: #fff;
    display: block;
    margin-top: 0;
    top: 0;
    transition: 0.2s ease-in-out;
  }
  #top-head.fixed #global-nav,
  body.other #top-head #global-nav {
    display: block;
  }
  #top-head.fixed #fixedhead h1.logo a,
  #top-head.fixed #fixedhead h1.logo p,
  body.other #top-head #fixedhead h1.logo a,
  body.other #top-head #fixedhead h1.logo p {
    color: #00cb79;
    transition: 0.2s ease-in-out;
    font-size: 30px;
  }
  #top-head.fixed #fixedhead h1.logo a,
  body.other #top-head #fixedhead h1.logo a {
    display: block;
  }
  #top-head.fixed #fixedhead h1.logo a span,
  body.other #top-head #fixedhead h1.logo a span {
    letter-spacing: -0.25em;
  }
  #top-head.fixed .mainmenu > .mainmenu-ul > li::before, #top-head.fixed .mainmenu > .mainmenu-ul > li::after,
  body.other #top-head .mainmenu > .mainmenu-ul > li::before,
  body.other #top-head .mainmenu > .mainmenu-ul > li::after {
    background-color: #00cb79;
  }
  #top-head.fixed .mainmenu > .mainmenu-ul > li:has(.current)::before, #top-head.fixed .mainmenu > .mainmenu-ul > li:has(.current)::after,
  body.other #top-head .mainmenu > .mainmenu-ul > li:has(.current)::before,
  body.other #top-head .mainmenu > .mainmenu-ul > li:has(.current)::after {
    background-color: transparent;
  }
  #top-head.fixed .mainmenu > .mainmenu-ul > li a.drawer-menu-item,
  body.other #top-head .mainmenu > .mainmenu-ul > li a.drawer-menu-item {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #222;
  }
  #top-head.fixed .mainmenu > .mainmenu-ul > li a.drawer-menu-item.current,
  body.other #top-head .mainmenu > .mainmenu-ul > li a.drawer-menu-item.current {
    color: #999;
  }
  #top-head.fixed .init-bottom:after,
  body.other #top-head .init-bottom:after {
    border-right: 2px solid #00cb79;
    border-bottom: 2px solid #00cb79;
  }
  .index #fixedhead h1.logo a span {
    letter-spacing: -0.25em;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
  }
  .index #fixedhead h1.logo a span.fade-time-1 {
    animation-name: RightToLeft-1;
  }
  .index #fixedhead h1.logo a span.fade-time-2 {
    animation-name: RightToLeft-2;
  }
  .index #fixedhead h1.logo a span.fade-time-3 {
    animation-name: RightToLeft-3;
  }
  .index #fixedhead h1.logo a span.fade-time-4 {
    animation-name: RightToLeft-4;
  }
  .index #fixedhead h1.logo a span.fade-time-5 {
    animation-name: RightToLeft-5;
  }
  .index #fixedhead h1.logo a span.fade-time-6 {
    animation-name: RightToLeft-6;
  }
  .index #fixedhead h1.logo a span.fade-time-7 {
    animation-name: RightToLeft-7;
  }
  .index #fixedhead h1.logo a span.fade-time-8 {
    animation-name: RightToLeft-8;
  }
}
@media screen and (max-width: 959px), print {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /************************************************************************

    header【SP】

  ************************************************************************/
  #top-head {
    z-index: 9999;
  }
  .header,
  .inner {
    padding: 0;
    width: 100%;
    min-width: 100%;
    z-index: 9999;
  }
  .header {
    position: fixed;
    top: 0;
  }
  .header.fixed {
    padding-top: 0;
  }
  .header .inner .b-header_display {
    background: rgba(255, 255, 255, 0);
    height: 52px;
    position: relative;
    width: 100%;
  }
  .header .inner .b-header_display .logo {
    display: none !important;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-left: 56px;
  }
  .header .inner .b-header_display .logo a,
  .header .inner .b-header_display .logo p {
    transition: 0.2s ease-in-out;
    color: #fff;
    display: block;
    font-size: 30px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    height: 50px;
    width: auto;
  }
  .header .inner .b-header_display .logo a {
    cursor: pointer;
  }
  .header .inner .b-header_display .logo a span {
    letter-spacing: -0.25em;
  }
  .header .inner .b-header_display .logo .logo--mark {
    height: 32px;
    width: auto;
    position: absolute;
    top: 9px;
    left: 16px;
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
  }
  .mainmenu-ul {
    box-sizing: border-box;
    height: 100%;
    padding-top: 80px;
  }
  .mainmenu-ul .mainmenu-list {
    box-sizing: border-box;
    padding: 0;
    line-height: 60px;
    width: 100%;
    position: relative;
  }
  .mainmenu-ul .mainmenu-list .drawer-menu-item {
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
  }
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7777;
  }
  .drawer-nav {
    width: 100%;
  }
  .drawer--right .drawer-nav {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer-hamburger {
    padding: 0;
    padding-top: 16px;
    padding-right: 0.75rem;
    padding-bottom: 24px;
    padding-left: 0.75rem;
  }
  .drawer-dropdown-menu {
    background: #f8f8f8;
    padding: 20px 0;
  }
  .drawer-dropdown-menu-item {
    transition: 0.2s ease-in-out;
    line-height: 48px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .drawer-dropdown-menu-item:hover {
    color: #00cb79;
    text-decoration: none;
  }
  .drawer-dropdown-menu-item.drawer-dropdown-menu-item--top {
    text-align: center;
    font-size: 18px;
  }
  .drawer-dropdown-menu-item i {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #00cb79;
    margin-right: 16px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 16px;
  }
  .drawer-dropdown .drawer-caret {
    width: 8px;
    height: 8px;
    border: none;
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .drawer-dropdown .drawer-caret::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #00cb79;
    border-right: 2px solid #00cb79;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .drawer-dropdown.open .drawer-caret::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #00cb79;
    border-right: 2px solid #00cb79;
    position: absolute;
    top: -8px;
    right: 0;
  }
}
/*************************
   .fixed
  *************************/
#top-head.fixed,
body.other #top-head {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#top-head.fixed .inner .b-header_display,
body.other #top-head .inner .b-header_display {
  background: rgb(255, 255, 255);
}
#top-head.fixed .inner .b-header_display .logo,
body.other #top-head .inner .b-header_display .logo {
  display: block !important;
}
#top-head.fixed .inner .b-header_display .logo a,
#top-head.fixed .inner .b-header_display .logo p,
body.other #top-head .inner .b-header_display .logo a,
body.other #top-head .inner .b-header_display .logo p {
  transition: 0.2s ease-in-out;
  color: #00cb79;
  font-size: 24px;
}

.index #top-head.fixed h1.logo a span {
  letter-spacing: -0.25em;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}
.index #top-head.fixed h1.logo a span.fade-time-1 {
  animation-name: RightToLeft-1;
}
.index #top-head.fixed h1.logo a span.fade-time-2 {
  animation-name: RightToLeft-2;
}
.index #top-head.fixed h1.logo a span.fade-time-3 {
  animation-name: RightToLeft-3;
}
.index #top-head.fixed h1.logo a span.fade-time-4 {
  animation-name: RightToLeft-4;
}
.index #top-head.fixed h1.logo a span.fade-time-5 {
  animation-name: RightToLeft-5;
}
.index #top-head.fixed h1.logo a span.fade-time-6 {
  animation-name: RightToLeft-6;
}
.index #top-head.fixed h1.logo a span.fade-time-7 {
  animation-name: RightToLeft-7;
}
.index #top-head.fixed h1.logo a span.fade-time-8 {
  animation-name: RightToLeft-8;
}

/*-----------------------------------------------------------------------------------


  # footer pc


-----------------------------------------------------------------------------------*/
.b-foot {
  background: transparent;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: 100%;
  /*　page-top　*/
}
.b-foot .btn-pagetop {
  display: block;
  height: 80px;
  width: 100%;
  position: relative;
}
.b-foot .btn-pagetop a {
  transition: 0.2s ease-in-out;
  background: #f8f8f8;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  color: #222;
  display: block;
  font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.b-foot .btn-pagetop a::before {
  transition: 0.2s ease-in-out;
  content: "";
  background: #00cb79;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 60px;
}
.b-foot .btn-pagetop a::after {
  transition: 0.2s ease-in-out;
  content: "";
  background: #222;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 60px;
}
.b-foot .btn-pagetop a:hover {
  color: #00cb79;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.b-foot .btn-pagetop a:hover::before {
  height: 100px;
}
.b-foot .btn-pagetop a:hover::after {
  height: 50px;
}
.b-foot__inner {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 50px 0 30px;
  width: 100%;
  height: 100%;
}
.b-foot-sns__container {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 2%;
}
.b-foot-sns__wrap {
  display: flex;
  justify-content: center;
}
.b-foot-sns__item {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 20px 0;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  padding: 3px;
}
.b-foot-sns__link {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 40px;
  display: block;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.b-foot-sns__link--fb {
  background: #1777f2;
}
.b-foot-sns__link--tw {
  background: #1da1f2;
}
.b-foot-sns__link:hover {
  background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), rgba(117, 227, 0, 0.8));
}
.b-foot-nav__container {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin: 0 auto 50px;
}
.b-foot-nav__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}
.b-foot-nav__link {
  transition: 0.2s ease-in-out;
  color: #222;
  display: inline-block;
  font-size: 12px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 500;
  margin: 8px 10px;
  position: relative;
}
.b-foot-nav__link::after {
  transition: 0.2s ease-in-out;
  background: #00cb79;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.b-foot-nav__link:hover::after {
  width: 100%;
}
.b-foot-copy {
  font-size: 10px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: center;
  margin: 10px auto;
}

/*-----------------------------------------------------------------------------------


  # footer sp


-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  .b-foot .b-foot-nav__wrap {
    flex-flow: column;
  }
}
@media screen and (min-width: 960px) {
  /************************************************************************

    eyecatch【index】

  ************************************************************************/
  #index .b-eyecatch {
    height: 680px;
    height: 100vh;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #index .b-eyecatch__page-ttl {
    color: #fff;
    font-size: 100px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
    animation-name: fadeInEyecatch;
    animation-duration: 3s;
    animation-iteration-count: 1;
  }
  #index .b-eyecatch__page-ttl__logo-svg {
    outline: none;
    border: none;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    width: auto;
    margin-bottom: -30px;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item .st0 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    fill: #fff;
    stroke: transparent;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: hello0 3.5s ease-in 0s;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item .st1 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    fill: #222;
    stroke: transparent;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: hello1 3.5s ease-in 0s;
  }
  #index .b-eyecatch__page-lead {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5em;
    animation-name: fadeInEyecatch;
    animation-duration: 4s;
    animation-iteration-count: 1;
  }
  /************************************************************************

    body.index

  ************************************************************************/
  body.index .container {
    background: transparent;
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px 80px;
    height: auto;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.index .container.b-concept .bg, body.index .container.b-news .bg, body.index .container.b-about .bg, body.index .container.b-contact .bg, body.index .container.b-recruitment .bg {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  body.index .container.b-concept .bg {
    background-color: rgba(255, 255, 255, 0.25);
    animation-name: fadeInLeft;
  }
  body.index .container.b-about .bg {
    background-color: #f3f3f3;
    animation-name: fadeInRight;
  }
  body.index .container.b-news .bg {
    background-color: #f8f8f8;
    animation-name: fadeInLeft;
  }
  body.index .container.b-contact .bg {
    background-color: #f3f3f3;
    animation-name: fadeInRight;
  }
  body.index .container.b-recruitment .bg {
    background-color: #00cb79;
    animation-name: fadeInLeft;
  }
  body.index .container.b-concept .inner, body.index .container.b-about .inner, body.index .container.b-news .inner, body.index .container.b-contact .inner, body.index .container.b-recruitment .inner {
    opacity: 0;
    -webkit-opacity: 0;
  }
  body.index .container.b-concept .inner.act, body.index .container.b-about .inner.act, body.index .container.b-news .inner.act, body.index .container.b-contact .inner.act, body.index .container.b-recruitment .inner.act {
    animation-name: fadeInIndex;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    z-index: 1;
    opacity: 1;
    -webkit-opacity: 1;
  }
  body.index .container.b-about {
    padding: 100px 16px;
  }
  body.index .container .container__ttl {
    width: 100%;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 120%;
  }
  body.index .container .b-bg {
    position: relative;
  }
  body.index .container .b-bg .arrowWrap {
    animation-name: fadeInIndex;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    position: absolute;
    bottom: 0;
    height: 200px;
  }
  body.index .container .b-bg .arrowWrap--left {
    left: 0;
  }
  body.index .container .b-bg .arrowWrap--right {
    right: 0;
  }
  body.index .container .b-bg .arrowInner--white p {
    color: #fff;
  }
  body.index .container .b-bg .arrowInner--white .arrow::before {
    background-color: #fff;
  }
  body.index .container .b-bg .arrowInner--dark p {
    color: #222;
  }
  body.index .container .b-bg .arrowInner--dark .arrow::before {
    background-color: #222;
  }
  body.index .container .b-bg .arrowInner p {
    letter-spacing: 0.2em;
    font-size: 9px;
    text-align: end;
    transform: rotate(90deg);
  }
  body.index .container .b-bg .arrowInner .arrow {
    width: 1px;
    height: 100px;
    margin: 20px auto 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  body.index .container .b-bg .arrowInner .arrow::before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    margin: 50px auto;
    position: absolute;
    top: -160px;
    left: 0;
    animation: arrow 2.5s ease 0s infinite normal;
  }
  body.index .container .arrowInner {
    display: none;
  }
  body.index .container .bg .arrowInner {
    display: block;
  }
  body.index .b-concept .container__ttl {
    color: #fff;
    font-size: 64px;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 800;
  }
  body.index .b-concept .container__ttl em {
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 400;
  }
  body.index .b-concept .container__txt {
    padding: 30px 0 0;
  }
  body.index .b-concept .container__txt--sentence {
    color: #fff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
  }
  body.index .b-about .inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .b-about .inner .container__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  body.index .b-about .inner .container__item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 32px;
  }
  body.index .b-about .inner .container__item h3 {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 700;
  }
  body.index .b-about .inner .container__item__thumb {
    border-radius: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    line-height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 10px;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 50px auto 40px;
  }
  body.index .b-about .inner .container__item__thumb img {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.index .b-about .inner .container__item-02 {
    margin-top: 60px;
  }
  body.index .b-contact .inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body.index .b-contact .inner .b-definition_list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    font-weight: 400;
  }
  body.index .b-contact .inner .b-definition_list__row {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-definition_list__label {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    width: 20%;
    display: table-cell;
    font-weight: 700;
    padding: 20px;
    border-right: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-definition_list__data {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 80%;
    display: table-cell;
    padding: 20px;
    border-right: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-info-video {
    width: min(800px, 100%);
    aspect-ratio: 16/9;
    margin-top: 80px;
    margin-inline: auto;
  }
  body.index .b-contact .inner .b-info-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.index .b-contact .inner .b-map {
    border-radius: 10px;
    width: 100%;
    height: 420px;
    max-width: 1200px;
    overflow: hidden;
    margin: 80px auto;
  }
  body.index .b-contact .inner .b-mapItem {
    filter: invert(90%) hue-rotate(320deg) contrast(110%);
    -webkit-filter: invert(90%) hue-rotate(320deg) contrast(110%);
  }
}
@media screen and (max-width: 959px) {
  /************************************************************************

    eyecatch【index】

  ************************************************************************/
  #index .b-eyecatch {
    height: 680px;
    height: 100vh;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #index .b-eyecatch__page-ttl {
    color: #fff;
    font-size: 50px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
    animation-name: fadeInEyecatch;
    animation-duration: 3.5s;
    animation-iteration-count: 1;
  }
  #index .b-eyecatch__page-ttl__logo-svg {
    outline: none;
    border: none;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
    width: auto;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item .st0 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    fill: #fff;
    stroke: transparent;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: hello0 3s ease-in 0s;
  }
  #index .b-eyecatch__page-ttl__logo-svg__item .st1 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    fill: #222;
    stroke: transparent;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: hello1 3s ease-in 0s;
  }
  #index .b-eyecatch__page-lead {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    animation-name: fadeInEyecatch;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
  }
  /************************************************************************

    body.index

  ************************************************************************/
  body.index .container {
    background: transparent;
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0 80px;
    height: auto;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.index .container h2 {
    text-align: center;
  }
  body.index .container.b-concept .bg, body.index .container.b-news .bg, body.index .container.b-about .bg, body.index .container.b-contact .bg, body.index .container.b-recruitment .bg {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  body.index .container.b-concept .bg {
    background-color: rgba(255, 255, 255, 0.25);
    animation-name: fadeInLeft;
  }
  body.index .container.b-about .bg {
    background-color: #f3f3f3;
    animation-name: fadeInRight;
  }
  body.index .container.b-news .bg {
    background-color: #f8f8f8;
    animation-name: fadeInLeft;
  }
  body.index .container.b-contact .bg {
    background-color: #f3f3f3;
    animation-name: fadeInRight;
  }
  body.index .container.b-recruitment .bg {
    background-color: #00cb79;
    animation-name: fadeInLeft;
  }
  body.index .container.b-concept .inner, body.index .container.b-about .inner, body.index .container.b-news .inner, body.index .container.b-contact .inner, body.index .container.b-recruitment .inner {
    opacity: 0;
    -webkit-opacity: 0;
  }
  body.index .container.b-concept .inner.act, body.index .container.b-about .inner.act, body.index .container.b-news .inner.act, body.index .container.b-contact .inner.act, body.index .container.b-recruitment .inner.act {
    animation-name: fadeInIndex;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    z-index: 1;
    opacity: 1;
    -webkit-opacity: 1;
  }
  body.index .container.b-about {
    padding: 100px 0 100px;
  }
  body.index .container.b-recruitment {
    min-height: 0;
    padding: 80px 0;
  }
  body.index .container .container__ttl {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
  }
  body.index .container .b-bg {
    position: relative;
  }
  body.index .container .b-bg .arrowWrap {
    animation-name: fadeInIndex;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    position: absolute;
    bottom: 0;
    height: 200px;
  }
  body.index .container .b-bg .arrowWrap--left {
    left: 0;
  }
  body.index .container .b-bg .arrowWrap--right {
    right: 0;
  }
  body.index .container .b-bg .arrowInner--white p {
    color: #fff;
  }
  body.index .container .b-bg .arrowInner--white .arrow::before {
    background-color: #fff;
  }
  body.index .container .b-bg .arrowInner--dark p {
    color: #222;
  }
  body.index .container .b-bg .arrowInner--dark .arrow::before {
    background-color: #222;
  }
  body.index .container .b-bg .arrowInner p {
    letter-spacing: 0.2em;
    font-size: 9px;
    text-align: end;
    transform: rotate(90deg);
  }
  body.index .container .b-bg .arrowInner .arrow {
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  body.index .container .b-bg .arrowInner .arrow::before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    margin: 20px auto;
    position: absolute;
    top: -160px;
    left: 0;
    animation: arrow 2.5s ease 0s infinite normal;
  }
  body.index .container .arrowInner {
    display: none;
  }
  body.index .container .bg .arrowInner {
    display: block;
  }
  body.index .b-concept .container__ttl {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
  }
  body.index .b-concept .container__ttl em {
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  }
  body.index .b-concept .container__txt {
    padding: 30px 0 0;
  }
  body.index .b-concept .container__txt--sentence {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
  }
  body.index .b-about .inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .b-about .inner .container__list {
    width: 100%;
    padding: 80px 0;
  }
  body.index .b-about .inner .container__item {
    display: block;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px 80px;
  }
  body.index .b-about .inner .container__item h3 {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 700;
  }
  body.index .b-about .inner .container__item__thumb {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 120px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .b-about .inner .container__item__thumb img {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.index .b-about .inner .container__txt--sentence {
    width: 80%;
    margin: 0 10%;
  }
  body.index .b-contact .inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body.index .b-contact .inner .b-definition_list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-definition_list__row {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
  }
  body.index .b-contact .inner .b-definition_list__label {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    width: 25%;
    display: table-cell;
    font-weight: 500;
    padding: 16px;
    border-right: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-definition_list__data {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 75%;
    display: table-cell;
    padding: 16px;
    border-right: 1px solid #ececec;
  }
  body.index .b-contact .inner .b-definition_list__data h3 {
    font-weight: 300;
  }
  body.index .b-contact .inner .b-info-video {
    width: 90%;
    margin-top: 80px;
    aspect-ratio: 16/9;
    margin-inline: auto;
  }
  body.index .b-contact .inner .b-info-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.index .b-contact .inner .b-map {
    border-radius: 10px;
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin: 80px auto;
  }
  body.index .b-contact .inner .b-mapItem {
    filter: invert(90%) hue-rotate(320deg) contrast(110%);
    -webkit-filter: invert(90%) hue-rotate(320deg) contrast(110%);
  }
}
@media screen and (min-width: 960px) {
  /************************************************************************

    eyecatch【common】

  ************************************************************************/
  body.other .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 100%;
    height: 200px;
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body.other .b-eyecatch::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  body.other .b-eyecatch__page-cate {
    color: #ececec;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
  body.other .b-eyecatch__page-ttl {
    font-size: 50px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
    background-image: url("../img/main_v.jpg");
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.other .b-eyecatch__page-lead {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  body.other.about .b-eyecatch__page-ttl,
  body.other.contact-top .b-eyecatch__page-ttl,
  body.other.news-top .b-eyecatch__page-ttl,
  body.other.recruit .b-eyecatch__page-ttl,
  body.other.performance .b-eyecatch__page-ttl,
  body.other.message .b-eyecatch__page-ttl,
  body.other.bprecruitment .b-eyecatch__page-ttl,
  body.other.environment .b-eyecatch__page-ttl,
  body.other.business .b-eyecatch__page-ttl,
  body.other.csr .b-eyecatch__page-ttl {
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
  body.other.about .b-eyecatch__page-lead,
  body.other.contact-top .b-eyecatch__page-lead,
  body.other.news-top .b-eyecatch__page-lead,
  body.other.recruit .b-eyecatch__page-lead,
  body.other.performance .b-eyecatch__page-lead,
  body.other.message .b-eyecatch__page-lead,
  body.other.bprecruitment .b-eyecatch__page-lead,
  body.other.environment .b-eyecatch__page-lead,
  body.other.business .b-eyecatch__page-lead,
  body.other.csr .b-eyecatch__page-lead {
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
  body.other.about .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, #00cb79, rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.contact-top .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(117, 227, 0, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.news-top .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(232, 0, 0, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.recruit .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(123, 0, 255, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.performance .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(232, 0, 182, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.message .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.bprecruitment .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.environment .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.business .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.csr .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  /************************************************************************

    body.other（common）

  ************************************************************************/
  body.other main {
    overflow: hidden;
  }
  body.other .b-breadcrumb {
    background: #f8f8f8;
    display: flex;
    width: 100%;
  }
  body.other .b-breadcrumb-inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 94%;
    max-width: 1100px;
    padding: 0 3%;
    height: 32px;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  }
  body.other .b-breadcrumb-inner div {
    display: inline-block;
    font-size: 12px;
    color: #999;
  }
  body.other .b-breadcrumb-inner i {
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #999;
  }
  body.other .b-breadcrumb-inner div a {
    display: inline-flex;
    align-items: center;
    background: #00cb79;
    border-radius: 3px;
    color: #fff;
    padding: 0px 5px;
    height: 16px;
    line-height: 16px;
  }
  body.other .container {
    background: #fff;
  }
  body.other .container .container__inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 94%;
    max-width: 1100px;
    min-height: 480px;
    padding: 80px 3%;
    margin-left: auto;
    margin-right: auto;
  }
  body.other .container .container__inner h2.container__cont-ttl {
    color: #555;
    font-size: 30px;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 56px;
    margin-bottom: 56px;
    text-align: center;
    position: relative;
  }
  body.other .container .container__inner h2.container__cont-ttl::before {
    background: #00cb79;
    content: "";
    width: 140px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  body.other .container .container__inner h2.container__cont-ttl::after {
    background: #999;
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  /************************************************************************

    body.about

  ************************************************************************/
  body.about .container .container__inner--about {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 80px 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    background-size: auto 200%;
    background-repeat: no-repeat;
    min-height: 300px;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    width: 90%;
    opacity: 0;
    margin-top: 30px;
    position: relative;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list:hover {
    transition: 0.2s ease-in-out;
    transform: scale(1.02);
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    width: 100%;
    height: 300px;
    padding: 70px 40px;
    text-align: center;
    z-index: 2;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .fas,
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .far {
    font-size: 45px;
    padding: 40px auto;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .about-page-ttl {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 70px;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .about-page-name {
    font-size: 30px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-1 {
    background-color: #f3f4e6;
    background-image: url(../img/about/istockphoto-125142319-philosophy.jpg);
    background-position: 0 center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-2 {
    background-color: #f8e5bd;
    background-image: url(../img/about/istockphoto-471900993-message.jpg);
    background-position: 100% 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-3 {
    background-color: #bfd9d6;
    background-image: url(../img/about/istockphoto-596344072-ourbusiness.jpg);
    background-position: 0 center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-4 {
    background-color: #edeef3;
    background-image: url(../img/about/istockphoto-134437071-corporate.jpg);
    background-position: 100% center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.lr.go {
    display: block;
    animation-name: fadeInLeft;
    opacity: 1;
    border-radius: 0 10px 10px 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.lr.go .b-about__link {
    border-radius: 0 10px 10px 0;
    padding-left: 30%;
    background: linear-gradient(90deg, rgba(0, 151, 227, 0.1), rgba(0, 203, 122, 0.95));
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.rl.go {
    display: block;
    animation-name: fadeInRight;
    opacity: 1;
    margin-left: 10%;
    border-radius: 10px 0 0 10px;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.rl.go .b-about__link {
    border-radius: 10px 0 0 10px;
    padding-right: 30%;
    background: linear-gradient(90deg, rgba(0, 203, 122, 0.95), rgba(0, 151, 227, 0.1));
  }
  /************************************************************************

    body.about--philosophy

  ************************************************************************/
  body.about-philosophy .container {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  }
  body.about-philosophy .t-sentence {
    font-size: 20px;
    font-weight: 300;
    margin: 40px 0;
  }
  body.about-philosophy .b-theme__wrap {
    background-image: url(../img/about/istockphoto-996184198-partonership.jpg);
    background-size: auto 100%;
    backgroud-position: 0 center;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    animation: fuwafuwa 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  body.about-philosophy .b-theme__inner {
    background: linear-gradient(45deg, rgba(0, 151, 227, 0.8), rgb(0, 203, 122));
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.about-philosophy .b-theme__item {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
  }
  body.about-philosophy .b-philosophy__wrap {
    padding-top: 60px;
  }
  body.about-philosophy .b-philosophy__list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 280px;
    padding: 20px 0;
  }
  body.about-philosophy .b-philosophy__list:nth-child(odd) .b-philosophy__list__icon {
    float: left;
    animation: fuwafuwa 4s linear infinite;
    margin-right: 40px;
  }
  body.about-philosophy .b-philosophy__list:nth-child(even) .b-philosophy__list__icon {
    float: right;
    animation: fuwafuwa 3.5s linear infinite;
    margin-left: 40px;
  }
  body.about-philosophy .b-philosophy__list:nth-child(even) .b-philosophy__list__lead {
    text-align: right;
  }
  body.about-philosophy .b-philosophy__list:nth-child(even) .b-philosophy__list__sentence {
    text-align: right;
  }
  body.about-philosophy .b-philosophy__list__icon {
    background: linear-gradient(45deg, rgb(0, 151, 227), rgb(0, 203, 122));
    width: 240px;
    height: 240px;
    border-radius: 50%;
    transform-origin: 50% 50%;
  }
  body.about-philosophy .b-philosophy__list__icon__inner {
    width: 240px;
    height: 240px;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weihgt: 900;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.about-philosophy .b-philosophy__list__lead {
    color: #555;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 500;
  }
  body.about-philosophy .b-philosophy__list__sentence {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.8em;
  }
  /************************************************************************

    body.about--ourBusiness

  ************************************************************************/
  body.about-ourBusiness .container .container__inner h2.container__cont-ttl {
    margin-bottom: 0;
  }
  body.about-ourBusiness .b-about__container__sentence {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  body.about-ourBusiness .b-content {
    padding: 100px 0 50px;
    position: relative;
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl {
    color: #555;
    font-size: 36px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl__en {
    color: #f8f8f8;
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 120px;
    text-align: center;
    position: absolute;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 100%;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl__en.sizeS {
    font-size: 80px;
  }
  body.about-ourBusiness .b-content .b-about-list__wrap {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: inline;
    z-index: 1;
  }
  body.about-ourBusiness .b-content .b-about-list__item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 30px auto;
    padding: 0 40px;
    width: 49%;
    position: relative;
  }
  body.about-ourBusiness .b-content .b-about-list__item:nth-child(even) {
    border-left: 1px dotted #999;
  }
  body.about-ourBusiness .b-content .b-about-list__item:nth-child(odd) {
    clear: both;
  }
  body.about-ourBusiness .b-content .b-about-list__item .container__cont-grandson-ttl {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(45deg, rgb(0, 203, 122), rgb(0, 203, 122), rgb(0, 151, 227));
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 16px;
    margin-bottom: 20px;
  }
  body.about-ourBusiness .b-content .b-about-list__item .t-sentence {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 20px;
  }
  /************************************************************************

    body.about--corporate

  ************************************************************************/
  body.about-corporate .b-definition_list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    margin: 50px auto 80px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__row {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__label {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    width: 20%;
    display: table-cell;
    font-weight: 700;
    padding: 20px;
    border-right: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__data {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 80%;
    display: table-cell;
    padding: 20px;
    border-right: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__data h3 {
    font-weight: 300;
  }
  /************************************************************************

    body.contact

  ************************************************************************/
  body.contact #error_message.alert.alert-danger {
    background: #fff7b8;
    border-radius: 8px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffa703;
    font-size: 14px;
    font-weight: 600;
    width: 800px;
    padding: 20px 16px;
    position: relative;
    margin: 20px auto;
    text-align: center;
  }
  body.contact #error_message.alert.alert-danger::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff7b8 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
  }
  body.contact input::-moz-placeholder, body.contact textarea::-moz-placeholder {
    color: #999;
  }
  body.contact input::placeholder,
  body.contact textarea::placeholder {
    color: #999;
  }
  body.contact [type=button],
  body.contact [type=reset],
  body.contact [type=submit],
  body.contact button {
    -webkit-appearance: button;
  }
  body.contact button,
  body.contact input {
    overflow: visible;
  }
  body.contact .btn {
    background-color: #999;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    transition: 0.2s ease-in-out;
  }
  body.contact .btn:hover {
    opacity: 0.75;
  }
  body.contact .b-entry-form {
    margin: 0 auto;
    width: 800px;
  }
  body.contact .b-entry-form .form-group.row {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    display: flex;
    /*&:nth-child(even){
      background: #f8f8f8;
    }*/
  }
  body.contact .b-entry-form .form-group.row.border-none {
    border-bottom: none;
    padding: 20px 0 0;
  }
  body.contact .b-entry-form .form-group.row .col-sm-3 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    padding: 0 30px 0 0;
    text-align: right;
    line-height: 40px;
  }
  body.contact .b-entry-form .form-group.row .col-sm-3 .badge.badge-danger {
    background: #ffa703;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 5px;
  }
  body.contact .b-entry-form .form-group.row .col-form-label {
    color: #555;
    font-weight: 400;
  }
  body.contact .b-entry-form .form-group.row .col-sm-9 {
    width: 70%;
    position: relative;
  }
  body.contact .b-entry-form .form-group.row .col-sm-9 .confirm-data {
    padding-top: 8px;
  }
  body.contact .b-entry-form .form-group.row .alert.alert-danger {
    background: #fff7b8;
    border-radius: 8px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffa703;
    font-size: 12px;
    width: 100%;
    padding: 8px 16px;
    position: relative;
    margin: 15px auto 10px;
  }
  body.contact .b-entry-form .form-group.row .alert.alert-danger::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff7b8 transparent;
    position: absolute;
    left: 50px;
    top: -10px;
  }
  body.contact .b-entry-form .form-group.row .form-control {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #f3f3f3;
    -o-border-image: initial;
       border-image: initial;
    color: -internal-light-dark-color(black, white);
    display: inline-block;
    font: 400 11px system-ui;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0em;
    min-height: 40px;
    padding: 10px;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    text-rendering: auto;
    max-width: 560px;
  }
  body.contact .b-entry-form .form-group.row .form-control:focus {
    background-color: #f8f8f8;
    border-color: #00cb79;
  }
  body.contact .b-entry-form .form-group.row .form-control.w100 {
    width: 100%;
  }
  body.contact .b-entry-form .form-group.row .form-control.w50 {
    width: 50%;
  }
  body.contact .b-entry-form .form-group.row select#work {
    background: #f8f8f8;
    border-radius: 5px;
    height: 40px;
    width: 100%;
  }
  body.contact .b-entry-form .form-group.row .input-group {
    display: flex;
  }
  body.contact .b-entry-form .form-group.row .input-group-prepend {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 -1px 0 0;
    text-align: center;
  }
  body.contact .b-entry-form .form-group.row .input-group-text {
    color: #fff;
  }
  body.contact .b-entry-form .form-group.row #zipcode.form-control {
    border-radius: 0 5px 5px 0;
  }
  body.contact .b-entry-form .form-group.row .col-sm-5 {
    position: absolute;
    top: 0;
    left: calc(50% + 40px + 16px);
  }
  body.contact .b-entry-form .form-group.row .btn.btn-info {
    background-color: #1f9aff;
  }
  body.contact .b-entry-form .form-group.row .radio {
    margin: 0.5rem;
    color: #555;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label:before {
    content: "";
    background: #ececec;
    border-radius: 100%;
    border: 1px solid #ececec;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:checked + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:checked + .radio-label:before {
    background-color: #00cb79;
    box-shadow: inset 0 0 0 4px #ececec;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:focus + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #00cb79;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #ececec;
    border-color: #acacac;
    background: #acacac;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
  }
  body.contact .b-entry-form .form-group.row .img-captcha {
    display: block;
    margin-bottom: 15px;
  }
  body.contact .b-entry-form .b-contact-btnArea {
    display: flex;
  }
  body.contact .b-entry-form .b-contact-btnArea .btn.btn-secondary {
    margin: 50px auto;
    text-align: center;
    padding: 0 60px;
    display: inline-block;
  }
  body.contact .b-entry-form .b-contact-btnArea .btn.btn-primary {
    background: #00cb79;
    margin: 50px auto;
    text-align: center;
    padding: 0 60px;
    display: inline-block;
  }
  body.contact .text-right {
    text-align: right;
    color: #ccc;
    font-size: 10px;
    padding: 0 20px 20px;
  }
  body.contact .text-right #powered_by_me a {
    color: #ccc;
  }
  /***************************************************************************

   news

  ***************************************************************************/
  #news .container {
    background: #f3f3f3;
  }
  #news-page {
    font-size: 16px !important;
  }
  #news-page .b-eyecatch {
    height: 100px;
  }
  #news-page .b-eyecatch__page-ttl {
    font-size: 32px;
  }
  #news-page .main .detailText,
  #news-page .main .detailText div,
  #news-page .main .detailText font,
  #news-page .main .detailText font span {
    font-weight: 300;
    line-height: 1.8em !important;
  }
  #news-page #up_ymd {
    margin: 30px 0;
  }
  body.news .newsWrap--all .newsList {
    max-width: 1200px;
  }
  .news {
    /* ページャー */
  }
  .news p.pager {
    margin: 40px auto 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .news p.pager a {
    display: inline-block;
    margin: 0 5px;
    background: #555;
    border: 1px solid #555;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .news p.pager a.current {
    background: #fff;
    border: 1px solid #555;
    color: #555;
    text-align: center;
  }
  body.news #contact-area,
  body.index #news #contact-area {
    min-height: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
  }
  body.news #contact-area {
    max-width: 1200px;
  }
  body.news .newsCatTtl,
  body.index #news .newsCatTtl {
    font-size: 24px;
    text-align: center;
    width: 90%;
    margin: 20px 5%;
  }
  body.news .article-text,
  body.index #news .article-text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  body.news .detailUpfile,
  body.index #news .detailUpfile {
    margin: 30px auto;
  }
  body.news ul#newsList,
  body.index #news ul#newsList {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fit, 346px);
    justify-content: center;
    gap: 40px;
    padding: 0 0;
    margin: 30px auto 50px;
    width: 100%;
    min-height: 100px;
    position: relative;
  }
  body.news ul#newsList:not(:has(.list_item)):before,
  body.index #news ul#newsList:not(:has(.list_item)):before {
    content: "記事はありません";
    color: #999;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  body.news ul#newsList .list_item,
  body.index #news ul#newsList .list_item {
    border-radius: 8px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    position: relative;
    min-height: 200px;
    box-shadow: 0 6px 6px rgba(80, 80, 80, 0.25);
  }
  body.news ul#newsList .list_item:hover,
  body.index #news ul#newsList .list_item:hover {
    transform: scale(0.98) translateY(8px);
    box-shadow: 0 2px 2px rgba(80, 80, 80, 0.25);
  }
  body.news ul#newsList .list_item__link,
  body.index #news ul#newsList .list_item__link {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    /*&:hover{
      background:rgba(255,255,255,.3);
    }*/
  }
  body.news ul#newsList .list_item .thumbNailWrap,
  body.index #news ul#newsList .list_item .thumbNailWrap {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 11px 11px 0 0;
    color: #999 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 10px;
    width: 100%;
    height: 0;
    padding-top: 30%;
    padding-bottom: 30%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  body.news ul#newsList .list_item .thumbNailWrap img,
  body.index #news ul#newsList .list_item .thumbNailWrap img {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.news ul#newsList .list_item__txt-area,
  body.index #news ul#newsList .list_item__txt-area {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  body.news ul#newsList .list_item__txt-area .newMark,
  body.index #news ul#newsList .list_item__txt-area .newMark {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    background-color: #00cb79;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    right: -8px;
    z-index: 2;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  body.news ul#newsList .list_item__txt-area .catName,
  body.index #news ul#newsList .list_item__txt-area .catName {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #999;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 10px;
    margin: 16px 10px 0;
    line-height: 24px;
    overflow: hidden;
    position: relative;
  }
  body.news ul#newsList .list_item__txt-area .title,
  body.index #news ul#newsList .list_item__txt-area .title {
    margin: 0 0 20px;
    padding: 20px 15px 0;
  }
  body.news ul#newsList .list_item__txt-area .title a,
  body.index #news ul#newsList .list_item__txt-area .title a {
    color: #555;
    line-height: 1.6em;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }
  body.news ul#newsList .list_item__txt-area .comment,
  body.index #news ul#newsList .list_item__txt-area .comment {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    padding: 0 15px;
  }
  body.news ul#newsList .list_item__txt-area .up_ymd,
  body.index #news ul#newsList .list_item__txt-area .up_ymd {
    text-align: right;
    color: #999;
    font-size: 12px;
    padding: 10px 15px 0;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  body.news ul#newsList .list_item__txt-area .up_ymd i,
  body.index #news ul#newsList .list_item__txt-area .up_ymd i {
    color: #00cb79;
    padding-right: 8px;
  }
  body.index #news ul#newsList {
    background: none;
    width: 90%;
  }
  body.index #news ul#newsList .list_item {
    width: 48%;
    border: none;
  }
  body.news .search {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
    padding: 60px 0 60px;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  body.news .search_item {
    background: #999;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 36px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  body.news .search_item::before {
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #555;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -15px;
    z-index: -1;
  }
  body.news .search_item:hover {
    transition: 0.2s ease-in-out;
  }
  body.news .search_item:hover::before {
    transition: 0.2s ease-in-out;
    width: 300px;
    height: 300px;
    background: #555;
    top: -36px;
    margin-left: -150px;
    z-index: -1;
  }
  body.news .search_item a {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  body.news,
  body.index {
    /*.search_item-all:hover::before{ background: $color-accent;}
    .search_item-0:hover::before{ background: $color-red;}
    .search_item-1:hover::before{ background: $color-blue;}
    .search_item-2:hover::before{ background: $color-darkGray;}*/
  }
  /****************************************
    アップロードファイルのサイズと真ん中寄せ
  *****************************************/
  .detailUpfile {
    margin: 25px auto;
    text-align: center;
  }
  .detailUpfile img {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    height: auto;
  }
  /***************************************************************************

   privacy-policy

  ***************************************************************************/
  body.privacy-policy .container .container__inner {
    width: 880px;
  }
  /************************************************************************

    message, environment, business, csr

  ************************************************************************/
  body.other.message .container .container__inner,
  body.other.environment .container .container__inner,
  body.other.business .container .container__inner,
  body.other.csr .container .container__inner {
    min-height: 0;
    padding: 100px 0 0;
  }
  /************************************************************************

    bprecruitment

  ************************************************************************/
  body.other.bprecruitment .container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body.other.bprecruitment .container .container__inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 959px) {
  /************************************************************************

    eyecatch【common】

  ************************************************************************/
  body.other .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 100%;
    height: 150px;
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.other .b-eyecatch__page-cate {
    color: #ececec;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }
  body.other .b-eyecatch__page-ttl {
    font-size: 24px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    background-image: url("../img/main_v.jpg");
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.other .b-eyecatch__page-lead {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  body.other.about .b-eyecatch__page-ttl,
  body.other.contact-top .b-eyecatch__page-ttl,
  body.other.news-top .b-eyecatch__page-ttl,
  body.other.recruit .b-eyecatch__page-ttl,
  body.other.performance .b-eyecatch__page-ttl,
  body.other.message .b-eyecatch__page-ttl,
  body.other.bprecruitment .b-eyecatch__page-ttl,
  body.other.environment .b-eyecatch__page-ttl,
  body.other.business .b-eyecatch__page-ttl,
  body.other.csr .b-eyecatch__page-ttl {
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
  body.other.about .b-eyecatch__page-lead,
  body.other.contact-top .b-eyecatch__page-lead,
  body.other.news-top .b-eyecatch__page-lead,
  body.other.recruit .b-eyecatch__page-lead,
  body.other.performance .b-eyecatch__page-lead,
  body.other.message .b-eyecatch__page-lead,
  body.other.bprecruitment .b-eyecatch__page-lead,
  body.other.environment .b-eyecatch__page-lead,
  body.other.business .b-eyecatch__page-lead,
  body.other.csr .b-eyecatch__page-lead {
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
  body.other.about-top .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, #00cb79, rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.contact-top .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(117, 227, 0, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.news-top .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(232, 0, 0, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.recruit .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(123, 0, 255, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.performance .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(232, 0, 182, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.message .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.bprecruitment .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.environment .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.business .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  body.other.csr .b-eyecatch {
    background: linear-gradient(-45deg, rgba(0, 151, 227, 0.8), #00cb79, rgba(0, 151, 227, 0.8), rgba(0, 151, 227, 0.8), #00cb79);
    background-size: 500% 100%;
    background-position: 100% center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInOut-BgColor;
  }
  /************************************************************************

    body.other

  ************************************************************************/
  body.other .b-breadcrumb {
    background: #f8f8f8;
    display: flex;
    width: 100%;
  }
  body.other .b-breadcrumb-inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    padding: 0 2%;
    height: 32px;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  }
  body.other .b-breadcrumb-inner div {
    display: inline-block;
    font-size: 12px;
    color: #999;
  }
  body.other .b-breadcrumb-inner i {
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #999;
  }
  body.other .b-breadcrumb-inner div a {
    display: inline-flex;
    align-items: center;
    background: #00cb79;
    border-radius: 3px;
    color: #fff;
    padding: 0px 5px;
    height: 16px;
    line-height: 16px;
  }
  body.other .container {
    background: #fff;
  }
  body.other .container .container__inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    padding: 60px 2%;
    margin-left: auto;
    margin-right: auto;
    min-height: 700px;
  }
  body.other .container .container__inner h2.container__cont-ttl {
    color: #555;
    font-size: 24px;
    font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1em;
    padding-bottom: 56px;
    margin-bottom: 56px;
    text-align: center;
    position: relative;
  }
  body.other .container .container__inner h2.container__cont-ttl::before {
    background: #00cb79;
    content: "";
    width: 140px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  body.other .container .container__inner h2.container__cont-ttl::after {
    background: #999;
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
  /************************************************************************

    body.about

  ************************************************************************/
  body.about .container .container__inner--about {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 80px 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    width: 96%;
    opacity: 0;
    margin-top: 20px;
    position: relative;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list:hover {
    transition: 0.2s ease-in-out;
    transform: scale(1.02);
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    width: 100%;
    height: 240px;
    padding: 50px 40px;
    text-align: center;
    z-index: 2;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .fas,
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .far {
    font-size: 45px;
    padding: 20px auto;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .about-page-ttl {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 70px;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list .b-about__link .about-page-name {
    font-size: 24px;
    font-family: "Righteous", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-1 {
    background-color: #f3f4e6;
    background-image: url(../img/about/istockphoto-125142319-philosophy.jpg);
    background-position: 0 center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-2 {
    background-color: #f8e5bd;
    background-image: url(../img/about/istockphoto-471900993-message.jpg);
    background-position: 100% 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-3 {
    background-color: #bfd9d6;
    background-image: url(../img/about/istockphoto-596344072-ourbusiness.jpg);
    background-position: 0 center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list-4 {
    background-color: #edeef3;
    background-image: url(../img/about/istockphoto-134437071-corporate.jpg);
    background-position: 100% center;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.lr.go {
    display: block;
    animation-name: fadeInLeft;
    opacity: 1;
    border-radius: 0 10px 10px 0;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.lr.go .b-about__link {
    border-radius: 0 10px 10px 0;
    padding-left: 30%;
    background: linear-gradient(90deg, rgba(0, 151, 227, 0.1), rgba(0, 203, 122, 0.95));
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.rl.go {
    display: block;
    animation-name: fadeInRight;
    opacity: 1;
    margin-left: 4%;
    border-radius: 10px 0 0 10px;
  }
  body.about .container .container__inner--about .b-about__wrap .b-about__list.rl.go .b-about__link {
    border-radius: 10px 0 0 10px;
    padding-right: 30%;
    background: linear-gradient(90deg, rgba(0, 203, 122, 0.95), rgba(0, 151, 227, 0.1));
  }
  /************************************************************************

    body.about--philosophy

  ************************************************************************/
  body.about-philosophy .container {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  }
  body.about-philosophy .t-sentence {
    font-size: 20px;
    font-weight: 300;
    margin: 40px 0;
  }
  body.about-philosophy .b-theme__wrap {
    background-image: url(../img/about/istockphoto-996184198-partonership.jpg);
    background-size: auto 100%;
    backgroud-position: 0 center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    animation: fuwafuwa 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  body.about-philosophy .b-theme__inner {
    background: linear-gradient(45deg, rgba(0, 151, 227, 0.8), rgb(0, 203, 122));
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.about-philosophy .b-theme__item {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: center;
  }
  body.about-philosophy .b-philosophy__wrap {
    padding-top: 60px;
  }
  body.about-philosophy .b-philosophy__list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 280px;
    padding: 20px 0;
  }
  body.about-philosophy .b-philosophy__list:nth-child(odd) .b-philosophy__list__icon {
    float: left;
    animation: fuwafuwa 4s linear infinite;
    margin-right: 40px;
  }
  body.about-philosophy .b-philosophy__list:nth-child(even) .b-philosophy__list__icon {
    float: right;
    animation: fuwafuwa 3.5s linear infinite;
    margin-left: 40px;
  }
  body.about-philosophy .b-philosophy__list:nth-child(even) .b-philosophy__list__lead {
    text-align: right;
  }
  body.about-philosophy .b-philosophy__list__icon {
    background: linear-gradient(45deg, rgb(0, 151, 227), rgb(0, 203, 122));
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    margin-left: auto;
    margin-right: auto;
  }
  body.about-philosophy .b-philosophy__list__icon__inner {
    width: 130px;
    height: 130px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weihgt: 900;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.about-philosophy .b-philosophy__list__lead {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
  }
  body.about-philosophy .b-philosophy__list__sentence {
    clear: both;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.8em;
    width: 90%;
    margin: 0 5%;
  }
  /************************************************************************

    body.about--ourBusiness

  ************************************************************************/
  body.about-ourBusiness .container .container__inner h2.container__cont-ttl {
    margin-bottom: 0;
  }
  body.about-ourBusiness .b-about__containter__sentence {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  body.about-ourBusiness .b-content {
    padding: 100px 0 50px;
    position: relative;
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl {
    color: #555;
    font-size: 28px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl__en {
    color: #f8f8f8;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 120px;
    text-align: center;
    position: absolute;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 100%;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
  }
  body.about-ourBusiness .b-content .container__cont-son-ttl__en.sizeS {
    font-size: 80px;
  }
  body.about-ourBusiness .b-content .b-about-list__wrap {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: inline;
    z-index: 1;
  }
  body.about-ourBusiness .b-content .b-about-list__item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 30px auto;
    padding: 0 16px;
    width: 49%;
    position: relative;
  }
  body.about-ourBusiness .b-content .b-about-list__item:nth-child(even) {
    border-left: 1px dotted #999;
  }
  body.about-ourBusiness .b-content .b-about-list__item:nth-child(odd) {
    clear: both;
  }
  body.about-ourBusiness .b-content .b-about-list__item .container__cont-grandson-ttl {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(45deg, rgb(0, 203, 122), rgb(0, 203, 122), rgb(0, 151, 227));
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 16px;
    margin-bottom: 20px;
  }
  body.about-ourBusiness .b-content .b-about-list__item .t-sentence {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0;
  }
  /************************************************************************

    body.about--corporate

  ************************************************************************/
  body.about-corporate .b-definition_list {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 50px auto 80px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__row {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
  }
  body.about-corporate .b-definition_list__label {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    width: 25%;
    min-width: 90px;
    display: table-cell;
    font-weight: 500;
    padding: 16px;
    border-right: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__data {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 75%;
    display: table-cell;
    padding: 16px;
    border-right: 1px solid #ececec;
  }
  body.about-corporate .b-definition_list__data h3 {
    font-weight: 300;
  }
  /************************************************************************

    body.contact

  ************************************************************************/
  body.contact #error_message.alert.alert-danger {
    background: #fff7b8;
    border-radius: 8px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffa703;
    font-size: 14px;
    font-weight: 600;
    width: 96%;
    padding: 20px 16px;
    position: relative;
    margin: 20px 2%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.contact #error_message.alert.alert-danger::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff7b8 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
  }
  body.contact input::-moz-placeholder, body.contact textarea::-moz-placeholder {
    color: #999;
  }
  body.contact input::placeholder,
  body.contact textarea::placeholder {
    color: #999;
  }
  body.contact [type=button],
  body.contact [type=reset],
  body.contact [type=submit],
  body.contact button {
    -webkit-appearance: button;
  }
  body.contact button,
  body.contact input {
    overflow: visible;
  }
  body.contact .btn {
    background-color: #999;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    transition: 0.2s ease-in-out;
  }
  body.contact .btn:hover {
    opacity: 0.75;
  }
  body.contact .b-entry-form {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3%;
    width: 94%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  body.contact .b-entry-form .form-group.row {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
  }
  body.contact .b-entry-form .form-group.row.border-none {
    border-bottom: none;
    padding: 20px 0 0;
  }
  body.contact .b-entry-form .form-group.row .col-sm-3 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
  }
  body.contact .b-entry-form .form-group.row .col-sm-3 .badge.badge-danger {
    background: #ffa703;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 5px;
  }
  body.contact .b-entry-form .form-group.row .col-form-label {
    color: #555;
    font-size: 14px;
    font-weight: 400;
  }
  body.contact .b-entry-form .form-group.row .col-sm-9 {
    width: 100%;
    position: relative;
  }
  body.contact .b-entry-form .form-group.row .alert.alert-danger {
    background: #fff7b8;
    border-radius: 8px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffa703;
    font-size: 12px;
    width: 100%;
    padding: 8px 16px;
    position: relative;
    margin: 15px auto 10px;
  }
  body.contact .b-entry-form .form-group.row .alert.alert-danger::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff7b8 transparent;
    position: absolute;
    left: 50px;
    top: -10px;
  }
  body.contact .b-entry-form .form-group.row .form-control {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    outline: none;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #f3f3f3;
    -o-border-image: initial;
       border-image: initial;
    color: -internal-light-dark-color(black, white);
    display: inline-block;
    font: 400 11px system-ui;
    font-size: 16px;
    letter-spacing: normal;
    margin: 8px 0 0;
    min-height: 40px;
    padding: 10px;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    text-rendering: auto;
    max-width: 100%;
  }
  body.contact .b-entry-form .form-group.row .form-control:focus {
    background-color: #f8f8f8;
    border-color: #00cb79;
  }
  body.contact .b-entry-form .form-group.row .form-control.w100 {
    width: 100%;
  }
  body.contact .b-entry-form .form-group.row .form-control.w50 {
    width: 60%;
  }
  body.contact .b-entry-form .form-group.row select#work {
    background: #f8f8f8;
    border-radius: 5px;
    height: 40px;
    width: 100%;
  }
  body.contact .b-entry-form .form-group.row .input-group {
    display: flex;
  }
  body.contact .b-entry-form .form-group.row .input-group-prepend {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 8px -1px 0 0;
    text-align: center;
  }
  body.contact .b-entry-form .form-group.row .input-group-text {
    color: #fff;
  }
  body.contact .b-entry-form .form-group.row #zipcode.form-control {
    border-radius: 0 5px 5px 0;
  }
  body.contact .b-entry-form .form-group.row .btn.btn-info {
    background-color: #1f9aff;
    margin-top: 20px;
  }
  body.contact .b-entry-form .form-group.row .radio {
    margin: 0.5rem;
    color: #555;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label:before {
    content: "";
    background: #ececec;
    border-radius: 100%;
    border: 1px solid #ececec;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:checked + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:checked + .radio-label:before {
    background-color: #00cb79;
    box-shadow: inset 0 0 0 4px #ececec;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:focus + .radio-label {
    cursor: pointer;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #00cb79;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #ececec;
    border-color: #acacac;
    background: #acacac;
  }
  body.contact .b-entry-form .form-group.row .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
  }
  body.contact .b-entry-form .form-group.row .img-captcha {
    display: block;
    margin: 8px 0 15px;
  }
  body.contact .b-entry-form .b-contact-btnArea {
    display: flex;
  }
  body.contact .b-entry-form .b-contact-btnArea .btn.btn-secondary {
    margin: 50px auto;
    text-align: center;
    padding: 0 30px;
  }
  body.contact .b-entry-form .b-contact-btnArea .btn.btn-primary {
    background: #00cb79;
    margin: 50px auto;
    text-align: center;
    padding: 0 30px;
  }
  body.contact .text-right {
    text-align: right;
    color: #ccc;
    font-size: 10px;
    padding: 0 20px 20px;
  }
  body.contact .text-right #powered_by_me a {
    color: #ccc;
  }
  /***************************************************************************
   news
  ***************************************************************************/
  #news .container {
    background: #f3f3f3;
  }
  #news-page .b-eyecatch {
    height: 100px;
  }
  #news-page .b-eyecatch__page-ttl {
    font-size: 32px;
  }
  #news-page #main {
    background: #f8f8f8;
  }
  #news-page #main .detailText,
  #news-page #main .detailText div,
  #news-page #main .detailText font,
  #news-page #main .detailText font span {
    line-height: 1.8em !important;
  }
  #news-page #up_ymd {
    margin: 30px 0;
  }
  body.news .newsWrap--all .newsList {
    width: 100%;
  }
  .news p.pager {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .news p.pager a {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 3px;
    background: #555;
    border: 1px solid #555;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .news p.pager a.current {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #555;
    color: #555;
    text-align: center;
  }
  body.news,
  body.index #news {
    min-height: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body.news .newsCatTtl,
  body.index #news .newsCatTtl {
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin: 20px 5%;
  }
  body.news .article-text,
  body.index #news .article-text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  body.news .detailUpfile,
  body.index #news .detailUpfile {
    margin: 30px auto;
  }
  body.news ul#newsList,
  body.index #news ul#newsList {
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fit, 340px);
    justify-content: center;
    gap: 40px;
    padding: 0 0;
    margin: 30px auto 50px;
    width: 100%;
    min-height: 100px;
    position: relative;
  }
  body.news ul#newsList:not(:has(.list_item)):before,
  body.index #news ul#newsList:not(:has(.list_item)):before {
    content: "記事はありません";
    color: #999;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  body.news ul#newsList .list_item,
  body.index #news ul#newsList .list_item {
    border-radius: 8px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    position: relative;
    min-height: 200px;
    box-shadow: 0 6px 6px rgba(80, 80, 80, 0.25);
  }
  body.news ul#newsList .list_item:hover,
  body.index #news ul#newsList .list_item:hover {
    transform: scale(0.98) translateY(8px);
    box-shadow: 0 2px 2px rgba(80, 80, 80, 0.25);
  }
  body.news ul#newsList .list_item__link,
  body.index #news ul#newsList .list_item__link {
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news ul#newsList .list_item .thumbNailWrap,
  body.index #news ul#newsList .list_item .thumbNailWrap {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 11px 11px 0 0;
    color: #999;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 10px;
    width: 100%;
    height: 0;
    padding-top: 30%;
    padding-bottom: 30%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  body.news ul#newsList .list_item .thumbNailWrap img,
  body.index #news ul#newsList .list_item .thumbNailWrap img {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.news ul#newsList .list_item__txt-area,
  body.index #news ul#newsList .list_item__txt-area {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  body.news ul#newsList .list_item__txt-area .newMark,
  body.index #news ul#newsList .list_item__txt-area .newMark {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    background-color: #00cb79;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    right: -8px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  body.news ul#newsList .list_item__txt-area .catName,
  body.index #news ul#newsList .list_item__txt-area .catName {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #999;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 16px;
    margin: 16px 10px 0;
    line-height: 24px;
  }
  body.news ul#newsList .list_item__txt-area .title,
  body.index #news ul#newsList .list_item__txt-area .title {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2em;
    margin: 20px 0;
    padding: 0 16px;
    width: 100%;
  }
  body.news ul#newsList .list_item__txt-area .title a,
  body.index #news ul#newsList .list_item__txt-area .title a {
    color: #555;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 17px;
    font-weight: 700;
  }
  body.news ul#newsList .list_item__txt-area .comment,
  body.index #news ul#newsList .list_item__txt-area .comment {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    padding: 0 16px;
  }
  body.news ul#newsList .list_item__txt-area .up_ymd,
  body.index #news ul#newsList .list_item__txt-area .up_ymd {
    color: #999;
    font-size: 12px;
    padding: 10px 15px 0;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  body.news ul#newsList .list_item__txt-area .up_ymd i,
  body.index #news ul#newsList .list_item__txt-area .up_ymd i {
    color: #00cb79;
    padding-right: 8px;
  }
  body.news .search {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 10px 20px;
    padding: 60px 0 60px;
    margin-left: auto;
    margin-right: auto;
  }
  body.news .search_item {
    background: #999;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 36px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  body.news .search_item a {
    color: #fff;
    background: #999;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
  }
  body.news,
  body.index {
    /*.search_item-all:hover::before{ background: $color-accent;}
    .search_item-0:hover::before{ background: $color-red;}
    .search_item-1:hover::before{ background: $color-blue;}
    .search_item-2:hover::before{ background: $color-darkGray;}*/
  }
  /****************************************
    アップロードファイルのサイズと真ん中寄せ
  *****************************************/
  .detailUpfile {
    margin: 25px auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .detailUpfile img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  /***************************************************************************

   privacy-policy

  ***************************************************************************/
  /************************************************************************

    共通

  ************************************************************************/
  body.other .container .container__inner h2.container__cont-ttl {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  body.other .container .container__inner h2.container__cont-ttl::before {
    width: 80px;
    left: 50%;
    margin-left: -40px;
  }
  body.other .container .container__inner h2.container__cont-ttl::after {
    width: 40px;
    margin-left: -40px;
  }
  /************************************************************************

    message, environment, business

  ************************************************************************/
  body.other.message .container .container__inner,
  body.other.environment .container .container__inner,
  body.other.business .container .container__inner {
    min-height: 0;
    padding: 100px 0 0;
  }
  body.other.message .container .container__inner h2.container__cont-ttl,
  body.other.environment .container .container__inner h2.container__cont-ttl,
  body.other.business .container .container__inner h2.container__cont-ttl {
    font-size: 30px;
  }
  body.other.message .container .container__inner h2.container__cont-ttl::before {
    width: 140px;
    left: 50%;
    margin-left: -70px;
  }
  body.other.message .container .container__inner h2.container__cont-ttl::after {
    width: 70px;
    margin-left: -70px;
  }
  body.other.environment .container .container__inner h2.container__cont-ttl,
  body.other.business .container .container__inner h2.container__cont-ttl {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  /************************************************************************

    bprecruitment

  ************************************************************************/
  body.other.bprecruitment .container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body.other.bprecruitment .container .container__inner {
    min-height: 0;
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 100px 0 0;
  }
  body.other.bprecruitment .container .container__inner h2.container__cont-ttl {
    font-size: 26px;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  /************************************************************************

    csr

  ************************************************************************/
  body.other.csr .container .container__inner {
    min-height: 0;
    padding: 100px 0 0;
  }
  body.other.csr .container .container__inner h2.container__cont-ttl {
    display: flex;
    flex-flow: wrap;
    font-size: 26px;
    padding: 0 48px 48px;
    margin-bottom: 48px;
  }
}
/************************************************************************

    セクションコンポーネント：OUR BUSINESS

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-business__list {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}
.b-business__list .c-business__item#system {
  --font-color: #fff;
  --image-file: url(../img/index/image_system_pc.svg);
  --bg-color: #00cb79;
  --bg-color-end: rgba(0, 203, 121, 0.75);
}
.b-business__list .c-business__item#video {
  --font-color: #fff;
  --image-file: url(../img/index/image_video_pc.svg);
  --bg-color: #222;
  --bg-color-end: rgba(34, 34, 34, 0.75);
}
.b-business__list .c-business__item#website {
  --font-color: #222;
  --image-file: url(../img/index/image_website_pc.svg);
  --bg-color: #fff;
  --bg-color-end: rgba(255, 255, 255, 0.75);
}
.b-business__list .c-business__card {
  display: grid;
  width: 100%;
  min-height: 480px;
  border-radius: 24px;
  overflow: hidden;
  color: var(--font-color);
  background-color: var(--bg-color);
  box-shadow: 0 10px 10px rgba(80, 80, 80, 0.25);
  transition: 0.2s ease-in-out;
}
.b-business__list .c-business__card:hover {
  transform: scale(0.98) translateY(8px);
  box-shadow: 0 2px 2px rgba(80, 80, 80, 0.25);
}
.b-business__list .c-business__contents {
  grid-area: 1/1/2/2;
  display: grid;
  grid-template-columns: 1fr 1fr 88px;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "title image link" "texts image link";
  padding: 0 40px;
  z-index: 1;
}
.b-business__list .c-business__title {
  grid-area: title;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}
.b-business__list .c-business__image-box {
  grid-area: image;
  margin: 0 40px;
  background: var(--image-file) no-repeat center/100% auto;
}
.b-business__list .c-business__texts {
  grid-area: texts;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  padding: 0 40px 40px 40px;
  font-size: 18px;
  line-height: 160%;
}
.b-business__list .c-business__link-box {
  grid-area: link;
  align-self: center;
}
.b-business__list .c-business__background {
  grid-area: 1/1/2/2;
  z-index: 0;
  justify-self: end;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to left, var(--bg-color-end), var(--bg-color) 820px 100%), url(../img/index/business_bg_pc.jpg) no-repeat top right/820px auto;
}
.b-business__list .c-circle-button {
  display: grid;
  place-items: center;
  width: 88px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-radius: 50%;
  border: 8px solid var(--font-color);
}
.b-business__list .c-circle-button > img {
  padding-left: 2px;
  max-width: 56px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-business__list {
    align-items: center;
    gap: 24px;
    padding: 80px 0 0;
  }
  .b-business__list .c-business__item#system {
    --image-file: url(../img/index/image_system_sp.svg);
  }
  .b-business__list .c-business__item#video {
    --image-file: url(../img/index/image_video_sp.svg);
  }
  .b-business__list .c-business__item#website {
    --image-file: url(../img/index/image_website_sp.svg);
  }
  .b-business__list .c-business__card {
    max-width: 480px;
    min-height: 0px;
  }
  .b-business__list .c-business__contents {
    grid-area: 1/1/2/2;
    display: flex;
    flex-flow: column;
    gap: 24px;
    padding: 40px 24px 24px;
    z-index: 1;
  }
  .b-business__list .c-business__title {
    justify-content: center;
    padding: 0;
    font-size: 24px;
    line-height: 120%;
  }
  .b-business__list .c-business__image-box {
    min-height: 93px;
    margin: 16px 0 8px;
    background: var(--image-file) no-repeat center/contain;
  }
  .b-business__list .c-business__texts {
    gap: 8px;
    padding: 0;
    font-size: 16px;
  }
  .b-business__list .c-business__link-box {
    grid-area: link;
    align-self: center;
  }
  .b-business__list .c-business__background {
    align-self: end;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--bg-color-end), var(--bg-color) 358px 100%), url(../img/index/business_bg_sp.jpg) no-repeat bottom/cover;
  }
  .b-business__list .c-circle-button {
    display: grid;
    place-items: center;
    width: 36px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--font-color);
  }
  .b-business__list .c-circle-button > img {
    padding-left: 2px;
    max-width: 20px;
  }
}
/************************************************************************

    セクションコンポーネント：トップページのNEWS(最新記事）

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-news__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 64px;
}

.b-latest-news__list {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.b-latest-news__item {
  border-bottom: 1px solid #999;
}

.b-latest-news__card {
  display: grid;
  grid-template-columns: 100px 120px 1fr;
  gap: 10px 20px;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0;
  transition: 0.2s ease-in-out;
}
.b-latest-news__card:hover {
  background: #fff;
  color: #555;
}

.b-latest-news__category {
  display: inline-block;
  justify-self: start;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 24px;
  background: #999;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.b-latest-news__title {
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-latest-news__list {
    max-width: 720px;
  }
  .b-latest-news__card {
    grid-template-columns: 100px 1fr;
  }
  .b-latest-news__title {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
/************************************************************************

    セクションコンポーネント：RECRUITMENT

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-recruitment {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.b-recruitment .content-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  gap: 48px;
}
.b-recruitment .content-box::after {
  display: none;
}
.b-recruitment .c-title-grid {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 40px 0 16px;
}
.b-recruitment .c-title-grid > * {
  grid-area: 1/1/2/2;
}
.b-recruitment .c-title-image {
  width: 100%;
}
.b-recruitment .c-title-text {
  padding: 16px 24px;
  display: flex;
  font-size: clamp(18px, 3vw, 48px);
  font-weight: 700;
  line-height: 120%;
  background-color: #fff;
  color: #222;
}
.b-recruitment .c-desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (min-width: 960px) {
  .c-br_sp-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  /************************************************************************
    共用：SP用スタイル
  ************************************************************************/
  .b-recruitment .c-title-grid {
    padding: 24px 0 8px;
  }
  .b-recruitment .c-title-grid > * {
    grid-area: 1/1/2/2;
  }
  .b-recruitment .c-title-image {
    align-self: start;
  }
  .b-recruitment .c-title-text {
    position: relative;
    bottom: -28px;
    padding: 16px;
    flex-flow: column;
    font-size: 18px;
    line-height: 160%;
  }
  .b-recruitment .u-right__sp-only {
    align-self: flex-end;
  }
  .b-recruitment .c-link-button {
    max-width: 300px;
    height: 44px;
    font-size: 16px;
  }
}
/************************************************************************

    線クションコンポーネント：問い合わせページの導線セクション

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-lead-to-contact__outer {
  display: grid;
  place-items: center;
  padding: 80px 0;
}

.b-lead-to-contact {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 960px;
  padding: 40px 0;
  box-sizing: border-box;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.b-lead-to-contact .b-lead-to-contact__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 720px;
  padding-top: 40px;
  background: url(../img/svg/beginning.svg) no-repeat top center/358px auto, url(../img/svg/contact.svg) no-repeat top 49px center/358px auto;
}
.b-lead-to-contact .b-lead-to-contact__inner.u-bg-large__pc-only {
  background: url(../img/svg/beginning.svg) no-repeat top center/400px auto, url(../img/svg/contact.svg) no-repeat top 55px center/400px auto;
}
.b-lead-to-contact .b-lead-to-contact__info {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.b-lead-to-contact .b-lead-to-contact__info.u-pc-only {
  display: block;
}
.b-lead-to-contact .b-lead-to-contact__info.u-sp-only {
  display: none;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-lead-to-contact__outer {
    padding: 40px 0;
  }
  .b-lead-to-contact .b-lead-to-contact__inner.u-bg-large__pc-only {
    background: url(../img/svg/beginning.svg) no-repeat top center/358px auto, url(../img/svg/contact.svg) no-repeat top 49px center/358px auto;
  }
  .b-lead-to-contact .b-lead-to-contact__info.u-pc-only {
    display: none;
  }
  .b-lead-to-contact .b-lead-to-contact__info.u-sp-only {
    display: block;
  }
  .b-lead-to-contact .c-link-button {
    width: calc(100% - 48px);
  }
}
/************************************************************************

    ページコンポーネント：代表メッセージ

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.c-chat__list {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 16px;
}

.c-chat__item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  width: calc(100% - 40px);
}
.c-chat__item.u-talker1 {
  align-self: flex-start;
  flex-flow: row-reverse;
}
.c-chat__item.u-talker2 {
  align-self: flex-end;
  flex-flow: row;
}
.c-chat__item:has(.c-chat__talker) {
  padding-top: 8px;
}

.c-chat__talker {
  flex: 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}

.c-talker--icon {
  width: 104px;
  aspect-ratio: 1/1;
}

.c-talker--name {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.u-talker1 .c-talker--name {
  color: #00cb79;
}
.u-talker2 .c-talker--name {
  color: #1f9aff;
}

.c-chat__bubble {
  --bg-color: #aaa;
  align-self: stretch;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 16px;
  position: relative;
  padding: 24px;
  min-height: 104px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: var(--bg-color);
  font-size: 18px;
  line-height: 160%;
}
.c-chat__bubble:has(+ .c-chat__talker)::before, .c-chat__bubble:has(+ .c-chat__talker)::after {
  display: inline-block;
  position: absolute;
  top: 36px;
  width: 26px;
  aspect-ratio: 3/4;
  background-color: var(--bg-color);
}
.u-talker1 > .c-chat__bubble {
  --bg-color: #f8f8f8;
  font-weight: 400;
}
.u-talker1 > .c-chat__bubble:has(+ .c-chat__talker)::before {
  content: "";
  right: calc(100% - 2px);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.u-talker2 > .c-chat__bubble {
  --bg-color: #555;
  font-weight: 700;
  color: #fff;
}
.u-talker2 > .c-chat__bubble:has(+ .c-chat__talker)::after {
  content: "";
  left: calc(100% - 2px);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.c-chat__bubble .c-chat__annotation {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #555;
  line-height: 160%;
}
.c-chat__bubble .c-chat__annotation .c-annotation__number {
  flex-shrink: 0;
}

.b-message-intro__toc {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 64px 16px;
  background: #f8f8f8;
}

.b-message-intro__chat {
  display: flex;
  justify-content: center;
  background: #f8f8f8;
}
.b-message-intro__chat .c-chat__container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding: 56px 0 48px;
  box-sizing: border-box;
  background: #fff;
  -webkit-clip-path: circle(farthest-side);
          clip-path: circle(farthest-side);
}
.b-message-intro__chat .c-chat__list {
  max-width: 800px;
  z-index: 1;
}
.b-message-intro__chat .c-talker--icon {
  width: 160px;
}
.b-message-intro__chat .c-chat__bubble {
  padding: 40px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}
.b-message-intro__chat .c-chat__bubble:has(+ .c-chat__talker)::before, .b-message-intro__chat .c-chat__bubble:has(+ .c-chat__talker)::after {
  top: 64px;
}

.b-message-intro__lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px 0 56px;
  background: #fff;
}

.b-rep-message {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  padding: 24px 12px 80px;
}
.b-rep-message > * {
  width: 100%;
  max-width: 720px;
}
.b-rep-message.u-bg-image {
  background: url(../img/message/bg_message.svg) no-repeat top right -40px, #fff;
}
.b-rep-message.u-bg-gray {
  background: #f3f3f3;
}
.b-rep-message.u-bg-gray .u-talker1 > .c-chat__bubble {
  --bg-color: #fff;
}
.b-rep-message .c-section-title {
  margin: 64px 0 24px;
}
.b-rep-message .c-chat__bubble {
  width: 100%;
}
.b-rep-message .c-chat__bubble.u-short {
  width: auto;
}
.b-rep-message :not(:has(.c-chat__talker)) .c-chat__bubble {
  margin-left: 144px;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-message-intro__toc {
    padding: 64px 16px;
  }
  .b-message-intro__chat {
    padding: 40px 16px;
  }
  .b-message-intro__chat .c-chat__container {
    max-width: 540px;
    padding: 64px 16px;
    background: #fff;
    border-radius: 40px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .b-message-intro__chat .c-chat__item {
    width: 100%;
    gap: 16px;
  }
  .b-message-intro__chat .c-chat__talker {
    gap: 4px;
  }
  .b-message-intro__chat .c-talker--icon {
    width: 90px;
  }
  .b-message-intro__chat .c-talker--name {
    font-size: 14px;
    line-height: 160%;
  }
  .b-message-intro__chat .c-chat__bubble {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 160%;
  }
  .b-message-intro__chat .c-chat__bubble:has(+ .c-chat__talker)::before, .b-message-intro__chat .c-chat__bubble:has(+ .c-chat__talker)::after {
    top: 40px;
    width: 10px;
  }
  .b-message-intro__lead {
    padding: 40px 48px 40px;
  }
  .b-rep-message {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px;
    padding: 0 12px 64px;
  }
  .b-rep-message > * {
    max-width: 540px;
  }
  .b-rep-message.u-bg-image {
    background: url(../img/message/bg_message.svg) no-repeat top right -40px/275px 400px, #fff;
  }
  .b-rep-message.u-bg-gray {
    background: #f3f3f3;
  }
  .b-rep-message.u-bg-gray .u-talker1 > .c-chat__bubble {
    --bg-color: #fff;
  }
  .b-rep-message .c-section-title {
    margin: 64px 0 24px;
  }
  .b-rep-message .c-chat__item {
    width: calc(100% - 16px);
    gap: clamp(12px, 3vw, 40px);
  }
  .b-rep-message .c-talker--icon {
    width: clamp(36px, 9vw, 104px);
  }
  .b-rep-message .c-chat__bubble {
    width: 100%;
    font-size: 16px;
    padding: 12px 12px 12px 16px;
    min-height: 0;
  }
  .b-rep-message .c-chat__bubble:has(+ .c-chat__talker)::before, .b-rep-message .c-chat__bubble:has(+ .c-chat__talker)::after {
    display: inline-block;
    position: absolute;
    top: clamp(10px, 3.5vw, 36px);
    width: clamp(10px, 2vw, 26px);
    aspect-ratio: 3/4;
    background-color: var(--bg-color);
  }
  .b-rep-message .c-chat__bubble.u-size14__sp-only {
    font-size: 14px;
  }
  .b-rep-message :not(:has(.c-chat__talker)) .c-chat__bubble {
    margin-left: calc(clamp(12px, 3vw, 40px) + clamp(36px, 9vw, 104px));
  }
  .b-rep-message .c-chat__annotation {
    font-size: 11px;
  }
}
/************************************************************************

    ページコンポーネント：はたらく環境

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-environment-intro {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  box-sizing: border-box;
}

.b-environment-sections {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 100px;
  background: url(../img/environment/fluid_shape_pc_01.png) no-repeat top right 45.44vw, url(../img/environment/fluid_shape_pc_02.png) no-repeat top 868px left 40.05vw, url(../img/environment/fluid_shape_pc_03.png) no-repeat bottom 100px right 50.26vw;
}

.b-work-style {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 560px;
  box-sizing: border-box;
}
.b-work-style:nth-child(odd) {
  flex-flow: row-reverse;
}
.b-work-style .b-work-style__content {
  flex: 1 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}
.b-work-style .c-work-style__title {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 16px 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}
.b-work-style .c-gradation-text {
  --left-space: 72px;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 64px;
  margin-left: var(--left-space);
  background: linear-gradient(90deg, rgba(0, 203, 121, 0.8), rgba(0, 151, 227, 0.8), rgba(0, 203, 121, 0.8)) top left;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.b-work-style .c-gradation-text::before {
  content: "";
  position: absolute;
  left: calc(var(--left-space) * -1);
  width: 56px;
  height: 100%;
  background: url(../img/environment/icon_sharp.svg) no-repeat center/contain;
}
.b-work-style .c-description {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.b-work-style .c-description .c-description__title {
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.b-work-style .c-description .c-description__text {
  text-align: center;
  line-height: 160%;
}
.b-work-style .b-work-style__image {
  flex: 1 1;
  display: grid;
  place-items: center;
}
.b-work-style .b-work-style__image > img {
  width: 440px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#environment .b-recruitment {
  padding: 80px 20px;
  min-height: 640px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background: #00cb79;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-environment-intro {
    max-width: 576px;
    padding: 0 48px 64px;
    align-items: flex-start;
  }
  .b-environment-intro .u-pc-only {
    display: none;
  }
  .b-environment-sections {
    gap: 80px;
    padding-bottom: 80px;
    background: none;
  }
  .b-work-style {
    flex-flow: column;
    gap: 16px;
    max-width: 720px;
    min-height: 0;
    padding: 0 24px;
    overflow: hidden;
  }
  .b-work-style:nth-child(odd) {
    flex-flow: column;
  }
  .b-work-style .b-work-style__content {
    max-width: 480px;
    gap: 24px;
  }
  .b-work-style .c-work-style__title {
    flex-flow: column;
    align-items: center;
    font-size: 32px;
  }
  .b-work-style .c-gradation-text {
    --left-space: 58px;
    height: 48px;
  }
  .b-work-style .c-gradation-text::before {
    content: "";
    position: absolute;
    left: calc(var(--left-space) * -1);
    width: 42px;
    height: 100%;
  }
  .b-work-style .c-description {
    position: relative;
    z-index: 1;
  }
  .b-work-style .c-description .c-description__text {
    align-self: flex-start;
    text-align: left;
  }
  .b-work-style .c-description .c-description__text .u-pc-only {
    display: none;
  }
  .b-work-style .b-work-style__image {
    width: 342px;
    position: relative;
  }
  .b-work-style .b-work-style__image > img {
    width: 280px;
    z-index: 1;
  }
  .b-work-style .b-work-style__image::before {
    content: "";
    width: 360px;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 0;
    bottom: 0;
  }
  .b-work-style:nth-child(1) .b-work-style__image::before {
    left: -72px;
    background: url(../img/environment/fluid_shape_sp_01.png) no-repeat center/cover;
  }
  .b-work-style:nth-child(2) .b-work-style__image::before {
    right: -72px;
    background: url(../img/environment/fluid_shape_sp_02.png) no-repeat center/cover;
  }
  .b-work-style:nth-child(3) .b-work-style__image::before {
    background: url(../img/environment/fluid_shape_sp_03.png) no-repeat center/cover;
  }
  .b-work-style:nth-child(4) .b-work-style__image::before {
    left: -72px;
    background: url(../img/environment/fluid_shape_sp_04.png) no-repeat center/cover;
  }
  .b-work-style:nth-child(5) .b-work-style__image::before {
    right: -72px;
    background: url(../img/environment/fluid_shape_sp_05.png) no-repeat center/cover;
  }
  #environment .b-recruitment {
    padding: 80px 0px;
    min-height: 520px;
    box-sizing: border-box;
    background: #00cb79;
  }
}
/************************************************************************

    ページコンポーネント：事業

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-business-intro {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  padding: 0 48px 100px;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}
.b-business-intro .c-lead-sentence {
  width: 100%;
}

.b-business-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #f8f8f8;
}
.b-business-section .c-major-section-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 56px;
  box-sizing: border-box;
  font-family: "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  color: #555;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 56px;
}
.b-business-section .c-major-section-title::after {
  content: "";
  width: 140px;
  height: 2px;
  background: linear-gradient(to right, #999 0 50%, #00cb79 50% 100%), #999;
}
.b-business-section .c-business-section__desc {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}
.b-business-section .c-business-section__desc.u-top40__pc-only {
  padding-top: 40px;
}
.b-business-section .c-business-section__annotation {
  padding: 24px 0 48px;
}
.b-business-section .c-business-section__annotation > .c-annotation {
  display: flex;
  gap: 8px;
  font-size: 12px;
  line-height: 160%;
}
.b-business-section .c-business-section__annotation > .c-annotation::before {
  content: "※";
}

.b-system {
  padding: 100px 0 80px;
}

.b-system__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 1168px;
  padding: 40px 0;
  box-sizing: border-box;
}

.b-system__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 325px;
  gap: 20px;
  padding: 0 32px;
}
.b-system__item:nth-child(2) {
  padding-top: 40px;
}
.b-system__item .c-system__image {
  width: 100%;
}
.b-system__item .c-system__image > img {
  width: 100%;
  aspect-ratio: 1/1;
}
.b-system__item .c-system__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.b-system__item .c-system__desc {
  line-height: 160%;
}

.b-video {
  padding: 100px 0px;
  background: url(../img/business/bg_movie_area_pc.jpg) no-repeat center/cover, #222;
  color: #fff;
}
.b-video .c-major-section-title {
  color: inherit;
}

.b-website {
  padding: 100px 0px 80px;
}

.b-business-section__toc {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
}

.b-website__portfolio {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 80px 0;
  box-sizing: border-box;
}
.b-website__portfolio .c-portfolio__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 40px 40px;
  box-sizing: border-box;
}
.b-website__portfolio .c-portfolio__item {
  width: 100%;
}
.b-website__portfolio .c-portfolio__card {
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(80, 80, 80, 0.25);
  transition: 0.2s ease-in-out;
}
.b-website__portfolio .c-portfolio__card:hover {
  transform: scale(0.98) translateY(8px);
  box-shadow: 0 2px 2px rgba(80, 80, 80, 0.25);
}
.b-website__portfolio .c-portfolio__contents {
  display: flex;
  flex-flow: column;
  gap: 12px;
  padding: 16px 16px 24px;
  box-sizing: border-box;
  color: #222;
}
.b-website__portfolio .c-portfolio__thumbnail {
  overflow: hidden;
}
.b-website__portfolio .c-portfolio__thumbnail > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-website__portfolio .c-portfolio__title {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.b-website__portfolio .c-portfolio__title::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  aspect-ratio: 1/1;
  margin-top: 1px;
  background: url(../img/svg/launch_24_black.svg) no-repeat center/cover;
}
.b-website__portfolio .c-portfolio__tags {
  display: flex;
  flex-flow: wrap;
  gap: 4px;
}
.b-website__portfolio .c-portfolio__tags .c-portfolio__tag {
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid currentColor;
  color: #999;
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
}
.b-website__portfolio .c-portfolio__url {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #1f9aff;
  line-height: 160%;
}
.b-website__portfolio .c-portfolio__url::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  margin-top: 5px;
  aspect-ratio: 1/1;
  background: url(../img/business/icon_web.svg) no-repeat center/cover;
}
.b-website__portfolio .c-portfolio__annotation {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
  line-height: 160%;
}
.b-website__portfolio .c-portfolio__annotation::before {
  content: "※";
}

.b-website__case-study {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background: radial-gradient(circle farthest-side, #fff 0 500px, transparent 500px 100%), #f3f3f3;
}

.b-case-study__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.b-concern {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  padding-top: 64px;
  position: relative;
  box-sizing: border-box;
}
.b-concern .c-concern-bubbles {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 320px;
  position: relative;
  z-index: 1;
}
.b-concern .c-concern-bubble {
  grid-area: 1/1/2/2;
  display: grid;
  place-items: center;
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-sizing: border-box;
  background: #f8f8f8;
}
.b-concern .c-concern-bubble.u-1st {
  top: 0;
  left: 0;
  width: 297px;
  z-index: 2;
}
.b-concern .c-concern-bubble.u-2nd {
  bottom: 0;
  left: 256px;
  width: 198px;
  z-index: 3;
}
.b-concern .c-concern-bubble.u-3rd {
  top: 0;
  right: 185px;
  width: 226px;
  z-index: 1;
}
.b-concern .c-concern-bubble__text {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}
.b-concern .c-concern-bubble__text .u-sp-only {
  display: none;
}
.b-concern .c-concern-image {
  display: grid;
  align-items: end;
  position: absolute;
  bottom: -190px;
  right: -118px;
  z-index: 0;
  width: 480px;
  aspect-ratio: 1.2/1;
  box-sizing: border-box;
  vertical-align: bottom;
}
.b-concern .c-concern-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-concern .c-concern-list {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  z-index: 4;
  box-sizing: border-box;
  gap: 8px;
  padding: 0 16px 56px;
}
.b-concern .c-concern-item {
  display: flex;
  align-items: flex-start;
  line-height: 160%;
  gap: 16px;
}
.b-concern .c-concern-item::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  margin-top: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00cb79;
}

.b-answer {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.b-answer .c-answer__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.b-answer .c-answer__text .u-sp-only {
  display: none;
}

.b-website__plan {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 88px;
  padding: 80px 0 40px;
  box-sizing: border-box;
}

.b-plans__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
}
.b-plans__container .c-plan__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.b-plans__container .c-plan__card {
  --base-color: #222;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  border-radius: 12px;
  border: 4px solid var(--base-color);
  background: #fff;
}
.b-plans__container .c-plan__card.u-low-price {
  --base-color: #1f9aff;
}
.b-plans__container .c-plan__card.u-standard {
  --base-color: #00cb79;
}
.b-plans__container .c-plan__card.u-pro-quality {
  --base-color: #222;
}
.b-plans__container .c-plan__title-box {
  color: #222;
  text-align: center;
  line-height: 160%;
}
.b-plans__container .c-plan__title-box .c-plan__intro {
  font-size: 14px;
}
.b-plans__container .c-plan__title-box .c-plan__title {
  font-size: 18px;
  font-weight: 700;
}
.b-plans__container .c-plan__grade {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: var(--base-color);
}
.b-plans__container .c-plan__grade::before, .b-plans__container .c-plan__grade::after {
  content: "";
  flex: 1 0;
  height: 1px;
  background: currentColor;
}
.b-plans__container .c-plan__desc {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.b-plans__container .c-plan__price {
  margin-top: auto;
  font-weight: 700;
}
.b-plans__container .c-plan__ribbon {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: -28px;
  width: 120px;
  padding: 2px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #ffe51f;
  transform: rotate(-45deg);
}
.b-plans__container .c-option-plan {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 24px 48px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 4px dashed #999;
  font-weight: 700;
}
.b-plans__container .c-option-plan__name {
  font-size: 18px;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-business-intro .u-pc-only {
    display: none;
  }
  .b-business-section .c-business-section__desc {
    align-items: flex-start;
    max-width: 540px;
  }
  .b-business-section .c-business-section__desc .u-pc-only {
    display: none;
  }
  .b-system {
    padding: 100px 36px;
  }
  .b-system .c-business-section__desc {
    padding: 0 12px;
  }
  .b-system__list {
    padding: 40px 0 0;
    grid-template-columns: repeat(1, minmax(254px, 1fr));
    gap: 80px;
  }
  .b-system__item:nth-child(2) {
    padding-top: 0;
  }
  .b-system__item .c-system__image {
    width: 240px;
  }
  .b-video {
    padding: 100px 20px;
    background: url(../img/business/bg_movie_area_sp.jpg) no-repeat center/auto 628px, #222;
  }
  .b-video .c-business-section__desc {
    padding: 0 48px;
  }
  .b-video .c-business-section__desc.u-top40__pc-only {
    padding-top: 0;
  }
  .b-video .c-link-button {
    width: min(720px, 80%);
  }
  .b-website {
    padding: 100px 0px 40px;
  }
  .b-website .c-business-section__desc {
    padding: 0 48px;
  }
  .b-business-section__toc {
    padding: 40px 16px;
  }
  .b-website__portfolio {
    padding: 64px 0 80px;
  }
  .b-website__portfolio .c-portfolio__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    max-width: 100%;
    padding: 48px 16px 40px;
  }
  .b-website__portfolio .c-portfolio__item {
    max-width: 540px;
  }
  .b-website__portfolio .c-portfolio__card {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    box-shadow: 0 4px 4px rgba(80, 80, 80, 0.25);
  }
  .b-website__portfolio .c-portfolio__card:hover {
    transform: scale(0.98) translateY(4px);
    box-shadow: 0 2px 2px rgba(80, 80, 80, 0.25);
  }
  .b-website__portfolio .c-portfolio__contents {
    flex-shrink: 0;
    width: 70%;
    gap: 8px;
    padding: 12px 16px 16px 12px;
  }
  .b-website__portfolio .c-portfolio__thumbnail {
    flex-shrink: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .b-website__portfolio .c-portfolio__title {
    font-size: 16px;
  }
  .b-website__portfolio .c-portfolio__url {
    font-size: 12px;
  }
  .b-website__portfolio .c-portfolio__url::before {
    margin-top: 2px;
  }
  .b-website__portfolio .c-portfolio__annotation {
    padding: 0 16px;
  }
  .b-website__case-study {
    padding: 40px 16px;
    background: #f3f3f3;
  }
  .b-case-study__container {
    max-width: 540px;
    padding: 64px 16px;
    border-radius: 40px;
    background: #fff;
  }
  .b-concern {
    gap: 24px;
    padding-top: 0;
  }
  .b-concern .c-concern-bubbles {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 326px;
    min-height: 458px;
    position: relative;
    z-index: 1;
  }
  .b-concern .c-concern-bubble.u-1st {
    top: 0;
    left: 0;
    width: 174px;
    z-index: 2;
  }
  .b-concern .c-concern-bubble.u-2nd {
    bottom: 176px;
    left: 88px;
    width: 137px;
    z-index: 3;
  }
  .b-concern .c-concern-bubble.u-2nd .c-concern-bubble__text {
    font-size: 16px;
    line-height: 146%;
  }
  .b-concern .c-concern-bubble.u-3rd {
    top: 60px;
    right: 0;
    width: 146px;
    z-index: 1;
  }
  .b-concern .c-concern-bubble__text {
    font-size: 18px;
  }
  .b-concern .c-concern-bubble__text .u-sp-only {
    display: inline;
  }
  .b-concern .c-concern-image {
    align-self: end;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 264px;
    aspect-ratio: 1.2/1;
  }
  .b-concern .c-concern-image > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .b-concern .c-concern-list {
    width: auto;
    padding: 0;
  }
  .b-concern .c-concern-item {
    display: flex;
    align-items: flex-start;
    line-height: 160%;
    gap: 16px;
  }
  .b-concern .c-concern-item::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    margin-top: 9px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #00cb79;
  }
  .b-answer {
    padding: 40px 0 0;
  }
  .b-answer .c-answer__text {
    font-size: 18px;
  }
  .b-answer .c-answer__text .u-sp-only {
    display: inline;
  }
  .b-website__plan {
    gap: 48px;
    padding: 80px 0 24px;
  }
  .b-plans__container {
    gap: 24px;
    max-width: 572px;
    padding: 0 24px;
  }
  .b-plans__container .c-plan__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
/************************************************************************

    ページコンポーネント：SE募集

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-bpr-intro {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  max-width: 720px;
  position: relative;
  z-index: 0;
}
.b-bpr-intro .b-bpr-intro__image {
  position: absolute;
  top: -220px;
  left: -200px;
  width: 480px;
  border-radius: 50%;
  z-index: 0;
}
.b-bpr-intro .b-bpr-intro__image > img {
  width: 100%;
  aspect-ratio: 1/1;
}
.b-bpr-intro .b-bpr-intro__lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 720px;
  padding: 0 48px 16px;
  z-index: 1;
}

.b-bpr-sections {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.b-bpr-sections > * {
  width: 100%;
  max-width: 960px;
}

.b-bpr-section {
  display: flex;
  flex-flow: column;
  max-width: 720px;
  padding: 40px 0;
  box-sizing: border-box;
}
.b-bpr-section .c-section-title {
  margin: 24px 0 24px;
}
.b-bpr-section .c-topic__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 720px;
  margin: 24px 0 16px;
  padding: 5px 16px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.b-bpr-section .c-topic__title:before {
  content: "";
  width: 4px;
  align-self: stretch;
  height: inherit;
  min-height: 40px;
  margin: -5px 0;
  background: linear-gradient(to bottom, #999 0 50%, #00cb79 50% 100%);
}
.b-bpr-section .c-topic__text {
  padding: 0 16px 16px;
}
.b-bpr-section .c-rounded-frame {
  margin: 16px;
  padding: 24px 24px;
  border-radius: 16px;
  background: #f8f8f8;
}
.b-bpr-section .c-topic__lists {
  padding: 16px 40px;
}
.b-bpr-section .c-topic__list {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.b-bpr-section .c-topic__list.u-has-sub__list {
  gap: 24px;
}
.b-bpr-section .c-topic__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  line-height: 160%;
}
.b-bpr-section .c-topic__item::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  margin: 9px 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00cb79;
}
.b-bpr-section .c-sub-topic__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.b-bpr-section .c-sub-topic__list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding: 8px 0 0 16px;
}
.b-bpr-section .c-sub-topic__list > .c-topic__item::before {
  border-radius: 0;
  background: #999;
}
.b-bpr-section .c-service-area {
  display: flex;
  flex-flow: column;
  margin: 24px 16px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #f8f8f8;
  overflow: hidden;
  line-height: 160%;
}
.b-bpr-section .c-service-area .c-service-area__title {
  padding: 12px 20px;
  font-weight: 700;
  background: #f8f8f8;
}
.b-bpr-section .c-service-area .c-service-area__desc {
  padding: 20px;
  font-size: 14px;
}
.b-bpr-section .c-service-area .c-service-area__desc:not(:last-child) {
  border-bottom: 2px solid #f3f3f3;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
  .b-bpr-intro .b-bpr-intro__image {
    position: relative;
    top: 0;
    left: 0;
    width: 224px;
  }
  .b-bpr-section .c-topic__lists {
    padding: 16px 16px 16px 40px;
  }
}
/************************************************************************

    ページコンポーネント：SE募集

  ************************************************************************/
/************************************************************************
    PC/SP共用スタイル
************************************************************************/
.b-csr-sections {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 0 100px;
}

.b-csr-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.b-csr-section .c-section-title {
  text-align: center;
}
.b-csr-section .b-csr-section__desc {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 720px;
  padding: 0 16px;
  gap: 16px;
  box-sizing: border-box;
}
.b-csr-section .b-csr-section__desc .c-illustration {
  display: flex;
  justify-content: center;
  padding: 32px 0 40px;
  box-sizing: border-box;
}
.b-csr-section .c-csr-section__link {
  width: 100%;
  max-width: 688px;
  padding: 32px 24px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  /************************************************************************
      SP用スタイル
  ************************************************************************/
}
/*======================================================

 視覚効果用

======================================================*/
@media screen and (min-width: 960px) {
  .j-scroll-switch {
    position: relative;
    transition: 0.5s;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-100%);
    /*transform: rotate(0);
    -webkit-transform: rotate(0);*/
  }
  100% {
    transform: translateX(0);
    /*transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);*/
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
    /*transform: rotate(0);
    -webkit-transform: rotate(0);*/
  }
  100% {
    transform: translateX(0);
    /*transform: rotate(7deg);
    -webkit-transform: rotate(7deg);*/
  }
}
@keyframes fadeInIndex {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  70% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeInEyecatch {
  0% {
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-opacity: 0;
    opacity: 0;
    display: none;
  }
  100% {
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    opacity: 1;
    display: block;
  }
}
@keyframes hello0 {
  0% {
    stroke: #fff;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke: #fff;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke: transparent;
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes hello1 {
  0% {
    stroke: #222;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke: #222;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke: transparent;
    stroke-dashoffset: 0;
    fill: #222;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes RightToLeft-1 {
  0% {
    opacity: 0;
    margin-left: 70px;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  12.5% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-2 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  7.5% {
    opacity: 0;
    margin-left: 70px;
  }
  25% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-3 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  20% {
    opacity: 0;
    margin-left: 70px;
  }
  37.5% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes RightToLeft-4 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  32.5% {
    opacity: 0;
    margin-left: 70px;
  }
  50% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-5 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  45% {
    opacity: 0;
    margin-left: 70px;
  }
  62.5% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-6 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  57.5% {
    opacity: 0;
    margin-left: 70px;
  }
  75% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-7 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  67% {
    opacity: 0;
    margin-left: 70px;
  }
  87.5% {
    opacity: 0.6;
    margin-left: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes RightToLeft-8 {
  0% {
    opacity: 0;
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  82.5% {
    opacity: 0;
    margin-left: 70px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInOut-BgColor {
  0% {
    background-position: 0 center;
  }
  65% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    transform: translate3d(-50%, 220px, 0);
  }
  100% {
    transform: translate3d(-50%, 220px, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}