/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
img {
  max-width: 100%;
}

@media (max-width: 750px) {
  p {
    font-size: 1.1em;
  }
}

section {
  padding-block: 10em;
}
@media (max-width: 750px) {
  section {
    padding-block: 21.3vw;
  }
}

.inner1100 {
  width: 92%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

a[target=_blank]::after {
  background: url(../images/career/icon_blank.png) no-repeat center center/100%;
}

#header {
  background-color: white;
}
#header #global_menu > ul > li > a {
  color: black;
}
#header #global_menu > ul > li > a[href*=career] {
  color: #E60012;
}
#header #global_menu_button span {
  background: black;
}

.bg-pink {
  background-color: #F9F4D7;
}
.bg-bluee {
  background-color: #E2F0F1;
}

.h2section {
  line-height: 1.2;
}
.h2section .en {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1em;
}
.h2section .en::before {
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 1px;
  background-color: black;
  margin-right: 0.5em;
  transform: translateY(-0.3em);
}
.h2section .ja {
  font-size: 1.85em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .h2section .ja {
    font-size: 1.57em;
  }
}

main.career {
  border-top: 1px solid black;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: white;
}
main.career .mv {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5.6em;
}
@media (max-width: 750px) {
  main.career .mv {
    padding-top: 10vw;
    padding-inline: 1em;
  }
}
main.career .message {
  background: url(../images/career/message_bk.png) no-repeat center bottom/100%;
  padding: 15.3em 0;
}
@media (max-width: 750px) {
  main.career .message {
    padding: 21.3vw 0;
  }
}
@media (min-width: 751px) {
  main.career .message .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 751px) {
  main.career .message .flex .textbox {
    -webkit-flex: 1 0 54.5%;
    flex: 1 0 54.5%;
    width: 54.5%;
    max-width: 54.5%;
  }
}
main.career .h2message {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  main.career .h2message {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  main.career .pmessage {
    font-size: 1.1em;
  }
}
main.career .vision_item {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  main.career .vision_item {
    margin-top: 8vw;
  }
}
main.career .vision_item_inner {
  border-radius: 1em;
  background-color: white;
  padding: 1.5em;
}
@media (min-width: 751px) {
  main.career .vision_item_inner {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    align-items: center;
    padding: 3.5em;
  }
}
main.career .vision_item_inner_text {
  width: 100%;
}
@media (max-width: 750px) {
  main.career .vision_item_inner_text {
    padding-bottom: 1em;
  }
}
@media (min-width: 751px) {
  main.career .vision_item_inner_text {
    padding-right: 2em;
  }
}
main.career .h3vision, main.career .h3section {
  font-size: 1.37em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  main.career .h3vision, main.career .h3section {
    font-size: 1.28em;
  }
}
@media (min-width: 751px) {
  main.career .vision_item_inner_img {
    -webkit-flex: 1 0 35%;
    flex: 1 0 35%;
    width: 35%;
    max-width: 35%;
  }
}
main.career .tabwrap .tab-area {
  gap: 1.56em;
}
main.career .tabwrap .tab {
  text-align: left;
  font-weight: bold;
  border-radius: 1em 1em 0 0;
  border: 1px solid black;
  border-bottom: 0;
  padding: 1.5em;
}
main.career .tabwrap .tab.active, main.career .tabwrap .tab:hover {
  background-color: #7F9EA1;
  border: none;
}
@media (max-width: 750px) {
  main.career .tabwrap .content-area {
    display: block;
  }
}
main.career .tabwrap .content {
  background-color: white;
  padding: 4em 5em;
  border: 1px solid black;
  border-radius: 0 0 1em 1em;
}
@media (max-width: 750px) {
  main.career .tabwrap .content {
    border-color: #7F9EA1;
    border-radius: 1em;
    padding: 1.5em;
    padding-top: 2em;
    margin-top: 1.5em;
  }
}
@media (min-width: 751px) {
  main.career .tabwrap .content_inner {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
  }
}
@media (min-width: 751px) {
  main.career .tabwrap .content_inner_img {
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
    width: 48%;
    max-width: 48%;
  }
}
main.career .tabwrap .content_inner_text {
  width: 100%;
}
@media (max-width: 750px) {
  main.career .tabwrap .content_inner_text {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  main.career .tabwrap .content_inner_text {
    padding-left: 2em;
  }
}
main.career .tabwrap .boshuyoko {
  margin-bottom: 2em;
}
main.career .tabwrap .boshuyoko span {
  color: white;
  background-color: #7F9EA1;
  border-radius: 1.5em;
  padding: 0.5em 1em;
}
main.career .tabwrap .pcontent {
  color: #383838;
}
main.career .support {
  background-image: url(../images/career/support_bk.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 15.6em;
}
@media (max-width: 750px) {
  main.career .support {
    background-image: url(../images/career/support_bk_sp.png);
    padding-bottom: 52vw;
  }
}
@media (min-width: 751px) {
  main.career .support .support_list ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
    gap: 1.6em;
  }
}
main.career .support .support_list li {
  background-color: white;
  padding: 1.5em;
  border-radius: 1em;
}
@media (max-width: 750px) {
  main.career .support .support_list li {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  main.career .support .support_list li {
    width: calc(33.333% - 1.6em);
  }
}
main.career .support .support_list .title {
  font-weight: bold;
  font-size: 1.1em;
  color: #C0B039;
  margin-bottom: 1em;
}
main.career .support .support_list .title::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background-color: #C0B039;
  border-radius: 50%;
}
@media (min-width: 751px) {
  main.career .benefits_list ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    gap: 1.6em;
  }
}
main.career .benefits_list li {
  padding: 2em;
  border-radius: 1em;
  background-color: #F9F4D7;
}
@media (max-width: 750px) {
  main.career .benefits_list li {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  main.career .benefits_list li {
    width: calc(28% - 1.6em);
  }
}
main.career .benefits_list li:nth-of-type(even) {
  background-color: #E2F0F1;
}
@media (min-width: 751px) {
  main.career .benefits_list li:nth-of-type(1) .text {
    padding-inline: 0.8em;
  }
}
@media (min-width: 751px) {
  main.career .benefits_list li:nth-of-type(2) .text {
    padding-inline: 1.9em;
  }
}
main.career .benefits_list .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  main.career .benefits_list .title {
    font-size: 1.2em;
  }
}
main.career .benefits_list .imgbox {
  text-align: center;
  height: 4em;
  margin-bottom: 1em;
}
main.career .benefits_list .imgbox img {
  height: 100%;
}
main.career .flow_list ol {
  position: relative;
}
@media (max-width: 750px) {
  main.career .flow_list ol {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  main.career .flow_list ol {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    gap: 1.6em;
    padding-top: 2.5em;
  }
}
main.career .flow_list ol::before {
  content: "";
  display: block;
  position: absolute;
  right: 9em;
  bottom: -3.48em;
  background: url(../images/career/flow_img_1.png) no-repeat center center/100%;
  width: 7.5em;
  height: 5.9em;
  z-index: 1;
}
@media (max-width: 750px) {
  main.career .flow_list ol::before {
    right: 1em;
    width: 19.7vw;
    height: 15.6vw;
  }
}
main.career .flow_list ol::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3em;
  background: url(../images/career/flow_img_2.png) no-repeat center center/100%;
  width: 5.3em;
  height: 7.25em;
  z-index: 1;
}
@media (max-width: 750px) {
  main.career .flow_list ol::after {
    top: auto;
    right: -1em;
    bottom: 55vw;
    width: 11.3vw;
    height: 15.4vw;
  }
}
main.career .flow_list li {
  position: relative;
  border-radius: 1em;
  background-color: white;
  padding: 2em;
}
@media (max-width: 750px) {
  main.career .flow_list li {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  main.career .flow_list li {
    width: calc(19.5% - 1.6em);
  }
}
main.career .flow_list li::after {
  content: "";
  display: block;
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  top: -2.5em;
  right: 0;
  left: 0;
  background-color: #7F9EA1;
  border-radius: 50%;
  margin: auto;
}
@media (max-width: 750px) {
  main.career .flow_list li::after {
    position: absolute;
    top: 0;
    right: auto;
    left: -2em;
  }
}
main.career .flow_list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.1em;
  right: -59%;
  width: calc(100% + 1.6em);
  height: 1px;
  background-color: black;
}
@media (max-width: 750px) {
  main.career .flow_list li:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: auto;
    left: -1.65em;
    width: 1px;
    height: calc(100% + 1em);
    background-color: black;
  }
}
main.career .flow_list .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  main.career .flow_list .title {
    font-size: 1.2em;
  }
}
main.career .flow_list .number {
  text-align: center;
  margin-bottom: 1em;
}
main.career .flow_list .number > * {
  display: block;
  line-height: 1;
}
main.career .flow_list .number span {
  font-weight: bold;
  font-size: 1.75em;
}
@media (min-width: 751px) {
  main.career .career_cta {
    background: url(../images/career/cta_sec_bk.png) no-repeat center bottom/100%;
    padding-bottom: 15.8em;
  }
}
main.career .career_cta .cta_wrap {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/career/cta_bk.png) no-repeat center bottom/100%;
  background-color: #D5C444;
  border: 1px solid black;
  padding: 6.25em 5em;
  padding-bottom: 7.6em;
  border-radius: 1em;
}
@media (max-width: 750px) {
  main.career .career_cta .cta_wrap {
    padding: 13.3vw 1em;
    padding-bottom: 15vw;
  }
}
main.career .career_cta .cta_wrap .h2cta {
  font-size: 1.8em;
  color: black;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  main.career .career_cta .cta_wrap .h2cta {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  main.career .career_cta .cta_wrap .cta_inner {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* no prefix*/
    display: flex;
    justify-content: space-between;
  }
}
main.career .career_cta .cta_wrap .text {
  font-weight: bold;
  color: white;
}
@media (min-width: 751px) {
  main.career .career_cta .cta_wrap .text {
    font-size: 1.1em;
  }
}
main.career .career_cta .cta_wrap .btn {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.3em;
  padding: 10px 25px;
  color: black;
  transition: 0.3s ease-in-out;
  font-size: 1.25em;
  font-weight: 500;
  text-decoration: none;
  background: white;
  border-radius: 50px;
  border: 1px solid black;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #7F9EA1;
}
@media (max-width: 750px) {
  main.career .career_cta .cta_wrap .btn {
    width: 49vw;
    margin-top: 1em;
  }
}
main.career .career_cta .cta_wrap .btn:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
main.career .career_cta .cta_wrap .btn:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/career/icon_arrow_bk.png) no-repeat center center/contain;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
  margin-left: 1em;
}
@media (min-width: 751px) {
  main.career .insta_wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 750px) {
  main.career .insta_wrap .imgbox {
    max-width: 9.6vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1em;
  }
}
@media (min-width: 751px) {
  main.career .insta_wrap .imgbox {
    width: 3.5em;
    padding-right: 2em;
  }
}
main.career .insta_wrap .textbox a {
  font-weight: bold;
  font-size: 1.1em;
  color: #7F9EA1;
}
main.career .mv_entry {
  background: url(../images/career/mv_entry_pc.png) no-repeat center bottom/100%;
  padding-block: 11em;
}
@media (max-width: 750px) {
  main.career .mv_entry {
    background-image: url(../images/career/mv_entry_sp.png);
    padding-block: 24vw;
  }
}
main.career .h1_entry {
  text-align: center;
  font-size: 2.5em;
  font-weight: 500;
}
@media (max-width: 750px) {
  main.career .h1_entry {
    font-size: 1.6em;
  }
}
main.career section.formthanks .btn {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.3em;
  padding: 10px 25px;
  color: #383838;
  transition: 0.3s ease-in-out;
  font-size: 1.25em;
  text-decoration: none;
  background: white;
  border-radius: 50px;
  border: 1px solid black;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #7F9EA1;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  main.career section.formthanks .btn {
    width: 49vw;
    margin-top: 1em;
  }
}
main.career section.formthanks .btn:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
main.career section.formthanks .btn:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/career/icon_arrow_bk.png) no-repeat center center/contain;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
  margin-left: 1em;
}
main.career section.recruit {
  position: relative;
}
main.career section.recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 5em;
  right: 3.25em;
  background: url(../images/career/recruit_img.png) no-repeat center center/100%;
  width: 22.5em;
  height: 16.8em;
}
@media (max-width: 750px) {
  main.career section.recruit::before {
    display: none;
  }
}
main.career section.support {
  position: relative;
}
main.career section.support::before {
  content: "";
  display: block;
  position: absolute;
  top: 53.5vw;
  right: 7.3vw;
  background: url(../images/career/support_img.png) no-repeat center center/100%;
  width: 21.3vw;
  height: 20vw;
}
@media (min-width: 751px) {
  main.career section.support::before {
    display: none;
  }
}
main.career section.form .inner1100 {
  position: relative;
}
main.career section.form .inner1100::before {
  content: "";
  display: block;
  position: absolute;
  top: -5em;
  right: -3.75em;
  background: url(../images/career/recruit_img.png) no-repeat center center/100%;
  width: 17em;
  height: 12.5em;
}
@media (max-width: 750px) {
  main.career section.form .inner1100::before {
    display: none;
  }
}