@charset "UTF-8";
#career {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #career {
    padding-bottom: 0px;
  }
}
#career #first {
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #career #first {
    padding-bottom: 50px;
  }
}
#career #first .cat_title {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 65px 0 50px;
}
@media screen and (max-width: 767px) {
  #career #first .cat_title {
    padding: 40px 0;
  }
}
#career #first .lead {
  margin-bottom: 150px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #career #first .lead {
    margin-bottom: 50px;
    font-size: 1em;
  }
  #career #first .lead br {
    display: none;
  }
}
#career #first .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #career #first .layout {
    display: block;
  }
}
#career #first .layout .box {
  background-color: #E5E4DF;
  width: 50%;
  text-align: center;
  padding: 60px 3vw 70px;
}
@media screen and (max-width: 767px) {
  #career #first .layout .box {
    width: 100%;
    padding: 40px 3vw;
  }
}
#career #first .layout .box.box2 {
  background-color: #F6F6F4;
}
#career #first .layout .box h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #career #first .layout .box h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
#career #first .layout .box p {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #career #first .layout .box p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
#career #first .layout .box .image {
  max-width: 380px;
  line-height: 0;
  margin: 0 auto 60px;
}
#career #first .layout .box a {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
}
#career #first .layout .box a:hover {
  background-color: #FF0000;
}
#career #first .layout .box a:hover::before {
  background-color: #fff;
}
#career #first .layout .box a:hover::after {
  border-color: #fff;
}
#career #first .layout .box a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: #707070;
  transform: translate(-50%, -50%);
}
#career #first .layout .box a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(45deg) translate(-50%, -50%);
}

section.career {
  margin: 0 0 30rem 0;
}
@media screen and (max-width: 767px) {
  section.career {
    margin: 0 0 5rem 0;
  }
}
section.career:last-child {
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  section.career:last-child {
    margin: 0 0 0 0;
  }
}
section.career .bgon {
  background: #F6F6F4;
  width: 95%;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  section.career .bgon {
    width: 100%;
    margin: 0;
  }
}
section.career .bgon .inner {
  padding: 0 8vw 0 3vw;
}
@media screen and (max-width: 767px) {
  section.career .bgon .inner {
    padding: 0 3vw;
  }
}
section.career .titles {
  background: #FF0000;
  color: #ffffff;
  display: inline-block;
  min-width: 40%;
  padding: 2rem;
  transform: translateY(-80%) translateX(-3vw);
}
@media screen and (max-width: 767px) {
  section.career .titles {
    transform: none;
    width: 100%;
    margin: 0 0 2em 0;
  }
}
section.career .titles .title_head {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin: 0 0 3rem 0;
}
section.career .titles h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  section.career .titles h2 {
    font-size: 2rem;
  }
}
section.career .zu.mbs {
  margin: 0 3vw 10rem 3vw;
}
section.career .zu .note {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.career .zu .note {
    font-size: 1rem;
    text-align: left;
  }
}

.career_cont .lead {
  margin: 0 0 5rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .career_cont .lead {
    font-size: 1em;
  }
}
.career_cont .lead ul li {
  list-style-type: disc;
  margin: 0 0 0 1em;
}
.career_cont h3 {
  border-top: 2px solid #FF0000;
  font-size: 2.4rem;
  color: #FF0000;
  padding: 3rem 0 0 0;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .career_cont h3 {
    font-size: 2rem;
    margin: 0 0 3rem 0;
  }
}

.three {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .three {
    display: block;
    padding: 0 0 5rem 0;
  }
}
.three .box {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .three .box {
    width: 100%;
  }
}
.three .box.line {
  width: 33.333%;
  border-right: 1px solid rgba(255, 0, 0, 0.2);
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .three .box.line {
    width: 100%;
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
  }
}
.three .box.line p {
  text-align: left;
  font-size: 1em;
}
.three .box.line:last-child {
  border-right: none;
}
.three .box h4 {
  background: #FF0000;
  color: #ffffff;
  border-radius: 10rem;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .three .box h4 {
    font-size: 1em;
  }
}
.three .box p {
  margin: 2rem 0 0 0;
  text-align: center;
  font-size: 1.8rem;
}
.three .box h5 {
  color: #FF0000;
  font-size: 2rem;
}
.three .cross {
  padding: 1.1rem 0 0 0;
  width: 3%;
}
@media screen and (max-width: 767px) {
  .three .cross {
    width: 5%;
    margin: 2rem auto;
    padding: 0;
  }
}

.career_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3rem 0;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .career_list {
    display: block;
  }
}
.career_list.mbs {
  margin: 0 0 10rem 0;
}
.career_list .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .career_list .left {
    width: 100%;
  }
}
.career_list .left p.red {
  color: #FF0000;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .career_list .left p.red {
    font-size: 1.2em;
  }
}
.career_list .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .career_list .right {
    width: 100%;
  }
}
.career_list .right ul li {
  list-style-type: disc;
}

.photo_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .photo_flex {
    display: block;
  }
}
.photo_flex .box {
  width: 48%;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .photo_flex .box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.photo_flex .box h4 span {
  display: block;
}
.photo_flex .box h4 .red {
  font-size: 2rem;
  color: #FF0000;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .photo_flex .box h4 .red {
    font-size: 1.2em;
  }
}
.photo_flex .box p {
  margin: 0 0 3rem 0;
}
.photo_flex .box.grey {
  background: #E5E4DF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .photo_flex .box.grey {
    padding: 3rem 0;
    margin: 0;
  }
}
.photo_flex .box.grey h4 {
  color: #000;
  font-size: 2rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .photo_flex .box.grey h4 {
    font-size: 1.2em;
  }
}
.photo_flex .box.grey .in {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .photo_flex .box.grey .in {
    width: 90%;
  }
}

.btn_wrap {
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    margin-top: 5rem;
  }
}
.btn_wrap .back_btn {
  text-align: center;
}
.btn_wrap .back_btn a {
  display: inline-flex;
  justify-content: space-between;
  width: 30vw;
  min-width: 300px;
  border: 1px solid #000;
  padding: 2vw;
  text-align: left;
  background: #ffffff;
  position: relative;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .btn_wrap .back_btn a {
    padding: 6vw 4vw;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.btn_wrap .back_btn a:hover {
  background: #000;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
  color: #ffffff;
}
.btn_wrap .back_btn a:hover span.c-icon.befores {
  animation-name: transformRightLeft;
}
.btn_wrap .back_btn a:hover span.c-icon.afters {
  animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
}

.icons {
  background: none;
  position: relative;
  overflow: hidden;
  width: 2em;
}
.icons span.c-icon {
  position: absolute;
  font-size: 2em;
  display: inline-block;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0, 1, 0.25, 1);
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m13.692 17.308l-.707-.72l4.088-4.088H5v-1h12.073l-4.088-4.088l.707-.72L19 12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .icons span.c-icon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10 17l5-5l-5-5' stroke-width='1'/%3E%3C/svg%3E");
  }
}
.icons span.c-icon.afters {
  transform: translateX(-100%);
  opacity: 0;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}