@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.common-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 326px;
  gap: 14px 26px;
}
.common-links a {
  width: 150px;
  font-size: 118.75%;
  font-weight: bold;
  background-image: url(../images/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px auto;
  padding-left: 30px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none !important;
  line-height: 1;
}

#banner-vacancy {
  display: block;
  position: relative;
  background-color: #e28b00;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  text-decoration: none !important;
  transition: 0.2s;
}
#banner-vacancy:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#banner-vacancy::before {
  position: absolute;
  content: "";
  background-image: url(../images/home/banner-text01.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 560px;
  width: 100%;
  height: 100%;
  left: -8px;
  right: 0;
  top: -58px;
  pointer-events: none;
}
#banner-vacancy em {
  font-size: 187.5%;
  font-weight: bold;
}
#banner-vacancy .btn {
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  padding: 10px 25px;
  font-size: 118.25%;
  margin-left: 30px;
}
#banner-vacancy .fluid-human p {
  position: absolute;
  pointer-events: none;
}
#banner-vacancy .fluid-human .h01 {
  bottom: 8px;
  left: -12px;
}
#banner-vacancy .fluid-human .h02 {
  bottom: -28px;
  left: 131px;
}
#banner-vacancy .fluid-human .h03 {
  bottom: -36px;
  right: 133px;
}
#banner-vacancy .fluid-human .h04 {
  bottom: -28px;
  right: -8px;
}

#common-vacancy {
  display: block;
  position: fixed;
  top: 17.5em;
  right: 0;
  background-color: #e28b00;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  text-decoration: none !important;
  transition: 0.2s;
  width: 60px;
  padding: 60px 20px 73px;
  box-sizing: border-box;
  line-height: 1.05;
}
#common-vacancy:hover {
  opacity: 0.9;
  transition: 0.2s;
}
#common-vacancy em {
  font-size: 112.5%;
  font-weight: bold;
}
#common-vacancy .btn {
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  padding: 10px 25px;
  font-size: 118.25%;
  margin-left: 30px;
}
#common-vacancy .fluid-human p {
  position: absolute;
  pointer-events: none;
}
#common-vacancy .fluid-human .h01 {
  top: -30px;
  left: 5px;
}
#common-vacancy .fluid-human .h04 {
  bottom: -23px;
  left: 10px;
}

#modal-video .video {
  width: 277px;
  height: 277px;
  background-color: #fff100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.2s;
}
#modal-video .video:hover {
  opacity: 0.85;
  transition: 0.2s;
}
#modal-video .en {
  font-family: "Oswald", sans-serif;
  font-size: 237.5%;
  font-weight: 500;
  line-height: 1.1;
}
#modal-video .ja {
  display: block;
  font-weight: bold;
  font-size: 137.5%;
  margin: 5px 0 12px;
}

.variable-box {
  display: flex;
}
.variable-box .text {
  flex: 1;
}

/* SUBNAV */
#subnav,
#subnav_layer {
  margin-bottom: 80px;
}
#subnav .no-use a,
#subnav_layer .no-use a {
  background-color: #ccc !important;
}
#subnav > span,
#subnav_layer > span {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 162.5%;
  /*26px*/
}
#subnav .subnav-list,
#subnav_layer .subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 50px;
}
#subnav .subnav-list li a,
#subnav_layer .subnav-list li a {
  font-size: 106.25%;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
  color: #000 !important;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#subnav .subnav-list li a::before,
#subnav_layer .subnav-list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
}
#subnav .subnav-list li a:hover,
#subnav_layer .subnav-list li a:hover {
  opacity: 0.6;
}

.archive-news {
  margin-top: 110px;
}
.archive-news img {
  display: none;
}
.archive-news dd:not(:last-of-type) {
  border-bottom: dotted 1px #004682;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-news {
  margin-top: 110px;
}
.single-news .title {
  font-weight: bold;
  font-weight: 125%;
  color: #004682;
  border-bottom: dotted 1px #004682;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 50px 0 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #494949;
  text-align: center;
  font-size: 14px;
  text-decoration: none !important;
  color: #004682;
  border-right: 1px solid #004682;
  padding: 0 15px;
  width: 40px;
}
.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
  width: 80px;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #004682;
  border-color: #004682 !important;
}

/* wp-editor */
#content .wp-editer {
  overflow: hidden;
}
#content .wp-editer strong {
  font-weight: bold;
}
#content .wp-editer em {
  font-style: italic;
}
#content .wp-editer img {
  max-width: 100%;
  height: auto;
}
#content .wp-editer ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editer ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editer h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editer h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editer h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editer h4 {
  font-weight: bold;
}
#content .wp-editer h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editer h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft,
blockquote.alignright,
img.alignright,
.wp-caption.alignright,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

@media all and (min-width: 751px) {
  /* MAINV */
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  .common-links {
    justify-content: center;
    max-width: 80%;
    gap: 10px;
  }
  .common-links a {
    width: 115px;
    font-size: 100%;
    background-size: 15px auto;
    padding-left: 18px;
  }
  #banner-vacancy {
    padding: 35px 10px 82px;
    margin: 0 -30px 50px;
  }
  #banner-vacancy::before {
    background-image: url(../images/home/banner-text01_sp.svg);
    background-size: 105px;
    width: 105px;
    height: 430px;
    left: calc(50% - 50px);
    right: 0;
    top: -144px;
  }
  #banner-vacancy em {
    font-size: 125%;
    line-height: 1.3;
    margin-bottom: 15px;
    display: inline-block;
  }
  #banner-vacancy p span {
    font-size: 125%;
    line-height: 1.3;
  }
  #banner-vacancy .btn {
    padding: 5px 10px;
    font-size: 118.25%;
    display: block;
    margin: 0;
    width: 185px;
    margin: auto;
    margin-top: 30px;
  }
  #banner-vacancy .fluid-human p {
    width: 70px;
  }
  #banner-vacancy .fluid-human .h01 {
    bottom: auto;
    left: calc(50% - 187px);
    top: -120px;
    width: 75px;
  }
  #banner-vacancy .fluid-human .h02 {
    bottom: auto;
    left: calc(50% - 104px);
    width: 52px;
    top: -120px;
  }
  #banner-vacancy .fluid-human .h03 {
    bottom: -82px;
    right: calc(50% - 110px);
    width: 47px;
  }
  #banner-vacancy .fluid-human .h04 {
    bottom: -60px;
    right: calc(50% - 180px);
  }
  #common-vacancy {
    top: 20.4em;
    right: 0;
    padding: 20px 0;
    width: 40px;
    padding: 35px 12px 40px;
    line-height: 1.05;
    font-size: 87.75%;
    z-index: 50;
  }
  #common-vacancy .fluid-human .h01 {
    top: -24px;
    left: 5px;
    right: 5px;
  }
  #modal-video .video {
    width: 190px;
    height: 190px;
  }
  #modal-video .en {
    font-size: 187.5%;
  }
  #modal-video .ja {
    font-size: 125%;
    margin: 0px;
  }
  #modal-video img {
    width: 30px;
  }
  /* SUBNAV */
  #subnav,
  #subnav_layer {
    margin-bottom: 50px;
  }
  #subnav .no-use a,
  #subnav_layer .no-use a {
    background-color: #ccc !important;
  }
  #subnav > span,
  #subnav_layer > span {
    display: inline-block;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 162.5%;
    /*26px*/
  }
  #subnav .subnav-list,
  #subnav_layer .subnav-list {
    gap: 35px 10px;
  }
  #subnav .subnav-list li,
  #subnav_layer .subnav-list li {
    width: 43%;
    text-align: center;
  }
}
