/* ====================================================
reset style
==================================================== */
body {
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: 100%;
}

ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/* ====================================================
base
==================================================== */
/*--------------------------------------------
display
--------------------------------------------*/
.device_pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc {
    display: none !important;
  }
}

.device_sp {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp {
    display: block !important;
  }
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%;
  font-size: 0.520vw;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

body {
  display: none;
  font-feature-settings: "palt" 1;
  color: #000;
  font-size: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.7;
  text-align: justify;
  font-weight: 300;
  color: #000;
  vertical-align: middle;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.6;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #000000;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

* {
  box-sizing: border-box;
}

figure {
  width: 100%;
}

::placeholder {
  color: #e4e4e4;
}

em {
  font-weight: 600;
}

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

ol {
  text-indent: -1em;
  padding-left: 1em;
}
ol > li {
  margin-top: 1rem;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

.lightbox {
  display: none;
}

/* ====================================================
layout
==================================================== */
.l-header {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.4s;
  position: absolute;
  background-color: transparent;
  z-index: 9999;
  width: 16%;
  height: 100vh;
  top: 0;
  transition: position 1s 0s ease;
}
@media print, screen and (max-width: 768px) {
  .l-header {
    height: auto;
    width: 100%;
  }
}
.l-header .p-header__inner {
  position: relative;
  z-index: 3;
}
.l-header.js-min_header {
  position: fixed;
}

.l-content {
  position: relative;
}
.l-content::after {
  opacity: 1;
  width: 90%;
  height: 135rem;
  transform: skewX(140deg) translateX(-100%);
  right: 0;
  top: 0px;
  margin: auto;
  position: static;
  background-color: #115fac;
  content: "";
  z-index: 1;
}
.home .l-content::after {
  opacity: 0;
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .home .l-content::after {
    position: static;
  }
}
.page .l-content {
  padding-bottom: 13rem;
}
@media print, screen and (max-width: 768px) {
  .page .l-content {
    padding-bottom: 4rem;
  }
}
.page .l-content::after {
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .page .l-content::after {
    position: absolute;
    width: 90%;
    right: -7rem;
    height: 37rem;
    transform: skewX(135deg) translateX(-100%);
  }
}
.questionnaire .l-content {
  padding-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .questionnaire .l-content {
    padding-bottom: 0;
  }
}
.home .l-content.js-min_content::after {
  position: fixed;
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  .home .l-content.js-min_content::after {
    position: static;
  }
}

.l-cover {
  overflow-x: hidden;
}

/* ====================================================
project
==================================================== */
/* -----------------------------------------------
header
----------------------------------------------- */
@media print, screen and (max-width: 768px) {
  .p-header.js-min_header, .p-header.is_open {
    background-color: #FFF;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header.is_open {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 2rem;
  }
  .p-header.is_open .p-header__logo {
    background-image: url(/jp/recruitment/img/common/logo-recruit-open.png) !important;
    width: 10.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header.js-min_header.is-dark .p-header__logo, .p-header.js-min_header.is-bright .p-header__logo {
    background-image: url(/jp/recruitment/img/common/logo-recruit-b.png);
  }
}
.p-header.is-dark.js-min_header .p-header__menu > li > p {
  color: #FFF;
}
.p-header.is-dark.js-min_header .p-header__menu > li:hover > p {
  color: #115fac;
}
.p-header.is-dark.js-min_header .p-header__logo {
  background-image: url(/jp/recruitment/img/common/logo-recruit-w.png);
}
.p-header.is-dark .p-header__menu > li > p {
  color: #FFF;
}
.p-header.is-dark .p-header__menu > li:hover > p {
  color: #115fac;
}
.p-header.is-dark .p-header__logo {
  background-image: url(/jp/recruitment/img/common/logo-recruit-w.png);
}
.p-header.is-bright .p-header__menu > li > p {
  color: black;
}
.p-header.is-bright .p-header__logo {
  background-image: url(/jp/recruitment/img/common/logo-recruit-b.png);
}
.p-header__inner {
  width: 100%;
  padding: 4.5rem 2rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .p-header__inner {
    padding: 2rem 1.5rem 1rem;
  }
  .js-min_header .p-header__inner {
    padding-top: 1rem;
  }
}
.p-header__logo {
  width: 19rem;
  height: 6.2rem;
  background-image: url(/jp/recruitment/img/common/logo-recruit-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-left: 5.6rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__logo {
    width: 9.5rem;
    height: 3.1rem;
    margin-left: 0;
  }
  .js-min_header .p-header__logo {
    background-image: url(/jp/recruitment/img/common/logo-recruit-b.png);
  }
}
.page .js-min_header .p-header__logo {
  background-image: url(/jp/recruitment/img/common/logo-recruit-b.png);
}
@media print, screen and (max-width: 768px) {
  .p-header__nav {
    display: none;
    flex-direction: column-reverse;
  }
  .p-header__nav.is_open {
    display: flex;
  }
}
.p-header__menu {
  margin: 7rem 0 8rem 3rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__menu {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-header__menu > li {
  margin-bottom: 1.5rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .p-header__menu > li {
    width: 45%;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__menu > li:hover .p-header__submenu, .p-header__menu > li:focus-within .p-header__submenu {
    visibility: visible;
    opacity: 1;
    translate: 2rem 0;
  }
}
.p-header__menu > li:hover > p, .p-header__menu > li:focus-within > p {
  background-color: #FFF;
  color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .p-header__menu > li:hover > p, .p-header__menu > li:focus-within > p {
    color: #115fac;
  }
}
@media print, screen and (min-width: 768px) {
  .page .js-min_header .p-header__menu > li:hover > p, .page .js-min_header .p-header__menu > li:focus-within > p {
    background-color: #cfdfee;
  }
}
.p-header__menu > li > p {
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
  display: inline-block;
  padding: 1rem 1.5rem;
}
.page .js-min_header .p-header__menu > li > p {
  color: black;
}
@media print, screen and (max-width: 768px) {
  .page .js-min_header .p-header__menu > li > p {
    color: #115fac;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__menu > li > p {
    color: #115fac;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.p-header__submenu {
  position: absolute;
  top: 0;
  width: 28rem;
  right: -26rem;
  background: #FFF;
  visibility: hidden;
  opacity: 0;
  translate: 0 0;
  transition: all .3s ease-out;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .p-header__submenu {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
.p-header__submenu > li > a, .p-header__submenu > li > p, .p-header__submenu > li > ul > li > a {
  font-weight: 400;
  font-size: 1.5rem;
  display: block;
  padding: 1.4rem 1.7rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__submenu > li > a, .p-header__submenu > li > p, .p-header__submenu > li > ul > li > a {
    font-size: 1rem;
    padding: .5rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__submenu > li > a:hover, .p-header__submenu > li > p:hover, .p-header__submenu > li > ul > li > a:hover {
    opacity: 1;
    color: #115fac;
    background-color: #cfdfee;
  }
}
.p-header__submenu > li > p {
  color: #115fac;
  background-color: #cfdfee;
}
@media print, screen and (max-width: 768px) {
  .p-header__submenu > li > p {
    background-color: transparent;
    color: black;
  }
}
.p-header__submenu > li > ul > li > a {
  font-size: 1.4rem;
  padding: .5rem 1.7rem;
}
@media print, screen and (max-width: 768px) {
  .p-header__submenu > li > ul > li > a {
    font-size: 1rem;
    padding: .5rem 0;
    margin-left: .5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-header__btnarea {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.p-header__btn {
  width: 100%;
  display: block;
  padding: 1rem 0 1rem 8.4rem;
  font-size: 2rem;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 1.8rem;
  transform: skewX(-30deg) translate(-2rem, 0);
}
@media print, screen and (max-width: 768px) {
  .p-header__btn {
    transform: skewX(0) translate(0, 0);
    width: 48%;
    text-align: center;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.p-header__btn > span {
  display: block;
  transform: skewX(30deg) translate(-2rem, 0);
}
@media print, screen and (max-width: 768px) {
  .p-header__btn > span {
    transform: skewX(0) translate(0, 0);
  }
}
.p-header__sublink {
  display: none;
}
.is_open .p-header__sublink {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .p-header__sublink {
    margin-top: 1rem;
    font-size: 1rem;
    justify-content: center;
    width: 100%;
  }
  .p-header__sublink > li > a {
    padding: 0 2rem;
  }
  .p-header__sublink > li + li {
    border-left: 1px solid black;
  }
}

/* -----------------------------------------------
p-footer
----------------------------------------------- */
.p-footer {
  background-color: #ebebeb;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
    position: relative;
  }
}
.p-footer__logo {
  width: 24rem;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .p-footer__logo {
    display: none;
  }
}
.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__wrap {
    width: 90%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-footer__wrap {
    display: none;
    width: 100%;
  }
}
.p-footer__sublink {
  margin-top: 6rem;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  width: 100%;
}
.p-footer__sublink > li > a {
  padding: 0 3rem;
}
.p-footer__sublink > li + li {
  border-left: 1px solid black;
}
.p-footer__copy {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-footer__copy {
    font-size: .8rem;
    margin-top: 0;
  }
}
.p-footer__nav {
  display: flex;
  justify-content: space-between;
  width: calc( 100% - 24rem);
  padding-left: 10rem;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__nav {
    width: 100%;
  }
}
.p-footer__item:nth-child(1) {
  width: 18%;
}
.p-footer__item:nth-child(2) {
  width: 25%;
}
.p-footer__item:nth-child(3) {
  width: 25%;
}
.p-footer__item:nth-child(4) {
  width: 25%;
}
.p-footer__item dl > dt {
  font-size: 2rem;
  font-weight: 500;
  color: #115fac;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__item dl > dt {
    font-size: 2.2rem;
  }
}
.p-footer__item dl > dd > ul > li {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1200px) {
  .p-footer__item dl > dd > ul > li {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.p-footer__item dl > dd > ul > li > a {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-footer__item dl > dd > ul > li > a:hover {
  color: #115fac;
  opacity: 1;
}
.p-footer__item dl > dd > ul > li > ul > li {
  margin-top: 1.2rem;
  padding-left: 1em;
}

/* -----------------------------------------------
p-pagescroll
----------------------------------------------- */
@-webkit-keyframes fvScroll {
  0% {
    top: 93rem;
  }
  50% {
    top: 90rem;
  }
  100% {
    top: 93rem;
  }
}
@keyframes fvScroll {
  0% {
    top: 93rem;
  }
  50% {
    top: 90rem;
  }
  100% {
    top: 93rem;
  }
}
.p-pagescroll {
  width: 2.4rem;
  position: absolute;
  top: 93rem;
  left: 4rem;
  z-index: 99999;
  animation: 2s ease-in 1s infinite alternate forwards running fvScroll;
}
@media print, screen and (max-width: 768px) {
  .p-pagescroll {
    display: none;
  }
}

/* -----------------------------------------------
p-pagescroll
----------------------------------------------- */
.p-hamburger {
  display: none;
  cursor: pointer;
  width: 4rem;
  height: 2rem;
  z-index: 99999;
  position: relative;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-hamburger {
    display: block;
  }
}
.p-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0%;
  margin: auto;
  height: .2rem;
  width: 100%;
  background: #115fac;
}
.p-hamburger span:nth-of-type(1) {
  top: 0;
}
@media print, screen and (max-width: 768px) {
  .p-hamburger span:nth-of-type(1) {
    width: 75%;
    left: auto;
  }
}
.p-hamburger span:nth-of-type(2) {
  top: calc( 50% - .1rem);
}
@media print, screen and (max-width: 768px) {
  .p-hamburger span:nth-of-type(2) {
    width: 85%;
    left: auto;
  }
}
.p-hamburger span:nth-of-type(3) {
  bottom: 0;
}
.p-hamburger.is_open span:nth-of-type(1) {
  top: .9rem;
  transform: translateY(0) rotate(-155deg);
  width: 100%;
}
.p-hamburger.is_open span:nth-of-type(2) {
  opacity: 0;
  width: 100%;
}
.p-hamburger.is_open span:nth-of-type(3) {
  bottom: .9rem;
  transform: translateY(0) rotate(156deg);
}

/* -----------------------------------------------
p-version
----------------------------------------------- */
.p-version {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-version {
    margin-top: 2rem;
  }
}
.p-version__num {
  height: 3rem;
  display: inline-block;
  width: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-version__num {
    height: 2.5rem;
    width: 3.5rem;
  }
}
.p-version__num > img {
  height: inherit;
}
.p-version > dt {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #115fac;
  font-size: 2.5rem;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .p-version > dt {
    width: 100%;
    font-size: 2rem;
  }
}
.p-version > dt > p {
  width: calc(100% - 4rem);
  padding-left: 2rem;
  text-align-last: justify;
}
@media print, screen and (max-width: 768px) {
  .p-version > dt > p {
    text-align-last: auto;
    padding-left: 1rem;
  }
}
.p-version > dd {
  width: calc(100% - 40rem);
  padding-left: 3rem;
}
@media print, screen and (max-width: 768px) {
  .p-version > dd {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}

/* ====================================================
component
==================================================== */
.c-inner-1300 {
  max-width: 130rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (max-width: 768px) {
  .c-inner-sp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-mainside {
  width: calc(100% - 16%);
  margin-left: auto;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .c-mainside {
    width: 100%;
  }
}
.c-mainside.--leftmove {
  margin-left: 0;
  margin-right: auto;
}
.c-mainside.--leftmove-ml200 {
  margin-left: 20rem;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .c-mainside.--leftmove-ml200 {
    margin-left: 0;
  }
}

.c-mainside__inner {
  width: 130rem;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .c-mainside__inner {
    width: 100%;
  }
}

.c-title__line {
  overflow: hidden;
}
.c-title__line.animated div {
  transform: scaleX(1) skewX(-30deg) translate(-2.1rem, 0);
  position: relative;
}
.c-title__line.animated div:after {
  transform: scaleX(0) skewX(-30deg);
}
.c-title__line div {
  background: #000;
  padding: 1.5rem 3rem 1.5rem 5rem;
  display: inline-block;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 768px) {
  .c-title__line div {
    font-size: 2.2rem;
    padding: .5rem 2rem .5rem 3rem;
  }
}
.c-title__line div:after {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1) skewX(30deg);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  z-index: 10;
}
.c-title__line div span {
  display: inline-block;
  transform: scaleX(1) skewX(30deg) translate(0, 0);
}

.c-subtitle__line {
  overflow: hidden;
}
.c-subtitle__line.animated div {
  transform: scaleX(1) skewX(-30deg) translate(-2.1rem, 0);
  position: relative;
}
.c-subtitle__line.animated div:after {
  transform: scaleX(0) skewX(-30deg);
}
.c-subtitle__line > div {
  background: #FFF;
  padding: 1.5rem 3rem 1.5rem 5rem;
  display: inline-block;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  color: #000;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .c-subtitle__line > div {
    font-size: 1.3rem;
    padding: .5rem 1rem .5rem 3rem;
  }
}
.c-subtitle__line > div:after {
  content: "";
  background: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1) skewX(30deg);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  z-index: 10;
}
.c-subtitle__line > div > span {
  display: inline-block;
  transform: scaleX(1) skewX(30deg) translate(0, 0);
}

.c-title__card {
  overflow: hidden;
}
.c-title__card > div {
  background-color: #115fac;
  color: #FFF;
  font-size: 3.3rem;
  font-family: "Noto Serif JP", serif;
  padding: 0 1rem 0 5rem;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 1.8rem;
  transform: skewX(-30deg) translate(-2rem, 0);
}
.c-title__card > div > span {
  display: block;
  transform: skewX(30deg) translate(-2rem, 0);
}

.c-bigimg {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: block;
}
.c-bigimg img {
  height: auto;
  transition: transform .6s ease;
  z-index: 1;
}
.c-bigimg:hover {
  opacity: 1;
}
.c-bigimg:hover img {
  transform: scale(1.1);
}

.c-sidebg {
  overflow: hidden;
  position: relative;
}
.c-sidebg.animated.--right::after {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg.animated.--right::after {
    transform: skewX(0) translateX(0);
  }
}
.c-sidebg.animated.--left::after {
  transform: skewX(140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg.animated.--left::after {
    transform: skewX(0) translateX(0);
  }
}
.c-sidebg.--right::after {
  transform: skewX(140deg) translateX(0%);
  right: 0;
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg.--right::after {
    transform: skewX(0) translateX(100%);
  }
}
.c-sidebg.--left::after {
  transform: skewX(140deg) translateX(0%);
  left: 0;
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg.--left::after {
    transform: skewX(0) translateX(-100%);
  }
}
.c-sidebg__inner {
  position: relative;
  z-index: 2;
}

.c-sidebg-both {
  overflow: hidden;
  position: relative;
}
.c-sidebg-both.animated.--right-b::after {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.c-sidebg-both.animated.--right-b::before {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.c-sidebg-both.animated.--right-b .c-sidebg-both__img::after {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.c-sidebg-both.animated.--left-b::after {
  transform: skewX(-140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.c-sidebg-both.animated.--left-b::before {
  transform: skewX(-140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.c-sidebg-both.animated.--left-b .c-sidebg-both__img::before {
  transform: skewX(-140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.animated.--bottom-g-sp::after {
    right: -32rem;
    transform: skewX(140deg) translateX(-20%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  }
}
.c-sidebg-both.--right-b .c-sidebg-both__img {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--right-b .c-sidebg-both__img {
    padding: 2rem 0;
  }
  .c-sidebg-both.--right-b .c-sidebg-both__img::after {
    transform: skewX(140deg) translateX(0%);
    margin: auto;
    position: absolute;
    background-color: #115fac;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -8rem;
  }
}
.c-sidebg-both.--right-b::after {
  transform: skewX(140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: -21rem;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--right-b::after {
    display: none;
  }
}
.c-sidebg-both.--right-b::before {
  transform: skewX(140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #ebebeb;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  left: -75rem;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--right-b::before {
    left: -87rem;
  }
}
.c-sidebg-both.--left-b .c-sidebg-both__img {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--left-b .c-sidebg-both__img {
    padding: 2rem 0;
  }
  .c-sidebg-both.--left-b .c-sidebg-both__img::before {
    transform: skewX(-140deg) translateX(0%);
    margin: auto;
    position: absolute;
    background-color: #115fac;
    content: "";
    z-index: -1;
    width: 70%;
    height: 100%;
    bottom: 0;
    left: -6rem;
  }
}
.c-sidebg-both.--left-b::after {
  transform: skewX(-140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #ebebeb;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: -85rem;
}
.c-sidebg-both.--left-b::before {
  transform: skewX(-140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  left: -20rem;
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--left-b::before {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .c-sidebg-both.--right-b.--top-g-sp::before {
    left: -34rem;
  }
  .c-sidebg-both.--right-b.--bottom-g-sp::after {
    right: -29rem;
    transform: skewX(140deg) translateX(0%);
  }
  .c-sidebg-both.--left-b.--top-g-sp.animated::after {
    transform: skewX(140deg) translateX(20%);
  }
  .c-sidebg-both.--left-b.--top-g-sp::after {
    transform: skewX(140deg) translateX(0%);
    right: 51rem;
  }
  .c-sidebg-both.--left-b.--top-g-sp.animated .c-sidebg-both__img::before {
    transform: skewX(140deg) translateX(20%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  }
  .c-sidebg-both.--left-b.--top-g-sp .c-sidebg-both__img::before {
    right: -30rem;
    transform: skewX(140deg) translateX(0%);
  }
}
.c-sidebg-both__inner {
  position: relative;
  z-index: 2;
}

.c-blueTitle {
  font-size: 3.3rem;
  color: #115fac;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .c-blueTitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.c-whiteTitle {
  font-size: 3.3rem;
  color: #FFF;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .c-whiteTitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.c-pagelink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  text-align: center;
  color: #FFF;
  background-color: #417fbd;
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .c-pagelink {
    font-size: 1.5rem;
    height: 7rem;
  }
}
.c-pagelink::before, .c-pagelink::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: calc(50% - .1rem);
  width: 1px;
  height: 1.9rem;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 50% calc(100%);
}
@media print, screen and (max-width: 768px) {
  .c-pagelink::before, .c-pagelink::after {
    bottom: 1.5rem;
    height: 1rem;
  }
}
.c-pagelink::before {
  transform: rotate(45deg);
}
.c-pagelink::after {
  transform: rotate(-45deg);
}

.c-table {
  font-size: 2.2rem;
  text-align: left;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .c-table {
    font-size: 1.2rem;
  }
}
.c-table tr th {
  background-color: #115fac;
  color: #FFF;
  width: 25%;
  padding: 2rem 3rem;
  border-top: 1px solid #FFF;
}
@media print, screen and (max-width: 768px) {
  .c-table tr th {
    padding: 1.3rem 1.3rem;
  }
}
.c-table tr td {
  background-color: #FFF;
  width: 75%;
  padding: 2rem 3rem;
  border-top: 1px solid #115fac;
}
@media print, screen and (max-width: 768px) {
  .c-table tr td {
    padding: 1.3rem 1.3rem;
  }
}
.c-table tr + tr th {
  border-bottom: 1px solid  #FFF;
}
.c-table tr + tr td {
  border-bottom: 1px solid #115fac;
}

.c-cornerBtn {
  line-height: 1;
  color: #FFF;
  font-size: 1.6rem;
  display: inline-block;
  padding: 2rem 4rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .c-cornerBtn {
    padding: .9rem 2rem;
    font-size: 1.3rem;
    margin: .4rem 0;
  }
}

/* ====================================================
js
==================================================== */
@-webkit-keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@-webkit-keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* -----------------------------------------------
home
----------------------------------------------- */
/* ------- MV -------*/
.home-sidebg::after {
  width: 90%;
  height: 72rem;
}
@media print, screen and (max-width: 768px) {
  .home-sidebg::after {
    width: 100%;
    height: 100%;
  }
}
.home-mv {
  overflow: hidden;
  height: 105rem;
  position: relative;
  background-color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .home-mv {
    height: 69rem;
  }
}
.home-mv__content {
  position: absolute;
  left: 0%;
  top: 44rem;
  width: 100%;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content {
    top: 23rem;
    left: 2rem;
  }
}
.home-mv__content .title__inner, .home-mv__content .desc, .home-mv__content .title__cover, .home-mv__content .title__line::after {
  opacity: 0;
  transform: translatey(2.5rem);
  position: relative;
  transition: transform 200ms linear, opacity 100ms linear;
}
.home-mv__content .content__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-mv__content .content__slide.animated .title__inner, .home-mv__content .content__slide.animated .desc, .home-mv__content .content__slide.animated .title__cover, .home-mv__content .content__slide.animated .title__line::after {
  opacity: 1;
  transform: translatey(0);
}
.home-mv__content .content__slide.animated .title__line::after {
  transition-delay: 2000ms;
}
.home-mv__content .content__slide.animated .title__cover:before {
  transform: scaleX(1.4) skewX(-30deg);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1000ms;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide.animated .title__cover:before {
    transform: scaleX(1.2) skewX(-20deg);
  }
}
.home-mv__content .content__slide.animated .title__inner {
  height: 6.7rem;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide.animated .title__inner {
    height: 2.7rem;
  }
}
.home-mv__content .content__slide.animated .title__inner > img {
  height: inherit;
}
.home-mv__content .content__slide.animated .desc {
  transition-delay: 2300ms;
  height: 2.8rem;
  margin-top: 1rem;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide.animated .desc {
    height: 1.2rem;
    margin-top: 0;
  }
}
.home-mv__content .content__slide.animated .desc > img {
  height: inherit;
}
.home-mv__content .content__slide .title__line {
  position: relative;
  display: block;
}
.home-mv__content .content__slide .title__line::after {
  position: absolute;
  height: 13.5rem;
  content: "";
  background-size: cover;
}
.home-mv__content .content__slide .title__line:nth-child(1):after {
  left: 41rem;
  bottom: 3rem;
  width: 46.9rem;
  height: 13.6rem;
  background-image: url(/jp/recruitment/img/home/mv_title01-em.svg);
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide .title__line:nth-child(1):after {
    width: 17.5rem;
    height: 5rem;
    left: 16.5rem;
    bottom: 1.5rem;
  }
}
.home-mv__content .content__slide .title__line:nth-child(2):after {
  left: 47rem;
  top: 0;
  width: 35.2rem;
  height: 13.6rem;
  background-image: url(/jp/recruitment/img/home/mv_title02-em.svg);
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide .title__line:nth-child(2):after {
    width: 13rem;
    height: 5rem;
    left: 19rem;
  }
}
.home-mv__content .content__slide .title__cover {
  display: inline-block;
  position: relative;
  padding: 1rem 8rem 1rem 3rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide .title__cover {
    padding: .5rem 6rem .5rem 1rem;
    margin-bottom: 1rem;
  }
}
.home-mv__content .content__slide .title__cover .title__inner {
  position: relative;
  display: inline-block;
}
.home-mv__content .content__slide .title__cover:before {
  background-color: #000;
  transform-origin: 100% 50%;
  transition: transform 500ms ease-out;
  transform: scaleX(0);
  left: -4rem;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  .home-mv__content .content__slide .title__cover:before {
    transform-origin: 100% 0;
  }
}
.home-mv .card {
  width: 100%;
}
.home-mv .card__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-mv .card__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #115fac;
  transform: scaleX(0) skewX(-40deg);
  transform-origin: -130% -50%;
  transition: transform 200ms 400ms ease-in-out;
}
.home-mv .card__slide.active::before {
  transform: scaleX(1) skewX(-40deg);
  transform-origin: 100% 180%;
}
.home-mv .card__slide.active .image-r {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1200ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms 1000ms linear;
}
.home-mv .card__slide.active .image-t {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1200ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms 1000ms linear;
}
.home-mv .card__slide.active .image-b {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1000ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms 1000ms linear;
}
.home-mv .card__slide .image-r {
  width: 113rem;
  position: absolute;
  bottom: 9.5rem;
  right: 9.5rem;
  transform: translate3d(30%, 30%, 0);
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .home-mv .card__slide .image-r {
    width: 100%;
    right: 0;
    bottom: 4.5rem;
  }
}
.home-mv .card__slide .image-t {
  width: 85.8rem;
  position: absolute;
  top: 9.5rem;
  left: 2rem;
  transform: translate3d(-50%, -10%, 0);
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .home-mv .card__slide .image-t {
    width: 34rem;
    top: 8rem;
    left: 2.5rem;
  }
}
.home-mv .card__slide .image-b {
  width: 54.5rem;
  position: absolute;
  bottom: 9.5rem;
  left: -10rem;
  transform: translate3d(-60%, -10%, 0);
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .home-mv .card__slide .image-b {
    width: 25rem;
    bottom: 20rem;
    left: -4rem;
  }
}
.home-mv .back {
  height: 100%;
}
.home-mv .back__slide.active .back-image {
  width: 70vw;
  height: 105rem;
  display: inline-block;
  background: #FFF;
  opacity: 1;
  transform: skewX(140deg) translateX(0%);
  transition: width 400ms 600ms linear, transform 400ms 600ms linear;
}
@media print, screen and (max-width: 768px) {
  .home-mv .back__slide.active .back-image {
    width: 80vw;
    height: 200vw;
  }
}
.home-mv .back__slide .back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100vh;
  z-index: 1;
  opacity: 1;
  transform: skewX(140deg) translateX(-20%);
}
.home-title {
  padding: 1.6rem 0 0 1.6rem;
  position: relative;
}
.home-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6rem;
  height: 9.6rem;
  content: '';
  clip-path: polygon(100% 0%, 0% 0%, 0 100%);
  background-color: #115fac;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .home-title::after {
    width: 4rem;
    height: 4rem;
  }
}
.home-title .en {
  position: relative;
  z-index: 2;
}
.home-title > .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5rem;
  font-style: italic;
  line-height: 1;
  position: relative;
  padding: 1.5rem;
  margin-top: 1rem;
}
@media print, screen and (max-width: 768px) {
  .home-title > .ja {
    font-size: 2.5rem;
    padding: 1rem;
    margin-top: .5rem;
  }
}
.home-title > .ja::after {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 39rem;
  height: 1px;
  content: "";
  background-color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .home-title > .ja::after {
    left: 0;
    width: 18rem;
  }
}
.home-title > .ja.--white {
  color: #FFF;
}
.home-title > .ja.--white::after {
  background-color: #FFF;
}
.home-title .title__inner, .home-title .ja, .home-title .title__cover, .home-title .title__line::after {
  opacity: 0;
  transform: translatex(2.5rem);
  position: relative;
  transition: transform 200ms linear, opacity 100ms linear;
}
.home-title.animated .title__inner, .home-title.animated .ja, .home-title.animated .title__cover, .home-title.animated .title__line::after {
  opacity: 1;
  transform: translatey(0);
}
.home-title.animated .title__cover:before {
  transform: scaleX(1.4) skewX(-30deg);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1000ms;
}
@media print, screen and (max-width: 768px) {
  .home-title.animated .title__cover:before {
    transform: scaleX(1.2) skewX(-20deg);
  }
}
.home-title.animated .title__inner {
  height: 8.7rem;
}
@media print, screen and (max-width: 768px) {
  .home-title.animated .title__inner {
    height: 4rem;
  }
}
.home-title.animated .title__inner > img {
  height: inherit;
}
.home-title.animated .ja {
  transition-delay: 1800ms;
}
.home-title .title__line {
  position: relative;
  display: block;
}
.home-title .title__line::after {
  position: absolute;
  height: 13.5rem;
  content: "";
  background-size: cover;
}
.home-title .title__cover {
  display: inline-block;
  position: relative;
  padding: .2rem 8rem .2rem 1rem;
  overflow: hidden;
}
.home-title .title__cover .title__inner {
  position: relative;
  display: inline-block;
}
.home-title .title__cover:before {
  background-color: #000;
  transform-origin: 100% 50%;
  transition: transform 500ms ease-out;
  transform: scaleX(0);
  left: -4rem;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  .home-title .title__cover:before {
    transform-origin: 100% 0;
  }
}
.home-sec__head {
  display: flex;
  align-items: center;
  position: relative;
}
.home-sec__head > figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 87%;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .home-sec__head > figure {
    width: 95%;
  }
}
.home-sec__head > figcaption {
  z-index: 2;
}
.home-about {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media print, screen and (max-width: 768px) {
  .home-about {
    padding-top: 0;
    margin-top: 7rem;
    padding-bottom: 4rem;
  }
}
.home-about.c-sidebg::after {
  top: 13rem;
}
.home-about .home-sec__head {
  margin-top: -15rem;
  height: 62.5rem;
}
@media print, screen and (max-width: 768px) {
  .home-about .home-sec__head {
    margin-top: 0;
    height: 20rem;
  }
}
.home-about .home-sec__head > figcaption {
  margin-top: 26rem;
}
.home-about__sidelist {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3.2rem;
}
.home-about__sidelist__item {
  margin-top: 3.2rem;
  width: 30%;
}
@media print, screen and (max-width: 768px) {
  .home-about__sidelist__item {
    width: 100%;
  }
}
.home-about__sidelist__item .c-title__line {
  z-index: 2;
  margin-top: -3.2rem;
}
@media print, screen and (max-width: 768px) {
  .home-about__sidelist__item .c-title__line {
    margin-top: -4.5rem;
  }
}
.home-about__sidelist__item .c-title__line > div {
  font-size: 3.2rem;
}
@media print, screen and (max-width: 768px) {
  .home-about__sidelist__item .c-title__line > div {
    font-size: 2.2rem;
  }
}
.home-about__sidelist__item > a {
  z-index: 1;
}
.home-about__sidelist__item > a figure {
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .home-about__sidelist__item > a figure {
    margin-left: 0;
    height: 16rem;
    width: 95%;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 768px) {
  .home-job {
    padding-top: 0;
    margin-top: 7rem;
    padding-bottom: 4rem;
  }
}
.home-job.c-sidebg::after {
  top: 30rem;
}
.home-job__head {
  position: relative;
  z-index: 4;
}
@media print, screen and (max-width: 768px) {
  .home-job__head {
    padding-bottom: 4rem;
  }
}
.home-job__head .home-sec__head {
  margin-top: 6rem;
  height: 35rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__head .home-sec__head {
    height: 19rem;
    margin-top: 3rem;
  }
}
.home-job__head::after {
  transform: translateX(-20%);
  position: absolute;
  width: 90%;
  height: 62rem;
  left: 0;
  top: 6rem;
  content: "";
  background-image: url(/jp/recruitment/img/home/job_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media print, screen and (max-width: 768px) {
  .home-job__head::after {
    background-position: top left;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 90%;
    transform: translateX(-100%);
  }
}
.home-job__head.animated::after {
  transform: translateX(0%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.home-job__interview {
  padding: 20rem 0 22rem;
  width: 100%;
  background-color: #115fac;
  margin-top: -2.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__interview {
    margin-top: 0;
    padding: 4rem 0 4rem;
  }
}
.home-job .js-slider_interview {
  z-index: 3;
  position: relative;
}
.home-job .swiper-button__wrap {
  width: 70rem;
  display: flex;
  background-color: #FFF;
  margin-top: 2rem;
  padding: 3rem 0 2rem 35rem;
  transform: skewX(-30deg) translate(-3rem, 0);
}
@media print, screen and (max-width: 768px) {
  .home-job .swiper-button__wrap {
    width: 100%;
    padding: 1.5rem 0 1.5rem 13rem;
  }
}
.home-job .swiper-button__wrap .swiper-button-back, .home-job .swiper-button__wrap .swiper-button-next {
  transform: skewX(30deg) translate(-3rem, 0);
  height: 3.4rem;
  margin: 0 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .home-job .swiper-button__wrap .swiper-button-back, .home-job .swiper-button__wrap .swiper-button-next {
    height: 2rem;
  }
}
.home-job .swiper-button__wrap .swiper-button-back > img, .home-job .swiper-button__wrap .swiper-button-next > img {
  height: inherit;
}
.home-job__slider {
  height: 58rem;
  position: relative;
  margin-top: 6rem;
  padding-bottom: 10rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider {
    margin-top: 1.5rem;
    padding-bottom: 3rem;
    height: 27rem;
  }
}
.home-job__slider .swiper-slide {
  position: relative;
  -webkit-transition: width .8s ease,height .8s ease;
  transition: width .8s ease,height .8s ease;
  padding: 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide {
    padding: 0 .8rem;
    width: 17.5rem !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-job__slider .swiper-slide > a {
  display: block;
}
.home-job__slider .swiper-slide > a > figure > .num {
  height: 6.4rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figure > .num {
    height: 3rem;
  }
}
.home-job__slider .swiper-slide > a > figure > .num > img {
  height: inherit;
}
.home-job__slider .swiper-slide > a > figure > img {
  margin-top: -8rem;
  padding-left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figure > img {
    margin-top: -4rem;
  }
}
.home-job__slider .swiper-slide > a > figcaption {
  color: #FFF;
}
.home-job__slider .swiper-slide > a > figcaption .c-title__line {
  margin-top: -3.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figcaption .c-title__line {
    margin-top: -1.5rem;
  }
}
.home-job__slider .swiper-slide > a > figcaption .c-title__line div {
  font-size: 3.2rem;
  transform: scaleX(1) skewX(-30deg) translate(-2.1rem, 0);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figcaption .c-title__line div {
    font-size: 1.4rem;
  }
}
.home-job__slider .swiper-slide > a > figcaption .c-title__line div:after {
  transform: scaleX(0) skewX(-30deg);
}
.home-job__slider .swiper-slide > a > figcaption .detail {
  margin-top: 1rem;
  font-size: 2.5rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figcaption .detail {
    font-size: 1.3rem;
    margin-top: 0;
    line-height: 1;
  }
}
.home-job__slider .swiper-slide > a > figcaption .detail > span {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide > a > figcaption .detail > span {
    font-size: .8rem;
  }
}
.home-job__slider .swiper-slide.swiper-slide-active {
  margin-top: 0;
  width: 55rem !important;
}
.home-job__slider .swiper-slide.swiper-slide-active > a {
  display: block;
}
.home-job__slider .swiper-slide.swiper-slide-active > a > figure > .num {
  height: 8.6rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide.swiper-slide-active > a > figure > .num {
    height: 4.2rem;
  }
}
.home-job__slider .swiper-slide.swiper-slide-active > a > figcaption {
  color: #FFF;
}
.home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .c-title__line div {
  font-size: 3.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .c-title__line div {
    font-size: 1.6rem;
  }
}
.home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .detail {
  font-size: 2.9rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .detail {
    font-size: 1.5rem;
  }
}
.home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .detail > span {
  font-size: 1.9rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide.swiper-slide-active > a > figcaption .detail > span {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-slide.swiper-slide-active {
    width: 24rem !important;
  }
}
.home-job__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home-job__slider .swiper-button-next, .home-job__slider .swiper-button-prev {
  width: 12.6rem;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-button-next, .home-job__slider .swiper-button-prev {
    width: 9rem;
  }
}
.home-job__slider .swiper-button__wrap {
  display: flex;
  justify-content: space-between;
  width: 29.7rem;
  position: absolute;
  bottom: 12rem;
  right: 31.4rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__slider .swiper-button__wrap {
    position: static;
    bottom: auto;
    right: auto;
    width: 22rem;
    margin: 3rem auto 0;
  }
}
.home-job__crosstalk {
  position: relative;
  z-index: 3;
  margin-top: -15rem;
  padding-bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__crosstalk {
    margin-top: 0;
    padding: 3rem 0 2rem;
  }
}
.home-job__crosstalk .home-sec__head {
  height: 45rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__crosstalk .home-sec__head {
    height: 26rem;
  }
}
.home-job__crosstalk .home-sec__head .c-title__line {
  margin-top: 28rem;
}
@media print, screen and (max-width: 768px) {
  .home-job__crosstalk .home-sec__head .c-title__line {
    margin-top: 10rem;
  }
}
.home-job__crosstalk::after {
  transform: translateX(20%);
  position: absolute;
  width: 60%;
  height: 49rem;
  right: 0;
  top: 6rem;
  content: "";
  background-image: url(/jp/recruitment/img/home/crosstalk_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media print, screen and (max-width: 768px) {
  .home-job__crosstalk::after {
    transform: translateX(100%);
    top: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-position: top right;
  }
}
.home-job__crosstalk.animated::after {
  transform: translateX(0%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.home-environment {
  padding-top: 15rem;
  margin-bottom: 15rem;
}
@media print, screen and (max-width: 768px) {
  .home-environment {
    padding-top: 0;
    margin-bottom: 7rem;
  }
}
.home-environment.c-sidebg::after {
  top: 24rem;
}
@media print, screen and (max-width: 768px) {
  .home-environment.c-sidebg::after {
    top: 4rem;
  }
}
.home-environment__sidelist {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 9rem;
}
@media print, screen and (max-width: 768px) {
  .home-environment__sidelist {
    padding-bottom: 4rem;
    display: block;
  }
}
.home-environment__sidelist__item {
  margin-top: 3.2rem;
  position: relative;
  width: 48%;
}
@media print, screen and (max-width: 768px) {
  .home-environment__sidelist__item {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .home-environment__sidelist__item:nth-child(1) .c-title__line {
    margin-top: -5rem;
  }
}
.home-environment__sidelist__item .c-title__line {
  z-index: 2;
  margin-top: -10rem;
}
.home-environment__sidelist__item .c-title__line > div {
  font-size: 3.2rem;
}
@media print, screen and (max-width: 768px) {
  .home-environment__sidelist__item .c-title__line > div {
    font-size: 2.2rem;
  }
}
.home-environment__sidelist__item > a {
  z-index: 1;
}
.home-environment__sidelist__item > a figure {
  margin-left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-environment__sidelist__item > a figure {
    height: 16rem;
    width: 95%;
    margin-left: auto;
  }
}
.home-recruit {
  z-index: 4;
  margin-bottom: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .home-recruit {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
}
.home-recruit::after {
  position: absolute;
  content: "";
  height: 90%;
  width: 100%;
  top: 7rem;
  background-image: url(/jp/recruitment/img/home/recruit_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
  .home-recruit::after {
    top: 4rem;
    background-position: bottom right -59rem;
  }
}
.home-recruit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8rem;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list {
    margin-top: 1rem;
  }
}
.home-recruit__list > li {
  padding: 1.5rem;
  position: relative;
  width: 22%;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li {
    width: 48%;
    padding: .8rem;
    margin-top: 2rem;
  }
}
.home-recruit__list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.8rem;
  height: 7.8rem;
  content: '';
  clip-path: polygon(100% 0%, 0% 0%, 0 100%);
  background-color: #588fc5;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li::before {
    width: 4rem;
    height: 4rem;
  }
}
.home-recruit__list > li::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.8rem;
  height: 7.8rem;
  content: '';
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  background-color: #588fc5;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li::after {
    width: 4rem;
    height: 4rem;
  }
}
.home-recruit__list > li > a {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  padding: 3rem 0;
  display: block;
  text-align: center;
  color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li > a {
    padding: 2rem 0;
    font-size: 1.7rem;
  }
}
.home-recruit__list > li > a > figure {
  width: 13rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li > a > figure {
    width: 6rem;
  }
}
.home-recruit__list > li > a > figcaption {
  margin-top: 1rem;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__list > li > a > figcaption {
    margin-top: .5rem;
  }
}

.page__title {
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .page__title {
    margin-bottom: 2rem;
  }
}
.page__title > .en {
  font-size: 9.7rem;
  color: #115fac;
  font-style: italic;
  font-family: "Roboto", "Noto Sans JP";
}
@media print, screen and (max-width: 768px) {
  .page__title > .en {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}
.page__title > .ja {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}
@media print, screen and (max-width: 768px) {
  .page__title > .ja {
    font-size: 2.2rem;
  }
}
.page-mv {
  position: relative;
  padding-top: 11rem;
  margin-bottom: 8rem;
  height: 72rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv {
    padding-top: 8rem;
    height: 36rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (max-width: 768px) {
  .page-mv.job-mv {
    height: 46rem;
  }
}
.page-mv::after {
  transform: skewX(140deg) translateX(0%);
  right: -37rem;
  margin: auto;
  position: absolute;
  background-color: #ebebeb;
  content: "";
  width: 55%;
  height: 72rem;
  z-index: -1;
  top: 0;
}
@media print, screen and (max-width: 768px) {
  .page-mv::after {
    height: 100%;
    right: -18rem;
    width: 75%;
    transform: skewX(135deg) translateX(0%);
  }
}
.page-mv.animated::after {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
@media print, screen and (max-width: 768px) {
  .page-mv.animated::after {
    transform: skewX(130deg) translateX(20%);
  }
}
.page-mv__title {
  padding: 0 0 0 1.6rem;
  position: relative;
}
.page-mv__title .ja {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv__title .ja {
    font-size: 2.5rem;
  }
}
.page-mv__title .ja > div {
  background: black;
  color: #FFF;
  font-weight: 400;
  padding: 1.5rem 3rem 1.5rem 4rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv__title .ja > div {
    padding: .2em 1rem .5rem 3rem;
  }
}
.page-mv__title .ja > div:after {
  background: black;
}
.page-mv__title .en {
  font-family: "Roboto", "Noto Sans JP";
  font-size: 3.8rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin-top: 1rem;
  color: #FFF;
}
@media print, screen and (max-width: 768px) {
  .page-mv__title .en {
    font-size: 1.5rem;
    padding: 0;
    margin-top: 0;
  }
}
.page-mv__title .en > div {
  background: #FFF;
  padding: 0 3rem 0 3rem;
  color: black;
  font-weight: 200;
}
@media print, screen and (max-width: 768px) {
  .page-mv__title .en > div {
    padding: 0 1rem 0 3rem;
    line-height: 1;
  }
}
.page-mv__title .en > div:after {
  background: #FFF;
}
.page-mv__title .ja, .page-mv__title .en {
  overflow: hidden;
}
.page-mv__title .ja.animated div, .page-mv__title .en.animated div {
  transform: scaleX(1) skewX(-30deg) translate(-2.5rem, 0);
  position: relative;
}
.page-mv__title .ja.animated div:after, .page-mv__title .en.animated div:after {
  transform: scaleX(0) skewX(-30deg);
}
.page-mv__title .ja > div, .page-mv__title .en > div {
  display: inline-block;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-mv__title .ja > div:after, .page-mv__title .en > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1) skewX(30deg);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  z-index: 10;
}
.page-mv__title .ja > div > span, .page-mv__title .en > div > span {
  display: inline-block;
  transform: scaleX(1) skewX(30deg) translate(0, 0);
}
.page-mv__subtitle {
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv__subtitle {
    margin-top: 7rem;
  }
}
@media print, screen and (max-width: 768px) {
  .page-mv__subtitle > div {
    font-size: 1.5rem;
    padding: 0 1rem 0 4rem;
  }
}
.page-mv__wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 9rem;
}
@media print, screen and (max-width: 768px) {
  .page-mv__wrap {
    display: block;
  }
}
.page-mv__wrap > figure {
  top: 0;
  right: 0;
  position: absolute;
  padding-right: 8rem;
  padding-bottom: 8rem;
  width: 91%;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .page-mv__wrap > figure {
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .message-mv .page-mv__wrap > figure {
    padding-right: 0;
    padding-bottom: 0;
    width: 110%;
    right: -2rem;
    margin-top: 4rem;
  }
}
.page-mv__wrap > figcaption {
  position: relative;
  z-index: 3;
}

.message-mv {
  height: 98rem;
}
@media print, screen and (max-width: 768px) {
  .message-mv {
    height: 44rem;
    margin-bottom: 2rem;
  }
  .message-mv::after {
    display: none;
  }
}
.message-mv__wrap {
  padding-bottom: 0;
}
.message-mv figure {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .message-mv figure {
    padding-top: 0;
  }
}
.message-mv .name {
  font-size: 3rem;
  margin: 6rem 0 0 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 768px) {
  .message-mv .name {
    font-size: 1.6rem;
    margin: 11rem 0 0 4rem;
  }
}
.message-mv .name > span {
  font-size: 2rem;
}
@media print, screen and (max-width: 768px) {
  .message-mv .name > span {
    font-size: 1.1rem;
  }
}

.faq__block {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .faq__block {
    margin-bottom: 2rem;
  }
}
.faq__block__wrap {
  display: flex;
  border: 1px solid #115fac;
  border-top: 0;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .faq__block__wrap {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.faq__block__wrap > .a {
  line-height: 1;
  color: #115fac;
  font-size: 4.2rem;
  padding-left: 1rem;
  width: 9rem;
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP";
}
@media print, screen and (max-width: 768px) {
  .faq__block__wrap > .a {
    font-size: 2rem;
    width: 4rem;
    padding-left: .5rem;
  }
}
.faq__block__wrap > .text {
  width: calc( 100% - 9rem);
}
@media print, screen and (max-width: 768px) {
  .faq__block__wrap > .text {
    width: calc( 100% - 4rem);
    font-size: 1.2rem;
  }
}
.faq__block dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #115fac;
  font-size: 2.6rem;
  color: #FFF;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .faq__block dt {
    font-size: 1.6rem;
    align-items: stretch;
    padding-right: 3rem;
  }
}
.faq__block dt > .q {
  display: inline-block;
  width: 8.6rem;
  font-size: 4.2rem;
  text-align: center;
  padding: .3rem 0 0;
  height: 8.6rem;
  background: #cfdfee;
  font-family: "Roboto", "Noto Sans JP";
  color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .faq__block dt > .q {
    width: 3.5rem;
    font-size: 2rem;
    height: auto;
  }
}
.faq__block dt > .text {
  padding-left: 3rem;
  width: calc( 100% - 8.6rem);
}
@media print, screen and (max-width: 768px) {
  .faq__block dt > .text {
    font-size: 1.5rem;
    width: calc( 100% - 3.5rem);
    padding: 1rem;
  }
}
.faq__block dt::before, .faq__block dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5rem;
  width: 1px;
  height: 1.9rem;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 50% calc(100%);
}
@media print, screen and (max-width: 768px) {
  .faq__block dt::before, .faq__block dt::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1rem;
    right: 2rem;
  }
}
.faq__block dt::before {
  transform: rotate(45deg);
}
.faq__block dt::after {
  transform: rotate(-45deg);
}
.faq__block dt.is_open::before {
  transform: rotate(135deg);
  top: -2rem;
}
.faq__block dt.is_open::after {
  transform: rotate(-135deg);
  top: -2rem;
}
.faq__block > dd {
  display: none;
}

.numbers__list > li {
  min-height: 45rem;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
  padding-bottom: 3rem;
  position: relative;
  font-family: "Roboto", "Noto Sans JP";
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li {
    min-height: auto;
    padding-bottom: 1.5rem;
    margin-bottom: 4rem !important;
  }
}
.numbers__list > li .unit-back {
  display: inline-block;
  font-size: .2em;
  font-weight: 500;
  vertical-align: bottom;
}
.numbers__list > li .unit-front {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: .15em;
  font-weight: 500;
  vertical-align: bottom;
}
.numbers__list > li .dot {
  font-size: .5em;
  vertical-align: bottom;
}
.numbers__list > li .colon {
  font-size: .5em;
  vertical-align: middle;
}
.numbers__list > li > .c-title__line > div {
  font-size: 3.2rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li > .c-title__line > div {
    font-size: 1.7rem;
  }
}
.numbers__list > li.founding {
  background-image: url(/jp/recruitment/img/numbers/icon-founding.png);
}
.numbers__list > li.earnings {
  background-image: url(/jp/recruitment/img/numbers/icon-earnings.png);
}
.numbers__list > li.earnings .numbers__data {
  font-size: 28rem;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.earnings .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.earnings .numbers__data02 {
  font-size: 9.5rem;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.earnings .numbers__data02 {
    font-size: 6rem;
  }
}
.numbers__list > li.earnings .numbers__under {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
}
.numbers__list > li.relation {
  background-image: url(/jp/recruitment/img/numbers/icon-relation.png);
}
.numbers__list > li.member {
  background-image: url(/jp/recruitment/img/numbers/icon-member.png);
}
.numbers__list > li.member .unit-front, .numbers__list > li.member .unit-back {
  font-size: .3em;
  writing-mode: horizontal-tb;
}
.numbers__list > li.member .unit-back {
  display: block;
  text-align: right;
}
.numbers__list > li.member .numbers__data {
  text-align: left;
}
.numbers__list > li.member .numbers__wrap > div {
  width: 100%;
}
.numbers__list > li.member .numbers__wrap > div .member__wrap {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.member .numbers__wrap > div .member__wrap {
    margin-top: 4rem;
  }
}
.numbers__list > li.member .numbers__data {
  width: 34%;
  font-size: 12rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.member .numbers__data {
    font-size: 6rem;
  }
}
.numbers__list > li.member .numbers__data02 {
  line-height: 1;
  width: 52%;
  font-size: 12rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.member .numbers__data02 {
    font-size: 6rem;
  }
}
.numbers__list > li.office {
  background-image: url(/jp/recruitment/img/numbers/icon-office.png);
}
.numbers__list > li.holiday {
  background-image: url(/jp/recruitment/img/numbers/icon-holiday.png);
}
.numbers__list > li.holiday .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.holiday .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.overtime {
  background-image: url(/jp/recruitment/img/numbers/icon-overtime.png);
}
.numbers__list > li.overtime .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.overtime .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.paid {
  background-image: url(/jp/recruitment/img/numbers/icon-paid.png);
}
.numbers__list > li.paid .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.paid .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.paid .numbers__data .num02 {
  font-size: .5em;
  vertical-align: bottom;
}
.numbers__list > li.age {
  background-image: url(/jp/recruitment/img/numbers/icon-age.png);
}
.numbers__list > li.continuous {
  background-image: url(/jp/recruitment/img/numbers/icon-continuous.png);
}
.numbers__list > li.continuous .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.continuous .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.continuous .numbers__data .num02 {
  font-size: .5em;
  vertical-align: bottom;
}
.numbers__list > li.retention {
  background-image: url(/jp/recruitment/img/numbers/icon-retention.png);
}
.numbers__list > li.retention .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.retention .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.retention .numbers__data .num02 {
  font-size: .5em;
  vertical-align: bottom;
}
.numbers__list > li.gender {
  background-image: url(/jp/recruitment/img/numbers/icon-gender.png);
}
.numbers__list > li.gender .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.gender .numbers__data {
    font-size: 12rem;
  }
}
.numbers__list > li.field {
  background-image: url(/jp/recruitment/img/numbers/icon-field.png);
}
.numbers__list > li.field .numbers__data {
  font-size: 28rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__list > li.field .numbers__data {
    font-size: 12rem;
  }
}
.numbers__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.numbers__wrap em {
  font-weight: 300;
}
.numbers__data {
  text-align: center;
  font-size: 28rem;
  vertical-align: bottom;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .numbers__data {
    font-size: 12rem;
  }
}
.numbers__under {
  font-size: 2.2rem;
  text-align: right;
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .numbers__under {
    font-size: 1.2rem;
  }
}

.job-introduction .c-title__line {
  margin-bottom: 1rem;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .job-introduction .c-title__line {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
.job-introduction .c-title__line > div {
  font-size: 3.3rem;
  display: block;
  background-color: #115fac;
}
@media print, screen and (max-width: 768px) {
  .job-introduction .c-title__line > div {
    font-size: 1.8rem;
  }
}
.job-introduction__links {
  display: flex;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .job-introduction__links {
    margin-top: 2rem;
  }
}
.job-introduction__links > a {
  display: block;
  position: relative;
  color: #115fac;
  padding-right: 2rem;
  line-height: 1.5;
  margin-right: 4rem;
  padding-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .job-introduction__links > a {
    margin-right: 2rem;
    padding-right: 1rem;
  }
}
.job-introduction__links > a .text {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .job-introduction__links > a .text {
    font-size: 1.3rem;
  }
}
.job-introduction__links > a .num {
  display: inline-block;
  font-size: 5.6rem;
  padding-left: 1rem;
  font-family: "Roboto", serif;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .job-introduction__links > a .num {
    font-size: 3rem;
    padding-left: .5rem;
  }
}
.job-introduction__links > a::after {
  position: absolute;
  width: 100%;
  height: 1rem;
  background-image: url(/jp/recruitment/img/job/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  transition: transform 0.3s;
  background-position: bottom right;
  content: "";
}
.job-introduction__links > a:hover {
  opacity: 1;
}
.job-introduction__links > a:hover::after {
  transform: translate(1rem, 0);
}
.job-interviews__sec {
  padding-bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  .job-interviews__sec {
    padding-bottom: 0;
  }
}
.job-interviews__title {
  display: flex;
  align-items: flex-end;
}
.job-interviews__title .num {
  display: inline-block;
  color: #115fac;
  font-size: 16rem;
  font-style: italic;
  font-family: "Roboto", "Noto Sans JP";
  width: 35%;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .job-interviews__title .num {
    font-size: 8rem;
    width: 28%;
  }
}
.job-interviews__title .text {
  display: block;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 2rem;
  border-bottom: 2px solid #115fac;
  width: 60%;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .job-interviews__title .text {
    font-size: 2.2rem;
    padding-bottom: .5rem;
    width: 65%;
  }
}
.job-interviews__name {
  font-size: 2.7rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .job-interviews__name {
    margin-bottom: .5rem;
    margin-top: 1rem;
  }
}
.job-interviews__name > span {
  font-size: 1.8rem;
  display: inline-block;
}
.job-crosstalk {
  padding-top: 4rem;
  padding-bottom: 13rem;
}
@media print, screen and (max-width: 768px) {
  .job-crosstalk {
    padding-bottom: 4rem;
    padding-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .job-crosstalk .c-title__line > div {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .job-crosstalk.c-sidebg.animated.--right::after {
    transform: skewX(140deg) translateX(20%);
  }
}
.job-crosstalk.c-sidebg::after {
  top: 0;
  right: -15rem;
  background-color: #ebebeb;
  width: 90%;
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  .job-crosstalk.c-sidebg::after {
    width: 100%;
    height: 100%;
    transform: skewX(140deg) translateX(0);
  }
}
.job-movie iframe {
  width: 120rem;
  height: 67rem;
}
@media print, screen and (max-width: 768px) {
  .job-movie iframe {
    width: 33rem;
    height: 18rem;
  }
}

.business-sec {
  padding-bottom: 13rem;
}
@media print, screen and (max-width: 768px) {
  .business-sec {
    padding-bottom: 6rem;
  }
}
.business__img {
  position: relative;
  padding-bottom: 15rem;
}
@media print, screen and (max-width: 768px) {
  .business__img {
    padding-bottom: 0;
  }
}
.business__product {
  position: absolute;
  width: 38rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .business__product {
    position: static;
    width: 80%;
    margin: 3rem auto 0;
  }
}
.business__movie {
  padding: 0 20rem;
}
@media print, screen and (max-width: 768px) {
  .business__movie {
    padding: 0;
  }
}
.business-sidebg-both {
  overflow: hidden;
  position: relative;
}
.business-sidebg-both.animated.--left-b::after {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.business-sidebg-both.animated.--left-b::before {
  transform: skewX(140deg) translateX(20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.business-sidebg-both.animated.--right-b::after {
  transform: skewX(-140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.business-sidebg-both.animated.--right-b::before {
  transform: skewX(-140deg) translateX(-20%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.business-sidebg-both.--left-b::after {
  transform: skewX(140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #ebebeb;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: -21rem;
}
@media print, screen and (max-width: 768px) {
  .business-sidebg-both.--left-b::after {
    width: 90%;
    height: 80%;
    right: -31rem;
  }
}
.business-sidebg-both.--left-b::before {
  transform: skewX(140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
  width: 80%;
  height: 65rem;
  top: 0;
  left: -75rem;
}
@media print, screen and (max-width: 768px) {
  .business-sidebg-both.--left-b::before {
    left: -52rem;
    width: 183%;
    height: 100%;
  }
}
.business-sidebg-both.--right-b::after {
  transform: skewX(-140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #115fac;
  content: "";
  z-index: 1;
  width: 80%;
  height: 65rem;
  top: 0;
  right: -85rem;
}
@media print, screen and (max-width: 768px) {
  .business-sidebg-both.--right-b::after {
    right: -44rem;
    width: 170%;
    height: 100%;
  }
}
.business-sidebg-both.--right-b::before {
  transform: skewX(-140deg) translateX(0%);
  margin: auto;
  position: absolute;
  background-color: #ebebeb;
  content: "";
  z-index: 1;
  width: 50%;
  height: 100%;
  bottom: 0;
  left: -20rem;
}
@media print, screen and (max-width: 768px) {
  .business-sidebg-both.--right-b::before {
    left: -22rem;
    width: 100%;
    height: 60%;
  }
}
.business-sidebg-both__inner {
  position: relative;
  z-index: 2;
}
.business__field {
  margin: 2rem auto 20rem;
  width: 88rem;
  height: 97.4rem;
  background-image: url(/jp/recruitment/img/business/field_bg.png);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .business__field {
    width: 100%;
    height: 38rem;
    background-size: 65% auto;
    margin: 2rem auto 15rem;
  }
}
@media print, screen and (max-width: 768px) {
  .business__field-sec {
    padding-top: 3rem;
  }
}
.business__field-sec.c-sidebg-both.--right-b::after {
  height: 50%;
}
@media print, screen and (max-width: 768px) {
  .business__field-sec.c-sidebg-both.--right-b::after {
    display: block;
    height: 88%;
    width: 50%;
  }
}
.business__field-sec.c-sidebg-both.--right-b::before {
  bottom: -14rem;
  width: 40%;
}
@media print, screen and (max-width: 768px) {
  .business__field-sec.c-sidebg-both.--right-b::before {
    bottom: 0;
    width: 70%;
  }
}
.business__field__item {
  position: absolute;
  width: 24rem;
}
@media print, screen and (max-width: 768px) {
  .business__field__item {
    position: static;
  }
}
@media print, screen and (min-width: 768px) {
  .business__field__item:hover .business__field__wrap > figcaption {
    display: block;
  }
}
.business__field__item.car {
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.car .business__field__wrap > figure {
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
  }
}
.business__field__item.medical {
  left: 0;
  top: 20rem;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.medical .business__field__wrap > figure {
    left: 0;
    top: 7rem;
  }
}
.business__field__item.food {
  right: 0;
  top: 20rem;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.food .business__field__wrap > figure {
    right: 0;
    top: 7rem;
  }
}
.business__field__item.semiconductor {
  left: 0;
  bottom: 20rem;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.semiconductor .business__field__wrap > figure {
    left: 0;
    bottom: 7rem;
  }
}
.business__field__item.electricity {
  right: 0;
  bottom: 20rem;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.electricity .business__field__wrap > figure {
    right: 0;
    bottom: 7rem;
  }
}
.business__field__item.agriculture {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .business__field__item.agriculture .business__field__wrap > figure {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.business__field__wrap {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap {
    position: static;
    width: 100%;
  }
}
.business__field__wrap > figure {
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figure {
    position: absolute;
    width: 11rem;
  }
}
.business__field__wrap > figcaption {
  width: 40rem;
  position: absolute;
  bottom: 5rem;
  left: -8rem;
  display: none;
  transition: all .3s ease-out;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin-right: calc(50% - 46vw);
    margin-left: calc(50% - 46vw);
    width: 92vw;
    z-index: 2;
  }
}
.business__field__wrap > figcaption.is_open {
  display: block;
}
.business__field__wrap > figcaption > dl {
  position: relative;
}
.business__field__wrap > figcaption > dl::after {
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 3rem solid #115fac;
  border-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption > dl::after {
    display: none;
  }
}
.business__field__wrap > figcaption > dl > dt {
  color: #FFF;
  background-color: #115fac;
  font-size: 2.8rem;
  padding: 1rem 3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption > dl > dt {
    font-size: 2rem;
    padding: .5rem 1.5rem;
  }
}
.business__field__wrap > figcaption > dl > dt .popup__erase {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption > dl > dt .popup__erase {
    cursor: pointer;
    width: 3rem;
    display: block;
    margin-left: auto;
  }
}
.business__field__wrap > figcaption > dl > dd {
  border: 1rem #115fac solid;
  border-top: 0;
  padding: 2rem 0 2rem 2rem;
  background-color: #FFF;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption > dl > dd {
    border: 0.3rem #115fac solid;
    padding: 2rem 2rem 0 2rem;
  }
}
.business__field__wrap > figcaption > dl > dd > figcaption > .key {
  color: #115fac;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.business__field__wrap > figcaption > dl > dd > figcaption > .text {
  font-size: 1.6rem;
}
.business__field__wrap > figcaption > dl > dd > figure {
  text-align: center;
}
.business__field__wrap > figcaption > dl > dd > figure > img {
  width: 90%;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .business__field__wrap > figcaption > dl > dd > figure > img {
    width: 80%;
  }
}

@-webkit-keyframes firstComment {
  0% {
    top: 8rem;
  }
  50% {
    top: 6rem;
  }
  100% {
    top: 8rem;
  }
}
@keyframes firstComment {
  0% {
    top: 8rem;
  }
  50% {
    top: 6rem;
  }
  100% {
    top: 8rem;
  }
}
@media print, screen and (max-width: 768px) {
  @-webkit-keyframes firstComment {
    0% {
      top: 4rem;
    }
    50% {
      top: 2rem;
    }
    100% {
      top: 4rem;
    }
  }
  @keyframes firstComment {
    0% {
      top: 4rem;
    }
    50% {
      top: 2rem;
    }
    100% {
      top: 4rem;
    }
  }
}
.questionnaire-sidearea {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-sidearea {
    padding: 5rem 0;
  }
}
.questionnaire-item {
  width: 45%;
  margin-bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.questionnaire-sidearea .questionnaire-item {
  width: 100%;
}
.questionnaire-item__head {
  display: flex;
}
.questionnaire-item__head .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 7rem;
  line-height: 1;
  font-family: "Roboto";
  margin-right: 1rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__head .num {
    font-size: 3rem;
    margin-right: .5rem;
  }
}
.questionnaire-item__head .c-title__line {
  vertical-align: middle;
  display: inline-block;
}
.questionnaire-item__head .c-title__line div {
  font-size: 3.1rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__head .c-title__line div {
    font-size: 1.8rem;
  }
}
.questionnaire-item__body {
  position: relative;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body {
    margin-top: 1rem;
  }
}
.questionnaire-item__body .questionnaire__first {
  z-index: 2;
  position: absolute;
  background-color: #ffff69;
  font-size: 2.4rem;
  right: 0;
  font-weight: 400;
  width: 22.6rem;
  top: 8rem;
  animation: 4s ease-in 1s infinite alternate forwards running firstComment;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__first {
    width: 13rem;
    top: 4rem;
    font-size: 1.3rem;
  }
}
.questionnaire-item__body .questionnaire__first__wrap {
  position: relative;
  padding: 2rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__first__wrap {
    padding: 1rem 2rem;
  }
}
.questionnaire-item__body .questionnaire__first__wrap::after {
  position: absolute;
  content: "";
  left: -3.3rem;
  top: 0;
  margin: auto;
  bottom: 0;
  background-color: #ffff69;
  width: 3.3rem;
  height: 3.3rem;
  clip-path: polygon(100% 0, 0% 80%, 100% 80%);
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__first__wrap::after {
    width: 2rem;
    height: 2rem;
    left: -2rem;
  }
}
.questionnaire-item__body .questionnaire__first__wrap > span {
  line-height: 1;
  font-size: 4rem;
  font-family: "Roboto";
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__first__wrap > span {
    font-size: 2.8rem;
  }
}
.questionnaire-item__body .questionnaire__first__wrap > span > span {
  font-weight: 400;
}
.questionnaire-item__body .questionnaire__bubble__list > li {
  min-height: 8.6rem;
  padding: 1rem 2rem;
  background-color: #ffff69;
  display: flex;
  margin-top: 1.8rem;
  align-items: center;
  color: #115fac;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__bubble__list > li {
    min-height: 7rem;
    font-size: 1.6rem;
  }
}
.questionnaire-item__body .questionnaire__bubble__list > li::after {
  position: absolute;
  content: "";
  left: 4rem;
  top: -1.5rem;
  background-color: #ffff69;
  width: 2rem;
  height: 2rem;
  clip-path: polygon(100% 0, 0% 80%, 100% 80%);
}
.questionnaire-item__body .questionnaire__bubble__list > li:nth-child(2n) {
  background: #FFF;
}
.questionnaire-item__body .questionnaire__bubble__list > li:nth-child(2n)::after {
  background-color: #FFF;
}
.questionnaire-item__body .questionnaire__detail {
  min-width: 19rem;
}
.questionnaire-item__body .questionnaire__detail > li {
  margin-top: 1rem;
}
.questionnaire-item__body .questionnaire__detail > li > dl {
  display: flex;
  flex-wrap: wrap;
}
.questionnaire-item__body .questionnaire__detail > li > dl > dt {
  text-align: right;
  color: #3577b8;
  font-family: "Roboto";
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 1rem;
  width: 5.5rem;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__detail > li > dl > dt {
    font-size: 2rem;
    width: 4.5rem;
    margin-right: .5rem;
  }
}
.questionnaire-item__body .questionnaire__detail > li > dl > dt.variation02 {
  color: #588fc5;
}
.questionnaire-item__body .questionnaire__detail > li > dl > dt.variation03 {
  color: #7ca7d1;
}
.questionnaire-item__body .questionnaire__detail > li > dl > dt.variation04 {
  color: #a0bfde;
}
.questionnaire-item__body .questionnaire__detail > li > dl > dt.variation05 {
  color: #c3d7ea;
}
.questionnaire-item__body .questionnaire__detail > li > dl > dd {
  font-size: 1.8rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__detail > li > dl > dd {
    font-size: 1.1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__detail {
    min-width: auto;
  }
}
.questionnaire-item__body .questionnaire__detail + .questionnaire__detail {
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .questionnaire-item__body .questionnaire__detail + .questionnaire__detail {
    margin-left: .5rem;
  }
}

.pie-chart {
  width: 35.5rem;
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  .pie-chart {
    width: 21rem;
  }
}

.pie-chart.animated {
  opacity: 0;
  animation: rotate .5s  forwards ease-in-out;
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(-120deg);
  }
  50%, 100% {
    opacity: 1;
    transform: rotate(0);
  }
}
.u-fl {
  display: flex;
  flex-wrap: wrap;
}
.u-fl .od2 {
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .u-fl .od0-sp {
    order: 0;
  }
  .u-fl .od2-sp {
    order: 2;
  }
}
.u-fl > .u-fl__block-text {
  width: 36%;
}
@media print, screen and (max-width: 768px) {
  .u-fl > .u-fl__block-text {
    width: 100%;
  }
}
.u-fl > .u-fl__block-img {
  width: 57%;
}
@media print, screen and (max-width: 768px) {
  .u-fl > .u-fl__block-img {
    width: 100%;
  }
}
.u-fl.u-fl__align-start {
  align-items: flex-start;
}
.u-fl.u-fl__align-center {
  align-items: center;
}
.u-fl.u-fl__justify-between {
  justify-content: space-between;
}

.u-fl__col2,
.u-fl__col3,
.u-fl__col4,
.u-fl__col5 {
  flex-wrap: wrap;
}

.u-fl__col1 > * {
  width: 100%;
}

.u-fl__col2 > * {
  width: 50%;
}

.u-fl__col3 > * {
  width: calc(100% / 3);
}

.u-fl__col4 > * {
  width: 25%;
}

.u-fl__col5 > * {
  width: 20%;
}

.u-fl__col2.gap {
  gap: 4%;
}

.u-fl__col3.gap {
  gap: 3%;
}

.u-fl__col4.gap {
  gap: 2%;
}

.u-fl__col5.gap {
  gap: 1%;
}

.u-fl__col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}

.u-fl__col3.gap > * {
  width: 31.33%;
  margin-bottom: 3%;
}

.u-fl__col4.gap > * {
  width: 23.5%;
  margin-bottom: 2%;
}

.u-fl__col5.gap > * {
  width: 19.2%;
  margin-bottom: 1%;
}

@media print, screen and (max-width: 768px) {
  .u-fl__col2.u-fl__sp-block > *,
  .u-fl__col3.u-fl__sp-block > *,
  .u-fl__col4.u-fl__sp-block > *,
  .u-fl__col5.u-fl__sp-block > * {
    width: 100%;
  }

  .u-fl__col2.gap.u-fl__sp-block > *,
  .u-fl__col3.gap.u-fl__sp-block > *,
  .u-fl__col4.gap.u-fl__sp-block > *,
  .u-fl__col5.gap.u-fl__sp-block > * {
    margin-bottom: 4%;
  }

  .u-fl__col2.gap.u-fl__sp-block > *:last-child,
  .u-fl__col3.gap.u-fl__sp-block > *:last-child,
  .u-fl__col4.gap.u-fl__sp-block > *:last-child,
  .u-fl__col5.gap.u-fl__sp-block > *:last-child {
    margin-bottom: 0;
  }

  .u-fl__sp-col3 > * {
    width: calc(100% / 3);
  }

  .u-fl__sp-col2 > * {
    width: 50%;
  }

  .u-fl__sp-col2.gap {
    gap: 4%;
  }

  .u-fl__sp-col3.gap {
    gap: 3%;
  }

  .u-fl__sp-col2.gap > * {
    width: 48%;
    margin-bottom: 4%;
  }

  .u-fl__sp-col3.gap > * {
    width: 31.33%;
    margin-bottom: 3%;
  }
}
.u-asterisk {
  font-size: 2rem;
  font-weight: 400;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .u-asterisk {
    font-size: 1.2rem;
  }
}

.u-block {
  display: block;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

a.u-no-opacity {
  opacity: 1;
}

.u-indent-1 {
  text-indent: -1em;
}
.u-indent-1 > li {
  padding-left: 1em;
}

.u-indent-2 {
  text-indent: -1.5em;
}
.u-indent-2 > li {
  padding-left: 1.5em;
}

/* ====================================================
padding
==================================================== */
.u-plr40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.u-plr20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.u-pl20 {
  padding-left: 2rem;
}

.u-pl50 {
  padding-left: 5rem;
}

.u-pl60 {
  padding-left: 6rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pt130 {
  padding-top: 13rem;
}

.u-ptb0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u-ptb5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.u-ptb10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-ptb20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-ptb100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media print, screen and (max-width: 768px) {
  .u-pt0-sp {
    padding-top: 0rem;
  }

  .u-pt20-sp {
    padding-top: 2rem;
  }

  .u-pt30-sp {
    padding-top: 3rem;
  }

  .u-pb20-sp {
    padding-bottom: 2rem;
  }

  .u-pb0-sp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-ptb0-sp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-ptb20-sp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-ptb30-sp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-plr10-sp {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-pl20-sp {
    padding-left: 2rem;
  }

  .u-pl30-sp {
    padding-left: 3rem;
  }

  .u-ptb10-sp {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-pr0-sp {
    padding-right: 0;
  }

  .u-pr10-sp {
    padding-left: 1rem;
  }
}
/* ====================================================
margin
==================================================== */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt120 {
  margin-top: 12rem;
}

.u-mt140 {
  margin-top: 14rem;
}

.u-mt200 {
  margin-top: 20rem;
}

.u-mt-70 {
  margin-top: -7rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-ml10 {
  margin-left: 1rem;
}

.u-ml30 {
  margin-left: 3rem;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 768px) {
  .u-mt0-sp {
    margin-top: 0rem;
  }

  .u-mt10-sp {
    margin-top: 1.0rem;
  }

  .u-mt15-sp {
    margin-top: 1.5rem;
  }

  .u-mt20-sp {
    margin-top: 2rem;
  }

  .u-mt25-sp {
    margin-top: 2.5rem;
  }

  .u-mt30-sp {
    margin-top: 3rem;
  }

  .u-mt40-sp {
    margin-top: 4rem;
  }

  .u-mt50-sp {
    margin-top: 5rem;
  }

  .u-mt60-sp {
    margin-top: 6rem;
  }

  .u-mt80-sp {
    margin-top: 8rem;
  }

  .u-mt100-sp {
    margin-top: 10rem;
  }

  .u-ml10-sp {
    margin-left: 1rem;
  }

  .u-ml0-sp {
    margin-left: 0;
  }

  .u-mlr-auto-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ====================================================
width
==================================================== */
.u-w15per {
  width: 15%;
}

.u-w20per {
  width: 20%;
}

.u-w30per {
  width: 30%;
}

.u-w35per {
  width: 35%;
}

.u-w40per {
  width: 40%;
}

.u-w47per {
  width: 47%;
}

.u-w48per {
  width: 48%;
}

.u-w50per {
  width: 50%;
}

.u-w55per {
  width: 55%;
}

.u-w60per {
  width: 60%;
}

.u-w65per {
  width: 65%;
}

.u-w70per {
  width: 70%;
}

.u-w75per {
  width: 75%;
}

.u-w80per {
  width: 80%;
}

.u-w85per {
  width: 85%;
}

.u-w90per {
  width: 90%;
}

.u-w100per {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .u-w20per-sp {
    width: 20%;
  }

  .u-w30per-sp {
    width: 30%;
  }

  .u-w50per-sp {
    width: 50%;
  }

  .u-w70per-sp {
    width: 70%;
  }

  .u-w80per-sp {
    width: 80%;
  }

  .u-w90per-sp {
    width: 90%;
  }

  .u-w100per-sp {
    width: 100%;
  }

  .u-full-sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ====================================================
font-size
==================================================== */
.u-append {
  font-size: .7em;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs25 {
  font-size: 2.5rem;
}

.u-fs26 {
  font-size: 2.6rem;
}

.u-fs30 {
  font-size: 3rem;
}

.u-fs33 {
  font-size: 3.3rem;
}

.u-fs35 {
  font-size: 3.5rem;
}

.u-fs50 {
  font-size: 5rem;
}

@media print, screen and (max-width: 768px) {
  .u-append-sp {
    font-size: .7em;
  }

  .u-fs10-sp {
    font-size: 1rem;
  }

  .u-fs11-sp {
    font-size: 1.1rem;
  }

  .u-fs13-sp {
    font-size: 1.3rem;
  }

  .u-fs14-sp {
    font-size: 1.4rem;
  }

  .u-fs15-sp {
    font-size: 1.5rem;
  }

  .u-fs16-sp {
    font-size: 1.6rem;
  }

  .u-fs20-sp {
    font-size: 2rem;
  }
}
/* ====================================================
color
==================================================== */
.u-btn-lightblue {
  background-color: #009aaf;
}

.u-btn-blue {
  background-color: #0034af;
}

.u-btn-orange {
  background-color: #ed6f34;
}

.u-fc-blue {
  color: #115fac;
}

.u-fc-red {
  color: #ff0000;
}

.u-fc-white {
  color: #fff;
}

.u-bg-blue {
  background-color: #115fac;
}
