@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&family=Murecho:wght@100..900&display=swap");
@import "/Portals/0/recruit/css/base.css";
@import "/Portals/0/recruit/css/contents.css";
html.fontsize1 {
  font-size: 87.5%;
}

html,
html.fontsize2 {
  font-size: 100%;
}

html.fontsize3 {
  font-size: 112.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1rem;
  color: #333;
}

#main {
  padding-top: 0 !important;
}

#blockskip {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb {
  display: flex;
  position: relative;
  align-items: center;
  height: 80px;
  margin: 0 0 120px;
  color: #333;
  line-height: 1.25;
  z-index: 1;
}
.breadcrumb .inner {
  width: 100%;
}
.breadcrumb .inner > span {
  display: block;
}
.breadcrumb .inner > span > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .inner > span span.separator {
  position: relative;
  margin: 0 20px;
  width: 1px;
  height: 20px;
  background-color: #888;
  font-size: 0;
}
.breadcrumb .inner > span span.breadcrumbItem {
  margin: 0;
  font-size: 0.875rem;
}
.breadcrumb .inner > span a {
  color: #333;
  font-size: 0.875rem;
  text-decoration: none;
}
.breadcrumb .inner > span a:hover {
  color: #E60012;
}

#footer {
  position: relative;
  margin: 140px 0 0;
}
#footer .foot_top .foot_top_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .foot_top .foot_top_links a {
  text-decoration: none;
}
#footer .foot_top .foot_top_links a:hover {
  color: #E60012;
}
#footer .foot_top .foot_top_links > li {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#footer .foot_top .foot_top_links > li > a {
  font-size: 1.25rem;
  font-weight: 700;
}
#footer .foot_top .foot_top_links > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .foot_top .foot_top_links > li > ul > li > a {
  text-decoration: none;
}
#footer .foot_bottom {
  position: relative;
  border-radius: 300px 0 0 0;
  background-color: #E7F3F7;
  margin: 60px 0 0;
  padding: 80px 210px;
}
#footer .foot_bottom .foot_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px 60px;
}
#footer .foot_bottom .foot_inner .right {
  width: 630px;
}
#footer .foot_bottom .foot_logo {
  max-width: 434.07px;
}
#footer .foot_bottom .foot_link {
  margin: 30px 0 0;
}
#footer .foot_bottom .copyright {
  margin: 40px 0 0;
  font-size: 0.75rem;
  color: #666;
}
#footer .foot_bottom .foot_btn {
  display: flex;
  align-items: center;
  gap: 0 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .foot_bottom .foot_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 200px;
  height: 60px;
  border-radius: 0 100vh 100vh 0;
  background-color: #fff;
  color: #333;
  font-size: 1.125rem;
  text-decoration: none;
}
#footer .foot_bottom .foot_btn li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 11.14px;
  background-image: url("/Portals/0/recruit/images/common/ico_arrow_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-image;
}
#footer .foot_bottom .foot_btn li a:hover {
  color: #E60012;
}
#footer .foot_bottom .foot_bottom_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 30px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
#footer .foot_bottom .foot_bottom_links li a {
  color: #333;
  text-decoration: none;
}
#footer .foot_bottom .foot_bottom_links li a:hover {
  color: #E60012;
}
@media screen and (max-width: 1544.07px) {
  #footer .foot_bottom .foot_inner {
    justify-content: flex-end;
  }
  #footer .foot_bottom .foot_inner .right {
    width: auto;
  }
  #footer .foot_bottom .foot_bottom_links {
    justify-content: flex-start;
  }
}
#footer .pagetop {
  position: fixed;
  bottom: 70px;
  right: 0;
}
#footer .pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100vh 0 0 100vh;
  background-color: #176BB4;
  background-image: url("/Portals/0/recruit/images/common/arrow_pagetop.png");
  background-size: 18.91px 26px;
  background-position: 35px center;
  background-repeat: no-repeat;
  font-size: 0;
}
#footer .pagetop a:hover {
  background-color: #E60012;
}

#header {
  position: fixed;
  top: 40px;
  right: 0;
  width: calc(100% - 40px);
  padding: 0 40px 0 60px;
  background-color: #fff;
  border-radius: 100vh 0 0 100vh;
  z-index: 90;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
#header.is-fix {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
#header .head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  min-height: 120px;
}
#header .head_logo {
  width: 434.07px;
}
#header .head_cont_inner {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
#header .head_bottom {
  margin: 18px 0 0;
}
#header .head_link {
  text-align: right;
  line-height: 1.25;
}
#header .head_btn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .head_btn li {
  position: relative;
}
#header .head_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 100vh;
  background-color: #176BB4;
  color: #fff;
  text-decoration: none;
}
#header .head_btn li a:hover {
  background-color: #E60012;
}
#header .head_btn li a.new_graduate {
  width: 130px;
}
#header .head_btn li a.career {
  width: 150px;
}

#Body.editMode #header {
  position: relative;
}

@media screen and (min-width: 769px) {
  #gNav .token_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #gNav .token_menu a {
    color: #333;
    line-height: 1.25;
    text-decoration: none;
  }
  #gNav .token_menu a.currentLink {
    color: #176BB4;
  }
  #gNav .token_menu > ul {
    display: flex;
    align-items: stretch;
    gap: 0 20px;
  }
  #gNav .token_menu > ul > li {
    position: relative;
    display: none;
  }
  #gNav .token_menu > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    white-space: nowrap;
  }
  #gNav .token_menu > ul > li > a:hover {
    color: #E60012;
  }
  #gNav .token_menu > ul > li ul {
    display: none;
  }
  #gNav .token_menu > ul > li > ul {
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    padding: 20px;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
    z-index: 1;
  }
  #gNav .token_menu > ul > li > ul:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: transparent;
    z-index: -2;
  }
  #gNav .token_menu > ul > li > ul:after {
    content: "";
    position: absolute;
    bottom: calc(100% - 11px);
    left: 50%;
    width: 27px;
    height: 22px;
    background-color: #fff;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
    z-index: -1;
  }
  #gNav .token_menu > ul > li > ul > li {
    padding: 0 10px;
  }
  #gNav .token_menu > ul > li > ul > li.cloneLink {
    display: none;
  }
  #gNav .token_menu > ul > li > ul > li:not(.cloneLink) + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #888;
  }
  #gNav .token_menu > ul > li > ul > li > a:hover {
    color: #E60012;
    opacity: 1;
  }
}
.pagetitle {
  position: relative;
  min-height: 400px;
  padding: 240px 0 90px;
  z-index: 0;
}
.pagetitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 300px 0;
  background-image: url("/Portals/0/recruit/images/common/bg_pagetitle.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.pagetitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% + 80px);
  border-radius: 0 0 300px 0;
  background-color: #E7F3F7;
  z-index: -1;
}
.pagetitle h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    height: 40px;
    margin: 0 0 60px;
  }
  .breadcrumb .inner > span span.separator {
    margin: 0 10px;
    height: 16px;
  }
  .breadcrumb .inner > span span.breadcrumbItem {
    font-size: 0.75rem;
  }
  .breadcrumb .inner > span a {
    font-size: 0.75rem;
  }
  #footer {
    position: relative;
    margin: 60px 0 0;
  }
  #footer .foot_top .foot_top_links {
    flex-direction: column;
    gap: 30px;
  }
  #footer .foot_top .foot_top_links > li {
    flex-direction: column;
    gap: 10px;
  }
  #footer .foot_bottom {
    border-radius: 200px 0 0 0;
    margin: 40px 0 0;
    padding: 120px 40px 60px;
  }
  #footer .foot_bottom .foot_inner {
    flex-direction: column;
    gap: 60px;
  }
  #footer .foot_bottom .foot_inner .right {
    width: 100%;
  }
  #footer .foot_bottom .foot_logo {
    max-width: 100%;
  }
  #footer .foot_bottom .foot_link {
    margin: 20px 0 0;
    text-align: center;
  }
  #footer .foot_bottom .copyright {
    margin: 30px 0 0;
    text-align: center;
  }
  #footer .foot_bottom .foot_btn {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  #footer .foot_bottom .foot_btn li a {
    width: 100%;
  }
  #footer .foot_bottom .foot_bottom_links {
    justify-content: flex-start;
    gap: 8px 24px;
  }
  #footer .foot_bottom .foot_bottom_links li a {
    font-size: 0.875rem;
  }
  #footer .pagetop {
    bottom: 70px;
  }
  #footer .pagetop.fix {
    position: absolute !important;
    top: 40px;
    bottom: auto;
  }
  #footer .pagetop a {
    width: 60px;
    height: 60px;
    background-size: 16px 22px;
    background-position: 25px center;
  }
  #header {
    top: 20px;
    width: calc(100% - 20px);
    padding: 0 30px 0 20px;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: top, width, height, padding, border-radius, background-color;
  }
  #header .head_inner {
    min-height: auto;
    height: 60px;
  }
  #header .head_logo {
    width: 240px;
  }
  #header .head_cont {
    display: none;
  }
  #header .head_cont_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 0 0 100px;
  }
  #header .head_cont_inner .left {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 30px;
  }
  #header .head_link {
    text-align: center;
  }
  #header .head_btn {
    justify-content: center;
    padding: 0 40px;
  }
  #header .head_btn li {
    flex: 1;
  }
  #header .head_btn li a.new_graduate, #header .head_btn li a.career {
    width: 100%;
  }
  .burger-open #header {
    top: 0;
    width: 100%;
    height: 80px;
    padding: 20px 30px 0 40px;
    border-radius: 0;
    background-color: #E7F3F7;
  }
  .burger-open #header .burger_motion {
    top: 50px;
  }
  #gNav .token_menu ul {
    list-style-type: none;
    margin: 0;
  }
  #gNav .token_menu a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    padding: 10px 22.5px 10px 0;
    color: #333;
    text-decoration: none;
  }
  #gNav .token_menu .toggleSwitch .toggleBtn {
    position: relative;
    width: 14px;
    height: 14px;
  }
  #gNav .token_menu .toggleSwitch .toggleBtn:before, #gNav .token_menu .toggleSwitch .toggleBtn:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #E60012;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color, transform;
  }
  #gNav .token_menu .toggleSwitch .toggleBtn:after {
    transform: rotate(90deg);
  }
  #gNav .token_menu .toggleSwitch.open .toggleBtn:before {
    background-color: transparent;
  }
  #gNav .token_menu .toggleSwitch.open .toggleBtn:after {
    background-color: #888;
    transform: rotate(0);
  }
  #gNav .token_menu > ul {
    padding: 0 40px;
  }
  #gNav .token_menu > ul > li {
    border-bottom: 1px solid rgba(136, 136, 136, 0.6);
  }
  #gNav .token_menu > ul > li > a {
    min-height: 60px;
  }
  #gNav .token_menu > ul > li > a.currentLink {
    color: #176BB4;
  }
  #gNav .token_menu > ul > li ul {
    display: none;
    padding: 0 0 20px 20px;
  }
  #gNav .token_menu > ul > li ul a.currentLink {
    color: #E60012;
  }
  #gNav .token_menu > ul > li > ul > li > a {
    height: 50px;
  }
  #gNav .token_menu > ul > li > ul > li > ul > li > a {
    height: 40px;
  }
  .pagetitle {
    min-height: 180px;
    padding: 120px 0 30px;
  }
  .pagetitle:before {
    border-radius: 0 0 100px 0;
    background-image: url("/Portals/0/recruit/images/common/bg_pagetitle_sp.jpg");
  }
  .pagetitle:after {
    width: 70%;
    height: calc(100% + 40px);
    border-radius: 0 0 100px 0;
  }
}
/*
  以下、スキン固有の記述をする
*/
@media screen and (min-width: 769px) {
  #gNav .token_menu > ul > li.Tab188, #gNav .token_menu > ul > li.Tab190, #gNav .token_menu > ul > li.Tab191, #gNav .token_menu > ul > li.Tab192 {
    display: block;
  }
}