/*!
Theme Name: AIWA RECRUITMENT THEME
Theme URI: 
Author:  BPS Co.,Ltd.
Author URI: http://www.bpsinc.jp/
Description: 
Version: 1.0
License: 
License URI: 
*/

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #535353;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin-top: 90px;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

.logged-in #header {
  margin-top: 32px;
}

::-moz-selection {
  background: #1F73E2;
  color: #fff;
}

::selection {
  background: #1F73E2;
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: """";
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
  vertical-align: bottom;
  transition: .6s;
}

a img:hover {
  opacity: 0.6;
}

img, figure {
  border: 0;
  margin: 0;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

/*--------------------------------------------------------------
COMMON
--------------------------------------------------------------*/

/* font style  ------------------------- */
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.italics {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 30px;
  display: block;
}

h2.serif,
h2 .serif {
  font-size: 40px;
}

h3.serif {
  font-size: 24px;
}

.std-blue {
  color: #1F73E2;
}

.light-blue {
  color: #4DD0F9;
}

.dark-blue {
  color: #14314D;
}

.en {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
  display: inline-block;
}

.small-txt {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}

.large-txt {
  font-size: 58px;
}

.white-txt {
  color: #fff;
}

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

.right-txt {
  text-align: right;
}

.breadcrumbs span {
  font-size: 14px;
}

.breadcrumbs>span {
  margin: 0 20px;
}

.breadcrumbs>span:first-child {
  margin: 0 20px 0 0;
}

.breadcrumbs span.current-item {
  font-weight: bold;
  font-weight: 800;
}

.breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.red {
  color: #FF1A1A;
}

strong,
.bold-txt {
  font-weight: bold;
  font-weight: 800;
}

.thin-height {
  line-height: 1.5;
}

.page p.thin-height {
  line-height: 1.5;
}

/* link style  ------------------------- */
a.italics, a.italics:visited, a.italics:active {
  color: #1F73E2;
}

.arrow-up,
.arrow-down,
.arrow-right,
.arrow-white,
.arrow-left {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  vertical-align: middle;
}

.arrow-up {
  padding: 0;
  width: 10px;
  height: 6px;
}

.arrow-left {
  padding: 0 0 0 20px;
}

.arrow-up::before,
.arrow-down::before,
.arrow-right::before,
.arrow-white::before,
.arrow-left::before {
  position: absolute;
  top: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  transition: .4s;
}

.arrow-up::before {
  right: 0;
  top: 0;
  border-top: 2px solid #14314D;
  border-right: 2px solid #14314D;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-down::before {
  right: 3px;
  top: 4px;
  border-bottom: 2px solid #1F73E2;
  border-right: 2px solid #1F73E2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-right::before {
  right: 3px;
  top: 7px;
  border-bottom: 2px solid #1F73E2;
  border-right: 2px solid #1F73E2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.entry-step-bar li.arrow-right::before {
  border-bottom: 2px solid #ABABAB;
  border-right: 2px solid #ABABAB;
  right: -11%;
  top: 40%;
}

.arrow-white::before {
  right: 3px;
  top: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-left::before {
  left: 0px;
  top: 5px;
  border-left: 2px solid #1F73E2;
  border-top: 2px solid #1F73E2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-right:hover,
.arrow-left:hover {
  transition: .4s;
}

.arrow-right:hover::before {
  right: -5px;
}

.arrow-left:hover::before {
  left: -10px;
}

a.blue-btn {
  background: #1F73E2;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 230px;
  text-align: center;
  padding: 18px;
  border: 2px solid #1F73E2;
  /* hoverで突然存在感ある線が現れないようにあらかじめ透明な線を設定 */
  transition: .4s;
}

a.blue-btn:active,
a.blue-btn:link,
a.blue-btn:visited {
  color: #fff;
}

a.blue-btn:hover {
  -webkit-transition: .4s;
  transition: .4s;

  border: 2px solid #4DD0F9;
  background: #4DD0F9;
}

a.border-btn {
  background: #fff;
  border: 2px solid #1F73E2;
  display: block;
  width: 100%;
  max-width: 230px;
  text-align: center;
  padding: 18px;
}

a.border-btn:active,
a.border-btn:link,
a.border-btn:visited {
  color: #1F73E2;
}

a.border-btn:hover {
  -webkit-transition: .4s;
  transition: .4s;

  color: #ffffff;
  border: 2px solid #4DD0F9;
  background: #4DD0F9;
}

.border-btn>.arrow-down {
  color: inherit;
}

.border-btn:hover>.arrow-down::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

a.icon-new-window {
  position: relative;
  padding-right: 20px;
}

a.icon-new-window::after,
a.icon-new-window::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
}

a.icon-new-window::after {
  top: 5px;
  right: 8px;
}

a.icon-new-window::before {
  top: 7px;
  right: 6px;
}

.underline {
  position: relative;
}

.underline:hover,
.underline:focus,
.underline:active {
  cursor: pointer;
}

.underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #1F73E2;
  width: 0;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  width: 100%;
}

.current.underline::after {
  width: 100%;
}

@media (max-width:1200px) {
  .underline:hover {
    color: #1F73E2;
  }

  .underline::after {
    display: none;
  }

  .current.underline {
    color: #1F73E2;
  }
}

a.txt-underline {
  color: #1F73E2;
  text-decoration: underline;
}

a.txt-underline:hover {
  text-decoration: none;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

/* layout style  ------------------------- */
.sp-only,
.sp-only-inline {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.divide-area .wrapper {
  padding: 200px 0 100px 0;
}

.divide-area img {
  max-width: 100%;
  height: auto;
}

img.retina-img {
  zoom: 0.5;
}

.left-border,
.right-border,
.bottom-border {
  position: relative;
}

.right-border::before,
.left-border::before,
.bottom-border::before {
  content: "";
  position: absolute;
}

.left-border {
  padding-left: 24px;
}

.left-border::before {
  height: 87%;
  width: 4px;
  left: 0;
  top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DD0F9), color-stop(80%, #4DD0F9), color-stop(20%, #5E98FE), to(#5E98FE));
  background-image: linear-gradient(to bottom, #4DD0F9 0%, #4DD0F9 80%, #5E98FE 20%, #5E98FE 100%);
}

.right-border::before {
  height: 4px;
  width: 90px;
  right: -100px;
  top: 9px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4DD0F9), color-stop(80%, #4DD0F9), color-stop(20%, #5E98FE), to(#5E98FE));
  background-image: linear-gradient(to right, #4DD0F9 0%, #4DD0F9 80%, #5E98FE 20%, #5E98FE 100%);
}

.bottom-border {
  padding-bottom: 30px;
}

.bottom-border::before {
  height: 4px;
  width: 90px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#4DD0F9), color-stop(80%, #4DD0F9), color-stop(20%, #5E98FE), to(#5E98FE));
  background-image: linear-gradient(to right, #4DD0F9 0%, #4DD0F9 80%, #5E98FE 20%, #5E98FE 100%);
}

.h-right {
  display: block;
  text-align: right;
  margin-left: auto;
}

.blue-circle {
  background: #E9F6FF;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  width: 158px;
  height: 158px;
}

.column-2.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2>li {
  width: 48%;
  margin-right: 4%;
}

.column-2>figure,
.column-2>div {
  width: 47%;
  margin-right: 6%;
}

.column-2>li:nth-child(2n),
.column-2>div:nth-child(2n),
.column-2>figure:nth-child(2n) {
  margin-right: 0;
}

.column-2>li img {
  margin-bottom: 20px;
}

.column-2>figure img {
  width: 100%;
  height: auto;
}

.column-2.replace>*:nth-child(odd) {
  order: 2;
  margin-right: 0;
}

.column-2.replace>*:nth-child(even) {
  order: 1;
  margin-right: 6%;
}

.column-2.diff-size>figure {
  width: 30%;
}

.column-2.diff-size>div {
  width: 64%;
}

.column-3>li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.column-3>li:nth-child(3n) {
  margin-right: 0;
}

.column-3>li img {
  margin-bottom: 20px;
}

.wrapper iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.youtube {
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.narrow-wrapper .youtube img {
  margin-bottom: 0;
  vertical-align: bottom;
}

.youtube::after {
  position: absolute;
  content: "";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.youtube::before {
  content: "▲";
  color: #fff;
  position: absolute;
  top: calc(50% - 20px);
  bottom: 50%;
  left: calc(50% - 30px);
  right: 50%;
  margin: auto;
  font-size: 40px;
  z-index: 20;
  transform: rotate(-30deg);
}

.youtube:hover::after {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blue-bg-wrap {
  background: #E9F6FF;
  padding: 10px;
}

.std-dl .blue-bg-wrap {
  margin-top: 20px;
}

/* Subordinate page style  ------------------------- */
.light-blue-bg {
  background: #1F73E2;
}

.interview-wrapper.layout {
  padding: 100px 0 0 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.interview-wrapper:last-child {
  padding: 100px 0;
}

/* flex layout style  ------------------------- */
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*flexbox 強制改行*/
.layout>.spacer {
  width: 100%;
}

/* TAB style  ------------------------- */
@media (max-width: 1200px) {
  body {
    margin-top: 70px;
  }

  .wrapper {
    width: 100%;
    padding: 0 5%;
    margin: 0;
  }

  .narrow-wrapper.wrapper {
    padding: 160px 5%;
  }
}

/* SP style  ------------------------- */
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .sp-only-inline {
    display: inline;
  }

  .pc-only,
  .pc-only-inline {
    display: none;
  }
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#toggle {
  display: none;
}

#header {
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #C2C2C2;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
}

#header.layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#logo {
  width: 280px;
  padding-left: 50px;
}

#logo img {
  zoom: 0.5;
}

.header-menu {
  width: auto;
  -ms-grid-row-align: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.header-menu.layout {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-menu-list {
  width: 100%;
  -ms-grid-row-align: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.header-menu-list.layout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-menu-list li {
  -ms-grid-row-align: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  margin-right: 1px;
}

.header-menu-list li.link-entry {
  margin-right: 0;
}

.header-menu-list li a {
  color: #14314D;
  display: block;
  height: 100%;
  line-height: 78px;
  padding: 0 20px;
  font-weight: bold;
  font-weight: 800;
  font-size: 14px;
}

.header-menu-list li.link-entry>a {
  background: #1F73E2;
  padding: 18px 20px 0 20px;
  text-align: center;
  transition: .3s;
  width: 170px;
  line-height: 1;
}

.header-menu-list li.link-entry>a>span {
  color: #FFFFFF;
  display: block;
}

.header-menu-list li.link-entry a>span.sub-txt {
  font-size: 12px;
}

.header-menu-list li.link-entry a>span.main-txt {
  font-size: 16px;
  font-weight: 800;
}

.header-menu-list li.link-entry.tour a {
  padding: 18px 25px 0 25px;
  background: #12c6ff;
}

.header-menu-list li.link-entry>a:hover {
  transition: .6s;

  color: #ffffff;
  background: #14314d;
}

.header-menu-list li:nth-child(6) {
  padding-right: 10px;
}

.header-menu-list li .child-list {
  position: absolute;
}

.header-menu-list li.link-entry .child-list {
  right: 0;
}

.header-menu-list li .child-list li {
  visibility: hidden;
  height: 0;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  opacity: 0;
}

.header-menu-list li .child-list li a {
  height: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #C2C2C2;
  width: 240px;
  line-height: 3;
  margin-top: -1px;

  -webkit-transition: .4s;
  transition: .4s;
}

.header-menu-list li .child-list li:first-child a {
  margin-top: 0;
}

.header-menu-list li .child-list li a:hover {
  background: #E9F6FF;
}

.header-menu-list li:hover .child-list li {
  visibility: visible;
  opacity: 1;
  height: 60px;
}

.header-menu-list li .child-list>li.detail-link a {
  color: #555;
  font-weight: normal;
  font-weight: 500;
}

.header-menu-list li .child-list>li.detail-link a::before {
  content: "- ";
}

/* ブラウザ幅1200〜1300pxでヘッダー壊れる対策 */
@media (max-width: 1300px) {
  #logo {
    width: 230px;
    padding-left: 20px;
  }

  #logo img {
    zoom: 0.45;
  }

  .header-menu-list li>a {
    padding: 0 15px;
  }

  .header-menu-list li.link-entry>a {
    width: 160px;
  }

  .header-menu-list li.link-entry.tour>a {
    padding: 18px 20px 0 20px;
  }
}

/* toggle style  ------------------------- */
#toggle {
  padding: 31px 20px;
  background: #1F73E2;
  height: 100%;
  width: 77px;
}

#toggle #sp-menu {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#toggle span {
  width: 30px;
  height: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  background: #fff;
  position: absolute;
}

#toggle span:nth-of-type(1) {
  top: 0;
}

#toggle span:nth-of-type(2) {
  top: 10px;
}

#toggle span:nth-of-type(3) {
  bottom: 0;
}

.nav-open #sp-menu span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.nav-open #sp-menu span:nth-of-type(2) {
  opacity: 0;
}

.nav-open #sp-menu span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* 下部固定メニュー ------------------------- */
ul.footer-fixed-menu {
  display: none;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

/* information ------------------------- */
#information {
  margin-top: 140px;
  width: 100%;
}

.recruitment-link {
  height: 420px;
}

.recruitment-link .right {
  width: 50%;
  height: 100%;
  float: right;
  background-image: url("img/img-tax-accountant.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.recruitment-link .right::after {
  background-color: rgba(0, 48, 94, 0.81);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.recruitment-link .left {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url("img/img-mid-career-recruitment.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.recruitment-link .left::after {
  background-color: rgba(0, 111, 146, 0.8);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.recruitment-link .right,
.recruitment-link .left {
  -webkit-transition: .4s;
  transition: .4s;
}

.recruitment-link .right:hover,
.recruitment-link .left:hover {
  opacity: 0.8;
}

.recruitment-link .left .outer {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.recruitment-link .left .outer .inner {
  display: table-cell;
  vertical-align: middle;
}

.recruitment-link .left .outer .inner h2 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 31px;
  text-align: center;
}

.recruitment-link .left .outer .inner p {
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 115px;
}

.recruitment-link .left .outer .inner .arrow-right,
.recruitment-link .right .outer .inner .arrow-right {
  margin: 40px 115px 0 0;
  color: #FFFFFF;
  z-index: 2;
}

.recruitment-link .left .outer .inner .arrow-right::before,
.recruitment-link .right .outer .inner .arrow-right::before {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.recruitment-link .right .outer {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.recruitment-link .right .outer .inner {
  display: table-cell;
  vertical-align: middle;
}

.recruitment-link .right .outer .inner h2 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 31px;
  text-align: center;
}

.recruitment-link .right .outer .inner p {
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 115px;
}


/* footer-links ------------------------- */
.footer-link-wrap {
  background: #14314D;
}

.footer-logo-wrap {
  width: 100%;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #495360;
  text-align: center;
}

.footer-logo {
  width: 80%;
  max-width: 354px;
  margin: 0 auto 30px auto;
}

.footer-logo img {
  zoom: 0.5;
}

.footer-sns-list li {
  margin-right: 10px;
}

.footer-sns-list li a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;

  -webkit-transition: .4s;
  transition: .4s;
}

.footer-sns-list li:last-child a {
  margin-right: 0;
}

.footer-sns-list li a:hover {
  background-color: rgba(255, 255, 255, 0.20);
}

.footer-sns-list li img {
  zoom: 0.5;
  display: block;
  margin: auto;
}

.footer-menu-wrap {
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #495360;
  position: relative;
}

.footer-menu-wrap a {
  color: #fff;
}

.footer-menu-wrap>.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu {
  width: calc(100% - 240px);
}

.footer-menu-list.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  margin-left: -25px
}

.footer-menu-list>li {
  margin: 0 25px 10px 25px;
}

.footer-menu-list li a {
  padding: 8px 0;
  display: block;
  font-size: 14px;
}

.footer-menu-list li a.icon-new-window {
  padding-right: 20px;
}

.footer-menu-list li a.icon-new-window::after,
.footer-menu-list li a.icon-new-window::before {
  border: 1px solid #ffffff;
}

.footer-menu-list li a.icon-new-window::after {
  top: 17px;
  right: 6px;
}

.footer-menu-list li a.icon-new-window::before {
  top: 15px;
  right: 8px;
}

.footer-menu-list li a:hover {
  text-decoration: underline;
}

.child-list-footer li {
  padding-left: 15px;
  position: relative;
}

.child-list-footer li::before {
  content: "- ";
  position: absolute;
  top: 7px;
  left: 0;
  color: #fff;
}

.footer-banner {
  width: 240px;
}

.footer-banner img {
  zoom: 0.5;
}

.go-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 42px;
  height: 42px;
  padding: 14px;

  -webkit-transition: .4s;
  transition: .4s;
}

.go-to-top:hover {
  opacity: 0.8;
}

.footer-copyright {
  padding: 30px 0;
}

.footer-copyright p,
.footer-copyright a {
  color: #9B9B9B;
}

.footer-copyright a {
  font-size: 14px;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright p {
  font-size: 10px;
}

/*--------------------------------------------------------------
SUBORDINATE COMMON
--------------------------------------------------------------*/
/* heading background ------------------------- */
.heading-bg {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about .heading-bg,
.message .heading-bg,
.data .heading-bg {
  background-image: url(img/header-about-min.jpg);
}

.blog .heading-bg,
/* サーバ上で不要なら削除 */
.topics .heading-bg,
.post-template-default .heading-bg,
.archive .heading-bg {
  background-image: url(img/header-blog-min.jpg);
}

.system .heading-bg,
.support .heading-bg {
  background-image: url(img/header-system-min.jpg);
}

.member .heading-bg,
.post-type-archive-interview .heading-bg,
.post-type-archive-cross_talk .heading-bg {
  background-image: url(img/header-member-min.jpg);
}

.info .heading-bg {
  background-image: url(img/header-info-min.jpg);
}

/*新規分*/
.career-change .heading-bg {
  background-image: url(img/header-career-change-min.jpg);
}

.transfer-osaka .heading-bg {
  background-image: url(img/header-transfer-osaka-min.jpg);
}

.new-worker .heading-bg {
  background-image: url(img/header-new-worker-min.jpg);
}

.big4 .heading-bg {
  background-image: url(img/header-big4-min.jpg);
}

.work-experience .heading-bg {
  background-image: url(img/header-work-experience-min.jpg);
}

.regional-recruitment .heading-bg {
  background-image: url(img/header-regional-recruitment-min.jpg);
}

.accountant .heading-bg {
  background-image: url(img/header-accountant-min.jpg);
}

.single-interview .heading-bg,
.single-cross_talk .heading-bg {
  overflow: hidden;
  height: 630px;
}

.single-interview .heading-bg img,
.single-cross_talk .heading-bg img {
  width: 100%;
}

/* font style ------------------------- */
.std-h1 {
  font-size: 50px;
  text-align: center;
  color: #14314D;
  letter-spacing: 8px;
  margin-bottom: 0;
}

.std-h2 {
  position: relative;
  text-align: center;
  color: #14314D;
  letter-spacing: 6px;
  margin-bottom: 80px;
}

.std-h3 {
  color: #14314D;
  margin-top: 80px;
}

.std-h3.space-pd {
  margin-top: 0px;
  padding-top: 80px;
}

.gray-h3 {
  font-weight: bold;
  font-weight: 800;
  font-size: 20px;
}

.std-h4 {
  font-size: 16px;
  color: #4DD0F9;
  font-weight: bold;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.attract-area-h2 {
  color: #4DD0F9;
  font-weight: bold;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.serif.attract-area-txt {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
  margin: 0;
}

.page p {
  line-height: 2;
}

.page a.blue-btn {
  margin-bottom: 30px;
}

.home a.blue-btn {
  margin-bottom: 0;
}

/* layout style ------------------------- */
.narrow-wrapper {
  max-width: 900px;
  padding: 200px 0;
  margin: -100px auto 0;
}

.divide-area:last-child .narrow-wrapper {
  max-width: 900px;
  padding: 200px 0 0 0;
  margin-top: -100px;
}

.divide-area:last-child .wrapper {
  padding: 200px 0 0 0;
  margin-top: -100px;
}

.heading-area {
  padding: 50px 0;
  border-bottom: 2px solid #1F73E2;
}

.request .heading-area,
.contact .heading-area,
.entry .heading-area,
.entry-tour .heading-area,
.confirm .heading-area,
.thanks .heading-area {
  border-top: 1px solid #C2C2C2;
}

.heading-area p.summaly {
  margin-top: 20px;
}

.internal-link-list {
  margin-top: 30px;
}

.internal-link-list li {
  padding: 0 30px;
  border-right: 1px solid #C2C2C2;
}

.internal-link-list.two-lines li {
  margin-bottom: 10px;
}

.internal-link-list li:last-child,
.internal-link-list li.pc-no-border {
  border: none;
}

@media (max-width: 767px) {
  .internal-link-list li.pc-no-border {
    border-right: 1px solid #C2C2C2;
  }

  .internal-link-list li.sp-no-border {
    border: none;
  }
}

.internal-link-list li a {
  font-weight: bold;
  font-weight: 800;
}

.internal-link-list .arrow-down {
  padding: 0 24px 0 0;
  transition: .6s;
}

.internal-link-list .arrow-down::before {
  border-bottom: 2px solid #535353;
  border-right: 2px solid #535353;
}

.internal-link-list .arrow-down:hover {
  color: #1F73E2;
}

.internal-link-list .arrow-down:hover::before {
  border-bottom: 2px solid #1F73E2;
  border-right: 2px solid #1F73E2;
}

.attract-area {
  text-align: center;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.about .attract-area {
  background-image: url("img/txt-philosophy.png");
}

.divide-area {
  border-bottom: 1px solid #D2D2D2;
}

.divide-area.bgc-style {
  border: none;
}

.divide-area.bgc-style.blue {
  background-color: #F3FAFF;
}

.divide-area.bgc-style .wrapper.narrow-wrapper {
  margin: 0 auto;
  padding: 100px 0;
}

.divide-area:last-child {
  border: none;
}

.narrow-wrapper p,
.narrow-wrapper img,
.page article p,
.page article a.arrow-right,
.page article img {
  margin-bottom: 30px;
}

.narrow-wrapper figure {
  margin-bottom: 0;
}

img.with-cap {
  margin-bottom: 10px;
}

.icon-list.layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.icon-list li {
  width: 30%;
  max-width: 265px;

}

.page .blue-circle {
  text-align: center;
  position: relative;
  height: 100%;
}

.page .blue-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page .blue-circle .blue-circle-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page .blue-circle figure {
  position: absolute;
  margin: auto;
  bottom: 30px;
  left: 0;
  right: 0;
}

.std-dl.layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
}

.std-dl>dt {
  width: 30%;
  font-weight: bold;
  font-weight: 800;
}

.std-dl>dd {
  width: 70%;
}

.std-dl>dt,
.std-dl>dd {
  border-top: 1px solid #D2D2D2;
  padding: 30px 0;
}

.std-dl {
  border-bottom: 1px solid #D2D2D2;
}

.std-dl>dd p:last-child {
  margin-bottom: 0;
}

.std-ul>li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.std-ul>li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1F73E2;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.std-ul.w-dot>li::before {
  background: #FFFFFF;
}

/* pagenation */
.pagination {
  margin-top: 20px;
}

.page-numbers,
.page-numbers.current {
  padding: 12px 15px;
  margin: 5px;
  color: #1F73E2;
  line-height: 1;
  transition: .6s;
}

.page-numbers.current {
  font-weight: bold;
  font-weight: 800;
  background: #E9F6FF;
}

.page-numbers a:hover {
  background: #E9F6FF;
}

/*--------------------------------------------------------------
HELPER CSS
--------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.w100 {
  width: 100%;
  height: auto;
}

.gray-border {
  border: 1px solid #D6D6D6;
}

.center-block {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mb-0 {
    margin-bottom: 0px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .mt-20 {
    margin-top: 10px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .mt-100 {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
MEDIA TAB
--------------------------------------------------------------*/
@media (max-width: 1200px) {

  /* HEADER ------------------------- */
  #header {
    height: 60px;
  }

  #toggle {
    display: block;
    padding: 20px 15px;
    width: 60px;
    height: 60px;
    z-index: 999;
  }

  .header-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    -webkit-transition: all .6s;
    transition: all .6s;
    margin-top: 60px;
    background: #fff;
    overflow-y: auto;
  }

  .header-menu-list.layout {
    opacity: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    overflow: hidden;
    background: none;
    max-width: none;
    z-index: 0;
  }

  .header-menu-list.layout>li {
    width: 50%;
    margin: 0;
    background: #fff;
  }

  .header-menu-list li a:hover {
    border: none;
  }

  .header-menu-list li a {
    height: auto;
    line-height: 60px;
  }

  .header-menu-list li.link-entry a {
    width: 100%;
  }

  .header-menu-list li .child-list>li a {
    width: auto;
    display: block;
  }

  .header-menu-list>li:nth-child(1) {
    /* border-right: 1px solid #C2C2C2; */
    border-bottom: 1px solid #C2C2C2;
  }

  .header-menu-list>li:nth-child(2n - 1) {
    /* border-right: 1px solid #C2C2C2; */
    border-bottom: 1px solid #C2C2C2;
  }

  .header-menu-list>li:nth-child(2n) {
    border-right: none;
    border-bottom: 1px solid #C2C2C2;
  }

  .header-menu-list>li.sp-list-w-100:nth-child(2n),
  .header-menu-list>li.sp-list-w-100:nth-child(2n - 1) {
    border-right: none;
  }

  .header-menu-list>li.sp-no-bdr-b:nth-child(2n),
  .header-menu-list>li.sp-no-bdr-b:nth-child(2n - 1) {
    border-bottom: none;
  }

  .header-menu-list>li.haschild-list>a {
    line-height: 30px;
    padding-top: 20px;
  }

  /* SPメニュー幅指定クラス */
  .header-menu-list li.sp-list-w-50 {
    width: 50%;
  }

  .header-menu-list li.sp-list-w-100 {
    width: 100%;
  }

  .header-menu-list li.link-entry:last-child {
    display: block;
    width: 100%;
  }

  .header-menu-list li.link-entry:last-child>a {
    display: none;
  }

  .header-menu-list li.link-entry:last-child .child-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    overflow: hidden;
    background: none;
    max-width: none;
    z-index: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .header-menu-list li.link-entry:last-child .child-list>li {
    display: block;
    padding-left: 0;
    width: 50%;
    margin: 0;
    background: #fff;
  }

  .header-menu-list li.link-entry:last-child .child-list li:first-child {
    margin-top: 0px;
  }

  .header-menu-list li.link-entry:last-child .child-list li:last-child {
    margin-bottom: 0px;
  }

  .header-menu-list li.link-entry:last-child .child-list li:first-child {
    margin-top: 0;
    margin-left: 50%;
  }

  .header-menu-list li.link-entry:last-child .child-list li:first-child a {
    background: #12c6ff;
    color: #ffffff;
  }

  .header-menu-list li.link-entry:last-child .child-list li:nth-child(2) a {
    border-right: 1px solid #FFFFFF;
  }

  .header-menu-list li.link-entry:last-child .child-list li>a {
    width: 100%;
    line-height: 61px;
    background-color: #1F73E2;
    color: #ffffff;
    text-align: center;
  }

  .header-menu-list li.link-entry:last-child .child-list li>a:hover {
    transition: .6s;
    color: #ffffff;
    background: #14314d;
  }

  .header-menu-list li.link-entry.tour {
    z-index: 1;
    margin-bottom: -60px;
  }

  .header-menu-list li.link-entry.tour a {
    border-right: 1px solid #FFFFFF;
    padding-top: 0;
  }

  .header-menu-list li.link-entry.tour a>span.sub-txt {
    display: none;
  }

  .header-menu-list li.link-entry.tour a>span.main-txt {
    height: auto;
    line-height: 60px;
    font-weight: 800;
    font-size: 14px;
  }


  .header-menu-list li .child-list li:first-child {
    margin: 0;
  }

  .header-menu-list li .child-list li a:hover {
    background: none;
    color: #1F73E2;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 990;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
  }

  .nav-open .header-menu-list.layout {
    opacity: 1;
    display: flex;
    z-index: 995;
    overflow-y: auto;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .child-list {
    display: block;
  }

  .header-menu-list li .child-list li a {
    padding: 0;
    line-height: 35px;
    display: block;
  }

  .header-menu-list li .child-list li:first-child {
    margin-top: 5px;
  }

  .header-menu-list li .child-list li:last-child {
    margin-bottom: 5px;
  }

  .header-menu-list li .child-list li {
    padding-left: 30px;
    position: relative;
    border-bottom: none;
    display: inline-block;
  }

  .header-menu-list li {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .header-menu-list li.link-entry {
    border: none;
  }

  .header-menu-list li:last-child {
    border: none;
  }

  #logo {
    width: 70%;
  }

  #logo img {
    zoom: 0.4;
  }

  .header-menu {
    width: 30%;
  }

  .header-menu-list li .child-list {
    position: static;
    padding-bottom: 10px;
  }

  .header-menu-list li .child-list li {
    visibility: visible;
    height: auto;
    opacity: 1;
  }

  .header-menu-list li:hover .child-list li {
    height: auto;
  }

  .header-menu-list li .child-list li a {
    border: none;
  }

  .breadcrumbs span {
    font-size: 12px;
  }

  .breadcrumbs>span {
    margin: 0 16px;
  }

  .breadcrumbs>span:first-child {
    margin: 0 16px 0 0;
  }

  /* SUBORDINATE LAYOUT ------------------------- */
  .member-template-default .heading-bg {
    max-height: 350px;
  }

  .divide-area .wrapper {
    padding: 200px 5% 100px 5%;
    margin-top: -100px;
  }

  .divide-area.bgc-style .wrapper.narrow-wrapper {
    padding: 100px 5%;
    margin-top: 0px;
  }

  .interview-wrapper.layout,
  .divide-area:last-child .wrapper {
    padding: 200px 5% 0 5%;
  }

  .interview-wrapper.layout:last-child {
    padding: 200px 5% 100px 5%;
  }

  .single-interview .heading-bg,
  .single-cross_talk .heading-bg {
    overflow: hidden;
    height: 380px;
  }
}

@media (max-width: 1199px) {

  .recruitment-link .left .outer .inner p,
  .recruitment-link .right .outer .inner p {
    width: inherit;
    font-size: 14px;
    padding: 0 20px;
  }

  .recruitment-link .left .outer .inner .arrow-right,
  .recruitment-link .right .outer .inner .arrow-right {
    margin: 18px 20px 0 0;
  }
}

@media (max-width: 800px) {
  h2.serif, h2 .serif {
    font-size: 28px;
  }

  .serif.attract-area-txt {
    font-size: 24px;
  }

  .attract-area {
    padding: 60px 0;
  }

  .internal-link-list li {
    padding: 0 10px;
  }

  .internal-link-list li a {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
MEDIA SP
--------------------------------------------------------------*/
@media (max-width: 767px) {

  /* COMMON LAYOUT ------------------------- */
  html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 14px;
  }

  p {
    line-height: 2;
  }

  .serif {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h2.serif, h2 .serif {
    font-size: 25px;
  }

  .std-h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .entry-tour .std-h1,
  .thanks .std-h1,
  .confirm .std-h1 {
    letter-spacing: 0;
  }

  .std-h2 {
    margin-bottom: 60px;
  }

  .std-h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  .std-h3.space-pd {
    margin-top: 0px;
    padding-top: 30px;
  }

  .std-h4 {
    margin-bottom: 10px;
  }

  h3.serif {
    font-size: 20px;
  }

  .gray-h3 {
    font-size: 16px;
  }

  .left-border::before {
    height: 16px;
    top: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DD0F9), color-stop(50%, #4DD0F9), color-stop(50%, #5E98FE), to(#5E98FE));
    background-image: linear-gradient(to bottom, #4DD0F9 0%, #4DD0F9 50%, #5E98FE 50%, #5E98FE 100%);
  }

  a.blue-btn {
    padding: 12px;
  }

  .center-txt {
    text-align: left;
  }

  .right-border::before {
    height: 3px;
    top: 10px;
  }

  .arrow-down,
  .arrow-right,
  .arrow-white {
    padding: 0 20px 0 0;
  }

  .arrow-left {
    padding: 0 0 0 20px;
  }

  .arrow-down::before,
  .arrow-right::before,
  .arrow-white::before,
  .arrow-left::before {
    width: 8px;
    height: 8px;
  }

  .small-txt {
    font-size: 12px;
  }

  .breadcrumbs {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }

  .attract-area {
    padding: 40px 0;
  }

  .attract-area-h2 {
    margin-bottom: 10px;
  }

  .serif.attract-area-txt {
    font-size: 18px;
  }

  .about .attract-area {
    background-size: 70%;
  }

  #logo {
    padding-left: 4%;
  }

  /* SUBORDINATE COMMON ------------------------- */
  .column-2.layout {
    display: block;
  }

  .column-2>li,
  .column-3>li,
  .column-2>figure,
  .column-2>div,
  .column-2.diff-size>figure,
  .column-2.diff-size>div {
    width: 100%;
    margin-right: 0;
  }

  .column-2>figure {
    margin-bottom: 0;
  }

  .column-2>figure img {
    margin-bottom: 20px;
  }

  .single-interview .heading-bg,
  .single-cross_talk .heading-bg {
    max-height: 240px;
    min-height: auto;
  }

  .single-interview .heading-bg img {
    width: 130%;
  }

  .single-cross_talk .heading-bg img {
    width: 100%;
  }

  .narrow-wrapper, .divide-area .wrapper,
  .interview-wrapper.layout:last-child,
  .narrow-wrapper.wrapper {
    padding: 120px 5% 60px 5%;
    margin-top: -60px;
  }

  .divide-area.bgc-style .wrapper.narrow-wrapper {
    padding: 60px 5%;
    margin-top: 0px;
  }

  .divide-area:last-child .narrow-wrapper, .interview-wrapper.layout {
    padding: 120px 5% 0 5%;
  }

  .divide-area:last-child .wrapper {
    padding: 120px 5% 0 5%;
    margin-top: -60px;
  }

  .icon-list li {
    max-width: none;
  }

  .page .blue-circle figure {
    bottom: 10px;
  }

  .blue-circle-content img.retina-img {
    zoom: calc(100% / 4.5);
    margin-bottom: 0;
  }

  .std-dl.layout {
    display: block;
    margin-bottom: 40px;
  }

  .std-dl dt,
  .std-dl dd {
    width: 100%;
  }

  .std-dl>dt {
    padding: 20px 0 0 0;
  }

  .std-dl>dd {
    border-top: none;
    padding: 10px 0 20px 0;
  }

  .heading-bg {
    height: 150px;
  }

  .heading-area {
    padding: 30px 0;
  }

  .internal-link-list {
    margin-top: 15px;
  }

  .internal-link-list li a {
    font-size: 12px;
  }

  .internal-link-list li {
    padding: 0 10px;
  }

  .internal-link-list .arrow-down {
    padding: 0 20px 0 0;
  }

  .internal-link-list.break-sp li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .internal-link-list.break-sp li .arrow-down {
    display: block;
  }

  .icon-magnifier {
    position: relative;
  }

  p.icon-magnifier {
    margin-bottom: 0;
  }

  .icon-magnifier::after {
    position: absolute;
    content: url(img/icon-magnifier.png);
    zoom: 0.8;
    width: 60px;
    height: 60px;
    padding: 10px;
    right: 0;
    bottom: 37px;
    border: 1px solid #e6e6e6;
    background: #fff;
  }

  .page-numbers,
  .page-numbers.current {
    padding: 10px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .page-numbers.layout {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-numbers.dots {
    margin-left: 0;
    margin-right: 0;
  }

  /* FOOTER ------------------------- */
  #information {
    margin-top: 60px;
  }

  .recruitment-link {
    height: 482px;
  }

  .recruitment-link .left {
    width: 100%;
    height: 50%;
    float: none;
  }

  .recruitment-link .right {
    width: 100%;
    height: 50%;
    float: none;
  }

  .recruitment-link .left .outer .inner h2,
  .recruitment-link .right .outer .inner h2 {
    font-size: 20px;
    margin-bottom: 21px;
  }

  .footer-link-wrap {
    padding-bottom: 50px;
  }

  .footer-fb-link {
    padding: 14px 10px 15px 10px;
  }

  .footer-menu-wrap {
    padding-bottom: 80px;
    /*固定ボタンフッター下部に被るのでその対策*/
  }

  .footer-menu-wrap>.layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -ms-flex-line-pack: center;
    align-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu-list.layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -ms-flex-line-pack: center;
    align-content: center;

    height: 335px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .footer-menu-list>li {
    margin-bottom: 0;
  }

  .footer-menu-list li a.icon-new-window::after {
    top: 18px;
    right: auto;
    left: 97px
  }

  .footer-menu-list li a.icon-new-window::before {
    top: 15px;
    right: auto;
    left: 95px
  }

  .footer-copyright p {
    margin-top: 20px;
  }

  .footer-logo img {
    zoom: 0.4;
  }

  /* 下部固定メニュー ------------------------- */
  ul.footer-fixed-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 900;
  }

  ul.footer-fixed-menu li {
    width: 50%;
  }

  ul.footer-fixed-menu li a {
    display: block;
    background: #1F73E2;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
  }

  ul.footer-fixed-menu li:first-child a {
    background: #12c6ff;
  }
}

/*--------------------------------------------------------------
MEDIA SP
--------------------------------------------------------------*/
@media (max-width: 320px) {
  #logo img {
    zoom: 0.3;
  }

  .internal-link-list.layout,
  .internal-link-list .arrow-down {
    display: block;
  }

  .internal-link-list li {
    border-right: none;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
  }

  .internal-link-list .arrow-down {
    padding-bottom: 10px;
  }

  .internal-link-list {
    margin-top: 30px;
  }

  .footer-logo img {
    zoom: 0.3;
  }
}

/*--------------------------------------------------------------
IE CSS Hack
--------------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {
  .footer-fb-link {
    padding: 10px 10px 4px 10px;
  }

  .h1-box .std-blue {
    letter-spacing: 1.5px;
  }

  .footer-sns-list li a {
    text-align: left;
  }

  .footer-sns-list li a img {
    zoom: 1;
    transform: scale(0.5);
    margin: 0;
    vertical-align: middle;
  }

  .arrow-right::before {
    top: 4px;
  }

  .italics.arrow-right::before {
    top: 7px;
  }
}