@charset "utf-8";

:root {
  --color01:#28b978;
  --color02:rgba(40,185,120,0.4);
  --color03:#005BAB;
}

sub {font-size:50%;}

/*****************************************
header
*****************************************/
header.home {background:none;}
header .logo {padding:5px 0 0;}
.header_entry a {
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:var(--color01);
  font-size:1.6rem;
}
.header_entry a:hover {background:var(--color02);}
nav .main_nav {padding:5px 0 0;}

nav .main_nav > li > p {color:#585757;}
nav .main_nav > li > p::after {background:var(--color01);}
nav .main_nav > li > div {background:var(--color01);} 

@media screen and (max-width: 1370px) {
  nav .menu_entry a {background:var(--color03);color:#FFFFFF;}
  nav .menu_entry::after, nav .menu_career::after {background:#FFFFFF;}
  nav .menu span {background:var(--color01);}
  nav .menu_box {background:var(--color01);}
  nav .main_nav {padding:0;}
  nav .main_nav > li > p {color:#FFFFFF;}
  nav .main_nav > li > p span {background:#FFFFFF;}
  nav .main_nav > li > p span::before, nav .main_nav > li > p span::after {background:var(--color01);}
  nav .main_nav > li p a:hover {background:var(--color02);}
}

@media screen and (max-width: 767px) {
  .header_entry a {width:80px;}
  .header_entry a {font-size:1rem;}


  }

/*****************************************
common
*****************************************/

.btn_common {border: solid 2px var(--color01);}
.btn_common a {color:var(--color01);}
.btn_common::after {background:var(--color01);}
.btn_common a::after {background:var(--color02);}

.title_page {
  background: rgb(98,189,147);
  background: linear-gradient(90deg, rgba(98,189,147,1) 0%, rgba(98,189,147,1) 25%, rgba(17,153,93,1) 75%, rgba(17,153,93,1) 100%);
}
.title_page .p_title {color:#FFFFFF;}
.title_bg {
  position:relative;
  width:100%;
  height:300px;
  margin:0 0 60px;
  z-index:0;
}
.title_bg.business {background:url("../img/sub/bg_business.jpg") no-repeat center / cover;}
.title_bg.company {background:url("../img/sub/bg_business.jpg") no-repeat center / cover;}
.title_bg.works {background:url("../img/sub/bg_business.jpg") no-repeat center / cover;}
.title_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(176,255,150,0.8) 0%, rgba(0,141,103,1) 100%);
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.job .title_bg::before {
  background: linear-gradient(90deg, rgba(175,221,233,1) 0%, rgba(90,185,210,1) 100%);
  opacity: 0.7;
}
.company .title_bg::before {
  background: linear-gradient(90deg, #ffdfe5 0%, #ff8ca0 100%);
  opacity: 0.7;
}
.title_bg div {
  position: absolute;
  width: auto;
  min-width: 420px;
  height: auto;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  margin: auto;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 48px 40px;
}
.title_bg div > span {
  display:block;
  font-size:80px;
  color:#28b978;
}
.job .title_bg div > span {
  color: #5ab9d2;
}
.company .title_bg div > span {
  color: #ff8ca0;
}
.title_bg div > h1 {font-size:22px;}

.list_box li p {background:var(--color01);}
.editor_contents p a {color:#28b978;}
.editor_contents .anc_list {background:#eaf8f2;}
.editor_contents .anc_list li {color:#28b978;}
.editor_contents .anc_list li::before {border-color:#28b978;}
.editor_contents h2::before {background:#28b978;}
.editor_contents h2::after {background:#108668;}


.editor_contents h3 {background:#eaf8f2;}
.editor_contents h3::after {border-right:solid 16px #28b978;}
.editor_contents h4::after {
  background: #28b978;
  background: linear-gradient(90deg, #28b978 0%, #108668 100%);
}
.editor_contents h5::after {background:#28b978;}
.editor_contents .bg_box {background:#eaf8f2;}
.editor_contents table thead th,.editor_contents table thead th{background:#009e5f;color:#FFFFFF;}

.main_contents {
  width:calc(100% - 290px);
  float:right;
}
.main_contents + aside {
  display:flex;
  flex-direction:column;
  width:220px;
  margin:0 0 70px;
  float:left;
}
aside section {
  margin:0 0 50px;
  order:1;
}
aside section h2 {
  height:150px;
  background: rgb(234,140,33);
  background: linear-gradient(90deg, rgba(247,189,0,1) 0%, rgba(234,140,33,1) 100%);
  color:#727171;
  font-size:14px;
  text-align:center;
  padding:40px 0 0;
}
aside section h2 span {
  display:block;
  font-weight:700;
  font-size:20px;
  color:#FFFFFF;
}
aside section > ul li {border-bottom:solid 1px #FFFFFF;}
aside section > ul > li > a {
  display:block;
  font-size:15px;
  font-weight:500;
  color:#FFFFFF;
  line-height:1.5;
  background:#A04600;
  padding:0.55em 1.5em;
  transition:0.5s;
}
aside section > ul > li > a:hover {
  text-decoration:none;
  opacity:0.5;
}
aside .aside_parents {
  position:relative;
  font-size:15px;
  font-weight:500;
  color:#FFFFFF;
  line-height:1.5;
  background:#A04600;
  cursor:pointer;
  padding:0.55em 2.5em 0.55em 1.5em;
  z-index:0;
  transition:0.5s;
}
aside .aside_parents:hover {opacity:0.5;}
aside .aside_parents::after ,
aside .aside_parents span::before ,
aside .aside_parents span::after {
  position:absolute;
  display:block;
  content:"";
  margin:auto;
  top:0;
  bottom:0;
}
aside .aside_parents::after {
  width:20px;
  height:20px;
  background:#FFFFFF;
  border-radius:50%;
  right:20px;
  z-index:0
}
aside .aside_parents span::before {
  width:2px;
  height:12px;
  background:#A04600;
  right:29px;
  z-index:1;
}
aside .aside_parents span::after {
  width:12px;
  height:2px;
  background:#A04600;
  right:24px;
  z-index:1;
}
aside .aside_parents.open span::before {content:none;}
aside section > ul > li > ul {display:none;}
aside section > ul > li > ul > li a {
  display:block;
  font-size:15px;
  font-weight:500;
  color:#A04600;
  line-height:1.5;
  background:#FAF0DC;
  padding:0.85em 1em 0.85em 1.5em;
  transition:0.5s;
}
aside section > ul > li > ul > li a:hover {
  text-decoration:none;
  opacity:0.5;
}
aside section > ul > li > ul > li a[target="_blank"] p::after {
  display:inline-block;
  content:"";
  width:1.33em;
  height:1.07em;
  background:url("../img/common/bg_side_target.png") no-repeat center / cover;
  margin:0 0 0.25em 0.5em;
  vertical-align:middle;
}





@media screen and (max-width: 767px) {
  
  .title_bg {
    height:0;
    padding:48.7% 0 0;
  }
  .title_bg.business {background:url("../img/sub/bg_business_sp.jpg") no-repeat center / cover;}
  .title_bg.company {background:url("../img/sub/bg_business_sp.jpg") no-repeat center / cover;}
  .title_bg.works {background:url("../img/sub/bg_business_sp.jpg") no-repeat center / cover;}
  .title_bg div {
    padding: 10px 30px;
    min-width: auto;
  }
  .title_bg div > span {font-size:9vw;}
  .title_bg div > h1 {font-size:3vw;}
  .main_contents {
    width:100%;
    float:none;
  }
  .main_contents + aside {
    position:relative;
    width:110%;
    margin:0;
    float:none;
    left:-5%;
  }
  aside section {margin:0;}
  aside section h2 {height:120px;}
}

/*****************************************
business
*****************************************/
.business_box {margin:0 auto 80px;}
.business_box ul.anc {
  margin:0 auto 55px;
  overflow:hidden;
}
.business_box ul.anc li {
  width:49%;
  float:left;
  margin:0 2% 2% 0;
}
.business_box ul.anc li:nth-child(even) {margin:0 0 2%;}
.business_box ul.anc li a {
  position:relative;
  display:block;
  font-weight:700;
  font-size:20px;
  padding:0.75em 1em;
  color:#FFFFFF;
  line-height:1;
  text-decoration:none;
}
.business_box ul.anc li:nth-child(1) a {background:#00AAAA;}
.business_box ul.anc li:nth-child(2) a {background:#DC6A2F;}
.business_box ul.anc li:nth-child(3) a {background:#EB9C1B;}
.business_box ul.anc li:nth-child(4) a {background:#0AA5CD;}
.business_box ul.anc li a:hover {opacity:0.5;}
.business_box ul.anc:not(.link) li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.5em;
  height:0.5em;
  border-right:solid 2px #FFFFFF;
  border-bottom:solid 2px #FFFFFF;
  margin:auto;
  top:0;
  bottom:0;
  right:1em;
  transform:rotate(45deg);
}
.business_box ul.link li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 36px;
  height: 7px;
  background: url(../img/common/arrow.png) no-repeat center / contain;
}

.business_box .editor_contents {margin:0;}
.business_box .editor_contents .btn_link {margin:1em 0 0;}
.business_box section {
  height:520px;
  margin:-120px auto 0;
  padding:120px 0 0;
}
.business_box section h2 {
  position:relative;
  color:#FFFFFF;
  width:360px;
  font-size:30px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:0.1em;
}
.business_box section h2 a {
  display:block;
  border-bottom:solid 1px#FFFFFF;
  padding:60px 0 10px;
  pointer-events:none;
}
.business_box section h2 a:hover {text-decoration:none;opacity:0.5;}
.business_box section h2 a::before {
  position:absolute;
  display:block;
  content:"";
  width:50px;
  height:50px;
  top:0;
  left:50px;
}
.business_box section#anc01 h2 a::before {background:url(../img/sub/ico01.png) no-repeat center;}
.business_box section#anc02 h2 a::before {background:url(../img/sub/ico02.png) no-repeat center;}
.business_box section#anc03 h2 a::before {background:url(../img/sub/ico03.png) no-repeat center;}
.business_box section#anc04 h2 a::before {background:url(../img/sub/ico04.png) no-repeat center;}
.business_box section > div {
  position:relative;
  display: flex;
  align-items:center;
  width:50%;
  height:400px;
  float:left;
  z-index:0;
}
.business_box section > div + div {padding:0 0 0 60px;}
.business_box section > div::after {
  position:absolute;
  display:block;
  content:"";
  width:100vw;
  height:100%;
  top:0;
  bottom:0;
  z-index:-1;
}
.business_box section > div:nth-of-type(1)::after {right:0;}
.business_box section > div + div::after {left:0;}


.business_box ul.anc li:nth-child(1) a {background:#28b978;}
.business_box ul.anc li:nth-child(2) a {background:#2d9178;}
.business_box ul.anc li:nth-child(3) a {background:#5ab9d2;}
.business_box ul.anc li:nth-child(4) a {background:#6793c8;}
.business_box ul.anc li:nth-child(5) a {background:#ffaebc;}

.job .business_box ul.anc li:nth-child(1) a {background:#5ab9d2;}
.job .business_box ul.anc li:nth-child(2) a {background:#6793c8;}

.company .business_box ul.anc.link li a {background:#ff8ca0;}


.business_box section#anc01 > div:nth-of-type(1)::after {background:#28b978;}
.business_box section#anc01 > div + div::after {background:#f0ffeb;}
.business_box section#anc02 > div:nth-of-type(1)::after {background:#2d9178;}
.business_box section#anc02 > div + div::after {background:#ddffed;}
.business_box section#anc03 > div:nth-of-type(1)::after {background:#5ab9d2;}
.business_box section#anc03 > div + div::after {background:#e4f4f7;}
.business_box section#anc04 > div:nth-of-type(1)::after {background:#6793c8;}
.business_box section#anc04 > div + div::after {background:#e0e9f5;}
.business_box section#anc05 > div:nth-of-type(1)::after {background:#ffaebc;}
.business_box section#anc05 > div + div::after {background:#ffecef;}

.job .business_box section#anc01 > div:nth-of-type(1)::after {background:#5ab9d2;}
.job .business_box section#anc01 > div + div::after {background:#eef8fa;}
.job .business_box section#anc02 > div:nth-of-type(1)::after {background:#6793c8;}
.job .business_box section#anc02 > div + div::after {background:#eaf0f8;}

.business_box section > div ul li {margin:0 0 1em;}
.business_box section > div ul li:last-child {margin:0;}
.business_box section > div ul li a {
  position:relative;
  padding:0 0 0 1.5em;
}
.business_box section > div ul li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.35em;
  height:0.35em;
  border-right:solid 2px;
  border-bottom:solid 2px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  transform:rotate(-45deg);
}
.business_box section#anc01 > div ul li a::after {border-color:#28b978;}
.business_box section#anc02 > div ul li a::after {border-color:#2d9178;}
.business_box section#anc03 > div ul li a::after {border-color:#5ab9d2;}
.business_box section#anc04 > div ul li a::after {border-color:#6793c8;}
.business_box section#anc05 > div ul li a::after {border-color:#ffaebc;}
.job .business_box section#anc01 > div ul li a::after {border-color:#5ab9d2;}
.job .business_box section#anc02 > div ul li a::after {border-color:#6793c8;}

@media screen and (max-width: 767px) {
  .business_box {margin: 0 auto 40px;padding:0;}
  .business_box ul.anc {width:92%;margin:0 auto 8%;}
  .business_box ul.anc li {
    width:100%;
    float:none;
    margin:0 0 2%;
  }
  .business_box ul.anc li a {font-size:14px;}
  .business_box section {
    height:auto;
    overflow:hidden;
    margin:-70px auto 0;
    padding:70px 0 0;
  }
  .business_box section h2 {
    width:80%;
    font-size:24px;
    margin:0 auto;
    text-align:center;
  }
  .business_box section h2 a {padding:50px 0 10px;}
  .business_box section h2 a::before {
    width:40px;
    height:40px;
    margin:auto;
    left:0;
    right:0;
  }
  .business_box section#anc01 h2 a::before {background:url(../img/sub/ico01.png) no-repeat center / auto 100%;}
  .business_box section#anc02 h2 a::before {background:url(../img/sub/ico02.png) no-repeat center / auto 100%;}
  .business_box section#anc03 h2 a::before {background:url(../img/sub/ico03.png) no-repeat center / auto 100%;}
  .business_box section#anc04 h2 a::before {background:url(../img/sub/ico04.png) no-repeat center / auto 100%;}
  .business_box section > div {
    display:block;
    width:100%;
    height:auto;
    float:none;
    padding:10% 5%;
  }
  .business_box section > div + div {padding:10% 5%;}
  .business_box section > div::after {width:100%;}
}

/*****************************************
contact
*****************************************/

.mw_wp_form .select_outer {margin:0;}
.mw_wp_form .select_outer::after {height:100%;}
.mw_wp_form_confirm .select_outer::after {display:none;}
.entry_form dt::before {color:var(--color01);}
input[type="submit"] {background:var(--color01);}
input[type="submit"]:hover {background:var(--color02);}




/*****************************************
news
*****************************************/

span.news_date {color:var(--color01);}
.pagenation {
  width:100%;
  padding:20px 0;
  border-bottom:none;
}
.pagenation .wp-pagenavi > a, 
.pagenation .wp-pagenavi > span {
  width:40px;
  height:40px;
  line-height:40px;
  background:#FDF3E1;
  margin:5px;
  color:#717171;
}
.pagenation .wp-pagenavi > a:hover, 
.pagenation .wp-pagenavi > span.current {
  color:#FFFFFF;
  background:#E08826;
  border:none;
}
.pagenation .wp-pagenavi > a.previouspostslink,
.pagenation .wp-pagenavi > a.nextpostslink {
  position:static;
  width:110px;
}
.pagenation .wp-pagenavi > a.nextpostslink::before {content:none;}
.pagenation .wp-pagenavi > a.previouspostslink::after {content:none;}

.works_list {
  overflow:hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start
}
.works_list li {
  width:32%;
  margin:0 2% 30px 0;
  padding:0 0 30px;
  border-bottom:solid 1px #595857;
}
.works_list li:nth-child(3n) {margin:0 0 30px;}
.works_list li a:hover {
  opacity:0.5;
  text-decoration:none;
}
.works_list li a figure {
  position:relative;
  width:100%;
  height:0;
  padding:55% 0 0;
  margin:0 0 10px;
  overflow:hidden;
}
.works_list li a figure img {
  position:absolute;
  display:block;
  width:100%;
  height:auto;
  margin:auto;
  top:-100%;
  bottom:-100%;
  left:0;
  right:0;
}
.works_list li a p {
  font-size:18px;
  line-height:1.75;
  min-height:3.5em;
}




.box h1.category_title::before {background: #28b978;}
.box h1.category_title::after {background: #108668;}


.news_cat.cat_important {background:#EC6B30;}
.news_cat.cat_business {background:#28B978;}
.news_cat.cat_job {background:#5AB9D2;}
.news_cat.cat_company {background:#FF8CA0;}
.news_cat.cat_teacher {background:#f2cd00;}

.news_cat.work01 {background:#00AAAA;}
.news_cat.work02 {background:#DC6A2F;}
.news_cat.work03 {background:#EB9C1B;}
.news_cat.work04 {background:#0AA5CD;}



@media screen and (max-width: 767px) {

  .pagenation .wp-pagenavi > a, 
  .pagenation .wp-pagenavi > span {
    width:30px;
    height:30px;
    line-height:30px;
  }
  .pagenation .wp-pagenavi > a.previouspostslink,
  .pagenation .wp-pagenavi > a.nextpostslink {width:80px;}
  
  .works_list li {
    width:48%;
    margin:0 4% 5% 0;
    padding:0 0 5%;
  }
  .works_list li:nth-child(3n) {margin:0 4% 5% 0;}
  .works_list li:nth-child(even) {margin:0 0 5%;}
  .works_list li a p {font-size:15px;}

  
}

/*****************************************
home
*****************************************/

.kv_home {overflow:hidden;}
.home_dream figure {
  position:absolute;
  width:46%;
  top:0;
  right:0;
  z-index:0;
}
.home_dream::after {background:var(--color01);}
.home_about::after {background:var(--color01);height:300px;}
.home_dream .box div {min-height:620px;}
.home_about .box div {min-height:560px;}
.home_dream .box div p ,
.home_about .box div p {color:#FFFFFF;}
.home_about {margin:0 auto;}
.home_business {
  padding:100px 0;
  background:url("../img/home/bg_business.jpg") no-repeat top center / cover;
}
.home_business .h2_en {text-align:center;font-size:21px;}
.home_business .btn_common {margin:0 auto 50px;}
.home_business .slide_business01 .slick-track {text-align:center;}
.home_about figure::before {content:none;}



@media screen and (min-width: 768px) {
  .home_business .slide_business01 .slick-track{transform: unset !important;}
  .home_business .slide_business01 .slick-slide {
    display:inline-block!important;
    width:auto!important;
    float:none!important;
  }
}
.home_business .slide_business01 .slick-slide {
  cursor:pointer;
  font-size:18px;
  font-weight:500;
  color:#808080;
  padding:50px 2em 0;
  margin:0 auto 50px;
}
.home_business .slide_business01 .slick-slide:hover ,
.home_business .slide_business01 .slick-slide.slick-current {color:var(--color01);}
.home_business .slide_business01 .slick-slide:nth-of-type(1) {background:url("../img/home/ico01.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(2) {background:url("../img/home/ico02.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(3) {background:url("../img/home/ico03.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(4) {background:url("../img/home/ico04.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(1):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(1) {background:url("../img/home/ico01_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(2):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(2) {background:url("../img/home/ico02_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(3):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(3) {background:url("../img/home/ico03_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(4):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(4) {background:url("../img/home/ico04_active.png") no-repeat top center;}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) {
  width:45%;
  float:left;
}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) p {
  position:relative;
  padding:0 0 1em;
  font-size:24px;
  text-align:center;
  margin:10px 0 0;
}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) a:hover {text-decoration:none;}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) p::after {
  postion:absolute;
  display:block;
  content:"";
  width:60px;
  height:4px;
  background:var(--color01);
  margin:auto;
  left:0;
  right:0;
  bottom:0;
}
.home_business .slide_business02 .slick-slide > dl {
  width:50%;
  float:left;
  margin:0 0 0 5%;
}
.home_business .slide_business02 .slick-slide > dl dt {
  color:var(--color01);
  font-size:24px;
  font-weight:700;
  margin:0 0 1em;
  line-height:1.5;
}
.home_business .slide_business02 .slick-slide > dl dd p {
  font-size:16px;
  margin:0 0 1em;
  line-height:1.75;
}
.home_business .slide_business02 .slick-slide > dl dd ul {
  overflow:hidden;
  margin:30px 0 1em;
}
.home_business .slide_business02 .slick-slide > dl dd ul li {
  width:50%;
  font-size:15px;
  line-height:1.5;
  margin:0 0 10px;
  float:left;
}
.home_business .slide_business02 .slick-slide > dl dd ul li a {
  position:relative;
  display:inline-block;
  padding:0 0 0 1.2em;
}
.home_business .slide_business02 .slick-slide > dl dd ul li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.35em;
  height:0.35em;
  border-right:solid 2px var(--color01);
  border-bottom:solid 2px var(--color01);
  top:0.65em;
  left:0;
  transform:rotate(-45deg);
}
.home_business .slide_business02 .slick-arrow {
  width:50px;
  height:50px;
  background:var(--color01);
  border-radius:50%;
  z-index:1;
}
.home_business .slide_business02 .slick-prev {left:-75px;}
.home_business .slide_business02 .slick-next {right:-75px;}
.home_business .slide_business02 .slick-prev::before ,
.home_business .slide_business02 .slick-next::before {
  position:absolute;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  width:0.75em;
  height:0.75em;
  content:"";
  border-right:solid 2px #FFFFFF;
  border-bottom:solid 2px #FFFFFF;
}
.home_business .slide_business02 .slick-prev::before {transform:rotate(135deg);left:0.5em;}
.home_business .slide_business02 .slick-next::before {transform:rotate(-45deg);right:0.5em;}
.home_business .slide_business02 .slick-disabled {display:none!important;}
.home_about .box div p {line-height: 2;}

@media screen and (max-width: 767px) {
  .home_dream ,
  .home_about {overflow:hidden;}
  .home_dream figure {
    position:relative;
    width:100%;
    margin:0 auto 5%;
  }
  .home_dream::after {
    height:100vw;
    top:calc(54vw + 15% + 140px);
    bottom:auto;
  }
  .home_about::after {
    height:100vw;
    top:calc(54vw + 15% + 120px);
    bottom:auto;
  }
  .home_dream .box div ,
  .home_about .box div {
    min-height:auto;
    padding:0 4% 5%;
  }
  .home_about {margin:0 auto;}
  .home_business {padding:10% 00;}
  .home_business .h2_en {font-size:17px;}
  .home_business .btn_common {margin:0 auto 5%;}
  .home_business .slide_business01 .slick-slide {
    font-size:18px;
    margin:0 auto 30px;
  }
  .home_business .slide_business01 .slick-list {padding:0!important;}
  .home_business .slide_business02 .slick-slide > div:nth-of-type(1) {
    width:100%;
    float:none;
  }
  .home_business .slide_business02 .slick-slide img {margin:0 auto;}
  .home_business .slide_business02 .slick-slide > div:nth-of-type(1) p {font-size:20px;}
  .home_business .slide_business02 .slick-slide > dl {
    width:100%;
    float:none;
    margin:5% 0;
  }
  .home_business .slide_business02 .slick-slide > dl dt {font-size:18px;}
  .home_business .slide_business02 .slick-slide > dl dd p {font-size:14px;}
  .home_business .slide_business02 .slick-slide > dl dd ul{margin:0 auto 1em;}
  .home_business .slide_business02 .slick-slide > dl dd ul li {
    width:100%;
    font-size:14px;
    float:none;
    margin:0 0 1em;
  }
  .home_business .slide_business02 .slick-slide > dl dd ul li a::after {top:0.45em;}
  .home_business .slide_business02 .slick-prev ,
  .home_business .slide_business02 .slick-next {width:40px;height:40px;}
  .home_business .slide_business02 .slick-prev {left:-20px;top:35vw;}
  .home_business .slide_business02 .slick-next {right:-20px;top:35vw;} 
  .home_business .slide_business02 .slick-prev::before ,
  .home_business .slide_business02 .slick-next::before {
    width:0.5em;
    height:0.5em;
  }
  .home_business .slide_business01 .slick-prev ,
  .home_business .slide_business01 .slick-next {z-index:10;}
  .home_business .slide_business01 .slick-prev::before ,
  .home_business .slide_business01 .slick-next::before {
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:block;
    width:0.7em;
    height:0.7em;
    content:"";
    border-right:solid 2px #AAAAAB;
    border-bottom:solid 2px #AAAAAB;
  }
  .home_business .slide_business01 .slick-prev::before {transform:rotate(135deg);left:0.5em;}
  .home_business .slide_business01 .slick-next::before {transform:rotate(-45deg);right:0.5em;}
  .home_business .slide_business01 .slick-disabled {display:none!important;}
  
}

/*****************************************
footer
*****************************************/

footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 80px;
  width: 78px;
  height: 120px;
  background: url(../img/common/btn_pagetop.png) no-repeat top center / 100%;
  display: block;
}
footer .pagetop:hover {
  background: url(../img/common/btn_pagetop.png) no-repeat bottom center / 100%;
}
footer {
  background: #004074;
  padding: 40px 0 0;
  line-height: 1;
}
footer .footer_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
footer .footer_box .f_logo {
  width:100%;
  position: static;
  text-align: center;
  margin-bottom: 30px;
}
footer .footer_box .f_logo img {
  margin: 0 auto;
}
footer .footer_box .f_logo + p {
  width:100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 28px;
  color: #e9e9e9;
  margin: 0 auto 20px;
}
footer .footer_box .f_nav01 {
  position: static;
  width:100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer_box .f_nav01 li {
  margin: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .footer_box .f_nav01 li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
footer .footer_box .f_nav01 li a::after, footer .footer_box .f_nav02 li a::after {
  content: none;
}
footer .footer_box .f_nav01 li a::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  background: #fff;
}
footer .footer_box .f_nav02 {
  position: static;
  width:100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer_box .f_nav02 li {
  font-size: 16px;
  padding-left: 15px;
  margin-left: 16px;
  position: relative;
  text-align: center;
}
footer .footer_box .f_nav02 li:last-child {
  padding-right: 15px;
}
footer .footer_box .f_nav02 li:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #9a9a9b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_box .f_nav02 li:last-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #9a9a9b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_box .f_nav02 li a {
  color: #fff;
  display: block;
  text-align: center;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
}
footer .footer_box .copyright {
  border-top: solid 1px #d6d7d7;
  padding: 30px 0 0;
}
footer .daiki_link {
  height:100px;
  padding:0 20px;
  margin:40px 0 0;
  background: #FFFFFF;
  text-align:center;
}
footer .daiki_link span {
  display: inline-block;
  vertical-align:middle;
}
footer .daiki_link span:nth-of-type(1) {height: 100px;}
footer .daiki_link span img {width:auto;height: 100%;}


@media only screen and (max-width: 990px) {
  footer .pagetop {
    position: static;
    display: block;
    width: 100%;
    height: 60px;
    background: url(../img/common/btn_pagetop_sp.png) no-repeat center / 70px, #000;
    margin: 0 auto;
  }
  footer .pagetop:hover {
    background: url(../img/common/btn_pagetop_sp.png) no-repeat bottom center / 70px, #000;
  }
  footer {padding:0;}
  footer .footer_box {
    padding: 0;
  }
  footer .footer_box .f_logo {
    margin-bottom: 20px;
    padding:30px 20px 0;
  }
  footer .footer_box .f_logo + p {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  footer .footer_box .f_nav01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer .footer_box .f_nav01 li {
    width: 50%;
    margin: 0;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px;
    text-align: left;
  }
  footer .footer_box .f_nav01 li:last-child {
    border-bottom: none;
  }
  footer .footer_box .f_nav02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0 25px;
  }
  footer .footer_box .f_nav02 + .f_nav02 {
    margin-top: 0;
  }
  footer .footer_box .f_nav02 li {
    width: 50%;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
  }
  footer .footer_box .f_nav02 + .f_nav02 li {
    width: 100%;
  }
  footer .footer_box .f_nav02 li a {
    font-size: 11px;
    color: #fff;
    display: block;
    text-align: center;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  footer .daiki_link {
    height:auto;
    padding:0 5% 20px;
    margin:30px 0 0;
  }
footer .daiki_link span {display: block;}
footer .daiki_link span:nth-of-type(1) {height: 80px;}

}


.ac {cursor:pointer;}
.ac span::before,
.ac span::after {
  position:absolute;
  display:block;
  content:"";
  background:#000000;
  margin:auto;
  top:0;
  bottom:0;
}
.ac span::before {
  width:20px;
  height:2px;
  right:20px;
}
.ac span::after {
  width:2px;
  height:20px;
  right:29px;
}
.ac.open span::after {content:none;}
.ac + div {
  display:none;
  overflow:hidden;
}
.ac + div h4:nth-of-type(1) {margin-top:0;}




/* CAP */
img {vertical-align: top;}
.fixedBtn {
  position: fixed;
  z-index: 400;
  top: 200px;
  right: -10px
}
.fixedBtn_item a {
  width: 80px;
  display: block;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100)
}
/* header */
nav .main_nav > li > div div p {
  width: 270px;
}
nav .main_nav > li > div div ul {
  width: 470px;
}
.kv_home {
  padding: 0;
  height: auto;
  width: 100%;
}
.kv_home > img.pc_cont {
  position: static;
  width: 100%;
  max-width: none;
  height: auto;
}

.home .h2_en span {
  color: var(--color01);
}
.home .job .h2_en span {
  color: #5ab9d2;
}

.home_business.job {
  background-image: url(../img/home/bg_job.jpg);
}
.home_business.job .btn_common {
  border-color: #5ab9d2;
}
.home_business.job .btn_common a {
  color: #5ab9d2;
}
.home_business.job .btn_common::after {
  background: #5ab9d2;
}
.home_business.job .btn_common a::after {
  background: rgba(90,185,210,0.4)
}

.home_business.job .slide_business01 .slick-slide:nth-of-type(1) {background:url("../img/home/ico03.png") no-repeat top center;}
.home_business.job .slide_business01 .slick-slide:nth-of-type(2) {background:url("../img/home/ico04.png") no-repeat top center;}
.home_business.job .slide_business01 .slick-slide:nth-of-type(1):hover,
.home_business.job .slide_business01 .slick-slide.slick-current:nth-of-type(1) {background:url("../img/home/ico03_active.png") no-repeat top center;}
.home_business.job .slide_business01 .slick-slide:nth-of-type(2):hover,
.home_business.job .slide_business01 .slick-slide.slick-current:nth-of-type(2) {background:url("../img/home/ico04_active.png") no-repeat top center;}
.home_business.job .slide_business02 .slick-arrow,
.home_business.job .slide_business02 .slick-slide > div:nth-of-type(1) p::after {
  background: #5ab9d2;
}
.home_business.job .slide_business01 .slick-slide:hover,
.home_business.job .slide_business01 .slick-slide.slick-current,
.home_business.job .slide_business02 .slick-slide > dl dt {
  color: #5ab9d2;
}
.home_business.job .slide_business02 .slick-slide > dl dd ul li a::after {
  border-color: #5ab9d2;
}

.home .home_about .h2_en span {
  color: #ff8ca0;
}
.home_about::after {
  background: #ff8ca0;
}

/*扉*/
.business_box section h2 a {
  padding-top: 0;
}
.business_box section h2 a::before {
  content: none !important;
}

/* PC Only */
@media only screen and (min-width: 768px) {
  .fixedBtn_item a:active,
  .fixedBtn_item a:hover,
  .desktop .fixedBtn_item a:hover {
    text-decoration: none;
    opacity: .7;
    filter: alpha(opacity=70)
  }
  .home_business.job .slide_business01 .slick-slide {
    padding: 50px 1.5em 0;
  }
  footer .pagetop {
    width: 78px;
    height: 78px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .fixedBtn {
    position: fixed;
    z-index: 400;
    top: auto;
    top: initial;
    width: 100%;
    right: 0px;
    z-index: 6000;
    bottom: 0;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1)
  }
  .scroll .fixedBtn {
    bottom: -200px
  }
  .fixedBtn_item a {
    width: 100%
  }
}


.page .flex-end {
  display: flex;
  justify-content: flex-end;
}
.page .columns_contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
  align-items: center;
  margin: 0 0 80px;
}
.page .columns_contact > .item {
  flex: 1;
}
.page .columns_contact > .item .copy {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.475;
  color: #28ba7a;
}
.page.job .columns_contact > .item .copy {
  color: #5ab9d2;
}
.page .contact_btn {}
.page .contact_btn > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 435px;
  background: #28ba7a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 23px 50px 23px 15px;
  transition: .3s;
}
.page.job .contact_btn > a {
  background: #5ab9d2;
}
.page .contact_btn > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/common/arrow.png) no-repeat center center / contain;
}
.page .contact_btn > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.business_box section h2 {
  padding-top: 55px;
}
.staff .business_box section h2 {
  padding-top: 0;
}
.business_box section h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 90px;
  height: 55px;
  background: url(../img/sub/icon_ikusei.png) no-repeat right top / auto;
}
.business .business_box section#anc02 h2::before {
  background-image: url(../img/sub/icon_jinzai.png);
}
.job .business_box section#anc01 h2::before {
  background-image: url(../img/sub/icon_way.png);
}
.job .business_box section#anc02 h2::before {
  background-image: url(../img/sub/icon_support.png);
}
.staff .business_box section h2::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .page .flex-end {
    display: block;
  }
  .page .columns_contact {
    display: block;
    margin: 0 0 40px;
  }
  .page .columns_contact > .item {
    margin-bottom: 20px;
  }
  .page .columns_contact > .item:last-child {
    margin-bottom: 0;
  }
  .page .columns_contact > .item .copy {
    font-size: 20px;
  }
  .page .contact_btn > a {
    font-size: 16px;
    padding: 15px 50px 15px 15px;
    width: 100%;
    min-width: auto;
    max-width: 350px;
  }
  .business_box section h2::before {
    width: 100%;
    background-position: center top;
  }
}

/* お仕事をお探しの方へ */
.page.job .news_list {
  margin: 0 0 30px;
}
.page.job span.news_cat {
  background: none;
  padding-left: 0;
  color: #28b978;
}
.page.job span.news_date {
  color: #595757;
}
.page.job .btn_more {
  margin: 0 auto 70px;
}
.page .btn_more {
  text-align: center;
}
.page .btn_more a {
  display: inline-block;
  min-width: 200px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.3;
  background: #28b978;
  padding: 12px;
  transition: .3s;
}
.page .btn_more a:hover {
  text-decoration: none;
  opacity: .6;
}

.pagenation .wp-pagenavi > a,
.pagenation .wp-pagenavi > span {
  border: none;
  background: #ccefdf;
}
.pagenation .wp-pagenavi > a:hover,
.pagenation .wp-pagenavi > span.current {
  background: #28b978;
}

.editor_contents .wp-block-table thead {
  border-bottom: none;
}
.editor_contents .btn_all a {
  border-color: #32b075;
  color: #32b075;
}
.editor_contents .btn_all a:hover {
  background: #32b075;
}

/** FAQ **/
dl.faq {
  border-bottom:solid 1px #32b075;
}
dl.faq dt {
  color:#32b075;
  border-top:solid 1px #32b075;
}
dl.faq dt span {
  background:#b8decd;
}
dl.faq dt span::before,
dl.faq dt span::after {
  background:#32b075;
}
dl.faq dt.open span {
  background:#32b075;
}
dl.faq dt.open span::before,
dl.faq dt.open span::after {
  background:#b8decd;
}
dl.faq dd {
  padding: 1em;
  background: #e9f4ef;
  margin: 0 0 1em;
}

/* =================== */
/* 2024/10 修正追加  */
/* =================== */
footer .footer_box .f_nav02:not(:last-of-type){margin-bottom: 0.7em;}
footer .footer_box .f_nav02 li:last-child {padding: 0 15px;}
nav.sp_nav>.menu_box{pointer-events: none;}
nav.sp_nav.open>.menu_box{
  pointer-events: auto;
  overflow-x: hidden;
}

/* アコーディオンタイトル */
.editor_contents h3.ac{
  color: #32b075;
  border-top: solid 2px #32b075;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 2em 0.5em 0.1em;
  background: #fff;
  cursor: pointer;
  z-index: 0;
  margin: 0;
}
.editor_contents h3.ac:first-of-type{margin: 50px 0 0;}
.editor_contents h3.ac:last-of-type{border-bottom: solid 2px #32b075}

.editor_contents h3.ac:last-of-type{
  border-bottom: solid 2px #32b075;
  transition-delay: .4s;
}
.editor_contents h3.ac.open:last-of-type{
  border-bottom: solid 2px transparent;
transition-delay: 0s;}

.editor_contents h3.ac+div{padding: 30px 0px 50px;}
.editor_contents h3.ac:last-of-type+div{border-bottom: solid 2px #32b075;}

.editor_contents h3.ac::before{display: none;}
.editor_contents h3.ac::after{
  width: 26px;
  height: 26px;
  inset: 0 0 0 auto;
  margin: auto 0;
  border: none;
  background: url(../img/common/icon_ac_open.png) no-repeat center/cover;
}
.editor_contents h3.ac.open::after{
  background: url(../img/common/icon_ac_close.png) no-repeat center/cover;
}

.wp-block-button__link{margin-bottom: .3em;}
.wp-block-button__link:hover{
  color: #fff;
  opacity: 0.8;
}

/* ページトップ */
footer .pagetop{transition: .3s;}

/* お問い合わせ/ご登録フォームページ　送信ボタン */
input[type="submit"]{
  font-size: 14px;
  line-height: 34px;
}

/* サイトマップ */
main.sitemap .editor_contents h4 a{color: var(--color01);}

/* ページネーション */
.pagenation .wp-pagenavi > a.first,
.pagenation .wp-pagenavi > a.last{width: 70px;}
.pagenation .wp-pagenavi > a,
.pagenation .wp-pagenavi > span{line-height: 35px;}

@media screen and (max-width:1370px) {
  /* ハンバーガーメニューslideToggleバグ対策 */
nav .main_nav > li > div,
nav .main_nav > li > p,
nav .main_nav > li > p span{will-change: transform;}

nav .menu_box{
  position: relative;
  z-index: 0;
}
nav .menu_box::before{
  position: absolute;
  z-index: -1;
  inset: -100%;
  margin: auto;
  content: '';
  width: 100vw;
  height: 100vh;
  background: var(--color01);
}
}

@media only screen and (max-width: 990px){
  /* アコーディオンタイトル */
  .editor_contents h3.ac{
    font-size: 1.7rem;
    padding: 0.9em 2em 0.9em 0.1em;
  }
  /* フッター */
  footer .footer_box .f_nav02:not(:last-of-type){margin-bottom: 0;}
  footer .footer_box .f_nav02 li:last-child {padding: 0 4px;}
  footer .footer_box .f_nav02 li:last-child:nth-of-type(odd){width: 100%;}
  footer .footer_box .f_nav02:not(:last-of-type) li:not(:last-of-type):nth-of-type(even)::after,
  footer .footer_box .f_nav02:nth-of-type(3) li:not(:last-of-type)::after{
    position: absolute;
    z-index: 0;
    content: "";
    width: 1px;
    height: 18px;
    background: #9a9a9b;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  footer .pagetop:hover{
    background: 
      url(../img/common/btn_pagetop_sp.png) no-repeat top calc(50% - 5px) center / 70px,
      #000
    ;
  }
}
@media only screen and (max-width: 767px){
  /* テーブル調整用 */
 .editor_contents .table_outer {
    max-width: 150%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #828282 #828282;
  }
  .editor_contents .table_outer > table{width: 150%;}
  .editor_contents .table_outer > table th{min-width: 130px;}

  /* ページネーション */
.pagenation .wp-pagenavi > a.first,
.pagenation .wp-pagenavi > a.last{width: 60px;}
.pagenation .wp-pagenavi > a,
.pagenation .wp-pagenavi > span{line-height: 24px;}

/* お問い合わせ/ご登録フォームページ */
input[type="submit"]{font-size: 13px;}

}