/* flex */
h2 {
  border-bottom: none;
}

p {
  padding: 1em 0;
  line-height: 1.6;
}

.elem {
  opacity: 0;
}

@-webkit-keyframes headline {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headline {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.elem.isAnimate {
  -webkit-animation: headline 1s ease forwards;
          animation: headline 1s ease forwards;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

.detail-link {
  padding: 0;
  margin: 1em 0 0 0;
  text-align: right;
}

#breadcrumbs {
  width: 85%;
  margin: 0 auto;
}
#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
#breadcrumbs ul li {
  font-size: 1em;
  margin-left: 1.5em;
}
#breadcrumbs ul li:after {
  margin-left: 1.5em;
  content: ">";
}
#breadcrumbs ul li:first-of-type img {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
}
#breadcrumbs ul li:last-child:after {
  margin-left: 0;
  content: "";
}

article#recruit-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3em;
}
article#recruit-top #topimg-area {
  font-size: 1em;
  padding-bottom: 10em;
  background: url(../images/contents/recruit/recruit_topimg.jpg) no-repeat bottom center/cover;
}
article#recruit-top #topimg-area .topimg-inner {
  padding-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  article#recruit-top #topimg-area .topimg-inner {
    width: 85%;
    margin: 0 auto;
  }
}
article#recruit-top #topimg-area .topimg-inner .txt-area {
  width: 60%;
  padding-top: 10em;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
article#recruit-top #topimg-area .topimg-inner .txt-area h1 {
  font-size: 3.5em;
  font-weight: normal;
  color: #fff;
  padding-bottom: 5vh;
}
article#recruit-top #topimg-area .topimg-inner .txt-area h2 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  padding-bottom: 10vh;
}
article#recruit-top #topimg-area .topimg-inner .txt-area h2 span {
  font-size: 1.5em;
  font-weight: 300;
  display: inline-block;
  margin-top: 0.25em;
  white-space: nowrap;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: -4em;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .catch p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2.4em;
  color: #000;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  background: #fff;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .catch p span {
  color: #BD120B;
  font-weight: bold;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .vertical {
  position: absolute;
  right: -18vw;
  bottom: -12em;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7em;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.4em;
  padding: 0.25em 1.7em 1.25em 1.7em;
  background: #2F6296;
}
article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p span {
  text-indent: 5em;
  display: inline-block;
}
article#recruit-top #topimg-area .topimg-inner .sub-nav {
  width: 22vw;
  height: auto;
  margin: 10vh 0 0 8vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
article#recruit-top #topimg-area .topimg-inner .sub-nav ul {
  color: #fff;
}
article#recruit-top #topimg-area .topimg-inner .sub-nav ul li {
  font-size: 1.3em;
  padding-bottom: 1.5em;
  position: relative;
}
article#recruit-top #topimg-area .topimg-inner .sub-nav ul li:before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: -1.2em;
  border: 5px solid transparent;
  border-left: 8px solid #BD120B;
}
article#recruit-top #topimg-area .topimg-inner .dictionary {
  width: 30vw;
  height: auto;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
article#recruit-top #topimg-area .topimg-inner .dictionary dl {
  font-size: 1.3em;
  text-align: left;
  color: #fff;
  padding: 0.5em 0.75em 1em 0.75em;
  margin: 0.5em 2em 1.5em 0.5em;
  background: #000;
}
article#recruit-top #topimg-area .topimg-inner .dictionary dl dt {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.8;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
article#recruit-top #topimg-area .topimg-inner .dictionary dl dt span {
  font-size: 1.8em;
  font-weight: 400;
}
article#recruit-top #topimg-area .topimg-inner .dictionary dl dd {
  margin: 0;
}
article#recruit-top #topimg-area .topimg-inner .dictionary dl dd p {
  font-family: "BIZ UDPMincho";
  line-height: 1.6;
  padding: 0;
}
article#recruit-top #breadcrumbs {
  margin-top: 9vh;
}
@media screen and (min-width: 1921px) {
  article#recruit-top #breadcrumbs {
    width: 1560px;
  }
}
article#recruit-top .vertical-2 h3 {
  font-size: 2.6em;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
article#recruit-top .vertical-2 p {
  font-size: 1.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 100;
  font-style: normal;
}
article#recruit-top .top-section {
  width: 35vw;
  margin: 10em auto 20em auto;
  padding: 10em 0;
  position: relative;
}
article#recruit-top .top-section:before {
  background-color: #FF5752;
  content: "";
  height: 5em;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 1px;
}
article#recruit-top .top-section:after {
  background-color: #38AED7;
  bottom: 0px;
  content: "";
  height: 5em;
  left: 50%;
  position: absolute;
  width: 1px;
}
article#recruit-top .top-section hgroup {
  text-align: center;
  padding: 2em 0;
}
article#recruit-top .top-section hgroup h2 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.5em;
}
article#recruit-top .top-section hgroup h3 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3em;
  font-weight: 400;
}
article#recruit-top .top-section hgroup h3 span {
  font-size: 1.5em;
}
article#recruit-top .top-section p {
  font-size: 1.3em;
  line-height: 1.8;
}
article#recruit-top .top-section p.lead {
  text-align: center;
  font-size: 1.8em;
}
article#recruit-top .top-section02 {
  font-size: 1.2em;
  width: 80%;
  padding: 3em 0;
  margin: 0 auto 20em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1921px) {
  article#recruit-top .top-section02 {
    width: 1560px;
  }
}
article#recruit-top .top-section02 img {
  width: 36vw;
  height: 36em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1921px) {
  article#recruit-top .top-section02 img {
    width: 36em;
  }
}
article#recruit-top .top-section02:after {
  content: "";
  width: 30%;
  height: 48vh;
  background: #BD120B;
  position: absolute;
  right: -12%;
  bottom: 13vh;
  z-index: -1;
}
article#recruit-top .top-section02 .left-column {
  position: relative;
}
article#recruit-top .top-section02 .left-column hgroup {
  width: 30vw;
  position: absolute;
  top: 7vh;
  left: 32vw;
}
article#recruit-top .top-section02 .left-column hgroup h2 {
  font-weight: normal;
  font-size: 1.8em;
  padding: 0 0 0.5em 0;
}
article#recruit-top .top-section02 .left-column hgroup h3 {
  font-size: 4.5em;
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 0.9;
  display: inline-block;
  padding-right: 1em;
  margin-bottom: 0.2em;
}
article#recruit-top .top-section02 .left-column .vertical {
  position: absolute;
  left: -2vw;
  bottom: -8vh;
}
article#recruit-top .top-section02 .left-column .vertical p {
  height: 30vh;
  padding-top: 5em;
}
article#recruit-top .top-section02 .right-column {
  padding: 42vh 0 0 2em;
  position: relative;
}
article#recruit-top .top-section02 .right-column .txt-area {
  padding: 2em 0;
  background: #fff;
  width: 33vw;
  position: absolute;
  left: -15vw;
  bottom: 5vh;
}
article#recruit-top .top-section02 .right-column .txt-area p {
  font-size: 1.1em;
  width: 85%;
  margin: 0 auto;
}
article#recruit-top .top-section02 .right-column .txt-area p.catch {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
article#recruit-top .top-section02 .right-column .txt-area p.detail-link {
  font-size: 1.2em;
}
article#recruit-top .top-section03 {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3em 0 3em 10%;
  margin-bottom: 20em;
}
@media screen and (min-width: 1921px) {
  article#recruit-top .top-section03 {
    width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
article#recruit-top .top-section03 .left-column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
article#recruit-top .top-section03 .left-column img {
  width: 100%;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5vw -6vw 0 0 #fff, -10vw -5vw 0 0 #2F6296;
          box-shadow: 5vw -6vw 0 0 #fff, -10vw -5vw 0 0 #2F6296;
}
article#recruit-top .top-section03 .left-column .vertical {
  padding: 3em 15em 1.5em 4em;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article#recruit-top .top-section03 .left-column .vertical h3 {
  height: 100%;
  letter-spacing: 0;
}
article#recruit-top .top-section03 .right-column {
  width: 40%;
  position: relative;
  left: -5vw;
  padding-top: 5vh;
}
article#recruit-top .top-section03 .right-column h2 {
  font-weight: normal;
  font-size: 1.8em;
  padding: 0 0 0.5em 0;
}
article#recruit-top .top-section03 .right-column h3 {
  font-size: 4.5em;
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.2em;
}
article#recruit-top .top-section03 .right-column p {
  font-size: 1.1em;
  float: right;
  width: 25vw;
  padding-top: 2em;
}
article#recruit-top .top-section03 .right-column p.detail-link {
  float: left;
  padding-top: 0;
}
article#recruit-top .top-section04 {
  font-size: 1.2em;
  width: 85%;
  padding: 3em 0;
  margin: 0 auto 25em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1921px) {
  article#recruit-top .top-section04 {
    width: 1560px;
  }
}
article#recruit-top .top-section04 hgroup {
  position: absolute;
  top: -5vh;
  left: 25%;
  width: 60%;
  margin: 0 auto;
}
article#recruit-top .top-section04 hgroup h2 {
  font-weight: normal;
  font-size: 1.8em;
  text-align: left;
  padding: 0 0 0.5em 0;
}
article#recruit-top .top-section04 hgroup h3 {
  font-size: 4.5em;
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 0.9;
  margin-bottom: 0.2em;
}
article#recruit-top .top-section04 .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  position: relative;
}
article#recruit-top .top-section04 .right-column img {
  width: 50vw;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -20vw 8vw 0 0 #fff, 10vw 7vw 0 0 #000;
          box-shadow: -20vw 8vw 0 0 #fff, 10vw 7vw 0 0 #000;
  position: relative;
  z-index: -5;
}
article#recruit-top .top-section04 .right-column .txt-area {
  padding: 2em 0;
  background: #fff;
  width: 33vw;
  height: auto;
  position: absolute;
  top: 58vh;
  left: -12vw;
  z-index: 2;
}
article#recruit-top .top-section04 .right-column .txt-area p {
  font-size: 1.1em;
  width: 85%;
  margin: 0 auto;
}
article#recruit-top .top-section04 .right-column .txt-area p.detail-link {
  font-size: 1.2em;
}
article#recruit-top .top-section04 .vertical {
  padding-top: 5em;
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
article#recruit-top .top-section04 .vertical:after {
  content: "";
  width: 30vw;
  max-width: 15em;
  height: 25vh;
  background: #f5f5f5;
  position: absolute;
  top: 30%;
  left: -20vw;
  z-index: -2;
}
@media screen and (min-width: 1921px) {
  article#recruit-top .top-section04 .vertical:after {
    left: -3vw;
  }
}
article#recruit-top .top-section04 .vertical p {
  height: 30vh;
  padding-top: 5em;
}

/* udner */
#recruit-under {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit-under * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit-under #breadcrumbs {
  font-size: 1.3em;
}

#headline {
  font-size: 1.3em;
  width: 100vw;
  height: 40em;
  padding-top: 105px;
  background-image: url(../images/contents/recruit/headline_recruit_under.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#headline .headline-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1601px) {
  #headline .headline-inner {
    width: 1560px;
  }
}
#headline .headline-inner .headline-txt {
  color: #fff;
  width: 80%;
  padding: 2em 3em 2em calc(15% + 3em);
}
#headline .headline-inner .headline-txt hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#headline .headline-inner .headline-txt hgroup h1 {
  display: inline-block;
  padding: 0.5em 0;
}
#headline .headline-inner .headline-txt hgroup h1:first-child {
  font-size: 2.7em;
  font-weight: normal;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#headline .headline-inner .headline-txt hgroup h1:first-child span {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 1em;
}
#headline .headline-inner .headline-txt hgroup h1:last-child {
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#headline .headline-inner .headline-txt p {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 10%;
}
#headline .headline-inner .sub-nav {
  width: 20%;
  height: auto;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#headline .headline-inner .sub-nav ul {
  color: #fff;
}
#headline .headline-inner .sub-nav ul li {
  font-size: 1.3em;
  padding: 0.75em 0.75em 0.75em 1.75em;
  position: relative;
}
#headline .headline-inner .sub-nav ul li:before {
  position: absolute;
  content: "";
  top: 1em;
  left: 0.5em;
  border: 5px solid transparent;
  border-left: 8px solid #BD120B;
}
#headline .headline-inner .sub-nav ul li.act {
  background: #000;
}
#headline .headline-inner .sub-nav ul li a {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  #headline .headline-inner .headline-txt {
    padding: 2em 3em 2em calc(10% + 3em);
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  #headline .headline-inner .headline-txt {
    padding: 2em 3em 2em calc(5% + 3em);
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  #headline .headline-inner {
    width: 95%;
  }
  #headline .headline-inner .headline-txt {
    width: 75%;
    padding: 2em 0 2em 3em;
  }
  #headline .headline-inner .sub-nav {
    width: 25%;
  }
}
.navFixed .sub-nav ul {
  width: 100vw !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 105px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
.navFixed .sub-nav ul li {
  font-size: 1.1em !important;
  padding: 0.75em 0.75em 0.75em 1.75em !important;
  margin: 0 0.75em !important;
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .navFixed .sub-nav ul li {
    font-size: 1.2em;
  }
}
.navFixed .sub-nav ul li::before {
  top: 1em !important;
  left: 0.5em !important;
}
.navFixed .sub-nav ul li a {
  color: #000;
}
.navFixed .sub-nav ul li.act {
  background: none !important;
}
.navFixed .sub-nav ul li.act a {
  color: #BD120B !important;
}

#recruit-under #breadcrumbs {
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  aling-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.under-section-first {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.under-section-first::before {
  width: 34.5%;
  height: calc(97.5% + 2.5em);
  display: block;
  position: absolute;
  left: 0;
  top: -6.5em;
  z-index: -1;
  background: currentColor;
  content: "";
}
@media screen and (min-width: 1921px) {
  .under-section-first::before {
    width: calc(675px + 50vw - 960px);
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .under-section-first::before {
    width: calc(50vw - 780px + 510px);
  }
}
.under-section-first .under-sectoin-first-r {
  width: 50%;
  padding: 8em 5% 0 3vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-r {
    padding-right: calc(50vw - 780px);
  }
}
.under-section-first .under-sectoin-first-r p.section-first-catch {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}
.under-section-first .under-sectoin-first-r p.section-first-catch span {
  border-bottom: solid 1px currentColor;
}
.under-section-first .under-sectoin-first-l {
  font-size: 1vw;
  width: 50%;
  padding-left: 5%;
  position: relative;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l {
    font-size: 15px;
  }
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l {
    padding-left: calc(50vw - 780px);
  }
}
.under-section-first .under-sectoin-first-l dl {
  position: relative;
}
.under-section-first .under-sectoin-first-l dl dt {
  font-size: 0.75em;
  position: relative;
}
.under-section-first .under-sectoin-first-l dl dt span.attribute {
  padding: 1em;
  display: inline-block;
  position: absolute;
  background: #fff;
}
.under-section-first .under-sectoin-first-l dl dt span.section {
  font-size: 1.1em;
  padding-bottom: 0.75em;
  display: inline-block;
}
.under-section-first .under-sectoin-first-l dl dt span.name {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 100;
  font-size: 1.4em;
}
.under-section-first .under-sectoin-first-l dl dt span.career {
  padding-left: 1em;
  display: inline-block;
}
.under-section-first .under-sectoin-first-l dl dt img {
  width: 23vw;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l dl dt img {
    width: 390px;
    height: 428px;
  }
}
.under-section-first .under-sectoin-first-l dl dd {
  position: absolute;
}
.under-section-first .under-sectoin-first-l dl dd p {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.under-section-first .under-sectoin-first-l dl:first-child {
  z-index: 10;
  -webkit-transform: translateY(-7.5em);
          transform: translateY(-7.5em);
}
.under-section-first .under-sectoin-first-l dl:first-child dt span.attribute {
  bottom: 0.45em;
  left: 0;
}
.under-section-first .under-sectoin-first-l dl:first-child dd {
  top: calc(12.5vw - 1.5em);
  left: 17vw;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l dl:first-child dd {
    top: 180px;
  }
}
.under-section-first .under-sectoin-first-l dl:last-child {
  position: absolute;
  top: calc(25vw - 10.5em);
  right: 5em;
  z-index: 1;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l dl:last-child {
    top: 255px;
  }
}
.under-section-first .under-sectoin-first-l dl:last-child dt span.attribute {
  bottom: 0.45em;
  right: 0;
}
.under-section-first .under-sectoin-first-l dl:last-child dd {
  width: 100%;
  top: calc(12.5vw - 1em);
  right: 11vw;
}
@media screen and (min-width: 1601px) {
  .under-section-first .under-sectoin-first-l dl:last-child dd {
    top: 205px;
    right: 240px;
  }
}

.particular .under-section-first .under-sectoin-first-l dl dd p {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3);
}

.job .under-section-first .under-sectoin-first-l dl dd p {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3);
}

.contents-txt {
  width: 40%;
}
.contents-txt p {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 2em;
}
.contents-txt p + h3,
.contents-txt p + figure,
.contents-txt p + figure + h3 {
  margin-top: 5vh;
}
.contents-txt span[style="font-weight: 400;"] {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 2em;
  display: block;
}
.contents-txt span[style="font-weight: 400;"] + h3,
.contents-txt span[style="font-weight: 400;"] + figure,
.contents-txt span[style="font-weight: 400;"] + figure + h3 {
  margin-top: 5vh;
}
.contents-txt h3,
.contents-txt h2 {
  font-size: 2.8em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  padding: 0 0 0 1.5em;
  margin-bottom: 1.5em;
  position: relative;
}
.contents-txt h3::before,
.contents-txt h2::before {
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  background: currentColor;
  content: "";
}
.contents-txt h3 span[style="font-weight: 400;"],
.contents-txt h2 span[style="font-weight: 400;"] {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: initial;
  padding-bottom: 0;
  display: inline-block;
}
.contents-txt img {
  max-width: 95%;
  padding: 1em;
}
.contents-txt figure.contents-img {
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

figure.contents-img {
  overflow: hidden;
}
figure.contents-img img {
  width: 110%;
  max-width: 110%;
}
figure.contents-img figcaption {
  font-size: 1.3em;
  width: 70%;
  padding: 1em 0;
}

.recruit-section-head {
  max-width: 100%;
  padding-bottom: 10em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-section-head .section-headline {
  text-align: right;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-transform: translateY(-9em);
          transform: translateY(-9em);
}
@media screen and (min-width: 1921px) {
  .recruit-section-head .section-headline {
    width: 495px;
    margin-left: calc(50vw - 960px);
  }
}
.recruit-section-head .section-headline figure {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
}
.recruit-section-head .section-headline figure img {
  width: 130%;
  float: right;
}
@media screen and (min-width: 1921px) {
  .recruit-section-head .section-headline figure img {
    height: 45em;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit-section-head .section-headline h2 {
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  left: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-section-head .section-headline h2 span {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  text-transform: uppercase;
}
.recruit-section-head .contents-txt {
  width: 75%;
  padding-left: 5em;
  margin-top: 25em;
}
@media screen and (min-width: 1921px) {
  .recruit-section-head .contents-txt {
    width: calc(100vw - 495px - (50vw - 960px));
  }
}
.recruit-section-head .contents-txt p {
  width: 77%;
}
@media screen and (min-width: 1921px) {
  .recruit-section-head .contents-txt p {
    width: 1115px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .recruit-section-head .contents-txt p {
    width: 1000px;
  }
}
.recruit-section-head .contents-txt figure.contents-img {
  width: 50%;
  float: right;
  padding: 0 0 0 7em;
}

.recruit-section-r {
  width: 100%;
  padding-bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit-section-r figure.contents-img {
  width: 33%;
  padding: 0 7em 0 0;
  margin-right: 0;
  margin-left: 0;
}
.recruit-section-r figure.contents-img img {
  float: right;
}
.recruit-section-r figure.contents-img figcaption {
  float: right;
}
.recruit-section-r .contents-txt {
  width: 67%;
}
.recruit-section-r .contents-txt p {
  width: 77%;
}

.recruit-section-l {
  width: 100%;
  padding-bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.recruit-section-l .contents-txt {
  width: calc(75% - 5em);
  margin-left: calc(25% + 5em);
}
.recruit-section-l .contents-txt p {
  width: 70%;
}
.recruit-section-l .contents-txt figure.contents-img {
  width: 50%;
  float: right;
  padding: 0 0 0 7em;
}

/* particlular */
.particular .under-section-first::before {
  color: #BD120B;
}
.particular .under-section-first .under-sectoin-first-r h2 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 100;
  font-size: 2.8vw;
  padding-bottom: 1em;
}
@media screen and (min-width: 1601px) {
  .particular .under-section-first .under-sectoin-first-r h2 {
    font-size: 4.3em;
  }
}
.particular .under-section-first .under-sectoin-first-r h2 span {
  font-size: 2.5rem;
}
.particular .under-section-first .under-sectoin-first-r p {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 2.3;
  padding: 1em 5em 1em 0;
}
.particular .under-section-first .under-sectoin-first-r p.section-first-catch {
  font-size: 1.6vw;
  padding-bottom: 2em;
}
@media screen and (min-width: 1601px) {
  .particular .under-section-first .under-sectoin-first-r p.section-first-catch {
    font-size: 2.5em;
  }
}
.particular .contents-txt h3::before {
  color: #BD120B;
}

/* future */
.future .under-section-first::before {
  color: #2F6296;
}
.future .under-section-first .under-section-column1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1601px) {
  .future .under-section-first .under-section-column1 {
    width: 1560px;
    margin: 0 auto;
    position: relative;
  }
}
.future .under-section-first .under-section-column1 .future-first-txt {
  color: #fff;
  text-align: left;
  width: 30%;
  padding: 0 0 0 5em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1601px) {
  .future .under-section-first .under-section-column1 .future-first-txt {
    top: 5em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .future .under-section-first .under-section-column1 .future-first-txt {
    top: 0.5em;
  }
}
.future .under-section-first .under-section-column1 .future-first-txt h2 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1601px) {
  .future .under-section-first .under-section-column1 .future-first-txt h2 {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .future .under-section-first .under-section-column1 .future-first-txt h2 {
    font-size: 3.5em;
  }
}
.future .under-section-first .under-section-column1 .future-first-txt p {
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
.future .under-section-first .under-section-column1 .future-last-txt {
  text-align: left;
  width: 30%;
  position: absolute;
  right: 10em;
  bottom: 10em;
}
.future .under-section-first .under-section-column1 .future-last-txt dl {
  font-size: 1.45em;
  font-weight: bold;
}
.future .under-section-first .under-section-column1 .future-last-txt dl dt {
  width: 4em;
  padding: 0.75em 0;
  float: left;
  clear: both;
}
.future .under-section-first .under-section-column1 .future-last-txt dl dt:last-of-type {
  font-size: 1.4em;
}
.future .under-section-first .under-section-column1 .future-last-txt dl dd {
  padding: 0.75em 0 0.75em 4em;
  margin: 0;
}
.future .under-section-first .under-section-column1 .future-last-txt dl dd:last-of-type {
  font-size: 1.4em;
}
.future .under-section-first .under-section-column1 .future-last-txt p {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 2;
}
.future .under-section-first .under-section-column1 .future-last-txt p.section-first-catch {
  font-size: 1.6vw;
  letter-spacing: 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 1601px) {
  .future .under-section-first .under-section-column1 .future-last-txt p.section-first-catch {
    font-size: 2.5em;
  }
}
.future .under-section-first .under-section-column1 .future-last-txt p.section-first-catch span {
  border-bottom: solid 1px #2F6296;
}
.future .under-section-first .under-section-column1 img {
  width: 88%;
  margin: 0 auto 10em auto;
}
.future .contents-txt h3::before {
  color: #2F6296;
}

/* job */
.job #headline .headline-inner img {
  mix-blend-mode: color-burn;
}
.job .under-section-first::before {
  color: #000;
}
.job .under-section-first .under-sectoin-first-l dl dd {
  color: #fff;
}
.job .under-section-first .under-sectoin-first-l dl:first-child dd {
  left: 10vw;
}
.job .under-section-first .under-sectoin-first-r h2 {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 100;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 1601px) {
  .job .under-section-first .under-sectoin-first-r h2 {
    font-size: 3.9em;
  }
}
.job .under-section-first .under-sectoin-first-r h2 span {
  font-size: 2.5rem;
}
.job .under-section-first .under-sectoin-first-r p {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 1em 5em 1em 0;
}
.job .under-section-first .under-sectoin-first-r p.section-first-catch {
  font-size: 1.6vw;
  letter-spacing: 0;
  padding-bottom: 5em;
}
@media screen and (min-width: 1601px) {
  .job .under-section-first .under-sectoin-first-r p.section-first-catch {
    font-size: 2.5em;
  }
}
.job .under-section-first .under-sectoin-first-r p.section-first-catch span {
  border-color: #000;
}
.job .contents-txt h3::before {
  color: #000;
}

/* interview */
.interview .under-section-first::before {
  color: #8C5E1D;
  height: 70%;
}
.interview .under-section-first .under-interview-section {
  width: 100%;
  padding: 2em 0 10em 0;
}
@media screen and (min-width: 1601px) {
  .interview .under-section-first .under-interview-section {
    width: 1560px;
    margin: 0 auto;
  }
}
.interview .under-section-first .under-interview-section ul {
  width: 100%;
  padding-left: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}
.interview .under-section-first .under-interview-section ul li {
  width: 100%;
  height: 40em;
  position: relative;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.interview .under-section-first .under-interview-section ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
.interview .under-section-first .under-interview-section ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: calc(100% - 12em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.interview .under-section-first .under-interview-section ul li .people-info {
  width: 100%;
  height: 12em;
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 11;
  top: calc(200% - 10em);
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
.interview .under-section-first .under-interview-section ul li .people-info span.section {
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  min-width: 6em;
  background: #FF5752;
}
.interview .under-section-first .under-interview-section ul li .people-info dl {
  padding-left: 1.5em;
}
.interview .under-section-first .under-interview-section ul li .people-info dl dt {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 100;
  font-size: 1.6em;
}
.interview .under-section-first .under-interview-section ul li .people-info dl dt span {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1em;
}
.interview .under-section-first .under-interview-section ul li .people-info dl dd {
  font-size: 1.1em;
  padding-top: 0.5em;
  margin-left: 0;
}
.interview .under-section-first .under-interview-section ul li .people-info dl dd p {
  padding: 0.5em 0 0 0;
  line-height: 1.2;
}
.interview .under-section-first .under-interview-section ul li:hover a {
  top: 0;
}
.interview .under-section-first .under-interview-section ul li:hover .people-info {
  top: auto;
  bottom: 0;
}
.interview .under-section-first .under-interview-section ul li.coming {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f1f1;
}
.interview .under-section-first .under-interview-section ul li.coming img {
  width: 40%;
  height: auto !important;
  margin-bottom: 1em;
}
.interview .under-section-first .under-interview-section.three-column ul {
  width: 80%;
  height: 55em;
  margin: 0 auto;
  overflow: hidden;
  -moz-column-count: 3;
  -webkit-column-count: 3;
          column-count: 3;
}
.interview .under-section-first .under-interview-section.three-column ul li {
  height: 55em;
}
.interview .under-section-first .under-interview-section.four-column ul {
  -moz-column-count: 4;
  -webkit-column-count: 4;
          column-count: 4;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(1) {
  height: 30em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(2) {
  text-align: right;
  height: 70em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(3) {
  height: 50em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(4) {
  height: 50em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(5) {
  height: 50em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(6) {
  height: 50em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(7) {
  height: 75em;
}
.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(8) {
  height: 25em;
}

/* guideline */
.guideline #headline .headline-inner img {
  opacity: 0.5;
}
.guideline .under-section-first::before {
  color: #38AED7;
}
.guideline .under-section-first .under-sectoin-first-r {
  width: 65%;
  padding-top: 4em;
  margin-left: 35%;
}
.guideline .under-section-first .under-sectoin-first-r p {
  font-size: 1.4em;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol {
  font-size: 1.2em;
  padding: 0 0 5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li {
  padding: 1em 3.5em 1em 0;
  position: relative;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li::after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  border-right: solid 1px #38AED7;
  border-bottom: solid 1px #38AED7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li:last-child {
  padding-right: 0;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li:last-child::after {
  display: none;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li dl dt {
  font-size: 1.5em;
  font-weight: bold;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li dl dt span {
  color: #38AED7;
}
.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li dl dd {
  margin: 1em 0;
}
.guideline ul.guideline-list {
  list-style: none;
  padding: 3em 0;
}
.guideline ul.guideline-list dl dt {
  font-size: 2.5em;
  font-weight: bold;
  color: #38AED7;
}
.guideline ul.guideline-list dl dd {
  margin: 1em 0;
  padding: 1em;
}

/* guideline-under */
.guideline-under .under-section-first:before {
  height: 30vh;
}
.guideline-under .section-headline {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}
.guideline-under .section-headline h1 {
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  left: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guideline-under .section-headline h1 span {
  font-family: a-otf-ryumin, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  text-transform: uppercase;
}
.guideline-under .section-headline h1 span.sub {
  font-size: 1em;
  text-transform: initial;
}
.guideline-under .contents-txt {
  margin-top: 30em;
}
.guideline-under .contents-txt h2 {
  font-size: 2.8em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  padding: 0 0 0 1.5em;
  margin-bottom: 1.5em;
  position: relative;
}
.guideline-under .contents-txt h2::before {
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  background: #38AED7;
  content: "";
}
.guideline-under .contents-txt p + h2,
.guideline-under .contents-txt ul + h2,
.guideline-under .contents-txt dl + h2 {
  margin-top: 5vh;
}
.guideline-under .contents-txt ul li {
  font-size: 1.4em;
  list-style-type: disc;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
}
.guideline-under .contents-txt dl {
  padding: 2em 0 0 0;
}
.guideline-under .contents-txt dl dt {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
.guideline-under .contents-txt dl dd {
  margin-left: 1em;
}
.guideline-under .contents-txt a {
  color: #38AED7;
}
.guideline-under .relate-guideline-section {
  width: 96%;
  padding: 3em 0;
  margin: 0 auto;
  text-align: center;
}
@inlclude screen-hd {
  .guideline-under .relate-guideline-section {
    width: 1560px;
  }
}
.guideline-under .relate-guideline-section h2 {
  margin-bottom: 1.5em;
  position: relative;
}
.guideline-under .relate-guideline-section h2::after {
  width: 3em;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  display: block;
  background: #38AED7;
  content: "";
}
.guideline-under .relate-guideline-section .relate-contents {
  padding: 1em;
}
.guideline-under .relate-guideline-section .relate-contents h3 {
  font-size: 2.25em;
}
.guideline-under .relate-guideline-section .relate-contents p {
  font-size: 1.2em;
  padding: 1em 0;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li {
  width: 25%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1921px) {
  .guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li {
    width: 20%;
  }
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl {
  height: 100%;
  padding: 1.5em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl dt {
  font-size: 1.65em;
  line-height: 1.4;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl dt img {
  width: 100%;
  height: 12em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1em;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl dd {
  height: 100%;
  padding: 1em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl dd p {
  text-align: left;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li dl dd p.detail-link {
  text-align: center;
  margin-top: auto;
}
.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li.act dl {
  background: #f1f1f1;
}

.recruit-section-head.relate-area {
  margin-top: 10em;
}
.recruit-section-head.relate-area .section-headline {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruit-section-head.relate-area .section-headline h2 {
  font-size: 3.2em;
  font-weight: bold;
  top: 3em;
}
.recruit-section-head.relate-area .section-headline h2 span {
  font-size: 1.3rem;
}
.recruit-section-head.relate-area .contents-txt {
  margin-top: 17.5em;
}
.recruit-section-head.relate-area .contents-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.recruit-section-head.relate-area .contents-txt ul li {
  width: 25%;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-section-head.relate-area .contents-txt ul li dl {
  font-size: 1rem;
  height: 100%;
  padding: 1em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt {
  font-size: 1.65rem;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt img {
  width: 100%;
  height: 12em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1em;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span {
  font-size: 1rem;
  padding: 0.5rem;
  color: #fff;
  position: absolute;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.wantedly {
  background: #21bddb;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.red {
  background: #BD120B;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.blue {
  background: #2F6296;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.yellow {
  background: #d7be13;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.gray {
  background: #aaa;
}
.recruit-section-head.relate-area .contents-txt ul li dl dt span.white {
  color: #000;
  background: #fff;
}
.recruit-section-head.relate-area .contents-txt ul li dl dd {
  height: 100%;
  padding: 1em 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-section-head.relate-area .contents-txt ul li dl dd p {
  text-align: left;
}
.recruit-section-head.relate-area .contents-txt ul li dl dd p.detail-link {
  text-align: center;
  margin-top: auto;
}
.recruit-section-head.relate-area .contents-txt ul li.act dl {
  background: #f1f1f1;
}

.entrybtn-area {
  font-size: 1.35em;
  text-align: center;
  width: 90%;
  padding: 1.5em;
  margin: 0 auto 4em auto;
  background: #fafafa;
}
@media screen and (min-width: 1601px) {
  .entrybtn-area {
    width: 1500px;
  }
}
.entrybtn-area h3 {
  font-size: 2em;
}
.entrybtn-area p {
  padding: 1.5em 0;
}
.entrybtn-area p.entrybtn a {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  padding: 0.75em 2em;
  display: inline-block;
  background: #FF5752;
}

/* flex */
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top #topimg-area {
    font-size: 0.8em !important;
  }
  article#recruit-top #topimg-area .topimg-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top #topimg-area .topimg-inner .dictionary {
    font-size: 0.8em !important;
    width: 35vw;
    height: auto !important;
    margin-top: 0 !important;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area {
    width: 100%;
    padding-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h1 {
    font-size: 3em;
    padding: 0.5em 0 0 0;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h2 {
    padding: 1em 0;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h2 span {
    font-size: 1.2em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .catch {
    padding-left: 2em;
    position: static;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .catch p {
    font-size: 1.8em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical {
    right: 1.5em;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) and (max-width: 990px) {
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    bottom: -11em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p {
    font-size: 1.5em;
    line-height: 1.6;
    padding: 1em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p span {
    text-indent: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top #topimg-area .topimg-inner .sub-nav {
    width: auto;
    margin: 0 1.5em 0 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top #breadcrumbs {
    font-size: 0.8em;
    width: 90%;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top .top-section,
article#recruit-top .top-section02,
article#recruit-top .top-section03,
article#recruit-top .top-section04 {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top .top-section {
    width: 80%;
    margin: 4em auto 8em auto;
  }
  article#recruit-top .top-section hgroup {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top .top-section02 {
    width: 100%;
    margin-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top .top-section02 img {
    height: 60vh;
  }
  article#recruit-top .top-section02 .left-column {
    display: block;
  }
  article#recruit-top .top-section02 .left-column:after {
    content: "";
    display: block;
    clear: both;
  }
  article#recruit-top .top-section02 .left-column:before {
    content: "";
    display: block;
    clear: both;
  }
  article#recruit-top .top-section02 .left-column img {
    float: left;
  }
  article#recruit-top .top-section02 .left-column hgroup {
    width: 60vw;
    left: auto;
    right: 6vw;
  }
  article#recruit-top .top-section02 .left-column hgroup h2 {
    display: block;
  }
  article#recruit-top .top-section02 .left-column .vertical {
    left: 40vw;
    bottom: -18vh;
    z-index: 5;
  }
  article#recruit-top .top-section02 .right-column {
    padding-top: 0;
    display: block;
  }
  article#recruit-top .top-section02 .right-column:after {
    content: "";
    display: block;
    clear: both;
  }
  article#recruit-top .top-section02 .right-column:before {
    content: "";
    display: block;
    clear: both;
  }
  article#recruit-top .top-section02 .right-column img {
    float: right;
  }
  article#recruit-top .top-section02 .right-column .txt-area {
    width: 60vw;
    left: 10vw;
  }
  article#recruit-top .top-section02:after {
    height: 30vh;
    right: 0;
    top: 30%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top .top-section03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 0;
    margin-bottom: 5em;
    overflow: hidden;
  }
  article#recruit-top .top-section03 .left-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 80%;
    margin: 5em 0 0 15%;
  }
  article#recruit-top .top-section03 .left-column img {
    height: 45vh;
    -webkit-box-shadow: -15vw 60vw 0 0 #fff, -15vw 5vw 0 0 #2F6296;
            box-shadow: -15vw 60vw 0 0 #fff, -15vw 5vw 0 0 #2F6296;
  }
  article#recruit-top .top-section03 .left-column .vertical {
    padding-right: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top .top-section03 .right-column {
    width: 90%;
    margin: 0 auto;
    position: static;
  }
  article#recruit-top .top-section03 .right-column p {
    width: 100%;
  }
  article#recruit-top .top-section03 .right-column p.detail-link {
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-top .top-section04 {
    width: 90%;
    display: block;
    margin-bottom: 10em;
  }
  article#recruit-top .top-section04 hgroup {
    width: 100%;
    position: static;
  }
  article#recruit-top .top-section04 hgroup h2 {
    display: block;
  }
  article#recruit-top .top-section04 hgroup h3 {
    display: inline-block;
    padding-right: 1em;
    background-position: right center;
  }
  article#recruit-top .top-section04 .right-column {
    display: block;
    text-align: right;
  }
  article#recruit-top .top-section04 .right-column img {
    height: 40vh;
    width: 70%;
  }
  article#recruit-top .top-section04 .right-column .txt-area {
    width: 100%;
    position: static;
  }
  article#recruit-top .top-section04 .vertical {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  article#recruit-under #headline {
    font-size: 1em;
  }
  article#recruit-under #headline .headline-inner {
    width: 94%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  article#recruit-under #headline .headline-inner img {
    width: 10%;
  }
  article#recruit-under #headline .headline-inner .headline-txt {
    width: 65%;
    padding: 1em;
  }
  article#recruit-under #headline .headline-inner .headline-txt hgroup h1 span {
    padding-left: 0;
    display: block;
  }
  article#recruit-under #headline .headline-inner .headline-txt p {
    padding-right: 0;
  }
  article#recruit-under #headline .headline-inner .sub-nav {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
  }
  article#recruit-under #headline .headline-inner .sub-nav ul {
    padding-left: 0;
  }
  article#recruit-under #headline .headline-inner .sub-nav ul li {
    white-space: nowrap;
  }
  article#recruit-under #breadcrumbs {
    font-size: 1em;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article#recruit-under #breadcrumbs ul {
    width: 70%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r {
    width: 55%;
    padding: 2em 2em 0 1em;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r h2 {
    font-size: 2.8em;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r p {
    font-size: 1.3em;
    padding-right: 0;
    line-height: 1.6;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r p.section-first-catch {
    font-size: 1.6em;
    padding-bottom: 1em;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l {
    width: 45%;
    padding-left: 2.5%;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl:first-child {
    -webkit-transform: translateY(-9em);
            transform: translateY(-9em);
  }
  article#recruit-under .recruit-section-head {
    padding-bottom: 5em;
  }
  article#recruit-under .recruit-section-head .section-headline {
    -webkit-transform: none;
            transform: none;
    margin-top: 4em;
  }
  article#recruit-under .recruit-section-head .contents-txt h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  article#recruit-under .recruit-section-head .contents-txt p {
    width: 90%;
  }
  article#recruit-under .recruit-section-r {
    padding-bottom: 5em;
  }
  article#recruit-under .recruit-section-r figure.contents-img {
    padding-right: 3em;
  }
  article#recruit-under .recruit-section-r .contents-txt p {
    width: 90%;
  }
  article#recruit-under .recruit-section-l {
    padding-bottom: 5em;
  }
  article#recruit-under .recruit-section-l .contents-txt {
    width: 90%;
    margin-left: 0;
  }
  article#recruit-under .recruit-section-l .contents-txt p {
    width: 90%;
  }
  article#recruit-under .relate-area {
    margin-top: 5em;
  }
  article#recruit-under .relate-area .contents-txt ul {
    padding: 0;
    margin: 0 0 5em 0;
  }
  article#recruit-under .relate-area .contents-txt ul li {
    width: 50%;
  }
  article#recruit-under .relate-area .contents-txt ul li dl dt {
    font-size: 1.3rem;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-first-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto 3em auto;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-first-txt h2 {
    font-size: 2.2em;
    width: 30%;
    margin: 0;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-first-txt p {
    color: #000;
    width: 60%;
    padding-left: 2em;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-last-txt {
    bottom: -5em;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-last-txt dl {
    font-size: 1.3em;
  }
  article#recruit-under.future .under-section-first .under-section-column1 .future-last-txt p.section-first-catch {
    font-size: 1.8em;
  }
  article#recruit-under.future .under-section-first .under-section-column1 img {
    margin-top: 10em;
  }
  article#recruit-under.job .under-section-first .under-sectoin-first-r h2 {
    font-size: 2.2em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section ul {
    width: 95%;
    margin: 0 auto;
  }
  article#recruit-under.interview .under-section-first .under-interview-section ul li .people-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  article#recruit-under.interview .under-section-first .under-interview-section ul li .people-info span.section {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0.8em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.three-column ul li {
    height: 30em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(1) {
    height: 15em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(2) {
    height: 35em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(3) {
    height: 25em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(4) {
    height: 25em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(5) {
    height: 25em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(6) {
    height: 25em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(7) {
    height: 35em;
  }
  article#recruit-under.interview .under-section-first .under-interview-section.four-column ul li:nth-of-type(8) {
    height: 15em;
  }
  article#recruit-under.guideline .under-section-first:before {
    height: 130%;
  }
  article#recruit-under.guideline .under-section-first .under-sectoin-first-r {
    width: 90%;
    margin: 0 auto;
  }
  article#recruit-under.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li dl dt {
    font-size: 1.3em;
  }
  article#recruit-under.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li:nth-of-type(1) dl dt span, article#recruit-under.guideline .under-section-first .under-sectoin-first-r ol.flow-ol li:nth-of-type(2) dl dt span {
    color: #fff;
  }
  article#recruit-under.guideline .recruit-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-under.guideline .recruit-section-head .section-headline {
    margin-top: 0;
    width: 100%;
  }
  article#recruit-under.guideline .recruit-section-head .section-headline h2 {
    font-size: 2em;
    text-align: left;
    width: 75%;
    left: 20%;
    -webkit-transform: none;
            transform: none;
  }
  article#recruit-under.guideline .recruit-section-head .section-headline figure {
    width: 25%;
  }
  article#recruit-under.guideline .recruit-section-head .contents-txt {
    width: 80%;
    margin: 0 auto;
  }
  article#recruit-under.guideline .recruit-section-head .contents-txt h3 {
    margin-top: 2em;
  }
  article#recruit-under.guideline .recruit-section-head .contents-txt ul.guideline-list {
    font-size: 0.9em;
  }
  article#recruit-under.guideline .recruit-section-head .contents-txt ul.guideline-list dl dt {
    font-size: 2em;
  }
  article#recruit-under.guideline-under .under-section-first:before {
    height: 15vh;
  }
  article#recruit-under.guideline-under .under-section-first .recruit-section-head .section-headline h1 {
    font-size: 2em;
    left: 20%;
  }
  article#recruit-under.guideline-under .under-section-first .recruit-section-head .contents-txt {
    margin-top: 5em;
  }
  article#recruit-under.guideline-under .under-section-first .recruit-section-head .contents-txt p {
    font-size: 1.3em;
    width: 100%;
    margin: 0 auto;
  }
  article#recruit-under.guideline-under .under-section-first .recruit-section-head .contents-txt h2 {
    font-size: 2.2em;
  }
  article#recruit-under.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under {
    padding-left: 0;
  }
  article#recruit-under.guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li {
    width: 50%;
    padding: 2em 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  article#recruit-top #topimg-area .topimg-inner {
    padding-top: 125px;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .catch {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  article#recruit-top #topimg-area .topimg-inner .dictionary {
    width: 30vw;
  }
  article#recruit-top #breadcrumbs {
    margin-top: 5vh;
  }
  article#recruit-top .top-section {
    width: 70%;
  }
  article#recruit-top .top-section02 {
    width: 80%;
  }
  article#recruit-top .top-section02:after {
    top: 35vh;
  }
  article#recruit-top .top-section02 img {
    height: 50vh;
  }
  article#recruit-top .top-section02 .left-column hgroup {
    width: 50vw;
    left: 33vw;
    right: auto;
  }
  article#recruit-top .top-section02 .left-column .vertical {
    left: 4vw;
    bottom: -45vh;
  }
  article#recruit-top .top-section02 .right-column .txt-area {
    width: 50vw;
    left: 28vw;
  }
  article#recruit-top .top-section03,
article#recruit-top .top-section04 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  article#recruit-under #headline .headline-inner .sub-nav {
    margin-top: 2em;
  }
  .under-section-first .under-interview-section.three-column ul li {
    height: 40em !important;
  }
}
/* flex */
/* mobile */
@media screen and (max-width: 575px) {
  article#recruit-top hgroup h2 {
    display: block;
  }
  article#recruit-top hgroup h3 {
    font-size: 3.5em !important;
  }
  article#recruit-top .vertical-2 h3 {
    font-size: 2em;
  }
  article#recruit-top .vertical-2 p {
    font-size: 1em;
  }
  article#recruit-top #topimg-area {
    height: auto;
  }
  article#recruit-top #topimg-area .topimg-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
  }
  article#recruit-top #topimg-area .topimg-inner .dictionary {
    font-size: 50%;
    width: 50% !important;
    height: auto !important;
    margin-top: 1em !important;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 70%;
    width: 100% !important;
    padding-top: 3em !important;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h1 {
    font-size: 2.8em !important;
    padding-bottom: 0.5em !important;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h2 {
    padding-bottom: 2em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area h2 span {
    font-size: 1.3em !important;
    white-space: normal !important;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .catch {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .catch p {
    font-size: 1.8em;
    display: inline-block;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical {
    padding-top: 3em;
    margin-left: auto;
    position: static;
    display: inline-block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p {
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding: 1em 3em 1em 1em;
  }
  article#recruit-top #topimg-area .topimg-inner .txt-area .vertical p span {
    text-indent: 0;
  }
  article#recruit-top #topimg-area .topimg-inner .sub-nav {
    width: 90%;
    margin: 2em auto 1em auto;
  }
  article#recruit-top #topimg-area .topimg-inner .sub-nav ul {
    text-align: center;
  }
  article#recruit-top #topimg-area .topimg-inner .sub-nav ul li {
    font-size: 0.9em;
    line-height: 1.8;
    white-space: nowrap;
    padding: 0 2.5em 0 0;
    margin-bottom: 0.5em;
    display: inline;
  }
  article#recruit-top #breadcrumbs {
    width: 90%;
    font-size: 0.8em;
    margin-top: 1em;
  }
  article#recruit-top .top-section {
    font-size: 0.7em;
    width: 90%;
    margin: 5em auto;
    padding: 8em 0;
  }
  article#recruit-top .top-section02 {
    font-size: 0.8em;
    width: 100%;
    padding-top: 5em;
    margin: 0 auto;
    display: block;
  }
  article#recruit-top .top-section02 .left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top .top-section02 .left-column img {
    width: 70%;
    height: auto;
    margin: 2em 0;
  }
  article#recruit-top .top-section02 .left-column hgroup {
    width: 90%;
    margin: 0 auto;
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  article#recruit-top .top-section02 .left-column .vertical {
    top: 18em;
    bottom: 0;
    right: 2.5em;
    left: 0;
    z-index: 2;
  }
  article#recruit-top .top-section02 .right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
  article#recruit-top .top-section02 .right-column img {
    width: 70%;
    height: auto;
  }
  article#recruit-top .top-section02 .right-column .txt-area {
    width: 100%;
    padding-top: 0;
    position: static;
  }
  article#recruit-top .top-section02:after {
    width: 80%;
    height: 30vh;
    top: 40%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  article#recruit-top .top-section03 {
    font-size: 0.8em;
    padding: 3em 0;
    margin-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top .top-section03 .left-column {
    width: 100%;
    margin-top: 10em;
  }
  article#recruit-top .top-section03 .left-column img {
    width: 90%;
    height: auto;
    -webkit-box-shadow: 7vw -10vw 0 0 #2f6296;
            box-shadow: 7vw -10vw 0 0 #2f6296;
  }
  article#recruit-top .top-section03 .left-column .vertical {
    padding: 1.5em 1em 1em 1.5em;
    right: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  article#recruit-top .top-section03 .right-column {
    width: 90%;
    margin: 0 auto;
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  article#recruit-top .top-section03 .right-column p {
    width: 90%;
    margin: 0 auto;
  }
  article#recruit-top .top-section04 {
    width: 100%;
    font-size: 0.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  article#recruit-top .top-section04 hgroup {
    width: 90%;
    position: static;
  }
  article#recruit-top .top-section04 hgroup h3 {
    letter-spacing: -0.05em;
    display: inline-block;
    padding-right: 1em;
    background: url(../images/contents/recruit/kumadori_job.png) no-repeat right bottom/contain;
  }
  article#recruit-top .top-section04 .vertical {
    padding: 0 2em 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    right: 0;
    bottom: -6vh;
    z-index: 3;
  }
  article#recruit-top .top-section04 .vertical:after {
    background: none;
  }
  article#recruit-top .top-section04 .right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-top .top-section04 .right-column .txt-area {
    width: 100%;
    position: static;
  }
  article#recruit-top .top-section04 .right-column .txt-area p {
    width: 85%;
  }
  article#recruit-top .top-section04 .right-column img {
    width: 75%;
    height: auto;
    padding-top: 2em;
    -webkit-box-shadow: -15vw 10vw 0 0 #000;
            box-shadow: -15vw 10vw 0 0 #000;
  }
  article#recruit-under #headline .headline-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article#recruit-under #headline .headline-inner .headline-txt {
    width: 85%;
    padding: 0 0 0 1em;
  }
  article#recruit-under #headline .headline-inner .headline-txt hgroup h1:first-child {
    font-size: 2.2em;
    padding-top: 0;
  }
  article#recruit-under #headline .headline-inner .headline-txt hgroup h1:first-child span {
    padding: 0;
  }
  article#recruit-under #headline .headline-inner .headline-txt p {
    font-size: 0.9em;
    padding: 0;
  }
  article#recruit-under #headline .headline-inner .sub-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  article#recruit-under #headline .headline-inner .sub-nav ul {
    text-align: center;
    padding: 0;
  }
  article#recruit-under #headline .headline-inner .sub-nav ul li {
    font-size: 0.9em;
    line-height: 1.8;
    white-space: nowrap;
    display: inline-block;
  }
  article#recruit-under #breadcrumbs {
    width: 90%;
    font-size: 0.8em;
    margin-top: 1em;
  }
  article#recruit-under #breadcrumbs ul {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article#recruit-under #breadcrumbs ul li {
    margin-bottom: 0.5em;
  }
  article#recruit-under .under-section-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5em;
  }
  article#recruit-under .under-section-first:before {
    height: 90%;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l {
    width: 90%;
    margin: 2.5em auto 15em auto;
    padding: 0;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl dt img {
    width: 50vw;
    height: 40vw;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl:first-child {
    -webkit-transform: none;
            transform: none;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl:first-child dd {
    left: 35vw;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl:last-child {
    top: 35vw;
    right: 0;
  }
  article#recruit-under .under-section-first .under-sectoin-first-l dl:last-child dd {
    right: 20vw;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r {
    width: 90%;
    margin: 0 auto;
    padding: 12em 0 0 0;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r h2 {
    font-size: 5vw;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 1em 0;
  }
  article#recruit-under .under-section-first .under-sectoin-first-r p.section-first-catch {
    font-size: 1.8em;
  }
  article#recruit-under .recruit-section-head,
article#recruit-under .recruit-section-l,
article#recruit-under .recruit-section-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  article#recruit-under .recruit-section-head .section-headline,
article#recruit-under .recruit-section-l .section-headline,
article#recruit-under .recruit-section-r .section-headline {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: none;
            transform: none;
  }
  article#recruit-under .recruit-section-head .section-headline figure img,
article#recruit-under .recruit-section-l .section-headline figure img,
article#recruit-under .recruit-section-r .section-headline figure img {
    width: 100%;
  }
  article#recruit-under .recruit-section-head .section-headline h2,
article#recruit-under .recruit-section-l .section-headline h2,
article#recruit-under .recruit-section-r .section-headline h2 {
    font-size: 1.8em;
    text-align: left;
    width: 100%;
    padding-top: 0.5em;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  article#recruit-under .recruit-section-head .section-headline h2 span,
article#recruit-under .recruit-section-l .section-headline h2 span,
article#recruit-under .recruit-section-r .section-headline h2 span {
    font-size: 1.8em;
  }
  article#recruit-under .recruit-section-head .contents-txt,
article#recruit-under .recruit-section-l .contents-txt,
article#recruit-under .recruit-section-r .contents-txt {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article#recruit-under .recruit-section-head .contents-txt figure,
article#recruit-under .recruit-section-l .contents-txt figure,
article#recruit-under .recruit-section-r .contents-txt figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  article#recruit-under .recruit-section-head .contents-txt h3,
article#recruit-under .recruit-section-l .contents-txt h3,
article#recruit-under .recruit-section-r .contents-txt h3 {
    font-size: 2.2em;
    margin: 1em 0 0.5em 0;
  }
  article#recruit-under .recruit-section-head .contents-txt p,
article#recruit-under .recruit-section-l .contents-txt p,
article#recruit-under .recruit-section-r .contents-txt p {
    width: 100%;
  }
  article#recruit-under .recruit-section-head .contents-img,
article#recruit-under .recruit-section-l .contents-img,
article#recruit-under .recruit-section-r .contents-img {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  article#recruit-under .recruit-section-head .contents-img img,
article#recruit-under .recruit-section-l .contents-img img,
article#recruit-under .recruit-section-r .contents-img img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  article#recruit-under .recruit-section-head .contents-img figcaption,
article#recruit-under .recruit-section-l .contents-img figcaption,
article#recruit-under .recruit-section-r .contents-img figcaption {
    width: 100%;
  }
  article#recruit-under .relate-area {
    margin-top: 5em;
  }
  article#recruit-under .relate-area h2 {
    font-size: 2.5em !important;
  }
  article#recruit-under .relate-area .contents-txt ul {
    padding: 0;
    margin: 0 0 5em 0;
  }
  article#recruit-under .relate-area .contents-txt ul li {
    width: 50%;
  }
  article#recruit-under .relate-area .contents-txt ul li dl dt {
    font-size: 1.3rem;
  }
  article#recruit-under .relate-area .contents-txt ul li dl dt img {
    height: 6em;
  }
  .particular .under-section-first:before {
    height: 45% !important;
  }
  .future .under-section-first .under-section-column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .future .under-section-first .under-section-column1 .future-first-txt {
    position: static;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .future .under-section-first .under-section-column1 .future-first-txt h2 {
    font-size: 2.5em;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    margin: 0.5em;
  }
  .future .under-section-first .under-section-column1 .future-first-txt p {
    font-size: 1.2em;
    color: #000;
    width: 70%;
  }
  .future .under-section-first .under-section-column1 .future-last-txt {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
  .future .under-section-first .under-section-column1 .future-last-txt dl {
    font-size: 1em;
  }
  .future .under-section-first .under-section-column1 .future-last-txt p.section-first-catch {
    font-size: 2em;
    padding-top: 0;
  }
  .future .under-section-first .under-section-column1 img {
    width: 100%;
    margin-bottom: 0;
  }
  .job .under-section-first:before {
    height: 20% !important;
  }
  .job .under-section-first .under-sectoin-first-l dl dd p {
    color: #000;
  }
  .interview .under-section-first .under-interview-section {
    width: 90%;
    margin: 0 auto;
  }
  .interview .under-section-first .under-interview-section ul {
    width: 95% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .interview .under-section-first .under-interview-section ul li {
    width: 50% !important;
    height: 40vw !important;
  }
  .interview .under-section-first .under-interview-section ul li a {
    height: calc(100% - 15em);
  }
  .interview .under-section-first .under-interview-section ul li .people-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 15em;
  }
  .guideline .under-section-first {
    margin-bottom: 0 !important;
  }
  .guideline .under-section-first .under-sectoin-first-r {
    padding-top: 2em !important;
  }
  .guideline .under-section-first .under-sectoin-first-r ol.flow-ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guideline .under-section-first .under-sectoin-first-r ol.flow-ol li {
    width: 50%;
  }
  .guideline .under-section-first .under-sectoin-first-r ol.flow-ol li:nth-of-type(odd) dl dt span {
    color: #fff;
  }
  .guideline .guideline-list li dl dt {
    font-size: 2em;
  }
  .guideline-under .under-section-first:before {
    height: 30vh !important;
  }
  .guideline-under .under-section-first .recruit-section-head .section-headline {
    padding-top: 2em;
  }
  .guideline-under .under-section-first .recruit-section-head .section-headline h1 {
    font-size: 2em;
    padding-top: 0.5em;
    line-height: 1.5;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under {
    padding: 0;
  }
  .guideline-under .relate-guideline-section .relate-contents ul.guideline-list-under li {
    width: 100%;
  }
}

/* インタビューページテンプレート */
/* Interview Page Styles */
/* Interview Page Styles */
#recruit-interview #breadcrumbs{
	    width: 85%;
    margin: 0 auto;
    height: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    aling-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.3em;
}
.interview-container {
    max-width: 800px;
    margin: 45px auto;
    padding: 20px;
}

.interview-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.interview-thumbnail {
    margin-bottom: 20px;
    text-align: center; 
}

.interview-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.interview-content h3{
	font-size: 1.8em;
}
.interview-content p{
	font-size: 1.3em;
}
.interview-meta span {
    margin-right: 15px;
}

.interview-content {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
}
