@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  COMMON

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #pageCntWrap

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#pageCntWrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #pageCntWrap {
    padding-bottom: calc(150/750*100vw);
  }
}
#pageCntWrap.tag {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #pageCntWrap.tag {
    padding-bottom: calc(100/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .page_heading

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.page_heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page_heading {
    margin-bottom: calc(100/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .page_title

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .page_title {
    height: calc(480/750*100vw);
  }
}
.page_title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_title .title .en {
  font-size: 70px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_title .title .en {
    font-size: calc(70/750*100vw);
  }
}
.page_title .title .jp {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_title .title .jp {
    margin-top: calc(20/750*100vw);
    font-size: calc(30/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .breadcrumbs

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.breadcrumbs {
  margin-bottom: 100px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: calc(100/750*100vw);
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0 -14px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    padding: calc(20/750*100vw) 0;
    margin: 0 calc(-20/750*100vw);
  }
}
.breadcrumbs li {
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbs li {
    padding: 0 calc(20/750*100vw);
    font-size: calc(22/750*100vw);
  }
}
.breadcrumbs li:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/breadcrumbs_arrow.svg) 50%/6px no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .breadcrumbs li:after {
    width: calc(11/750*100vw);
    height: calc(17/750*100vw);
    background-size: calc(10/750*100vw);
  }
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs a {
  font-size: 14px;
  line-height: 1.5;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: calc(22/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .page_description

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.page_description .description {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_description .description {
    text-align: left;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .works_list

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.works_list {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .works_list_wrap {
    padding: 0 calc(30/750*100vw);
  }
}
.works_list_item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works_list_item {
    margin-bottom: calc(120/750*100vw);
  }
}
.works_list_item_heading {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .works_list_item_heading {
    margin-bottom: calc(40/750*100vw);
  }
}
.works_list_item_title {
  padding-left: 21px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_list_item_title {
    padding-left: calc(40/750*100vw);
    font-size: calc(32/750*100vw);
    line-height: 1.5;
  }
}
.works_list_item_title:before {
  content: "";
  display: block;
  width: 9px;
  height: 28px;
  background: url(../img/works_item_title_icon01.svg) 50%/cover;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works_list_item_title:before {
    width: calc(18/750*100vw);
    height: calc(95/750*100vw);
    background: url(../img/works_item_title_icon01_sp.svg) 50%/cover;
    top: 0;
  }
}
.works_list_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .works_list_item_img {
    margin-bottom: calc(60/750*100vw);
  }
}
.works_list_item_img img {
  width: 540px;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .works_list_item_img img {
    width: calc(340/750*100vw);
    height: calc(245/750*100vw);
  }
}
.works_list_item_img img:nth-child(2) {
  margin-left: auto;
}
.works_list_item_detail {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail {
    border-top: none;
  }
}
.works_list_item_detail_table {
  display: none;
}
.works_list_item_detail_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: calc(50/750*100vw);
    border-bottom: none;
  }
}
.works_list_item_detail_table dt {
  width: 308px;
  padding-left: 92px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_table dt {
    width: 100%;
    padding: calc(12/750*100vw) 0;
    margin-bottom: calc(30/750*100vw);
    background: #EFEFEF;
    text-align: center;
  }
}
.works_list_item_detail_table dt:before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #D8D8D8;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_table dt:before {
    content: none;
  }
}
.works_list_item_detail_table dd {
  width: 792px;
  padding-left: 87px;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_table dd {
    width: 100%;
    padding: 0 calc(30/750*100vw);
  }
}
.works_list_item_detail_table.open {
  display: block;
}
.works_list_item_detail_more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_more_btn {
    height: calc(105/750*100vw);
    border-top: calc(4/750*100vw) solid #D8D8D8;
    border-bottom: calc(4/750*100vw) solid #D8D8D8;
  }
}
.works_list_item_detail_more_btn span {
  display: block;
  width: 100px;
  text-align: center;
  position: relative;
}
.works_list_item_detail_more_btn span:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/works_list_item_detail_more_btn_arrow.svg) 50%/16px no-repeat;
  position: absolute;
  right: -84px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.works_list_item_detail_more_btn span.close {
  display: none;
}
.works_list_item_detail_more_btn.open span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.works_list_item_detail_more_btn.open span.open {
  display: none;
}
.works_list_item_detail_more_btn.open span.close {
  display: block;
}
.works_list_item_detail_more_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .works_list_item_detail_more_btn:hover {
    opacity: 1;
  }
}
.works_list_item_detail.open .works_list_item_detail_table {
  display: block;
}
.works_list_item_detail.open .works_list_item_detail_more_btn span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.works_list_item:last-child {
  margin-bottom: 0;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #works

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#works .page_title {
  background: url(../img/works_pagetitle_bg01.jpg) 50%/cover;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #recruit

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#recruit .page_heading {
  margin-bottom: 0;
}
#recruit .page_title {
  background: url(../img/recruit_pagetitle_bg01.jpg) 50%/cover;
}
#recruit .breadcrumbs {
  margin-bottom: 0;
}
#recruit .sec01 {
  position: relative;
}
#recruit .sec01 .container {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .container {
    padding: calc(120/750*100vw) calc(30/750*100vw) calc(100/750*100vw);
  }
}
#recruit .sec01 .description {
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .description {
    font-size: calc(32/750*100vw);
    text-align: left;
  }
}
#recruit .sec01 .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -23px;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .img_list {
    margin: 0 calc(-9/750*100vw);
  }
}
#recruit .sec01 .img_list_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .img_list_wrap {
    margin-top: calc(70/750*100vw);
  }
}
#recruit .sec01 .img_list_item {
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .img_list_item {
    padding: 0 calc(9/750*100vw);
  }
}
#recruit .sec01 .bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#recruit .sec02 .sec_visual {
  height: 480px;
  background: url(../img/recruit_sec02_bg01.jpg) 50%/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_visual {
    height: calc(370/750*100vw);
    background: url(../img/recruit_sec02_bg01_sp.jpg) 50%/cover;
  }
}
#recruit .sec02 .sec_visual:before {
  content: "";
  display: block;
  width: 640px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_visual:before {
    width: calc(640/750*100vw);
    height: calc(100/750*100vw);
    bottom: calc(-20/750*100vw);
  }
}
#recruit .sec02 .container {
  position: relative;
  z-index: 1;
}
#recruit .sec02 .sec_body {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_body {
    padding-top: calc(100/750*100vw);
  }
}
#recruit .sec02 .sec_title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_title {
    margin-bottom: calc(60/750*100vw);
    font-size: calc(34/750*100vw);
  }
}
#recruit .sec02 .sec_description {
  margin-bottom: 80px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_description {
    margin-bottom: calc(100/750*100vw);
    text-align: left;
  }
}
#recruit .sec02 .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: calc(50/750*100vw);
    border-bottom: none;
  }
}
#recruit .sec02 .table dl:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .table dl:nth-child(1) {
    border-top: none;
  }
}
#recruit .sec02 .table dt, #recruit .sec02 .table dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .table dt, #recruit .sec02 .table dd {
    font-size: calc(30/750*100vw);
    line-height: 1.5;
  }
}
#recruit .sec02 .table dt {
  min-width: 214px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .table dt {
    width: 100%;
    padding: calc(12/750*100vw) 0;
    margin-bottom: calc(30/750*100vw);
    background: #EFEFEF;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .table dd {
    width: 100%;
    padding: 0 calc(30/750*100vw);
  }
}
#recruit .sec02 .table dd a {
  text-decoration: underline;
  color: #0155B4;
}