@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
/*------------------------------------------------
 Basic setting
--------------------------------------------------*/
:root {
  --gradation-blue-3p: linear-gradient(90deg, #3dc1fd 0%, #6ed7d1 45.8%, #4ca0fa 100%);
  --gradation-blue-2p: linear-gradient(90deg, #6ed7d1 0%, #4ca0fa 100%);
  --blue: #3996f9;
  --lightblue: #77b5ff;
  --lightgray: #e6e6e6;
  --font-29: clamp(20px, 3.0208vw, 29px);
  --font-27: clamp(18px, 2.8125vw, 27px);
  --font-25: clamp(18px, 2.6042vw, 25px);
  --font-23: clamp(16px, 2.3958vw, 23px);
  --font-20: clamp(16px, 2.0833vw, 20px);
  --font-18: clamp(16px, 1.8750vw, 18px);
  --font-16: clamp(14px, 1.6667vw, 16px);
  --font-14: clamp(12px, 1.4583vw, 14px);
  --mgn-pgp-80-40: clamp(40px, 8.3333vw, 80px);
  --mgn-pgp-60-30: clamp(30px, 6.25vw, 60px);
  --mgn-pgp-50-25: clamp(25px, 5.2083vw, 50px);
  --mgn-pgp-40-20: clamp(20px, 4.1667vw, 40px);
  --mgn-pgp-30-15: clamp(15px, 3.125vw, 30px);
  --mgn-pgp-20-10: clamp(10px, 2.0833vw, 20px);
}
#recruit_2027 {
  background: #fff;
  font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
  color: #333;
  font-size: var(--font-16);
  line-height: 1.0;
}
@media all and (min-width: 769px) {
  #recruit_2027 {
    margin-top: 12px;
  }
}
#recruit_2027 .gf {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#recruit_2027 h1,#recruit_2027 h2,#recruit_2027 h3,#recruit_2027 h4,#recruit_2027 p,#recruit_2027 li,#recruit_2027 dt,#recruit_2027 dd {
  margin: 0;
  padding: 0;
}
#recruit_2027 strong {
  color: #333;
}
#recruit_2027 a,
#recruit_2027 a:hover {
  text-decoration: none;
}
/* For Old layout =================== */
#recruit_2027 .cont {
  overflow: hidden;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* ================================== */

/* For New layout =================== */
/*
#recruit_2027 .cont {
  box-sizing: border-box;
  margin: 0 auto;
  width: min(82.3529411765vw, 1120px);
  padding: 0;
}
@media all and (min-width: 1761px) {
  #recruit_2027 .cont {
    width:calc(1120px * 1.1);
  }
}
@media all and (max-width: 780px) {
  #recruit_2027 .cont {
    width:90.2564102564vw;
  }
}
*/
/* ================================== */

/*------------------------------------------------
 Button
--------------------------------------------------*/
#recruit_2027 .cta_btn {
  display: inline-block;
  position: relative;
  text-align: center;
  background-image: var(--gradation-blue-3p);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 20px 40px 20px 30px;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
  line-height: 1.4;
  transition: all .2s;
}
#recruit_2027 .cta_btn b {
  font-weight: inherit;
  color: inherit;
}
#recruit_2027 .cta_btn i {
  position: absolute;
  color: #fff;
  border-color: #fff;
  right: 20px;
  margin: 0;
  padding: 0;
  transition: all .2s;
}
#recruit_2027 .cta_btn.link i {
  content: '';
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg) translateY(-50%);
}
#recruit_2027 .cta_btn.download i {
  top: 62%;
  transform: translateY(-62%);
  margin-left: 3px;
  width: 13px;
  height: 5px;
  border-radius: 1px;
  border: solid 1px currentColor;
  border-top: none;
}
#recruit_2027 .cta_btn.download i::before {
  content: '';
  position: absolute;
  left: 5px;
  top: -9px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
}
#recruit_2027 .cta_btn.download i::after {
  content: '';
  position: absolute;
  left: 2px;
  top: -7px;
  width: 7px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(135deg);
}
#recruit_2027 .cta_btn.link:hover i {
  right: 22px;
}
#recruit_2027 .cta_btn.download:hover i {
  right: 17px;
}
#recruit_2027 .btn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--lightblue);
  width: 48px;
  height: 27px;
  border-radius: 50px;
}
#recruit_2027 a:hover > .btn_icon,
#recruit_2027 div:hover > .btn_icon {
  background-image: var(--gradation-blue-2p);
}
#recruit_2027 a:hover > .btn_icon .arrow,
#recruit_2027 div:hover > .btn_icon .arrow {
  margin-left: 5px;
}

/*------------------------------------------------
 Icon
--------------------------------------------------*/
#recruit_2027 .arrow {
  display: inline-block;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  transition: all .2s;
}
#recruit_2027 .arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
#recruit_2027 .arrow.modal {
  transform: rotate(-45deg);
}

/*------------------------------------------------
 Hyperlink
--------------------------------------------------*/
#recruit_2027 .hlink {
  margin-top: 2em;
}
#recruit_2027 .hlink a {
  display: inline-flex;
  align-items: center;
  color: #cc4b30;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1;
  transition: all .2s;
}
#recruit_2027 .hlink a span {
  display: inline-block;
  color: inherit;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-left: 0.3em;
  transition: all .2s;
}
#recruit_2027 .hlink a:hover {
  text-decoration: none;
}
#recruit_2027 .hlink a:hover span {
  margin-left: 0.5em;
}

/*------------------------------------------------
 NAVI
--------------------------------------------------*/
#recruit_2027 #navi {
  background-color: #fff;
}
@media all and (max-width: 780px) {
  #recruit_2027 #navi {
    display: none;
  }
}
#recruit_2027 #navi .navi_wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
#recruit_2027 #navi .navi_wrap ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-right: 10px;
}
@media all and (max-width: 1100px) {
  #recruit_2027 #navi .navi_wrap ul {
    grid-template-columns: repeat(6, auto);
  }
}
#recruit_2027 #navi .navi_wrap ul li {
  border-left: 1px solid #dce4f6;
}
#recruit_2027 #navi .navi_wrap ul li a {
  display: block;
  align-content: center;
  padding: 1em 0.5em;
  text-align: center;
  height: 100%;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
#recruit_2027 #navi .navi_wrap ul li a span {
  display: inline-block;
}
#recruit_2027 #navi .navi_wrap ul li:last-child {
  border-right: 1px solid #dce4f6;
}
#recruit_2027.interview_page #navi .navi_wrap .head {
  display: block;
  grid-column: 1 / 3;
  grid-row: 1;
  padding-bottom: 1em;
}
#recruit_2027 #navi .navi_wrap .head a {
  display: inline-block;
  padding: 0.6em 1em;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
}
#recruit_2027 #navi .navi_wrap .entry .cta_btn {
  width: 170px;
  padding: 15px 20px;
  padding: 1em 1.5em;
  font-weight: 600;
}
#recruit_2027 #navi .navi_wrap .head a,
#recruit_2027 #navi .navi_wrap ul li a,
#recruit_2027 #navi .navi_wrap .entry .cta_btn {
  font-size: clamp(12px, 1.5385vw, 13px);
}
#recruit_2027 #navi .navi_wrap ul li a:hover,
#recruit_2027 #navi .navi_wrap ul li a.current {
  font-weight: 600;
  background: var(--gradation-blue-3p);
  background-clip: text;
	color: transparent;
}
#recruit_2027 #navi.fixed {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#recruit_2027.interview_page #navi.fixed .navi_wrap .head {
  display: none;
}
#recruit_2027.main_page #navi.fixed .navi_wrap ul li a,
#recruit_2027.interview_page #navi.fixed .navi_wrap ul li a,
#recruit_2027 #navi.fixed .navi_wrap .entry .cta_btn {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

/* Navi for SP*/
#navi_sp {
  display: none;
}
@media all and (max-width: 780px) {
  #navi_sp {
    display: block;
    position: relative;
  }
}
.navi_sp_wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
#navi_sp.fixed .navi_sp_wrap {
  position: fixed;
}
#recruit_2027 #navi_sp .navi_sp_wrap .entry {
  align-self: center;
  justify-self: end;
  padding-right: 20px;
  z-index: 10;
}
#recruit_2027 #navi_sp .navi_sp_wrap .entry .cta_btn {
  width: 170px;
  align-self: center;
  padding: 0.75em 1.5em;
  box-shadow: 5px 5px 5px 0px rgba(71, 38, 234, 0.17);
}
.navi_sp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  background-color: #fff;
  border: 1px solid #6ed7d1;
  border-radius: 100px;
  box-shadow: 5px 5px 5px 0px rgba(71, 38, 234, 0.17);
  cursor: pointer;
  z-index: 10;
}
#navi_sp .navi_sp_btn span,
#navi_sp .navi_sp_btn span:before,
#navi_sp .navi_sp_btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #6ed7d1;
  position: absolute;
  transition: 0.3s;
}
#navi_sp .navi_sp_btn span:before {
  bottom: 8px;
}
#navi_sp .navi_sp_btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .navi_sp_wrap {
  position: fixed;
}
#menu-btn-check:checked ~ * .navi_sp_btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ * .navi_sp_btn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ * .navi_sp_btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ * .navi_sp_menu_bg {
  display: block;
}
#menu-btn-check:checked ~ * .navi_sp_menu {
  right: 0;
}
.navi_sp_menu_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  transition: all 0.3s;
}
.navi_sp_menu {
  width: 100%;
  width: 25em;
  height: 100%;
  position: fixed;
  top: 0;
  right: -25em;
  z-index: 3;
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/message_bg.jpg) no-repeat center top / auto 100%;
  transition: all 0.3s;
}
.navi_sp_menu ul {
  padding: 90px 20px 10px;
}
.navi_sp_menu ul li {
  border-bottom: solid 1px #e2e2e2;
  list-style: none;
}
.navi_sp_menu ul li a {
  display: block;
  width: 100%;
  font-weight: 500;
  box-sizing: border-box;
  color:#000;
  text-decoration: none;
  padding: 1em 15px 1em 0.5em;
  position: relative;
  transition: all 0.2s;
}
.navi_sp_menu ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 18px;
  transition: all 0.2s;
}
.navi_sp_menu ul li a:hover {
  padding-left: 1em;
}
.navi_sp_menu ul li a:hover::after {
  right: 10px;
}

/*------------------------------------------------
 Hero
--------------------------------------------------*/
#recruit_2027 #hero {
  display: grid;
  grid-template-columns: 1fr;
}
#recruit_2027 #hero .hero_bg {
  background: #fff url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/hero_bg.jpg) no-repeat center center / cover;
  grid-column: 1;
  grid-row: 1;
}
@keyframes ObjectSlider {
  0% {left: 0;}
  100% {left: -100%;}
}
#recruit_2027 #hero .hero_object {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
#recruit_2027 #hero .hero_object .hero_object_body {
  position: relative;
  aspect-ratio: 1439 / 841;
  width: auto;
  height: clamp(400px, 48.5714vw, 680px);
}
#recruit_2027 #hero .hero_object .hero_object_body .hero_object_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100vw);
  height: 100%;
  animation: ObjectSlider 80s linear infinite;
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/hero_bg_object.png) repeat-x left top / auto 100%;
}
@keyframes PictureSlider {
  0% {left: 0;}
  100% {left: -100%;}
}
#recruit_2027 #hero .hero_picture {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  padding-top: clamp(15px, 2.1429vw, 30px);
}
#recruit_2027 #hero .hero_picture .hero_picture_body {
  position: relative;
  aspect-ratio: 2865 / 406;
  width: auto;
  height: clamp(200px, 29vw, 406px);
}
#recruit_2027 #hero .hero_picture .hero_picture_body .hero_picture_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100vw);
  height: 100%;
  animation: PictureSlider 50s linear infinite;
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/hero_photo.png) repeat-x left top / auto 100%;
}
#recruit_2027 #hero .hero_title {
  grid-column: 1;
  grid-row: 1;
  align-content: end;
  z-index: 1;
}
/* For Old layout =================== */
#recruit_2027 #hero .hero_title {
  margin: 0 calc((100vw - 1000px) / 2);
}
@media all and (max-width: 995px) {
  #recruit_2027 #hero .hero_title {
    margin: 0;
    width: 100%;
  }
}
/* ================================== */
#recruit_2027 #hero .hero_title .maincopy span {
  display: inline-block;
  font-size: clamp(30px, 4.0714vw, 57px);
  font-weight: 500;
  color: #000;
  background-color: #fff;
  padding: clamp(5px, 1.0638vw, 10px) 0 clamp(8px, 1.5957vw, 15px) clamp(5px, 1.0638vw, 10px);
}
#recruit_2027 #hero .hero_title .maincopy span:first-child {
  margin-bottom: 10px;
}
#recruit_2027 #hero .hero_title .subcopy {
  margin: clamp(16px, 3.1915vw, 30px) 0;
  font-size: clamp(16px, 2.1429vw, 30px);
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
#recruit_2027 #hero .hero_title .subcopy span {
  display: inline-block;
}
#recruit_2027 #hero .hero_title h1 {
  display: inline-block;
  margin-bottom: clamp(20px, 5.4255vw, 50px);
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #000;
  font-size: 0.875em;
  color: #fff;
}
@media all and (max-width: 780px) {
  #recruit_2027 #hero {
    position: relative;
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #hero {
    grid-template-rows: auto auto;
  }
  #recruit_2027 #hero .hero_bg {
    grid-row: 1 / 3;
  }
  #recruit_2027 #hero .hero_picture,
    #recruit_2027 #hero .hero_object {
    grid-row: 2;
  }
  #recruit_2027 #hero .hero_object .hero_object_body {
    height: clamp(200px, 48.5714vw, 680px);
  }
  #recruit_2027 #hero .hero_title {
    align-content: start;
    padding-top: clamp(60px, 23.2558vw, 100px);
  }
  #recruit_2027 #hero .hero_title .maincopy span {
    font-size: clamp(30px, 8.6842vw, 66px);
  }
  #recruit_2027 #hero .hero_title .subcopy {
    margin: 1em 0;
    font-size: clamp(20px, 4.8684vw, 37px);
    font-weight: 600;
  }
}

/*------------------------------------------------
 SECTION MARGIN
--------------------------------------------------*/
#recruit_2027 #message, #recruit_2027 #interview, #recruit_2027 #job-description, #recruit_2027 #company-overview, #recruit_2027 #work-environment, #recruit_2027 #recruit-information {
  padding: 90px 0 90px;
}

/*------------------------------------------------
 H2
--------------------------------------------------*/
#recruit_2027 h2.cont-head {
  padding-bottom: clamp(30px, 4.2857vw, 60px);
}
#recruit_2027 h2.cont-head strong {
  display: block;
  margin-bottom: 0.25em;
  font-size: clamp(30px, 5.3125vw, 51px);
  background: var(--gradation-blue-3p);
  background-clip: text;
	color: transparent;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#recruit_2027 h2.cont-head span {
  position: relative;
  display: block;
  padding-left: clamp(30px, 6.2143vw, 87px);
  color: #000;
  font-weight: 500;
}
#recruit_2027 h2.cont-head span::before {
  content: '';
  position: absolute;
  width: clamp(27px, 5.5vw, 77px);
  height: 1px;
  top: 50%;
  left: 0;
  margin-right: 10px;
  background-image: var(--gradation-blue-3p);
}
@media all and (max-width: 780px) {
  #recruit_2027 h2.cont-head strong {
    font-size: clamp(20px, 7.069vw, 41px);
  }
}

/*------------------------------------------------
 MESSAGE
--------------------------------------------------*/
#recruit_2027 #message {
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/message_bg.jpg) no-repeat center top / auto 100%;
}
#recruit_2027 #message .message_head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 30px;
}
#recruit_2027 #message .message_head .lead {
  font-weight: 500;
  color: #000;
}
#recruit_2027 #message .message_head .lead p {
  padding-bottom: 0.75em;
  font-size: var(--font-27);
  font-weight: 600;
  line-height: 1.6;
}
#recruit_2027 #message .message_head .lead p strong {
  color: var(--blue);
}
#recruit_2027 #message .message_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto auto;
  column-gap: var(--mgn-pgp-50-25);
  margin-top: var(--mgn-pgp-60-30);
}
#recruit_2027 #message .message_main .message_text {
  line-height: 1.8;
}
#recruit_2027 #message .message_main .message_text h3 {
  font-size: var(--font-25);
  font-weight: 600;
  padding-bottom: 1em;
}
#recruit_2027 #message .message_main .message_text.first {
  grid-column: 2;
  grid-row: 1 / 3;
  padding-bottom: 4em;
}
#recruit_2027 #message .message_main .message_text.last {
  grid-column: 1;
  grid-row: 2 / 4;
}
#recruit_2027 #message .message_main .message_img img {
  border-radius: 10px;
}
#recruit_2027 #message .message_main img:last-of-type {
  grid-column: 2;
  grid-row: 3;
}
@media all and (max-width: 640px) {
  #recruit_2027 #message .message_head,
  #recruit_2027 #message .message_main {
    display: block;
  }
  #recruit_2027 #message .message_main .message_text:first-of-type {
    padding-bottom: 2em;
  }
  #recruit_2027 #message .message_main .message_img {
    max-width: 480px;
    display: flex;
    justify-self: center;
  }
  #recruit_2027 #message .message_main .message_text {
    padding-top: 1.5em;
  }
  #recruit_2027 #message .message_main .message_text.first {
    padding-bottom: 2em;
  }
  #recruit_2027 #message .message_main h3 br {
    display: none;
  }
}

/*------------------------------------------------
 INTERVIEW
--------------------------------------------------*/
#recruit_2027 .interview_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--mgn-pgp-40-20);
  row-gap: var(--mgn-pgp-50-25);
}
#recruit_2027 .interview_list a .interview_list_img {
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 10px;
}
#recruit_2027 .interview_list a img,
#recruit_2027 .interview_list a p {
  grid-column: 1;
  grid-row: 1;
}
#recruit_2027 .interview_list a img {
  transition: all .2s;
}
#recruit_2027 .interview_list a p {
  padding-bottom: clamp(10px, 1.25vw, 20px);
  z-index: 1;
}
#recruit_2027 .interview_list a p strong,
#recruit_2027 .interview_list a p span {
  display: inline-block;
  padding: 0.4em clamp(5px, 1.0714vw, 15px);
  margin-bottom: 10px;
}
#recruit_2027 .interview_list a p strong {
  background-image: var(--gradation-blue-2p);
  color: #fff;
  font-size: var(--font-20);
  font-weight: 600;
}
#recruit_2027 .interview_list a p span {
  background-color: #fff;
  color: #000;
  font-size: clamp(11px, 1.1429vw, 16px);
  font-weight: 500;
}
#recruit_2027 .interview_list a h3 {
  padding: clamp(10px, 1.25vw, 20px) 0;
  font-size: clamp(14px, 2.3958vw, 23px);;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  transition: all .2s;
}
#recruit_2027 .interview_list a:hover {
  text-decoration: none;
}
#recruit_2027 .interview_list a:hover img {
  transform: scale(1.05);
}
#recruit_2027 .interview_list a:hover h3 {
  padding-left: 0.5em;
}
@media all and (max-width: 640px) {
  #recruit_2027 .interview_list {
    grid-template-columns: 1fr 1fr;
  }
}

/*------------------------------------------------
 JOB DESCRIPTION
--------------------------------------------------*/
#recruit_2027 #job-description {
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/job_bg.jpg) no-repeat center top / auto 100%;
}
#recruit_2027 #job-description .job_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--mgn-pgp-30-15);
}
#recruit_2027 #job-description .job_list .modal_open {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(20px, 1.7857vw, 25px);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
#recruit_2027 #job-description .job_list .modal_open:hover {
  text-decoration: none;
}
#recruit_2027 #job-description .job_list .modal_open .job_img {
  grid-column: 1;
  grid-row: 1 / 4;
}
#recruit_2027 #job-description .job_list .modal_open .job_img div {
  overflow: hidden;
  border-radius: 10px;
}
#recruit_2027 #job-description .job_list .modal_open .job_img img {
  transition: all .2s;
}
#recruit_2027 #job-description .job_list .modal_open h3,
#recruit_2027 #job-description .job_list .modal_open p {
  grid-column: 2;
  align-self: start;
  line-height: 1.6;
  transition: all .2s;
}
#recruit_2027 #job-description .job_list .modal_open h3 {
  grid-row: 1;
  font-size: var(--font-18);
  font-weight: 600;
  color: #000;
  padding-bottom: 0.25em;
}
#recruit_2027 #job-description .job_list .modal_open h3 span {
  display: inline-block;
}
#recruit_2027 #job-description .job_list .modal_open p {
  grid-row: 2;
  padding-bottom: 10px;
  color: #333;
}
#recruit_2027 #job-description .job_list .modal_open .btn_icon {
  grid-column: 2;
  grid-row: 3;
  align-self: end ;
  justify-self: end;
}
#recruit_2027 #job-description .job_list .modal_open:hover .job_img div img {
  transform: scale(1.05);
}
#recruit_2027 #job-description .job_list .modal_open:hover h3,
#recruit_2027 #job-description .job_list .modal_open:hover p {
  padding-left: 0.3em;
}
#recruit_2027 #job-description .job_list .other_jobs {
  align-self: center;
  justify-self: center;
  font-size: var(--font-18);
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
@media (min-width: 641px) and (max-width: 940px) {
  #recruit_2027 #job-description .job_list {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  }
  #recruit_2027 #job-description .job_list .modal_open {
    grid-template-columns: clamp(100px, 21.2766vw, 200px) 1fr;
    grid-template-columns: 1fr;
  }
  #recruit_2027 #job-description .job_list .modal_open .job_img {
    grid-row: 1;
  }
  #recruit_2027 #job-description .job_list .modal_open h3 {
    grid-column: 1;
    grid-row: 2;
    padding-top: 1em;
  }
  #recruit_2027 #job-description .job_list .modal_open p {
    grid-column: 1;
    grid-row: 3;
  }
  #recruit_2027 #job-description .job_list .modal_open .btn_icon {
    grid-column: 1;
    grid-row: 4;
  }
  #recruit_2027 #job-description .job_list .other_jobs {
    justify-self: start;
  }
}
@media all and (max-width: 640px) {
  #recruit_2027 #job-description .job_list {
    grid-template-columns: 1fr;
  }
  #recruit_2027 #job-description .job_list .modal_open {
    grid-template-columns: 1fr 2fr;
  }
  #recruit_2027 #job-description .job_list .other_jobs {
    justify-self: start;
    padding: 20px;
  }
}

/*------------------------------------------------
 Layout and Navi for COMPANY / RECRUI INFO
--------------------------------------------------*/
/* Layout -----*/
#recruit_2027 #company-overview .company_wrap,
#recruit_2027 #recruit-information .recruit-info_wrap {
  display: grid;
  grid-template-columns: clamp(100px, 20.8333vw, 200px) 1fr;
  column-gap: clamp(40px, 4.2857vw, 60px);
  column-gap: var(--mgn-pgp-60-30)
}
#recruit_2027 #company-overview .company_wrap #about-dynabook,
#recruit_2027 #company-overview .company_wrap #vision,
#recruit_2027 #company-overview .company_wrap #organization,
#recruit_2027 #company-overview .company_wrap #domestic-bases,
#recruit_2027 #recruit-information .recruit-info_wrap #job-description,
#recruit_2027 #recruit-information .recruit-info_wrap #selection-process,
#recruit_2027 #recruit-information .recruit-info_wrap #faq {
  grid-column: 2;
}
/* H3 -----*/
#recruit_2027 #company-overview h3,
#recruit_2027 #recruit-information h3 {
  display: inline-block;
  border: 1px solid var(--lightgray);
  border-radius: 8px;
  padding: 0.5em 0.7em;
  margin-bottom: 1em;
  font-weight: 600;
}
/* Navi -----*/
#recruit_2027 #company-overview .company_navi li,
#recruit_2027 #recruit-information .recruit-info_navi li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1em 0.7em;
  border-top: solid 1px var(--lightgray);
  color: #000;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all .2s;
}
#recruit_2027 #company-overview .company_navi li:last-of-type,
#recruit_2027 #recruit-information .recruit-info_navi li:last-of-type {
  border-bottom: 1px solid var(--lightgray);
}
#recruit_2027 #company-overview .company_navi li .arrow,
#recruit_2027 #recruit-information .recruit-info_navi li .arrow {
  justify-self: end;
  color: #000;
}
#recruit_2027 #company-overview .company_navi li:hover,
#recruit_2027 #company-overview .company_navi li.current,
#recruit_2027 #recruit-information .recruit-info_navi li:hover,
#recruit_2027 #recruit-information .recruit-info_navi li.current {
  border-top: solid 1px transparent;
  background-color: var(--lightblue);
  color: #fff;
  border-radius: 10px;
}
#recruit_2027 #company-overview .company_navi li:hover + li,
#recruit_2027 #company-overview .company_navi li.current + li,
#recruit_2027 #recruit-information .recruit-info_navi li:hover + li,
#recruit_2027 #recruit-information .recruit-info_navi li.current + li {
  border-top: solid 1px transparent;
}
#recruit_2027 #company-overview .company_navi li:hover .arrow,
#recruit_2027 #company-overview .company_navi li.current .arrow,
#recruit_2027 #recruit-information .recruit-info_navi li:hover .arrow,
#recruit_2027 #recruit-information .recruit-info_navi li.current .arrow {
  color: #fff;
}
@media all and (max-width: 780px) {
  #recruit_2027 #company-overview .company_wrap,
  #recruit_2027 #recruit-information .recruit-info_wrap {
    display: block;
  }
  #recruit_2027 #company-overview .company_navi,
  #recruit_2027 #recruit-information .recruit-info_navi {
    display: grid;
    margin-bottom: clamp(25px, 5.1282vw, 40px);
  }
  #recruit_2027 #company-overview .company_navi {
    grid-template-columns: repeat(5, 1fr);
  }
  #recruit_2027 #recruit-information .recruit-info_navi {
    grid-template-columns: repeat(3, 1fr);
  }
  #recruit_2027 #company-overview .company_navi li,
  #recruit_2027 #recruit-information .recruit-info_navi li {
    grid-template-columns: 1fr;
    width: 100%;
    border: solid 1px var(--lightgray);
    border-left: none;
    text-align: center;
    padding: 1em 0.5em;
    font-size: clamp(12px, 2.0513vw, 16px);
    line-height: 1.4;
  }
  #recruit_2027 #company-overview .company_navi li .arrow,
  #recruit_2027 #recruit-information .recruit-info_navi li .arrow {
    display: none;
  }
  #recruit_2027 #company-overview .company_navi li:first-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li:first-of-type {
    border-left: 1px solid var(--lightgray);
    border-radius: 10px 0 0 10px;
  }
  #recruit_2027 #company-overview .company_navi li:last-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li:last-of-type {
    border-radius: 0 10px 10px 0;
  }
  #recruit_2027 #company-overview .company_navi li:hover,
  #recruit_2027 #company-overview .company_navi li.current,
  #recruit_2027 #recruit-information .recruit-info_navi li:hover,
  #recruit_2027 #recruit-information .recruit-info_navi li.current {
    border-top: solid 1px var(--lightgray);
    border-bottom: solid 1px var(--lightgray);
    border-radius: 0;
  }
  #recruit_2027 #company-overview .company_navi li:hover:first-of-type,
  #recruit_2027 #company-overview .company_navi li.current:first-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li:hover:first-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li.current:first-of-type {
    border-radius: 10px 0 0 10px;
  }
  #recruit_2027 #company-overview .company_navi li:hover:last-of-type,
  #recruit_2027 #company-overview .company_navi li.current:last-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li:hover:last-of-type,
  #recruit_2027 #recruit-information .recruit-info_navi li.current:last-of-type {
    border-radius: 0 10px 10px 0;
  }
  #recruit_2027 #company-overview .company_navi li:hover + li,
  #recruit_2027 #company-overview .company_navi li.current + li,
  #recruit_2027 #recruit-information .recruit-info_navi li:hover + li,
  #recruit_2027 #recruit-information .recruit-info_navi li.current + li {
    border-top: solid 1px var(--lightgray);
  }
}

/*------------------------------------------------
 COMPANY OVERVIEW
--------------------------------------------------*/
/* Outline -----*/
#recruit_2027 #company-overview #outline .lead {
  font-size: var(--font-23);
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  padding-bottom: 1em;
}
#recruit_2027 #company-overview #outline dl {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid var(--lightgray);
}
#recruit_2027 #company-overview #outline dl dt,
#recruit_2027 #company-overview #outline dl dd {
  line-height: 1.6;
  padding: 0.8em;
}
#recruit_2027 #company-overview #outline dl dt {
  background-color:  var(--lightgray);
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
#recruit_2027 #company-overview #outline dl dd {
  border-bottom: 1px solid var(--lightgray);
}
#recruit_2027 #company-overview #outline dl + p {
  padding-top: 2em;
  line-height: 1.8;
}
/* About dynabook -----*/
#recruit_2027 #company-overview #about-dynabook .company_img img {
  width: 100%;
}
#recruit_2027 #company-overview #about-dynabook p {
  line-height: 1.6;
  padding: 2em 0;
}
#recruit_2027 #company-overview #about-dynabook ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--mgn-pgp-20-10);
}
#recruit_2027 #company-overview #about-dynabook ul li a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
#recruit_2027 #company-overview #about-dynabook ul li a img {
  border-radius: 8px;
  transition: all .2s;
}
#recruit_2027 #company-overview #about-dynabook ul li a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 580px) {
  #recruit_2027 #company-overview #about-dynabook ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: var(--mgn-pgp-30-15);
  }
  #recruit_2027 #company-overview #about-dynabook ul li {
    text-align: center;
  }
  #recruit_2027 #company-overview #about-dynabook ul li a img {
    width: 80%;
  }
}
/* Vision -----*/
#recruit_2027 #company-overview #vision ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--mgn-pgp-20-10);
  padding-top: 2em;
}
#recruit_2027 #company-overview #vision ul li img {
  border-radius: 8px;
}
#recruit_2027 #company-overview #vision ul + p {
  line-height: 1.6;
  padding-top: 2em;
}
#recruit_2027 #company-overview #vision .hlink a:last-of-type {
  margin-left: 2em;
}
/* Organization -----*/
#recruit_2027 #company-overview #organization p {
  line-height: 1.6;
}
#recruit_2027 #company-overview #organization .lead {
  font-size: var(--font-23);
  font-weight: 600;
  color: #000;
  padding-bottom: 1em;
}
#recruit_2027 #company-overview #organization img {
  margin-top: 2em;
}
/* Domestic bases -----*/
#recruit_2027 #company-overview #domestic-bases .lead {
  font-size: var(--font-23);
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  padding-bottom: 1em;
}
@media all and (max-width: 580px) {
  #recruit_2027 #company-overview #outline dl {
    display: block;
  }
  #recruit_2027 #company-overview #outline dl dd {
    padding-bottom: 1.5em;
  }
}

/*------------------------------------------------
 WORK ENVIRONMENT
--------------------------------------------------*/
#recruit_2027 #work-environment {
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/environment_bg.jpg) no-repeat center top / auto 100%;
}
#recruit_2027 #work-environment .lead {
  padding-bottom: var(--mgn-pgp-80-40);
  color: #000;
  line-height: 1.8;
}
#recruit_2027 #work-environment .lead strong {
  display: block;
  font-size: var(--font-29);
  font-weight: 600;
  padding-bottom: 1em;
}
#recruit_2027 #work-environment .lead strong i {
  display: inline-block;
  text-indent: -0.5em;
}
#recruit_2027 #work-environment .lead p {
  font-size: var(--font-18);
  font-weight: 500;
}
#recruit_2027 #work-environment h3 {
  margin-bottom: var(--mgn-pgp-40-20);
  font-size: var(--font-29);
  font-weight: 600;
  color: var(--blue);
}
#recruit_2027 #work-environment h3 span {
  display: inline-block;
  margin-left: 1em;
  font-size: var(--font-14);
  color: #000;
  font-weight: normal;
}
#recruit_2027 #work-environment .voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--mgn-pgp-20-10);
  row-gap: clamp(20px, 3.8461vw, 30px);
}
#recruit_2027 #work-environment .voice li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--mgn-pgp-30-15) 5px;
  background-color: #fff;
  border-radius: 8px;
  font-size: clamp(13px, 1.2142vw, 17px);
  font-weight: 600;
  line-height: 1.8;
}
#recruit_2027 #work-environment .voice li:nth-child(3) br:first-of-type {
  display: none;
}
#recruit_2027 #work-environment .voice li:nth-child(2) br:first-of-type {
  display: none;
}
#recruit_2027 #work-environment .voice li span {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 20px solid #fff;
  border-top: 0;
  transform: rotate(37deg);
  border-radius: 8px;
  right: -9px;
  bottom: -7px;
}
#recruit_2027 #work-environment .voice {
  padding-bottom: var(--mgn-pgp-80-40);
}
#recruit_2027 #work-environment .years-of-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  border-radius: 10px;
  padding: var(--mgn-pgp-30-15);
}
#recruit_2027 #work-environment .years-of-service div:first-of-type {
  display: grid;
  grid-template-columns: 1fr 2fr;
  place-content: center;
  padding: clamp(5px, 1.25vw, 20px) clamp(5px, 1.25vw, 20px) clamp(5px, 1.25vw, 20px) 0;
  font-weight: 600;
  border-right: 1px solid #dce4f6;
}
#recruit_2027 #work-environment .years-of-service div:first-of-type img {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 80px;
  align-self: center;
}
#recruit_2027 #work-environment .years-of-service div:first-of-type h4 {
  font-size: var(--font-25);
  padding-bottom: 10px;
}
#recruit_2027 #work-environment .years-of-service div:first-of-type p {
  font-size: var(--font-25);
}
#recruit_2027 #work-environment .years-of-service div:first-of-type p strong {
  display: inline-block;
  padding-right: 0.2em;
  font-size: clamp(40px, 8.3333vw, 80px);
  color: var(--lightblue);
}
#recruit_2027 #work-environment .years-of-service div:last-of-type ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  padding: 20px;
}
#recruit_2027 #work-environment .years-of-service div:last-of-type ul li {
  text-align: center;
  font-size: var(--font-18);
  line-height: 1.6;
  font-weight: 500;
}
#recruit_2027 #work-environment .years-of-service div:last-of-type ul li strong {
  display: inline-block;
  padding-right: 0.2em;
  font-size: var(--font-29);
  font-weight: 600;
}
#recruit_2027 #work-environment .years-of-service div:last-of-type .notes {
  text-align: right;
  font-size: var(--font-14);
  line-height: 1.4;
  text-indent: -0.5em;
}
#recruit_2027 #work-environment .extra-hours_paid-holiday {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
#recruit_2027 #work-environment .extra-hours_paid-holiday div {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: var(--mgn-pgp-30-15);
}
#recruit_2027 #work-environment .extra-hours_paid-holiday div img {
  width: 60px;
}
#recruit_2027 #work-environment .extra-hours_paid-holiday div h4 {
  padding-right: 5px;
  font-size: var(--font-20);
  line-height: 1.4;
  font-weight: 600;
}
#recruit_2027 #work-environment .extra-hours_paid-holiday div p {
  font-size: var(--font-20);
  font-weight: 600;
}
#recruit_2027 #work-environment .extra-hours_paid-holiday div p strong {
  display: inline-block;
  padding-right: 0.2em;
  font-size: clamp(35px, 6.25vw, 60px);
  color: var(--lightblue);
}
#recruit_2027 #work-environment .parental-leave-female_manager {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: var(--mgn-pgp-80-40);
}
#recruit_2027 #work-environment .parental-leave-female_manager > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: var(--mgn-pgp-30-15);
}
#recruit_2027 #work-environment .parental-leave-female_manager > div > img {
  width: 60px;
}
#recruit_2027 #work-environment .parental-leave-female_manager > div > h4 {
  font-size: var(--font-20);
  line-height: 1.4;
  font-weight: 600;
}
#recruit_2027 #work-environment .parental-leave-female_manager > div > div {
  grid-column: 1 / 3;
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  column-gap: 5px;
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div p {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: var(--font-18);
  font-weight: 500;
  border-bottom: 1px solid #000;
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div img {
  margin-left: 0.5em;
  width: 25px;
}
#recruit_2027 #work-environment .parental-leave-female_manager .female_manager_wrap .notes {
  text-align: right;
  font-size: var(--font-14);
  margin-top: -1em;
}
#recruit_2027 #work-environment .parental-leave-female_manager .chart {
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: clamp(80px, 16.6667vw, 160px);
  height: clamp(80px, 16.6667vw, 160px);
  margin: 0 auto;
  border-radius: 50%;
  font-size: var(--font-20);
  font-weight: 600;
}
#recruit_2027 #work-environment .parental-leave-female_manager .chart span {
  display: block;
  padding-bottom: 0.1em;
  font-size: clamp(20px, 5vw, 48px);
  color: var(--lightblue);
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap .male .chart {
  background-image: radial-gradient(#fff 58%, transparent 58%), conic-gradient(var(--lightblue) 61%, var(--lightgray) 61% 100%);
}
#recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap .female .chart {
  background-image: radial-gradient(#fff 58%, transparent 58%), conic-gradient(var(--lightblue) 100%);
}
#recruit_2027 #work-environment .parental-leave-female_manager .female_manager_wrap .chart {
  background-image: radial-gradient(#fff 58%, transparent 58%), conic-gradient(var(--lightblue) 15%, var(--lightgray) 15% 100%);
}
#recruit_2027 #work-environment .years-of-service h4 span,
#recruit_2027 #work-environment .extra-hours_paid-holiday h4 span,
#recruit_2027 #work-environment .parental-leave-female_manager h4 span {
  display: inline-block;
}
#recruit_2027 #work-environment .employee-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: var(--mgn-pgp-20-10);
}
#recruit_2027 #work-environment .employee-benefits li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: var(--mgn-pgp-30-15);
}
#recruit_2027 #work-environment .employee-benefits li h4 {
  display: flex;
  align-items: center;
  font-size: var(--font-20);
  font-weight: 600;
  line-height: 1.4;
}
#recruit_2027 #work-environment .employee-benefits li h4 img {
  width: 40px;
  margin-right: 20px;
}
#recruit_2027 #work-environment .employee-benefits li p {
  line-height: 1.6;
}
@media all and (max-width: 900px) {
  #recruit_2027 #work-environment .voice li:nth-child(3) br:first-of-type {
    display: inline;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager {
    grid-template-columns: 1.8fr 1fr;
  }
}
@media all and (max-width: 780px) {
  #recruit_2027 #work-environment .voice {
    grid-template-columns: repeat(2, 1fr);
  }
  #recruit_2027 #work-environment .years-of-service div:first-of-type img {
    width: clamp(40px, 8.3333vw, 80px);
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    padding: 0 0 clamp(10px, 2.5641vw, 20px) clamp(10px, 2.5641vw, 20px);
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li {
    text-align: left;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    grid-template-columns: 6em min-content auto;
    font-size: var(--font-16);
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li strong {
    line-height: 1.2;
    font-size: var(--font-18);
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li br {
    display: none;
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li strong {
    padding-left: 1em;
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type .notes {
    text-align: left;
    padding-left: clamp(10px, 2.5641vw, 20px);
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div img {
    width: clamp(30px, 6.25vw, 60px);
    margin-right: 10px;
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div p {
    grid-column: 1 / 3;
    justify-self: center;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager {
    grid-template-columns: 1fr 1fr;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager > div {
    grid-template-columns: 1fr 3fr;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager > div > img {
    width: clamp(30px, 6.25vw, 60px);
  }
  #recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div {
    grid-template-columns: 1fr 1.8fr;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div p {
    font-size: var(--font-14);
  }
  #recruit_2027 #work-environment .parental-leave-female_manager .parental-leave_wrap > div img {
    width: clamp(10px, 3.8462vw, 30px);
    margin-left: 0;
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #work-environment .voice li:nth-child(2) br:first-of-type {
    display: inline;
  }
  #recruit_2027 #work-environment .years-of-service {
    align-items: center;
  }
  #recruit_2027 #work-environment .years-of-service div:first-of-type {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 10px;
    justify-items: center;
  }
  #recruit_2027 #work-environment .years-of-service div:first-of-type img {
    width: 45px;
    grid-row: 1;
  }
  #recruit_2027 #work-environment .years-of-service div:first-of-type h4 {
    grid-row: 2;
    padding-bottom: 0;
  }
  #recruit_2027 #work-environment .years-of-service div:first-of-type p {
    grid-row: 3;
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li {
    font-size: var(--font-14);
  }
  #recruit_2027 #work-environment .years-of-service div:last-of-type ul li strong {
    font-size: var(--font-16);
    padding-left: 0.5em;
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div {
    grid-template-columns: 1fr;
    grid-row: span 3;
    justify-items: center;
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div img {
    width: 45px;
  }
  #recruit_2027 #work-environment .extra-hours_paid-holiday div h4 {
    grid-row: 2;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager > div {
    grid-template-columns: 1fr;
    grid-row: span 3;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager > div > img {
    justify-self: center;
    width: 45px;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager > div h4 {
    grid-row: 2;
  }
  #recruit_2027 #work-environment .parental-leave-female_manager .female_manager_wrap .notes {
    margin-top: 0.5em;
  }
}
/*------------------------------------------------
 RECRUIT INFORMATION
--------------------------------------------------*/
#recruit_2027 #recruit-information #requirement .requirement_navi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: var(--font-18);
  font-weight: 600;
}
#recruit_2027 #recruit-information #requirement .requirement_navi li {
  padding: clamp(10px, 2.5641vw, 20px);
  text-align: center;
  transition: all .2s;
}
#recruit_2027 #recruit-information #requirement .requirement_navi li:not(.current) {
  background-color: #f2f2f2;
  color: #b3b3b3;
  cursor: pointer;
}
#recruit_2027 #recruit-information #requirement .requirement_navi li:first-of-type {
  border-radius: 10px 0 0 10px;
}
#recruit_2027 #recruit-information #requirement .requirement_navi li:last-of-type {
  border-radius: 0 10px 10px 0;
}
#recruit_2027 #recruit-information #requirement .requirement_navi li.current,
#recruit_2027 #recruit-information #requirement .requirement_navi li:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.17);
}
/* Requirement -----*/
#recruit_2027 #recruit-information dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  border-top: 1px solid var(--lightgray);
  margin-top: var(--mgn-pgp-40-20);
}
#recruit_2027 #recruit-information dl dt,
#recruit_2027 #recruit-information dl dd {
  line-height: 1.6;
  padding: 0.8em;
}
#recruit_2027 #recruit-information dl dt {
  background-color:  var(--lightgray);
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
#recruit_2027 #recruit-information dl dd {
  border-bottom: 1px solid var(--lightgray);
}
#recruit_2027 #recruit-information dl + p {
  padding-top: 2em;
  line-height: 1.8;
}
#recruit_2027 #recruit-information dl dd div {
  padding-bottom: 1.5em;
}
#recruit_2027 #recruit-information dl dd div:last-of-type {
  padding-bottom: 0;
}
#recruit_2027 #recruit-information dl dd strong {
  font-weight: 600;
}
#recruit_2027 #recruit-information dl dd ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-top: 0.2em;
}
#recruit_2027 #recruit-information dl dd ul li::before {
  display:inline-block;
  vertical-align: middle;
  content:'';
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 50%;
  margin-right: 5px;
}
#recruit_2027 #recruit-information dl dd div ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#recruit_2027 #recruit-information dl dd div ol li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0.5em;
}
/* Selection Process -----*/
#recruit_2027 #recruit-information #selection-process dl {
  grid-template-columns: 10em 1fr;
  margin-top: 0;
}
#recruit_2027 #recruit-information #selection-process dl dd a {
  color: var(--blue);
  text-decoration: underline;
}
#recruit_2027 #recruit-information #selection-process dl dd a:hover {
  color: var(--blue);
  text-decoration: none;
}
#recruit_2027 #recruit-information #selection-process dl dd i.triangle {
  display: inline-block;
  margin: 0 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--blue);
  border-right: 0;
}
#recruit_2027 #recruit-information #selection-process .privacy_statement {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid var(--lightgray);
  line-height: 1.6;
}
#recruit_2027 #recruit-information #selection-process .privacy_statement h4 {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 1.2em;
  background-color: var(--lightgray);
  border-radius: 5px;
  font-weight: 600;
}
#recruit_2027 #recruit-information #selection-process .privacy_statement .hlink {
  margin-top: 1.5em;
}
#recruit_2027 #recruit-information #selection-process .privacy_statement .hlink a {
  color: #000;
}
#recruit_2027 #recruit-information .entrylink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: var(--mgn-pgp-50-25);
}
#recruit_2027 #recruit-information .entrylink .cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit_2027 #recruit-information .entrylink .cta_btn span {
  display: inline-block;
}
/* FAQ -----*/
#recruit_2027 #recruit-information #faq .faq_list details {
  margin-bottom: 10px;
}
#recruit_2027 #recruit-information #faq .faq_list details summary,
#recruit_2027 #recruit-information #faq .faq_list details p {
  line-height: 1.8;
}
#recruit_2027 #recruit-information #faq .faq_list details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.8em 2em 0.8em 3.5em;
  background-color: var(--lightgray);
  font-weight: 500;
  cursor: pointer;
}
#recruit_2027 #recruit-information #faq .faq_list details summary::before,
#recruit_2027 #recruit-information #faq .faq_list details p::before {
  position: absolute;
  left: 1em;
  font-weight: 500;
  font-size: 1.3em;
  color: #000;
  line-height: 1.2;
}
#recruit_2027 #recruit-information #faq .faq_list details summary::before {
  content: "Q.";
}
#recruit_2027 #recruit-information #faq .faq_list details summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-bottom: 2px solid #000000b3;
  border-right: 2px solid #000000b3;
  content: '';
  transition: transform .3s;
}
#recruit_2027 #recruit-information #faq .faq_list details[open] summary::after {
  transform: rotate(225deg);
}
#recruit_2027 #recruit-information #faq .faq_list details p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1em 1.5em 3.5em;
  transition: transform .3s, opacity .5s;
}
#recruit_2027 #recruit-information #faq .faq_list details[open] p {
  transform: none;
  opacity: 1;
}
#recruit_2027 #recruit-information #faq .faq_list details p::before {
  content: "A.";
}
@media all and (max-width: 780px) {
  #recruit_2027 #recruit-information #requirement .requirement_navi {
    font-size: clamp(12px, 2.5013vw, 16px);
  }
}
@media all and (max-width: 660px) {
  #recruit_2027 #recruit-information .entrylink {
    display: block;
  }
  #recruit_2027 #recruit-information .entrylink .cta_btn {
    display: block;
  }
  #recruit_2027 #recruit-information .entrylink .cta_btn:first-of-type {
    margin-bottom: var(--mgn-pgp-40-20);
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #recruit-information dl {
    display: block;
  }
  #recruit_2027 #recruit-information dl dd {
    padding-bottom: 1.5em;
  }
}

/*------------------------------------------------
 JOB DESCRIPTION MODAL
--------------------------------------------------*/
#recruit_2027 .job-intro_modal {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/job_bg.jpg) no-repeat center top / auto 100%;
  transition: all 1s ease-in-out;
}
#recruit_2027 .job-intro_modal .job-intro_wrap {
  width: 90%;
  max-width: 1120px;
  animation: show 0.2s linear 0s;
}
@keyframes show{
  from{opacity: 0;}
  to{opacity: 1;}
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: var(--mgn-pgp-20-10);
  background-image: var(--gradation-blue-3p);
  border-radius: 10px 10px 0 0;
  margin-top: 2%;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header p {
  padding: 0 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header p span {
  display: inline-block;
  margin-right: 1.5em;
  font-size: 12px;
  line-height: 1.3;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header p strong {
  display: inline-block;
  font-size: clamp(15px, 1.2143vw, 17px);
  font-size: var(--font-18);
  color: #fff;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header .modal_close {
  background-color: #fff;
  border-radius: 100px;
  padding: 0.2em 1.1em 0.5em;
  cursor: pointer;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header .modal_close span {
  display: inline-block;
  vertical-align: middle;
  color: var(--blue);
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .header .modal_close span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main {
  padding: var(--mgn-pgp-40-20);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--mgn-pgp-30-15);
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: var(--mgn-pgp-30-15);
  padding-bottom: var(--mgn-pgp-20-10);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile h3 {
  padding-bottom: var(--mgn-pgp-20-10);
  font-size: var(--font-27);
  font-weight: 600;
  line-height: 1.6;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile h3 span {
  display: inline-block;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile .job-type {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: var(--mgn-pgp-20-10);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile .job-type li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
  background-color: #d4eeff;
  border-radius: 3px;
  font-size: 12px;
  color: var(--blue);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile p {
  line-height: 1.8;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .lead {
  grid-column: 1;
  grid-row: 3;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .lead p {
  padding: 1.5em 0 0.5em;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .lead p:first-of-type {
  padding-top: 0;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile img {
  grid-column: 2;
  grid-row: 1 / 4;
  border-radius: 8px;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature {
  padding: var(--mgn-pgp-30-15);
  background-image: linear-gradient(90deg,rgba(110, 215, 209, 0.1) 0%, rgba(76, 160, 250, 0.1) 100%);
  border-radius: 10px;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature h4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature h4 img {
  width: 35px;
  margin-right: 10px;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature h4 span {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--blue);
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .lead ul li,
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-top: 0.3em;
  line-height: 1.6;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .lead ul li::before,
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature li::before {
  display:inline-block;
  vertical-align: middle;
  content:'';
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 50%;
  margin-right: 5px;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_btn {
  grid-column: 1 /3;
  padding-top: 20px;
  text-align: center;
}
#recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_btn .cta_btn {
  background-image: none;
  background-color: var(--blue);
}
@media all and (max-width: 780px) {
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile h3 {
    font-size: clamp(20px, 3.0769vw, 24px);
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile .lead {
    grid-column: 1 / 3;
    grid-row: 3;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile {
    grid-column: 1;
    grid-template-rows: auto 1fr auto;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile img {
    grid-row: 1 / 3;
    margin-bottom: 1.5em;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_feature {
    grid-column: 1 / 3;
  }
}
@media all and (max-width: 660px) {
  #recruit_2027 .job-intro_modal .job-intro_wrap .header p span,
  #recruit_2027 .job-intro_modal .job-intro_wrap .header p strong {
    display: block;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .header p strong {
    padding-top: 0.2em;
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile {
    grid-column: 1 /3;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile h3 {
    grid-column: 1 / 3;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile .job-type {
    grid-column: 1 / 3;
    grid-row: 2;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile img {
    grid-column: 1 / 3;
    grid-row: 3;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_titile .lead {
    grid-row: 4;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_btn .cta_btn {
    width: 100%;
  }
  #recruit_2027 .job-intro_modal .job-intro_wrap .job-intro_main .job-intro_btn .cta_btn {
    font-size: clamp(12px, 3.2558vw, 14px);
  }
}

/*------------------------------------------------
 TAB CHANGE DISPLAY
--------------------------------------------------*/
[data-tab-content] {
    display: none;
}
[data-tab-content].current {
    display: block;
}

/*------------------------------------------------
 INTERVIEW PAGE
--------------------------------------------------*/
/* Hero -----*/
#recruit_2027 #interview_hero .interview_hero_wrap {
  padding-top: clamp(30px, 8.3333vw, 80px);
  background: url(/sites/default/files/dynabook-b2b/corporate/profile/recruit-page/images/interview_hero_bg.jpg) no-repeat center top / auto 90%;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: auto 1fr auto;
  column-gap: var(--mgn-pgp-30-15);
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr img {
  grid-column: 2;
  grid-row: 1 / 4;
  border-radius: 10px;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr > p {
  grid-row: 1;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr > p span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #87e3fc;
  font-size: var(--font-23);
  line-height: 1em;
  background: var(--gradation-blue-3p);
  background-clip: text;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr h1 {
  grid-column: 1;
  grid-row: 2;
  padding: 10px 0;
  align-self: center;
  font-size: clamp(16px, 4.1667vw, 39.1667px);
  font-weight: 600;
  line-height: 1.6;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr h1 span {
  display: inline-block;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  padding-bottom: clamp(60px, 10.4167vw, 97.9167px);
  line-height: 1.4;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.4em 0.5em;
  background: var(--gradation-blue-2p);
  font-size: var(--font-18);
  font-weight: 500;
  color: #fff;
}
#recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p:last-child {
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  font-size: var(--font-16);
  color: #000;
}
@media all and (max-width: 840px) {
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p {
    padding: 0.2em 0.4em;
    font-size: var(--font-16);
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p:last-child {
    font-size: var(--font-14);
  }
}
@media all and (max-width: 780px) {
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr {
    grid-template-columns: 1.3fr 1fr;
  }
  #recruit_2027 #interview_hero .interview_hero_wrap {
    padding-top: 90px;
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p {
    font-size: var(--font-14);
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr {
    display: block;
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr > p span {
    font-size: clamp(12px, 5.1724vw, 30px);
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr h1 {
    font-size: clamp(25px, 7.7586vw, 45px);
    padding-bottom: 20px;
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div {
    padding-bottom: var(--mgn-pgp-60-30);
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p {
    font-size: var(--font-28);
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr div p:last-child {
    font-size: var(--font-16);
  }
  #recruit_2027 #interview_hero .interview_hero_wrap .interview_hero_inr img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
/* Main -----*/
#recruit_2027 #interview_main {
  margin-bottom: var(--mgn-pgp-80-40);
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding: var(--mgn-pgp-80-40) var(--mgn-pgp-40-20) var(--mgn-pgp-40-20) 0;
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 {
  position: relative;
  padding: var(--mgn-pgp-40-20) var(--mgn-pgp-40-20) 0;
  font-weight: 600;
  line-height: 1.8;
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 9em;
  height: 9em;
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
}
#recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: var(--mgn-pgp-60-30) 0 var(--mgn-pgp-40-20) var(--mgn-pgp-40-20);
}
#recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head h2 {
  grid-column: 2;
}
#recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head h2::before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 1px solid var(--blue);
}
#recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head img {
  grid-column: 1;
  grid-row: 1;
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 strong {
  display: block;
  padding-bottom: 1em;
  font-size: var(--font-20);
  color: var(--blue);
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 span {
  display: block;
  font-size: var(--font-25);
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 span i {
  display: inline-block;
  text-indent: -0.5em;
}
#recruit_2027 #interview_main .interview_main_wrap .interview_main_head img {
  border-radius: 8px;
}
#recruit_2027 #interview_main .interview_main_wrap > p {
  padding: 0 var(--mgn-pgp-40-20) 1.2em;
  line-height: 1.8;
}
@media all and (max-width: 780px) {
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head {
    padding-right: 0;
  }
  #recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head {
    padding-left: 0;
  }
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 {
    padding-right: var(--mgn-pgp-30-15);
  }
  #recruit_2027 #interview_main .interview_main_wrap > p {
    padding: 0 0;
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head,
  #recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head {
    display: block;
    padding-bottom: 0;
  }
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 {
    padding-right: var(--mgn-pgp-40-20);
    padding-right: 0;
  }
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head h2 span {
    font-size: var(--font-29);
    font-size: clamp(18px, 4.3103vw, 25px);
  }
  #recruit_2027 #interview_main .interview_main_wrap .interview_main_head img {
    display: block;
    width: calc(100% - 20px - var(--mgn-pgp-40-20));
    margin: var(--mgn-pgp-50-25) auto;
  }
  #recruit_2027 #interview_main .interview_main_wrap:nth-child(2) .interview_main_head h2::before {
    left: 0;
    right: auto;
    border-left: 1px solid var(--blue);
    border-right: none;
  }
}
/* Schedule -----*/
#recruit_2027 #schedule {
  margin-bottom: var(--mgn-pgp-80-40);
}
#recruit_2027 #schedule .schedule_wrap {
  background: var(--gradation-blue-2p);
  border-radius: 10px;
}
#recruit_2027 #schedule .schedule_wrap > div {
  background-color: rgba(255, 255, 255, 0.9);
  padding: var(--mgn-pgp-40-20);
}
#recruit_2027 #schedule .schedule_wrap h2 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: var(--font-20);
  color: var(--blue);
  font-weight: 600;
}
#recruit_2027 #schedule .schedule_wrap img {
  width: 38px;
  margin-right: 0.8em;
}
#recruit_2027 #schedule .schedule_wrap dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8em;
  row-gap: 0.5em;
  line-height: 1.6;
}
#recruit_2027 #schedule .schedule_wrap dl dt {
  padding-top: 0.2em;
}
#recruit_2027 #schedule .schedule_wrap dl dt span {
  display: inline-block;
  width: 100%;
  padding: 0 0.5em;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  color: var(--blue);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#recruit_2027 #schedule .schedule_wrap dl dd {
  padding-top: 0.2em;
  text-indent: -0.5em;
}
#recruit_2027 #schedule .schedule_wrap dl dd strong {
  font-weight: 600;
}
/* My dynabook -----*/
#recruit_2027 #my-dynabook {
  margin-bottom: var(--mgn-pgp-80-40);
}
#recruit_2027 #my-dynabook .my-dynabook_wrap {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  column-gap: var(--mgn-pgp-30-15);
  padding: var(--mgn-pgp-40-20);
  border: 2px solid var(--blue);
  border-radius: 10px;
}
#recruit_2027 #my-dynabook .my-dynabook_wrap h2 {
  grid-column: 1 /3;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: var(--font-20);
  color: var(--blue);
  font-weight: 600;
}
#recruit_2027 #my-dynabook .my-dynabook_wrap h2 img {
  width: 38px;
  margin-right: 0.8em;
}
#recruit_2027 #my-dynabook .my-dynabook_wrap > img {
  border-radius: 10px;
}
#recruit_2027 #my-dynabook .my-dynabook_wrap > p {
  line-height: 1.6;
}
@media all and (max-width: 780px) {
  #recruit_2027 #my-dynabook .my-dynabook_wrap {
    display: block;
  }
  #recruit_2027 #my-dynabook .my-dynabook_wrap > img {
    width: clamp(100px, 23.2051vw, 181px);
    float: left;
    margin: 0 20px 20px 0;
  }
}
@media all and (max-width: 580px) {
  #recruit_2027 #my-dynabook .my-dynabook_wrap > img {
    width: 90%;
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
/* Other Interview -----*/
#recruit_2027 #interview_list {
  padding-bottom: 80px;
}
#recruit_2027 #interview_list h2 {
  margin-bottom: clamp(30px, 4.2857vw, 60px);
  margin-bottom: var(--mgn-pgp-40-20);
  font-size: var(--font-20);
  color: var(--blue);
  font-weight: 600;
}
