/* reset ----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #171717;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* end_reset ----------------------------------- */
body {
  color: #171717;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.8em;
}

.sec_inner {
  max-width: 1260px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

.sec_inner_s {
  max-width: 1084px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

section {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 3em;
}

section p {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  section {
    font-size: 14px;
  }
  section p {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 300px) {
  .sec_inner, .sec_inner_s {
    padding: 0 15px;
  }
}
/*---------------------header------------------ */
header {
  max-width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 0 15px;
}

.header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 0 0 0 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.header_in.menu {
  border-radius: 20px 20px 0 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header.fixed .header_in {
  border-radius: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header.fixed {
  position: fixed;
  top: 0;
  max-width: 100%;
  padding: 0;
}

.logo {
  width: 300px;
  height: 50px;
  padding-top: 4px;
}

.logo h1 {
  display: inline-block;
  width: 160px;
  margin-right: 20px;
}

.logo h1 {
  vertical-align: bottom;
}

.logo span {
  display: inline-block;
  vertical-align: -3px;
  line-height: 1;
  font-weight: 700;
}

.header_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_in ul li.parent,
.header_in ul li.noparent {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-bottom: 3px #fff solid;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_in ul li.parent:hover,
.header_in ul li.noparent:hover {
  border-bottom: 3px #ff8500 solid;
}

.header_in ul li div {
  font-weight: 700;
  font-size: 18px;
}

.header_in ul li.parent:hover a,
.header_in ul li.noparent:hover a {
  color: #ff8500;
}

.header_in ul li .menu_panel {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 45px 25px 45px;
  border-radius: 0 0 20px 20px;
  border-top: 1px #ddd solid;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.header_in ul li .menu_panel ul {
  display: block;
}

.header_in ul li .menu_panel ul li.item {
  float: left;
  display: inline-block;
  width: 25%;
  padding-left: 25px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/arrow_ora.svg) left center/10px no-repeat;
}

.header_in ul li .menu_panel ul li.item a {
  position: relative;
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.header_in ul li .menu_panel ul li.item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fc8526;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_in ul li .menu_panel ul li.item a:hover {
  color: #ff8500;
}

.header_in ul li .menu_panel ul li.item a:hover:after {
  width: 100%;
}

#pc_nav > li:not(:last-child) {
  margin-right:5px;
}

header .header_in #pc_nav > li:last-child,
header .header_in #pc_nav > li:last-child > *:first-child{
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

header .header_in #pc_nav > li:last-child {
  background: #fc8526;
  border-radius: 0 20px 20px 0;
  border-bottom: 3px transparent solid;
}

header .header_in #pc_nav > li:last-child > *:first-child {
  color: #fff;
  font-weight: 700;
}

header .header_in #pc_nav:hover > li,
header .header_in #pc_nav > li:hover:last-child > *:first-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

header .header_in.menu #pc_nav > li:last-child {
  border-radius: 0 20px 0 0;
}

header .header_in #pc_nav > li:hover:last-child {
  background: #ffffff;
  border-bottom-color: #ff8500;
}

header .header_in #pc_nav > li:hover:last-child > *:first-child {
  color: #ff8500;
}

header.fixed .header_in #pc_nav > li:last-child {
  border-radius: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

#drawer {
  display: none;
}

@media screen and (max-width: 1412px) {
  .header_in ul li.parent,
  .header_in ul li.noparent {
    padding: 5px;
  }
  .header_in ul li.parent:not(:last-child),
  .header_in ul li.noparent:not(:last-child) {
    margin: 0 10px;
  }
  .header_in ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1160px) {
  #pc_nav {
    display: none;
  }
  header {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    padding: 0;
  }
  header.fixed {
    width: 100%;
  }
  .header_in {
    border-radius: 10px 10px 10px 10px;
    padding: 8px 15px;
    z-index: 5;
    height: 65px;
  }
  .header_in.menu {
    border-radius: 10px 10px 0 0;
  }
  .logo {
    width: 220px;
    height: auto;
  }
  .logo h1 {
    width: 130px;
    margin-right: 10px;
  }
  .logo h1 img {
    width: 130px;
  }
  .logo span {
    font-size: 13px;
    vertical-align: -2px;
    line-height: 1;
  }
  .hamburg {
    cursor: pointer;
    display: block;
    height: 26px;
    position: relative;
    width: 32px;
  }
  .hamburg .n_bar {
    background: #ff8500;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburg .n_bar:first-child {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
  }
  .hamburg .n_bar:last-child {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
        transform: translateY(10px);
  }
  .hamburg.open .n_bar {
    opacity: 0;
  }
  .hamburg.open .n_bar:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .hamburg.open .n_bar:last-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  #drawer {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px #ddd solid;
    padding: 0 20px 20px 20px;
    z-index: 10;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
  }
  .fixed #drawer {
    border-radius: 0;
  }
  #drawer div.label {
    line-height: 36px;
    padding: 10px 30px 10px 20px;
    position: relative;
    font-weight: 700;
    background: url(/ja/recruit/images/arrow_ora.svg) left center/8px no-repeat;
    width: 90%;
    display: inline-block;
  }
  #drawer div.trigger {
    width: 10%;
    padding: 10px 0;
    display: inline-block;
    position: relative;
 }
  #drawer div.item_box {
    border-bottom: 1px #ddd solid;
  }
  #drawer div.item_box.draw_home {
    padding: 10px 0;
    font-weight: 700;
    line-height: 36px;
  }
  #drawer div.item_box.draw_home a {
    display: block;
  }
  #drawer .item_box:last-child .label span {
    font-weight:bold;
  }
  #drawer div.trigger:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
    width: 14px;
    height: 1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: #ff8100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #drawer div.trigger:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
    width: 14px;
    height: 1px;
    background: #ff8100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #drawer div.trigger.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #drawer div.trigger.open:before {
    opacity: 0;
  }
  #drawer div.target {
    display: none;
    margin: 0 0 10px 0;
  }
  #drawer div.target .tx_gray {
    display: inline-block;
    margin: 20px 0 10px 0;
  }
  #drawer div.target li {
    padding: 10px 0 10px 30px;
    background: url(/ja/recruit/images/arrow_ora.svg) 10px 50%/8px no-repeat;
    margin-bottom: 5px;
  }

  #drawer .item_box:last-child div.trigger:before,
  #drawer .item_box:last-child div.trigger:after {
      background: white;
      height: 2px;
  }
  #drawer div.trigger .primary {
      background: #ff8100;
      position: absolute;
      top: -5px;
      right: 0;
      width: 39px;
      aspect-ratio: 1 / 1;
      z-index: -1;
      border-radius: 999px;
      border-radius: 999px;
  }
}
/*---------------------footer------------------ */
footer {
  background-color: #000;
  padding: 80px 0 0 0;
}

.footer_in {
  max-width: 1230px;
  margin: 0 auto 80px auto;
  color: #fff;
  padding: 0 15px;
}

.footer_head {
  margin-bottom: 60px;
}

.footer_head img {
  width: 200px;
  vertical-align: -7px;
  margin-right: 15px;
}

.footer_head span {
  display: inline-block;
}

.footer_in .footer_item, .footer_in .footer_ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.footer_in ul {
  margin-bottom: 60px;
}

.footer_in ul:last-child {
  margin-bottom: 0;
}

.footer_in ul li {
  margin-bottom: 15px;
}

.footer_in a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

.footer_in a:hover {
  color: #ff8500;
}

.box4 {
  width: 23%;
}

.footer_in .label, .footer_in .trigger, .footer_in .non_trigger {
  display: none;
}

.footer_in .target {
  display: block;
}

.tx_footer {
  background-color: #fff;
  padding: 30px 0;
}

.tx_footer_in {
  max-width: 1260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 30px;
}

.tx_footer_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx_footer_in li {
  margin-right: 30px;
}

footer hr {
  border-top: #555 1px solid;
  margin: 50px 0 30px;
}

.othersite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.othersite li {
  margin-right: 40px;
}

.othersite li a {
  background: url(/ja/recruit/images/outlink.svg) right center/17px no-repeat;
  padding-right: 25px;
}

.out_link {
  background: url(../images/outlink.svg) right center/17px no-repeat;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 0 0;
  }
  .footer_in {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 45px auto;
  }
  .footer_head {
    margin-bottom: 40px;
  }
  .footer_in .footer_item {
    display: none;
  }
  .footer_in .footer_ttl {
    font-size: 16px;
    margin-top: 30px;
  }
  .footer_in ul {
    margin: 0;
  }
  .footer_in ul li {
    margin-bottom: 10px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box4 {
    width: 100%;
    position: relative;
  }
  .footer_in .label {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    border-top: 1px #555 solid;
  }
  .footer_in .label a,
  .footer_in .label {
    font-size: 16px;
    font-weight: 700;
  }
  .footer_in .trigger {
    display: inline-block;
    padding: 20px 0;
    position: absolute;
    width: 14px;
    right: 5px;
  }
  .footer_in .target {
    display: none;
  }
  .box4:last-child {
    border-bottom: 1px #555 solid;
  }
  .footer_in div.trigger:before {
    content: "";
    position: absolute;
    top: 28px;
    right: 0px;
    width: 14px;
    height: 1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: #555;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer_in div.trigger:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0px;
    width: 14px;
    height: 1px;
    background: #555;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .footer_in div.trigger.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer_in div.trigger.open:before {
    opacity: 0;
  }
  .tx_footer {
    padding: 30px 0;
  }
  .tx_footer_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tx_footer_in ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .othersite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .othersite li {
    margin-right: 0;
  }
}
@media screen and (max-width: 300px) {
  .logo h1 {
    width: 90px;
  }
  .logo h1 img {
    width: 90px;
  }
  .logo span {
    font-size: 10px;
  }
  .footer_in {
    padding: 0 15px;
  }
}
/*---------------------top_pic------------------ */
.top {
  width: 100%;
  background-color: #f4f2ef;
  position: relative;
}

.top_pic {
  width: 100%;
  aspect-ratio: 18/7;
  display: block;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.top_box {
  position: absolute;
  bottom: -42px;
  max-width: 1290px;
  padding: 0 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 7;
  line-height: 1;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btns li {
  width: 23.75%;
  display: block;
  height: 74px;
}

.btns .btns_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 8;
}

.btns .btns_item a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 9;
}

.btns .btns_item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 0%;
  height: 100%;
  background-color: #fc8526;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.btns .btns_item a:hover:before {
  width: 100%;
}

.btns .btns_item a:hover span {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 1260px) {
  .header_in ul li div {
    font-size: 16px;
  }
  .top_box ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top_pic {
    width: 85%;
  }
  .top_box ul li {
    width: 32%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top {
    height: auto;
  }
  .top_box {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
  .top_pic {
    width: 100%;
    aspect-ratio: 75/64;
  }
  .top_copy span {
    font-size: 15px;
  }
  .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btns .btns_item {
    margin: 0 auto 25px auto;
    z-index: 5;
    width: 43%;
    height: 64px;
  }
  .btns li a {
    height: 64px;
    border-radius: 10px;
    width: 100%;
  }
  .btns .btns_item a span {
    font-size: 15px;
  }
}
/*---------------------main------------------ */
#index {
  width: 100%;
  padding: 120px 0 100px 0;
  background-color: #f4f2ef;
}

.index_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 65px;
}

.idbox_pic {
  width: 40%;
}

.idbox_pic figure {
  height: 100%;
}

.idbox_tx {
  width: 60%;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idbox_tx .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.idbox_ttl {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 35px;
  background: url(/ja/recruit/images/arrow_ora.svg) left center/15px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idbox_ttl h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

.idbox_ttl .ttl_after {
  background-color: #fc8526;
  content: "";
  height: 1px;
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.idbox_ttl a h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fc8526;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.idbox_ttl a:hover h2 {
  color: #fc8526;
}

.idbox_ttl a:hover h2:after {
  width: 100%;
}

.idbox_item {
  width: 50%;
  background: url(/ja/recruit/images/arrow_ora.svg) left top 15px/8px no-repeat;
  padding: 0 5px 0 26px;
  margin-bottom: 10px;
}

.idbox_item a {
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  padding-bottom: 4px;
}

.idbox_item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fc8526;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.idbox_item a:hover {
  color: #fc8526;
}

.idbox_item a:hover:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #index {
    padding: 20px 0 60px 0;
  }
  .index_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
  .idbox_pic {
    width: 100%;
  }
  .idbox_tx {
    width: 100%;
    padding: 25px 30px;
  }
  .idbox_tx .flex {
    width: 100%;
  }
  .idbox_ttl h2 {
    font-size: 22px;
  }
  .idbox_item {
    width: 100%;
    background: url(/ja/recruit/images/arrow_ora.svg) left top 10px/8px no-repeat;
  }
  .idbox_item a {
    font-size: 15px;
  }
}
/*---------------------interview_slider------------------ */
#interview {
  background-color: #fff;
  padding: 90px 0;
}

#interview .sec_inner {
  margin-bottom: 45px;
}

.interview_in {
  width: -webkit-calc(100vw - (100vw - 1185px) / 2);
  width: calc(100vw - (100vw - 1185px) / 2);
  margin: 0 0 0 auto;
  padding: 0 0 0 15px;
}

.interview_in a.index_top {
  max-width: 1200px;
  margin-bottom: 50px;
}

.slider {
  position: relative;
}

.int_box {
  padding: 0 48px 0 0;
}

.int_box figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.int_box h3 span.title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.int_box:hover h3 span.title {
  color: #ff8500;
}

.int_box h3 span.person {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.int_box figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 100;
  border-radius: 20px;
  border: 4px #ff8500 solid;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.int_box:hover figure:after {
  opacity: 1;
}

.int_box figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.int_box:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.int-next {
  position: absolute;
  top: 80px;
  right: 15px;
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.int-prev {
  display: none !important;
}

.int-next:hover {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  cursor: pointer;
}

.int-next img {
  width: 85px;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .interview_in {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 40px 0;
  }
  .interview_in {
    width: 100%;
  }
  .interview_in a.index_top {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0 25px 20px 25px;
  }
  .int_box {
    padding: 0 15px 0 15px;
    margin-left: -30px;
  }
  .slider {
    margin-left: 25px;
  }
  .int_box h3 span.title {
    font-size: 18px;
  }
  .int_box h3 span.person {
    font-size: 12px;
  }
  .int-next {
    top: 100px;
  }
  .int-next img {
    width: 48px;
  }
}
/*---------------------SNS------------------ */
#sns {
  background-color: #f4f2ef;
  margin-bottom: 0;
  padding: 80px 15px;
}

.sns_in {
  max-width: 980px;
  margin: 0 auto;
}

.sns_in .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sns hr {
  display: block;
  height: 1px;
  background-color: #ddd;
  max-width: 980px;
  margin: 25px auto 65px auto;
}

#sns h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
  white-space: nowrap;
  padding: 0 1.5rem;
}

.sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_tw, .sns_fq {
  width: 470px;
  height: 100px;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.sns_tw > *, .sns_fq > * {
  font-weight: 700;
}

.under_link {
  width: 470px;
  height: 100px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  padding: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-align: center;
  margin-bottom: 10px;
}

.link_btn {
  margin-bottom: 30px;
  width: 48%;
}

.line_bs {
  background-color: #ff8500;
  height: 1px;
  margin: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sns_tw:hover, .sns_fq:hover, .under_link:hover {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 0.8;
}

.sns_tw {
  background: url(/ja/recruit/images/twitter.svg) left 30px center/40px no-repeat #fff;
}

.sns_fq {
  background: #fff;
}

/*
.sns_fq {
  background: url(/ja/recruit/images/faq.svg) left 30px center / 40px no-repeat #fff;
}
*/
.under_banner {
  height: 60px;
}

@media screen and (max-width: 1030px) {
  #sns {
    padding: 40px 25px;
  }
  .sns_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sns h2 {
    font-size: 1.5rem;
  }
  .under_link {
    width: 100%;
    height: 80px;
    padding: 15px;
  }
  .under_banner {
    max-height: 100%;
    max-width: 100%;
  }
  .link_btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .line_bs {
    margin: 15px 0;
  }
  .sns_tw, .sns_fq {
    width: 100%;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }
  .sns_tw {
    margin-bottom: 30px;
  }
  .sns hr {
    margin: 15px auto 40px auto;
  }
}
/* -------------------------- module -------------------------------- */
.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: block !important;
  }
  .for_pc {
    display: none !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tx_gray {
  color: #aaa;
}

.note {
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
}

.img_full {
  width: 100%;
}

.img_max {
  max-width: 100%;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}

#overlay.open {
  display: block;
}