/*------------------------------------------------
	lower-english
------------------------------------------------*/
.english-page {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min( 3.4666666667vw, 13px);
}
@media print, screen and (min-width: 768px) {
  .english-page {
    font-size: 16px;
  }
}
.english-page html, .english-page body,
.english-page div, .english-page article, .english-page section, .english-page main,
.english-page h1, .english-page h2, .english-page h3, .english-page h4, .english-page h5, .english-page h6,
.english-page dl, .english-page dt, .english-page dd,
.english-page ul, .english-page ol, .english-page li,
.english-page pre, .english-page form, .english-page input, .english-page textarea, .english-page address, .english-page nav,
.english-page table, .english-page th, .english-page td,
.english-page a, .english-page p, .english-page img, .english-page figure, .english-page span, .english-page em, .english-page small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.english-page html:before, .english-page html:after, .english-page body:before, .english-page body:after,
.english-page div:before,
.english-page div:after, .english-page article:before, .english-page article:after, .english-page section:before, .english-page section:after, .english-page main:before, .english-page main:after,
.english-page h1:before,
.english-page h1:after, .english-page h2:before, .english-page h2:after, .english-page h3:before, .english-page h3:after, .english-page h4:before, .english-page h4:after, .english-page h5:before, .english-page h5:after, .english-page h6:before, .english-page h6:after,
.english-page dl:before,
.english-page dl:after, .english-page dt:before, .english-page dt:after, .english-page dd:before, .english-page dd:after,
.english-page ul:before,
.english-page ul:after, .english-page ol:before, .english-page ol:after, .english-page li:before, .english-page li:after,
.english-page pre:before,
.english-page pre:after, .english-page form:before, .english-page form:after, .english-page input:before, .english-page input:after, .english-page textarea:before, .english-page textarea:after, .english-page address:before, .english-page address:after, .english-page nav:before, .english-page nav:after,
.english-page table:before,
.english-page table:after, .english-page th:before, .english-page th:after, .english-page td:before, .english-page td:after,
.english-page a:before,
.english-page a:after, .english-page p:before, .english-page p:after, .english-page img:before, .english-page img:after, .english-page figure:before, .english-page figure:after, .english-page span:before, .english-page span:after, .english-page em:before, .english-page em:after, .english-page small:before, .english-page small:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.english-page a {
  color: #333333;
}
.english-page img {
  width: 100%;
}
.english-page .res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .english-page .res-pc {
    display: none !important;
  }
}
.english-page .res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .english-page .res-sp {
    display: inline !important;
  }
}
.english-page .inner {
  padding: 0 min( 6vw, 22.5px);
}
@media print, screen and (min-width: 768px) {
  .english-page .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.english-page .inner-s {
  padding: 0 min( 6vw, 22.5px);
}
@media print, screen and (min-width: 768px) {
  .english-page .inner-s {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .english-page .inner-s {
    max-width: 1160px;
  }
}
.english-page .en-title {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .english-page .en-title {
    font-size: min( 8.8vw, 33px);
  }
}
.english-page .en-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0833333333;
}
@media only screen and (max-width: 767px) {
  .english-page .en-lead {
    font-size: min( 4.5333333333vw, 17px);
    line-height: 1.7647058824;
  }
}
.english-page .en-txtbox p + p {
  margin-top: 1em;
}
.english-page .title-line {
  position: absolute;
  z-index: -1;
  display: block;
  width: 141px;
  height: 153px;
  top: -90px;
  left: -102px;
}
@media only screen and (max-width: 767px) {
  .english-page .title-line {
    top: -80px;
    left: -70px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.english-page .title-line:before, .english-page .title-line:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/english/images/line.svg) no-repeat left top;
  background-size: 115px 109px;
  width: 115px;
  opacity: 0;
  margin: -50px -50px 0px 0px;
}
.english-page .title-line:before {
  -webkit-animation: line 10s ease 0ms infinite;
  animation: line 10s ease 0ms infinite;
  height: 115px;
  right: 25px;
  top: 39px;
  -webkit-transition: margin 300ms ease 0s, opacity 500ms ease 0s;
  transition: margin 300ms ease 0s, opacity 500ms ease 0s;
}
.english-page .title-line:after {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  height: 90px;
  right: 0px;
  top: 0px;
  -webkit-transition: margin 300ms ease 150ms, opacity 500ms ease 150ms;
  transition: margin 300ms ease 150ms, opacity 500ms ease 150ms;
}
.english-page .js-scroll[data-status="show"] .title-line:before, .english-page .js-scroll[data-status="show"] .title-line:after {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}
.english-page .en-page-head {
  background-color: #f8f8f8;
  padding: 5.0rem 0;
  border-bottom: 2px solid #e3e3e3;
}
@media only screen and (max-width: 767px) {
  .english-page .en-page-head {
    padding: 30px 0;
    border-bottom-width: 1px;
  }
}
.english-page .en-page-head .en-pagetitle {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .english-page .en-page-head .en-pagetitle {
    font-size: 25px;
  }
}
.english-page .en-nav {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav {
    margin-top: 25px;
  }
}
.english-page .en-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    gap: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .english-page .en-nav ul {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
.english-page .en-nav ul li a {
  white-space: nowrap;
}
.english-page .en-nav ul li:nth-child(n+2) {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav ul li:nth-child(n+2) {
    padding-left: 0;
  }
}
.english-page .en-nav ul li:nth-child(n+2):before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #333;
  width: 1px;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -0.75em;
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav ul li:nth-child(n+2):before {
    display: none;
  }
}
.english-page .en-nav ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .english-page .en-nav ul li a {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .english-page .en-nav ul li a {
    font-size: 11px;
  }
}
.english-page .en-enlarge {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .english-page .en-enlarge {
    pointer-events: none;
  }
}
.english-page .en-enlarge .en-enlarge-txt {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #969696;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .english-page .en-enlarge .en-enlarge-txt {
    display: none;
  }
}
.english-page .en-enlarge .en-enlarge-txt span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.english-page .en-enlarge .en-enlarge-txt span:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../images/icon-loupe.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.english-page .js-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.english-page .js-scroll[data-status="show"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.english-page .mv-scroll {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .english-page .mv-scroll {
    position: absolute;
    bottom: -1.0rem;
    right: 3.5rem;
    z-index: 9;
    display: block;
    font-size: 1.4rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #333333;
    padding-right: 7.0rem !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
.english-page .mv-scroll:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #000000;
  width: 6.0rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  right: 0;
  -webkit-animation: 1.5s scroll ease-out infinite;
  animation: 1.5s scroll ease-out infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50.1% {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50.1% {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.english-page .bg-box .line-bg01 {
  position: absolute;
  width: 44.7rem;
  height: 27.3rem;
}
@media only screen and (max-width: 767px) {
  .english-page .bg-box .line-bg01 {
    width: 30.5rem;
    height: 18.7rem;
  }
}
.english-page .bg-box .line-bg01 div {
  position: absolute;
  z-index: 1;
}
.english-page .bg-box .line-bg01 div:nth-of-type(1) {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  background: url(/recruit/english/images/line-bg-01--01.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01 div:nth-of-type(2) {
  -webkit-animation: line 10s ease -1000ms infinite;
  animation: line 10s ease -1000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  background: url(/recruit/english/images/line-bg-01--02.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01 div:nth-of-type(3) {
  -webkit-animation: line 10s ease -1500ms infinite;
  animation: line 10s ease -1500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  background: url(/recruit/english/images/line-bg-01--03.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01 div:nth-of-type(4) {
  -webkit-animation: line 10s ease -2000ms infinite;
  animation: line 10s ease -2000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  background: url(/recruit/english/images/line-bg-01--04.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01 div:nth-of-type(5) {
  -webkit-animation: line 10s ease -2500ms infinite;
  animation: line 10s ease -2500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  background: url(/recruit/english/images/line-bg-01--05.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01 div:nth-of-type(6) {
  -webkit-animation: line 10s ease -3000ms infinite;
  animation: line 10s ease -3000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
  transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
  background: url(/recruit/english/images/line-bg-01--06.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg01--01 {
  top: 5.4945054945%;
  left: 50.5592841163%;
  width: 18.7919463087%;
  padding-top: 18.7919463087%;
}
.english-page .bg-box .line-bg01--02 {
  top: 36.2637362637%;
  left: 0%;
  width: 44.51901566%;
  padding-top: 29.3064876957%;
}
.english-page .bg-box .line-bg01--03 {
  top: 44.6886446886%;
  left: 19.2393736018%;
  width: 34.0044742729%;
  padding-top: 24.1610738255%;
}
.english-page .bg-box .line-bg01--04 {
  top: 6.5934065934%;
  left: 43.6241610738%;
  width: 45.1901565996%;
  padding-top: 46.0850111857%;
}
.english-page .bg-box .line-bg01--05 {
  top: 86.8131868132%;
  left: 26.6219239374%;
  width: 8.2774049217%;
  padding-top: 8.0536912752%;
}
.english-page .bg-box .line-bg01--06 {
  top: 0%;
  left: 79.418344519%;
  width: 20.581655481%;
  padding-top: 19.9105145414%;
}
.english-page .bg-box .line-bg02 {
  position: absolute;
  width: 28.1rem;
  height: 24.4rem;
}
@media only screen and (max-width: 767px) {
  .english-page .bg-box .line-bg02 {
    width: 30.5rem;
    height: 18.7rem;
  }
}
.english-page .bg-box .line-bg02 div {
  position: absolute;
  z-index: 1;
}
.english-page .bg-box .line-bg02 div:nth-of-type(1) {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  background: url(/recruit/english/images/line-bg-02--01.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02 div:nth-of-type(2) {
  -webkit-animation: line 10s ease -1000ms infinite;
  animation: line 10s ease -1000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  background: url(/recruit/english/images/line-bg-02--02.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02 div:nth-of-type(3) {
  -webkit-animation: line 10s ease -1500ms infinite;
  animation: line 10s ease -1500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  background: url(/recruit/english/images/line-bg-02--03.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02 div:nth-of-type(4) {
  -webkit-animation: line 10s ease -2000ms infinite;
  animation: line 10s ease -2000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  background: url(/recruit/english/images/line-bg-02--04.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02 div:nth-of-type(5) {
  -webkit-animation: line 10s ease -2500ms infinite;
  animation: line 10s ease -2500ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  background: url(/recruit/english/images/line-bg-02--05.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02 div:nth-of-type(6) {
  -webkit-animation: line 10s ease -3000ms infinite;
  animation: line 10s ease -3000ms infinite;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
  transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
  background: url(/recruit/english/images/line-bg-02--06.png) no-repeat center center/contain;
}
.english-page .bg-box .line-bg02--01 {
  top: 36.4754098361%;
  left: 2.1352313167%;
  width: 18.8612099644%;
  padding-top: 20.640569395%;
}
.english-page .bg-box .line-bg02--02 {
  top: 56.1475409836%;
  left: 15.6583629893%;
  width: 11.0320284698%;
  padding-top: 11.0320284698%;
}
.english-page .bg-box .line-bg02--03 {
  top: 0%;
  left: 64.4128113879%;
  width: 25.2669039146%;
  padding-top: 17.793594306%;
}
.english-page .bg-box .line-bg02--04 {
  top: 29.9180327869%;
  left: 33.4519572954%;
  width: 21.7081850534%;
  padding-top: 21.7081850534%;
}
.english-page .bg-box .line-bg02--05 {
  top: 14.7540983607%;
  left: 0%;
  width: 84.3416370107%;
  padding-top: 74.0213523132%;
}
.english-page .bg-box .line-bg02--06 {
  top: 45.0819672131%;
  left: 61.5658362989%;
  width: 38.4341637011%;
  padding-top: 24.5551601423%;
}
.english-page .bg-box[data-status="show"] .line-bg01 div,
.english-page .bg-box[data-status="show"] .line-bg02 div {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}


