@charset "UTF-8";
.page #page {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#v-container {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  text-align: center;
}
@media (max-width: 811px) {
  #v-container {
    height: 60vh;
  }
}
@media (max-width: 520px) {
  #v-container {
    height: 80vh;
  }
}
#v-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  #v-container video {
    display: none;
  }
}
#v-container img {
  display: none;
}
@media (max-width: 680px) {
  #v-container img {
    display: flex;
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#l-mv {
  height: 100vh;
  z-index: 0;
}
@media (max-width: 811px) {
  #l-mv {
    padding: 60px 0 80px;
    height: 60vh;
  }
}
@media (max-width: 520px) {
  #l-mv {
    padding-bottom: 90px;
    height: 80vh;
  }
}
#l-mv .bg {
  display: inline-block;
  height: 80%;
  width: 70%;
  background-color: #8fc320;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  overflow: hidden;
  padding-left: 10px;
}
#l-mv .bg.-visible:before {
  transform: translate(0, 0);
}
#l-mv .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cfed8f;
  transform: translate(-200%, 0);
  transition: transform cubic-bezier(0.315, 0.61, 0.355, 1) 1.2s;
}
@media all and (-ms-high-contrast: none) {
  #l-mv .bg {
    background-color: #cfed8f;
  }
}
#l-mv .content {
  width: 1380px;
}

.l-mv {
  position: relative;
}
.l-mv::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/dot.png);
  position: absolute;
  top: 0;
  left: 0;
}
.l-mv .l-mv-tx {
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  letter-spacing: 0.08em;
  z-index: 100;
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx {
    top: 52%;
  }
}
.l-mv .l-mv-tx .tx-en {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 811px) {
  .l-mv .l-mv-tx .tx-en {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-en {
    font-size: 15px;
  }
}
.l-mv .l-mv-tx .tx-catch {
  font-size: 90px;
}
@media (max-width: 811px) {
  .l-mv .l-mv-tx .tx-catch {
    font-size: 7vw;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-catch {
    font-size: 9vw;
    line-height: 1.1;
    margin-top: 20px;
  }
}
@media (max-width: 811px) {
  .l-mv .l-mv-tx .tx-catch .tx-s {
    font-size: 6vw;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-catch .tx-s {
    font-size: 7vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .l-mv-tx h1 {
    opacity: 1;
  }
}
.l-mv .l-mv-tx .tx-lead {
  font-size: 20px;
  display: block;
  color: #db1966;
  line-height: 2.18;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity linear 0.7s;
  transform: translate(-80px, 0);
  transition-delay: 1.6s;
}
@media (max-width: 811px) {
  .l-mv .l-mv-tx .tx-lead {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-lead {
    font-size: 0;
    letter-spacing: 0;
    width: 95%;
  }
}
.l-mv .l-mv-tx .tx-lead .mk-line {
  display: inline-block;
  line-height: 1;
  padding: 0.35em 0.1em 0.35em 0.4em;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-lead .mk-line {
    display: inline;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .l-mv-tx .tx-lead {
    opacity: 1;
  }
}
.l-mv .i-item {
  position: absolute;
  top: 80%;
  width: 315px;
  z-index: 100;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity linear 0.7s;
  transform: translate(0, -40px);
  transition-delay: 2.4s;
}
@media (max-width: 960px) {
  .l-mv .i-item {
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 811px) {
  .l-mv .i-item {
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .l-mv .i-item {
    width: 208px;
    top: 105%;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .i-item {
    opacity: 1;
  }
}
.l-mv .i-mv {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 0 0 auto;
  z-index: 10;
}
@media (max-width: 811px) {
  .l-mv .i-mv {
    width: 64%;
  }
}
@media (max-width: 520px) {
  .l-mv .i-mv {
    width: 75%;
  }
}
.l-mv .i-mv img {
  position: relative;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 811px) {
  .l-mv .i-mv .mv-pc {
    display: none;
  }
}
.l-mv .i-mv .mv-sp {
  display: none;
}
@media (max-width: 811px) {
  .l-mv .i-mv .mv-sp {
    display: inline-block;
  }
}
.l-mv .i-mv::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-image: url(../img/dot.png);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}
.l-mv.-visible2 h1,
.l-mv.-visible2 .tx-lead,
.l-mv.-visible2 .i-item {
  opacity: 1;
  transform: translate(0, 0);
}

.l-ttl {
  position: relative;
  z-index: 10;
}
.l-ttl .ttl {
  font-size: 72px;
}
@media (max-width: 1030px) {
  .l-ttl .ttl {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 960px) {
  .l-ttl .ttl {
    font-size: 60px;
  }
}
@media (max-width: 811px) {
  .l-ttl .ttl {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .l-ttl .ttl {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.l-ttl .ttl .ttl-deco {
  position: relative;
  color: #e5e5e5;
}

.l-ttl .ttl .ttl-deco::before {
  content: "";
  height: 1em;
  width: 3px;
  background-color: #99d022;
  position: absolute;
  margin: auto;
  top: -1em;
  left: 0;
  right: 0;
}

#l-service {
  background: #004831;
  position: relative;
  z-index: 0;
}

.l-service-inner {
  position: relative;
}
@media (max-width: 811px) {
  .l-service-inner {
    padding-top: 30px;
  }
}
.l-service-inner::before {
  width: 100%;
  height: 60vh;
  background-color: #cfed8f;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateY(-50%);
  margin-right: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.l-service-inner .l-col-inner .uni-ttl {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: 2em;
}
@media (max-width: 811px) {
  .l-service-inner .l-col-inner .uni-ttl {
    height: 48px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico {
  display: flex;
  height: 72px;
  width: 72px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -60px;
}
@media (max-width: 1030px) {
  .l-service-inner .l-col-inner .uni-ttl .ico {
    height: 48px;
    width: 48px;
    left: -18px;
  }
}
@media (max-width: 680px) {
  .l-service-inner .l-col-inner .uni-ttl .ico {
    height: 30px;
    width: 30px;
    left: -10px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico img {
  position: relative;
  z-index: 10;
  transition: transform 0.6s ease-out;
  max-width: 52px;
  max-height: 52px;
}
@media (max-width: 1030px) {
  .l-service-inner .l-col-inner .uni-ttl .ico img {
    max-height: 46px;
    max-width: 46px;
  }
}
@media (max-width: 680px) {
  .l-service-inner .l-col-inner .uni-ttl .ico img {
    max-height: 36px;
    max-width: 36px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico::before, .l-service-inner .l-col-inner .uni-ttl .ico::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  z-index: 0;
}
@media (max-width: 1030px) {
  .l-service-inner .l-col-inner .uni-ttl .ico::before, .l-service-inner .l-col-inner .uni-ttl .ico::after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 680px) {
  .l-service-inner .l-col-inner .uni-ttl .ico::before, .l-service-inner .l-col-inner .uni-ttl .ico::after {
    width: 60px;
    height: 60px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico::before {
  background-color: #99d022;
  left: 10px;
}
@media (max-width: 1030px) {
  .l-service-inner .l-col-inner .uni-ttl .ico::before {
    left: -5px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico::after {
  background-color: #1c1c1c;
  left: -14px;
  transform: rotate(45deg);
  transition: transform 0.6s ease-out;
}
@media (max-width: 1030px) {
  .l-service-inner .l-col-inner .uni-ttl .ico::after {
    left: -18px;
  }
}
.l-service-inner .l-col-inner .uni-ttl .ico:hover img {
  transform: rotate(-360deg);
}
.l-service-inner .l-col-inner .uni-ttl .ico:hover::after {
  transform: rotate(360deg);
  background: linear-gradient(#ee7a00 50%, #1c1c1c 50%);
}

.l-step {
  padding: 0;
  margin: 0;
}
.l-step .l-col {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}
.l-step .l-col:nth-child(3n+1) {
  position: relative;
  top: 50px;
}
@media (max-width: 1030px) {
  .l-step .l-col:nth-child(3n+1) {
    top: 0;
  }
}
.l-step .l-col:nth-child(3n+3) {
  position: relative;
  top: -50px;
}
@media (max-width: 1030px) {
  .l-step .l-col:nth-child(3n+3) {
    top: 0;
    left: -1px;
  }
}
@media (max-width: 811px) {
  .l-step .l-col:nth-child(3n+3) {
    left: 0;
  }
}
.l-step .l-col .l-col-inner {
  background-color: #fefbf1;
  padding: 2em 2em 6em;
  box-shadow: 1em 1em 0 #99d022;
  height: 100%;
  border-radius: 1em;
}
@media (max-width: 1030px) {
  .l-step .l-col .l-col-inner {
    padding-bottom: 2em;
  }
}
@media (max-width: 680px) {
  .l-step .l-col .l-col-inner {
    padding-bottom: 0.5em;
  }
}
.l-step .l-col .l-col-inner .ttl {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  padding-left: 60px;
  margin: 0;
}
@media (max-width: 1030px) {
  .l-step .l-col .l-col-inner .ttl {
    font-size: 20px;
  }
}
.l-step .l-col:nth-of-type(4) .l-col-inner, .l-step .l-col:nth-of-type(5) .l-col-inner, .l-step .l-col:nth-of-type(6) .l-col-inner {
  padding-bottom: 4em;
}
@media (max-width: 680px) {
  .l-step .l-col:nth-of-type(4) .l-col-inner, .l-step .l-col:nth-of-type(5) .l-col-inner, .l-step .l-col:nth-of-type(6) .l-col-inner {
    padding-bottom: 0.5em;
  }
}
@media (max-width: 811px) {
  .l-step .l-col:nth-of-type(4) .l-col-inner {
    padding-bottom: 2em;
  }
}
@media (max-width: 680px) {
  .l-step .l-col:nth-of-type(4) .l-col-inner {
    padding-bottom: 0.5em;
  }
}
@media (max-width: 680px) {
  .l-step .l-col:nth-of-type(6) .l-col-inner {
    padding-bottom: 3em;
  }
}

#l-product {
  background-color: #fff;
  padding-bottom: 160px;
}
@media (max-width: 811px) {
  #l-product {
    padding-bottom: 60px;
  }
}
@media (max-width: 520px) {
  #l-product {
    padding-top: 120px;
  }
}
#l-product .l-ttl .ttl {
  text-align: right;
  margin-bottom: 0;
  line-height: 1;
  padding-right: 1em;
}
@media (max-width: 520px) {
  #l-product .l-ttl .ttl {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -55px;
  }
}
#l-product .l-ttl .ttl .ttl-deco::before {
  background-color: #23aae2;
}
@media (max-width: 520px) {
  #l-product .l-ttl .ttl .ttl-deco {
    display: inline-flex;
    background-color: #fafafa;
    height: 110px;
    width: 110px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
}

.l-product-inner {
  position: relative;
}
@media (max-width: 520px) {
  .l-product-inner .l-row {
    padding-left: -10px;
    padding-right: -10px;
  }
}
.l-product-inner .l-row .l-product-tx {
  position: relative;
  width: 56.8vw;
  background-color: #23aae2;
  z-index: 1;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding-left: calc(50vw - (50% - 30px));
  padding-top: 80px;
  padding-bottom: 80px;
  transition: all 0.8s ease-in-out 0s;
}
@media (max-width: 811px) {
  .l-product-inner .l-row .l-product-tx {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .l-product-inner .l-row .l-product-tx {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }
}
.l-product-inner .l-row .l-product-tx .ttl {
  transition: all 1.8s ease-in-out 1.5s;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 520px) {
  .l-product-inner .l-row .l-product-tx .ttl {
    font-size: 28px;
  }
}
.l-product-inner .l-row .l-product-tx .ttl .tx-min {
  font-size: 50%;
}
.l-product-inner .l-row .l-product-tx .tx-lead {
  margin-bottom: 30px;
}
.l-product-inner .l-row .l-product-tx .btn-w:hover {
  background-color: #fff;
  color: #23aae2;
  opacity: 1;
}
.l-product-inner .l-row .l-product-img {
  transition: all 0.3s ease-in-out 1.2s;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
}
@media (max-width: 811px) {
  .l-product-inner .l-row .l-product-img {
    top: auto;
    bottom: 60px;
  }
}
@media (max-width: 520px) {
  .l-product-inner .l-row .l-product-img {
    position: relative;
    width: 64%;
    top: -25px;
    margin: 0 0 0 auto;
  }
}
.l-product-inner .l-row .l-product-img .l-col-inner {
  border: 1px solid #23aae2;
  box-shadow: 20px 20px 0 #23aae2;
}
.l-product-inner .l-row .l-product-img .l-col-inner img {
  vertical-align: bottom;
}

#l-product .l-product-tx a.btn.btn-w {
    display: block;
    margin-left: 0; 
    margin-right: auto; 
    width: 240px;
	text-align:center;
	padding-top:17px;
}

#l-interview {
  background-image: url(../img/bg-interview.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 680px) {
  #l-interview {
    padding-bottom: 30px;
  }
}
#l-interview::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#l-interview .content {
  display: grid;
}
#l-interview .l-ttl {
  z-index: 10;
  order: 2;
}
@media (max-width: 1030px) {
  #l-interview .l-ttl {
    order: 1;
    margin-bottom: 30px;
  }
}
#l-interview .l-ttl .ttl {
  color: #fff;
  margin: 0;
  line-height: 1;
}
#l-interview .l-interview-inner {
  z-index: 10;
  order: 1;
}
@media (max-width: 1030px) {
  #l-interview .l-interview-inner {
    order: 2;
  }
}
@media (max-width: 1030px) {
  #l-interview .l-interview-inner .l-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1030px) {
  #l-interview .l-interview-inner .l-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 811px) {
  #l-interview .l-interview-inner .l-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 680px) {
  #l-interview .l-interview-inner .l-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
#l-interview .l-interview-inner .l-col:nth-child(3n+1) {
  position: relative;
  top: -100px;
}
@media (max-width: 1030px) {
  #l-interview .l-interview-inner .l-col:nth-child(3n+1) {
    top: 0;
  }
}
#l-interview .l-interview-inner .l-col:nth-child(3n+3) {
  position: relative;
  top: 100px;
}
@media (max-width: 1030px) {
  #l-interview .l-interview-inner .l-col:nth-child(3n+3) {
    top: 0;
  }
}
#l-interview .l-interview-inner .l-col-member {
  background-color: #fff;
  position: relative;
}
#l-interview .l-interview-inner .l-col-member .mb-image img {
  width: 100%;
}
#l-interview .l-interview-inner .l-col-member .uni-tx {
  width: 100%;
}
@media (max-width: 680px) {
  #l-interview .l-interview-inner .l-col-member .uni-tx {
    position: absolute;
    bottom: 0;
    background: rgba(28, 28, 28, 0.2);
    color: #fff;
  }
}
#l-interview .l-interview-inner .l-col-member .uni-tx .ttl {
  font-size: 16px;
  font-weight: 500;
  padding: 2em 25px 0;
}
#l-interview .l-interview-inner .l-col-member .uni-tx .txt {
  padding: 0 25px 2em;
}

#l-recruit {
  background-color: #fefbf1;
  position: relative;
  z-index: 0;
}
#l-recruit .l-ttl .ttl {
  text-align: right;
}
@media (max-width: 680px) {
  #l-recruit .l-ttl .ttl {
    text-align: left;
  }
}
#l-recruit .l-ttl .ttl .ttl-deco {
  color: #004831;
}

.l-recruit-inner {
  background-color: #fff;
  background-color: #fefbf1;
  position: relative;
  border-radius: 2em;
}
.l-recruit-inner::before {
  content: "";
  width: 100%;
  height: 64%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background-color: #99d022;
  border-radius: 2em;
}
.l-recruit-inner .l-row {
  justify-content: space-between;
}
.l-recruit-inner .l-recruit-tx {
  padding: 30px 60px;
  text-align: left;
}
@media (max-width: 680px) {
  .l-recruit-inner .l-recruit-tx {
    width: 100%;
    padding: 30px 30px;
  }
}
.l-recruit-inner .l-recruit-tx .ttl {
  font-size: 36px;
  margin-bottom: 1.5em;
}
@media (max-width: 520px) {
  .l-recruit-inner .l-recruit-tx .ttl {
    font-size: 24px;
  }
}
.l-recruit-inner .l-recruit-tx .txt {
  margin-bottom: 3em;
}
.l-recruit-inner .l-recruit-img {
  width: 50vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 0;
  text-align: right;
  position: relative;
  top: -80px;
}
@media (max-width: 680px) {
  .l-recruit-inner .l-recruit-img {
    width: 100%;
    top: 23px;
    margin: 0;
    text-align: inherit;
  }
}
.l-recruit-inner .l-recruit-img img {
  height: 398px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 2em 2em 0;
}
@media (max-width: 960px) {
  .l-recruit-inner .l-recruit-img img {
    height: 360px;
  }
}
@media (max-width: 680px) {
  .l-recruit-inner .l-recruit-img img {
    height: 160px;
  }
}

.sub-ttl.sub-ttl-recruit {
  font-size: 1.25em;
  font-weight: 700;
}
.sub-ttl.sub-ttl-recruit span {
  position: relative;
}

.l-kv {
  padding: 0;
  background-color: #004831;
}

.l-kv-inner {
  position: relative;
  padding-top: 25%;
}
@media (max-width: 960px) {
  .l-kv-inner {
    padding-top: 30%;
  }
}
@media (max-width: 811px) {
  .l-kv-inner {
    padding-top: 45%;
  }
}
@media (max-width: 680px) {
  .l-kv-inner {
    padding-top: 310px;
  }
}
.l-kv-inner .l-ttl {
  position: absolute;
  bottom: -15px;
  z-index: 10;
}
.l-kv-inner .l-ttl .ttl {
  margin-bottom: 0;
  line-height: 1;
  color: rgba(28, 28, 28, 0.9);
}
.l-kv-inner .kv {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 62vw;
  margin-right: calc((100vw - 100%) / 1.706 * -1);
}
@media (max-width: 811px) {
  .l-kv-inner .kv {
    width: 100vw;
    margin-right: inherit;
  }
}
.l-kv-inner .kv::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  left: 0;
}
.l-kv-inner .kv img {
  width: 100%;
  max-width: inherit;
  height: 563px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
  border-radius: 42% 0 0 72%;
}
@media (max-width: 1030px) {
  .l-kv-inner .kv img {
    height: 466px;
  }
}
@media (max-width: 520px) {
  .l-kv-inner .kv img {
    height: 405px;
  }
}

.l-page {
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 520px) {
  .l-page {
    padding-bottom: 30px;
  }
}

.l-page-inner .ttl-block {
  font-size: 60px;
  color: #fff;
  padding: 1em 0;
  margin: 0;
}
@media (max-width: 1030px) {
  .l-page-inner .ttl-block {
    font-size: 48px;
  }
}
@media (max-width: 811px) {
  .l-page-inner .ttl-block {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .l-page-inner .ttl-block {
    font-size: 24px;
  }
}

.l-page-inner {
  position: relative;
  margin-bottom: 60px;
}
.l-page-inner::before {
  content: url(../img/blob.svg);
  width: 100%;
  height: 50vh;
  position: absolute;
  right: 50%;
  top: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  z-index: 0;
  border-radius: 0 2px 2px 0;
}
@media (max-width: 1030px) {
  .l-page-inner::before {
    right: 30%;
  }
}
.l-page-inner:nth-of-type(2)::before {
  transform: translateY(-30%);
}
.l-page-inner::after {
  content: url(../img/blob2.svg);
  width: 100%;
  height: 60vh;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(25%);
  margin-right: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.l-page-inner .l-col {
  margin: 0;
}
.l-page-inner .l-col-inner {
  position: relative;
  padding-bottom: 60px;
}
.l-page-inner .l-col-inner .ico {
  display: flex;
  height: 72px;
  width: 72px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.l-page-inner .l-col-inner .ico img {
  position: relative;
  z-index: 10;
  transition: transform 0.6s ease-out;
  max-width: 60px;
  max-height: 60px;
}
.l-page-inner .l-col-inner .ico::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #8fc320;
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 0;
}
.l-page-inner .l-col-inner .ico::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  transform: rotate(45deg);
  transition: transform 0.6s ease-out;
}
.l-page-inner .l-col-inner .ico:hover img {
  transform: rotate(-360deg);
}
.l-page-inner .l-col-inner .ico:hover::after {
  transform: rotate(360deg);
  background: linear-gradient(#ee7a00 50%, #000 50%);
}
.l-page-inner .l-col-inner .ttl {
  font-size: 24px;
}

.tx-rgt {
  text-align: right;
}

.l-content-inner {
  background-color: #fff;
  background-color: #fefbf1;
  padding: 60px;
  position: relative;
  z-index: 1;
  border-radius: 2em;
  margin-bottom: 3em;
  width: 1000px; /* フォーム全体の幅を固定（お好みで調整）*/
  margin: 0 auto 3em !important; /* 左右を auto にして中央寄せを強制 */
  text-align: left; /* フォーム内のテキスト/要素を左寄せに戻す */
}
@media (max-width: 811px) {
  .l-content-inner {
    padding: 40px;
  }
}
@media (max-width: 520px) {
  .l-content-inner {
    padding: 30px 20px;
  }
}
.l-content-inner .ttl {
  margin: 0.5em 0 1.5em;
  position: relative;
}
.l-content-inner .ttl::before {
  content: "";
  width: 108px;
  height: 3px;
  background-color: #99d022;
  position: absolute;
  left: -168px;
  top: 50%;
}
@media (max-width: 1030px) {
  .l-content-inner .ttl::before {
    left: -138px;
  }
}
@media (max-width: 811px) {
  .l-content-inner .ttl::before {
    left: -128px;
  }
}
@media (max-width: 520px) {
  .l-content-inner .ttl::before {
    left: -120px;
  }
}
@media (max-width: 811px) {
  .l-content-inner .ttl {
    font-size: 28px;
  }
}
@media (max-width: 811px) {
  .l-content-inner .ttl {
    font-size: 24px;
  }
}
.l-content-inner .ttl.ttl-lead {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2.5em;
}
@media (max-width: 960px) {
  .l-content-inner .ttl.ttl-lead {
    font-size: 24px;
  }
  .l-content-inner .ttl.ttl-lead .is-pc {
    display: none;
  }
}
@media (max-width: 680px) {
  .l-content-inner .ttl.ttl-lead {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  .l-work .l-col {
    width: 100%;
  }
}
.l-work .l-col .l-col-inner {
  position: relative;
  height: 100%;
}
.l-work .l-col .l-col-inner .sub-ttl {
  font-weight: 700;
  margin-bottom: 1.5em;
  background-color: #1c1c1c;
  color: #fff;
  padding: 0.25em 1em;
  position: relative;
}
@media (max-width: 680px) {
  .l-work .l-col .l-col-inner .sub-ttl {
    font-size: 18px;
  }
}
.l-work .l-col .l-col-inner .sub-ttl::before {
  content: "";
  height: 2px;
  width: 1em;
  background-color: #99d022;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -0.5em;
  z-index: 10;
}

.ul-line li {
  position: relative;
  padding: 0.5em 1.75em;
}
.ul-line li::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 1.25em;
}

.ul-dot li {
  position: relative;
  padding: 0.25em 0 0.25em 1em;
}
.ul-dot li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0.9em;
}

.ol-di {
  margin: 0;
  padding: 0;
  padding-left: 2em;
  font-size: 1.3em;
}
.ol-di li {
  list-style: decimal;
}

.dl-sq {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 60px 0;
}
.dl-sq dt {
  width: 150px;
  height: 150px;
  background-color: #1c1c1c;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.dl-sq dt::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  border: #1c1c1c solid;
  border-width: 2px 0 0 2px;
}
@media (max-width: 811px) {
  .dl-sq dt {
    width: 100px;
    height: 100px;
  }
}
.dl-sq dt .c-dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -40px;
  background-color: #50bbe8;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 680px) {
  .dl-sq dt .c-dt {
    height: 56px;
    width: 56px;
    font-size: 18px;
  }
}
.dl-sq dt .ico {
  display: block;
  width: 100%;
  text-align: center;
}
.dl-sq dt .ico img {
  max-height: 60px;
  max-width: 60px;
}
.dl-sq dd {
  width: calc(100% - 150px);
  margin: 0;
  padding-left: 60px;
  position: relative;
}
.dl-sq dd::after {
  content: "";
  width: 75px;
  height: 50%;
  position: absolute;
  bottom: -15px;
  right: -15px;
  border: #1c1c1c solid;
  border-width: 0 2px 2px 0;
}
@media (max-width: 811px) {
  .dl-sq dd {
    width: calc(100% - 100px);
  }
}
@media (max-width: 680px) {
  .dl-sq dd {
    width: 100%;
    padding-left: 0;
  }
}
.dl-sq dd h4 {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 1em;
}
@media (max-width: 811px) {
  .dl-sq dd h4 {
    font-size: 24px;
    margin-top: 1em;
  }
}
@media (max-width: 680px) {
  .dl-sq dd h4 {
    font-size: 20px;
  }
}
.dl-sq dd .txt {
  margin: 0;
  padding-bottom: 1em;
}

.tx-mynavi {
  display: flex;
  flex-wrap: wrap;
}
.tx-mynavi a {
  padding: 1.4em 1.25em;
  background-color: #23aae2;
  color: #fff;
/*   margin-right: 55px; */
/*   margin-right: 10px; */
  min-width: 240px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 3em;
}
.tx-mynavi.recruit-center {
  justify-content: center;
}

.tx-mynavi.recruit-center a {
  margin-right: 0;
}

.tb-base {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
.tb-base th {
  width: 172px;
  padding: 25px 0;
  text-align: left;
  border-bottom: 1px solid #1c1c1c;
  vertical-align: top;
}
@media (max-width: 520px) {
  .tb-base th {
    display: list-item;
    list-style: none;
    padding: 1em 0 0.25em;
    border: none;
  }
}
.tb-base td {
  padding: 25px 0;
  border-bottom: 1px solid #1c1c1c;
  vertical-align: top;
}
@media (max-width: 520px) {
  .tb-base td {
    display: list-item;
    list-style: none;
    padding: 0 0 1.25em;
  }
}

.dl-history {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 520px) {
  .dl-history {
    display: block;
  }
}
.dl-history dt {
  width: 160px;
  margin-bottom: 25px;
}
@media (max-width: 811px) {
  .dl-history dt {
    width: 100px;
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .dl-history dt {
    width: 100%;
    margin-bottom: 0;
  }
}
.dl-history dt .c-year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #1c1c1c;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 811px) {
  .dl-history dt .c-year {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 520px) {
  .dl-history dt .c-year {
    width: 65px;
    height: 65px;
  }
}
.dl-history dd {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #1c1c1c;
  margin-bottom: 25px;
}
@media (max-width: 811px) {
  .dl-history dd {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .dl-history dd {
    width: 100%;
    border-bottom: none;
  }
}
@media (max-width: 520px) {
  .dl-history dd .tb-history {
    margin-bottom: 1em;
  }
}
.dl-history dd .tb-history th {
  width: 80px;
  padding: 10px 0;
  vertical-align: top;
}
@media (max-width: 520px) {
  .dl-history dd .tb-history th {
    width: 60px;
  }
}
.dl-history dd .tb-history th .c-month {
  font-size: 12px;
  display: inline-flex;
  width: 60px;
  height: 24px;
  justify-content: center;
  align-items: center;
  background-color: #50bbe8;
  color: #fff;
  border-radius: 1px;
}
@media (max-width: 520px) {
  .dl-history dd .tb-history th .c-month {
    font-size: 11px;
    width: 45px;
    height: 20px;
  }
}
.dl-history dd .tb-history td {
  padding: 10px 0;
  vertical-align: top;
}

.l-company-overview {
  position: relative;
}
.l-company-overview::before {
  content: "";
  background-image: url(../img/fig-company_R.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 480px;
  position: absolute;
  left: 78%;
  top: 13%;
  border-left: 15px solid #fff;
  box-shadow: 30px 25px 0 #99d022;
}
@media (max-width: 1290px) {
  .l-company-overview::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 960px) {
  .l-company-overview::before {
    width: 34%;
    height: 420px;
    box-shadow: 10px 15px 0 #99d022;
  }
}
@media (max-width: 680px) {
  .l-company-overview::before {
    width: 30%;
    height: 360px;
  }
}
@media (max-width: 520px) {
  .l-company-overview::before {
    width: 42%;
    height: 210px;
    top: -40px;
    border-left: none;
    box-shadow: 10px 10px 0 #99d022;
  }
}

.l-map {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.l-map iframe {
  width: 100%;
}

.tx-subway {
  padding-left: 2em;
  position: relative;
}
.tx-subway::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/i-subway.png);
  background-position: center;
  position: absolute;
  left: 0;
  top: 1px;
}

.li-client li {
  margin: 0.5em 0;
}

.tx-lead a {
  color: #23aae2;
  text-decoration: underline;
}

.dl-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.1em;
}
.dl-contact dt {
  width: 280px;
  padding: 0.5em 0;
}
@media (max-width: 811px) {
  .dl-contact dt {
    width: 225px;
  }
}
.dl-contact dt .tx-must {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 12px;
  background-color: rgba(35, 170, 226, 0.9);
  color: #fff;
  margin-left: 1em;
}
.dl-contact dd {
  width: calc(100% - 280px);
  padding: 0.5em 0;
}
@media (max-width: 811px) {
  .dl-contact dd {
    width: calc(100% - 225px);
  }
}
@media (max-width: 680px) {
  .dl-contact dd {
    width: 100%;
  }
}
.dl-contact dd input[type=text],
.dl-contact dd input[type=email],
.dl-contact dd textarea {
  padding: 0.5em 1em;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  width: 640px;
  max-width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 0.5em;
}
@media (max-width: 811px) {
  .dl-contact dd input[type=text],
  .dl-contact dd input[type=email],
  .dl-contact dd textarea {
    font-size: 16px;
  }
}
.dl-contact dd input[type=text].md-tel {
  width: 88px;
}
@media (max-width: 520px) {
  .dl-contact dd input[type=text].md-tel {
    width: 80px;
  }
}

.mwform-checkbox-field {
    /* チェックボックスを下に下げる（適宜調整） */
    margin-top: 20px; 
}

.dl-contact dd .mwform-checkbox-field {
  display: inline-block;
  margin: 0.25em 1em 0.25em 0.25em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0.25em;
}

.btn-line {
  text-align: center;
  margin-top: 50px;
}

button, input[type=button], input[type=reset], input[type=submit] {
  background: #fff;
  border-color: #1c1c1c;
  border-radius: 3em;
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}

.error-404 {
  padding-top: 180px;
}

.blk-privacy {
/*   margin: 2em 0;
  width: 800px;
  max-width: 96%; */
  margin: 2em 0 !important; 
  width: 700px !important;
  max-width: 90% !important;
}

.blk-privacy .blk-inner {
  height: 200px;
  border: 1px solid #1c1c1c;
  border-radius: 0.25em;
  background: #fff;
  overflow-y: scroll;
  padding: 1em;
  font-size: 0.9em;
}

.blk-privacy .blk-inner .tx-ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.blk-privacy .blk-inner .tx-ttl + p {
  margin-top: 0;
}
.blk-privacy .blk-inner ol {
	margin-left: 0 !important; 
    padding-left: 2em !important;
	padding-right: 1.5em !important;
}

.blk-privacy .blk-inner p, {
   margin-left: 0!important; 
   padding-left: 0 !important; 
}

.blk-privacy .blk-inner ol li {
  list-style: decimal;
}

.cb-conf {
  display: none;
  text-align: center;
  margin-top: 2em;
}

.mw_wp_form_confirm .blk-privacy {
  display: none;
}
.mw_wp_form_confirm .checkBox {
  display: none;
}
.mw_wp_form_confirm .cb-conf {
  display: block;
}

.cnt {
  text-align: center;
}

.rgt {
  text-align: right;
}

.l-other-page .entry-header {
  background-image: url(../img/bg-ttl.jpg);
  background-attachment: fixed;
  background-position: top center;
  height: 0;
  padding-top: 18%;
  width: 100%;
  position: relative;
}
@media (max-width: 1290px) {
  .l-other-page .entry-header {
    padding-top: 240px;
  }
}
@media (max-width: 520px) {
  .l-other-page .entry-header {
    padding-top: 210px;
  }
}
.l-other-page .entry-header .content {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.l-other-page .entry-header .content .entry-title {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1290px) {
  .l-other-page .entry-header .content .entry-title {
    transform: none;
  }
}
@media (max-width: 811px) {
  .l-other-page .entry-header .content .entry-title {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .l-other-page .entry-header .content .entry-title {
    font-size: 24px;
  }
}
.l-other-page .l-other-inner {
  padding: 120px 60px;
  background-color: #fff;
}
@media (max-width: 811px) {
  .l-other-page .l-other-inner {
    padding: 60px 40px;
  }
}
@media (max-width: 520px) {
  .l-other-page .l-other-inner {
    padding: 45px 10px;
  }
}

.l-news .entry-header {
  background-image: url(../img/bg-ttl.jpg);
  background-attachment: fixed;
  background-position: top center;
  height: 0;
  padding-top: 18%;
  width: 100%;
  position: relative;
}
@media (max-width: 1290px) {
  .l-news .entry-header {
    padding-top: 240px;
  }
}
@media (max-width: 520px) {
  .l-news .entry-header {
    padding-top: 210px;
  }
}
.l-news .entry-header .content {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.l-news .entry-header .content .p-ttl {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1290px) {
  .l-news .entry-header .content .p-ttl {
    transform: none;
  }
}
@media (max-width: 811px) {
  .l-news .entry-header .content .p-ttl {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .l-news .entry-header .content .p-ttl {
    font-size: 24px;
  }
}
.l-news .l-page-inner {
  padding: 0 0 120px;
  background-color: #fefbf1;
  position: relative;
  top: -50px;
  min-height: 420px;
  border-radius: 1em;
}
.l-news .l-page-inner::before {
  top: 50px;
  z-index: -1;
}
@media (max-width: 811px) {
  .l-news .l-page-inner {
    padding: 60px 40px;
  }
}
@media (max-width: 520px) {
  .l-news .l-page-inner {
    padding: 45px 10px;
  }
}
.l-news .l-page-inner .l-content-inner {
  padding-bottom: 120px;
  width: 80%;
  margin: 0 auto;
}
.l-news .l-page-inner .l-content-inner p {
  line-height: 2.4;
}
.l-news .l-page-inner .l-content-inner .tx-date {
  color: #23aae2;
  font-size: 16px;
  font-weight: 700;
}
.l-news .l-page-inner .entry-title {
  margin-bottom: 2em;
}

.l-privacy .tx-lead,
.l-security .tx-lead {
  margin: 0 0 2em;
}

.dl-privacy dt {
  margin-bottom: 0.5em;
}
.dl-privacy dd {
  margin-bottom: 1.5em;
}

.ul-indent {
  margin-bottom: 2em;
}
.ul-indent li {
  text-indent: -2.25em;
  padding-left: 2em;
  margin: 1em 0;
}

#l-whatsnew {
  background-color: #fff;
  background-color: #fefbf1;
}
#l-whatsnew .whatsnew {
  margin: 0;
  overflow: visible;
}
#l-whatsnew .whatsnew h2 {
  margin-bottom: 1em;
  position: relative;
}
#l-whatsnew .whatsnew h2::before {
  content: "";
  width: 108px;
  height: 3px;
  background-color: #99d022;
  position: absolute;
  left: -168px;
  top: 50%;
}
#l-whatsnew .whatsnew a {
  padding: 20px 0;
  background-image: url(../img/i-arw.png);
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-size: 24px 9.2px;
  transition: all 0.3s ease;
}
#l-whatsnew .whatsnew a:hover {
  background-color: #fafafa;
  background-position: center right 12px;
}
#l-whatsnew .whatsnew .newmark {
  border-radius: 0;
  background-color: #23aae2;
  padding: 2px 8px;
}
#l-whatsnew .whatsnew hr {
  background-color: #d0d0dd;
}
#l-whatsnew .whatsnew dt {
  width: 10em;
}

.l-news .post-thumbnail {
  margin: 80px auto 0;
  width: 80%;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  width: 240px;
  border-radius: 3em;
}
@media (max-width: 960px) {
  .btn {
    margin: 5px 0;
    width: 190px;
  }
}
.btn img {
  max-width: 268px;
}
@media (max-width: 960px) {
  .btn img {
    width: 230px;
  }
}
@media (max-width: 520px) {
  .btn img {
    width: 190px;
  }
}
.btn:hover {
  cursor: pointer;
  border-color: #23aae2;
  background-color: #23aae2;
  color: #fff;
  opacity: 1;
}

.btn-w {
  border: 1px solid #fff;
  color: #fff;
}
.btn-w:visited {
  color: #fff;
}

.swiper-container-wrap {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 520px) {
  .swiper-container-wrap {
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 5px;
}
@media (max-width: 520px) {
  .swiper-container {
    padding: 0;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -60px;
  background-image: none;
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #8fc320;
  border-right: solid 1px #8fc320;
  transform: rotate(45deg);
}
@media (max-width: 811px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }
}
@media (max-width: 520px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -60px;
  background-image: none;
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #8fc320;
  border-left: solid 1px #8fc320;
  transform: rotate(-45deg);
}
@media (max-width: 811px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
}
@media (max-width: 520px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
}

#l-single_interview {
  background-color: rgba(28, 28, 28, 0.02);
  position: relative;
}
@media (max-width: 811px) {
  #l-single_interview .entry-header {
    position: relative;
  }
}
#l-single_interview .entry-header .ttl {
  position: absolute;
  left: 10%;
  top: 200px;
  color: #666;
  z-index: 1;
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 1600px) {
  #l-single_interview .entry-header .ttl {
    left: 30px;
  }
}
@media (max-width: 680px) {
  #l-single_interview .entry-header .ttl {
    left: 15px;
  }
}
#l-single_interview .entry-header .entry-title {
  display: inline-block;
  background-color: rgba(35, 170, 226, 0.85);
  color: #fff;
  font-weight: 700;
  padding: 80px;
  position: absolute;
  top: 240px;
  left: 10%;
  width: 30%;
  font-size: 30px;
}
@media (max-width: 1600px) {
  #l-single_interview .entry-header .entry-title {
    left: 30px;
    width: 40%;
  }
}
@media (max-width: 1030px) {
  #l-single_interview .entry-header .entry-title {
    font-size: 28px;
    padding: 50px;
    left: 0;
  }
}
@media (max-width: 680px) {
  #l-single_interview .entry-header .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  #l-single_interview .entry-header .entry-title {
    font-size: 20px;
    padding: 30px;
    bottom: 0;
    top: inherit;
    height: auto;
    width: 100%;
  }
}
#l-single_interview .post-thumbnail img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#l-single_interview .tx-name {
  text-align: right;
  color: #666;
  font-size: 1.2em;
  font-weight: 500;
  margin: 1em 0 2em;
}
#l-single_interview .l-single_interview-inner {
  background-color: #fff;
  width: 80%;
  padding: 60px 80px;
  margin: 0 auto 60px;
  position: relative;
}
@media (max-width: 680px) {
  #l-single_interview .l-single_interview-inner {
    width: 88%;
    padding: 40px 50px;
  }
}
@media (max-width: 520px) {
  #l-single_interview .l-single_interview-inner {
    width: 100%;
    padding: 30px;
  }
}
#l-single_interview .l-single_interview-inner::before {
  content: "";
  width: 50vw;
  height: 15vw;
  background-color: rgba(28, 28, 28, 0.05);
  position: absolute;
  top: -30%;
  right: -50%;
  z-index: -1;
}
#l-single_interview .l-single_interview-inner h2, #l-single_interview .l-single_interview-inner h3 {
  font-weight: 500;
  margin-bottom: 2em;
}
@media (max-width: 1030px) {
  #l-single_interview .l-single_interview-inner h2, #l-single_interview .l-single_interview-inner h3 {
    font-size: 28px;
  }
}
@media (max-width: 811px) {
  #l-single_interview .l-single_interview-inner h2, #l-single_interview .l-single_interview-inner h3 {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  #l-single_interview .l-single_interview-inner h2, #l-single_interview .l-single_interview-inner h3 {
    font-size: 20px;
  }
}
#l-single_interview .l-single_interview-inner h4 {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 2em;
  color: #23aae2;
  position: relative;
}
#l-single_interview .l-single_interview-inner h4::before {
  content: "";
  height: 2px;
  width: 98px;
  background-color: #23aae2;
  position: absolute;
  left: calc(-98px - 2em);
  top: 50%;
}
@media (max-width: 680px) {
  #l-single_interview .l-single_interview-inner h4::before {
    left: calc(-98px - 1em);
  }
}
#l-single_interview .l-single_interview-inner h5, #l-single_interview .l-single_interview-inner h6 {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 2em;
}
#l-single_interview .l-single_interview-inner p {
  margin: 2em 0;
}

#loading {
  width: 100%;
  height: 100%;
  background: #333333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading img {
  width: 100%;
  max-width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start .start-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 140px;
  text-align: center;
}
.start .start-inner img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  opacity: 0;
  /* アニメーション */
  animation: fadeIn 3s ease-in;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

svg path,
svg rect {
  fill: #8fc320;
}

#l-member {
  background-color: #004831;
  color: #fff;
}

.l-member-wrap {
  padding: 0 5%;
  position: relative;
}
.l-member-wrap ._5c {
  margin: 0 -15px;
}
.l-member-wrap ._5c .l-col {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1030px) {
  .l-member-wrap ._5c .l-col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .l-member-wrap ._5c .l-col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-member-wrap ._5c .l-col .ttl {
  font-size: 1rem;
  width: calc(100% - 32px);
}

.l-page .l-member-wrap {
  padding-top: 4em;
}

.post-navigation .nav-links {
  justify-content: space-evenly;
  margin-bottom: 5em;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  position: relative;
  width: 30%;
  max-width: 480px;
  margin: 0 1em;
}
@media (max-width: 811px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    margin: 0 0.5em;
  }
}
@media (max-width: 520px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    margin: 0 10px;
    max-width: 170px;
  }
}
.post-navigation .nav-links .nav-previous img,
.post-navigation .nav-links .nav-next img {
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
.post-navigation .nav-links .nav-previous .hv-txt,
.post-navigation .nav-links .nav-next .hv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-34%, -20%);
  opacity: 0;
  z-index: 1;
  backface-visibility: hidden;
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt,
.post-navigation .nav-links .nav-next .hv-txt .more_txt {
  color: #dadada;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt::before, .post-navigation .nav-links .nav-previous .hv-txt .more_txt::after,
.post-navigation .nav-links .nav-next .hv-txt .more_txt::before,
.post-navigation .nav-links .nav-next .hv-txt .more_txt::after {
  content: "";
  height: 1px;
  background-color: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt::after,
.post-navigation .nav-links .nav-next .hv-txt .more_txt::after {
  width: 6px;
  transform: rotate(45deg) translateY(-3px);
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt::before,
.post-navigation .nav-links .nav-next .hv-txt .more_txt::before {
  width: 10px;
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt .underline,
.post-navigation .nav-links .nav-next .hv-txt .more_txt .underline {
  position: relative;
}
.post-navigation .nav-links .nav-previous .hv-txt .more_txt .underline::after,
.post-navigation .nav-links .nav-next .hv-txt .more_txt .underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.post-navigation .nav-links .nav-previous:hover .hv-txt,
.post-navigation .nav-links .nav-next:hover .hv-txt {
  transform: translate(-34%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
.post-navigation .nav-links .nav-previous:hover .hv-txt .more_txt::before, .post-navigation .nav-links .nav-previous:hover .hv-txt .more_txt::after,
.post-navigation .nav-links .nav-next:hover .hv-txt .more_txt::before,
.post-navigation .nav-links .nav-next:hover .hv-txt .more_txt::after {
  right: -5px;
  transition-delay: 0.3s;
}
.post-navigation .nav-links .nav-previous:hover .hv-txt .more_txt .underline::after,
.post-navigation .nav-links .nav-next:hover .hv-txt .more_txt .underline::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.post-navigation .nav-links .nav-previous:hover::after,
.post-navigation .nav-links .nav-next:hover::after {
  opacity: 1;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
}
.post-navigation .nav-links .nav-previous a::after,
.post-navigation .nav-links .nav-next a::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.post-navigation .nav-links .nav-previous a .nav-title,
.post-navigation .nav-links .nav-next a .nav-title {
  position: absolute;
  bottom: -2em;
  left: 0;
  color: #fff;
}
.post-navigation .nav-links .nav-previous a:hover::after,
.post-navigation .nav-links .nav-next a:hover::after {
  opacity: 1;
}

.l-col-member .l-mb-image {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
}
.l-col-member .l-mb-image::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-col-member .l-mb-image .hv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-34%, -20%);
  opacity: 0;
  z-index: 1;
  backface-visibility: hidden;
}
.l-col-member .l-mb-image .hv-txt .more_txt {
  color: #dadada;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
.l-col-member .l-mb-image .hv-txt .more_txt::before, .l-col-member .l-mb-image .hv-txt .more_txt::after {
  content: "";
  height: 1px;
  background-color: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
}
.l-col-member .l-mb-image .hv-txt .more_txt::after {
  width: 6px;
  transform: rotate(45deg) translateY(-3px);
}
.l-col-member .l-mb-image .hv-txt .more_txt::before {
  width: 10px;
}
.l-col-member .l-mb-image .hv-txt .more_txt .underline {
  position: relative;
}
.l-col-member .l-mb-image .hv-txt .more_txt .underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.l-col-member .l-mb-image:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-col-member .l-mb-image:hover .hv-txt {
  transform: translate(-34%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}
.l-col-member .l-mb-image:hover .hv-txt .more_txt::before, .l-col-member .l-mb-image:hover .hv-txt .more_txt::after {
  right: -5px;
  transition-delay: 0.3s;
}
.l-col-member .l-mb-image:hover .hv-txt .more_txt .underline::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.l-col-member .l-mb-image:hover::after {
  opacity: 1;
}
.l-col-member .mb-image img {
  opacity: 1;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
@media (max-width: 680px) {
  .l-col-member .mb-image img {
    aspect-ratio: 1/1;
  }
}
.l-col-member .l-mb-text {
  position: relative;
}
.l-col-member .l-mb-text .ttl {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.l-col-member .l-mb-text .txt {
  line-height: 1.2;
  color: #fff;
}
.l-col-member .l-mb-text .i-link {
  position: absolute;
  top: 0;
  right: 0;
}

.l-mv-member {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 3em;
}
@media (max-width: 811px) {
  .l-mv-member {
    height: 77vh;
  }
}
@media (max-width: 520px) {
  .l-mv-member {
    height: 58vh;
    background-attachment: unset;
  }
}
.l-mv-member img {
  max-height: 100%;
  background-attachment: fixed;
}
.l-mv-member .entry-header {
  position: absolute;
  margin: auto;
  right: 20%;
  top: 50%;
}
@media (max-width: 960px) {
  .l-mv-member .entry-header {
    right: 8%;
    text-align: right;
  }
}
.l-mv-member .entry-header .entry-title {
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 4.6em;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
@media (max-width: 960px) {
  .l-mv-member .entry-header .entry-title {
    font-size: 1.7em;
  }
}
.l-mv-member .entry-header .tx-dep {
  display: inline;
  font-size: 1.7em;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
.l-mv-member .entry-header .c-text-wh .entry-title {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.l-mv-member .entry-header .c-text-wh .tx-dep {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.l-mv-member .entry-header .c-text-bk .entry-title {
  color: #111;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
.l-mv-member .entry-header .c-text-bk .tx-dep {
  color: #111;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.l-pict-wrap {
  padding: 0 10% 3em;
}
@media (max-width: 1600px) {
  .l-pict-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1290px) {
  .l-pict-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 811px) {
  .l-pict-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-pict-wrap .l-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 811px) {
  .l-pict-wrap .l-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.l-pict-wrap .l-col {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 811px) {
  .l-pict-wrap .l-col {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.l-pict-wrap .l-col .l-col-inner {
  position: relative;
}
.l-pict-wrap .l-col img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  vertical-align: bottom;
}
.l-pict-wrap .l-col .inner {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.2s;
  padding: 2.2em;
  z-index: 10;
  color: #eee;
  aspect-ratio: 1/1;
}
@media (max-width: 960px) {
  .l-pict-wrap .l-col .inner {
    padding: 1.3em;
  }
}
@media (max-width: 811px) {
  .l-pict-wrap .l-col .inner {
    display: none;
  }
}
.l-pict-wrap .l-col .inner .ttl {
  font-size: 1.3rem;
  transition: 0.3s;
  transform: translateY(2em);
  opacity: 0;
}
@media (max-width: 960px) {
  .l-pict-wrap .l-col .inner .ttl {
    font-size: 1rem;
  }
}
.l-pict-wrap .l-col .inner .txt {
  transition: 0.5s;
  transform: translateY(2em);
  opacity: 0;
  line-height: 1.4;
}
.l-pict-wrap .l-col .inner:hover {
  background: rgba(0, 0, 0, 0.7);
}
.l-pict-wrap .l-col .inner:hover .ttl,
.l-pict-wrap .l-col .inner:hover .txt {
  transform: translateY(0);
  opacity: 1;
}

.l-ttl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-member-wrap .btn-line .btn {
  background-color: #23aae2;
  color: #fff;
}
.l-member-wrap .btn-line .btn:hover {
  border: 1px solid #23aae2;
  background-color: #fff;
  color: #23aae2;
}
.l-member-wrap .l-ttl-flex {
  border-bottom: 1px solid #1c1c1c;
  margin-bottom: 3em;
}
.l-member-wrap .l-ttl-flex .ttl {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-size: 1.7em;
  color: #e5e5e5;
}
.l-member-wrap .l-ttl-flex a {
  color: #e5e5e5;
}

.l-kv-inner .l-ttl .ttl ._min {
  font-size: 0.5em;
  color: #8fc320;
  margin-left: 0.5em;
  letter-spacing: normal;
}

.l-sort-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2em;
}
.l-sort-line a {
  color: #fff;
  position: relative;
}
.l-sort-line a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: -3px;
  transition: 0.3s;
}
.l-sort-line a:hover::before {
  width: 100%;
}
.l-sort-line .tax-list__child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-sort-line .tax-list__child li {
  margin-right: 1.5em;
}

.pg__memberlist .p-current::before {
  width: 100%;
}

.term-itsolution .itsolution a::before {
  width: 100%;
}

.term-sales .sales a::before {
  width: 100%;
}

.single-member .lead-area {
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .single-member .lead-area {
    flex-direction: column;
  }
}
.single-member .lead-area .ttl {
  font-size: 1.7em;
  padding-right: 3em;
}
.single-member .lead-area .ttl::before {
  content: none;
}
@media (max-width: 960px) {
  .single-member .lead-area .ttl {
    padding-right: 0;
  }
}
.single-member #global-nav {
  display: none;
}
.single-member .fixed #global-nav {
  display: block;
}
.single-member .fixed #global-nav a {
  color: #fff;
}/*# sourceMappingURL=style-plus.css.map */