@charset "UTF-8";
/*
* Table of Contntens:
*
* 1.0 - Reset
* 2.0 - Global Style
* 3.0 - Basic Structure
* 4.0 - Header
* 5.0 - Footer
* 6.0 - Page
*   6.1 - Home
*   6.2 - Message
*   6.3 - Interview
*   6.4 - Person
*     6.4.1 -
*     6.4.2 -
*     6.4.3 -
*     6.4.4 -
*     6.4.5 -
*     6.4.6 -
*     6.4.7 -
*   6.5 - Work
*   6.6 - Training
*   6.7 - Special
*     6.7.1 -
*     6.7.2 -
*   6.8 - Guideline
*   6.9 - Entry
* -----------------------------------------------------------------------------
*/
/**
* 1.0 - リセット
* -----------------------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

a {
  text-decoration: none; }

button:focus {
  outline: 0; }

img {
  vertical-align: bottom;
  max-width: 100%; }

::selection {
  background: #FFEEF0;
  color: #1E8FC9; }

::-moz-selection {
  background: #FFEEF0;
  color: #1E8FC9; }

/**
* 2.0 - Global Style
* -----------------------------------------------------------------------------
*/
/****************************************
Break Point Settings
****************************************/
/* Flex box */
.flex {
  display: flex;
  justify-content: space-between; }

/* Visivility depends on the device */
@media screen and (min-width: 896px) {
  .pconly {
    display: block; } }

@media screen and (max-width: 897px) {
  .pconly {
    display: none !important; } }

@media screen and (min-width: 896px) {
  .tabonly {
    display: none; } }

@media screen and (max-width: 897px) {
  .tabonly {
    display: block !important; } }

@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .pc-tab {
    display: none !important; } }

@media screen and (min-width: 896px) {
  .tab-sp {
    display: none; } }

@media screen and (max-width: 897px) {
  .tab-sp {
    display: block !important; } }

@media screen and (min-width: 896px) {
  .sponly {
    display: none !important; } }

@media screen and (max-width: 897px) {
  .sponly {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .sponly {
    display: block !important; } }

p {
  font-size: 1rem; }

h2 {
  font-size: 2.11rem; }

h3 {
  font-size: 1.777rem; }

h4 {
  font-size: 1.111rem; }

.inlineblock {
  display: inline-block; }

.ws-nowrap {
  white-space: nowrap; }

/* Alignment */
.center {
  text-align: center; }

/* Typography */
html {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 14px;
  font-feature-settings: 'pwid';
  letter-spacing: 0.05em;
  /* Font Size Settings （記述順注意） */ }
  @media screen and (max-width: 320px) {
    html {
      font-size: 14px; } }
  @media screen and (min-width: 321px) {
    html {
      font-size: calc(14px + ((1vw - 320px / 100) * 1.25)); } }
  @media screen and (min-width: 480px) {
    html {
      font-size: 16px; } }
  @media screen and (min-width: 897px) {
    html {
      font-size: calc(14px + ((1vw - 897px / 100) * 2.4)); } }
  @media screen and (min-width: 980px) {
    html {
      font-size: calc(16px + ((1vw - 980px / 100) * 0.666)); } }
  @media screen and (min-width: 1280px) {
    html {
      font-size: 18px; } }
body {
  font-family: dnp-shuei-mgothic-std, sans-serif; }

.aisha {
  font-family: aisha-latin, sans-serif !important; }

.fot {
  font-family: fot-tsukubrdgothic-std, sans-serif; }

.ib {
  display: inline-block; }

.lg_line {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e8fc9;
  line-height: 1.8;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .lg_line {
      font-size: 1.8rem;
      line-height: 1.6;
      padding: 0 1rem;
      text-align: left; } }
  .lg_line span {
    background: linear-gradient(transparent 50%, #ffedef 50%);
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px; }

/* Buttons */
.btn1 {
  border: 1px solid #1e8fc9;
  position: relative;
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #1e8fc9;
  font-size: 0.88rem;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  width: 100%; }
  .btn1:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: .2s;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1; }
  .btn1:hover:after {
    top: -5px;
    left: -5px; }

.btn1.pink:after {
  background-color: rgba(255, 197, 197, 0.4); }

.btn1.pink:hover:after {
  background-color: #e1f7f7; }

.btn1.blue:after {
  background-color: #e1f7f7; }

.btn1.blue:hover:after {
  background-color: rgba(255, 197, 197, 0.4); }

.btn1.white:after {
  background-color: rgba(255, 255, 255, 0.9); }

.btn1.large {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.055rem; }
  .btn1.large:hover:after {
    top: -8px;
    left: -8px; }

/* ふわふわ雲 */
.clouds_area {
  position: absolute;
  width: 100%; }

.clouds {
  position: absolute; }
  .clouds .cloud1,
  .clouds .cloud2,
  .clouds .cloud3 {
    position: absolute;
    top: 0;
    left: 0; }
    .clouds .cloud1 span,
    .clouds .cloud2 span,
    .clouds .cloud3 span {
      animation: vertical 4s ease-in-out infinite alternate;
      display: block;
      background-size: contain;
      background-repeat: no-repeat; }
  .clouds .cloud1 {
    z-index: 3; }
  .clouds .cloud2 {
    z-index: 2; }
  .clouds .cloud3 {
    z-index: 1;
    top: -20px; }

.clouds_l .cloud1 {
  animation: horizontal1 2s ease-in-out infinite alternate; }
  .clouds_l .cloud1 span {
    width: 33.9vw;
    height: 21.4vw;
    background-image: url("/recruit/resource/images/home/cloud_l1.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_l .cloud1 span {
        width: 48vw;
        height: 31vw; } }
    @media screen and (max-width: 480px) {
      .clouds_l .cloud1 span {
        width: 73.24vw;
        height: 46.4vw; } }
.clouds_l .cloud2 {
  animation: horizontal2 1.4s ease-in-out infinite alternate; }
  .clouds_l .cloud2 span {
    width: 37.9vw;
    height: 23.8vw;
    background-image: url("/recruit/resource/images/home/cloud_l2.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_l .cloud2 span {
        width: 53.4vw;
        height: 33.5vw; } }
    @media screen and (max-width: 480px) {
      .clouds_l .cloud2 span {
        width: 81.864vw;
        height: 51.408vw; } }
.clouds_l .cloud3 {
  animation: horizontal1 1.6s ease-in-out infinite alternate; }
  .clouds_l .cloud3 span {
    width: 35.7vw;
    height: 14.4vw;
    background-image: url("/recruit/resource/images/home/cloud_l3.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_l .cloud3 span {
        width: 50.33vw;
        height: 20.3vw; } }
    @media screen and (max-width: 480px) {
      .clouds_l .cloud3 span {
        width: 77.112vw;
        height: 30.456vw; } }
.clouds_r .cloud1 {
  animation: horizontal1 2s ease-in-out infinite alternate; }
  .clouds_r .cloud1 span {
    width: 40.9vw;
    height: 25vw;
    background-image: url("/recruit/resource/images/home/cloud_r1.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_r .cloud1 span {
        width: 57.6vw;
        height: 35.2vw; } }
    @media screen and (max-width: 480px) {
      .clouds_r .cloud1 span {
        width: 88.334vw;
        height: 54vw; } }
.clouds_r .cloud2 {
  animation: horizontal2 1.5s ease-in-out infinite alternate; }
  .clouds_r .cloud2 span {
    width: 37.3vw;
    height: 25vw;
    background-image: url("/recruit/resource/images/home/cloud_r2.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_r .cloud2 span {
        width: 52.5vw;
        height: 35.25vw; } }
    @media screen and (max-width: 480px) {
      .clouds_r .cloud2 span {
        width: 80.568vw;
        height: 54vw; } }
.clouds_r .cloud3 {
  animation: horizontal1 1.2s ease-in-out infinite alternate; }
  .clouds_r .cloud3 span {
    width: 39vw;
    height: 23.2vw;
    background-image: url("/recruit/resource/images/home/cloud_r3.svg"); }
    @media screen and (max-width: 897px) {
      .clouds_r .cloud3 span {
        width: 54.9vw;
        height: 32.7vw; } }
    @media screen and (max-width: 480px) {
      .clouds_r .cloud3 span {
        width: 84.24vw;
        height: 50.112vw; } }
/* アコーディオンアニメーション */
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  /*＋、－切り替え*/ }
  .accordion_icon span {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #1e8fc9;
    border-radius: 4px;
    left: 8px;
    top: 0; }
    .accordion_icon span:nth-of-type(1) {
      top: 14px;
      transform: rotate(0deg); }
    .accordion_icon span:nth-of-type(2) {
      top: 14px;
      transform: rotate(90deg); }
  .accordion_icon.active span:nth-of-type(1) {
    display: none; }
  .accordion_icon.active span:nth-of-type(2) {
    top: 14px;
    transform: rotate(180deg); }

/* Link */
a.noevent {
  pointer-events: none; }

/****************************************
Animation Settings
****************************************/
/* ふわふわアニメーション（親要素vertical/子要素horizontalを指定） */
@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

@keyframes vertical2 {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@keyframes horizontal1 {
  0% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0px); } }

@keyframes horizontal2 {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0px); } }

/* スクロールバーアニメーション */
@keyframes scroll {
  0% {
    top: -96px; }
  50% {
    top: 0px; }
  100% {
    top: 100%; } }

/* 人物背景枠をゆらゆら */
@keyframes frameSwing {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(0deg); } }

/* Table */
.tb1 {
  border-collapse: separate; }
  .tb1 tr:first-child th, .tb1 tr:first-child td {
    border-top: 1px solid #1e8fc9; }
  .tb1 tr:first-child th {
    border-top-left-radius: 15px; }
  .tb1 tr:first-child td {
    border-top-right-radius: 15px; }
  .tb1 tr:last-child th, .tb1 tr:last-child td {
    border-bottom: 1px solid #1e8fc9; }
  .tb1 tr:last-child th {
    border-bottom-left-radius: 15px; }
  .tb1 tr:last-child td {
    border-bottom-right-radius: 15px; }
  .tb1 th, .tb1 td {
    color: #1e8fc9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px dashed #1e8fc9;
    overflow: hidden; }
  .tb1 th {
    background-color: #ffedef;
    font-size: 0.88rem;
    text-align: left;
    width: 1px;
    white-space: nowrap;
    border-left: 1px solid #1e8fc9; }
    @media screen and (max-width: 897px) {
      .tb1 th {
        font-size: 1rem; } }
  .tb1 td {
    font-size: 0.77rem;
    background-color: #fff;
    border-right: 1px solid #1e8fc9;
    border-left: 1px solid #1e8fc9; }
    @media screen and (max-width: 897px) {
      .tb1 td {
        font-size: 0.875rem; } }
    .tb1 td .ib {
      display: inline-block; }

/**
* 3.0 - Basic Structure
* -----------------------------------------------------------------------------
*/
.page_line {
  width: 15px;
  height: 100vh;
  position: fixed;
  background-color: #1e8fc9;
  top: 0;
  left: 0; }
  @media screen and (max-width: 480px) {
    .page_line {
      width: 8px; } }
.wrapper {
  overflow-x: hidden;
  position: relative; }

.outer {
  padding-left: 15px; }
  @media screen and (max-width: 480px) {
    .outer {
      padding-left: 8px; } }
.inner {
  max-width: calc(1152px + 10vw);
  padding-left: 2vw;
  padding-right: 2vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 897px) {
    .inner {
      padding-left: 10vw;
      padding-right: 10vw; } }
  @media screen and (max-width: 480px) {
    .inner {
      padding-left: 7vw;
      padding-right: 7vw; } }
.inner1024 {
  max-width: calc(1024px + 10vw); }

.inner700 {
  max-width: calc(700px + 10vw); }

.inner688 {
  max-width: calc(688px + 10vw); }

/**
* 4.0 - Header
* -----------------------------------------------------------------------------
*/
.header_logo {
  z-index: 10;
  max-width: 230px;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  @media screen and (max-width: 897px) {
    .header_logo {
      max-width: 204px !important; } }
  @media screen and (max-width: 480px) {
    .header_logo {
      max-width: 150px; } }
header {
  z-index: 5;
  position: relative;
  width: 100%;
  top: 0;
  left: 0; }
  header .li_entry a {
    font-size: 1.38rem;
    color: #1E8FC5;
    text-align: center;
    width: 156px;
    padding: 0.3em;
    font-weight: normal; }
    header .li_entry a:hover {
      opacity: 1 !important; }
  header .sns a {
    transition: .2s; }
    header .sns a:hover {
      opacity: 0.7; }

#site_header_fixed {
  display: none;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #d2e9f4; }
  @media screen and (max-width: 897px) {
    #site_header_fixed {
      display: none !important; } }
  #site_header_fixed .sns {
    padding-top: 20px;
    padding-top: 34px;
    padding-left: 240px;
    flex-basis: 120px;
    max-width: 120px;
    box-sizing: content-box; }
  #site_header_fixed .nav_main {
    padding-top: 30px;
    padding-bottom: 30px; }
    #site_header_fixed .nav_main ul li {
      margin-right: 0;
      margin-left: 0; }
  #site_header_fixed .flex {
    justify-content: flex-end; }

/* トップページ */
@media screen and (max-width: 480px) {
  .home .header_logo {
    max-width: 110px !important; } }

.home .site_header {
  display: none; }

.home .header_main ul {
  justify-content: flex-end;
  padding-right: 5vw;
  padding-top: 30px; }

@media screen and (max-width: 897px) {
  .home header .sns ul {
    padding-right: 60px; } }

@media screen and (max-width: 480px) {
  .home header .sns ul {
    padding-right: 25%; } }

.home header .sns ul li {
  margin-left: 10px;
  margin: 0 10px; }
  .home header .sns ul li img {
    width: 17px;
    vertical-align: middle; }

.home header .sns ul .li_entry {
  margin-right: 0; }
  @media screen and (max-width: 897px) {
    .home header .sns ul .li_entry {
      padding-right: 5vw; } }
/* 下層ページ */
@media screen and (max-width: 1020px) {
  .page .header_logo {
    max-width: 150px; } }

@media screen and (max-width: 480px) {
  .page .header_logo {
    max-width: 164px !important; } }

.page header {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1020px) {
    .page header {
      padding-left: 170px; } }
  .page header .flex {
    justify-content: flex-end; }
  .page header .logo {
    position: absolute;
    left: -15px; }
    @media screen and (max-width: 480px) {
      .page header .logo {
        left: 0; } }
  .page header .sns {
    padding-top: 34px;
    padding-left: 240px;
    flex-basis: 120px;
    max-width: 120px;
    box-sizing: content-box; }
    @media screen and (max-width: 897px) {
      .page header .sns {
        padding-left: 0; } }
    .page header .sns ul {
      justify-content: flex-end; }
      @media screen and (max-width: 897px) {
        .page header .sns ul {
          padding-right: 50px;
          position: fixed;
          top: 30px;
          left: 210px; } }
      @media screen and (max-width: 480px) {
        .page header .sns ul {
          padding-right: 0px;
          left: 180px;
          top: 33px; } }
      .page header .sns ul li {
        margin-left: 10px;
        margin: 0 10px; }
        .page header .sns ul li img {
          width: 17px;
          vertical-align: middle; }

/* Nav */
.nav_main {
  padding-top: 45px;
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 897px) {
    .nav_main {
      padding-top: 0;
      padding-bottom: 0; } }
  .nav_main .inner {
    padding-right: 5vw; }
  .nav_main ul {
    justify-content: center; }
    .nav_main ul li {
      position: relative; }
      .nav_main ul li a {
        text-align: center;
        font-weight: bold;
        color: #1e8fc9;
        display: block;
        position: relative; }
    .nav_main ul .li_entry {
      margin-right: 0 !important; }
      .nav_main ul .li_entry a {
        font-weight: normal; }
    .nav_main ul .border:after {
      position: absolute;
      bottom: -3px;
      width: 0;
      height: 3px;
      border-radius: 2px;
      background-color: #ffc5c5;
      content: "";
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      transition: .2s; }
    .nav_main ul .border:hover:after {
      width: 100%; }

.home .wrapper {
  opacity: 0; }

.home .nav_main_home {
  padding-top: 50px;
  padding-bottom: 95px; }
  @media screen and (max-width: 480px) {
    .home .nav_main_home {
      padding-top: 0px; } }
  .home .nav_main_home .flex {
    width: 70%;
    max-width: 740px;
    margin: auto; }
  .home .nav_main_home ul li {
    margin-right: 10px;
    text-align: center;
    min-width: 22%;
    position: relative; }
    .home .nav_main_home ul li:last-child {
      margin-right: 0; }
    .home .nav_main_home ul li a {
      color: #1E8FC5;
      font-size: 0.77rem;
      font-weight: bold;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1.4;
      margin-bottom: .4em; }
      .home .nav_main_home ul li a span {
        display: block;
        font-size: 1.38rem;
        font-weight: normal;
        position: relative; }
        .home .nav_main_home ul li a span:before {
          display: inline-block;
          vertical-align: sub;
          margin-right: 5%;
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
    .home .nav_main_home ul li:nth-child(1) a span:before {
      background-image: url("/recruit/resource/images/common/icon_message.svg");
      width: 18px;
      height: 26px; }
    .home .nav_main_home ul li:nth-child(2) a span:before {
      background-image: url("/recruit/resource/images/common/icon_person.svg");
      width: 27px;
      height: 21px; }
    .home .nav_main_home ul li:nth-child(3) a span:before {
      background-image: url("/recruit/resource/images/common/icon_work.svg");
      width: 26px;
      height: 27px; }
    .home .nav_main_home ul li:nth-child(4) a span:before {
      background-image: url("/recruit/resource/images/common/icon_special.svg");
      width: 27px;
      height: 23px; }
    .home .nav_main_home ul li .sub {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      padding-top: 10px; }
      .home .nav_main_home ul li .sub ul {
        background-color: #fff;
        box-shadow: 2px 4px 10px rgba(30, 143, 201, 0.1); }
      .home .nav_main_home ul li .sub li {
        margin-bottom: 5px;
        margin-right: 0; }
        .home .nav_main_home ul li .sub li a {
          white-space: nowrap;
          font-size: 0.66rem;
          padding: 10px 20px;
          position: relative; }
          .home .nav_main_home ul li .sub li a:hover {
            background-color: #e1f7f7; }
          .home .nav_main_home ul li .sub li a:after {
            content: "";
            width: 3px;
            height: 6px;
            background-image: url("/recruit/resource/images/common/arrow1.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px; }
  .home .nav_main_home ul .border {
    position: relative; }
    .home .nav_main_home ul .border:after {
      position: absolute;
      bottom: -3px;
      width: 0;
      height: 3px;
      border-radius: 2px;
      background-color: #ffc5c5;
      content: "";
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      transition: .2s; }
    .home .nav_main_home ul .border:hover:after {
      width: 100%; }

@media screen and (max-width: 897px) {
  .site_header {
    position: fixed !important; } }

.site_header .nav_main {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media screen and (max-width: 897px) {
    .site_header .nav_main {
      padding-top: 30px;
      padding-right: 60px; } }
  .site_header .nav_main .inner {
    padding-left: 20px; }
  .site_header .nav_main ul.main > li {
    padding-top: 10px;
    position: relative; }
    .site_header .nav_main ul.main > li:hover:after {
      width: 90%; }
    .site_header .nav_main ul.main > li:hover a .ja {
      top: 0px; }
    .site_header .nav_main ul.main > li:hover a .en {
      transform: translateY(-100%); }
    .site_header .nav_main ul.main > li > a {
      text-align: center;
      font-weight: bold;
      color: #1e8fc9;
      display: block;
      margin-right: 2vw;
      position: relative;
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden; }
      .site_header .nav_main ul.main > li > a .en {
        transition: transform .2s;
        display: block;
        font-weight: normal;
        font-size: 1.38rem; }
      .site_header .nav_main ul.main > li > a .ja {
        transition: top .2s;
        position: absolute;
        font-size: 0.77rem;
        width: 100%;
        left: 0;
        top: 100%; }
    .site_header .nav_main ul.main > li:before {
      position: absolute;
      vertical-align: sub;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .site_header .nav_main ul.main > li:nth-child(1) {
      padding-left: 15px; }
      .site_header .nav_main ul.main > li:nth-child(1):before {
        background-image: url("/recruit/resource/images/common/icon_message.svg");
        width: 18px;
        height: 26px; }
    .site_header .nav_main ul.main > li:nth-child(2) {
      padding-left: 30px; }
      .site_header .nav_main ul.main > li:nth-child(2):before {
        background-image: url("/recruit/resource/images/common/icon_person.svg");
        width: 27px;
        height: 21px; }
    .site_header .nav_main ul.main > li:nth-child(3) {
      padding-left: 30px; }
      .site_header .nav_main ul.main > li:nth-child(3):before {
        background-image: url("/recruit/resource/images/common/icon_work.svg");
        width: 26px;
        height: 27px; }
    .site_header .nav_main ul.main > li:nth-child(4) {
      padding-left: 30px; }
      .site_header .nav_main ul.main > li:nth-child(4):before {
        background-image: url("/recruit/resource/images/common/icon_special.svg");
        width: 27px;
        height: 23px; }
    .site_header .nav_main ul.main > li .sub {
      position: absolute;
      padding-top: 30px;
      display: none;
      left: 0px; }
      .site_header .nav_main ul.main > li .sub ul {
        background-color: #fff;
        box-shadow: 2px 4px 10px rgba(30, 143, 201, 0.1); }
      .site_header .nav_main ul.main > li .sub li a {
        padding: 10px 20px;
        font-size: 0.66rem;
        white-space: nowrap;
        display: block;
        position: relative; }
        .site_header .nav_main ul.main > li .sub li a:after {
          content: "";
          width: 3px;
          height: 6px;
          background-image: url("/recruit/resource/images/common/arrow1.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px; }
        .site_header .nav_main ul.main > li .sub li a:hover {
          background-color: #e1f7f7; }
      .site_header .nav_main ul.main > li .sub li .noevent {
        display: none; }
  .site_header .nav_main ul.main li.arrow {
    background-image: url("/recruit/resource/images/common/arrow2.svg");
    background-size: 10px 4px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 22px; }
  .site_header .nav_main ul.main .li_entry {
    padding-top: 0; }
    .site_header .nav_main ul.main .li_entry a {
      padding-left: 0;
      margin-right: 0;
      font-weight: normal;
      overflow: inherit; }
      @media screen and (max-width: 897px) {
        .site_header .nav_main ul.main .li_entry a {
          padding-left: 10px; } }
/* toggle */
.toggle_wrap {
  background-color: #e1f7f7;
  border: 1px solid #1e8fc9;
  border-radius: 29px;
  width: 58px;
  height: 58px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11; }

.toggle_line,
.toggle_line span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.toggle_line {
  position: absolute;
  width: 26px;
  height: 16px;
  right: 16px;
  top: 21px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }
  .toggle_line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1e8fc9; }
    .toggle_line span:nth-of-type(1) {
      top: 0; }
    .toggle_line span:nth-of-type(2) {
      top: 7px; }
    .toggle_line span:nth-of-type(3) {
      bottom: 0; }
  .toggle_line.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg); }
  .toggle_line.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 .8s forwards; }
  .toggle_line.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg); }

.toggle_bg,
.toggle_bg_white {
  content: "";
  width: 58px;
  height: 58px;
  right: 20px;
  top: 20px;
  position: fixed;
  border-radius: 50%;
  transform: scale(1); }

.toggle_bg_white {
  background: #fff;
  transition: transform .5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10; }

body.open {
  overflow: hidden !important; }
  body.open .toggle_bg_white {
    transform: scale(100);
    transition: all .5s ease-in-out; }

.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  padding: 27px 8%;
  overflow: auto; }
  .drawer .drawer_header {
    padding-right: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .drawer .drawer_header {
        padding-right: 60px; } }
    .drawer .drawer_header .flex {
      justify-content: flex-end; }
      .drawer .drawer_header .flex li {
        margin: 6px 10px; }
        .drawer .drawer_header .flex li a img {
          width: 17px;
          vertical-align: middle; }
      .drawer .drawer_header .flex .li_entry {
        flex-basis: 158px;
        max-width: 158px;
        margin-top: 0;
        margin-left: 10px; }
        .drawer .drawer_header .flex .li_entry a {
          font-size: 1.56rem;
          padding: 0.3em;
          font-weight: normal; }
  .drawer .drawer_body {
    color: #1e8fc9;
    margin-bottom: 60px; }
    .drawer .drawer_body h3 {
      font-size: 1.8125rem;
      font-weight: normal;
      border-bottom: 1px solid #1e8fc9;
      padding-bottom: 5px;
      margin-bottom: 15px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .drawer .drawer_body h3 {
          text-align: center;
          margin-bottom: 30px; } }
      .drawer .drawer_body h3:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 27px;
        height: 26px; }
        @media screen and (max-width: 480px) {
          .drawer .drawer_body h3:before {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-65%);
            width: 43px;
            height: 43px; } }
      @media screen and (max-width: 480px) {
        .drawer .drawer_body h3:after {
          content: "";
          width: 6px;
          height: 11px;
          background-image: url("/recruit/resource/images/common/arrow1.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); } }
      .drawer .drawer_body h3:nth-of-type(1):before {
        background-image: url("/recruit/resource/images/common/icon_message.svg"); }
      .drawer .drawer_body h3:nth-of-type(2):before {
        background-image: url("/recruit/resource/images/common/icon_person.svg"); }
      .drawer .drawer_body h3:nth-of-type(3):before {
        background-image: url("/recruit/resource/images/common/icon_work.svg"); }
      .drawer .drawer_body h3:nth-of-type(4):before {
        background-image: url("/recruit/resource/images/common/icon_special.svg"); }
      .drawer .drawer_body h3:nth-of-type(5):before {
        background-image: url("/recruit/resource/images/common/icon_contact.svg"); }
      .drawer .drawer_body h3 a {
        color: #1e8fc9;
        display: block; }
    @media screen and (max-width: 480px) {
      .drawer .drawer_body .has_children:after {
        display: none; } }
    .drawer .drawer_body ul {
      margin-left: 20px;
      margin-bottom: 30px; }
      .drawer .drawer_body ul li {
        line-height: 1.5;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .drawer .drawer_body ul li {
            line-height: 2;
            margin-bottom: 0; } }
        .drawer .drawer_body ul li a {
          color: #1e8fc9;
          font-size: 0.775rem;
          display: inline-block;
          text-indent: -11px;
          padding-left: 11px; }
          .drawer .drawer_body ul li a:before {
            content: "";
            width: 6px;
            height: 11px;
            background-image: url("/recruit/resource/images/common/arrow1.svg");
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
        .drawer .drawer_body ul li .sub {
          margin-top: 10px; }
    .drawer .drawer_body .flex {
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .drawer .drawer_body .flex {
          display: none; } }
      .drawer .drawer_body .flex li {
        flex-basis: 30%;
        max-width: 30%; }
        @media screen and (max-width: 480px) {
          .drawer .drawer_body .flex li {
            max-width: 100%; } }
    .drawer .drawer_body .accordion_icon span {
      height: 1px; }
  .drawer .drawer_bottom .flex {
    max-width: 491px;
    margin-left: auto;
    margin-right: auto; }
    .drawer .drawer_bottom .flex > div {
      flex-basis: 48%;
      max-width: 48%;
      line-height: 1.3; }
      @media screen and (max-width: 480px) {
        .drawer .drawer_bottom .flex > div {
          max-width: 100%;
          margin-bottom: 20px; } }
      .drawer .drawer_bottom .flex > div a {
        text-align: left; }
        @media screen and (max-width: 480px) {
          .drawer .drawer_bottom .flex > div a {
            text-align: center;
            height: 100%;
            display: block; } }
      .drawer .drawer_bottom .flex > div:first-child a {
        padding-left: 50px; }
        .drawer .drawer_bottom .flex > div:first-child a:before {
          content: "";
          width: 24px;
          height: 30px;
          background-image: url("/recruit/resource/images/common/icon_entry.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%); }
        @media screen and (max-width: 480px) {
          .drawer .drawer_bottom .flex > div:first-child a {
            font-size: 1.55rem;
            font-weight: normal;
            line-height: 1;
            padding-top: 0.3em;
            padding-bottom: 0.3em;
            text-align: center;
            padding-left: 0; } }
      .drawer .drawer_bottom .flex > div:nth-child(2) a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #1e8fc9;
        text-align: center;
        background-color: #fff; }
        @media screen and (max-width: 480px) {
          .drawer .drawer_bottom .flex > div:nth-child(2) a {
            padding-top: 10px;
            padding-bottom: 10px; } }
        .drawer .drawer_bottom .flex > div:nth-child(2) a img {
          max-width: 197px;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 480px) {
            .drawer .drawer_bottom .flex > div:nth-child(2) a img {
              transform: none;
              width: 90%;
              top: auto; } }
  .drawer .drawer_footer {
    margin-top: 40px; }
    @media screen and (max-width: 480px) {
      .drawer .drawer_footer {
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .drawer .drawer_footer .flex {
        display: block; } }
    .drawer .drawer_footer .logo {
      flex-basis: 60%;
      max-width: 60%; }
      .drawer .drawer_footer .logo img {
        width: 100%; }
    .drawer .drawer_footer .link {
      position: relative;
      flex-basis: 40%;
      text-align: right;
      padding-top: 45px; }
      @media screen and (max-width: 480px) {
        .drawer .drawer_footer .link {
          text-align: center;
          padding-top: 20px; } }
      .drawer .drawer_footer .link a {
        color: #1e8fc9;
        font-size: 0.85rem;
        position: relative; }
        .drawer .drawer_footer .link a:after {
          content: "";
          width: 6px;
          height: 11px;
          background-image: url("/recruit/resource/images/common/arrow1.svg");
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px; }

/**
* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
footer {
  margin-top: 120px; }
  @media screen and (max-width: 480px) {
    footer {
      margin-top: 80px; } }
.footer_top {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 897px) {
    .footer_top {
      padding-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .footer_top {
      padding-top: 50px; } }
  .footer_top > .inner > .flex {
    flex-direction: row-reverse; }
    @media screen and (max-width: 897px) {
      .footer_top > .inner > .flex {
        display: block; } }
.footer_top_l {
  flex-basis: 70%;
  max-width: 70%;
  position: relative;
  z-index: 1;
  padding-top: 30px; }
  @media screen and (max-width: 897px) {
    .footer_top_l {
      max-width: 100%; } }
  .footer_top_l .title {
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 897px) {
      .footer_top_l .title {
        margin-bottom: 30px; } }
    .footer_top_l .title img {
      max-width: 452px;
      width: 100%; }
  .footer_top_l > .flex {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .footer_top_l > .flex {
        display: block; } }
    .footer_top_l > .flex > div {
      flex-basis: 48%;
      max-width: 48%;
      line-height: 1.3; }
      @media screen and (max-width: 480px) {
        .footer_top_l > .flex > div {
          max-width: 100%;
          margin-bottom: 20px; } }
      .footer_top_l > .flex > div a {
        text-align: left; }
      .footer_top_l > .flex > div:first-child a {
        padding-left: 50px; }
        .footer_top_l > .flex > div:first-child a:before {
          content: "";
          width: 24px;
          height: 30px;
          background-image: url("/recruit/resource/images/common/icon_entry.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%); }
      .footer_top_l > .flex > div:nth-child(2) a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border: 1px solid #1e8fc9;
        text-align: center;
        background-color: #fff; }
        @media screen and (max-width: 480px) {
          .footer_top_l > .flex > div:nth-child(2) a {
            padding-top: 10px;
            padding-bottom: 10px; } }
        .footer_top_l > .flex > div:nth-child(2) a img {
          max-width: 197px;
          position: relative;
          transition: .2s; }
          .footer_top_l > .flex > div:nth-child(2) a img:hover {
            opacity: .7; }
          @media screen and (max-width: 480px) {
            .footer_top_l > .flex > div:nth-child(2) a img {
              transform: none; } }
.footer_top_r {
  flex-basis: 30%;
  max-width: 30%; }
  @media screen and (max-width: 897px) {
    .footer_top_r {
      text-align: center;
      max-width: 100%; } }
  .footer_top_r img {
    width: 156px; }
    @media screen and (max-width: 897px) {
      .footer_top_r img {
        width: 139px; } }
.footer_bottom {
  background-image: url("/recruit/resource/images/common/bg_footer_bottom.jpg");
  background-size: cover;
  background-position: bottom;
  padding-top: 60px; }
  @media screen and (max-width: 480px) {
    .footer_bottom {
      padding-top: 100px; } }
  .footer_bottom > .inner > .flex {
    flex-direction: row-reverse;
    padding-bottom: 140px; }
    @media screen and (max-width: 897px) {
      .footer_bottom > .inner > .flex {
        display: block;
        padding-bottom: 200px; } }
.footer_bottom_l {
  flex-basis: 161px;
  max-width: 161px;
  text-align: center; }
  @media screen and (max-width: 897px) {
    .footer_bottom_l {
      max-width: 100%; } }
  .footer_bottom_l .logo {
    width: 161px; }
    @media screen and (max-width: 897px) {
      .footer_bottom_l .logo {
        max-width: 260px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .footer_bottom_l .to_cooporate {
    border: 1px solid #1e8fc9;
    padding: 3px 10px;
    text-align: center;
    font-size: 0.8rem;
    color: #1e8fc9;
    font-weight: bold;
    margin-top: 30px;
    display: block; }
    @media screen and (max-width: 897px) {
      .footer_bottom_l .to_cooporate {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 308px;
        margin-left: auto;
        margin-right: auto; } }
.footer_bottom_r {
  flex-basis: 69.2%;
  max-width: 69.2%; }
  @media screen and (max-width: 897px) {
    .footer_bottom_r {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .footer_bottom_r {
      display: block; } }
  .footer_bottom_r .nav_box {
    flex: 1;
    margin-left: 4.3vw; }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_box {
        margin-left: 0; } }
  .footer_bottom_r .nav_area {
    padding-bottom: 30px; }
    .footer_bottom_r .nav_area h3 {
      font-size: 1.6rem;
      color: #1e8fc9;
      font-weight: normal;
      border-bottom: 1px solid #1e8fc9;
      padding-bottom: 5px;
      margin-bottom: 20px;
      z-index: 9; }
      @media screen and (max-width: 480px) {
        .footer_bottom_r .nav_area h3 {
          font-size: 1.85rem;
          text-align: center;
          position: relative;
          padding-bottom: 10px; } }
      .footer_bottom_r .nav_area h3:before {
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        vertical-align: sub;
        content: "";
        margin-right: 10px; }
        @media screen and (max-width: 480px) {
          .footer_bottom_r .nav_area h3:before {
            position: absolute;
            left: 0;
            top: -6px; } }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_area nav {
        display: none; } }
    .footer_bottom_r .nav_area nav ul li {
      line-height: 1.2;
      margin-bottom: 10px;
      text-indent: -2em;
      padding-left: 2em; }
      .footer_bottom_r .nav_area nav ul li a {
        font-size: 0.7rem;
        color: #1e8fc9;
        padding-left: 1rem;
        transition: .2s; }
        .footer_bottom_r .nav_area nav ul li a:hover {
          color: #e8a5ad; }
        @media screen and (max-width: 480px) {
          .footer_bottom_r .nav_area nav ul li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.88rem; } }
        .footer_bottom_r .nav_area nav ul li a:before {
          content: "";
          width: 6px;
          height: 11px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          background-image: url("/recruit/resource/images/common/arrow1.svg");
          background-size: contain;
          background-repeat: no-repeat; }
      .footer_bottom_r .nav_area nav ul li .sub {
        margin-top: 20px; }
  .footer_bottom_r .nav_message h3:before {
    background-image: url("/recruit/resource/images/common/icon_message.svg");
    width: 19px;
    height: 27px; }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_message h3:before {
        width: 29px;
        height: 42px; } }
  .footer_bottom_r .nav_work h3:before {
    background-image: url("/recruit/resource/images/common/icon_work.svg");
    width: 27px;
    height: 28px; }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_work h3:before {
        width: 42px;
        height: 44px; } }
  .footer_bottom_r .nav_person h3:before {
    background-image: url("/recruit/resource/images/common/icon_person.svg");
    width: 28px;
    height: 22px; }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_person h3:before {
        width: 43px;
        height: 34px; } }
  .footer_bottom_r .nav_special h3:before {
    background-image: url("/recruit/resource/images/common/icon_special.svg");
    width: 28px;
    height: 23px; }
    @media screen and (max-width: 480px) {
      .footer_bottom_r .nav_special h3:before {
        width: 43px;
        height: 36px; } }
  .footer_bottom_r .nav_contact h3 {
    position: relative; }
    .footer_bottom_r .nav_contact h3 a {
      color: #1e8fc9; }
      .footer_bottom_r .nav_contact h3 a:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 11px;
        background-image: url("/recruit/resource/images/common/arrow1.svg");
        background-size: contain;
        background-repeat: no-repeat; }
    .footer_bottom_r .nav_contact h3:before {
      background-image: url("/recruit/resource/images/common/icon_contact.svg");
      width: 26px;
      height: 16px;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .footer_bottom_r .nav_contact h3:before {
          width: 39px;
          height: 24px; } }
.copyright {
  font-size: 1.2rem;
  color: #1e8fc9;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 897px) {
  .clouds_area_footer .clouds_l {
    top: 50px;
    left: -35vw; } }

@media screen and (max-width: 480px) {
  .clouds_area_footer .clouds_l {
    top: 30px;
    left: -51vw; } }

.clouds_area_footer .clouds_l .cloud2 {
  position: relative; }

@media screen and (max-width: 897px) {
  .clouds_area_footer .clouds_r {
    top: 50px;
    left: 77%; } }

@media screen and (max-width: 480px) {
  .clouds_area_footer .clouds_r {
    top: 30px;
    left: 72%; } }

.clouds_area_footer .clouds_r .cloud1 {
  position: relative; }

/**
* 6.0 - Page
* -----------------------------------------------------------------------------
*/
.page .page_title {
  margin-top: 100px;
  background-image: url("/recruit/resource/images/common/bg_page_title.jpg");
  background-position: bottom;
  background-size: cover;
  padding: 117px 0; }
  @media screen and (min-width: 1600px) {
    .page .page_title {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 897px) {
    .page .page_title {
      width: calc(100vw - 12vw);
      margin-left: auto;
      margin-right: auto;
      padding-top: 169px;
      padding-bottom: 169px; } }
  .page .page_title h2 {
    text-align: center;
    color: #1e8fc9;
    max-width: 544px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 480px) {
      .page .page_title h2 {
        font-size: 1.92rem;
        line-height: 1.2; } }
    .page .page_title h2:before {
      content: "";
      width: 163px;
      height: 230px;
      border: 9px solid #fff;
      -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
      transform: rotate(-5deg) translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        .page .page_title h2:before {
          width: 135px;
          height: 191px; } }
    .page .page_title h2 .en {
      font-size: 1.77rem;
      display: block;
      font-weight: normal;
      border-bottom: 2px solid #1e8fc9;
      padding-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .page .page_title h2 .en {
          margin-bottom: 10px; } }
      .page .page_title h2 .en:before {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

.page .sec_page {
  padding-top: 6.25rem; }
  .page .sec_page h3 {
    font-size: 1.777rem;
    text-align: center;
    color: #1e8fc9;
    position: relative;
    margin-bottom: 6.25rem;
    line-height: 1.4; }
    @media screen and (max-width: 480px) {
      .page .sec_page h3 {
        font-size: 2.16rem;
        margin-bottom: 3rem; } }
    .page .sec_page h3:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 50px;
      height: 3px;
      background-color: #e8a5ad;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .page .sec_page h3 span {
      font-size: 1.38rem;
      display: block;
      line-height: 1;
      font-weight: normal; }

.page .clouds_area1 .clouds_l {
  bottom: -180px;
  left: -17vw; }
  @media screen and (max-width: 897px) {
    .page .clouds_area1 .clouds_l {
      bottom: -340px; } }
  @media screen and (max-width: 480px) {
    .page .clouds_area1 .clouds_l {
      left: -54vw; } }
.page .clouds_area1 .clouds_r {
  bottom: -180px;
  left: 81%; }
  @media screen and (max-width: 897px) {
    .page .clouds_area1 .clouds_r {
      bottom: -340px;
      left: 73%; } }
.p_nar {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  font-size: 0.88rem;
  color: #1e8fc9; }

@media screen and (max-width: 897px) {
  .nav_page_bottom ul {
    flex-wrap: wrap; } }

.nav_page_bottom ul li {
  width: 24%; }
  @media screen and (max-width: 897px) {
    .nav_page_bottom ul li {
      flex-basis: 49%;
      max-width: 49%;
      margin-bottom: 30px; } }
  .nav_page_bottom ul li a {
    font-size: 0.88rem;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: underline; }

/* 職員紹介カルーセル */
.sec_person {
  margin-bottom: 100px;
  position: relative; }
  .sec_person > .inner {
    width: 80%;
    max-width: 100%; }
    @media screen and (max-width: 897px) {
      .sec_person > .inner {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .sec_person > .inner {
        padding-left: 0;
        padding-right: 0; } }
  .sec_person h2:before {
    background-image: url("/recruit/resource/images/common/icon_person.svg");
    width: 55px;
    height: 43px; }
  .sec_person h2 + .center {
    font-size: 1rem;
    color: #1e8fc9;
    margin-top: 20px; }
    @media screen and (min-width: 896px) {
      .sec_person h2 + .center {
        font-size: 0.88rem; } }
  .sec_person .btn1 {
    width: 237px;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .sec_person .clouds_l {
    top: 80px;
    left: -200px; }
  .sec_person .clouds_r {
    top: 30px;
    right: -310px; }

.slider_person_wrap {
  position: relative;
  background-image: url("/recruit/resource/images/common/bg1.png");
  margin-top: 40px;
  margin-bottom: 20px; }

.slider_bg1 {
  position: absolute;
  height: 165px;
  width: 100%;
  background-image: url("/recruit/resource/images/common/bg2.png");
  bottom: 85px;
  left: 0;
  content: "";
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .slider_bg1 {
      bottom: 25px; } }
.slider_bg2 {
  position: absolute;
  height: 230px;
  width: 100%;
  background-color: #fff;
  bottom: 0px;
  left: 0;
  content: ""; }
  @media screen and (max-width: 480px) {
    .slider_bg2 {
      height: 150px; } }
.slider_person {
  z-index: 2;
  position: relative; }
  .slider_person .slick-list {
    padding-top: 200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .slider_person .slick-next,
  .slider_person .slick-prev {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    top: auto;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .slider_person .slick-next,
      .slider_person .slick-prev {
        top: 70%; } }
    .slider_person .slick-next:before,
    .slider_person .slick-prev:before {
      display: none; }
  .slider_person .slick-prev {
    background-image: url("/recruit/resource/images/home/btn_prev2.png");
    left: 25px; }
  .slider_person .slick-next {
    background-image: url("/recruit/resource/images/home/btn_next2.png");
    right: 25px; }

.slider_person_box {
  position: relative;
  margin-left: 1vw;
  margin-right: 1vw;
  z-index: 1; }
  @media screen and (max-width: 897px) {
    .slider_person_box {
      margin-left: 20px;
      margin-right: 20px; } }
  .slider_person_box a:hover .frame_scale {
    transform: scale(1.05); }
  .slider_person_box .frame_scale {
    width: 192px;
    height: 238px;
    position: absolute;
    top: 40px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    transition: .2s;
    left: 0;
    right: 0; }
  .slider_person_box .frame_wrap {
    width: 100%;
    height: 100%;
    animation-name: frameSwing;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .slider_person_box .frame {
    border-width: 8px;
    border-style: solid;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 897px) {
      .slider_person_box .frame {
        width: 154px;
        height: 192px; } }
    @media screen and (max-width: 480px) {
      .slider_person_box .frame {
        width: 184px;
        height: 232px;
        top: 10px; } }
  .slider_person_box .bubble {
    width: 136px;
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .slider_person_box .bubble span {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(-50%);
      font-size: 0.77rem;
      line-height: 1.4; }
  .slider_person_box .person {
    max-width: 263px; }
    @media screen and (max-width: 897px) {
      .slider_person_box .person {
        max-width: 210px; } }
.slider_person_box1 .frame {
  border-color: #6fa14a;
  transform: rotate(10deg); }

.slider_person_box1 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble1.png"); }

.slider_person_box2 .frame {
  border-color: #ce809b;
  transform: rotate(5deg); }

.slider_person_box2 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble2.png"); }

.slider_person_box3 .frame {
  border-color: #e38353;
  transform: rotate(-10deg); }

.slider_person_box3 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble3.png"); }

.slider_person_box4 .frame {
  border-color: #7669a1;
  transform: rotate(13deg); }

.slider_person_box4 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble4.png"); }

.slider_person_box5 .frame {
  border-color: #15b3ab;
  transform: rotate(-3deg); }

.slider_person_box5 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble5.png"); }

.slider_person_box6 .frame {
  border-color: #cead42;
  transform: rotate(3deg); }

.slider_person_box6 .bubble {
  background-image: url("/recruit/resource/images/home/person_bubble6.png"); }

/**
* 6.1 - Home
* -----------------------------------------------------------------------------
*/
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  pointer-events: none; }
  .loading .loading_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 261px;
    z-index: 22; }
  .loading .layer1,
  .loading .layer2,
  .loading .layer3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .loading .layer1 {
    z-index: 3; }
    .loading .layer1 .tL {
      background-image: url("/recruit/resource/images/home/loading_cloud1_1.svg");
      top: -24vw;
      left: -60vw;
      width: 130vw;
      height: 85vw; }
      @media (orientation: portrait) {
        .loading .layer1 .tL {
          background-image: url("/recruit/resource/images/home/loading_cloud1_1_tate.svg");
          top: -21vw;
          left: -12vw;
          width: 111vw;
          height: 150vw; } }
    .loading .layer1 .tR {
      background-image: url("/recruit/resource/images/home/loading_cloud1_2.svg");
      top: 3vw;
      right: -51vw;
      width: 121vw;
      height: 78vw; }
      @media (orientation: portrait) {
        .loading .layer1 .tR {
          background-image: url("/recruit/resource/images/home/loading_cloud1_2_tate.svg");
          top: -34vw;
          right: -33vw;
          width: 91vw;
          height: 159vw; } }
    .loading .layer1 .bL {
      background-image: url("/recruit/resource/images/home/loading_cloud1_3.svg");
      bottom: -50vw;
      left: -21vw;
      width: 144vw;
      height: 93vw; }
      @media (orientation: portrait) {
        .loading .layer1 .bL {
          background-image: url("/recruit/resource/images/home/loading_cloud1_3_tate.svg");
          bottom: -34vw;
          left: -12vw;
          width: 91vw;
          height: 159vw; } }
    .loading .layer1 .bR {
      background-image: url("/recruit/resource/images/home/loading_cloud1_4.svg");
      bottom: -24vw;
      right: -45vw;
      width: 131vw;
      height: 84vw; }
      @media (orientation: portrait) {
        .loading .layer1 .bR {
          background-image: url("/recruit/resource/images/home/loading_cloud1_4_tate.svg");
          bottom: -14vw;
          right: -28vw;
          width: 91vw;
          height: 128vw; } }
  .loading .layer2 {
    z-index: 2; }
    .loading .layer2 .tL {
      background-image: url("/recruit/resource/images/home/loading_cloud2_1.svg");
      top: -44vw;
      left: -54vw;
      width: 152vw;
      height: 110vw; }
      @media (orientation: portrait) {
        .loading .layer2 .tL {
          background-image: url("/recruit/resource/images/home/loading_cloud2_1_tate.svg");
          top: -44vw;
          left: -22vw;
          width: 90vw;
          height: 150vw; } }
    .loading .layer2 .tR {
      background-image: url("/recruit/resource/images/home/loading_cloud2_2.svg");
      top: -23vw;
      right: -74vw;
      width: 139vw;
      height: 78vw; }
      @media (orientation: portrait) {
        .loading .layer2 .tR {
          background-image: url("/recruit/resource/images/home/loading_cloud2_2_tate.svg");
          top: -44vw;
          right: -62vw;
          width: 112vw;
          height: 129vw; } }
    .loading .layer2 .bL {
      background-image: url("/recruit/resource/images/home/loading_cloud2_3.svg");
      bottom: -35vw;
      left: -24vw;
      width: 111vw;
      height: 110vw; }
      @media (orientation: portrait) {
        .loading .layer2 .bL {
          background-image: url("/recruit/resource/images/home/loading_cloud2_3_tate.svg");
          bottom: -45vw;
          left: -14vw;
          width: 91vw;
          height: 159vw; } }
    .loading .layer2 .bR {
      background-image: url("/recruit/resource/images/home/loading_cloud2_4.svg");
      bottom: -7vw;
      right: -55vw;
      width: 139vw;
      height: 76vw; }
      @media (orientation: portrait) {
        .loading .layer2 .bR {
          background-image: url("/recruit/resource/images/home/loading_cloud2_4_tate.svg");
          bottom: -14vw;
          right: -28vw;
          width: 101vw;
          height: 138vw; } }
  .loading .layer3 {
    z-index: 1; }
    .loading .layer3 .tL {
      background-image: url("/recruit/resource/images/home/loading_cloud3_1.svg");
      top: -16vw;
      left: -41vw;
      width: 161vw;
      height: 71vw; }
      @media (orientation: portrait) {
        .loading .layer3 .tL {
          background-image: url("/recruit/resource/images/home/loading_cloud3_1_tate.svg");
          top: -44vw;
          left: -13vw;
          width: 109vw;
          height: 163vw; } }
    .loading .layer3 .tR {
      background-image: url("/recruit/resource/images/home/loading_cloud3_2.svg");
      top: -8vw;
      right: -46vw;
      width: 108vw;
      height: 85vw; }
      @media (orientation: portrait) {
        .loading .layer3 .tR {
          background-image: url("/recruit/resource/images/home/loading_cloud3_2_tate.svg");
          top: -35vw;
          right: -62vw;
          width: 122vw;
          height: 149vw; } }
    .loading .layer3 .bL {
      background-image: url("/recruit/resource/images/home/loading_cloud3_3.svg");
      bottom: -27vw;
      left: -43vw;
      width: 111vw;
      height: 90vw; }
      @media (orientation: portrait) {
        .loading .layer3 .bL {
          background-image: url("/recruit/resource/images/home/loading_cloud3_3_tate.svg");
          bottom: -45vw;
          left: -14vw;
          width: 91vw;
          height: 159vw; } }
    .loading .layer3 .bR {
      background-image: url("/recruit/resource/images/home/loading_cloud3_4.svg");
      bottom: -8vw;
      right: -50vw;
      width: 130vw;
      height: 78vw; }
      @media (orientation: portrait) {
        .loading .layer3 .bR {
          background-image: url("/recruit/resource/images/home/loading_cloud3_4_tate.svg");
          bottom: -14vw;
          right: -47vw;
          width: 101vw;
          height: 158vw; } }
  .loading .loading_cloud {
    position: absolute;
    max-width: none;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 3s ease-in-out; }
    .loading .loading_cloud.anim {
      transform: scale(2.5) translate3d(0, 0, 0);
      opacity: 0; }
  .loading .tL.anim {
    top: -200vw;
    left: -200vw; }
  .loading .tR {
    transition-delay: .1s; }
    .loading .tR.anim {
      top: -200vw;
      right: -200vw; }
  .loading .bL {
    transition-delay: .2s; }
    .loading .bL.anim {
      bottom: -200vw;
      left: -200vw; }
  .loading .bR {
    transition-delay: .1s; }
    .loading .bR.anim {
      bottom: -200vw;
      right: -200vw; }

.home .slider_wrap {
  margin-top: 50px; }
  @media screen and (min-width: 1600px) {
    .home .slider_wrap {
      margin-top: 40px; } }
  .home .slider_wrap .inner {
    position: relative;
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 1600px) {
      .home .slider_wrap .inner {
        width: 100%; } }
    @media screen and (max-width: 897px) {
      .home .slider_wrap .inner {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .home .slider_wrap .inner {
        margin-top: 70px; } }
.home .catch_slider {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1; }
  @media screen and (min-width: 1600px) {
    .home .catch_slider {
      top: -65px; } }
  @media screen and (max-width: 897px) {
    .home .catch_slider {
      top: 0;
      margin-top: 40px; } }
  @media screen and (max-width: 480px) {
    .home .catch_slider {
      top: -70px; } }
  .home .catch_slider img {
    max-width: 414px; }
    @media screen and (min-width: 1600px) {
      .home .catch_slider img {
        max-width: 518px; } }
    @media screen and (max-width: 897px) {
      .home .catch_slider img {
        max-width: 401px; } }
    @media screen and (max-width: 480px) {
      .home .catch_slider img {
        max-width: 72vw; } }
.home .slider {
  background-image: url("/recruit/resource/images/home/bg_slider.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 70px; }
  .home .slider:before {
    content: url("/recruit/resource/images/home/slider_person1_on.png") url("/recruit/resource/images/home/slider_person2_on.png?20240425") url("/recruit/resource/images/home/slider_person3_on.png") url("/recruit/resource/images/home/slider_person4_on.png") url("/recruit/resource/images/home/slider_person5_on.png") url("/recruit/resource/images/home/slider_person6_on.png") url("/recruit/resource/images/home/slider_person7_on.png");
    display: none; }
  @media screen and (max-width: 897px) {
    .home .slider {
      padding-top: 220px; } }
  @media screen and (max-width: 480px) {
    .home .slider {
      padding-top: 50px; } }
  .home .slider .slider_box {
    margin: 0 60px;
    position: relative; }
    @media screen and (max-width: 897px) {
      .home .slider .slider_box {
        margin-left: 30px;
        margin-right: 30px; } }
    .home .slider .slider_box a {
      display: block;
      width: 100%;
      height: 100%; }
      .home .slider .slider_box a:hover .frame_scale {
        transform: scale(1.05); }
    .home .slider .slider_box .person {
      margin-left: auto;
      margin-right: auto;
      width: 241px;
      height: 256px;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box .person {
          width: 420px;
          height: 446px; } }
    .home .slider .slider_box .frame_scale {
      width: 148px;
      height: 184px;
      position: absolute;
      top: 10px;
      left: 50px;
      margin-left: auto;
      margin-right: auto;
      z-index: -1;
      transition: .2s; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box .frame_scale {
          width: 236px;
          height: 294px; } }
    .home .slider .slider_box .frame_wrap {
      width: 100%;
      height: 100%;
      animation-name: frameSwing;
      animation-duration: 5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
    .home .slider .slider_box .frame {
      border-width: 8px;
      border-style: solid;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2)); }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box .frame {
          border-width: 12px; } }
    .home .slider .slider_box .bubble {
      background-size: contain;
      width: 136px;
      height: 136px;
      background-repeat: no-repeat;
      color: #fff;
      text-align: center;
      font-size: 0.777rem;
      line-height: 1.4;
      position: absolute;
      top: -90px;
      right: -30px;
      font-weight: bold; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box .bubble {
          width: 166px;
          height: 166px;
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .home .slider .slider_box .bubble {
          width: 110px;
          height: 110px;
          top: -70px;
          right: -20px; } }
      .home .slider .slider_box .bubble span {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.7222rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
        font-feature-settings: "palt"; }
        @media screen and (min-width: 1600px) {
          .home .slider .slider_box .bubble span {
            font-size: 14px; } }
    .home .slider .slider_box .title {
      position: absolute;
      text-align: center;
      line-height: 0.7; }
      .home .slider .slider_box .title .en {
        font-size: 2.2rem; }
      .home .slider .slider_box .title .ja {
        font-size: 0.66rem;
        display: block; }
    .home .slider .slider_box .bg {
      position: absolute;
      z-index: -2; }
    .home .slider .slider_box .photo {
      position: absolute;
      max-width: 100px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box .photo {
          max-width: 174px; } }
  .home .slider .slider_box1 {
    transform: translateX(-40px); }
    .home .slider .slider_box1 .person {
      background-image: url("/recruit/resource/images/home/slider_person1.png"); }
    .home .slider .slider_box1 a:hover .person {
      background-image: url("/recruit/resource/images/home/slider_person1_on.png"); }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box1 .frame_scale {
        left: 100px; } }
    .home .slider .slider_box1 .frame {
      border-color: #ce809b;
      transform: rotate(-15deg); }
    .home .slider .slider_box1 .bubble {
      background-image: url("/recruit/resource/images/home/slider_bubble1.svg");
      top: -105px;
      right: -50px; }
      @media screen and (max-width: 480px) {
        .home .slider .slider_box1 .bubble {
          top: -70px;
          right: -40px; } }
    .home .slider .slider_box1 .title {
      bottom: -10px;
      right: -40px;
      color: #ce809b; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box1 .title {
          right: -50px; } }
    .home .slider .slider_box1 .bg {
      max-width: 294px;
      bottom: -20px;
      right: -30px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box1 .bg {
          right: -70px;
          bottom: -50px;
          max-width: 511px; } }
    .home .slider .slider_box1 .photo {
      left: -16px;
      bottom: 20px; }
  .home .slider .slider_box2 {
    transform: translateX(-30px); }
    .home .slider .slider_box2 .person {
      background-image: url("/recruit/resource/images/home/slider_person2.png?20240425"); }
    .home .slider .slider_box2 a:hover .person {
      background-image: url("/recruit/resource/images/home/slider_person2_on.png?20240425"); }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box2 .frame_scale {
        left: 94px; } }
    .home .slider .slider_box2 .frame {
      border-color: #6fa14a;
      transform: rotate(3deg); }
    .home .slider .slider_box2 .bubble {
      background-image: url("/recruit/resource/images/home/slider_bubble2.svg");
      right: -38px; }
    .home .slider .slider_box2 .title {
      bottom: -10px;
      right: -70px;
      color: #6fa14a; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box2 .title {
          bottom: 20px; } }
    .home .slider .slider_box2 .bg {
      max-width: 182px;
      bottom: 40px;
      right: -60px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box2 .bg {
          max-width: 316px;
          right: -80px;
          bottom: 110px; } }
    .home .slider .slider_box2 .photo {
      bottom: 11px;
      left: 10px; }
  .home .slider .slider_box3 {
    transform: translateX(60px); }
    .home .slider .slider_box3 .person {
      background-image: url("/recruit/resource/images/home/slider_person3.png");
      transform: translateY(-30px); }
    .home .slider .slider_box3 a:hover .person {
      background-image: url("/recruit/resource/images/home/slider_person3_on.png"); }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box3 .frame_scale {
        left: 90px; } }
    .home .slider .slider_box3 .frame {
      border-color: #1e8fc9;
      transform: rotate(5deg); }
    .home .slider .slider_box3 .bubble {
      background-image: url("/recruit/resource/images/home/slider_bubble3.svg"); }
    .home .slider .slider_box3 .title {
      color: #1e8fc9;
      bottom: 0;
      right: 40px; }
    .home .slider .slider_box3 .bg {
      max-width: 138px;
      bottom: 20px;
      left: -69px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box3 .bg {
          max-width: 220px; } }
    .home .slider .slider_box3 .photo {
      bottom: 40px;
      right: 0px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box3 .photo {
          bottom: 80px; } }
  .home .slider .slider_box4 {
    transform: translateX(52px); }
    .home .slider .slider_box4 .person {
      background-image: url("/recruit/resource/images/home/slider_person4.png"); }
    .home .slider .slider_box4 a:hover .person {
      background-image: url("/recruit/resource/images/home/slider_person4_on.png"); }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box4 .frame_scale {
        left: 90px; } }
    .home .slider .slider_box4 .frame {
      border-color: #cdac42;
      transform: rotate(-3deg); }
    .home .slider .slider_box4 .bubble {
      background-image: url("/recruit/resource/images/home/slider_bubble4.svg"); }
    .home .slider .slider_box4 .title {
      bottom: -20px;
      left: 0;
      color: #cdac42; }
    .home .slider .slider_box4 .bg {
      max-width: 115px;
      bottom: 0;
      left: -13px; }
      @media screen and (min-width: 1600px) {
        .home .slider .slider_box4 .bg {
          max-width: 170px;
          bottom: 110px;
          left: 27px; } }
    .home .slider .slider_box4 .photo {
      bottom: 32px;
      right: -10px; }
  .home .slider .slider_box5 .person {
    background-image: url("/recruit/resource/images/home/slider_person5.png"); }
  .home .slider .slider_box5 a:hover .person {
    background-image: url("/recruit/resource/images/home/slider_person5_on.png"); }
  @media screen and (min-width: 1600px) {
    .home .slider .slider_box5 .frame_scale {
      left: 90px; } }
  .home .slider .slider_box5 .frame {
    border-color: #e38353;
    transform: rotate(-6deg); }
  .home .slider .slider_box5 .bubble {
    background-image: url("/recruit/resource/images/home/slider_bubble5.svg"); }
  .home .slider .slider_box5 .title {
    bottom: -10px;
    right: -50px;
    color: #e38353; }
  .home .slider .slider_box5 .bg {
    max-width: 138px;
    bottom: 45px;
    right: 0; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box5 .bg {
        max-width: 240px;
        bottom: 89px; } }
  .home .slider .slider_box5 .photo {
    bottom: 0; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box5 .photo {
        bottom: 42px; } }
  .home .slider .slider_box6 .person {
    background-image: url("/recruit/resource/images/home/slider_person6.png"); }
  .home .slider .slider_box6 a:hover .person {
    background-image: url("/recruit/resource/images/home/slider_person6_on.png"); }
  @media screen and (min-width: 1600px) {
    .home .slider .slider_box6 .frame_scale {
      left: 80px; } }
  .home .slider .slider_box6 .frame {
    border-color: #15b3ab;
    transform: rotate(4deg); }
  .home .slider .slider_box6 .bubble {
    background-image: url("/recruit/resource/images/home/slider_bubble6.svg"); }
  .home .slider .slider_box6 .title {
    bottom: -20px;
    left: 20px;
    color: #15b3ab; }
  .home .slider .slider_box6 .bg {
    max-width: 238px;
    bottom: 0;
    right: -20px; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box6 .bg {
        max-width: 368px; } }
  .home .slider .slider_box6 .photo {
    bottom: 30px; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box6 .photo {
        bottom: 80px; } }
  .home .slider .slider_box7 .person {
    background-image: url("/recruit/resource/images/home/slider_person7.png"); }
  .home .slider .slider_box7 a:hover .person {
    background-image: url("/recruit/resource/images/home/slider_person7_on.png"); }
  @media screen and (min-width: 1600px) {
    .home .slider .slider_box7 .frame_scale {
      left: 80px; } }
  .home .slider .slider_box7 .frame {
    border-color: #76699d; }
  .home .slider .slider_box7 .bubble {
    background-image: url("/recruit/resource/images/home/slider_bubble7.svg"); }
  .home .slider .slider_box7 .title {
    bottom: -20px;
    color: #76699d; }
  .home .slider .slider_box7 .bg {
    max-width: 138px;
    bottom: 50px;
    right: 10px; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box7 .bg {
        max-width: 230px; } }
  .home .slider .slider_box7 .photo {
    bottom: 50px;
    left: -10px; }
    @media screen and (min-width: 1600px) {
      .home .slider .slider_box7 .photo {
        bottom: 80px; } }
  .home .slider .slick-list {
    padding-top: 110px !important;
    padding-bottom: 90px !important; }
    @media screen and (min-width: 1600px) {
      .home .slider .slick-list {
        padding-top: 140px !important; } }
    @media screen and (max-width: 480px) {
      .home .slider .slick-list {
        padding-top: 85px !important;
        padding-bottom: 40px !important; } }
  .home .slider .slick-next,
  .home .slider .slick-prev {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2; }
    .home .slider .slick-next:before,
    .home .slider .slick-prev:before {
      display: none; }
  .home .slider .slick-prev {
    background-image: url("/recruit/resource/images/home/btn_prev.png");
    left: 25px; }
  .home .slider .slick-next {
    background-image: url("/recruit/resource/images/home/btn_next.png");
    right: 25px; }

.home .title_enovation {
  background-image: url("/recruit/resource/images/common/bg1.png");
  text-align: center;
  padding-top: 58px;
  padding-bottom: 44px; }
  .home .title_enovation img {
    max-width: 502px;
    width: 100%; }

.home .sec_scroll {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 130px; }
  @media screen and (max-width: 480px) {
    .home .sec_scroll {
      padding-top: 20px;
      padding-bottom: 130px; } }
  .home .sec_scroll .scroll {
    color: #1e8fc9;
    font-size: 12px;
    position: relative; }
    .home .sec_scroll .scroll .scroll_line {
      background-color: #e0e0e0;
      position: absolute;
      width: 1px;
      height: 96px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: calc(100% + 10px);
      overflow: hidden; }
      .home .sec_scroll .scroll .scroll_line:after {
        content: "";
        background-color: #1e8fc9;
        animation: scroll 2s forwards infinite;
        width: 100%;
        height: 96px;
        position: absolute;
        top: 0;
        left: 0; }

.home .clouds_area1 .clouds_l {
  top: -110px;
  left: -18vw; }
  @media screen and (max-width: 480px) {
    .home .clouds_area1 .clouds_l {
      top: 20px;
      left: -45vw; } }
.home .clouds_area1 .clouds_r {
  top: -100px;
  left: 80%; }
  @media screen and (max-width: 480px) {
    .home .clouds_area1 .clouds_r {
      top: 0px;
      left: 62%; } }
.home .clouds_area2 .clouds_l {
  top: 30px;
  left: -18vw; }
  @media screen and (max-width: 480px) {
    .home .clouds_area2 .clouds_l {
      top: -140px;
      left: -45vw; } }
.home .clouds_area2 .clouds_r {
  top: 0px;
  left: 80%; }
  @media screen and (max-width: 480px) {
    .home .clouds_area2 .clouds_r {
      top: -160px;
      left: 62%; } }
.home_future {
  padding-top: 80px;
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .home_future {
      margin-bottom: 190px; } }
  .home_future .flex {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .home_future .flex {
        display: block; } }
    .home_future .flex .future_l {
      flex-basis: 43.5%;
      max-width: 43.5%; }
      @media screen and (max-width: 480px) {
        .home_future .flex .future_l {
          max-width: 100%; } }
      .home_future .flex .future_l .contents {
        width: 100%;
        padding: 0 20px;
        margin-right: 0;
        margin-left: auto; }
        @media screen and (max-width: 480px) {
          .home_future .flex .future_l .contents {
            padding-left: 0;
            padding-right: 0; } }
        .home_future .flex .future_l .contents .title {
          text-align: center;
          margin-bottom: 40px; }
          .home_future .flex .future_l .contents .title img {
            width: 180px; }
        @media screen and (max-width: 480px) {
          .home_future .flex .future_l .contents > img {
            width: calc(100% - 5vw);
            margin-right: 0;
            margin-left: auto;
            margin-bottom: 40px; } }
        .home_future .flex .future_l .contents .text {
          flex-direction: row-reverse;
          justify-content: center;
          margin-bottom: 80px; }
          @media screen and (max-width: 480px) {
            .home_future .flex .future_l .contents .text {
              display: flex;
              margin-bottom: 40px; } }
          .home_future .flex .future_l .contents .text img {
            width: 17px;
            margin: 0 10px; }
        .home_future .flex .future_l .contents .bottom {
          text-align: center; }
          .home_future .flex .future_l .contents .bottom img {
            max-width: 323px; }
          .home_future .flex .future_l .contents .bottom .btn1 {
            max-width: 280px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 100px; }
            @media screen and (max-width: 480px) {
              .home_future .flex .future_l .contents .bottom .btn1 {
                margin-top: 40px; } }
    .home_future .flex .future_r {
      flex-basis: 56.5%;
      max-width: 56.5%; }
      @media screen and (max-width: 480px) {
        .home_future .flex .future_r {
          max-width: 100%; } }
      @media screen and (max-width: 897px) {
        .home_future .flex .future_r {
          flex-basis: 49.1%;
          max-width: 49.1%; } }
      .home_future .flex .future_r img {
        width: 100%; }

.sec_person h2,
.home_work h2,
.home_special h2 {
  font-size: 2.38rem;
  color: #1e8fc9;
  text-align: center;
  line-height: 1.2; }
  .sec_person h2:before,
  .home_work h2:before,
  .home_special h2:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    margin-bottom: 10px; }
  .sec_person h2 span,
  .home_work h2 span,
  .home_special h2 span {
    font-size: 1.66rem;
    font-weight: normal;
    display: block; }

.home_work {
  margin-bottom: 100px; }
  .home_work h2:before {
    background-image: url("/recruit/resource/images/common/icon_work.svg");
    width: 51px;
    height: 53px; }
  .home_work .work_box_wrap {
    background-image: url("/recruit/resource/images/common/bg1.png");
    margin-top: 130px; }
  .home_work .work_box_wrap1 .home_work_box {
    flex-direction: row-reverse; }
    .home_work .work_box_wrap1 .home_work_box .image {
      background-image: url("/recruit/resource/images/home/img_home_work1.jpg"); }
      @media screen and (max-width: 897px) {
        .home_work .work_box_wrap1 .home_work_box .image {
          margin-right: 0;
          margin-left: auto;
          transform: translateY(-70px) translateX(5vw); } }
  .home_work .work_box_wrap2 .home_work_box .image {
    background-image: url("/recruit/resource/images/home/img_home_work2.jpg"); }
    @media screen and (max-width: 897px) {
      .home_work .work_box_wrap2 .home_work_box .image {
        margin-lef: 0;
        margin-right: auto;
        transform: translateY(-70px) translateX(-5vw); } }
  .home_work .home_work_box {
    margin-top: 50px; }
    @media screen and (max-width: 897px) {
      .home_work .home_work_box {
        display: block;
        padding-bottom: 60px; } }
    .home_work .home_work_box .text {
      flex-basis: 46.9%;
      max-width: 46.9%;
      padding-left: 6.7%;
      padding-right: 10%;
      padding-top: 40px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 897px) {
        .home_work .home_work_box .text {
          max-width: 100%;
          text-align: center;
          padding-top: 0;
          margin-top: -20px; } }
      @media screen and (max-width: 480px) {
        .home_work .home_work_box .text {
          padding-left: 0;
          padding-right: 0; } }
      .home_work .home_work_box .text .sponly .lg:first-child {
        margin-bottom: 0; }
      .home_work .home_work_box .text p {
        font-size: 0.88rem;
        color: #1e8fc9; }
        @media screen and (max-width: 897px) {
          .home_work .home_work_box .text p {
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .home_work .home_work_box .text p {
            text-align: left;
            padding-left: 5vw;
            padding-right: 5vw; } }
      .home_work .home_work_box .text .btn1 {
        max-width: 243px;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        margin-top: 30px; }
    .home_work .home_work_box .image {
      flex-basis: 53.1%;
      max-width: 53.1%;
      padding-top: 30%;
      background-size: cover;
      background-position: center center;
      transform: translateY(-70px); }
      @media screen and (max-width: 897px) {
        .home_work .home_work_box .image {
          max-width: 82vw;
          padding-top: 40%; } }
      @media screen and (max-width: 480px) {
        .home_work .home_work_box .image {
          width: calc(95vw - 10px);
          max-width: 100%;
          padding-top: 73.8%; } }
.home_special {
  padding-bottom: 270px; }
  @media screen and (max-width: 897px) {
    .home_special {
      padding-bottom: 90px; } }
  @media screen and (max-width: 480px) {
    .home_special {
      padding-bottom: 50px; } }
  .home_special h2:before {
    background-image: url("/recruit/resource/images/common/icon_special.svg");
    width: 46px;
    height: 39px; }
  @media screen and (max-width: 897px) {
    .home_special > .inner {
      padding-left: 0;
      padding-right: 0; } }
  .home_special .special1 {
    background-image: url("/recruit/resource/images/home/bg_special1.jpg");
    background-size: cover;
    background-position: bottom;
    margin-top: 80px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .home_special .special1 {
        background-image: url("/recruit/resource/images/home/bg_special1_sp.jpg"); } }
    .home_special .special1 .flex {
      padding-bottom: 20px;
      flex-direction: row-reverse; }
      @media screen and (max-width: 897px) {
        .home_special .special1 .flex {
          padding-bottom: 50px; } }
      @media screen and (max-width: 480px) {
        .home_special .special1 .flex {
          display: block;
          padding-bottom: 180px; } }
      .home_special .special1 .flex .special1_l {
        margin-left: 40px;
        flex-basis: 39.1%;
        max-width: 39.1%;
        background-image: url("/recruit/resource/images/home/bg_message.jpg");
        background-size: 100% 100%;
        padding: 45px 50px 50px 50px;
        margin-top: -40px;
        position: relative; }
        @media screen and (max-width: 897px) {
          .home_special .special1 .flex .special1_l {
            margin-left: 10px;
            flex-basis: 50%;
            max-width: 50%; } }
        @media screen and (max-width: 480px) {
          .home_special .special1 .flex .special1_l {
            max-width: 100%;
            margin-left: 0;
            width: calc(100% - 10vw);
            margin-left: auto;
            margin-right: auto;
            z-index: 1;
            padding-left: 30px;
            padding-right: 30px;
            margin-bottom: 20px; } }
        .home_special .special1 .flex .special1_l .stamp {
          max-width: 124px;
          position: absolute;
          bottom: 15px;
          right: 10px; }
          @media screen and (max-width: 897px) {
            .home_special .special1 .flex .special1_l .stamp {
              bottom: -25px; } }
          @media screen and (max-width: 480px) {
            .home_special .special1 .flex .special1_l .stamp {
              max-width: 100px;
              bottom: 5px; } }
        .home_special .special1 .flex .special1_l .lg {
          font-size: 0.94rem;
          text-align: center;
          color: #1e8fc9;
          font-weight: bold;
          line-height: 1.4;
          margin-bottom: 40px; }
        .home_special .special1 .flex .special1_l ul li {
          color: #1e8fc9;
          font-size: 0.72rem;
          padding-left: 45px;
          position: relative;
          line-height: 1.4; }
          .home_special .special1 .flex .special1_l ul li:not(:last-child) {
            margin-bottom: 25px; }
          .home_special .special1 .flex .special1_l ul li:after {
            content: "";
            width: 100%;
            height: 2px;
            background-image: url("/recruit/resource/images/home/line1.png");
            background-repeat: repeat-x;
            background-size: contain;
            position: absolute;
            bottom: -7px;
            left: 0; }
          .home_special .special1 .flex .special1_l ul li:before {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            left: 0;
            width: 37px;
            height: 22px;
            background-size: contain;
            background-repeat: no-repeat; }
          .home_special .special1 .flex .special1_l ul li:nth-child(1):before {
            background-image: url("/recruit/resource/images/home/icon_message1.png"); }
          .home_special .special1 .flex .special1_l ul li:nth-child(2):before {
            background-image: url("/recruit/resource/images/home/icon_message2.png"); }
          .home_special .special1 .flex .special1_l ul li:nth-child(3):before {
            background-image: url("/recruit/resource/images/home/icon_message3.png"); }
          .home_special .special1 .flex .special1_l ul li:nth-child(4):before {
            background-image: url("/recruit/resource/images/home/icon_message4.png"); }
          .home_special .special1 .flex .special1_l ul li:nth-child(5):before {
            background-image: url("/recruit/resource/images/home/icon_message5.png"); }
          .home_special .special1 .flex .special1_l ul li:nth-child(6):before {
            background-image: url("/recruit/resource/images/home/icon_message6.png"); }
      .home_special .special1 .flex .special1_r {
        flex-basis: 60.9%;
        max-width: 60.9%;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 897px) {
          .home_special .special1 .flex .special1_r {
            flex-basis: 50%;
            max-width: 50%; } }
        @media screen and (max-width: 480px) {
          .home_special .special1 .flex .special1_r {
            max-width: 100%;
            margin-bottom: 120px;
            z-index: 2; } }
        .home_special .special1 .flex .special1_r .label {
          text-align: center; }
          .home_special .special1 .flex .special1_r .label img {
            max-width: 173px;
            transform: translateY(-25px); }
        .home_special .special1 .flex .special1_r .lg {
          text-align: center;
          font-size: 1.5rem;
          color: #1e8fc9;
          font-weight: bold;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media screen and (max-width: 480px) {
            .home_special .special1 .flex .special1_r .lg {
              font-size: 1.92rem; } }
        .home_special .special1 .flex .special1_r p {
          color: #1e8fc9;
          max-width: 313px;
          margin-left: auto;
          margin-right: auto; }
          @media screen and (max-width: 480px) {
            .home_special .special1 .flex .special1_r p {
              max-width: 252px; } }
    .home_special .special1 .clip {
      position: absolute;
      right: -150px;
      bottom: -120px;
      max-width: 378px;
      width: 32.86vw; }
      @media screen and (max-width: 897px) {
        .home_special .special1 .clip {
          right: -70px; } }
      @media screen and (max-width: 480px) {
        .home_special .special1 .clip {
          max-width: 217px;
          width: 57.8vw; } }
    .home_special .special1 .btn1 {
      max-width: 244px;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      margin-top: 10px; }
  .home_special .special2 {
    margin-top: 100px;
    background-image: url("/recruit/resource/images/common/bg1.png");
    border: 1px solid #1e8fc9;
    padding-right: 7.2%;
    padding-left: 7.2%;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      .home_special .special2 {
        width: calc(100% - 10vw);
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px; } }
  @media screen and (max-width: 897px) and (max-width: 480px) {
    .home_special .special2 {
      margin-top: 120px;
      padding-bottom: 40px; } }
    @media screen and (max-width: 897px) {
      .home_special .special2 > .flex {
        display: block; } }
    .home_special .special2 .label {
      max-width: 194px;
      background-color: #fff;
      display: inline-block;
      transform: translateY(-30px);
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 897px) {
        .home_special .special2 .label {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      .home_special .special2 .label img {
        width: 100%; }
        @media screen and (max-width: 897px) {
          .home_special .special2 .label img {
            max-width: 194px; } }
    .home_special .special2 .special2_l,
    .home_special .special2 .special2_r {
      flex-basis: 50%;
      max-width: 50%; }
      @media screen and (max-width: 897px) {
        .home_special .special2 .special2_l,
        .home_special .special2 .special2_r {
          max-width: 100%; } }
    .home_special .special2 .special2_l {
      text-align: center;
      position: relative;
      z-index: 1;
      padding-bottom: 40px; }
      @media screen and (max-width: 480px) {
        .home_special .special2 .special2_l {
          padding-bottom: 0; } }
      .home_special .special2 .special2_l p {
        color: #1e8fc9;
        max-width: 320px;
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 897px) {
          .home_special .special2 .special2_l p {
            max-width: 100%; } }
      @media screen and (max-width: 897px) {
        .home_special .special2 .special2_l > img {
          max-width: 100%;
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .home_special .special2 .special2_l > img {
          max-width: 80%;
          margin: 30px auto; } }
    .home_special .special2 .special2_r {
      padding-top: 40px; }
      .home_special .special2 .special2_r img {
        width: 100%; }
    .home_special .special2 .clip {
      max-width: 707px;
      width: 61.4vw;
      position: absolute;
      bottom: -130px;
      right: -110px; }
      @media screen and (max-width: 480px) {
        .home_special .special2 .clip {
          width: 87.2vw;
          max-width: 100%;
          position: static; } }
    .home_special .special2 .clip_tab1,
    .home_special .special2 .clip_tab2 {
      position: absolute;
      width: 30vw; }
    .home_special .special2 .clip_tab1 {
      left: -43px;
      top: -80px; }
    .home_special .special2 .clip_tab2 {
      right: -10px;
      top: -60px; }
  .home_special .btn1 {
    max-width: 244px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 20px; }

.home_links .flex {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .home_links .flex {
      display: block; } }
  .home_links .flex > div {
    flex-basis: 48.4%;
    max-width: 48.4%; }
    @media screen and (max-width: 480px) {
      .home_links .flex > div {
        max-width: 100%;
        margin-bottom: 40px; } }
/**
* 6.2 - Message
* -----------------------------------------------------------------------------
*/
.page_message .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_message.svg");
  width: 26px;
  height: 38px; }

.page_message #message {
  padding-bottom: 80px; }
  .page_message #message img {
    max-width: 100%;
    margin-bottom: 50px; }
  .page_message #message img + .center {
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .page_message #message img + .center {
        margin-bottom: 10px; } }
  .page_message #message p {
    color: #1e8fc9;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .page_message #message p {
        letter-spacing: 0;
        text-align: justify; } }
  .page_message #message .name {
    text-align: center;
    font-weight: bold;
    color: #1e8fc9;
    font-size: 1.11rem; }
    .page_message #message .name .sm {
      font-size: 0.88rem; }
    .page_message #message .name .pink {
      color: #e8a5ad;
      font-size: 0.88rem; }
  @media screen and (max-width: 897px) {
    .page_message #message .inner {
      max-width: 569px; } }
  @media screen and (max-width: 480px) {
    .page_message #message .lg_line {
      font-size: 1.4rem; } }
.page_message .innovation_top {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 80px; }
  .page_message .innovation_top .inner {
    position: relative; }
    .page_message .innovation_top .inner .clip1,
    .page_message .innovation_top .inner .clip2 {
      position: absolute; }
    .page_message .innovation_top .inner .clip1 {
      top: 100px;
      right: 3.96vw;
      width: 23.8vw; }
      @media screen and (min-width: 1260px) {
        .page_message .innovation_top .inner .clip1 {
          right: 50px;
          width: 300px; } }
    .page_message .innovation_top .inner .clip2 {
      bottom: -20px;
      left: 10vw;
      width: 15.714285vw; }
      @media screen and (min-width: 1260px) {
        .page_message .innovation_top .inner .clip2 {
          left: 140px;
          width: 198px; } }
    .page_message .innovation_top .inner .clip {
      max-width: 568px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .page_message .innovation_top .title {
    text-align: center;
    margin-bottom: 50px; }
    .page_message .innovation_top .title img {
      max-width: 550px;
      width: 100%; }
  .page_message .innovation_top .lg {
    font-size: 1.22rem;
    text-align: center;
    line-height: 1.6;
    color: #1e8fc9;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .page_message .innovation_top .lg {
        font-size: calc(.3rem + 3.5vw);
        line-height: 1.9; } }
  .page_message .innovation_top .lg + p {
    color: #1e8fc9;
    display: block;
    margin: auto;
    max-width: 30rem;
    font-size: 0.85rem; }
    @media screen and (max-width: 480px) {
      .page_message .innovation_top .lg + p {
        text-align: left; } }
.page_message .innovation_box {
  border: 1px solid #1e8fc9;
  padding: 50px 6.5%;
  box-shadow: 10px 10px 0 #e8f4fa;
  margin-bottom: 60px;
  color: #1e8fc9; }
  @media screen and (max-width: 897px) {
    .page_message .innovation_box {
      padding-left: 12.1%;
      padding-right: 12.1%; } }
  @media screen and (max-width: 480px) {
    .page_message .innovation_box {
      padding-left: 5vw;
      padding-right: 5vw; } }
  .page_message .innovation_box .catch {
    font-size: 1.61rem;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4; }
    .page_message .innovation_box .catch span {
      text-align: left;
      display: inline-block;
      position: relative;
      padding-left: 110px; }
      @media screen and (max-width: 897px) {
        .page_message .innovation_box .catch span {
          text-align: center;
          padding-left: 0; } }
      @media screen and (max-width: 480px) {
        .page_message .innovation_box .catch span {
          font-size: 1.8rem;
          line-height: 1.6;
          padding: 0 1rem;
          text-align: left; } }
      .page_message .innovation_box .catch span:before {
        content: "";
        width: 118px;
        height: 120px;
        background-image: url("/recruit/resource/images/message/icon_heart.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: -20px; }
        @media screen and (max-width: 897px) {
          .page_message .innovation_box .catch span:before {
            display: block;
            position: static;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (max-width: 480px) {
          .page_message .innovation_box .catch span:before {
            width: 83px;
            height: 85px; } }
  @media screen and (max-width: 897px) {
    .page_message .innovation_box .flex {
      display: block; } }
  .page_message .innovation_box .text {
    flex-basis: 57.8%;
    max-width: 57.8%; }
    @media screen and (max-width: 897px) {
      .page_message .innovation_box .text {
        max-width: 100%; } }
  .page_message .innovation_box .image {
    flex-basis: 35.4%;
    max-width: 35.4%; }
    @media screen and (max-width: 897px) {
      .page_message .innovation_box .image {
        max-width: 100%;
        margin: 1.5rem auto; } }
    .page_message .innovation_box .image img {
      width: 100%; }
  .page_message .innovation_box .nav_innovation {
    margin-top: 50px; }
    .page_message .innovation_box .nav_innovation ul {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 897px) {
        .page_message .innovation_box .nav_innovation ul {
          display: block; } }
    .page_message .innovation_box .nav_innovation li {
      display: flex;
      flex-wrap: wrap;
      max-width: 500px;
      height: 4rem;
      padding: 1rem;
      margin: 0 1rem;
      align-items: center;
      color: #1e8fc9;
      font-size: 0.88rem;
      line-height: 1.2;
      border: 1px solid #1e8fc9;
      transition: .2s; }
      .page_message .innovation_box .nav_innovation li span {
        position: relative;
        text-align: left; }
        @media screen and (max-width: 897px) {
          .page_message .innovation_box .nav_innovation li span {
            transform: none; } }
      @media screen and (max-width: 897px) {
        .page_message .innovation_box .nav_innovation li {
          max-width: 100%;
          margin-bottom: 10px; } }
    .page_message .innovation_box .nav_innovation .pdf span {
      padding-left: 60px; }
      @media screen and (max-width: 897px) {
        .page_message .innovation_box .nav_innovation .pdf span {
          padding-left: 70px;
          text-indent: -70px; } }
      @media screen and (max-width: 480px) {
        .page_message .innovation_box .nav_innovation .pdf span {
          text-indent: 0; } }
      .page_message .innovation_box .nav_innovation .pdf span:before {
        content: "";
        width: 53px;
        height: 34px;
        background-image: url("/recruit/resource/images/message/icon_pdf.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        @media screen and (max-width: 897px) {
          .page_message .innovation_box .nav_innovation .pdf span:before {
            position: static;
            display: inline-block;
            transform: none;
            margin-right: 10px;
            vertical-align: middle; } }
        @media screen and (max-width: 480px) {
          .page_message .innovation_box .nav_innovation .pdf span:before {
            position: absolute;
            transform: translateY(-50%); } }
    .page_message .innovation_box .nav_innovation .arrow span:before {
      content: "";
      width: 14px;
      height: 9px;
      background-image: url("/recruit/resource/images/message/arrow1.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .page_message .innovation_box .nav_innovation a {
      flex-grow: 1; }
      .page_message .innovation_box .nav_innovation a:hover li {
        background-color: rgba(255, 197, 197, 0.2);
        border: 1px solid #fff; }
    .page_message .innovation_box .nav_innovation .flex.center {
      justify-content: center; }

.page_message .chara {
  margin-bottom: 3.5rem; }
  .page_message .chara span {
    padding-top: .5em; }
  @media screen and (max-width: 897px) {
    .page_message .chara .image {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 70%; } }
.page_message .clouds_area2 .clouds_l {
  bottom: 60px;
  left: -17vw; }
  @media screen and (max-width: 897px) {
    .page_message .clouds_area2 .clouds_l {
      bottom: -50px;
      left: -29vw; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_l {
      bottom: -100px; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_l .cloud1 span {
      width: 47vw;
      height: 29vw; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_l .cloud2 span {
      width: 47vw;
      height: 29vw; } }
.page_message .clouds_area2 .clouds_r {
  bottom: 90px;
  left: 81%; }
  @media screen and (max-width: 897px) {
    .page_message .clouds_area2 .clouds_r {
      bottom: -50px;
      left: 81%; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_r {
      bottom: -100px; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_r .cloud1 span {
      width: 47vw;
      height: 29vw; } }
  @media screen and (max-width: 480px) {
    .page_message .clouds_area2 .clouds_r .cloud2 span {
      width: 47vw;
      height: 29vw; } }
/**
* 6.3 - Interview
* -----------------------------------------------------------------------------
*/
/**
* 6.4 - Person
* -----------------------------------------------------------------------------
*/
/* Person Top */
.page_person_top .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_person.svg");
  width: 36px;
  height: 38px; }

.page_person_top .person_box_wrap .inner {
  max-width: calc(1280px + 10vw); }

.page_person_top .person_box_wrap .flex {
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .page_person_top .person_box_wrap .flex {
      display: block; } }
  .page_person_top .person_box_wrap .flex .person_box {
    flex-basis: 33%;
    max-width: 33%;
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 897px) {
      .page_person_top .person_box_wrap .flex .person_box {
        flex-basis: 46%;
        max-width: 46%; } }
    @media screen and (max-width: 480px) {
      .page_person_top .person_box_wrap .flex .person_box {
        max-width: 100%; } }
    .page_person_top .person_box_wrap .flex .person_box:nth-child(3n-1) {
      margin-top: 40px; }
      @media screen and (max-width: 897px) {
        .page_person_top .person_box_wrap .flex .person_box:nth-child(3n-1) {
          margin-top: 0; } }
    .page_person_top .person_box_wrap .flex .person_box:nth-child(3n) {
      margin-top: 80px; }
      @media screen and (max-width: 897px) {
        .page_person_top .person_box_wrap .flex .person_box:nth-child(3n) {
          margin-top: 0; } }
    .page_person_top .person_box_wrap .flex .person_box a {
      color: #1e8fc9; }
    .page_person_top .person_box_wrap .flex .person_box .figure {
      z-index: 1;
      position: relative;
      max-width: 297px; }
      @media screen and (max-width: 480px) {
        .page_person_top .person_box_wrap .flex .person_box .figure {
          transform: translateX(5%); } }
    .page_person_top .person_box_wrap .flex .person_box .frame_wrap {
      position: absolute;
      top: 100px;
      left: 13%;
      width: 193px;
      height: 244px;
      transform: rotate(-12deg); }
      @media screen and (max-width: 480px) {
        .page_person_top .person_box_wrap .flex .person_box .frame_wrap {
          left: 12vw; } }
      .page_person_top .person_box_wrap .flex .person_box .frame_wrap .frame {
        border-width: 8px;
        border-style: solid;
        width: 100%;
        height: 100%;
        animation-name: frameSwing;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4)); }
        @media screen and (max-width: 480px) {
          .page_person_top .person_box_wrap .flex .person_box .frame_wrap .frame {
            border-width: 9px; } }
    .page_person_top .person_box_wrap .flex .person_box .text {
      text-align: center;
      margin-bottom: 20px; }
      .page_person_top .person_box_wrap .flex .person_box .text .entry {
        font-size: 0.77rem; }
      .page_person_top .person_box_wrap .flex .person_box .text .name {
        font-size: 1rem; }
        .page_person_top .person_box_wrap .flex .person_box .text .name span {
          font-size: 0.77rem; }
    .page_person_top .person_box_wrap .flex .person_box .btn1 {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      max-width: 220px;
      margin-left: auto;
      margin-right: auto; }
  .page_person_top .person_box_wrap .flex .person_box1 .frame {
    border-color: #6fa04a; }
  .page_person_top .person_box_wrap .flex .person_box2 .frame {
    border-color: #15b3ab; }
  .page_person_top .person_box_wrap .flex .person_box3 .frame {
    border-color: #e38353; }
  .page_person_top .person_box_wrap .flex .person_box4 .frame {
    border-color: #7669a0; }
  .page_person_top .person_box_wrap .flex .person_box5 .frame {
    border-color: #cd809a; }
  .page_person_top .person_box_wrap .flex .person_box6 .frame {
    border-color: #cdac42; }

.page_person_top .person_box_wrap .person_bottom {
  max-width: 772px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .page_person_top .person_box_wrap .person_bottom .flex {
      display: block; } }
  .page_person_top .person_box_wrap .person_bottom .flex > div {
    padding: 0px 40px; }
  .page_person_top .person_box_wrap .person_bottom .flex .image {
    flex-basis: 45%;
    max-width: 45%; }
    @media screen and (max-width: 480px) {
      .page_person_top .person_box_wrap .person_bottom .flex .image {
        max-width: 100%; } }
  .page_person_top .person_box_wrap .person_bottom .flex .text {
    flex-basis: 55%;
    max-width: 55%;
    padding-top: 10px;
    padding-right: 60px; }
    @media screen and (max-width: 480px) {
      .page_person_top .person_box_wrap .person_bottom .flex .text {
        max-width: 100%; } }
    .page_person_top .person_box_wrap .person_bottom .flex .text img {
      margin-top: 10px; }
    .page_person_top .person_box_wrap .person_bottom .flex .text .center {
      line-height: 1.2;
      margin-top: 20px;
      font-weight: normal;
      font-size: 1rem; }
      .page_person_top .person_box_wrap .person_bottom .flex .text .center span {
        font-size: 0.77rem;
        margin-right: 5px; }
  .page_person_top .person_box_wrap .person_bottom .btn1:after {
    background-color: #f5f7f7; }
  .page_person_top .person_box_wrap .person_bottom .btn1:hover:after {
    background-color: rgba(255, 197, 197, 0.2); }

/* Person 共通 */
.page_person .page_title {
  background-image: url("/recruit/resource/images/person/bg_person_title.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .page_person .page_title {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page_person .page_title .inner {
    position: relative; }
    @media screen and (max-width: 897px) {
      .page_person .page_title .inner {
        padding-left: 11vw;
        padding-right: 11vw; } }
    .page_person .page_title .inner .figure_wrap {
      position: absolute;
      bottom: -60px;
      left: 90px;
      z-index: 1; }
      @media screen and (min-width: 1600px) {
        .page_person .page_title .inner .figure_wrap {
          left: 10px; } }
      @media screen and (max-width: 897px) {
        .page_person .page_title .inner .figure_wrap {
          position: relative;
          bottom: 0;
          z-index: 0;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 480px) {
        .page_person .page_title .inner .figure_wrap {
          right: 0;
          left: 16%;
          margin-left: auto;
          margin-right: auto; } }
    .page_person .page_title .inner .figure {
      max-width: 548px;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1600px) {
        .page_person .page_title .inner .figure {
          max-width: 650px; } }
      @media screen and (max-width: 897px) {
        .page_person .page_title .inner .figure {
          max-width: 458px;
          width: 67vw;
          margin-top: -40px; } }
      @media screen and (max-width: 480px) {
        .page_person .page_title .inner .figure {
          width: 76vw;
          transform: translateX(-86px); } }
    .page_person .page_title .inner .frame_wrap {
      position: absolute;
      top: 100px;
      left: 180px;
      width: 281px;
      height: 355px;
      transform: rotate(-12deg); }
      @media screen and (min-width: 1600px) {
        .page_person .page_title .inner .frame_wrap {
          width: 310px;
          height: 430px;
          top: 130px;
          left: 210px; } }
      @media screen and (max-width: 897px) {
        .page_person .page_title .inner .frame_wrap {
          left: 14vw;
          top: 15px;
          width: 42vw;
          max-width: 288px;
          max-height: 355px;
          height: 53vw; } }
      @media screen and (max-width: 480px) {
        .page_person .page_title .inner .frame_wrap {
          width: 45.3vw;
          height: 57vw;
          left: 4px;
          top: 5px; } }
      .page_person .page_title .inner .frame_wrap .frame {
        border-width: 14px;
        border-style: solid;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        animation-name: frameSwing;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
        @media screen and (max-width: 480px) {
          .page_person .page_title .inner .frame_wrap .frame {
            border-width: 9px; } }
  .page_person .page_title .page_title_inner {
    background-image: url("/recruit/resource/images/common/bg1.png");
    padding-left: 7.4%;
    padding-right: 7.4%;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1600px) {
      .page_person .page_title .page_title_inner {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 100%; } }
    @media screen and (max-width: 897px) {
      .page_person .page_title .page_title_inner {
        padding-top: 20px; } }
    @media screen and (max-width: 480px) {
      .page_person .page_title .page_title_inner {
        padding-bottom: 10px; } }
    .page_person .page_title .page_title_inner .contents {
      max-width: 413px;
      width: 48.3%;
      margin-right: 0;
      margin-left: auto;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1600px) {
        .page_person .page_title .page_title_inner .contents {
          max-width: 100%; } }
      @media screen and (max-width: 897px) {
        .page_person .page_title .page_title_inner .contents {
          width: 100%;
          max-width: 100%; } }
      .page_person .page_title .page_title_inner .contents .title {
        text-align: right; }
        @media screen and (max-width: 897px) {
          .page_person .page_title .page_title_inner .contents .title {
            text-align: center; } }
      .page_person .page_title .page_title_inner .contents h2 {
        font-size: 1.27rem;
        border-bottom: 2px solid #e8a5ad;
        display: inline-block;
        width: auto;
        margin-bottom: 40px; }
        @media screen and (min-width: 1600px) {
          .page_person .page_title .page_title_inner .contents h2 {
            font-size: 1.5rem; } }
        .page_person .page_title .page_title_inner .contents h2:before {
          display: none; }
        .page_person .page_title .page_title_inner .contents h2 .en {
          font-size: 1.22rem;
          display: inline-block;
          border-bottom: none;
          vertical-align: middle;
          margin-right: 5px; }
          .page_person .page_title .page_title_inner .contents h2 .en:before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 26px;
            background-image: url("/recruit/resource/images/common/icon_message.svg");
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: sub; }
      .page_person .page_title .page_title_inner .contents .catch {
        color: #fff;
        padding: 20px 7% 20px 12%;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        margin-bottom: 60px; }
        @media screen and (min-width: 1600px) {
          .page_person .page_title .page_title_inner .contents .catch {
            font-size: 1.8rem;
            margin-bottom: 68px; } }
        @media screen and (max-width: 897px) {
          .page_person .page_title .page_title_inner .contents .catch {
            text-align: center;
            line-height: 1.5;
            margin-bottom: 30px;
            margin-top: -50px; } }
        @media screen and (max-width: 480px) {
          .page_person .page_title .page_title_inner .contents .catch {
            font-size: 1.14rem;
            padding-left: 8%;
            padding-right: 8%;
            padding-top: 10px;
            white-space: nowrap; } }
        .page_person .page_title .page_title_inner .contents .catch:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          transform: rotate(-8deg);
          top: 0;
          left: 0;
          z-index: -1; }
      .page_person .page_title .page_title_inner .contents .bottom {
        color: #1e8fc9;
        font-weight: bold;
        padding-left: 30px; }
        @media screen and (max-width: 897px) {
          .page_person .page_title .page_title_inner .contents .bottom {
            text-align: center;
            padding-left: 0px; } }
        .page_person .page_title .page_title_inner .contents .bottom .entry {
          font-size: 0.77rem;
          line-height: 1; }
          @media screen and (min-width: 1600px) {
            .page_person .page_title .page_title_inner .contents .bottom .entry {
              font-size: 1rem; } }
.page_person .lg_line {
  margin-top: 3rem; }

.page_person .interview {
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .page_person .interview {
      padding-bottom: 40px; } }
  .page_person .interview .inner {
    max-width: calc(700px + 10vw); }
    @media screen and (max-width: 897px) {
      .page_person .interview .inner {
        padding-left: 10vw;
        padding-right: 10vw; } }
    .page_person .interview .inner img {
      margin: 40px 0; }
    .page_person .interview .inner p {
      color: #1e8fc9;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .page_person .interview .inner p {
          font-size: 1.08rem; } }
    @media screen and (max-width: 480px) {
      .page_person .interview .inner .thums {
        display: block; } }
    .page_person .interview .inner .thums > div {
      flex-basis: 49.26%;
      max-width: 49.26%; }
      @media screen and (max-width: 480px) {
        .page_person .interview .inner .thums > div {
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .page_person .interview .inner .thums > div img {
          margin-bottom: 10px;
          margin-top: 0; } }
    .page_person .interview .inner .thums + p {
      margin-bottom: 100px; }

.page_person .profile {
  background-image: url("/recruit/resource/images/common/bg1.png"); }
  .page_person .profile .profile_top {
    background-color: #fff;
    border: 1px solid #1e8fc9;
    padding: 30px;
    box-shadow: 10px 10px 0 #e8f4fa;
    margin-top: 80px;
    margin-bottom: 55px; }
    @media screen and (max-width: 897px) {
      .page_person .profile .profile_top {
        padding: 20px; } }
    @media screen and (max-width: 480px) {
      .page_person .profile .profile_top {
        padding: 10px 10px 30px 10px;
        margin-bottom: 0; } }
  .page_person .profile .profile_top_inner {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 7.5%;
    padding-right: 7.5%; }
    @media screen and (max-width: 897px) {
      .page_person .profile .profile_top_inner {
        padding-top: 40px;
        padding-bottom: 27px; } }
    @media screen and (max-width: 480px) {
      .page_person .profile .profile_top_inner {
        background-image: none;
        padding: 0; } }
    .page_person .profile .profile_top_inner .contents {
      background-color: #fff;
      padding: 20px;
      text-align: center;
      color: #1e8fc9;
      max-width: 330px;
      font-weight: bold; }
      @media screen and (max-width: 897px) {
        .page_person .profile .profile_top_inner .contents {
          max-width: 288px; } }
      @media screen and (max-width: 480px) {
        .page_person .profile .profile_top_inner .contents {
          padding: 0;
          max-width: 100%; } }
      .page_person .profile .profile_top_inner .contents .entry {
        height: 24px;
        color: #fff;
        font-size: 0.77rem;
        line-height: 24px;
        display: inline-block;
        padding: 0 10px 0 14px;
        position: relative;
        margin-bottom: 5px; }
        @media screen and (max-width: 480px) {
          .page_person .profile .profile_top_inner .contents .entry {
            margin-top: 30px; } }
        .page_person .profile .profile_top_inner .contents .entry:before, .page_person .profile .profile_top_inner .contents .entry:after {
          top: 50%;
          transform: translateY(-50%);
          content: "";
          position: absolute; }
        .page_person .profile .profile_top_inner .contents .entry:before {
          border-top: 12px solid transparent;
          border-right-width: 12px;
          border-right-style: solid;
          border-bottom: 12px solid transparent;
          left: -12px; }
        .page_person .profile .profile_top_inner .contents .entry:after {
          width: 8px;
          height: 8px;
          position: absolute;
          left: 0px;
          background-color: #fff;
          border-radius: 4px; }
      .page_person .profile .profile_top_inner .contents .name {
        font-size: 1.33rem; }
      .page_person .profile .profile_top_inner .contents .en {
        font-size: 1.38rem;
        font-weight: normal; }
  .page_person .profile .history,
  .page_person .profile .flow {
    padding-bottom: 40px;
    padding-top: 40px; }
    @media screen and (max-width: 897px) {
      .page_person .profile .history,
      .page_person .profile .flow {
        display: block;
        width: calc(100% - 10vw);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 80px; } }
    @media screen and (max-width: 480px) {
      .page_person .profile .history,
      .page_person .profile .flow {
        width: 100%; } }
    .page_person .profile .history .title,
    .page_person .profile .flow .title {
      flex-basis: 30.27%;
      max-width: 30.27%;
      text-align: center; }
      @media screen and (max-width: 897px) {
        .page_person .profile .history .title,
        .page_person .profile .flow .title {
          max-width: 100%;
          margin-bottom: 60px; } }
    .page_person .profile .history .contents,
    .page_person .profile .flow .contents {
      flex-basis: 69.73%;
      max-width: 69.73%; }
      @media screen and (max-width: 897px) {
        .page_person .profile .history .contents,
        .page_person .profile .flow .contents {
          max-width: 100%; } }
  .page_person .profile .history {
    border-bottom: 1px solid #1e8fc9; }
    @media screen and (max-width: 480px) {
      .page_person .profile .history {
        padding-bottom: 0; } }
    .page_person .profile .history .flex {
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .page_person .profile .history .flex {
          display: block; } }
      .page_person .profile .history .flex .box {
        background-color: #fff;
        border: 1px solid #1e8fc9;
        border-radius: 10px;
        padding: 40px 10px;
        text-align: center;
        font-size: 0.88rem;
        color: #1e8fc9;
        margin-right: 8%;
        position: relative;
        flex-basis: 19%;
        max-width: 19%;
        margin-bottom: 75px;
        min-height: 196px; }
        @media screen and (max-width: 897px) {
          .page_person .profile .history .flex .box {
            font-size: 1rem;
            flex-basis: 26%;
            max-width: 26%;
            margin-right: 11%; } }
        @media screen and (max-width: 480px) {
          .page_person .profile .history .flex .box {
            margin-right: 0;
            display: flex;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 0;
            justify-content: space-around;
            margin-bottom: 80px;
            max-width: 100%;
            min-height: auto; } }
        .page_person .profile .history .flex .box .year {
          font-weight: bold; }
          @media screen and (max-width: 480px) {
            .page_person .profile .history .flex .box .year {
              flex-basis: 50%;
              max-width: 50%; } }
          @media screen and (max-width: 480px) {
            .page_person .profile .history .flex .box .year span {
              display: block;
              position: relative;
              top: 50%;
              transform: translateY(-50%); } }
          .page_person .profile .history .flex .box .year span:after {
            content: "";
            width: 30px;
            height: 2px;
            background-color: #e8a5ad;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px; }
            @media screen and (max-width: 480px) {
              .page_person .profile .history .flex .box .year span:after {
                margin-top: 5px; } }
        .page_person .profile .history .flex .box .text {
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .page_person .profile .history .flex .box .text {
              flex-basis: 50%;
              max-width: 50%; } }
          @media screen and (max-width: 480px) {
            .page_person .profile .history .flex .box .text span {
              display: block;
              position: relative;
              top: 50%;
              transform: translateY(-50%); } }
        .page_person .profile .history .flex .box:nth-child(4n) {
          margin-right: 0; }
          .page_person .profile .history .flex .box:nth-child(4n):after {
            display: none; }
            @media screen and (max-width: 897px) {
              .page_person .profile .history .flex .box:nth-child(4n):after {
                display: block; } }
          @media screen and (max-width: 897px) {
            .page_person .profile .history .flex .box:nth-child(4n) {
              margin-right: 11%; } }
        @media screen and (max-width: 897px) {
          .page_person .profile .history .flex .box:nth-child(3n) {
            margin-right: 0; } }
        @media screen and (max-width: 897px) {
          .page_person .profile .history .flex .box:nth-child(3n):after {
            display: none; } }
        .page_person .profile .history .flex .box:not(:last-child):after {
          content: "";
          width: 10px;
          height: 27px;
          background-image: url("/recruit/resource/images/person/arrow1.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: -40px;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 480px) {
            .page_person .profile .history .flex .box:not(:last-child):after {
              bottom: -50px;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto;
              top: auto;
              transform: rotate(90deg); } }
      .page_person .profile .history .flex .box.now .year {
        position: relative; }
        .page_person .profile .history .flex .box.now .year:before {
          position: absolute;
          bottom: 100%;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          background-size: contain;
          background-repeat: no-repeat;
          content: "";
          width: 55px;
          height: 62px; }
  .page_person .profile .flow .tb1 th:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; }
  .page_person .profile .flow .tb1 .clock_0745:before {
    background-image: url("/recruit/resource/images/person/icon_clock_0745.svg"); }
  .page_person .profile .flow .tb1 .clock_0800:before {
    background-image: url("/recruit/resource/images/person/icon_clock_0800.svg"); }
  .page_person .profile .flow .tb1 .clock_0830:before {
    background-image: url("/recruit/resource/images/person/icon_clock_0830.svg"); }
  .page_person .profile .flow .tb1 .clock_0900:before {
    background-image: url("/recruit/resource/images/person/icon_clock_0900.svg"); }
  .page_person .profile .flow .tb1 .clock_1000:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1000.svg"); }
  .page_person .profile .flow .tb1 .clock_1100:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1100.svg"); }
  .page_person .profile .flow .tb1 .clock_1200:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1200.svg"); }
  .page_person .profile .flow .tb1 .clock_1230:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1230.svg"); }
  .page_person .profile .flow .tb1 .clock_1300:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1300.svg"); }
  .page_person .profile .flow .tb1 .clock_1315:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1315.svg"); }
  .page_person .profile .flow .tb1 .clock_1400:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1400.svg"); }
  .page_person .profile .flow .tb1 .clock_1500:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1500.svg"); }
  .page_person .profile .flow .tb1 .clock_1550:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1550.svg"); }
  .page_person .profile .flow .tb1 .clock_1600:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1600.svg"); }
  .page_person .profile .flow .tb1 .clock_1615:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1615.svg"); }
  .page_person .profile .flow .tb1 .clock_1630:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1630.svg"); }
  .page_person .profile .flow .tb1 .clock_1640:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1640.svg"); }
  .page_person .profile .flow .tb1 .clock_1700:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1700.svg"); }
  .page_person .profile .flow .tb1 .clock_1715:before {
    background-image: url("/recruit/resource/images/person/icon_clock_1715.svg"); }

.page_person .private {
  background-image: url("/recruit/resource/images/person/bg_private.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 80px; }
  .page_person .private .flex {
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse; }
    @media screen and (max-width: 897px) {
      .page_person .private .flex {
        display: block; } }
    .page_person .private .flex > div {
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border-radius: 10px; }
    .page_person .private .flex .text {
      flex-basis: 51.3%;
      max-width: 51.3%;
      font-size: 0.88rem;
      color: #1e8fc9;
      padding: 60px 20px; }
      @media screen and (max-width: 897px) {
        .page_person .private .flex .text {
          max-width: 567px;
          font-size: 1rem;
          padding-left: 50px;
          padding-right: 50px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 480px) {
        .page_person .private .flex .text {
          padding: 20px; } }
    .page_person .private .flex .text_inner {
      background-color: #fff;
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
      padding: 30px 20px;
      border-radius: 10px; }
    .page_person .private .flex .image {
      flex-basis: 45.1%;
      max-width: 45.1%;
      padding: 20px 20px 40px 20px;
      text-align: center; }
      @media screen and (max-width: 897px) {
        .page_person .private .flex .image {
          max-width: 433px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; } }
.page_person .sec_person {
  padding-top: 120px; }
  @media screen and (max-width: 480px) {
    .page_person .sec_person {
      padding-top: 40px; } }
.page_person .clouds_area2 .clouds_l {
  top: 30px;
  left: -18vw; }

.page_person .clouds_area2 .clouds_r {
  left: 80%;
  top: 0; }

.page_person .clouds_area1 .clouds_l {
  bottom: -500px; }
  @media screen and (max-width: 897px) {
    .page_person .clouds_area1 .clouds_l {
      bottom: -750px; } }
  @media screen and (max-width: 480px) {
    .page_person .clouds_area1 .clouds_l {
      bottom: -520px; } }
.page_person .clouds_area1 .clouds_r {
  bottom: -480px; }
  @media screen and (max-width: 897px) {
    .page_person .clouds_area1 .clouds_r {
      bottom: -730px; } }
  @media screen and (max-width: 480px) {
    .page_person .clouds_area1 .clouds_r {
      bottom: -520px; } }
/**
* 6.4.1 - Person1
* -----------------------------------------------------------------------------
*/
.page_person1 .page_title_inner .catch {
  background-color: #6f9c4a; }
  .page_person1 .page_title_inner .catch:after {
    background-color: rgba(187, 209, 145, 0.5); }

.page_person1 .page_title .frame {
  border-color: #6f9c4a; }

.page_person1 .profile_top_inner {
  background-image: url("/recruit/resource/images/person1/bg_profile_top.jpg?20240425"); }
  .page_person1 .profile_top_inner .contents .entry {
    background-color: #6f9c4a; }
    .page_person1 .profile_top_inner .contents .entry:before {
      border-right-color: #6f9c4a; }

.page_person1 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person1/bubble_now.svg"); }

.page_person1 .private .flex .text {
  background: none;
  box-shadow: none; }

.page_person1 .private .flex .image {
  box-shadow: none;
  background: none;
  padding: 0; }

/**
* 6.4.2 - Person2
* -----------------------------------------------------------------------------
*/
.page_person2 .page_title_inner .catch {
  background-color: #15b3ab; }
  .page_person2 .page_title_inner .catch:after {
    background-color: rgba(121, 226, 218, 0.5); }

.page_person2 .page_title .frame {
  border-color: #15b3ab; }

.page_person2 .profile_top_inner {
  background-image: url("/recruit/resource/images/person2/bg_profile_top.jpg"); }
  .page_person2 .profile_top_inner .contents .entry {
    background-color: #15b3ab; }
    .page_person2 .profile_top_inner .contents .entry:before {
      border-right-color: #15b3ab; }

.page_person2 .interview .inner .thums {
  margin-bottom: 150px; }

.page_person2 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person2/bubble_now.svg"); }

/**
* 6.4.3 - Person3
* -----------------------------------------------------------------------------
*/
.page_person3 .page_title_inner .catch {
  background-color: #e38353; }
  .page_person3 .page_title_inner .catch:after {
    background-color: rgba(236, 169, 139, 0.5); }

.page_person3 .page_title .inner .frame_wrap {
  top: 50px; }
  @media screen and (max-width: 480px) {
    .page_person3 .page_title .inner .frame_wrap {
      top: -10px; } }
.page_person3 .page_title .inner .frame {
  border-color: #e38353; }

.page_person3 .profile_top_inner {
  background-image: url("/recruit/resource/images/person3/bg_profile_top.jpg"); }
  .page_person3 .profile_top_inner .contents .entry {
    background-color: #e38353; }
    .page_person3 .profile_top_inner .contents .entry:before {
      border-right-color: #e38353; }

.page_person3 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person3/bubble_now.svg"); }

.page_person3 .private .flex .text {
  background: none;
  box-shadow: none; }

.page_person3 .private .flex .image {
  box-shadow: none;
  background: none;
  padding: 0; }

/**
* 6.4.4 - Person4
* -----------------------------------------------------------------------------
*/
.page_person4 .page_title_inner .catch {
  background-color: #76699d; }
  .page_person4 .page_title_inner .catch:after {
    background-color: rgba(177, 168, 211, 0.5); }

.page_person4 .page_title .frame {
  border-color: #76699d; }

.page_person4 .profile_top_inner {
  background-image: url("/recruit/resource/images/person4/bg_profile_top.jpg"); }
  .page_person4 .profile_top_inner .contents .entry {
    background-color: #76699d; }
    .page_person4 .profile_top_inner .contents .entry:before {
      border-right-color: #76699d; }

.page_person4 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person4/bubble_now.svg"); }

.page_person4 .private .flex .text {
  background: none;
  box-shadow: none; }

.page_person4 .private .flex .image {
  box-shadow: none;
  background: none;
  padding: 0; }

/**
* 6.4.5 - Person
* -----------------------------------------------------------------------------
*/
.page_person5 .page_title_inner .catch {
  background-color: #cc8099; }
  .page_person5 .page_title_inner .catch:after {
    background-color: rgba(215, 183, 196, 0.5); }

.page_person5 .page_title .inner .frame_wrap {
  top: 0px; }

.page_person5 .page_title .inner .frame {
  border-color: #cc8099; }

.page_person5 .profile_top_inner {
  background-image: url("/recruit/resource/images/person5/bg_profile_top.jpg"); }
  .page_person5 .profile_top_inner .contents .entry {
    background-color: #cc8099; }
    .page_person5 .profile_top_inner .contents .entry:before {
      border-right-color: #cc8099; }

.page_person5 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person5/bubble_now.svg"); }

.page_person5 .private {
  background-image: url("/recruit/resource/images/person5/bg_private.jpg"); }
  .page_person5 .private .flex .text {
    background: none;
    box-shadow: none; }
  .page_person5 .private .flex .image {
    box-shadow: none;
    background: none;
    padding: 0; }
    .page_person5 .private .flex .image img {
      max-width: 307px; }

.page_person5 .private_bottom .contents_wrap {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding: 1rem;
  margin: 0 7vw; }
  @media screen and (max-width: 480px) {
    .page_person5 .private_bottom .contents_wrap {
      margin: 0 3vw; } }
  .page_person5 .private_bottom .contents_wrap .contents {
    border: 1px solid #1e8fc9;
    padding: 20px; }
    .page_person5 .private_bottom .contents_wrap .contents .flex {
      padding-right: 40px; }
      @media screen and (max-width: 897px) {
        .page_person5 .private_bottom .contents_wrap .contents .flex {
          padding-right: 0; } }
    .page_person5 .private_bottom .contents_wrap .contents .text {
      flex-basis: 72.2%;
      max-width: 72.2%;
      padding: 10px 0 0 0; }
      @media screen and (max-width: 897px) {
        .page_person5 .private_bottom .contents_wrap .contents .text {
          max-width: 100%; } }
    .page_person5 .private_bottom .contents_wrap .contents .thum {
      flex-basis: 17.8%;
      max-width: 17.8%;
      background-color: transparent;
      box-shadow: none; }
      @media screen and (max-width: 897px) {
        .page_person5 .private_bottom .contents_wrap .contents .thum {
          max-width: 100%;
          text-align: center; } }
      @media screen and (max-width: 897px) {
        .page_person5 .private_bottom .contents_wrap .contents .thum img {
          max-width: 153px; } }
/**
* 6.4.6 - Person
* -----------------------------------------------------------------------------
*/
.page_person6 .page_title_inner .catch {
  background-color: #cdac42; }
  .page_person6 .page_title_inner .catch:after {
    background-color: rgba(237, 215, 92, 0.5); }

.page_person6 .page_title .frame {
  border-color: #cdac42; }

.page_person6 .profile_top_inner {
  background-image: url("/recruit/resource/images/person6/bg_profile_top.jpg"); }
  .page_person6 .profile_top_inner .contents .entry {
    background-color: #cdac42; }
    .page_person6 .profile_top_inner .contents .entry:before {
      border-right-color: #cdac42; }

.page_person6 .history .box.now .year:before {
  background-image: url("/recruit/resource/images/person6/bubble_now.svg"); }

.page_person6 .private .flex .text {
  background: none;
  box-shadow: none; }

.page_person6 .private .flex .image {
  box-shadow: none;
  background: none;
  padding: 0; }
  .page_person6 .private .flex .image img {
    max-width: 307px; }

/**
* 6.4.7 - Person
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 897px) {
  .page_person7 .page_title {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%; } }

@media screen and (max-width: 897px) {
  .page_person7 .page_title .inner {
    padding-left: 5vw;
    padding-right: 5vw; } }

.page_person7 .page_title .page_title_inner {
  background-image: url("/recruit/resource/images/person7/bg_page_title.jpg");
  border: 7px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 897px) {
    .page_person7 .page_title .page_title_inner {
      padding-top: 60px;
      padding-bottom: 50px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 480px) {
    .page_person7 .page_title .page_title_inner {
      padding-top: 30px;
      padding-bottom: 30px;
      background-image: url("/recruit/resource/images/person7/bg_page_title_sp.jpg"); } }
  @media screen and (max-width: 897px) {
    .page_person7 .page_title .page_title_inner .contents {
      width: 36vw; } }
  @media screen and (max-width: 480px) {
    .page_person7 .page_title .page_title_inner .contents {
      width: 100%; } }
  .page_person7 .page_title .page_title_inner .contents h2 {
    margin-bottom: 0px; }
    @media screen and (max-width: 480px) {
      .page_person7 .page_title .page_title_inner .contents h2 {
        font-size: 1rem; } }
  .page_person7 .page_title .page_title_inner .contents .title {
    text-align: center;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 897px) {
      .page_person7 .page_title .page_title_inner .contents .title {
        padding-top: 20px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .page_person7 .page_title .page_title_inner .contents .title {
        margin-bottom: 140px; } }
    .page_person7 .page_title .page_title_inner .contents .title .lg {
      font-size: 2.44rem;
      color: #1e8fc9;
      font-weight: bold; }
      @media screen and (max-width: 897px) {
        .page_person7 .page_title .page_title_inner .contents .title .lg {
          font-size: 2rem; } }
    .page_person7 .page_title .page_title_inner .contents .title:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: rotate(-7deg);
      background-color: rgba(255, 255, 255, 0.5);
      z-index: -1; }
  .page_person7 .page_title .page_title_inner .contents p {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 897px) {
      .page_person7 .page_title .page_title_inner .contents p {
        font-size: 1.7vw; } }
.page_person7 .sec_top .figure_wrap {
  position: absolute;
  bottom: 0px;
  left: 150px;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .page_person7 .sec_top .figure_wrap {
      position: relative;
      bottom: 0;
      z-index: 0; } }
.page_person7 .sec_top .figure {
  max-width: 351px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1600px) {
    .page_person7 .sec_top .figure {
      max-width: 380px; } }
  @media screen and (max-width: 897px) {
    .page_person7 .sec_top .figure {
      max-width: 290px;
      transform: translateX(-100px);
      margin-top: -40px; } }
  @media screen and (max-width: 480px) {
    .page_person7 .sec_top .figure {
      width: 84vw;
      max-width: 213px;
      margin-top: 0; } }
.page_person7 .sec_top .frame_wrap {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 281px;
  height: 355px;
  transform: rotate(-12deg); }
  @media screen and (min-width: 1600px) {
    .page_person7 .sec_top .frame_wrap {
      width: 290px;
      height: 400px; } }
  @media screen and (max-width: 897px) {
    .page_person7 .sec_top .frame_wrap {
      left: -80px;
      top: 60px;
      width: 233px;
      height: 294px; } }
  @media screen and (max-width: 480px) {
    .page_person7 .sec_top .frame_wrap {
      width: 169px;
      height: 214px;
      left: -76px;
      top: 65px; } }
  .page_person7 .sec_top .frame_wrap .frame {
    border-width: 14px;
    border-style: solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    animation-name: frameSwing;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
    @media screen and (max-width: 480px) {
      .page_person7 .sec_top .frame_wrap .frame {
        border-width: 9px; } }
.page_person7 .page_title_inner {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-left: 7.4%;
  padding-right: 7.4%;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1024px; }
  @media screen and (min-width: 1600px) {
    .page_person7 .page_title_inner {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 897px) {
    .page_person7 .page_title_inner {
      padding-top: 20px; } }
  @media screen and (max-width: 480px) {
    .page_person7 .page_title_inner {
      padding-bottom: 10px; } }
  .page_person7 .page_title_inner .contents {
    max-width: 430px;
    width: 50.3%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 897px) {
      .page_person7 .page_title_inner .contents {
        width: 60%;
        max-width: 100%; } }
    @media screen and (max-width: 480px) {
      .page_person7 .page_title_inner .contents {
        width: 100%; } }
    .page_person7 .page_title_inner .contents .title {
      text-align: right; }
      @media screen and (max-width: 480px) {
        .page_person7 .page_title_inner .contents .title {
          text-align: center; } }
    .page_person7 .page_title_inner .contents h2 {
      font-size: 1.27rem;
      border-bottom: 2px solid #e8a5ad;
      display: inline-block;
      width: auto;
      margin-bottom: 40px;
      color: #1e8fc9; }
      @media screen and (max-width: 897px) {
        .page_person7 .page_title_inner .contents h2 {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .page_person7 .page_title_inner .contents h2 {
          margin-bottom: 20px; } }
      .page_person7 .page_title_inner .contents h2:before {
        display: none; }
      .page_person7 .page_title_inner .contents h2 .en {
        font-size: 1.22rem;
        display: inline-block;
        border-bottom: none;
        vertical-align: baseline;
        margin-right: 5px;
        font-weight: normal; }
        .page_person7 .page_title_inner .contents h2 .en:before {
          content: "";
          display: inline-block;
          width: 18px;
          height: 26px;
          background-image: url("/recruit/resource/images/common/icon_message.svg");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: sub;
          margin-right: 5px; }
    .page_person7 .page_title_inner .contents .catch {
      color: #fff;
      padding: 20px 5% 20px 10%;
      font-size: 1.5rem;
      font-weight: bold;
      position: relative;
      margin-bottom: 60px; }
      @media screen and (max-width: 897px) {
        .page_person7 .page_title_inner .contents .catch {
          line-height: 1.5;
          margin-bottom: 60px; } }
      @media screen and (max-width: 480px) {
        .page_person7 .page_title_inner .contents .catch {
          font-size: 1.14rem;
          padding-left: 8%;
          padding-right: 8%;
          margin-bottom: 30px; } }
      .page_person7 .page_title_inner .contents .catch:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transform: rotate(-8deg);
        top: 0;
        left: 0;
        z-index: -1; }
    .page_person7 .page_title_inner .contents .bottom {
      color: #1e8fc9;
      font-weight: bold;
      padding-left: 30px; }
      .page_person7 .page_title_inner .contents .bottom .entry {
        font-size: 0.77rem;
        line-height: 1; }

.page_person7 .sec_person7_1 .figure_wrap .frame {
  border-color: #1e8fc9; }

.page_person7 .sec_person7_1 .page_title_inner .contents .catch {
  background-color: #1e8fc9; }
  .page_person7 .sec_person7_1 .page_title_inner .contents .catch:after {
    background-color: rgba(30, 143, 201, 0.3); }

.page_person7 .sec_person7_2 .figure_wrap .frame {
  border-color: #e8a5ad; }

.page_person7 .sec_person7_2 .page_title_inner .contents .catch {
  background-color: #e8a5ad; }
  .page_person7 .sec_person7_2 .page_title_inner .contents .catch:after {
    background-color: rgba(232, 165, 173, 0.3); }

.page_person7 .person7_top {
  padding-top: 100px; }
  @media screen and (max-width: 897px) {
    .page_person7 .person7_top {
      padding-top: 180px; } }
  @media screen and (max-width: 480px) {
    .page_person7 .person7_top {
      padding-top: 100px; } }
  .page_person7 .person7_top p {
    margin-top: 50px;
    color: #1e8fc9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    @media screen and (max-width: 897px) {
      .page_person7 .person7_top p {
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.125rem; } }
.page_person7 .sec_top {
  background-image: url("/recruit/resource/images/common/bg1.png");
  margin-top: 100px; }
  @media screen and (max-width: 897px) {
    .page_person7 .sec_top {
      margin-top: 50px; } }
  .page_person7 .sec_top > .inner {
    position: relative; }

.page_person7 .sec_contents {
  padding-top: 120px; }
  @media screen and (max-width: 480px) {
    .page_person7 .sec_contents {
      padding-top: 40px; } }
  .page_person7 .sec_contents p {
    color: #1e8fc9; }
  .page_person7 .sec_contents img {
    margin: 30px 0; }

.page_person7 .flow {
  margin-top: 100px; }

.page_person7 .private {
  background-image: none;
  background-color: #fff;
  margin-top: 100px; }
  @media screen and (max-width: 480px) {
    .page_person7 .private {
      padding-bottom: 0; } }
  .page_person7 .private .flex {
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #1e8fc9;
    border-radius: 20px;
    flex-direction: row;
    padding: 20px;
    max-width: 100%;
    box-shadow: 10px 10px 0 #e8f4fa; }
    @media screen and (max-width: 897px) {
      .page_person7 .private .flex {
        padding: 50px 50px 30px 50px;
        max-width: 587px; } }
    @media screen and (max-width: 480px) {
      .page_person7 .private .flex {
        padding: 30px 30px 0 30px; } }
    .page_person7 .private .flex > div {
      flex-basis: 50% !important;
      max-width: 50% !important; }
      @media screen and (max-width: 897px) {
        .page_person7 .private .flex > div {
          max-width: 100% !important; } }
    .page_person7 .private .flex .text {
      box-shadow: none;
      padding: 0;
      padding-left: 40px;
      padding-right: 40px; }
      @media screen and (max-width: 480px) {
        .page_person7 .private .flex .text {
          padding-left: 0;
          padding-right: 0; } }
      .page_person7 .private .flex .text .lg {
        font-size: 1.22rem;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.5; }
        @media screen and (max-width: 897px) {
          .page_person7 .private .flex .text .lg {
            text-align: center; } }
        @media screen and (max-width: 480px) {
          .page_person7 .private .flex .text .lg {
            font-size: 1.48rem; } }
    .page_person7 .private .flex .image {
      padding: 0;
      box-shadow: none; }
      @media screen and (max-width: 480px) {
        .page_person7 .private .flex .image {
          margin-top: 20px; } }
      .page_person7 .private .flex .image img {
        margin: 0; }

.page_person7 .clouds_area1 .clouds_l {
  bottom: -320px; }

.page_person7 .clouds_area1 .clouds_r {
  bottom: -300px; }

/**
* 6.5 - Work style
* -----------------------------------------------------------------------------
*/
.page_workstyle .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_work.svg");
  width: 44px;
  height: 45px; }

@media screen and (max-width: 897px) {
  .page_workstyle .sec_top {
    padding-top: 140px; } }

.page_workstyle .sec_top p {
  margin-top: 40px;
  color: #1e8fc9;
  max-width: 592px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.88rem; }
  @media screen and (max-width: 897px) {
    .page_workstyle .sec_top p {
      font-size: 1.08rem; } }
.page_workstyle .sec_top .lg_line .p {
  font-size: 1.83rem; }

/**
* 6.5.1 - Work style1
* -----------------------------------------------------------------------------
*/
.page_workstyle1 .inner {
  padding-left: 5vw;
  padding-right: 5vw; }

@media screen and (max-width: 480px) {
  .page_workstyle1 #torikumi h3 {
    font-size: 9vw; } }

.page_workstyle1 #torikumi .center {
  margin: 3rem 0; }

@media screen and (max-width: 480px) {
  .page_workstyle1 #torikumi .lg_line .p {
    font-size: 1.82rem; } }

@media screen and (max-width: 480px) {
  .page_workstyle1 #torikumi .flex {
    display: block; } }

.page_workstyle1 #torikumi .flex > div {
  margin-bottom: 80px;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  color: #1e8fc9;
  text-align: center; }
  @media screen and (max-width: 897px) {
    .page_workstyle1 #torikumi .flex > div {
      padding-left: 0;
      padding-right: 0;
      flex-basis: 48%; } }
  @media screen and (max-width: 480px) {
    .page_workstyle1 #torikumi .flex > div {
      max-width: 100%; } }
  .page_workstyle1 #torikumi .flex > div h4 {
    text-align: center;
    color: #1e8fc9;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #e8a5ad; }
    @media screen and (max-width: 897px) {
      .page_workstyle1 #torikumi .flex > div h4 {
        font-size: 3vw; } }
    @media screen and (max-width: 480px) {
      .page_workstyle1 #torikumi .flex > div h4 {
        font-size: 6.4vw;
        line-height: 1.4;
        padding-bottom: .5em; } }
    .page_workstyle1 #torikumi .flex > div h4 .sm {
      font-size: 0.6em;
      font-weight: normal; }
  .page_workstyle1 #torikumi .flex > div .image {
    text-align: center;
    margin-bottom: 20px; }
    .page_workstyle1 #torikumi .flex > div .image img {
      max-height: 150px;
      width: 100%; }
    .page_workstyle1 #torikumi .flex > div .image ul li:first-child {
      margin-left: 0; }
    .page_workstyle1 #torikumi .flex > div .image li {
      display: inline-block;
      list-style: none;
      font-size: 1em;
      font-weight: normal;
      margin-left: 1rem; }
  .page_workstyle1 #torikumi .flex > div .text {
    font-size: 1rem;
    text-align: left; }
    .page_workstyle1 #torikumi .flex > div .text .sm {
      font-size: 0.8em; }
    @media screen and (max-width: 897px) {
      .page_workstyle1 #torikumi .flex > div .text {
        font-size: 1rem; } }
  .page_workstyle1 #torikumi .flex > div > img {
    max-width: 243px;
    width: 100%; }

.page_workstyle1 #torikumi .flex .one_column {
  flex-basis: 100%;
  max-width: 100%; }

.page_workstyle1 #torikumi .flex .salary_example .table_container table {
  border: 1px solid #1e8fc9;
  box-sizing: border-box;
  width: 100%; }
  .page_workstyle1 #torikumi .flex .salary_example .table_container table thead th {
    padding: .3em;
    font-size: .812rem;
    width: 100%;
    border: 1px solid #1e8fc9;
    background-color: #e1f7f7; }
  .page_workstyle1 #torikumi .flex .salary_example .table_container table td {
    text-align: center;
    vertical-align: middle;
    padding: 1rem; }
  .page_workstyle1 #torikumi .flex .salary_example .table_container table tbody td {
    width: 50%;
    border-right: 1px solid #1e8fc9; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table tbody td .lg {
      font-size: 2rem; }
    @media screen and (max-width: 480px) {
      .page_workstyle1 #torikumi .flex .salary_example .table_container table tbody td {
        width: 100%;
        display: block; } }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table tbody td > div {
      display: inline-block;
      max-width: 50%;
      margin-right: 2rem; }
  .page_workstyle1 #torikumi .flex .salary_example .table_container table ul {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: .5rem 1.5rem;
    max-width: 50%; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table ul::before, .page_workstyle1 #torikumi .flex .salary_example .table_container table ul::after {
      content: '';
      width: 15px;
      height: 100%;
      position: absolute; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table ul::before {
      border-left: solid 1px #e1f7f7;
      border-top: solid 1px #e1f7f7;
      border-bottom: solid 1px #e1f7f7;
      top: 0;
      left: 0; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table ul::after {
      border-right: solid 1px #e1f7f7;
      border-top: solid 1px #e1f7f7;
      border-bottom: solid 1px #e1f7f7;
      top: 0;
      right: 0; }
  .page_workstyle1 #torikumi .flex .salary_example .table_container table li {
    font-size: 0.75rem;
    line-height: 1.2; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table li dt, .page_workstyle1 #torikumi .flex .salary_example .table_container table li dd {
      display: inline-block;
      padding: .3em 0; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table li dt {
      text-align: left;
      vertical-align: top; }
    .page_workstyle1 #torikumi .flex .salary_example .table_container table li dd {
      text-align: left; }

.page_workstyle1 #torikumi .flex .original_system .container {
  font-size: 0.75rem;
  border: 1px solid #1e8fc9;
  padding: 1rem;
  text-align: center; }
  .page_workstyle1 #torikumi .flex .original_system .container ul {
    display: inline-block;
    text-align: left; }
    .page_workstyle1 #torikumi .flex .original_system .container ul li {
      display: block;
      line-height: 1.4;
      margin: .5em 0;
      padding-left: 1.37em;
      text-indent: -1.37em; }
      .page_workstyle1 #torikumi .flex .original_system .container ul li::before {
        content: "●";
        color: #f7e0e4; }

.page_workstyle1 #faq .faq_box {
  cursor: pointer; }
  .page_workstyle1 #faq .faq_box .question {
    padding: 1rem;
    font-size: 1rem;
    color: #1e8fc9;
    font-weight: bold;
    border-bottom: 1px solid #eaf2f2;
    position: relative;
    transition: border .4s; }
    @media screen and (max-width: 480px) {
      .page_workstyle1 #faq .faq_box .question {
        text-indent: -2.5em;
        padding-left: 3em;
        line-height: 1.4;
        padding-right: 40px; } }
    .page_workstyle1 #faq .faq_box .question span {
      font-size: 1rem;
      color: #e8a5ad;
      margin-right: 14px; }
    .page_workstyle1 #faq .faq_box .question .accordion_icon {
      width: 40px;
      height: 40px; }
  .page_workstyle1 #faq .faq_box .answer {
    color: #1e8fc9;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 60px;
    font-size: 0.88rem;
    display: none; }
  .page_workstyle1 #faq .faq_box:hover .question {
    border-bottom: 1px solid #1e8fc9;
    background-color: #e1f7f7; }

.page_workstyle1 #faq .btn1 {
  max-width: 482px;
  margin-top: 50px; }
  @media screen and (max-width: 897px) {
    .page_workstyle1 #faq .btn1 {
      max-width: 320px; } }
/**
* 6.5.2 - Work style2
* -----------------------------------------------------------------------------
*/
.page_workstyle2 .nav_workstyle {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 .nav_workstyle {
      margin-top: 120px;
      margin-bottom: 100px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .nav_workstyle {
      margin-top: 60px;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .nav_workstyle .flex {
      display: block; } }
  .page_workstyle2 .nav_workstyle .flex li {
    flex-basis: 49%;
    max-width: 49%; }
    @media screen and (max-width: 480px) {
      .page_workstyle2 .nav_workstyle .flex li {
        max-width: 100%;
        margin-bottom: 30px; } }
  @media screen and (max-width: 897px) {
    .page_workstyle2 .nav_workstyle .btn1 {
      padding-top: 2rem;
      padding-bottom: 2rem;
      font-size: 1.1875rem; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .nav_workstyle .btn1 {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
.page_workstyle2 #training .bg {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-top: 60px;
  padding-bottom: 20px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #training .bg {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 #training .bg {
      width: 100% !important; } }
  .page_workstyle2 #training .bg .lg_line {
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #training .bg .lg_line {
        margin-bottom: 0px;
        font-size: 1.92rem; } }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #training .bg .lg_line:last-child {
        margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 #training .bg .p_nar {
      font-size: 1.14rem;
      padding-left: 5vw;
      padding-right: 5vw; } }
.page_workstyle2 #training .flow {
  padding-top: 100px;
  margin-bottom: 200px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #training .flow {
      margin-bottom: 160px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 #training .flow {
      margin-bottom: 100px; } }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #training .flow .lg_line .p {
      font-size: 1.875rem; } }
  .page_workstyle2 #training .flow .box_wrap {
    margin-top: 60px;
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .page_workstyle2 #training .flow .box_wrap:before, .page_workstyle2 #training .flow .box_wrap:after {
      content: "";
      width: 1px;
      position: absolute;
      left: 50px;
      z-index: -1;
      border-left-width: 1px;
      border-left-color: #1e8fc9; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #training .flow .box_wrap:before, .page_workstyle2 #training .flow .box_wrap:after {
          left: 60px; } }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .box_wrap:before, .page_workstyle2 #training .flow .box_wrap:after {
          left: 43px; } }
    .page_workstyle2 #training .flow .box_wrap:before {
      height: 95%;
      border-left-style: solid;
      top: 0; }
    .page_workstyle2 #training .flow .box_wrap:after {
      height: 5%;
      bottom: 0;
      border-left-style: dashed; }
  .page_workstyle2 #training .flow .flow_box {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 897px) {
      .page_workstyle2 #training .flow .flow_box {
        max-width: 580px;
        margin-bottom: 80px; } }
    .page_workstyle2 #training .flow .flow_box .text {
      flex-basis: 55.14%;
      max-width: 55.14%;
      padding-left: 140px;
      color: #1e8fc9; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #training .flow .flow_box .text {
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .flow_box .text {
          font-size: 1.14rem; } }
      .page_workstyle2 #training .flow .flow_box .text h4 {
        margin-bottom: 1rem;
        border-bottom: 1px solid #e8a5ad; }
        @media screen and (max-width: 480px) {
          .page_workstyle2 #training .flow .flow_box .text h4 {
            line-height: 1.5; } }
      .page_workstyle2 #training .flow .flow_box .text p {
        font-size: 0.8888rem; }
    .page_workstyle2 #training .flow .flow_box .program {
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 140px;
      color: #1e8fc9;
      margin-bottom: 5rem; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .flow_box .program {
          font-size: 1.14rem; } }
      .page_workstyle2 #training .flow .flow_box .program ul {
        max-width: 100%;
        border: 1px solid #1e8fc9;
        box-sizing: border-box;
        padding: 1.2rem 1.6rem;
        font-size: 0;
        line-height: 1.4; }
        .page_workstyle2 #training .flow .flow_box .program ul li {
          display: inline-block;
          font-size: 0.7777rem; }
          .page_workstyle2 #training .flow .flow_box .program ul li:not(last-child) {
            margin: .4rem 1rem .4rem 0; }
          .page_workstyle2 #training .flow .flow_box .program ul li::before {
            content: "●";
            color: #f7e0e4; }
    .page_workstyle2 #training .flow .flow_box .image {
      flex-basis: 38.55%;
      max-width: 38.55%; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #training .flow .flow_box .image {
          max-width: 100%; } }
      .page_workstyle2 #training .flow .flow_box .image img {
        width: 100%; }
        @media screen and (max-width: 897px) {
          .page_workstyle2 #training .flow .flow_box .image img {
            max-width: 337px; } }
    .page_workstyle2 #training .flow .flow_box .badge {
      width: 100px;
      height: 100px;
      position: absolute;
      top: -30px;
      left: 0;
      border-radius: 50px;
      border: 1px solid #1e8fc9;
      color: #1e8fc9;
      text-align: center;
      line-height: 100px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .flow_box .badge {
          width: 85px;
          height: 85px;
          line-height: 85px; } }
      .page_workstyle2 #training .flow .flow_box .badge:before {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: "";
        z-index: -1; }
      .page_workstyle2 #training .flow .flow_box .badge:after {
        position: absolute;
        top: 5px;
        left: 5px;
        background-color: #e1f7f7;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: "";
        z-index: -1; }
    .page_workstyle2 #training .flow .flow_box .badge_program {
      width: 30px !important;
      height: 30px !important;
      top: 5px;
      left: 35px;
      border-radius: 25px;
      border: 1px solid #1e8fc9;
      color: #1e8fc9;
      text-align: center;
      line-height: 50px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .flow_box .badge_program {
          width: 85px;
          height: 85px;
          line-height: 85px; } }
      .page_workstyle2 #training .flow .flow_box .badge_program:after {
        position: absolute;
        top: 2px;
        left: 2px;
        background-color: #f7e0e4;
        content: "";
        z-index: -1; }
    .page_workstyle2 #training .flow .flow_box .flex {
      flex-wrap: wrap; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #training .flow .flow_box .flex {
          display: block; } }
      .page_workstyle2 #training .flow .flow_box .flex .text:nth-child(2n) {
        padding-left: 0;
        margin-top: 0;
        flex-basis: 38.55%;
        max-width: 38.55%; }
        @media screen and (max-width: 897px) {
          .page_workstyle2 #training .flow .flow_box .flex .text:nth-child(2n) {
            max-width: 100%;
            padding-left: 140px; } }
        @media screen and (max-width: 480px) {
          .page_workstyle2 #training .flow .flow_box .flex .text:nth-child(2n) {
            padding-left: 100px; } }
      .page_workstyle2 #training .flow .flow_box .flex > div:not(:first-of-type) {
        margin: 3rem 0; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #training .flow .flow_box .flex > div {
          padding-left: 140px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #training .flow .flow_box .flex > div {
          padding-left: 100px; } }
.page_workstyle2 .outside {
  padding-bottom: 80px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 .outside {
      padding-bottom: 150px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .outside {
      padding-bottom: 40px; } }
  .page_workstyle2 .outside .lg_line {
    margin-bottom: 110px; }
    @media screen and (max-width: 897px) {
      .page_workstyle2 .outside .lg_line .p {
        font-size: 1.875rem; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .outside .p_nar {
      font-size: 1.14rem;
      padding-left: 5vw;
      padding-right: 5vw; } }
  .page_workstyle2 .outside .inner {
    max-width: calc(875px + 10vw); }
    .page_workstyle2 .outside .inner > img {
      margin-top: 60px; }

@media screen and (max-width: 897px) {
  .page_workstyle2 .support {
    width: 100vw !important;
    padding-bottom: 15px !important; } }

.page_workstyle2 .support .lg_line {
  margin-bottom: 40px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 .support .lg_line .p {
      font-size: 1.875rem; } }
.page_workstyle2 .support .inner {
  max-width: calc(875px + 10vw); }

.page_workstyle2 .support .box_wrap {
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .page_workstyle2 .support .box_wrap {
      display: block;
      margin-top: 20px; } }
  .page_workstyle2 .support .box_wrap > div {
    flex-basis: 47.54%;
    max-width: 47.54%;
    background-color: #fff;
    border: 1px solid #1e8fc9;
    border-radius: 20px;
    padding: 30px 3.3%;
    color: #1e8fc9;
    margin-bottom: 100px; }
    @media screen and (max-width: 897px) {
      .page_workstyle2 .support .box_wrap > div {
        max-width: 100%;
        margin-bottom: 80px; } }
    @media screen and (max-width: 480px) {
      .page_workstyle2 .support .box_wrap > div {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-bottom: 50px; } }
    .page_workstyle2 .support .box_wrap > div h4 {
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 .support .box_wrap > div h4 {
          font-size: 1.789rem; } }
      .page_workstyle2 .support .box_wrap > div h4:before {
        content: "";
        display: block;
        width: 61px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto; }
    .page_workstyle2 .support .box_wrap > div p {
      font-size: 0.875rem; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 .support .box_wrap > div p {
          font-size: 1rem; } }
    .page_workstyle2 .support .box_wrap > div:nth-child(1) h4:before {
      background-image: url("/recruit/resource/images/workstyle2/icon_support1.svg"); }
    .page_workstyle2 .support .box_wrap > div:nth-child(2) h4:before {
      background-image: url("/recruit/resource/images/workstyle2/icon_support2.svg"); }
    .page_workstyle2 .support .box_wrap > div:nth-child(3) h4:before {
      background-image: url("/recruit/resource/images/workstyle2/icon_support3.svg"); }
    .page_workstyle2 .support .box_wrap > div:nth-child(4) h4:before {
      background-image: url("/recruit/resource/images/workstyle2/icon_support4.svg"); }
    .page_workstyle2 .support .box_wrap > div:nth-child(5) h4:before {
      background-image: url("/recruit/resource/images/workstyle2/icon_support5.svg"); }

.page_workstyle2 #careerstep {
  padding-bottom: 40px; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #careerstep {
      padding-top: 130px;
      padding-bottom: 170px; } }
  @media screen and (max-width: 480px) {
    .page_workstyle2 #careerstep {
      padding-top: 80px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #careerstep h3 {
      margin-bottom: 100px; } }
  .page_workstyle2 #careerstep .inner {
    position: relative;
    max-width: calc(835px + 10vw);
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 897px) {
    .page_workstyle2 #careerstep .step_wrap {
      padding-left: 3vw; } }
  .page_workstyle2 #careerstep .step_box {
    border: 1px solid #1e8fc9;
    border-radius: 27px;
    background-color: #fff;
    box-shadow: 10px 10px 0 #e1f7f7;
    padding: 2.222rem 4%;
    margin-bottom: 100px;
    color: #1e8fc9;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 897px) {
      .page_workstyle2 #careerstep .step_box {
        padding-left: 8%;
        padding-right: 8%; } }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #careerstep .step_box {
        padding-top: 50px; } }
    .page_workstyle2 #careerstep .step_box:last-child:after {
      display: none; }
    .page_workstyle2 #careerstep .step_box:after {
      content: "";
      width: 36px;
      height: 31px;
      background-image: url("/recruit/resource/images/workstyle2/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      bottom: -70px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute; }
    .page_workstyle2 #careerstep .step_box h4 {
      margin-bottom: .5em; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box h4 {
          font-size: 1.4rem;
          line-height: 1.4;
          margin: 1.5em 0 .8em 0; } }
    .page_workstyle2 #careerstep .step_box p {
      line-height: 1.6;
      font-size: 0.8888rem; }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #careerstep .step_box p {
          font-size: 1rem; } }
    .page_workstyle2 #careerstep .step_box .badge {
      width: 100px;
      height: 100px;
      position: absolute;
      top: -50px;
      left: -50px;
      border-radius: 50px;
      border: 1px solid #1e8fc9;
      color: #1e8fc9;
      text-align: center;
      line-height: 100px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box .badge {
          left: -20px; } }
      .page_workstyle2 #careerstep .step_box .badge:before {
        position: absolute;
        top: 5px;
        left: 5px;
        background-color: #e1f7f7;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: "";
        z-index: -1; }
    .page_workstyle2 #careerstep .step_box .person {
      position: absolute;
      bottom: -30px;
      right: 50px; }
      .page_workstyle2 #careerstep .step_box .person img {
        max-width: 160px; }
        @media screen and (max-width: 480px) {
          .page_workstyle2 #careerstep .step_box .person img {
            margin-left: auto;
            margin-right: auto;
            display: block;
            margin-top: 20px; } }
      @media screen and (max-width: 897px) {
        .page_workstyle2 #careerstep .step_box .person {
          bottom: 10px;
          right: 40px; } }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box .person {
          position: static; } }
  .page_workstyle2 #careerstep .step_box_p {
    padding-right: 260px; }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #careerstep .step_box_p {
        padding-right: 0;
        padding-top: 50px; } }
  .page_workstyle2 #careerstep .no_arrow:after {
    display: none; }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #careerstep .no_arrow:after {
        display: block; } }
  .page_workstyle2 #careerstep .step_box_flex {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #careerstep .step_box_flex {
        display: block; } }
    .page_workstyle2 #careerstep .step_box_flex:after {
      content: "";
      width: 36px;
      height: 31px;
      background-image: url("/recruit/resource/images/workstyle2/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      bottom: -70px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute; }
    .page_workstyle2 #careerstep .step_box_flex .step_box {
      flex-basis: 45%;
      max-width: 45%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 5.6%;
      padding-right: 5.6%; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box_flex .step_box {
          max-width: 100%;
          margin-bottom: 100px; } }
      .page_workstyle2 #careerstep .step_box_flex .step_box:before {
        content: "";
        width: 36px;
        height: 31px;
        background-image: url("/recruit/resource/images/workstyle2/arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute; }
        @media screen and (max-width: 480px) {
          .page_workstyle2 #careerstep .step_box_flex .step_box:before {
            display: none; } }
      .page_workstyle2 #careerstep .step_box_flex .step_box:after {
        display: none; }
        @media screen and (max-width: 480px) {
          .page_workstyle2 #careerstep .step_box_flex .step_box:after {
            display: block; } }
    .page_workstyle2 #careerstep .step_box_flex .S3:after {
      display: block !important;
      content: "";
      width: 36px;
      height: 31px;
      background-image: url("/recruit/resource/images/workstyle2/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      left: 0;
      right: -125%;
      transform: rotate(-90deg);
      margin-left: auto;
      margin-right: auto;
      position: absolute; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box_flex .S3:after {
          transform: rotate(0deg);
          top: 115%;
          left: 0;
          right: 0; } }
    .page_workstyle2 #careerstep .step_box_flex.MD1::after {
      right: -55%; }
      @media screen and (max-width: 480px) {
        .page_workstyle2 #careerstep .step_box_flex.MD1::after {
          display: none !important; } }
  .page_workstyle2 #careerstep .clip {
    width: 243px;
    position: absolute;
    bottom: -200px;
    right: -100px; }
    @media screen and (max-width: 897px) {
      .page_workstyle2 #careerstep .clip {
        right: 30px;
        bottom: -320px; } }
    @media screen and (max-width: 480px) {
      .page_workstyle2 #careerstep .clip {
        position: static;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -40px; } }
/**
* 6.7 - Special
* -----------------------------------------------------------------------------
*/
.page_special .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_special.svg");
  width: 38px;
  height: 32px; }

/**
* 6.7.1 - Special1
* -----------------------------------------------------------------------------
*/
.page_special1 #special1_top {
  margin-top: 100px; }
  .page_special1 #special1_top .bg {
    background-image: url("/recruit/resource/images/common/bg1.png");
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .page_special1 #special1_top .bg {
        padding-bottom: 130px;
        padding-left: 5vw;
        padding-right: 5vw; } }
  .page_special1 #special1_top p {
    margin-top: 40px;
    color: #1e8fc9;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.88rem; }
    @media screen and (max-width: 480px) {
      .page_special1 #special1_top p {
        font-size: 1.08rem; } }
  .page_special1 #special1_top .clip {
    width: 300px;
    position: absolute;
    bottom: -80px;
    right: -80px; }
    @media screen and (max-width: 897px) {
      .page_special1 #special1_top .clip {
        bottom: -130px; } }
    @media screen and (max-width: 480px) {
      .page_special1 #special1_top .clip {
        width: 246px;
        bottom: -30px;
        right: -40px; } }
.page_special1 #special1_main {
  margin-top: 120px; }
  .page_special1 #special1_main .inner {
    max-width: calc(1225px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw; }
  .page_special1 #special1_main .flex {
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .page_special1 #special1_main .flex {
        display: block; } }
.page_special1 .letter_box {
  flex-basis: 32.89%;
  max-width: 32.89%;
  background-size: 403px 564px;
  margin-bottom: 10px; }
  @media screen and (max-width: 897px) {
    .page_special1 .letter_box {
      flex-basis: 49%;
      max-width: 49%; } }
  @media screen and (max-width: 480px) {
    .page_special1 .letter_box {
      max-width: 100%;
      padding-bottom: 1px; } }
  .page_special1 .letter_box .outer {
    padding-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 15%;
    width: 74.19%;
    margin-left: auto;
    margin-right: auto; }
    .page_special1 .letter_box .outer .space {
      background-color: #e5e7e6;
      padding-top: 59.8%;
      margin-top: -40px;
      position: absolute;
      bottom: 0;
      z-index: -1;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      left: 0; }
    .page_special1 .letter_box .outer .envelope {
      width: 100%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: 0;
      z-index: 1;
      position: relative; }
  .page_special1 .letter_box .contents {
    background-color: #fff;
    text-align: center;
    color: #1e8fc9;
    padding: 30px 20px 50px 20px;
    border: 13px solid #e1f7f7;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 93.9%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: .5s ease-in-out; }
    .page_special1 .letter_box .contents .lg {
      font-size: 0.88rem;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 25px; }
    .page_special1 .letter_box .contents .name {
      font-size: 0.66rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .page_special1 .letter_box .contents a {
      display: block;
      background-color: #fff2f4;
      color: #1e8fc9;
      font-size: 0.72rem;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      font-weight: bold;
      text-align: left; }
      .page_special1 .letter_box .contents a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 27px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 20px; }
  .page_special1 .letter_box:nth-child(1) {
    background-image: url("/recruit/resource/images/special1/bg1.jpg"); }
    .page_special1 .letter_box:nth-child(1) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail1.png"); }
  .page_special1 .letter_box:nth-child(2) {
    background-image: url("/recruit/resource/images/special1/bg2.jpg"); }
    .page_special1 .letter_box:nth-child(2) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail2.png"); }
  .page_special1 .letter_box:nth-child(3) {
    background-image: url("/recruit/resource/images/special1/bg3.jpg"); }
    .page_special1 .letter_box:nth-child(3) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail3.png"); }
  .page_special1 .letter_box:nth-child(4) {
    background-image: url("/recruit/resource/images/special1/bg4.jpg"); }
    .page_special1 .letter_box:nth-child(4) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail4.png"); }
  .page_special1 .letter_box:nth-child(5) {
    background-image: url("/recruit/resource/images/special1/bg5.jpg"); }
    .page_special1 .letter_box:nth-child(5) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail5.png"); }
  .page_special1 .letter_box:nth-child(6) {
    background-image: url("/recruit/resource/images/special1/bg6.jpg"); }
    .page_special1 .letter_box:nth-child(6) a:before {
      background-image: url("/recruit/resource/images/special1/icon_mail6.png"); }

/* Modal Contents */
.modaal-container {
  background-color: transparent;
  box-shadow: none;
  color: #1e8fc9;
  max-width: 1084px; }

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding-left: 0;
    padding-right: 0; } }

.modaal-noscroll {
  overflow: hidden !important; }

.modaal-close {
  background-color: #fff !important;
  border-radius: 0; }
  .modaal-close:before, .modaal-close:after {
    background: #1e8fc9; }

.modal_top {
  padding: 10%;
  background-color: #fff;
  border-style: solid;
  border-width: 17px; }
  @media screen and (max-width: 480px) {
    .modal_top {
      padding: 8%;
      border-width: .5rem; } }
  .modal_top .flex {
    margin-bottom: 80px; }
    @media screen and (max-width: 897px) {
      .modal_top .flex {
        display: block;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 480px) {
      .modal_top .flex {
        margin-bottom: 30px; } }
    .modal_top .flex .text {
      flex-basis: 45%;
      max-width: 45%;
      text-align: center;
      padding-top: 50px; }
      @media screen and (max-width: 897px) {
        .modal_top .flex .text {
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .modal_top .flex .text {
          padding-top: 0; } }
      .modal_top .flex .text .lg {
        font-size: 1.27rem;
        font-weight: bold;
        margin-bottom: 40px; }
        @media screen and (max-width: 480px) {
          .modal_top .flex .text .lg {
            margin-top: 2.5rem; } }
      .modal_top .flex .text .name {
        font-size: 0.77rem; }
    .modal_top .flex .thum {
      flex-basis: 53.3%;
      max-width: 53.3%; }
      @media screen and (max-width: 897px) {
        .modal_top .flex .thum {
          max-width: 100%;
          margin-top: 30px; } }
  .modal_top p {
    text-align: justify;
    letter-spacing: 0;
    font-feature-settings: "palt";
    letter-spacing: .05em; }

.modal_bottom {
  margin-top: 20px;
  background-image: url("/recruit/resource/images/special1/bg_modal_bottom.jpg");
  padding: 17px;
  background-size: 100% 100%; }
  .modal_bottom .modal_bottom_inner {
    background-color: #fff;
    padding: 5% 10%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .modal_bottom .modal_bottom_inner {
        padding-bottom: 70px; } }
    .modal_bottom .modal_bottom_inner .title {
      font-size: 1.27rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
      font-feature-settings: "palt"; }
    .modal_bottom .modal_bottom_inner .center {
      margin-top: 50px; }
    .modal_bottom .modal_bottom_inner .badge {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 18.75vw; }

.modal_pager {
  margin-top: 45px; }
  .modal_pager button {
    outline: none;
    background: none;
    border: none;
    appearance: none;
    font-size: 0.88rem;
    cursor: pointer;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    text-align: center;
    width: 100%; }
  .modal_pager .flex {
    justify-content: center;
    max-width: 711px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .modal_pager .flex {
        display: block; } }
    .modal_pager .flex > div {
      border: 1px solid #fff;
      margin: 0 5px; }
      .modal_pager .flex > div button {
        display: block;
        padding: 10px;
        font-weight: bold;
        text-align: center; }
    .modal_pager .flex .next,
    .modal_pager .flex .prev {
      color: #fff;
      flex-basis: 175px;
      max-width: 175px; }
      .modal_pager .flex .next a,
      .modal_pager .flex .prev a {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        font-weight: bold;
        font-size: 0.88rem; }
    .modal_pager .flex .close {
      background-color: #fff;
      flex: 1; }
      .modal_pager .flex .close button {
        color: #1e8fc9; }

.modal_wrap1 .modal_top {
  border-color: #dbb63d; }

.modal_wrap2 .modal_top {
  border-color: #5ca4db; }

.modal_wrap3 .modal_top {
  border-color: #9074db; }

.modal_wrap4 .modal_top {
  border-color: #6dd684; }

.modal_wrap5 .modal_top {
  border-color: #db5a96; }

.modal_wrap6 .modal_top {
  border-color: #bb5a4d; }

/**
* 6.7.2 - Special2
* -----------------------------------------------------------------------------
*/
.page_special2 #special2_top {
  margin-top: 100px; }
  .page_special2 #special2_top .bg {
    background-image: url("/recruit/resource/images/common/bg1.png");
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-left: 5.8%;
    padding-right: 5.8%; }
    @media screen and (max-width: 897px) {
      .page_special2 #special2_top .bg {
        padding-bottom: 130px;
        padding-left: 5vw;
        padding-right: 5vw; } }
    @media screen and (max-width: 480px) {
      .page_special2 #special2_top .bg {
        padding-bottom: 50px; } }
  .page_special2 #special2_top p {
    margin-top: 40px;
    color: #1e8fc9;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.88rem; }
    @media screen and (max-width: 897px) {
      .page_special2 #special2_top p {
        font-size: 1.08rem; } }
  .page_special2 #special2_top .flex {
    margin-top: 30px; }
    @media screen and (max-width: 897px) {
      .page_special2 #special2_top .flex {
        display: block; } }
    .page_special2 #special2_top .flex .thum {
      flex-basis: 41%;
      max-width: 41%; }
      @media screen and (max-width: 897px) {
        .page_special2 #special2_top .flex .thum {
          max-width: 367px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; } }
    .page_special2 #special2_top .flex .text {
      max-width: 59%;
      flex-basis: 59%;
      padding-left: 3%;
      font-size: 0.88rem;
      color: #1e8fc9; }
      @media screen and (max-width: 897px) {
        .page_special2 #special2_top .flex .text {
          max-width: 100%;
          font-size: 1rem; } }
.page_special2 #members {
  padding-top: 100px;
  padding-bottom: 80px; }
  .page_special2 #members .title {
    text-align: center;
    color: #1e8fc9;
    font-size: 1.94rem;
    font-weight: bold;
    margin-bottom: 40px; }
    @media screen and (max-width: 897px) {
      .page_special2 #members .title {
        font-size: 1.56rem; } }
  .page_special2 #members > .inner {
    max-width: calc(984px + 10vw); }
  @media screen and (max-width: 897px) {
    .page_special2 #members .flex {
      display: block; } }
  .page_special2 #members .flex > div {
    flex-basis: 30.58%;
    max-width: 30.58%;
    border: 1px solid #1e8fc9;
    padding: 3% 4.4%;
    color: #1e8fc9; }
    @media screen and (max-width: 897px) {
      .page_special2 #members .flex > div {
        max-width: 100%;
        display: flex;
        margin-bottom: 15px; } }
    @media screen and (max-width: 480px) {
      .page_special2 #members .flex > div {
        flex-wrap: wrap;
        padding: 10%;
        padding-top: calc( 12% - 1.75rem); } }
    .page_special2 #members .flex > div .thum {
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 897px) {
        .page_special2 #members .flex > div .thum {
          margin-bottom: 0; } }
      .page_special2 #members .flex > div .thum img {
        max-width: 110px; }
        @media screen and (max-width: 897px) {
          .page_special2 #members .flex > div .thum img {
            max-width: 96px; } }
        @media screen and (max-width: 480px) {
          .page_special2 #members .flex > div .thum img {
            max-width: 85px;
            margin: 1.75rem 0; } }
      @media screen and (max-width: 480px) {
        .page_special2 #members .flex > div .thum {
          flex-basis: 30%;
          max-width: 30%; } }
    .page_special2 #members .flex > div .name {
      font-size: 1rem;
      text-align: center;
      line-height: 1;
      margin-bottom: 20px;
      font-weight: bold; }
      .page_special2 #members .flex > div .name span {
        margin-left: 10px; }
        @media screen and (max-width: 897px) {
          .page_special2 #members .flex > div .name span {
            margin-left: 0; } }
        @media screen and (max-width: 480px) {
          .page_special2 #members .flex > div .name span {
            font-size: 1.14rem; } }
      @media screen and (max-width: 897px) {
        .page_special2 #members .flex > div .name {
          flex-basis: 26%;
          max-width: 26%;
          padding-left: 10px;
          margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .page_special2 #members .flex > div .name {
          flex-basis: 70%;
          max-width: 70%; } }
      @media screen and (max-width: 897px) {
        .page_special2 #members .flex > div .name > span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; } }
    .page_special2 #members .flex > div .name_sub {
      font-size: 0.75rem !important;
      text-align: center;
      line-height: 1.2;
      display: block;
      margin-bottom: 5px;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .page_special2 #members .flex > div .name_sub {
          font-size: 0.95rem !important; } }
    .page_special2 #members .flex > div .text {
      font-size: 0.75rem;
      line-height: 1.5; }
      @media screen and (max-width: 897px) {
        .page_special2 #members .flex > div .text {
          flex: 1;
          font-size: 0.85rem;
          padding-left: 7%; } }
      @media screen and (max-width: 480px) {
        .page_special2 #members .flex > div .text {
          font-size: 0.95rem;
          padding-left: 0; } }
      @media screen and (max-width: 897px) {
        .page_special2 #members .flex > div .text span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          display: block; } }
.page_special2 .sec_talk {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  color: #1e8fc9;
  margin-bottom: 150px; }
  .page_special2 .sec_talk .lg_line {
    margin-bottom: 50px; }
  .page_special2 .sec_talk .question {
    text-indent: -52px;
    padding-left: 52px;
    font-weight: bold;
    font-size: 0.88rem;
    line-height: 1.5;
    margin-top: 80px;
    margin-bottom: 60px; }
    .page_special2 .sec_talk .question:before {
      content: "";
      width: 46px;
      height: 1px;
      background-color: #1e8fc9;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .page_special2 .sec_talk .question {
        font-size: 1.08rem;
        line-height: 1.7; } }
  .page_special2 .sec_talk .talk_box {
    margin-bottom: 40px; }
    .page_special2 .sec_talk .talk_box .text {
      font-size: 0.88rem;
      flex: 1;
      padding-left: 4%;
      line-height: 2;
      letter-spacing: 0;
      font-feature-settings: "pkna"; }
      @media screen and (max-width: 897px) {
        .page_special2 .sec_talk .talk_box .text {
          font-size: 0.9375rem; } }
      @media screen and (max-width: 480px) {
        .page_special2 .sec_talk .talk_box .text {
          font-size: 1rem; } }
    .page_special2 .sec_talk .talk_box .face {
      flex-basis: 65px;
      max-width: 65px;
      text-align: center;
      font-size: 0.75rem; }

.page_special2 .talk_box_wrap {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .page_special2 .talk_box_wrap > .flex {
      display: block; } }
.page_special2 .talk_box_wrap_l {
  flex-basis: 66%;
  max-width: 66%; }
  @media screen and (max-width: 480px) {
    .page_special2 .talk_box_wrap_l {
      max-width: 100%; } }
.page_special2 .talk_box_wrap_r {
  flex-basis: 32%;
  max-width: 32%; }
  @media screen and (max-width: 480px) {
    .page_special2 .talk_box_wrap_r {
      max-width: calc(100% - 80px);
      margin-right: 0;
      margin-left: auto; } }
.page_special2 .catch {
  font-size: 2.72rem;
  margin-bottom: 100px; }
  .page_special2 .catch span {
    color: #1e8fc9; }
    .page_special2 .catch span:before, .page_special2 .catch span:after {
      content: "";
      display: inline-block;
      width: 33px;
      height: 1px;
      background-color: #1e8fc9;
      vertical-align: middle; }
    .page_special2 .catch span:before {
      margin-right: 20px; }
    .page_special2 .catch span:after {
      margin-left: 20px; }

.page_special2 .to_restaurant {
  border: 1px solid #1e8fc9;
  text-align: center;
  padding: 5% 10%; }
  .page_special2 .to_restaurant h3 {
    font-size: 1.33rem;
    color: #1e8fc9; }
    @media screen and (max-width: 480px) {
      .page_special2 .to_restaurant h3 {
        margin-bottom: 20px; } }
    .page_special2 .to_restaurant h3:after {
      display: none; }

/**
* 6.8 - Guideline
* -----------------------------------------------------------------------------
*/
.page_guideline .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_work.svg");
  width: 44px;
  height: 45px; }

@media screen and (max-width: 897px) {
  .page_guideline #require {
    padding-top: 160px; } }

@media screen and (max-width: 480px) {
  .page_guideline #require {
    padding-top: 100px; } }

.page_guideline #require .bg {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 897px) {
    .page_guideline #require .bg {
      width: 90vw;
      margin-left: auto;
      margin-right: auto; } }
  .page_guideline #require .bg p {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    color: #1e8fc9;
    font-size: 0.88rem; }
    @media screen and (max-width: 897px) {
      .page_guideline #require .bg p {
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .page_guideline #require .bg p {
        font-size: 1.08rem; } }
.page_guideline #flow {
  padding-top: 160px;
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .page_guideline #flow {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .page_guideline #flow img {
    max-width: 734px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 100px; }
    @media screen and (max-width: 480px) {
      .page_guideline #flow img {
        margin-top: 50px; } }
.page_guideline .nav_guideline {
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .page_guideline .nav_guideline ul {
      display: block; } }
  .page_guideline .nav_guideline ul li {
    flex-basis: 31.7%;
    max-width: 31.7%; }
    @media screen and (max-width: 480px) {
      .page_guideline .nav_guideline ul li {
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .page_guideline .nav_guideline ul li a {
        font-size: 1.08rem; } }
.page_guideline .tb1 {
  margin-top: 90px;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .page_guideline .tb1 {
      margin-bottom: 60px; } }
  .page_guideline .tb1 th {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .page_guideline .tb1 th {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .page_guideline .tb1 th, .page_guideline .tb1 td {
      display: block; } }
  @media screen and (max-width: 480px) {
    .page_guideline .tb1 tr:first-child th {
      border-top-right-radius: 10px; }
    .page_guideline .tb1 tr:first-child td {
      border-radius: 0;
      border-top: none; }
    .page_guideline .tb1 tr:last-child th {
      border-bottom-left-radius: 0px;
      border-bottom: none; }
    .page_guideline .tb1 tr:last-child td {
      border-top: none;
      border-bottom-left-radius: 10px; }
    .page_guideline .tb1 th {
      border-right: 1px solid #1e8fc9;
      border-bottom: none;
      text-align: left; } }
.page_guideline .tb1 + .center {
  color: #1e8fc9;
  margin-bottom: 40px; }

.page_guideline .buttons {
  justify-content: center;
  margin-top: 80px; }
  @media screen and (max-width: 480px) {
    .page_guideline .buttons {
      display: block; } }
  .page_guideline .buttons > div {
    flex-basis: 47.1%;
    max-width: 47.1%;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 480px) {
      .page_guideline .buttons > div {
        max-width: 100%;
        margin-bottom: 20px; } }
    .page_guideline .buttons > div:first-child a:before {
      content: "";
      width: 24px;
      height: 30px;
      background-image: url(../images/common/icon_entry.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .page_guideline .buttons > div:first-child a span {
      text-align: left;
      display: inline-block;
      line-height: 1.4; }
    .page_guideline .buttons > div:nth-child(2) {
      border: 1px solid #00aaee;
      position: relative; }
      .page_guideline .buttons > div:nth-child(2) a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: .2s; }
        .page_guideline .buttons > div:nth-child(2) a img {
          max-width: 248px; }
          @media screen and (max-width: 480px) {
            .page_guideline .buttons > div:nth-child(2) a img {
              transform: none;
              padding-top: 10px;
              padding-bottom: 10px; } }
        .page_guideline .buttons > div:nth-child(2) a:hover {
          opacity: .6; }

.page_guideline #fresh,
.page_guideline #career,
.page_guideline #parttime {
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .page_guideline #fresh,
    .page_guideline #career,
    .page_guideline #parttime {
      padding-bottom: 60px; } }
.page_guideline #faq .faq_box {
  cursor: pointer; }
  .page_guideline #faq .faq_box .question {
    padding: 1rem;
    font-size: 1rem;
    color: #1e8fc9;
    font-weight: bold;
    border-bottom: 1px solid #eaf2f2;
    position: relative;
    transition: border .4s; }
    @media screen and (max-width: 480px) {
      .page_guideline #faq .faq_box .question {
        text-indent: -2.8em;
        padding-left: 3em;
        line-height: 1.4;
        padding-right: 40px; } }
    .page_guideline #faq .faq_box .question span {
      font-size: 1rem;
      color: #e8a5ad;
      margin-right: 14px; }
    .page_guideline #faq .faq_box .question .accordion_icon {
      width: 40px;
      height: 40px; }
  .page_guideline #faq .faq_box .answer {
    color: #1e8fc9;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 60px;
    font-size: 0.88rem;
    display: none; }
    @media screen and (max-width: 480px) {
      .page_guideline #faq .faq_box .answer {
        padding-left: 3em;
        padding-right: .3em; } }
  .page_guideline #faq .faq_box:hover .question {
    border-bottom: 1px solid #1e8fc9;
    background-color: #e1f7f7; }

.page_guideline #faq .btn1 {
  max-width: 482px;
  margin-top: 50px; }
  @media screen and (max-width: 897px) {
    .page_guideline #faq .btn1 {
      max-width: 320px; } }
/**
* 6.9 - Entry
* -----------------------------------------------------------------------------
*/
.page_entry .page_title h2 .en:before {
  background-image: url("/recruit/resource/images/common/icon_entry.svg");
  width: 35px;
  height: 44px; }

@media screen and (max-width: 480px) {
  .page_entry .page_title h2 {
    font-size: 1.7rem; } }

.page_entry #flow {
  padding-bottom: 100px; }
  @media screen and (max-width: 897px) {
    .page_entry #flow {
      padding-top: 140px; } }
  .page_entry #flow .inner {
    max-width: calc(800px + 10vw); }
  .page_entry #flow img {
    max-width: 701px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .page_entry #flow img {
        max-width: 100%; } }
  .page_entry #flow p {
    font-size: 0.72rem;
    color: #1e8fc9;
    margin-top: 10px; }

.page_entry #schedule {
  background-image: url("/recruit/resource/images/common/bg1.png");
  padding-bottom: 60px;
  margin-top: 5rem; }
  .page_entry #schedule .schedule_wrap {
    max-width: 960px;
    background-color: #e1f7f7;
    border: 1px solid #1e8fc9;
    border-radius: 15px;
    padding: 20px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; }
  .page_entry #schedule .schedule_inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .page_entry #schedule .tb_schedule {
    border-radius: 10px;
    border: 1px solid #1e8fc9;
    border-collapse: separate;
    overflow: hidden; }
    .page_entry #schedule .tb_schedule tr {
      border-bottom: 1px dashed #1e8fc9; }
      .page_entry #schedule .tb_schedule tr th, .page_entry #schedule .tb_schedule tr td {
        color: #1e8fc9;
        font-size: 0.88rem;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff; }
        @media screen and (max-width: 480px) {
          .page_entry #schedule .tb_schedule tr th, .page_entry #schedule .tb_schedule tr td {
            display: block;
            padding-left: 20px;
            padding-right: 20px; } }
      @media screen and (max-width: 480px) {
        .page_entry #schedule .tb_schedule tr th {
          border-bottom: none !important;
          text-align: left;
          padding-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .page_entry #schedule .tb_schedule tr td {
          padding-top: 5px; } }
      .page_entry #schedule .tb_schedule tr td .url {
        margin-left: 10px; }
        .page_entry #schedule .tb_schedule tr td .url a {
          color: #1e8fc9 !important; }
      .page_entry #schedule .tb_schedule tr:not(:last-child) th, .page_entry #schedule .tb_schedule tr:not(:last-child) td {
        border-bottom: 1px dashed #1e8fc9; }

.page_entry #entry_form {
  padding-top: 100px;
  padding-bottom: 100px; }
  .page_entry #entry_form .submit {
    max-width: 335px;
    background-color: transparent;
    cursor: pointer; }

.page_entry .tb_entry {
  margin-top: 100px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .page_entry .tb_entry {
      margin-bottom: 40px; } }
  .page_entry .tb_entry th, .page_entry .tb_entry td {
    color: #1e8fc9;
    font-size: 0.88rem;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (max-width: 480px) {
      .page_entry .tb_entry th, .page_entry .tb_entry td {
        display: block;
        font-size: 1.08rem; } }
    .page_entry .tb_entry th > div, .page_entry .tb_entry td > div {
      position: relative; }
      @media screen and (max-width: 480px) {
        .page_entry .tb_entry th > div, .page_entry .tb_entry td > div {
          display: inline-block; } }
    .page_entry .tb_entry th .req, .page_entry .tb_entry td .req {
      position: absolute;
      right: -50px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e8a5ad;
      font-size: 0.66rem;
      color: #fff;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      line-height: 1;
      padding-top: 4px;
      padding-bottom: 4px; }
  .page_entry .tb_entry th {
    width: 1px;
    white-space: nowrap;
    text-align: right;
    position: relative;
    padding-right: 80px;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .page_entry .tb_entry th {
        width: 100%;
        text-align: left; } }
  @media screen and (max-width: 480px) {
    .page_entry .tb_entry td {
      padding-top: 0; } }
  .page_entry .tb_entry td input[type="text"],
  .page_entry .tb_entry td textarea {
    width: 100%;
    padding: 7px 10px;
    font-size: 1.2rem;
    background-color: #f2fcfc;
    border: 1px solid #dcf2f2;
    border-radius: 5px;
    box-sizing: border-box; }
    .page_entry .tb_entry td input[type="text"]:focus,
    .page_entry .tb_entry td textarea:focus {
      border: 1px solid #ffc5c5;
      background-color: #fff;
      outline: none; }
    .page_entry .tb_entry td input[type="text"]::placeholder,
    .page_entry .tb_entry td textarea::placeholder {
      color: #abc8d6;
      font-size: 16px;
      font-family: dnp-shuei-mgothic-std, sans-serif; }
    .page_entry .tb_entry td input[type="text"]:-ms-input-placeholder,
    .page_entry .tb_entry td textarea:-ms-input-placeholder {
      color: #abc8d6;
      font-size: 16px;
      font-family: dnp-shuei-mgothic-std, sans-serif; }
    .page_entry .tb_entry td input[type="text"]::-ms-input-placeholder,
    .page_entry .tb_entry td textarea::-ms-input-placeholder {
      color: #abc8d6;
      font-size: 16px;
      font-family: dnp-shuei-mgothic-std, sans-serif; }
  .page_entry .tb_entry td input[type="radio"] {
    display: none; }
  .page_entry .tb_entry td input[type="radio"] + .circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccf0ef; }
  .page_entry .tb_entry td input[type="radio"]:checked + .circle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1e8fc9; }
  .page_entry .tb_entry td textarea {
    height: 220px; }
  .page_entry .tb_entry td label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 22px; }
    .page_entry .tb_entry td label:not(:last-child) {
      margin-right: 20px; }
    @media screen and (max-width: 480px) {
      .page_entry .tb_entry td label {
        display: block; } }
  .page_entry .tb_entry td .sec_orientation,
  .page_entry .tb_entry td .sec_entry {
    background-color: #f2fcfc;
    border: 1px solid #dcf2f2;
    border-radius: 3px;
    padding: 20px;
    margin-top: 5px; }
    .page_entry .tb_entry td .sec_orientation label,
    .page_entry .tb_entry td .sec_entry label {
      background-color: #fff;
      margin-bottom: 10px;
      border: 1px solid #dcf2f2;
      padding: 6px 20px;
      display: block;
      width: 100%;
      border-radius: 5px;
      padding-left: 32px; }
      .page_entry .tb_entry td .sec_orientation label.active,
      .page_entry .tb_entry td .sec_entry label.active {
        background-color: #ffffea; }
      .page_entry .tb_entry td .sec_orientation label input[type="radio"]:checked + .circle:after,
      .page_entry .tb_entry td .sec_entry label input[type="radio"]:checked + .circle:after {
        left: 13px; }
      .page_entry .tb_entry td .sec_orientation label .circle:before,
      .page_entry .tb_entry td .sec_entry label .circle:before {
        left: 10px; }
      @media screen and (max-width: 480px) {
        .page_entry .tb_entry td .sec_orientation label .date,
        .page_entry .tb_entry td .sec_orientation label .time,
        .page_entry .tb_entry td .sec_orientation label .place,
        .page_entry .tb_entry td .sec_entry label .date,
        .page_entry .tb_entry td .sec_entry label .time,
        .page_entry .tb_entry td .sec_entry label .place {
          display: block; } }
    .page_entry .tb_entry td .sec_orientation p,
    .page_entry .tb_entry td .sec_entry p {
      font-size: 0.77rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .page_entry .tb_entry td .sec_orientation p,
        .page_entry .tb_entry td .sec_entry p {
          font-size: 0.94rem; } }
    .page_entry .tb_entry td .sec_orientation .req,
    .page_entry .tb_entry td .sec_entry .req {
      display: inline-block;
      position: static;
      margin-left: 10px;
      vertical-align: middle;
      transform: none; }
  .page_entry .tb_entry td .sec_entry .flex {
    flex-wrap: wrap; }
    @media screen and (max-width: 897px) {
      .page_entry .tb_entry td .sec_entry .flex {
        display: block; } }
    .page_entry .tb_entry td .sec_entry .flex label {
      flex-basis: 49%;
      max-width: 49%;
      margin-right: 0; }
      @media screen and (max-width: 897px) {
        .page_entry .tb_entry td .sec_entry .flex label {
          max-width: 100%; } }
  .page_entry .tb_entry td .sec_orientation label {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 12px 16px;
    padding-left: 36px; }
    .page_entry .tb_entry td .sec_orientation label a {
      color: #1E8FC9;
      pointer-events: none;
      cursor: text; }
  .page_entry .tb_entry td .sec_inspection {
    background-color: #f2fcfc;
    border: 1px solid #dcf2f2;
    border-radius: 3px;
    padding: 20px;
    margin-top: 5px; }
    .page_entry .tb_entry td .sec_inspection select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #fff;
      border: 1px solid #dcf2f2;
      display: inline-block;
      line-height: 1.4em;
      padding: 5px 40px 5px 10px;
      font-size: 0.88rem;
      color: #1e8fc9;
      position: relative;
      background-image: url("/recruit/resource/images/entry/arrow1.svg");
      background-repeat: no-repeat;
      background-size: 8px 4px;
      background-position: calc(100% - 10px) center; }
  .page_entry .tb_entry .tr_inspection th {
    vertical-align: middle; }
  .page_entry .tb_entry .tr_school,
  .page_entry .tb_entry .tr_graduate,
  .page_entry .tb_entry .tr_department,
  .page_entry .tb_entry .tr_remark {
    display: none; }
  .page_entry .tb_entry .tr_remark textarea {
    height: 110px; }

.page_entry .sec_tel_inner {
  border: 1px solid #1e8fc9;
  padding: 50px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page_entry .sec_tel_inner {
      padding: 10px; } }
  .page_entry .sec_tel_inner .tel {
    background-color: #e1f7f7;
    color: #1e8fc9;
    font-size: 1.77rem;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }

/* 確認画面 */
.page_entry_confirm h2 {
  font-size: 1rem; }

.page_entry_confirm .btn1 {
  max-width: 200px; }

.page_entry_confirm .submit_area {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page_entry_confirm .submit_area .flex {
    justify-content: center; }
    .page_entry_confirm .submit_area .flex li {
      flex-basis: 200px;
      max-width: 200px;
      margin: 0 10px; }

/*# sourceMappingURL=style.css.map */