@charset "UTF-8";
header {
  width: 100%;
  height: 55px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  header {
    height: 108px;
  }
}
header::after {
  display: block;
  content: "";
  background: url("../images/header-icon.png") repeat-x top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  max-width: 25px;
}
header .inner {
  width: 90%;
  height: 55px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .inner {
    width: 95%;
    height: 108px;
  }
}
@media screen and (min-width: 1152px) {
  header .inner {
    padding-right: 124px;
    width: calc(100% - 64px);
  }
}
header h1 {
  width: 52vw;
  max-width: 171.29px;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 277.33px;
    max-width: inherit;
  }
}
header h1 a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.1984;
  background: url("../images/site-logo2.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  header h1 a {
    width: 277.33px;
    height: 55.05px;
    aspect-ratio: inherit;
  }
}
header .global-nav {
  display: none;
}
@media screen and (min-width: 1152px) {
  header .global-nav {
    display: block;
    ddisplay: flex;
    justify-content: flex-start;
  }
  header .global-nav__vox {
    display: inline-block;
    text-align: left;
    border-left: #C9CACA solid 1px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1280px) {
  header .global-nav__vox {
    padding: 0 1.4vw;
  }
}
@media screen and (min-width: 1152px) {
  header .global-nav__vox:first-child {
    border-left: none;
  }
  header .global-nav__vox a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: clamp(0.813rem, 0.333vw + 0.608rem, 0.875rem);
    line-height: clamp(1.219rem, 0.383vw + 0.984rem, 1.291rem);
    padding: 0.2em 1em 0.2em 1em;
    color: #151617;
  }
  header .global-nav__vox a:hover {
    color: #EA5D1E;
    text-decoration: none;
    opacity: 1;
  }
}
header .entry-link {
  width: 55px;
  position: absolute;
  top: 0;
  right: 56px;
}
@media screen and (min-width: 768px) {
  header .entry-link {
    width: 108px;
    right: 109px;
  }
}
@media screen and (min-width: 1152px) {
  header .entry-link {
    right: 0;
  }
}
header .entry-link li a {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #EA5D1E;
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(0.625rem, 2.83vw - 0.733rem, 1rem);
  line-height: 55px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  header .entry-link li a {
    width: 108px;
    height: 108px;
    line-height: 108px;
  }
}
header .entry-link li a:hover {
  text-decoration: none;
}

.mobile-nav {
  display: block;
}
@media screen and (min-width: 1152px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .gnav-btn {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn {
    width: 108px;
    height: 108px;
  }
}
.mobile-nav .gnav-btn .menu-trigger {
  display: block;
  width: 55px;
  height: 55px;
  background: linear-gradient(88deg, #3866AC 0.36%, #19D5E2 98.74%);
}
.mobile-nav .gnav-btn .menu-trigger::before {
  content: "menu";
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(0.625rem, 2.83vw - 0.733rem, 1rem);
  line-height: 55px;
  text-transform: uppercase;
}
.mobile-nav .gnav-btn .menu-trigger.active {
  border-radius: 50%;
  background: #6C6C6C;
  margin: 1em 0 0 -1em;
}
.mobile-nav .gnav-btn .menu-trigger.active::before {
  content: "close";
}
@media screen and (min-width: 768px) {
  .mobile-nav .gnav-btn .menu-trigger {
    width: 108px;
    height: 108px;
    line-height: 108px;
  }
}
.mobile-nav .gnav-btn .menu-trigger:hover {
  text-decoration: none;
}

footer {
  background-color: #222222;
  color: #FFFFFF;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 90px 0 0 0;
  }
}
footer .inner {
  width: 90%;
  margin: 0 auto;
}
footer .entry-link {
  width: 90%;
  max-width: 920px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 960px) {
  footer .entry-link {
    margin: 0 auto 80px auto;
  }
}
footer .entry-link li a {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #EA5D1E;
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(1.188rem, 0.808vw + 0.978rem, 1.625rem);
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  footer .entry-link li a {
    height: 83px;
    line-height: 83px;
  }
}
footer .entry-link li a:hover {
  text-decoration: none;
}
footer .foot-nav {
  width: 90%;
  max-width: 974px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  footer .foot-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
footer .foot-nav li {
  text-align: left;
  padding: 0.75em 1em 0.75em 25px;
}
@media screen and (min-width: 960px) {
  footer .foot-nav li {
    width: 50%;
  }
}
@media screen and (min-width: 1152px) {
  footer .foot-nav li {
    width: 25%;
  }
}
footer .foot-nav li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
}
footer .foot-nav li a:hover {
  color: #EA5D1E;
  text-decoration: none;
  opacity: 1;
}
footer .foot-nav li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/link-arrow-og.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: -25px;
}
footer .foot-logo {
  width: 62vw;
  max-width: 328px;
  margin: 50px auto;
}
@media screen and (min-width: 960px) {
  footer .foot-logo {
    margin: 90px auto;
  }
}
footer .foot-logo a {
  display: block;
  width: 62vw;
  max-width: 328px;
  aspect-ratio: 1/0.7;
  background: url("../images/foot-logo2.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
footer .foot-end {
  background-color: #151617;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  footer .foot-end {
    display: flex;
    justify-content: space-between;
    padding: 2em 5%;
  }
}
footer .foot-end a {
  color: #FFFFFF;
}
footer .foot-end a:hover {
  color: #EA5D1E;
  text-decoration: none;
  opacity: 1;
}
footer .foot-end .corporate-link {
  padding: 0 0 1em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.938rem, -0.115vw + 1.03rem, 1rem);
}
@media screen and (min-width: 768px) {
  footer .foot-end .corporate-link {
    padding: 0;
  }
}
footer .foot-end .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}

html {
  background: #FFFFFF;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  color: #151617;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

a {
  color: #EA5D1E;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
a:visited {
  color: #EA5D1E;
}
a:active {
  color: #EA5D1E;
}

.link-buttom a {
  display: block;
  background-color: #FFFFFF;
  color: #EA5D1E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  border: #EA5D1E solid 1px;
  border-radius: 3em;
  box-shadow: 0px 4px 4px 0px rgba(21, 22, 23, 0.05);
  padding: 1em 0em 1em 1.5em;
  position: relative;
}
.link-buttom a:hover {
  text-decoration: none;
}
.link-buttom a::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/link-arrow-og.png") no-repeat;
  width: 26px;
  height: 26px;
  top: calc((3.5em - 26px) / 2);
  right: 1em;
  transition: 0.2s;
}
.link-buttom a:hover::after {
  right: 0.7em;
}

article p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 170%;
}
article .section-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 6.467vw + 2.327rem, 7.5rem);
  line-height: 1;
  text-transform: capitalize;
}
article .section-title-en.uppercase {
  text-transform: uppercase;
}
article .section-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.693vw + 0.946rem, 1.5rem);
}
article .contents-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.188rem, 0.231vw + 1.128rem, 1.313rem);
  text-transform: capitalize;
  color: #EA5D1E;
  margin: 0 0 0.5em 0;
}
article .contents-title-en.uppercase {
  text-transform: uppercase;
}
article .contents-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  position: relative;
  margin: 0 0 40px 0;
}
article .contents-title-jp::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 30px;
  height: 1px;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  article .contents-title-jp::after {
    width: 40px;
  }
}

.title-vox {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  padding: 135px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .title-vox {
    padding: 188px 0 50px 0;
  }
}
.title-vox .page-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 2.079vw + 1.337rem, 3rem);
  position: relative;
  text-transform: capitalize;
  color: #EA5D1E;
  margin: 0 0 0.2em 0;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .title-vox .page-title-en {
    padding-left: 40px;
  }
}
.title-vox .page-title-en.uppercase {
  text-transform: uppercase;
}
.title-vox .page-title-en::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 20px;
  height: 3px;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 960px) {
  .title-vox .page-title-en::after {
    width: 30px;
  }
}
.title-vox .page-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.732vw + 1.427rem, 2.813rem);
}

.title-vox-pages {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  padding: 135px 0 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .title-vox-pages {
    padding: 188px 0 50px 0;
  }
}
.title-vox-pages .page-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1.313rem, 1.039vw + 1.044rem, 1.875rem);
  position: relative;
  text-transform: capitalize;
  color: #EA5D1E;
  margin-right: 0.7em;
}
.title-vox-pages .page-title-en.uppercase {
  text-transform: uppercase;
}
.title-vox-pages .page-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
}

#first-view {
  background: url("../images/first-view-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-width: 100vw;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #first-view {
    height: 108vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #first-view {
    height: 100vw;
  }
}
@media screen and (min-width: 1152px) {
  #first-view {
    height: calc(100vh - 108px);
    max-height: 850px;
    min-height: 850px;
  }
}
#first-view .inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding-top: 85px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #first-view .inner {
    margin: 0 auto;
    padding-top: inherit;
  }
}
#first-view .inner .first-copy {
  background: url("../images/first-copy-mobile.png") no-repeat center center;
  background-size: cover;
  aspect-ratio: 1/0.711;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 65%;
  height: auto;
  margin: 0 0 40px auto;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-copy {
    background: url("../images/first-copy.png") no-repeat center center;
    background-size: cover;
    aspect-ratio: 1/0.311;
    width: 55%;
    max-width: 565px;
    position: absolute;
    bottom: 1em;
    right: 0;
    z-index: 2;
  }
}
#first-view .inner .first-img.first-img1 {
  width: 90%;
  aspect-ratio: 1/1.05;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 {
    display: block;
    position: absolute;
    top: 198px;
    left: 50%;
    width: 78vw;
    margin-bottom: 0;
    margin-left: -34vw;
    aspect-ratio: 1/0.729;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .inner .first-img.first-img1 {
    width: 60vw;
    max-height: 590px;
    min-height: 590px;
    margin-left: 0;
    top: 190px;
    left: 0;
  }
}
#first-view .inner .first-img.first-img1 .img {
  width: 45%;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 .img {
    width: 27%;
    aspect-ratio: 1/1.29;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .inner .first-img.first-img1 .img {
    max-height: 360px;
  }
}
#first-view .inner .first-img.first-img1 .img.img1 {
  position: absolute;
  top: 10%;
  left: 0;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 .img.img1 {
    background-position: center center;
    top: 25%;
    left: 0;
  }
}
#first-view .inner .first-img.first-img1 .img.img1 .slide1-1 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img1-1.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img1 .slide1-2 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img1-2.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img2 {
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 .img.img2 {
    background-position: center center;
    right: inherit;
    left: 30%;
  }
}
#first-view .inner .first-img.first-img1 .img.img2 .slide2-1 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img2-1.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img2 .slide2-2 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img2-2.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img3 {
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 .img.img3 {
    background-position: center center;
    bottom: 0;
    left: auto;
    right: 30%;
  }
}
#first-view .inner .first-img.first-img1 .img.img3 .slide3-1 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img3-1.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img3 .slide3-2 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img3-2.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img4 {
  position: absolute;
  bottom: 10%;
  right: 0%;
}
@media screen and (min-width: 768px) {
  #first-view .inner .first-img.first-img1 .img.img4 {
    background-position: center center;
    bottom: 25%;
  }
}
#first-view .inner .first-img.first-img1 .img.img4 .slide4-1 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img4-1.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img1 .img.img4 .slide4-2 {
  width: 100%;
  height: 100%;
  background: url("../images/first-img4-2.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img2 {
  width: 30vw;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 5%;
  left: 0;
}
@media screen and (min-width: 1152px) {
  #first-view .inner .first-img.first-img2 {
    width: 317px;
    bottom: inherit;
    top: 208px;
    left: auto;
    right: 0;
  }
}
#first-view .inner .first-img.first-img2 .img {
  aspect-ratio: 1/1;
  border-radius: 10px;
}
#first-view .inner .first-img.first-img2 .img.img5 {
  width: 57%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/first-img5.jpg") no-repeat center center;
  background-size: cover;
}
#first-view .inner .first-img.first-img2 .img.img6 {
  width: 38%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/first-img6.jpg") no-repeat center center;
  background-size: cover;
}

#message {
  padding: 60px 0 0 0;
}
#message .inner {
  text-align: left;
  width: 95%;
  margin: 0 0 200px auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  #message .inner {
    margin: 0 0 15% auto;
  }
}
@media screen and (min-width: 1152px) {
  #message .inner {
    margin: 0 0 10% auto;
  }
}
#message .inner .message-read {
  background-color: #EA5D1E;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10% 10% 320px 10%;
}
@media screen and (min-width: 768px) {
  #message .inner .message-read {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 7% 10% 36% 10%;
  }
}
@media screen and (min-width: 960px) {
  #message .inner .message-read {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 7% 10% 26% 10%;
  }
}
@media screen and (min-width: 1152px) {
  #message .inner .message-read {
    width: 82%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5% 5% 20% 25%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #message .inner .message-read {
    padding: 5% 5% 200px 350px;
  }
}
@media screen and (min-width: 960px) {
  #message .inner .message-read__vox {
    width: 85%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #message .inner .message-read__vox {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 0 0;
  }
}
#message .inner .message-read .section-title-en {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.35em;
}
@media screen and (min-width: 960px) {
  #message .inner .message-read .section-title-en {
    margin-left: -1em;
  }
}
#message .inner .message-read p {
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #message .inner .message-read .link-buttom {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}
#message .inner .business-scene {
  width: 95%;
  max-width: 374px;
  position: absolute;
  bottom: -113px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #message .inner .business-scene {
    width: 395px;
    bottom: -117px;
    left: -10px;
  }
}
@media screen and (min-width: 1152px) {
  #message .inner .business-scene {
    width: 497px;
    bottom: 5%;
  }
}
@media screen and (min-width: 1280px) {
  #message .inner .business-scene {
    left: 5%;
  }
}

#recruit-type {
  background-color: #FFF1E9;
  position: relative;
}
#recruit-type::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFF1E9;
  width: 100%;
  height: 800px;
  top: -800px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1152px) {
  #recruit-type::before {
    height: 600px;
    top: -600px;
  }
}
#recruit-type .inner {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  #recruit-type .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-type .inner {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #recruit-type .inner .type {
    width: 48%;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-type .inner .type {
    width: 46%;
  }
}
#recruit-type .inner .type.type-gradu {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  #recruit-type .inner .type.type-gradu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #recruit-type .inner .type.type-career {
    margin-top: -20%;
  }
}
#recruit-type .inner .type .type-img {
  margin: 0 0 1em 0;
}
#recruit-type .inner p {
  margin: 0 0 1em 0;
}

#special {
  padding: 10% 0;
}
#special .inner {
  text-align: left;
}
#special .inner .section-title-en {
  color: rgba(234, 93, 30, 0.3);
}
@media screen and (min-width: 768px) {
  #special .inner .section-title-en, #special .inner .section-title-jp {
    text-align: center;
  }
}
#special .section-title-en {
  width: 95%;
  margin: 0 0 0.2em auto;
}
@media screen and (min-width: 768px) {
  #special .section-title-en {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
}
#special .section-title-jp {
  width: 95%;
  margin: 0 0 3em auto;
}
@media screen and (min-width: 768px) {
  #special .section-title-jp {
    width: 100%;
    margin: 0 0 3em 0;
  }
}
#special .spesial-banner {
  width: 95%;
  margin: 0 5% 0 0;
  background-color: #EA5D1E;
  color: #FFFFFF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 768px) {
  #special .spesial-banner {
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  #special .spesial-banner {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (min-width: 1152px) {
  #special .spesial-banner {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
#special .spesial-banner__img {
  background: url("../images/special-img.jpg") no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/0.75;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 768px) {
  #special .spesial-banner__img {
    width: 45%;
    aspect-ratio: inherit;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1152px) {
  #special .spesial-banner__img {
    width: 48%;
  }
}
#special .spesial-banner__txt {
  padding: 10%;
}
@media screen and (min-width: 768px) {
  #special .spesial-banner__txt {
    width: 50%;
    padding: 5% 5% 5% 0;
  }
}
@media screen and (min-width: 1152px) {
  #special .spesial-banner__txt {
    width: 48%;
  }
}
#special .spesial-banner__txt .contents-title-en {
  color: #FFFFFF;
}
#special .spesial-banner__txt .contents-title-jp::after {
  background-color: #FFFFFF;
}
#special .spesial-banner__txt p {
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #special .spesial-banner__txt .link-buttom {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}

#interview {
  padding: 0 0 10% 0;
}
#interview .inner {
  width: 95%;
  margin: 0 0 0 auto;
  text-align: left;
}
#interview .inner ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
#interview .inner ol li {
  width: calc((100% - 1px) / 2);
  margin: 0 0 1px 0;
}
@media screen and (min-width: 768px) {
  #interview .inner ol li {
    width: calc((100% - 3px) / 4);
    margin: 0 0 0 0;
  }
}
#interview .inner ol li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  aspect-ratio: 1/1.5;
  background-color: rgba(85, 154, 223, 0.15);
}
@media screen and (min-width: 768px) {
  #interview .inner ol li a {
    aspect-ratio: 1/2.2;
    max-height: 610px;
  }
}
#interview .inner ol li a p {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.617vw + 1.332rem, 2.625rem);
  line-height: clamp(2.275rem, 3.072vw + 1.48rem, 3.938rem);
  padding-left: 0.5em;
}
#interview .inner ol li a p strong {
  font-weight: 700;
  font-size: clamp(3.125rem, 3.233vw + 2.288rem, 4.875rem);
  line-height: clamp(4.063rem, 6.005vw + 2.509rem, 7.313rem);
}
#interview .inner ol li a:hover {
  opacity: 1;
  text-decoration: none !important;
  background-color: rgba(85, 154, 223, 0);
}
#interview .inner ol li a:hover p {
  color: white;
}
#interview .inner ol li:nth-child(1) {
  background: url("../images/staff1.jpg") no-repeat top right;
  background-size: cover;
}
#interview .inner ol li:nth-child(2) {
  background: url("../images/staff2.jpg") no-repeat top right;
  background-size: cover;
}
#interview .inner ol li:nth-child(3) {
  background: url("../images/staff3.jpg") no-repeat top right;
  background-size: cover;
}
#interview .inner ol li:nth-child(4) {
  background: url("../images/staff4.jpg") no-repeat top right;
  background-size: cover;
}
#interview .interview-list-foot {
  width: 95%;
  margin: 20px auto 0 0;
}
@media screen and (min-width: 768px) {
  #interview .interview-list-foot {
    display: flex;
    justify-content: space-between;
  }
}
#interview .interview-list-foot p {
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #interview .interview-list-foot p {
    width: calc(100% - 430px);
  }
}
@media screen and (min-width: 768px) {
  #interview .interview-list-foot .link-buttom {
    width: 400px;
  }
}

#other-contents {
  padding: 0 0 15% 0;
}
#other-contents .inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #other-contents .other-contents-list {
    display: flex;
    justify-content: space-between;
  }
}
#other-contents .other-contents-list li {
  margin: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  #other-contents .other-contents-list li {
    margin: 0;
    width: 46%;
  }
}
#other-contents .other-contents-list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  aspect-ratio: 1/0.52;
  padding-left: 1em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #other-contents .other-contents-list li a {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1152px) {
  #other-contents .other-contents-list li a {
    padding-left: 3em;
    border-radius: 40px;
  }
}
#other-contents .other-contents-list li p {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 1152px) {
  #other-contents .other-contents-list li p {
    margin: 2em 0 0 0;
  }
}
#other-contents .other-contents-list li:nth-child(1) a {
  background: url("../images/banner-img1.jpg") no-repeat center center;
  background-size: cover;
}
#other-contents .other-contents-list li:nth-child(1) a .contents-title-jp {
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1152px) {
  #other-contents .other-contents-list li:nth-child(1) a .contents-title-jp {
    margin: 0 0 40px 0;
  }
}
#other-contents .other-contents-list li:nth-child(2) a {
  background: url("../images/banner-img2.jpg") no-repeat center center;
  background-size: cover;
}
#other-contents .other-contents-list li:nth-child(2) a .contents-title-jp {
  color: #151617;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1152px) {
  #other-contents .other-contents-list li:nth-child(2) a .contents-title-jp {
    margin: 0 0 40px 0;
  }
}

#interview-contents .inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  text-align: left;
}
#interview-contents p {
  margin: 0 0 3em 0;
}

.interview-index {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview-index {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.interview-index__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 1em 0;
}
.interview-index__head .en {
  color: rgba(234, 93, 30, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.617vw + 1.332rem, 2.625rem);
  line-height: 1;
}
.interview-index__head .en strong {
  font-weight: 700;
  font-size: clamp(3.125rem, 3.233vw + 2.288rem, 4.875rem);
  line-height: 1;
}
.interview-index__head .type-icon {
  display: inline-block;
  background-color: #EA5D1E;
  color: #FFFFFF;
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.039vw + 0.981rem, 1.813rem);
  line-height: 1;
  border-radius: 3px;
}
.interview-index__img {
  aspect-ratio: 1/0.72;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.interview-index__data {
  margin: 1em 0 0 0;
  color: #151617;
}
.interview-index__data h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.039vw + 0.981rem, 1.813rem);
  font-size: clamp(1.313rem, 1.039vw + 1.044rem, 1.875rem);
  line-height: clamp(1.838rem, 1.801vw + 1.371rem, 2.813rem);
  margin: 0 0 0.5em 0;
}
.interview-index__data p {
  margin: 0;
}
.interview-index__data p .name {
  font-weight: 700;
}
.interview-index li {
  margin: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  .interview-index li {
    width: 45%;
  }
}
.interview-index li a {
  display: block;
}
.interview-index li a:hover {
  text-decoration: none;
}
.interview-index li:nth-child(1) .interview-index__img {
  background: url("../images/staff-index1.jpg") no-repeat top right;
  background-size: cover;
}
.interview-index li:nth-child(2) .interview-index__img {
  background: url("../images/staff-index2.jpg") no-repeat top right;
  background-size: cover;
}
.interview-index li:nth-child(3) .interview-index__img {
  background: url("../images/staff-index3.jpg") no-repeat top right;
  background-size: cover;
}
.interview-index li:nth-child(4) .interview-index__img {
  background: url("../images/staff-index4.jpg") no-repeat top right;
  background-size: cover;
}

.interview-foot-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}
.interview-foot-index__head {
  margin: 0 0 10px 0;
}
.interview-foot-index__head .en {
  color: rgba(234, 93, 30, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.155vw + 1.451rem, 2.375rem);
  line-height: 1;
}
.interview-foot-index__head .en strong {
  font-weight: 700;
  font-size: clamp(3.438rem, 1.963vw + 2.93rem, 4.5rem);
  line-height: 1;
}
.interview-foot-index__img {
  aspect-ratio: 1/1;
  width: 100%;
}
.interview-foot-index__data {
  margin: 1em 0 0 0;
  color: #151617;
}
.interview-foot-index__data .type-icon {
  display: inline-block;
  background-color: #EA5D1E;
  color: #FFFFFF;
  padding: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.346vw + 0.848rem, 1.125rem);
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 7px;
}
.interview-foot-index__data p {
  margin: 0;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  line-height: clamp(1.05rem, 0.485vw + 0.925rem, 1.313rem);
}
.interview-foot-index__data p .name {
  font-weight: 700;
}
.interview-foot-index li {
  margin: 0 0 40px 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .interview-foot-index li {
    width: 23%;
  }
}
.interview-foot-index li a {
  display: block;
}
.interview-foot-index li a:hover {
  text-decoration: none;
}
.interview-foot-index li:nth-child(1) .interview-foot-index__img {
  background: url("../images/foot-staff1.jpg") no-repeat center center;
  background-size: cover;
}
.interview-foot-index li:nth-child(2) .interview-foot-index__img {
  background: url("../images/foot-staff2.jpg") no-repeat center center;
  background-size: cover;
}
.interview-foot-index li:nth-child(3) .interview-foot-index__img {
  background: url("../images/foot-staff3.jpg") no-repeat center center;
  background-size: cover;
}
.interview-foot-index li:nth-child(4) .interview-foot-index__img {
  background: url("../images/foot-staff4.jpg") no-repeat center center;
  background-size: cover;
}

.voice-head {
  width: 95%;
  margin: 0 0 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice-head {
    max-height: 687px;
    aspect-ratio: 1/0.8;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 0 2em 2em;
  }
}
@media screen and (min-width: 960px) {
  .voice-head {
    aspect-ratio: 1/0.6;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .voice-head {
    aspect-ratio: 1/0.56;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 0 3em 3em;
  }
}
.voice-head__img {
  display: block;
  aspect-ratio: 1/0.56;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .voice-head__img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .voice-head.staff1 {
    background: url("../images/voice-main1.jpg") no-repeat top right;
    background-size: cover;
  }
}
.voice-head.staff1 .voice-head__img {
  background: url("../images/voice-main1.jpg") no-repeat top right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .voice-head.staff2 {
    background: url("../images/voice-main2.jpg") no-repeat top right;
    background-size: cover;
  }
}
.voice-head.staff2 .voice-head__img {
  background: url("../images/voice-main2.jpg") no-repeat top right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .voice-head.staff3 {
    background: url("../images/voice-main3.jpg") no-repeat top right;
    background-size: cover;
  }
}
.voice-head.staff3 .voice-head__img {
  background: url("../images/voice-main3.jpg") no-repeat top right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .voice-head.staff4 {
    background: url("../images/voice-main4.jpg") no-repeat top right;
    background-size: cover;
  }
}
.voice-head.staff4 .voice-head__img {
  background: url("../images/voice-main4.jpg") no-repeat top right;
  background-size: cover;
}
.voice-head .type-icon {
  display: inline-block;
  background-color: #EA5D1E;
  color: #FFFFFF;
  padding: 0em 1em 1em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.346vw + 0.848rem, 1.125rem);
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 7px;
}
.voice-head .type-icon .en {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.617vw + 1.332rem, 2.625rem);
  line-height: clamp(2.275rem, 3.072vw + 1.48rem, 3.938rem);
}
.voice-head .type-icon .en strong {
  font-weight: 700;
  font-size: clamp(3.125rem, 3.233vw + 2.288rem, 4.875rem);
  line-height: clamp(4.063rem, 6.005vw + 2.509rem, 7.313rem);
}
.voice-head h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.188rem, 3.349vw + 0.321rem, 3rem);
  line-height: 1;
}
.voice-head h3 span {
  display: inline-block;
  background-color: rgba(21, 22, 23, 0.7);
  color: #FFFFFF;
  margin-bottom: 2px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .voice-head h3 span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    color: #151617;
    margin-bottom: 4px;
    padding: 15px;
  }
}
.voice-head p {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .voice-head p {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    color: #151617;
    margin-bottom: 4px;
    padding: 15px;
  }
}
.voice-head p .name {
  font-weight: 700;
}

.career-map {
  width: 90%;
  text-align: left;
  margin: 30px auto 60px auto;
}
@media screen and (min-width: 768px) {
  .career-map {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 60px auto;
  }
}
.career-map__title {
  color: #EA5D1E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1.313rem, 1.039vw + 1.044rem, 1.875rem);
  margin: 0 0 0.3em 0;
}
@media screen and (min-width: 768px) {
  .career-map__title {
    margin: 0 2.5em 0 0;
  }
}
.career-map dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.462vw + 0.63rem, 1rem);
  line-height: clamp(1.2rem, 1.478vw + 0.818rem, 2rem);
  color: #8A8A8A;
  float: left;
  padding-left: 1.5em;
  position: relative;
}
.career-map dl dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #BABABA;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
}
.career-map dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.462vw + 0.63rem, 1rem);
  line-height: clamp(1.2rem, 1.478vw + 0.818rem, 2rem);
  margin-left: 7.5em;
  position: relative;
}
.career-map dl dd::after {
  display: block;
  content: "";
  position: absolute;
  top: 1em;
  left: -7em;
  background-color: #BABABA;
  width: 1px;
  height: 100%;
}
.career-map dl dd:last-child::after {
  display: none;
}

.voice-contents {
  text-align: left;
}
.voice-contents__txt {
  width: 90%;
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 768px) {
  .voice-contents__txt {
    width: 50%;
    margin: 0 40px 0 auto;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents__txt {
    margin: 0 60px 0 auto;
  }
}
.voice-contents__txt .question {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  line-height: 1;
  margin-bottom: 2em;
  position: relative;
}
.voice-contents__txt .question::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 100%;
  height: 2px;
  bottom: calc((0.4em + 2px) * -1);
  left: 0;
}
.voice-contents__txt .question span {
  background-color: #EA5D1E;
  color: #FFFFFF;
  padding: 0.3em 0.5em;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.voice-contents__txt h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.155vw + 0.951rem, 1.875rem);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.voice-contents__txt p {
  margin: 0 0 1em 0 !important;
  line-height: 2 !important;
}
.voice-contents__img {
  width: 95%;
  margin: 0 auto 0 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  aspect-ratio: 1/0.65;
}
@media screen and (min-width: 768px) {
  .voice-contents__img {
    width: 50%;
    min-height: 360px;
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 960px) {
  .voice-contents__img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 480px;
  }
}
.voice-contents li {
  margin: 0 0 70px 0;
}
@media screen and (min-width: 768px) {
  .voice-contents li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .voice-contents li:nth-child(2) {
    flex-direction: inherit;
  }
}
@media screen and (min-width: 768px) {
  .voice-contents li:nth-child(2) .voice-contents__txt {
    margin: 0 auto 0 40px;
    padding-left: 0;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1152px) {
  .voice-contents li:nth-child(2) .voice-contents__txt {
    margin: 0 auto 0 60px;
  }
}
.voice-contents li:nth-child(2) .voice-contents__img {
  margin: 0 0 0 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 960px) {
  .voice-contents li:nth-child(2) .voice-contents__img {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.voice-contents li .message-vox {
  width: 90%;
  max-width: 1152px;
  border: #EA5D1E solid 1px;
  border-radius: 5px;
  padding: 1.5em 2em 1.5em 2em;
  margin: 0 auto 0 auto;
}
.voice-contents li .message-vox h5 {
  color: #EA5D1E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  margin-bottom: 0.5em;
}
.voice-contents li .message-vox p {
  margin: 0 !important;
}
.voice-contents.staff1 li:nth-child(1) .voice-contents__img {
  background: url("../images/voice-sub1-1.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff1 li:nth-child(2) .voice-contents__img {
  background: url("../images/voice-sub1-2.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff1 li:nth-child(3) .voice-contents__img {
  background: url("../images/voice-sub1-3.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff2 li:nth-child(1) .voice-contents__img {
  background: url("../images/voice-sub2-1.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff2 li:nth-child(2) .voice-contents__img {
  background: url("../images/voice-sub2-2.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}
.voice-contents.staff2 li:nth-child(2) .voice-contents__img::before {
  content: "本社（淀屋橋）ラボにて";
  position: absolute;
  left: 3em;
  bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  color: #FFFFFF;
}
.voice-contents.staff2 li:nth-child(3) .voice-contents__img {
  background: url("../images/voice-sub2-3.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff3 li:nth-child(1) .voice-contents__img {
  background: url("../images/voice-sub3-1.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff3 li:nth-child(2) .voice-contents__img {
  background: url("../images/voice-sub3-2.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff3 li:nth-child(3) .voice-contents__img {
  background: url("../images/voice-sub3-3.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff4 li:nth-child(1) .voice-contents__img {
  background: url("../images/voice-sub4-1.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff4 li:nth-child(2) .voice-contents__img {
  background: url("../images/voice-sub4-2.jpg") no-repeat top center;
  background-size: cover;
}
.voice-contents.staff4 li:nth-child(3) .voice-contents__img {
  background: url("../images/voice-sub4-3.jpg") no-repeat top center;
  background-size: cover;
}

.interview-schedule {
  background-color: #FFF1E9;
  padding: 70px 0 70px 0;
}
@media screen and (min-width: 960px) {
  .interview-schedule .inner {
    display: flex;
    justify-content: space-between;
  }
}
.interview-schedule .schedule-title {
  margin: 0 0 90px 0;
}
@media screen and (min-width: 960px) {
  .interview-schedule .schedule-title {
    width: 300px;
    margin: 0;
  }
}
.interview-schedule dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 960px) {
  .interview-schedule dl {
    width: calc(100% - 360px);
  }
}
.interview-schedule dl::before {
  display: block;
  content: "";
  position: absolute;
  background: #151617;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.interview-schedule dl dt {
  display: block;
  width: 110px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  min-height: 34px;
  margin: 0 0 40px 0;
}
.interview-schedule dl dt::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/schedule-arrow.png") no-repeat center center;
  background-size: cover;
  width: 14px;
  height: 14px;
  top: 0.5em;
  right: 14px;
}
.interview-schedule dl dt::before {
  display: block;
  content: "";
  position: absolute;
  background: #151617;
  width: 100%;
  height: 1px;
  top: -20px;
  left: 0;
}
.interview-schedule dl dd {
  display: block;
  width: calc(100% - 110px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: clamp(1.4rem, 0.739vw + 1.209rem, 1.8rem);
  margin: 0 0 40px 0;
  min-height: 14px;
  position: relative;
}
.interview-schedule dl dd strong {
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.6rem, 0.785vw + 1.397rem, 2.025rem);
  font-weight: 700;
}
.interview-schedule dl dd::before {
  display: block;
  content: "";
  position: absolute;
  background: #151617;
  width: 100%;
  height: 1px;
  top: -20px;
  left: 0;
}

#graduate-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 90px auto;
  text-align: left;
}
#graduate-contents .outline-head {
  position: relative;
  margin: 40px 0 90px 0;
}
#graduate-contents .outline-head::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFF1E9;
  width: 100%;
  height: 90%;
  top: -10%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #graduate-contents .outline-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
#graduate-contents .outline-head p {
  text-align: left;
  font-size: clamp(1.125rem, 1.155vw + 0.826rem, 1.75rem);
  line-height: clamp(1.8rem, 2.494vw + 1.155rem, 3.15rem);
  width: 90%;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 768px) {
  #graduate-contents .outline-head p {
    width: 42%;
    margin: 0 5% 0 0;
  }
}
#graduate-contents .outline-head__img {
  background: url("../images/outline-img1.jpg") no-repeat center center;
  background-size: cover;
  width: 95%;
  margin: 0 auto 0 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  aspect-ratio: 1/0.45;
}
@media screen and (min-width: 768px) {
  #graduate-contents .outline-head__img {
    width: 48%;
    min-height: 300px;
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 960px) {
  #graduate-contents .outline-head__img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 400px;
  }
}
#graduate-contents .bg-orange {
  background-color: #FFF1E9;
  padding: 70px 0 20px 0;
}
#graduate-contents h3 {
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  position: relative;
  margin: 0 0 60px 0;
}
#graduate-contents h3::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 80px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  margin-left: -40px;
}
@media screen and (min-width: 768px) {
  #graduate-contents h3::after {
    width: 120px;
    margin-left: -60px;
  }
}

.outline .outline-data {
  width: 100%;
  border-collapse: collapse;
  border-bottom: #151617 solid 1px;
}
@media screen and (min-width: 768px) {
  .outline .outline-data {
    border-bottom: none;
  }
}
.outline .outline-data th {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.8rem, 0.831vw + 1.585rem, 2.25rem);
  padding: 1em 1em 0.5em 1em;
  background-color: rgba(21, 22, 23, 0.1);
}
@media screen and (min-width: 768px) {
  .outline .outline-data th {
    white-space: nowrap;
    border-bottom: #151617 dotted 1px;
    display: table-cell;
    padding: 1.5em 1.5em 1.5em 0;
    background-color: rgba(21, 22, 23, 0);
  }
}
.outline .outline-data td {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  line-height: clamp(1.8rem, 0.831vw + 1.585rem, 2.25rem);
  padding: 0.5em 1em 1em 1em;
}
@media screen and (min-width: 768px) {
  .outline .outline-data td {
    border-bottom: #151617 dotted 1px;
    display: table-cell;
    padding: 1.5em 0 1.5em 1.5em;
  }
}
.outline .outline-data td ul {
  margin: 0 0 0 1.5em;
}
.outline .outline-data td ul li {
  list-style-type: disc;
}

#career-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 90px auto;
  text-align: left;
}
#career-contents .outline-head {
  position: relative;
  margin: 40px 0 90px 0;
}
#career-contents .outline-head::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFF1E9;
  width: 100%;
  height: 90%;
  top: -10%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #career-contents .outline-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
#career-contents .outline-head p {
  text-align: left;
  font-size: clamp(1.125rem, 1.155vw + 0.826rem, 1.75rem);
  line-height: clamp(1.8rem, 2.494vw + 1.155rem, 3.15rem);
  width: 90%;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 768px) {
  #career-contents .outline-head p {
    width: 42%;
    margin: 0 5% 0 0;
  }
}
#career-contents .outline-head__img {
  background: url("../images/outline-img2.jpg") no-repeat center center;
  background-size: cover;
  width: 95%;
  margin: 0 auto 0 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  aspect-ratio: 1/0.45;
}
@media screen and (min-width: 768px) {
  #career-contents .outline-head__img {
    width: 48%;
    min-height: 300px;
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 960px) {
  #career-contents .outline-head__img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 400px;
  }
}
#career-contents .bg-orange {
  background-color: #FFF1E9;
  padding: 70px 0 20px 0;
}
#career-contents h3 {
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  position: relative;
  margin: 0 0 60px 0;
}
#career-contents h3::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 80px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  margin-left: -40px;
}
@media screen and (min-width: 768px) {
  #career-contents h3::after {
    width: 120px;
    margin-left: -60px;
  }
}

.flow-list {
  margin: 40px 0 0 0;
}
.flow-list li {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 5%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .flow-list li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1152px) {
  .flow-list li {
    margin-bottom: 80px;
  }
}
.flow-list li::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/flow-arrow.svg") no-repeat center center;
  background-size: cover;
  width: 36px;
  height: 18px;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
}
@media screen and (min-width: 1152px) {
  .flow-list li::before {
    width: 72px;
    height: 36px;
    bottom: -60px;
    margin-left: -36px;
  }
}
.flow-list li .link-buttom {
  margin-top: 1em;
}
.flow-list li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
  position: relative;
  margin: 2em 0 0 0;
}
.flow-list li h5::before {
  display: block;
  color: #EA5D1E;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.346vw + 0.91rem, 1.188rem);
  position: absolute;
  top: -2em;
  left: 0;
}
.flow-list li:nth-child(1) h5::before {
  content: "STEP 1";
}
.flow-list li:nth-child(1) .flow-list__icon::after {
  background: url("../images/flow-icon1.png") no-repeat center center;
  background-size: cover;
}
.flow-list li:nth-child(2) h5::before {
  content: "STEP 2";
}
.flow-list li:nth-child(2) .flow-list__icon::after {
  background: url("../images/flow-icon2.png") no-repeat center center;
  background-size: cover;
}
.flow-list li:nth-child(3) h5::before {
  content: "STEP 3";
}
.flow-list li:nth-child(3) .flow-list__icon::after {
  background: url("../images/flow-icon3.png") no-repeat center center;
  background-size: cover;
}
.flow-list li:nth-child(4) h5::before {
  content: "STEP 4";
}
.flow-list li:nth-child(4) .flow-list__icon::after {
  background: url("../images/flow-icon4.png") no-repeat center center;
  background-size: cover;
}
.flow-list li:nth-child(5) {
  margin-bottom: 0;
}
.flow-list li:nth-child(5)::before {
  display: none;
}
.flow-list li:nth-child(5) h5::before {
  content: "STEP 5";
}
.flow-list li:nth-child(5) .flow-list__icon::after {
  background: url("../images/flow-icon5.png") no-repeat center center;
  background-size: cover;
}
.flow-list__icon {
  position: relative;
  padding-left: 97px;
  min-height: 77px;
}
.flow-list__icon::after {
  display: block;
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  width: 77px;
  height: 77px;
}
@media screen and (min-width: 960px) {
  .flow-list__icon {
    width: 360px;
  }
  .flow-list__icon::after {
    top: 0;
  }
}
@media screen and (min-width: 1152px) {
  .flow-list__icon {
    width: 420px;
    padding-left: 184px;
    min-height: 154px;
  }
  .flow-list__icon::after {
    width: 154px;
    height: 154px;
  }
}
@media screen and (min-width: 960px) {
  .flow-list__txt {
    width: calc(100% - 360px);
  }
}
@media screen and (min-width: 1152px) {
  .flow-list__txt {
    width: calc(100% - 420px);
  }
}

.message-fv {
  background: url("../images/message-fv-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1.1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .message-fv {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (min-width: 1280px) {
  .message-fv {
    aspect-ratio: 1/0.6;
  }
}
.message-fv .page-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 2.079vw + 1.337rem, 3rem);
  position: relative;
  text-transform: capitalize;
  color: #EA5D1E;
  margin: 0 0 0.2em 5%;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .message-fv .page-title-en {
    padding-left: 40px;
  }
}
.message-fv .page-title-en::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 20px;
  height: 3px;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 960px) {
  .message-fv .page-title-en::after {
    width: 30px;
  }
}
.message-fv .page-title-jp {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 2.309vw + 1.652rem, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 0 5% 5%;
}
.message-fv .page-title-jp span {
  display: inline-block;
  background-color: rgba(21, 22, 23, 0.65);
  padding: 0.2em 0.3em;
  margin-bottom: 2px;
}
.message-fv .page-title-jp span.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
}

#message-contents {
  margin: 0 0 90px 0;
}
#message-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #message-contents .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#message-contents .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.155vw + 0.826rem, 1.75rem);
  line-height: clamp(1.688rem, 2.379vw + 1.072rem, 2.975rem);
  margin: 3em 0 2em 0;
}
@media screen and (min-width: 768px) {
  #message-contents .inner .message-txt {
    width: 58%;
  }
}
#message-contents .inner .message-txt p {
  font-weight: 400;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #message-contents .inner .message-img {
    width: 38%;
  }
}
#message-contents .inner .message-img .img {
  background: url("../images/ceo-img.jpg") no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1.05;
  border-radius: 20px;
  margin-bottom: 15px;
}
#message-contents .inner .message-img p strong {
  display: inline-block;
  width: 190px;
  aspect-ratio: 1/0.2;
  background: url("../images/sign.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 1152px) {
  #message-contents .inner .message-img p strong {
    width: 200px;
  }
}

#merit-contents .bg-orange {
  background-color: #FFF1E9;
  padding: 70px 0 20px 0;
}
#merit-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

.mert-list li {
  list-style-type: none;
  margin: 0 0 70px 0;
}
@media screen and (min-width: 768px) {
  .mert-list li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .mert-list li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .mert-list__txt {
    width: 48%;
  }
}
.mert-list__txt h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.313rem, 0.808vw + 1.103rem, 1.75rem);
  line-height: clamp(1.838rem, 1.455vw + 1.461rem, 2.625rem);
  position: relative;
  margin: 0 0 30px 0;
  padding-left: 40px;
}
.mert-list__txt h4::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #6C6C6C;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
}
.mert-list__txt h4::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-merit.png") no-repeat;
  top: 0.3em;
  left: 0;
  width: 25px;
  height: 25px;
}
.mert-list__txt p {
  line-height: 2;
}
.mert-list__img {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .mert-list__img {
    margin: 0;
    width: 48%;
  }
}
.mert-list__img img {
  border-radius: 20px;
}

#data-contents .bg-orange {
  background-color: #FFF1E9;
  padding: 70px 0 20px 0;
}
#data-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .data-vox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.data-vox .data {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 4% 4% 4% 10%;
}
@media screen and (min-width: 768px) {
  .data-vox .data {
    padding: 4%;
  }
}
.data-vox .data.number-img01 {
  background: #FFFFFF url("../images/number-img01.png") no-repeat top right;
  background-size: 40% auto;
}
.data-vox .data.number-img02 {
  background: #FFFFFF url("../images/number-img02.png") no-repeat top right;
  background-size: 40% auto;
}
.data-vox .data.number-img03 {
  background: #FFFFFF url("../images/number-img03.png") no-repeat top right;
  background-size: 40% auto;
}
.data-vox .data.number-img04 {
  background: #FFFFFF url("../images/number-img04.png") no-repeat top right;
  background-size: 40% auto;
}
.data-vox .data.number-img05 {
  background: #FFFFFF url("../images/number-img05.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img05 {
    background-position: 90% 10%;
  }
}
.data-vox .data.number-img06 {
  background: #FFFFFF url("../images/number-img06.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img06 {
    background-position: 90% 10%;
  }
}
.data-vox .data.number-img07 {
  background: #FFFFFF url("../images/number-img07.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img07 {
    background-position: 90% 10%;
  }
}
.data-vox .data.number-img08 {
  background: #FFFFFF url("../images/number-img08.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img08 {
    background-position: 90% 10%;
  }
}
.data-vox .data.number-img09 {
  background: #FFFFFF url("../images/number-img09.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img09 {
    background-position: 90% 10%;
  }
}
.data-vox .data.number-img10 {
  background: #FFFFFF url("../images/number-img10.png") no-repeat top right;
  background-size: 40% auto;
}
@media screen and (min-width: 768px) {
  .data-vox .data.number-img10 {
    background-position: 90% 10%;
  }
}
.data-vox .data h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.313rem, 0.577vw + 1.163rem, 1.625rem);
  line-height: clamp(1.838rem, 1.109vw + 1.551rem, 2.438rem);
  margin-bottom: 0.3em;
}
.data-vox .data h4 small {
  font-weight: 400;
  font-size: 10pt;
}
.data-vox .data p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: clamp(1.575rem, 0.785vw + 1.372rem, 2rem);
}
.data-vox .data .details {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2.375rem, 1.155vw + 2.076rem, 3rem);
  line-height: 1;
  color: #EA5D1E;
}
.data-vox .data .details .number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(6.25rem, 5.774vw + 4.756rem, 9.375rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-right: 5px;
}
.data-vox .data .details2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  color: #EA5D1E;
}
.data-vox .data .details2__vox {
  margin: 0.3em 0.7em 0 0;
}
.data-vox .data .details2 .number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(6.25rem, 2.309vw + 5.652rem, 7.5rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-right: 5px;
}
.data-vox.vox1 .data {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .data-vox.vox1 .data {
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .data-vox.vox1 .data {
    width: calc((100% - 50px) / 2);
    margin: 0 0 50px 0;
  }
}
.data-vox.vox2 .data {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .data-vox.vox2 .data {
    width: calc((100% - 60px) / 3);
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .data-vox.vox2 .data {
    width: calc((100% - 100px) / 3);
    margin: 0 0 50px 0;
  }
}
.data-vox.vox2 .data h4 {
  font-size: clamp(1.313rem, 0.115vw + 1.283rem, 1.375rem);
}
.data-vox.vox2 .data .details {
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
}
.data-vox.vox2 .data .details .number {
  font-size: clamp(6.25rem, 2.309vw + 5.652rem, 7.5rem);
}
.data-vox.vox2 .data .details2 {
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
}
.data-vox.vox2 .data .details2__vox {
  margin: 0.3em 0em 0 0;
}
.data-vox.vox2 .data .details2 .number {
  font-size: clamp(6.25rem, 0vw + 6.25rem, 6.25rem);
}

#faq-contents .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 90px auto;
  text-align: left;
}

.faq-list dt {
  background: #FFF1E9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.231vw + 1.065rem, 1.25rem);
  line-height: clamp(2.025rem, 0.878vw + 1.798rem, 2.5rem);
  color: #EA5D1E;
  padding: 1em 1em 1em 85px;
  position: relative;
}
.faq-list dt::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-q.svg") no-repeat center center;
  background-size: cover;
  width: 38.29px;
  height: 42px;
  top: 1em;
  left: 25px;
}
.faq-list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.688rem, 0.577vw + 1.538rem, 2rem);
  padding: 1em 1em 3em 85px;
  position: relative;
}
.faq-list dd::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-a.svg") no-repeat center center;
  background-size: cover;
  width: 38.29px;
  height: 42px;
  top: 1em;
  left: 25px;
}

#recruit-entry .bg-orange {
  background-color: #FFF1E9;
  padding: 60px 0;
}
@media screen and (min-width: 1152px) {
  #recruit-entry .bg-orange {
    padding: 90px 0;
  }
}
#recruit-entry .inner {
  background-color: #FFFFFF;
  padding: 2em 1em;
  border-radius: 10px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #recruit-entry .inner {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-entry .inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-entry .inner {
    padding: 80px;
  }
}
#recruit-entry h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.808vw + 1.041rem, 1.688rem);
  line-height: clamp(1.625rem, 1.363vw + 1.272rem, 2.363rem);
  margin: 0 0 1em 0;
}
#recruit-entry h3 br {
  display: block;
}
@media screen and (min-width: 768px) {
  #recruit-entry h3 br {
    display: none;
  }
}
#recruit-entry p {
  text-align: left;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  #recruit-entry p {
    text-align: center;
  }
}
#recruit-entry .required {
  color: #D71718;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  font-weight: bold;
}
#recruit-entry .form-vox {
  margin: 20px 0 0 0;
  text-align: left;
}
#recruit-entry .form-vox .radio-vox div {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 960px) {
  #recruit-entry .form-vox dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#recruit-entry .form-vox dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0.5em 0;
}
@media screen and (min-width: 960px) {
  #recruit-entry .form-vox dl dt {
    width: 9em;
  }
}
#recruit-entry .form-vox dl dt br {
  display: none;
}
@media screen and (min-width: 960px) {
  #recruit-entry .form-vox dl dt br {
    display: block;
  }
}
#recruit-entry .form-vox dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 960px) {
  #recruit-entry .form-vox dl dd {
    width: calc(100% - 15em);
  }
}
#recruit-entry .form-vox dl dd strong {
  font-weight: 500;
}
#recruit-entry .form-vox dl dd .vox {
  margin: 0 0 1.5em 0;
}
#recruit-entry .form-vox dl dd .upload-vox {
  border: #C3C3C3 solid 1px;
  background-color: #FFFFFF;
  padding: 3em 3em;
  margin: 0 0 1em 0;
}
#recruit-entry .form-vox dl dd .caution {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}
#recruit-entry .form-vox dl dd .caution li {
  font-size: clamp(0.75rem, 0.231vw + 0.69rem, 0.875rem);
  line-height: clamp(1.35rem, 0.739vw + 1.159rem, 1.75rem);
}
#recruit-entry .form-vox dl dd .checkbox-list li {
  display: block;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  #recruit-entry .form-vox dl dd .checkbox-list li {
    display: inline;
    margin: 0 1em 0.5em 0;
  }
}
#recruit-entry .form-type {
  margin: 60px 0 0 0;
}
#recruit-entry .form-type input[type=submit],
#recruit-entry .form-type input[type=button],
#recruit-entry .form-type input[type=text],
#recruit-entry .form-type input[type=file],
#recruit-entry .form-type select,
#recruit-entry .form-type textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
#recruit-entry .form-type input[type=text] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 50px;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#recruit-entry .form-type input[type=text].large {
  width: 100%;
}
#recruit-entry .form-type input[type=text].medium {
  width: 85%;
}
#recruit-entry .form-type input[type=text].short {
  width: 50%;
}
#recruit-entry .form-type input[type=file] {
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#recruit-entry .form-type select {
  width: 50%;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 50px;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#recruit-entry .form-type textarea {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 300px;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.938rem, 0.115vw + 0.908rem, 1rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#recruit-entry .form-type input[type=checkbox],
#recruit-entry .form-type input[type=radio] {
  margin: 0 0.5em 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#recruit-entry .form-type input[type=checkbox] {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
#recruit-entry .form-type input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
#recruit-entry .form-type input[type=radio] {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
#recruit-entry .form-type input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}
#recruit-entry .submit-box {
  text-align: center;
  width: 90%;
  margin: 40px auto 0 auto;
}
#recruit-entry .submit-box p {
  margin: 0 0 2em 0;
}
#recruit-entry .submit-box button {
  max-width: 322px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #EA5D1E;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  padding: 1.5em 0;
  transition: 0.2s;
}
#recruit-entry .submit-box button:hover {
  opacity: 0.75;
}
#recruit-entry .submit-box button.reverse::before {
  right: inherit;
  left: 0;
}
#recruit-entry .submit-box input[type=submit],
#recruit-entry .submit-box input[type=button] {
  max-width: 322px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #EA5D1E;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
  padding: 1.5em 0;
  position: relative;
  transition: 0.2s;
}
#recruit-entry .submit-box input[type=submit]:hover,
#recruit-entry .submit-box input[type=button]:hover {
  opacity: 0.75;
}
#recruit-entry .submit-box input[type=submit].reverse::before,
#recruit-entry .submit-box input[type=button].reverse::before {
  right: inherit;
  left: 0;
}
#recruit-entry .formTable {
  width: 100%;
  border-collapse: collapse;
}
#recruit-entry .formTable th {
  text-align: right;
  vertical-align: middle;
  padding: 0.5em 0.5em 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.786rem + 0.298vw, 1rem);
  line-height: 2;
}
#recruit-entry .formTable td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 1em 0.5em 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.786rem + 0.298vw, 1rem);
  line-height: 2;
}
#recruit-entry .confirmation {
  line-height: 2;
  color: #D71718;
}
@media screen and (min-width: 768px) {
  #recruit-entry .confirmation {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */