@charset "UTF-8";
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* mv
=========================================== */
#mv {
  padding: 0;
}
#mv .slider {
  width: 100%;
}

/* cta
=========================================== */
#top_cta {
  padding: 20px 0;
}
#top_cta .flex {
  gap: 15px;
}

/* top_catlist
=========================================== */
#top_catlist .top_catlist_block {
  margin-bottom: 16px;
  flex:1;
}
@media (max-width: 1150px) {
  #top_catlist .top_catlist_block {
    margin-bottom: 16px;
    flex: none;
  }
}
@media (max-width: 1150px) {
  #top_catlist .top_catlist_block:last-child {
    margin-bottom: 0;
  }
}
#top_catlist .top_catlist_title {
  padding: 16px 42px 16px 16px;
}
@media (max-width: 1150px) {
  #top_catlist .top_catlist_title {
    padding: 16px 42px 16px 16px;
    border-bottom: solid 1px #EBEBEB;
  }
}
#top_catlist .top_catlist_title .top_catlist_title_inner.flex {
  row-gap: 12px;
}
#top_catlist .top_catlist_title .top_catlist_title_inner .image_box {
  width: 36px;
  height: 36px;
}
#top_catlist .top_catlist_title .top_catlist_title_inner .image_box img {
  -o-object-fit: contain;
     object-fit: contain;
}
#top_catlist .top_catlist_title .top_catlist_title_inner .text_box {
  width: calc(100% - 48px);
  min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#top_catlist .top_catlist_title .top_catlist_title_inner .text_box h3 {
  font-size: 1.8rem;
  margin-bottom: 2px;
}
#top_catlist .top_catlist_title .top_catlist_title_inner .text_box p {
  font-size: 1.2rem;
  color: #848484;
}
#top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item {
  border-bottom: solid 1px #EBEBEB;
}
#top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item:last-child {
  border-bottom: none;
}
#top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item a {
  display: block;
  padding: 16px;
}
#top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item a span {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 24px;
  transition: 0.3s all;
}
#top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item a span:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  #top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item a:hover {
    background: #F4F4F4;
  }
  #top_catlist .top_catlist_content ul.top_catlist_list li.top_catlist_item a:hover span {
    color: #00A67E;
  }
}
.top_catlist_area{
  display: flex;
  gap: 10px;
  align-items: baseline;
}
@media (max-width: 1150px) {
  .top_catlist_area{
    display: block;
    gap: 0; 
  }
}

/* top_news
=========================================== */
/* top_joblist
=========================================== */
#top_joblist .btn_bottom {
  width: 160px;
  margin-top: 24px;
  display: none;
}
@media(min-width:1151px){
  #top_joblist .btn_bottom {
    width: 280px;
    margin-top: 24px;
    display: none;
  }
}

 
/*タブのスタイル*/
@media(max-width:1150px){
  .tabs {
    align-items: center;
    position: relative;
}
}
.tab_item {
  display: inline-block;
  border: solid 1px #D4D4D4;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 6px 16px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 8px;
  cursor: pointer;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  margin-top: 24px;
}

#job01:checked ~ #job01_content,
#job02:checked ~ #job02_content,
#job03:checked ~ #job03_content,
#job04:checked ~ #job04_content,
#job05:checked ~ #job05_content,
#job06:checked ~ #job06_content {
  display: block;
}

#job01:checked ~ #job01_link,
#job02:checked ~ #job02_link,
#job03:checked ~ #job03_link,
#job04:checked ~ #job04_link,
#job05:checked ~ #job05_link,
#job06:checked ~ #job06_link {
  display: inline-block;
  margin-top: 50px;
  margin-left: 420px;
}
@media(max-width:1150px){
  #job01:checked ~ #job01_link,
  #job02:checked ~ #job02_link,
  #job03:checked ~ #job03_link,
  #job04:checked ~ #job04_link,
  #job05:checked ~ #job05_link,
  #job06:checked ~ #job06_link {
    display: inline-block;
    position: absolute;
    right: 0;
    min-width: 230px;
        bottom: -50px;
  }}

/* @media(min-width:1151px){
  #job01:checked ~ #job01_link,
#job02:checked ~ #job02_link,
#job03:checked ~ #job03_link,
#job04:checked ~ #job04_link,
#job05:checked ~ #job05_link,
#job06:checked ~ #job06_link {
  display: inline-block;
  background: #00A67E;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #D2D2D2;
  width: 280px;
  padding: 18px 18px;
  text-align: center;
  border-radius: 30px !important;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 500;
}
} */

.tabs input:checked + .tab_item {
  background-color: #00A67E;
  border: solid 1px #00A67E;
  color: #fff;
}



/* #top_foruser
=========================================== */
#top_foruser .top_foruser_box {
  background: #F4F4F4;
  padding: 40px 20px;
  border-radius: 8px;
}
@media(min-width:1151px){
  #top_foruser .top_foruser_box {
    padding: 40px 20px;
    border-radius: 8px;
    background-color: white;
  }
}
#top_foruser .top_foruser_box .title {
  text-align: center;
  margin-bottom: 24px;
}
@media(min-width:1151px){
  #top_foruser .top_foruser_box .title {
    text-align: center;
    margin-bottom: 50px;
  }
}
#top_foruser .top_foruser_box .title h2 {
  font-size: 1.8rem;
}
@media(min-width:1151px){
  #top_foruser .top_foruser_box .title h2 {
    font-size: 3rem;
  }
}
@media(min-width:1151px){
  #top_foruser .top_foruser_box .text p {
    font-size: 1.8rem;
    text-align: center;
  }
}
#top_foruser .top_foruser_box .title .en_title {
  background: linear-gradient(270deg, #97CB70 0%, #00A67E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
#top_foruser .top_foruser_box .btn_area {
  margin-top: 24px;
  text-align: center;
}
#top_foruser .top_foruser_box .btn_area img {
  height: 22px;
  width: auto;
  margin: 0 auto 8px;
}
#top_foruser .top_foruser_box .btn_area .btn {
  width: 100%;
  display: block;
}
@media(min-width:1151px){
  #top_foruser .top_foruser_box .btn_area .btn {
    width: 280px;
    display: inline-block;
    padding: 18px;
    border-radius: 30px !important;
  }
}
#top_foruser .top_foruser_box .btn_area .btn span:before {
  background-image: url(/assets/img/common/icon_register_white.svg);
}


/*# sourceMappingURL=top.css.map*/