@charset "utf-8";
.recruit_area {
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit_area {
    max-width: 95%;
  }
}
@media screen and (max-width: 680px) {
  .recruit_area {
    padding-top: 50px;
  }
}
/*タイトル,テキスト
============================================================================================================ */
.about_title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0.5em;
}
.about_title.large {
  font-size: 3.3rem;
  color: #404040;
  margin-bottom: 0;
}
.bg_gr .about_title {
  color: #7f7f7f;
}
.about_title_sub {
  font-size: 2.5rem;
  color: #2078b6;
  margin-bottom: 0.5em;
  border-bottom: 3px dotted #2078b6;
  display: inline-block;
  margin-top: 1.5em;
}
.about_title_sub.orange {
  color: #f27052;
  border-bottom: 3px dotted #f27052;
}
@media screen and (max-width: 960px) {
  .about_title {
    font-size: 2.2rem;
  }
  .about_title.large {
    font-size: 2.4rem;
  }
  .about_title_sub {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 680px) {
  .about_title {
    font-size: 1.8rem;
  }
  .about_title.large {
    font-size: 2rem;
  }
  .about_title_sub {
    font-size: 1.8rem;
  }
}
.w_text {
  color: #fff;
  line-height: 2;
}
.w_text span {
  font-size: 1.7rem;
  font-weight: bold;
}
/* pc / tab / sp
============================================================================================================ */
.sp {
  display: none;
}
.sp_68 {
  display: none;
}
.pc {
  display: block;
}
.tab {
  display: none;
}
.pc_tab {
  display: block;
}
.tab_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .tab_sp {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .sp_68 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc_tab {
    display: none !important;
  }
  .tab_sp {
    display: block !important;
  }
}
/* 背景
============================================================================================================ */
.bg_max {
  position: relative;
}
.bg_max > * {
  position: relative;
  z-index: 1;
}
.bg_max::before {
  position: absolute;
  content: "";
  width: 200vw;
  height: 100%;
  top: 0;
  left: -100vw;
  z-index: 0;
}
.bg_max.bg_gr::before {
  background-color: #f2f2f2;
}
.bg_gr {
  padding: 3% 0;
}
.bg_max.bg_bl::before {
  background-color: #2078b6;
}
.bg_bl {
  padding: 3% 0;
}
/*固定メニュー
============================================================================================================ */
.top_anchor {
  z-index: 100;
  position: fixed;
  right: 3em;
  top: 6em;
  border: 1px solid #a6a6a6;
  border-radius: 15px;
  cursor: pointer;
  padding: 1em;
  background: #fff;
}
.top_anchor a {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .top_anchor {
    right: 1em;
    top: 15em;
  }
}
@media screen and (max-width: 480px) {
  .top_anchor {
    top: 3.5em;
  }
}
/*col
============================================================================================================ */
.about_col_2, .about_col_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col_2.col_2_9_1 {
  align-items: center;
}
.about_col_2 > li, .about_col_2 > div, .about_col_2 > ul {
  width: 48.5%;
}
.about_col_3 > li, .about_col_3 > div, .about_col_3 > ul {
  width: 31.5%;
}
.col_2.col_2_7_3 {
  justify-content: flex-start!important;  
}
.col_2_7_3 > p, .col_2_7_3 > li, .col_2_7_3 > div, .col_2_7_3 > ul {
  width: 60% !important;
}
.col_2_7_3 > p + p, .col_2_7_3 > li + li, .col_2_7_3 > div + div, .col_2_7_3 > ul + ul {
  width: 30% !important;
    margin-left: 1.5em;
}
.col_2_9_1 > p, .col_2_9_1 > li, .col_2_9_1 > div, .col_2_9_1 > ul {
  width: 85% !important;
}
.col_2_9_1 > p + p, .col_2_9_1 > li + li, .col_2_9_1 > div + div, .col_2_9_1 > ul + ul {
  width: 12% !important;
}
@media screen and (max-width: 769px) {
  .col_2_7_3 > p, .col_2_7_3 > li, .col_2_7_3 > div, .col_2_7_3 > ul {
    width: 100% !important;
  }
  .col_2_7_3 > p + p, .col_2_7_3 > li + li, .col_2_7_3 > div + div, .col_2_7_3 > ul + ul {
    width: 100% !important;
       margin-left: 0;
      text-align: center;
  }
  .col_2_9_1 > p, .col_2_9_1 > li, .col_2_9_1 > div, .col_2_9_1 > ul {
    width: 100% !important;
  }
  .col_2_9_1 > p + p, .col_2_9_1 > li + li, .col_2_9_1 > div + div, .col_2_9_1 > ul + ul {
    width: 50% !important;
    margin: 0 auto;
    padding: 1em 0;
  }
}
@media screen and (max-width: 680px) {
  .about_col_3 {
    display: block;
  }
  .about_col_3 > li, .about_col_3 > div, .about_col_3 > ul {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about_col_2 {
    display: block;
  }
  .about_col_2 > li, .about_col_2 > div, .about_col_2 > ul {
    width: 100%;
  }
}
/*ＦＩＥＬＤ
============================================================================================================ */
.about_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_list p {
  width: 23%;
  padding: 10px;
  background-color: #fff;
  color: #2078b6;
  border-radius: 15px;
  text-align: center;
}
.about_list p + p {
  margin-left: 2%;
}
.about_list p:nth-child(5n) {
  margin-left: 0;
}
.about_list p:nth-of-type(n+5) {
  margin-top: 1em;
}
.about_list p span {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
}
.about_list p img {
  width: 50%;
}
.about_list a {
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .about_list p {
    width: 33.3%;
  }
  .about_list p:nth-child(odd) {
    margin-left: 0;
  }
  .about_list p:nth-of-type(n+5) {
    margin-top: 0;
  }
  .about_list p:nth-of-type(n+3) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .about_list p {
    width: 45%;
  }
}
/*field
---------------------------------*/
.about_list.field p span {
  color: #2078b6;
}
.about_list.work-style p {
  border: 2px solid #f27052;
}
.about_list.work-style p span {
  color: #f27052;
}
.about_list_ver {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.about_list_ver img {
  width: 25%;
  display: block;
  margin: 0 auto;
}
.about_col_3 .about_list_ver img {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .about_list_ver img {
    width: 50%;
  }
  .about_col_3 .about_list_ver img {
    width: 50%;
  }
}
/*
--------------------------------*/
.recruit_movie-box {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.recruit_movie-box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .recruit_movie-box {
    width: auto;
  }
}
/*ＷＯＲＫ ＳＴＹＬＥ
============================================================================================================ */
.arrow_box {
  position: relative;
  display: inline-block;
  background: #767171;
  padding: 1em 0.5em;
  margin-bottom: 1.5em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 200px;
}
.arrow_box:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 95%;
  left: 50%;
  border: solid transparent;
  border-top-color: #767171;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box p {
  font-size: 15px;
  margin-top: 4em;
  font-weight: bold;
}
.arrow_box.text_3 p {
  margin-top: 3em;
}
.arrow_box.text_4 p {
  margin-top: 2.5em;
}
/*
-----------------------------------------------*/
.cardlayout-wrap {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cardlayout-wrap img {
  display: block;
  margin: 0 auto;
}
.cardlayout-wrap img.size_s {
  width: 43%;
}
.cardlayout-wrap img.size_m {
  width: 70%;
}
.card-list {
  padding: 1em;
  background: #fff;
  width: calc(96% / 3);
}
.card-list p {
  margin: 0 auto;
}
.text_title {
  color: #2078b6;
  font-size: 1.5em;
  font-weight: bold;
}
.text_title.orange {
  color: #f27052;
}
.text_title span {
  color: #24272A;
  font-size: 16px;
  font-weight: normal;
  margin-left: 1em;
}
.text_title_l {
  color: #2078b6;
  font-size: 1.7em;
  font-weight: bold;
}
.text_title_l.orange {
  color: #f27052;
}
.card-text {
  padding-top: 1em;
}
.cardlayout-wrap::after {
  content: "";
  display: block;
  width: calc(96% / 3);
}
@media all and (max-width: 960px) {
  .card-list {
    margin: 0.5em 0;
    width: calc(96% / 2);
  }
  .text_title {
    font-size: 1.3em;
  }
  .text_title_l {
    font-size: 1.5em;
  }
}
@media all and (max-width: 680px) {
  .text_title {
    font-size: 1.1em;
  }
  .text_title_l {
    font-size: 1.3em;
  }
  .card-list {
    /*width: auto;*/
    width: 100%;
  }
  .cardlayout-wrap::after {
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .cardlayout-wrap {
    flex-flow: column;
    align-items: center;
  }
}
.card-list-side {
  padding: 1em;
  background: #fff;
}
.card-list-side .col_2 > div {
  margin-bottom: 0;
}
/*support
============================================================================================================ */
.bubble_box {
  text-align: center;
}
.bubble {
  position: relative;
  display: inline-block;
  padding: 3em;
  border-radius: 70px;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5;
  color: #000000;
  width: 800px;
}
.bubble img {
  width: 50%;
}
.bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 3em 2em;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media all and (max-width: 960px) {
  .bubble {
    width: 95%;
  }
}
@media all and (max-width: 680px) {
  .bubble img {
    width: auto;
  }
}
/*ＯＦＦＩＣＥ
============================================================================================================ */
.office_img p + p {
  margin-top: 2em;
}
.orange_t {
  color: #f27052;
  font-weight: bold;
}