@charset "utf-8";

/*==================================================
$既CSSの上書き
==================================================*/
:root {
  --blue: #076CA0;
  --light-blue: #DEEBF3;
  --orange: #FC6F27;
}
img {
  max-width: 100%;
  height: auto;
}
.contents {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
h2 {
  width: 100%;
}
h2 img {
  width: 100%;
}
.inner {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.recruitTable01 {
  width: 100%;
  max-width: 800px;
}
.recruitTable01 a {
  text-decoration: underline;
  color: var(--blue);
}
@media screen and (max-width:767px) {
  .recruitTable01 th,
  .recruitTable01 td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}
/*==================================================
$header
==================================================*/
#header {
  height: auto;
  padding-top: 30px;
}
#header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.headcontact {
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
#header h1 {
  float: none;
  margin-top: 0;
  max-width: 245px;
  width: 30%;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}
#headnav ul {
  float: none;
}
.burger {
  display: none;
}
@media screen and (max-width:767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  #header {
    border: none;
    padding: 20px 5%;
    box-sizing: border-box;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    transition: .3s;
  }
  .headcontact {
    display: none;
  }
  #header .inner {
    align-items: center;
    height: 100%;
  }
  #header h1 {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #header nav {
    position: fixed;
    top: 0;
    right: -165px;
    z-index: 1;
    width: 165px;
    height: 100vh;
    background: #eee;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 90px 0 30px;
    transition: .3s;
  }
  #headnav,
  #headnav ul {
    width: 100%;
  }
  #headnav li,
  #headnav li:first-of-type {
    width: 100%;
    border: none;
  }
  #headnav li a {
    background: none;
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #333;
  }
  .burger,
  .burger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .burger {
    position: relative;
    width: 40px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
  }
  .burger i {
    font-size: 11px;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 18px;
    letter-spacing: 0.2em;
  }
  .burger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    margin: auto;
  }
  .burger span:nth-of-type(1) {
    top: 0;
  }
  .burger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .burger span:nth-of-type(3) {
    bottom: 0;
  }
  .burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .burger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .wrap {
    transition: .3s;
    position: relative;
    right: 0;
    padding-top: 90px;
  }
  .wrap.open {
    right: 165px;
  }
  .wrap.open #header {
    left: -165px;
  }
  .wrap.open #header nav {
    right: 0;
  }
}
/*==================================================
$footer
==================================================*/
#footer {
  height: auto;
}
.footList01,
.footList02 {
  position: static;
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#footer .inner dl {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 500px;
}
#footer dd .tel {
  display: none;
}
#footer .inner nav {
  width: 40%;
}
#footnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 5%;
  box-sizing: border-box;
}
.footList01 {
  width: 50%;
}
.footList02 {
  width: 50%;
  max-width: 140px;
}
.footList02 li:last-child {
  padding: 0;
  margin-top: 10px;
}
.isobox {
  position: static;
  width: 100%;
  max-width: 130px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.isobox p {
  word-break: break-all;
  line-height: 1.2;
}
.copy {
  width: 100%;
}
@media screen and (max-width:767px) {
  #footer .inner dl {
    width: 100%;
    max-width: none;
  }
  #footer dt {
    display: none;
  }
  #footer dd {
    width: 100%;
    text-align: center;
  }
  #footer dd span a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  #footer dd .tel {
    display: block;
  }
  #footer dd .tel a {
    background: #fff url(../../sp/img_common/telicon.png) no-repeat 20px center/20px auto;
  }
  #footer .inner nav {
    width: 100%;
  }
  #footnav {
    padding: 0;
    width: 100%;
  }
  .footList01 {
    display: none;
  }
  .footList02 {
    width: 100%;
    max-width: none;
  }
  .footList02 li:not(:last-child) {
    display: none;
  }
  .isobox {
    max-width: none;
  }
  .isobox img {
    width: 100%;
  }
  .isobox p {
    text-align: center;
  }
  .copy {
    text-align: center;
  }
}
/*==================================================
$recruit
==================================================*/
.recruit_character {
  margin-bottom: 100px;
}
.recruit_character>.image {
  max-width: 615px;
  width: 100%;
  margin: 0 auto 30px;
}
.recruit_character p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}
.recruit_character p strong {
  font-size: 18px;
  font-weight: bold;
}
.recruit_character .work_link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  background: var(--blue);
  color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.recruit_character .work_link .image {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 13% 0;
}
.recruit_character .work_link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.recruit_character .work_link .text {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recruit_character .work_link .text div {
  text-align: center;
  position: relative;
}
.recruit_character .work_link .text div::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100vw;
  margin: 0 auto 15px;
  display: block;
}
.recruit_character .work_link .text div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--blue);
  border-width: 10px 0px 10px 17.32px;
  position: absolute;
  top: 10px;
  left: 5px;
  right: 0;
  margin: auto;
}
.recruit_character .work_link .text div strong {
  display: block;
  font-size: 33px;
  font-weight: bold;
}
.recruit_character .work_link .text div span {
  display: block;
  max-width: 160px;
  background: #fff;
  color: var(--blue);
  text-align: center;
  padding: 5px 20px;
  border-radius: 100vw;
  margin: 10px auto 0;
}
.thumblink_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.thumblink_list ul li {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.thumblink_list ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
}
.thumblink_list ul li a .image {
  width: 40%;
  position: relative;
  overflow: hidden;
  padding: 16% 0;
}
.thumblink_list ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.thumblink_list ul li a .text {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  padding: 30px;
  box-sizing: border-box;
}
.thumblink_list ul li a .text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
}
.recruit_interview_link {
  margin-bottom: 100px;
}
.recruit_interview_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.recruit_interview_link ul li {
  width: 48%;
  margin-bottom: 50px;
}
.recruit_interview_link ul li a {
  position: relative;
  text-decoration: none;
}
.recruit_interview_link ul li a .image {
  position: relative;
  overflow: hidden;
  padding: 30% 0;
  width: 100%;
  background: #ccc;
}
.recruit_interview_link ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.recruit_interview_link ul li a .image strong {
  display: block;
  width: 35%;
  color: #fff;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.recruit_interview_link ul li a .image strong::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--blue);
  opacity: .4;
  z-index: -1;
  border-top-right-radius: 30px;
}
.recruit_interview_link ul li a .text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.btnlink_list {
  margin-bottom: 100px;
}
.btnlink_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.btnlink_list ul li {
  width: 48%;
  margin-bottom: 20px;
  margin-right: 4%;
}
.btnlink_list ul li:nth-child(2n) {
  margin-right: 0;
}
.btnlink_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--blue);
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-height: 85px;
  position: relative;
  text-decoration: none;
}
.btnlink_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: .3s;
}
.btnlink_list ul li.back {
  max-width: 300px;
}
.btnlink_list ul li.back a {
  background: #bbb;
  min-height: 80px;
}
.btnlink_list ul li.back a::after {
  left: 30px;
  right: auto;
  transform: rotate(-135deg);
}
.float_btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
  width: 124px;
  height: 124px;
  border-radius: 100vw;
  overflow: hidden;
  box-shadow: 3px 5px 0 rgba(252, 111, 39, 0.25);
  transition: .3s;
}
.float_btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.float_btn a::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100vw;
  border: 2px solid #fff;
}
.float_btn a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/recruit/icon_mail.svg) no-repeat center/contain;
  margin-bottom: 10px;
}
.float_btn a strong {
  font-size: 22px;
  font-weight: bold;
}
.recruit_work {
  margin-bottom: 100px;
}
.recruit_work ul {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 50px;
}
.recruit_work ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.recruit_work ul li:not(:last-child) {
  margin-bottom: 10px;
}
.recruit_work ol {
  counter-reset: number 0;
}
.recruit_work ol li {
  margin-bottom: 50px;
}
.recruit_work ol li strong {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.recruit_work ol li strong::before {
  content: counter(number);
  counter-increment: number 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: var(--blue);
  border-radius: 100vw;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.recruit_work ol li .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit_work ol li .inbox .video {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 15% 0;
}
.recruit_work ol li .inbox .video video,
.recruit_work ol li .inbox .video .video-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: center/cover;
}
.recruit_work ol li .inbox .text {
  width: 45%;
}
.recruit_work ol li .inbox .text p {
  font-size: 16px;
}
.recruit_work ol li .inbox .text dl {
  margin-top: 10px;
  background: var(--light-blue);
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.recruit_work ol li .inbox .text dl dt {
  font-weight: bold;
  color: var(--blue);
}
.recruit_work .back_btn {
  width: 90%;
  max-width: 200px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
}
.recruit_work .back_btn a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 55px;
  border-radius: 5px;
  background: #A3A4A5;
  color: #fff;
  position: relative;
}
.recruit_work .back_btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
/*==================================================
$hover
==================================================*/
@media screen and (min-width:768px) {
  .recruit_character .work_link:hover .image img {
    width: 105%;
    height: 105%;
  }
  .thumblink_list ul li a:hover .image img {
    width: 105%;
    height: 105%;
  }
  .recruit_interview_link ul li a:hover .image img {
    width: 105%;
    height: 105%;
  }
  .btnlink_list ul li:not(.back) a:hover::after {
    right: 25px;
  }
  .btnlink_list ul li.back a:hover::after {
    left: 25px;
  }
  .float_btn:hover {
    bottom: calc(5% - 3px);
    right: calc(5% - 5px);
    box-shadow: 0 0 0 rgba(252, 111, 39, 0.25);
  }
}
/*==================================================
$sp
==================================================*/
@media screen and (max-width:767px) {
  .recruit_character .work_link {
    display: block;
  }
  .recruit_character .work_link .image {
    width: 100%;
  }
  .recruit_character .work_link .text {
    width: 100%;
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .thumblink_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .thumblink_list ul li:last-child {
    margin-bottom: 0;
  }
  .recruit_interview_link ul {
    display: block;
  }
  .recruit_interview_link ul li {
    width: 100%;
  }
  .recruit_interview_link ul li a .image strong {
    padding: 15px;
  }
  .btnlink_list ul {
    display: block;
  }
  .btnlink_list ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .btnlink_list ul li:last-child {
    margin-bottom: 0;
  }
  .float_btn {
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
  .float_btn a::before {
    display: none;
  }
  .float_btn a br {
    display: none;
  }
  .float_btn a span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .float_btn a span::before {
    width: 1.5em;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .recruit_work ol li strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .recruit_work ol li strong::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .recruit_work ol li .inbox {
    display: block;
  }
  .recruit_work ol li .inbox .video {
    width: 100%;
    margin-bottom: 20px;
    padding: 30% 0;
  }
  .recruit_work ol li .inbox .text {
    width: 100%;
  }
}
