body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","MS PGothic","Osaka",arial,helvetica,clean,sans-serif;
  padding-top: 70px;
}
img {
  max-width: 100%;
  height: auto;
}
.en {
  font-family: "Montserrat";
  font-weight: 100;
}
p {
  line-height: 1.7;
  font-weight: 200;
}
p.lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
section {
  padding: 5rem 0;
}
.sp {
  display: none;
}
@media (max-width: 639px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    padding-top: 16vw !important;
  }
  .lead br {
    display: none;
  }
}
h1 {
  line-height: 1.3;
  font-size: 60px;
}
mark {
  font-style: normal !important;
}
.btn-primary {
  background-color: #333;
  border-color: #333;
}
.btn-outline-primary {
  color: #333;
  border-color: #333;
}
.page-item a {
  line-height: 1;
}
#intro {
  background: url(../img/background.svg);
  background-color: white;
  background-size: 100% auto;
  background-position: center center;
}
#intro .container {
  position: relative;
  width: 1024px;
  padding: 80px 0 120px;
}
@media (max-width: 639px) {
  #intro {
    background-size: auto 160%;
    background-position: center right;
  }
  #intro .container {
    width: 100%;
    padding: 0 20px;
  }
  #intro .container * {
    text-align: center;
  }
  #intro .container h1 {
    font-size: 40px;
    font-weight: 800;
  }
  #intro .container mark {
    font-size: 30px;
    font-weight: 800;
  }
  #intro .container div[data-aos="zoom-in"] {
    position: relative;
    width: 100%;
    padding-top: 12px;
    height: 70vw;
    overflow: hidden;
  }
  #intro .divider {
    margin-top: -22px !important;
    z-index: 10;
  }
}
.container div[data-aos="fade-up"] {
  text-align: left;
}
.container div[data-aos="zoom-in"] {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

#catch {
  position: relative;
}
#catch .imgLiquid {
  width: 100%;
  height: 80vh;
  display: block;
}
#catch bx-wrapper {
  z-index: 1;
  position: relative;
}
#catch aside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/pattern_solid.png);
  z-index: 98;
}
#catch p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16vh;
  font-weight: black;
  text-align: center;
  line-height: 17vh;
  height:41vh;
  transform: rotate(-6deg);
  color: white;
  text-shadow: 10px 10px 20px rgba(0,0,0,0.7);
  z-index: 99;
}
#catch p b {
  font-variant: inherit;
}
#catch p small {
  font-size: 4vh;
  line-height: 4vh;
  margin-top: 3vh;
  display: block;
  text-align: center;
  font-weight: bolder;
}
@media (max-width: 639px) {
  #catch .imgLiquid {
    height: 140vw;
  }
  #catch p {
    font-size: 10vw;
    line-height: 1;
    height: 85vw;
    text-align: center;
    transform: rotate(-5deg);
  }
  #catch b {
    font-size: 33vw;
    line-height: 1;
    height: 44vh;
    color: white !important;
  }
  #catch p small {
    font-size: 3vw;
    line-height: 1;
    margin-top: 4vw;
  }
  #catch p small b {
    font-size: inherit;
  }
}
#catch .bx-controls {
  display: none;
}


#bizpia {
  padding: 0;
  max-width: 1024px;
  min-width: 1024px;
  margin: 60px auto;
}
#bizpia .h1 {
  text-align: center;
}
#bizpia .tit {
  text-align: center;
  margin-bottom: 40px;
}
#bizpia article {
  overflow: hidden;
  padding: 10px;
}
#bizpia article > div {
  width: 50%;
  float: left;
  text-align: center;
  padding: 60px 0 0;
  overflow: hidden;
}
#bizpia article > div:nth-of-type(1) {
  background: #7BC943;
}
#bizpia article > div:nth-of-type(2) {
  background: #388AC8;
  float: right;
}
#bizpia article > div:nth-of-type(4) {
  background: #051B35;
}
#bizpia article > div:nth-of-type(5) {
  background: #3e9900;
  float: right;
}
#bizpia article > div h3 {
  width: auto;
  display: block;
  height: 50px;
  margin-bottom: 40px;
}
#bizpia article > div h3 img {
  width: auto;
  height: 100%;
}
#bizpia article > div > img {
  width: 400px;
  display: block;
  margin: auto;
  position: relative;
  margin-bottom: -30px;
}
#bizpia article > div div {
  background-color: rgba(255,255,255,0.5);
  padding: 60px 0;
  line-height: 2;
  font-size: 14px;
  color: black;
  font-weight: lighter;
}
#bizpia article > div div b {
  font-size: 28px;
  font-weight: lighter;
  margin-bottom: 15px;
  display: block;
}
#bizpia article > div a {
  padding: 0 70px;
  display: inline-block;
  color: white;
  margin-top: 15px;
  border-radius: 30px;
  transition: all .3s;
  line-height: 44px;
  border: 2px solid;
}
#bizpia article > div:nth-of-type(1) a {
  background: #7BC943;
  border-color: #7BC943;
}
#bizpia article > div:nth-of-type(1) a:hover {
  color: #7BC943;
  background: white;
  border: 2px solid #7BC943;
}
#bizpia article > div:nth-of-type(2) a {
  background: #388AC8;
  border-color: #388AC8;
}
#bizpia article > div:nth-of-type(2) a:hover {
  color: #388AC8;
  background: white;
  border: 2px solid #388AC8;
}
#bizpia article > div:nth-of-type(3) {
  background: #F6427E;
  width: 100%;
  padding-top: 0;
  display: none;
}
#bizpia article div:nth-of-type(4) a {
  background: #051B35;
  border-color: #051B35;
}
#bizpia article div:nth-of-type(4) a:hover {
  color: #051B35;
  background: white;
  border: 2px solid #051B35;
}
#bizpia article div:nth-of-type(5) a {
  background: #3e9900;
  border-color: #3e9900;
}
#bizpia article div:nth-of-type(5) a:hover {
  color: #3e9900;
  background: white;
  border: 2px solid #3e9900;
}
#bizpia article > div:nth-of-type(3) h3 {
  width: 40%;
  float: left;
  text-align: left;
  padding: 0 0 0 150px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 0;
}
#bizpia article > div:nth-of-type(3) div {
  width: 60%;
  float: left;
  padding: 20px 150px 20px 0;
  text-align: right;
  background: transparent;
  color: white;
}
#bizpia article > div:nth-of-type(3) div a {
  background: white;
  margin-top: 5px;
  color: #F6427E;
}
@media (max-width: 639px) {
  #bizpia {
    min-width: auto;
  }
  #bizpia article > div {
    width: 100%;
  }
  #bizpia article > div > img {
    width: 90%;
  }
  #bizpia article > div div {
    padding-left: 5%;
    padding-right: 5%;
  }
  #bizpia article > div div b {
    font-size: 20px;
  }
  #bizpia article > div div br {
    display: none;
  }
  #bizpia article > div:nth-of-type(3) h3 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    height: 50px;
    margin-top: 60px;
    margin-bottom: 0;
    float: none;
    text-align: center;
  }
  #bizpia article > div:nth-of-type(3) div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    padding-bottom: 60px;
  }
  #bizpia article > div a {
    padding: 10px 0;
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}
#merit p mark {
  background-image: linear-gradient(120deg,rgba(0,167,21,0.4) 0,rgba(0,167,21,0.4) 100%)
}
#service {
  padding: 75px 0 50px;
  background-color: #7BC943 !important;
  color: black;
}
#service h3 {
  display: block;
  margin: 0 auto 20px;
}
#service p {
  font-size: 14px;
  display: block;
  width: 100%;
}
#service .col-md-4 span {
  height: 70px;
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 639px) {
  #service {
    padding: 40px 20px;
  }
  #news {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  #news .category {
    display: none;
  }
  #service p {
    font-size: 14px;
    display: block;
    width: 100%;
  }
  #service .col-md-4 span {
    height: 70px;
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 639px) {
  #skillup .col-md-12 {
    padding: 0 20px;
  }
  #skillup aside {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin: 0 -20px
  }
  #skillup aside img {
    height: 120vw;
    width: auto !important;
    max-width: 9999px;
  }
  #skillup aside+.lead {
    font-size: 14px;
    font-weight: normal;
  }
}
#recruit.bg-primary,
#recruit.bg-primary .bg-primary {
  background-color: #051B35 !important;
}
#recruit .tit {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 639px) {
  #recruit .col {
    padding: 0 20px;
  }
  #recruit .tit {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  #recruit .lead {
    font-size: 14px;
    font-weight: normal;
  }
  #recruit .lead.btn {
    font-size: 1rem;
    font-weight: 700;
  }
}
#blog {
  position: relative;
}
#blog .text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
#blog .text img {
  width: 250px;
  margin-bottom: 20px;
}
#blog video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 639px) {
  #blog .text img {
    display: block;
    margin: auto auto 15px;
  }
  #blog .text br {
    display: none;
  }
}
#blog .row {
  margin-right: 0;
  margin-left: 0;
}
#blog .bx-controls {
  display: none;
}
#blog .row h3 {
  height: 3em;
  overflow: hidden;
  line-height: 1.5;
}
#blog .row p {
  height: 4.5em;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 639px) {
  #blog {
    padding-bottom: 2rem;
  }
  #blog .container {
    padding-right: 0;
    padding-left: 0;
  }
  #blog .container .text {
    padding-right: 12px;
    padding-left: 12px;
  }
  #blog .col-md-6.col-lg-4 [class*=hover-] {
    transition: inherit !important;
    transform: none !important;
    box-shadow: none !important;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 26px;
  }
  .container div[data-aos="fade-up"] {
    width: auto
  }
}
#preload {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white;
}
#preload:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 1;
}
@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
#preload .spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  z-index: 2;
  margin: auto;
}
#preload aside {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  z-index: 3;
  text-align: center;
  height: 35px;
}
#preload aside .percent {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: black;
  display: block;
}
#preload aside .percent u {
  text-decoration: none;
}
#preload aside .progress {
  width: 150px;
  height: 1px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
#preload aside .progress b {
  width: 0;
  height: 100%;
  float: left;
  background-color: black;
}
#news {
  width: 800px;
  margin: auto;
  font-size: 13px;
	color: white;
}
#news ul {
  padding: 0;
  margin: 0;
}
#news #tab {
  position: relative;
  z-index: 10;
}
#news #tab ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
#news #tab ul li {
  width: 33.33%;
  list-style: none;
}
#news #tab ul li a,
#news #tab ul li span {
  display: block;
  width: 100%;
  line-height: 46px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  background: rgba(0,0,0,0.5);
  color: white;
}
#news #tab ul li:hover a {
  background-color: white;
  color: #051B35;
}
#news #tab ul li.active {
  position: relative;
}
#news #tab ul li.active a {
  background-color: white;
  color: #051B35;
}
#news #tab ul li.active::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
#news #newses {
  margin: auto;
  overflow: hidden;
}
@media (max-width: 639px) {
  #news {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
  }
}
#news #newses .contents li {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	list-style: none;
	color: white;
}
#news #newses .contents li:last-child {
  border: none;
}
#news #newses .contents dl {
	display: table;
	margin-bottom: 0;
}
#news #newses .contents dl dt,
#news #newses .contents dl dd {
  display: table-cell;
}
#news #newses .contents dl dt {
  padding-right: 20px;
  color: inherit;
  letter-spacing: 0.06em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  min-width: 105px;
}
#news #newses .contents dl dd a {
  color: inherit;
  font-weight: normal;
}
#news #newses .contents dl dd.category span {
  display: inline-block;
  width: 95px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid;
  font-size: 12px;
  color: inherit;
}
#news #newses .contents dl dd:last-child {
  padding-left: 20px;
}
#commercial h1 {
  font-size: 45px;
  line-height: 1.3;
}
#commercial .tit {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 25px;
  color: black;
}
@media (max-width: 639px) {
  #commercial .align-items-center > div {
    padding: 0 20px;
  }
  #commercial h1 {
    font-size: calc(1.475rem + 2.7vw) !important;
    padding-top: 30px;
  }
  #commercial .tit {
    font-size: 1rem;
    text-align: center;
  }
  #commercial .lead {
    font-size: 14px;
    font-weight: normal;
  }
  #commercial .lead.btn {
    font-size: 1rem;
    font-weight: 700;
  }
}
#myTabContent p,
#myTabContent .text-dark {
  line-height: 1.8;
}
#se h5 {
  font-size: 26px;
  text-align: center;
}
#se h5+div {
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}
#aa p {
  line-height: 1.4;
}
html,body {
  height: auto;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
#tile .col-md-6 {
  margin-bottom: 20px !important;
}
#tile .mx-xl-4 {
  text-align: center;
}
#tile p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
#hatarakikata h4 {
  font-size: 20px;
  line-height: 1.3;
}
#hatarakikata p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 639px) {
  #spglobal > div:first-child {
    text-align: center;
  }
  #spglobal > div:first-child a:first-child {
    margin-left: 0;
  }
  #spglobal > div:last-child {
    padding: 0;
    text-align: center;
  }
  #spglobal > div:last-child h1 {
    width: 100%;
    line-height: 0;
    margin: 0 0 15px;
    float: left;
  }
  #spglobal > div:last-child nav {
    float: none;
    text-align: left;
  }
  #spglobal > div:last-child nav a,
  #spglobal > div:last-child nav span {
    font-size: 85%;
    text-align: left;
    line-height: 29px;
  }
  #spglobal > div:last-child nav :first-child {
    margin-left: 0;
  }
  #spglobal > div:last-child nav > a:last-child {
    width: 90px;
    float: right;
  }
}
.title,
.title h1 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
}
.wp-article {
}
.wp-article .card-body {
  padding:60px;
}
.wp-article th {
  line-height: 1.4;
  width: 150px;
}
.wp-article td {
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 639px) {
  .wp-article .card-body {
    padding:8px;
  }
}
#bizpia-page-7 {
  padding: 90px 0 !important;
}
@media (max-width: 639px) {
  #bizpia-page-1 .display-3 {
    font-size: 33px !important;
  }
  #se .h1 {
    font-size: 24px !important;
  }
  #se .h1 br {
    display: none;
  }
  #se h5.mt-4 {
    font-size: 20px !important;
    margin-bottom: 5px;
  }
  #se h5.mt-4+div {
    font-size: 16px !important;
  }
  #bizpia-page-3 {
    padding-top: 0 !important;
  }
  #bizpia-page-3 * {
    text-align: center;
  }
  #bizpia-page-4 * {
    text-align: center;
  }
  #bizpia-page-4 .h1 {
    font-size: 33px !important;
    line-height: 1.5;
  }
  #bizpia-page-4 h6 {
    display: block !important;
    width: 100%;
  }
  #aa {
    padding: 15px 0 0 !important;
  }
  #bizpia-page-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
  #bizpia-page-6 .display-3 {
    font-size: 33px !important;
  }
  #bizpia-page-6 img {
    width: 100% !important;
    margin: 20px 0 0 !important;
  }
  #bizpia-page-7 {
    padding: 3rem 12px !important;
  }
  #bizpia-page-7 .display-3 {
    font-size: 26px !important;
  }
  #bizpia-page-7 aside {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin: -10px -20px -35px
  }
  #bizpia-page-7 aside img {
    height: 120vw;
    width: auto !important;
    max-width: 9999px;
    padding: 0 20px;
    margin: 0 !important;
  }
  #bizpia-page-8 #faq-accordion {
    margin-bottom: 50px;
  }
  #jobadvertisement-flow .container {
    padding: 0 20px !important;
  }
  #jobadvertisement-flow .display-4 {
    font-size: 30px !important;
  }
  #jobadvertisement-flow img {
    width: 100% !important;
    margin: 0 0 20px;
  }
  #jobadvertisement-flow p,
  #jobadvertisement-service p {
    font-weight: normal;
    font-size: 14px;
  }
  #jobadvertisement-service .card-body {
    padding: 20px;
  }
  #jobadvertisement-intro .container {
    padding: 0 20px !important;
  }
  #jobskillup h1 {
    font-size: 30px !important;
  }
  #more img,
  #jobskillup-3 img {
    max-width: 100%;
    height: auto !important;
  }
  #jobskillup-2 .col-md-6 {
    margin-bottom: 12px;
  }
  #jobskillup-3 {
    padding-bottom: 40px !important;
  }
  #jobskillup-4 {
    padding: 40px 0 !important;
  }
  #about-hello {
    padding-bottom: 15px !important;
  }
  #about-hello * {
    text-align: center !important;
  }
  #about-hello .display-4 {
    font-size: 28px !important;
  }
  #about-hello u {
    display: block;
  }
  #about-table {
    padding: 15px 0 !important;
  }
  #about-table .col-md-9 {
    margin-top: 6px;
    line-height: 1.5;
    text-align: center;
  }
  #recruit-hello section {
    padding: 3.75rem 0 !important;
  }
  #recruit-hello section * {
    text-align: center !important;
  }
  #recruit-hello h1 {
    font-size: 33px !important;
    line-height: 1.7 !important;
  }
  #recruit-hello h1 br {
    display: none;
  }
  #recruit-hello h1 mark {
    background: none !important;
  }
  #recruit-hello .lead {
    font-size: 16px !important;
  }
  #recruit-cas .h1 {
    font-size: 33px !important;
  }
  #recruit-cas u {
    text-decoration: none !important;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 1.6;
  }
  #recruit-cas .lead {
    font-size: 14px !important;
    font-weight: normal !important;
  }
  #tile {
    padding: 3.75rem 0 !important;
  }
  #tile * {
    text-align: center;
  }
  #tile .display-4 {
    font-size: 28px !important;
  }
  #tile .lead {
    font-size: 16px !important;
    font-weight: bold !important;
  }
  #tile img.sp {
    width: 48%;
    height: auto;
    margin: auto;
    display: inline-block !important;
  }
  #tile .row {
    margin: 0 !important;
  }
  #hatarakikata * {
    text-align: center;
  }
  #hatarakikata .display-4 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  #hatarakikata .display-4 br {
    display: none;
  }
  #hatarakikata p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
  }
  .wp-article td,
  .wp-article th,
  .wp-article tr,
  .wp-article table {
    display: block;
    width: 100%;
    padding: 0;
  }
  .wp-article tr {
    padding: 20px 0;
  }
  .wp-article th {
    margin-bottom: 8px;
  }
  body {
    padding-top: 118px;
  }
  #spglobal {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
  }
  #spglobal > div:first-child {
    padding: 6px 0;
    font-size: 95%;
  }
  #spglobal > div:last-child {
    padding: 0;
  }
  #spglobal > div:last-child h1 {
    margin: 0;
    padding: 10px 80px 10px 10px;
  }
  #switch {
    position: fixed;
    top: 5.2vw;
    right: 15px;
    z-index: 999999999999;
    width: 30px;
    height: 20px;
    display: block;
  }
  #switch,
  #switch:before,
  #switch:after,
  #switch i {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  #switch:before,
  #switch:after,
  #switch i {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: #253239;
  	border-radius: 1px;
  }
  #switch:before,
  #switch:after {
    content: " ";
  	top: 0;
  }
  #switch:after {
    top: auto;
  	bottom: 0;
  }
  #switch i {
  	top: 9.25px;
  }
  #switch.on:before {
  	-webkit-transform: translateY(9.25px) rotate(-45deg);
  	transform: translateY(9.25px) rotate(-45deg);
  }
  #switch.on:after {
  	-webkit-transform: translateY(-9.25px) rotate(45deg);
  	transform: translateY(-9.25px) rotate(45deg);
  }
  #switch.on i {
  	opacity: 0;
  }
  #spfocus  {
    display: none;
    z-index: 999999;
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  #spfocus > div {
    padding: 20px;
    background-color: rgba(248,248,248,0.9);
    height: 100%;
    box-sizing: border-box;
    color: #333;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spfocus > div  a {
    color: inherit;
  }
  #spfocus > div  > a {
    display: block;
    width: 55vw;
    margin: 10vw auto;
  }
  #spfocus > div  nav > a {
    margin-top: 20px;
    display: block;
    line-height: 1.5;
  }
  #spfocus > div  nav > a i {
    float: right;
  }
  #spfocus > div  nav .sub a {
    display: block;
    font-size: 85%;
    line-height: 2.4;
  }
  #spfocus > div  nav .sub a:before {
    content: "-";
    display: inline-block;
    margin-right: 1em;
  }
  #spfocus > div  aside p {
    width: 90%;
    margin: auto auto 20px;
    line-height: 1.6;
  }
  #spfocus > div  aside p img {
    margin-bottom: 6px;
  }
  #spfocus > div  aside p b {
    display: block;
    font-weight: normal;
    font-size: 85%;
    line-height: inherit;
  }
}
#copy {
  width: 80%;
  margin: auto;
  font-size: 75%;
  text-align: right;
}
#links {
  overflow: hidden;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid #BBB;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 30px;
}
#links div {
  overflow: hidden;
  float: left;
  width: 50%;
}
#links b {
  width: 100%;
  display: block;
  font-weight: bold;
  line-height: 2;
}
#links a {
  width: 100%;
  display: block;
  font-weight: normal;
  line-height: 2;
  font-size: 90%;
  color: inherit !important;
}
@media (max-width: 639px) {
  #links {
    width: 92%
  }
  #links div div {
    width: 100%;
  }
  #links b {
    font-size: 90%;
  }
  #links a {
    font-size: 75%;
  }
  #copy {
    line-height: 1.4;
    width: 92%;
    text-align: left;
  }
}
section {
  opacity : 0.1;
  transform : translate(0,100px);
  transition : all 500ms;
}
section:nth-of-type(1) {
  opacity: 1;
  transition: 0;
  transform : translate(0,0);
}
section.scrollin {
  opacity : 1;
  transform : translate(0,0);
}
#recruit-titles .card-body h3 {
  font-weight: normal;
  font-size: 14px;
  color: white;
  background: #2668EF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 18px;
  margin-bottom: 10px;
}
#recruit-titles .card-body h4 {
  line-height: 1.5;
  font-size: 20px;
}
h3+h6 {
  margin-top: -12px;
  margin-bottom: 25px;
}
.popup {
  transition: transform 0.3s linear;
}
.popup:hover {
  transform: scale(1.08);
}
#kosyu {
  margin: auto;
  width: 1024px;
  margin-bottom: 50px;
}
#kosyu img {
  max-width: 100%;
  height: auto;
}
#kosyu:after{
  content: " ";
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
}
#kosyu .image {
  overflow: hidden;
  float: left;
  width: calc(100% - 260px);
}
#kosyu .image span {
  border: 1px solid #EDEDED;
  height: 505px;
  overflow: hidden;
  display: block;
}
#kosyu .list {
  width: 250px;
  font-size: 12px;
  text-align: center;
  float: right;
}
#kosyu .list a {
  width: calc(50% - 5px);
  display: block;
  float: right;
  background-color: #EDEDED;
  margin-bottom: 10px;
  height: calc((505px - 30px ) / 4);
  transition: transform 0.3s linear;
  border: 1px solid #EDEDED;
}
#kosyu .list a.active {
  background-color: white;
}
#kosyu .list a:hover {
  background-color: white;
  transform: scale(1.08);
}
#kosyu .list a:nth-of-type(odd) {
  width: calc(50% - 5px);
  float: left;
}
#kosyu .list a img {
  width: 100%;
  padding: 18px 30px 5px;
}
#kosyu .bx-controls {
  display: none;
}
@media only screen and (max-width: 750px) {
  #kosyu {
    width: 94%;
    margin: auto;
    margin-top: -20px;
  }
  #kosyu .image,
  #kosyu .list {
    width: 100%;
  }
  #kosyu .image span {
    height: 114vw;
  }
  #kosyu .list {
    margin-bottom: 30px;
  }
  #kosyu .list a {
    width: calc((100% - 15px) / 4) !important;
    line-height: 1.6;
    height: auto;
    padding: 4px 0 7px;
    margin-right: 5px;
    float: left !important;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #kosyu .list a:nth-of-type(4n) {
    margin-right: 0;
  }
  #kosyu .list a img {
    width: 100%;
    padding: 0 27px 5px;
  }
  #kosyu .list a:hover {
    background-color: white;
    transform: scale(1);
  }
}
#global .global-wrap {
  width: 100%;
  max-width: 100%;
  height: 70px;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  min-width: 1100px;
  border-bottom: 1px solid #e6e6e6;
  top: 0;
}
#global .global-wrap #logo {
  position: absolute;
  top: 14%;
  left: 27px;
  line-height: 1;
  font-size: 0;
}
#global .global-wrap #logo a {
  display: block;
  width: 348px;
  padding-top: 1px;
}
#global .global-wrap #logo a img {
  width: 100%;
}
#global .global-wrap #gnav {
  position: absolute;
  top: 0;
  right: 200px;
  height: 70px;
}
#global .global-wrap #gnav nav,
#global .global-wrap #gnav #nav {
  height: 100%;
}
#global .global-wrap #gnav nav a,
#global .global-wrap #gnav #nav a {
  height: 100%;
  text-decoration: none;
}
#global .global-wrap #gnav nav li a,
#global .global-wrap #gnav #nav li a {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#global .global-wrap #gnav #nav a img {
  width: 100%;
  height: 115px;
}
#global .global-wrap #gnav #nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
#global .global-wrap #gnav #nav>li {
  overflow: hidden;
}
#global .global-wrap #gnav #nav>li>a {
  display: block;
  height: 70px;
  padding: 0 15px;
  font-size: 15px;
  position: relative;
}
#global .global-wrap #gnav #nav>li>a::after {
  content: "";
  display: inline-block;
  background-color: #7BC943;
  height: 4px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all .4s;
}
#global .global-wrap #gnav #nav>li>a span {
  display: block;
  height: 70px;
  position: relative;
  padding-top: 19px;
  color: black;
  font-weight: 300;
}
#global .global-wrap #gnav #nav>li>a span small {
  display: block;
  padding-top: 5px;
  font-family: 'Montserrat';
  font-weight: 200;
}
#global .global-wrap #gnav #nav>li:hover>a::after {
  width: 100%;
  opacity: 1;
}
body.is-tb #global .global-wrap #gnav #nav>li:hover>a::after {
  width: 0;
  transition: width .4s;
  opacity: 0;
}
#global .global-wrap #gnav #nav>li.gnav-other {
  width: 68px;
  margin-left: 20px;
}
#global .global-wrap #gnav #nav>li.gnav-other ul {
  width: 100%;
  height: 70px;
  border-left: 1px solid #e6e6e6;
}
#global .global-wrap #gnav #nav>li.gnav-other ul li {
  height: 50%;
  display: table;
  width: 100%;
  list-style: none;
}
#global .global-wrap #gnav #nav>li.gnav-other ul li:first-child {
  border-bottom: 1px solid #e6e6e6;
}
#global .global-wrap #gnav #nav>li.gnav-other ul li>a,
#global .global-wrap #gnav #nav>li.gnav-other ul li>span {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
#global .global-wrap #gnav #nav>li.gnav-other ul li.search-btn a {
  cursor: default;
}
#global .global-wrap #gnav #nav>li.gnav-other ul li.search-btn img.search-img {
  width: 13px;
  height: auto;
}
#global .global-wrap #gnav #nav>li.contact-sp {
  background-color: #7BC943;
  border: 2px solid #fff;
  border-radius: 6px;
}
#global .global-wrap #gnav #nav>li.contact-sp a {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
#global .global-wrap #contact {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 10px;
}
#global .global-wrap #contact a {
  display: table-cell;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  line-height: 1;
}
#global .global-wrap #contact a:hover {
  opacity: 0.65;
}
#global .roledown {
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  left: 0;
  top: 70px;
  z-index: 90;
  transition: all 0.3s;
}
#global .roledown body.is-tb {
  display: none;
}
#global .roledown .whole {
  width: 1100px;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
}
#global .roledown .whole dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 430px;
  width: 1100px;
  padding-left: 50px;
}
#global .roledown .whole dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #7BC943;
  width: 380px;
  color: #fff;
  padding-left: 40px;
  line-height: 1;
}
#global .roledown .whole dl dt .title {
  display: block;
  font-size: 38px;
  font-weight: 100;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  padding-bottom: 0 !important;
  margin-bottom: 15px;
}
#global .roledown .whole dl dt .subtitle {
  font-size: 18px;
  display: block;
  font-weight: 100;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
#global .roledown .whole dl dt .nav-btn {
  width: 150px;
  height: 45px;
}
#global .roledown .whole dl dt .nav-btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #fff;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#global .roledown .whole dl dt .nav-btn a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  border-radius: 50%;
  background: white;
  transition: all 0.4s;
}
#global .roledown .whole dl dt .nav-btn a:hover {
  color: #7BC943;
  font-weight: 400;
}
#global .roledown .whole dl dt .nav-btn a:hover::after {
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  opacity: 1;
}
#global .roledown .whole dl dd {
  width: 670px;
}
#global .roledown .whole dl dd .submenu {
  margin-left: -115px;
  height: 430px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#global .roledown .whole dl dd .submenu li {
  width: 213px;
  height: 170px;
  margin: 15px;
  background-color: #fff;
  list-style: none;
}
#global .roledown .whole dl dd .submenu li a {
  display: block;
  background-color: #fff;
  transition: all 0.5s;
}
#global .roledown .whole dl dd .submenu li a:hover {
  opacity: 0.65;
}
#global .roledown .whole dl dd .submenu li a figcaption {
  display: table-cell;
  width: 213px;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
#global .roledown .whole dl dd .submenu li.category-top {
  display: none;
}
#global .roledown .size-s {
  height: 310px !important;
}
#blog-detail h2 {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
}
#blog-detail h3 {
  padding: 0.5em;
  color: #010101;
  background: #eaf3ff;
  border-bottom: solid 3px #516ab6;
}
#blog-detail h4 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}
#blog-detail h5 {
  color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}
#blog-detail h6 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}
#blog-detail p {
  font-size: 16px;
  line-height: 1.8;
}
#blog-detail table {
  border-collapse: collapse;
}
#blog-detail tr {
  border-bottom: 1px #eaedf2 solid;
}
#blog-detail th {
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  width: 150px;
}
#blog-detail td {
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 639px) {
  #blog-detail {
    padding: 5rem 12px 0 !important;
  }
  #blog-detail.wp-article .card-body {
    background: none;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
  }
}