@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*! 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

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; }

/* easeOutCubic */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

strong,
b {
  font-weight: 500; }

html {
  height: 100%;
  font-size: 62.5%;
  /*10px*/ }

body {
  min-height: 100%;
  overflow-y: scroll;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    opacity: 0.7; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block; }

a.entry{
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}


input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

select::-ms-expand {
  display: none; }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="radio"] {
  display: none; }

input[type="checkbox"] {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none; }

button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

/* コンテンツ幅 */
.l-contents {
  margin-top: 70px; }
  .l-contents__in {
    padding-left: 3.33%;
    padding-right: 3.33%;
    width: 100%; }
  .l-contents__child {
    margin-top: calc(70px + 40px);
    color: #00456f;
    line-height: 2.38;
    padding-bottom: 60px; }
  .l-contents__main {
    padding-left: 3.33%;
    padding-right: 3.33%; }

/* フッター */
.l-footer__in {
  background: #bfbfbf;
  background: #e6e6e6; }

.l-footer__navi {
  padding-top: 60px;
  padding-bottom: 66px; }
  .l-footer__navi > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .l-footer__navi > ul > li {
      width: calc((100% - 120px) / 5); }
      .l-footer__navi > ul > li > ul {
        margin-top: 14px; }
  .l-footer__navi__links {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color: #2c2c2c; }
    .l-footer__navi__links.parent {
      padding-bottom: 12px;
      font-size: 15px;
      font-size: 1.5rem;
      border-bottom: 1px solid #707070;
      font-weight: 500; }
    .l-footer__navi__links.child {
      line-height: 1.5;
      margin-top: 10px;
      font-weight: 300; }

.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #00456f;
  color: #ffffff;
  height: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center; }
  .l-footer__copyright.index {
    background: #ffffff;
    color: #00456f; }

/* ヘッダー */
.l-header {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 10; }
  .l-header__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px -3px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    background: #ffffff; }
  .l-header__logo {
    background: #ffffff;
    position: relative; }
    .l-header__logo a {
      display: block;
      position: relative;
      padding-top: 15px;
      padding-bottom: 14px;
      padding-left: 20px; }
    .l-header__logo img {
      width: 140px; }
  .l-header__menu {
    background: #00456f;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(105px);
    position: relative;
    overflow: hidden; }
    .l-header__menu:before {
      width: 12px;
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: -2px;
      height: 100%;
      border-top: 70px solid #ffffff;
      border-left: 12px solid #ffffff;
      border-right: 12px solid transparent; }

.l-page {
  overflow: hidden;
  visibility: visible; }

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.c-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-flex--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.c-flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.c-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-flex--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.c-flex--hr-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.c-flex--hr-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.c-flex--hr-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-flex--hr-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.c-flex--vt-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.c-flex--vt-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.c-flex--vt-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-flex-item--align-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.c-flex-item--align-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.c-flex-item--align-center {
  -ms-flex-item-align: center;
  align-self: center; }

.c-flex-item--align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.c-flex-item--align-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.c-flex-item--grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-flex-item--shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.c-flex-item--grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.c-flex-item--shrink-2 {
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.c-flex-item--grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.c-flex-item--shrink-3 {
  -ms-flex-negative: 3;
  flex-shrink: 3; }

.c-flex-item--grow-4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.c-flex-item--shrink-4 {
  -ms-flex-negative: 4;
  flex-shrink: 4; }

.c-flex-item--grow-5 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5; }

.c-flex-item--shrink-5 {
  -ms-flex-negative: 5;
  flex-shrink: 5; }

.c-flex-item--grow-6 {
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6; }

.c-flex-item--shrink-6 {
  -ms-flex-negative: 6;
  flex-shrink: 6; }

.c-flex-item--grow-7 {
  -webkit-box-flex: 7;
  -ms-flex-positive: 7;
  flex-grow: 7; }

.c-flex-item--shrink-7 {
  -ms-flex-negative: 7;
  flex-shrink: 7; }

.c-flex-item--grow-8 {
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8; }

.c-flex-item--shrink-8 {
  -ms-flex-negative: 8;
  flex-shrink: 8; }

.c-flex-item--grow-9 {
  -webkit-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9; }

.c-flex-item--shrink-9 {
  -ms-flex-negative: 9;
  flex-shrink: 9; }

.c-flex-item--grow-10 {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10; }

.c-flex-item--shrink-10 {
  -ms-flex-negative: 10;
  flex-shrink: 10; }

.c-btn01, .p-form__btn input {
  background: #00456f;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  max-width: 335px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .c-btn01:after, .p-form__btn input:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto; }

/* グロナビ */
.p-menu {
  position: relative; }
  .p-menu__navi {
    padding-left: 12px; }
  .p-menu__hamburger {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-menu__hamburger__bar {
      position: relative;
      display: block;
      width: 41px;
      height: 24px; }
      .p-menu__hamburger__bar span {
        display: block;
        height: 2px;
        background: #ffffff;
        position: absolute;
        width: 83%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-menu__hamburger__bar span:nth-child(1) {
          top: 0; }
        .p-menu__hamburger__bar span:nth-child(2) {
          top: 11px;
          width: 100%; }
        .p-menu__hamburger__bar span:nth-child(3) {
          bottom: 0; }
    .p-menu__hamburger.is-active .p-menu__hamburger__bar span:nth-child(1) {
      width: 80%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%; }
    .p-menu__hamburger.is-active .p-menu__hamburger__bar span:nth-child(2) {
      -webkit-transform: translateX(500px);
      transform: translateX(500px); }
    .p-menu__hamburger.is-active .p-menu__hamburger__bar span:nth-child(3) {
      width: 80%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: auto;
      top: 50%; }
  .p-menu__open {
    position: relative;
    z-index: 10; }
    .p-menu__open__in {
      position: fixed;
      z-index: 10;
      top: 73px;
      left: 0;
      color: #00456f;
      background: #ffffff;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      padding-bottom: 100px;
      -webkit-transform: translateY(-1500px);
      transform: translateY(-1500px);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .p-menu__open__in::-webkit-scrollbar {
        display: none; }
      .p-menu__open__in.is-open {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    .p-menu__open .p-menu__links {
      display: block;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 500;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 25px;
      border-bottom: 1px solid #bfbfbf;
      position: relative; }
      .p-menu__open .p-menu__links:after {
        position: absolute;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #00456f;
        border-right: 2px solid #00456f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        margin: auto;
        right: 44px; }
      .p-menu__open .p-menu__links.parent:after {
        border: none;
        width: 14px;
        height: 2px;
        background: #00456f;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        right: 40px; }
      .p-menu__open .p-menu__links.parent:before {
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 14px;
        background: #00456f;
        right: 46px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .p-menu__open .p-menu__links.parent.is-active:before {
        content: none; }
      .p-menu__open .p-menu__links.child {
        font-size: 16px;
        font-size: 1.6rem;
        color: #4b4b4b; }
        .p-menu__open .p-menu__links.child:after {
          border-top: 2px solid #4b4b4b;
          border-right: 2px solid #4b4b4b; }
			.p-menu__open .p-menu__links.child.shinsotsu {
				padding-left: 90px;
				background-image: url("../images/common/tag_shinsotsu.png");
				background-size: 50px 18px;
				background-repeat: no-repeat;
				background-position: 20px center;}
			.p-menu__open .p-menu__links.child.chuto {
				padding-left: 90px;
				background-image: url("../images/common/tag_chuto.png");
				background-size: 50px 18px;
				background-repeat: no-repeat;
				background-position: 20px center;}
    .p-menu__open__entry {
      margin-top: 20px; }
      .p-menu__open__entry ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .p-menu__open__entry ul li {
          width: calc((100% - 5px) / 2);
          max-width: 175px; }
          .p-menu__open__entry ul li:first-child {
            margin-right: 5px; }
      .p-menu__open__entry__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 17px;
        background: #00456f;
        color: #ffffff;
        text-align: center;
        position: relative;
        padding-right: 12px;
        padding-left: 0; }
        .p-menu__open__entry__links:after {
          position: absolute;
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          border-top: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0;
          bottom: 0;
          margin: auto;
          right: 10px; }
    .p-menu__open__child {
      display: none; }
    .p-menu__open__bg.is-show {
      opacity: 1; }

/* テキスト */
.p-text01 {
  line-height: 2.38;
  color: #00456f; }

.p-text02 {
  color: #4b4b4b;
  font-weight: 300;
  line-height: 2;
  margin-top: 10px; }

.p-text03 {
  line-height: 2;
  font-weight: 300;
  color: #00456f; }

.p-page__btn {
  width: 50px;
  height: 54px;
  background-image: url("../images/common/pagetop.png");
  background-position: cneter center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 30px;
  position: fixed;
  z-index: 100; }
.p-ls0 {
	letter-spacing: 0em;
}
.p-ls007 {
	letter-spacing: 0.07em;
}
.p-ls008 {
	letter-spacing: 0.08em;
}
.p-ls009 {
	letter-spacing: 0.09em;
}
/* 見出し */
.p-heading-01 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  color: #00456f;
  letter-spacing: -0.02em;
  line-height: 1.5; }
  .p-heading-01 span {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.1em; }

.p-heading-02 {
  color: #00456f;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500; }

.p-heading-03 {
  color: #00456f;
  font-weight: 500;
  font-size: 18px; }

.p-heading-03h {
  margin-top: 45px;
  margin-left: -15px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 15px;
  background-position: 5px top;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  background-image: url(../images/interview/common/parts01.png);
  color: #00456f;
  font-weight: 500;
  font-size: 1.8rem;
  font-size: 18px; }

.p-heading-04 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4b4b4b;
  font-weight: 500; }

.p-heading-05 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3fa35e;
  margin-top: 20px; }

.p-heading-06 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: 2px dashed #00456f;
  margin-top: 30px; }

.p-section-01 {
  margin-top: 40px; }

/* 子階層ページ */
.p-child__main {
  margin-top: 30px; }

.p-child__txt01 {
  font-weight: 300;
  margin-top: 30px; }

.p-child__txt02 {
  font-weight: 300;
  margin-top: 20px; }

.p-child__box {
  padding: 20px 30px;
  margin-top: 20px;
  background-position: right bottom;
  background-repeat: no-repeat; }
  .p-child__box--yellow {
    border: 2px solid #efba0c;
    background-image: url("../images/business/si/icon-bg01.png");
    background-size: 45%; }
  .p-child__box--blue {
    border: 2px solid #00456f;
    background-image: url("../images/business/si/icon-bg02.png");
    background-size: 40%; }
  .p-child__box--green {
    border: 2px solid #5bb978;
    background-image: url("../images/business/si/icon-bg03.png");
    background-size: 55%; }
	.p-child__box--infrastructure {
		border: 4px solid rgb(244,164,196);
	}
	.p-child__box--infrastructure img {
		margin-right: 20px;
	}
	.p-child__box--business {
		border: 4px solid rgb(153,206,242);
	}
	.p-child__box--business img {
		margin-right: 20px;
	}
	.p-child__box--technology {
		border: 4px solid rgb(247,202,102);
	}
	.p-child__box--technology img {
		margin-right: 20px;
	}

.p-child__noflex {
  margin-top: 40px; }
  .p-child__noflex img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }

.p-child__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.p-child__btn {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  height: 50px;
  background: #00456f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: calc(1.5em + 20px);
  padding-right: 20px; }
  .p-child__btn:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

.p-child__item img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

/* サイドメニュー */

.p-sidemenu__aside h3 {
  font-size: 18px;
  font-size: 1.8rem;
  background: #00456f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-weight: 500; }

.p-sidemenu__aside__list li {
  width: 100%;
  height: 80px;
  position: relative; }
  .p-sidemenu__aside__list li:nth-child(n + 2) {
    margin-top: 10px; }
  .p-sidemenu__aside__list li.is-show {
    opacity: 0.5; }

.p-sidemenu__aside__list__items.business p {
  width: 100%;
  text-align: center; }

/* テンプレート用 */
.p-common__heading {
  background: transparent linear-gradient(249deg, #a1c4fd 0%, #c2e9fb 100%) 0% 0% no-repeat padding-box;
  padding-top: 40px;
  padding-bottom: 40px; }

.p-common__col03 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  .p-common__col03:after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3); }
  .p-common__col03__item {
    width: 100%; }
    .p-common__col03__item:nth-child(n + 2) {
      margin-top: 40px; }
    .p-common__col03__item img {
      max-width: 100%; }
    .p-common__col03__item p {
      margin-top: 10px; }

.p-common__list {
  margin-top: 20px; }
  .p-common__list li {
    font-weight: 500;
    display: inline-block;
    padding-left: 1em;
    position: relative; }
    .p-common__list li:nth-child(n + 2) {
      margin-top: 10px; }
    .p-common__list li:before {
      position: absolute;
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background: #00456f;
      border-radius: 50%;
      left: 0;
      top: 6px; }

.p-common__ttl {
  margin-top: 45px;
  background-position: 5px top;
  background-repeat: no-repeat;
  padding-left: 3.33%;
  padding-right: 3.33%;
  color: #00456f; }
  .p-common__ttl--01 {
    padding-top: 15px;
    background-size: 75px 71px;
    background-image: url("../images/interview/common/parts01.png"); }
  .p-common__ttl--02 {
    padding-top: 25px;
    background-size: 50px 54px;
    background-image: url("../images/interview/common/parts02.png"); }
  .p-common__ttl--03 {
    padding-top: 25px;
    background-size: 50px 54px;
    background-image: url("../images/interview/common/parts03.png"); }
  .p-common__ttl--04 {
    padding-top: 25px;
    background-size: 50px 54px;
    background-image: url("../images/interview/common/parts04.png"); }
  .p-common__ttl--05 {
    padding-top: 25px;
    background-size: 50px 54px;
    background-image: url("../images/interview/common/parts05.png"); }
  .p-common__ttl--06 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 75px 71px;
    background-image: url("../images/interview/common/parts01.png"); }
  .p-common__ttl span {
    display: block;
    font-weight: 500; }
  .p-common__ttl--small {
    font-size: 16px;
    font-size: 1.6rem; }
  .p-common__ttl--large {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 1.66;
    margin-top: 5px; }

.p-common__work__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .p-common__work__flex p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .p-common__work__flex img {
    display: block;
    width: 51%;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 245px;
    margin-top: 20px;
    margin-bottom: 20px; }

/* 採用情報ページ用　ここから */
  .p-recruitinfo__list li {
    font-weight: 400;
    display: block;
    padding-left: 1em;
    position: relative; }
    .p-recruitinfo__list li:nth-child(n + 2) {
      margin-top: 0px; }
    .p-recruitinfo__list li:before {
      position: absolute;
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background: #00456f;
      border-radius: 50%;
      left: 0;
      top: 9px; }
/* 採用情報ページ用　ここまで */

/* TOP */
.p-index {
  position: relative; }
  .p-index__heading01 {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #00456f;
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
    margin-left: 3.33%; }
    .p-index__heading01:after {
      position: absolute;
      display: block;
      content: "";
      width: 30px;
      height: 2px;
      background: #00456f;
      bottom: 0px;
      left: 0; }
  .p-index__btn {
    margin-top: 30px;
    width: calc(100% - 6.66%); }
  .p-index__txt {
    margin-top: 30px;
    z-index: 1;
    position: relative;
    padding-left: 3.33%;
    padding-right: 3.33%; }
  .p-index__mv {
    padding-top: 20px; }
    .p-index__mv__img {
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    .p-index__mv__txt {
      font-size: 20px;
      font-size: 2rem;
      color: #00456f;
      font-weight: 500;
      text-align: center;
      margin-top: 15px; }
    .p-index__mv__txtimg {
      width: 100%;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .p-index__mv__grad {
      width: 77%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      .p-index__mv__grad img {
        width: 100%; }
  .p-index__message {
    padding-top: 20px;
    position: relative; }
    .p-index__message__img {
      position: relative;
      z-index: 1;
      padding-right: 0;
      width: 85.3%;
      margin-right: 0;
      margin-left: auto; }
      .p-index__message__img img {
        margin-left: auto; }
    .p-index__message__bg {
      margin-top: 12px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      margin-right: 3.33%;
      padding-top: 18px;
      padding-bottom: 21px;
      position: relative;
      overflow: hidden; }
  .p-index__business {
    margin-top: 60px; }
    .p-index__business__links {
      margin-top: 70px; }
      .p-index__business__links ul li:nth-child(n + 2) {
        margin-top: 20px; }
    .p-index__business__box {
      display: block;
      -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1); }
      .p-index__business__box > img {
        width: 100%;
        max-width: 670px;
        margin-left: auto;
        margin-right: auto; }
      .p-index__business__box__txt {
        background: #ffffff;
        padding: 20px 15px 25px; }
        .p-index__business__box__txt p {
          font-size: 13px;
          font-size: 1.3rem; }
        .p-index__business__box__txt h3 {
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 700;
          color: #00456f;
          text-align: center;
          position: relative;
          margin-top: 20px; }
          .p-index__business__box__txt h3:after {
            position: absolute;
            display: block;
            content: "";
            right: 50px;
            top: 25px;
            width: 50px;
            height: 1px;
            background: #00456f; }
          .p-index__business__box__txt h3:before {
            position: absolute;
            display: block;
            content: "";
            right: 48px;
            top: 18px;
            width: 20px;
            height: 1px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #00456f; }
  .p-index__bottom {
    background: #00456f;
    color: #ffffff;
    margin-top: 80px;
    position: relative; }
    .p-index__bottom:before {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 40px;
      background: #ffffff;
      top: 0;
      left: 0;
      z-index: 0; }
    .p-index__bottom__img {
      z-index: 1;
      position: relative; }
      .p-index__bottom__img img {
        width: 89%;
        max-width: 670px; }
        .p-index__bottom__img img:first-child {
          margin-right: auto; }
        .p-index__bottom__img img:nth-child(2) {
          margin-left: auto;
          margin-right: 0;
          margin-top: -20px; }
    .p-index__bottom__links {
      width: 73%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px;
      padding-bottom: 46px; }
      .p-index__bottom__links ul li:nth-child(n + 2) {
        margin-top: 30px; }
      .p-index__bottom__links ul li:nth-child(3) {
        padding-left: 0; }
    .p-index__bottom__here {
      display: block;
      position: relative;
      background-position: left center;
      background-size: contain;
      background-repeat: no-repeat;
      padding-left: 20px; }
      .p-index__bottom__here--01 {
        background-image: url("../images/index/here_parts01.png"); }
      .p-index__bottom__here--02 {
        background-image: url("../images/index/here_parts02.png"); }
      .p-index__bottom__here--03 {
        background-image: url("../images/index/here_parts03.png"); }
      .p-index__bottom__here:after {
        position: absolute;
        display: block;
        content: "";
        width: 50px;
        height: 1px;
        background: #ffffff;
        top: 40px;
        right: 0; }
      .p-index__bottom__here:before {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 20px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 33px;
        right: -2px; }
      .p-index__bottom__here span {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 200; }
      .p-index__bottom__here p {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 2px; }

    .p-index__bottom__here_tn {
      display: block;
      position: relative;
      background-position: left center;
      background-size: contain;
      background-repeat: no-repeat;
      padding-left: 20px; }
      .p-index__bottom__here_tn--01 {
        background-image: url("../images/index/here_parts01.png"); }
      .p-index__bottom__here_tn--02 {
        background-image: url("../images/index/here_parts02.png"); }
      .p-index__bottom__here_tn--03 {
        background-image: url("../images/index/here_parts03.png"); }
      .p-index__bottom__here_tn:after {
        position: absolute;
        display: block;
        content: "";
        width: 50px;
        height: 1px;
        background: #ffffff;
        top: 40px;
        right: 0; }
      .p-index__bottom__here_tn:before {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 20px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 33px;
        right: -2px; }
      .p-index__bottom__here_tn span {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 200; }
      .p-index__bottom__here_tn p {
        font-size: 20px;
        font-size: 2rem;
        margin-top: -12px;
        padding-bottom: 10px;
        padding-top: 2px;
        }

/* インタビュー */
.p-employ__link {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 70%; }
	.p-employ__link a {
		margin: 60px auto;
		padding: 5px 12px;
		max-width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		border-radius: 3px;
		border: 1px solid #00456f; }
.p-employ__member {
  margin-top: 60px; }
  .p-employ__member__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative; }
    .p-employ__member__items:after {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      top: 5px;
      left: 5px;
      z-index: 0; }
    .p-employ__member__items:nth-child(n + 2) {
      margin-top: 30px; }
    .p-employ__member__items--01:after {
      background: #c9ead3; }
    .p-employ__member__items--02:after {
      background: #dac7e5; }
    .p-employ__member__items--03:after {
      background: #f3f4b7; }
    .p-employ__member__items--04:after {
      background: #f7cfdd; }
    .p-employ__member__items--05:after {
      background: #b9e4f7; }
    .p-employ__member__items--06:after {
      background: #F2CEBF; }
    .p-employ__member__items--07:after {
      background: #BBF4C5; }
  .p-employ__member__img {
    width: 41%;
    max-width: 140px;
    z-index: 2; }
    .p-employ__member__img img {
      width: 100%; }
  .p-employ__member__desc {
    padding: 20px;
    background: #ffffff;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .p-employ__member__desc h2 {
      font-weight: 900;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1;
      margin-top: 5px; }
    .p-employ__member__desc__join {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: flex-start;
			-ms-align-items: center;
			align-items: center;
			-webkit-flex-wrap: nowrap;
			-moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			-o-flex-wrap: nowrap;
			flex-wrap: nowrap;
      font-weight: 900;
      font-size: 12px;
      font-size: 1.2rem; }
			.p-employ__member__desc__join img {
				margin-right: 20px;
			}
			.p-employ__member__desc__join b {
				margin-left: 20px;
				font-size: 2rem;
			}
    .p-employ__member__desc__course {
      line-height: 1.66;
      margin-top: 15px; }

/* 各TOPページ用  沢辺追加 start  */      
  .p-employ__member__desc2 {
    padding: 20px;
    background: #ffffff;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
/* 各TOPページ用  沢辺追加 end  */      

/* インタビュー */
.p-interview {
  color: #00456f;
  padding-bottom: 60px; }
  .p-interview__heading {
    background: transparent linear-gradient(249deg, #a1c4fd 0%, #c2e9fb 100%) 0% 0% no-repeat padding-box;
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-interview__ttl {
    margin-top: 45px;
    background-position: 5px top;
    background-repeat: no-repeat;
    padding-left: 3.33%;
    padding-right: 3.33%; }
    .p-interview__ttl--team {
      padding-top: 15px;
      background-size: 75px 71px;
      background-image: url("../images/interview/common/parts01.png"); }
    .p-interview__ttl--team2 {
      padding-top: 10px;
			padding-bottom: 20px;
      background-size: 75px 71px;
      background-image: url("../images/interview/common/parts01.png"); }
    .p-interview__ttl--work {
      padding-top: 25px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts02.png"); }
    .p-interview__ttl--work2 {
      padding-top: 10px;
			padding-bottom: 10px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts02.png"); }
    .p-interview__ttl--growth {
      padding-top: 25px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts03.png"); }
    .p-interview__ttl--growth2 {
      padding-top: 10px;
			padding-bottom: 10px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts03.png"); }
    .p-interview__ttl--reason {
      padding-top: 25px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts04.png"); }
    .p-interview__ttl--challenge {
      padding-top: 25px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts05.png"); }
    .p-interview__ttl--schedule {
      padding-top: 15px;
      padding-bottom: 15px;
      background-size: 75px 71px;
      background-image: url("../images/interview/common/parts01.png"); }
    .p-interview__ttl span {
      display: block;
      font-weight: 500; }
    .p-interview__ttl--small {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-interview__ttl--large {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 1.66;
      margin-top: 5px; }
  .p-interview__subttl {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 500; }
  .p-interview__subttl_s {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }
  .p-interview__catch {
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 30px; }
  .p-interview__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px; }
    .p-interview__intro__img {
      width: calc(100% - 3.33%);
      margin-right: auto; }
      .p-interview__intro__img.env img {
        width: 100%; }
    .p-interview__intro__desc {
      padding: 20px 40px;
      background: #00456f;
      color: #ffffff;
      line-height: 1.58;
      font-weight: 500;
      width: calc(100% - 3.33%);
      margin-left: auto;
      margin-top: -12px;
			height: auto; }
      .p-interview__intro__desc__join {
        margin-top: 20px; }
      .p-interview__intro__desc__join.shinsotsu {
				padding-left: 70px;
        background-image: url("../images/common/tag_shinsotsu.png");
				background-repeat: no-repeat;
				background-position: left center; }
      .p-interview__intro__desc__join.chuto {
				padding-left: 70px;
        background-image: url("../images/common/tag_chuto.png");
				background-repeat: no-repeat;
				background-position: left center; }
      .p-interview__intro__desc.env:before {
        left: -21.7%; }
    .p-interview__intro__desc2 {
      padding: 20px 40px;
      background: #00456f;
      color: #ffffff;
      line-height: 1.58;
      font-weight: 500;
      width: calc(100% - 3.33%);
      margin-left: auto;
      margin-top: -12px;
			height: auto; }
      .p-interview__intro__desc2__join {
        margin-top: 20px; }
      .p-interview__intro__desc2__join.shinsotsu {
				padding-left: 70px;
        background-image: url("../images/common/tag_shinsotsu.png");
				background-repeat: no-repeat;
				background-position: left center; }
      .p-interview__intro__desc2__join.chuto {
				padding-left: 70px;
        background-image: url("../images/common/tag_chuto.png");
				background-repeat: no-repeat;
				background-position: left center; }
      .p-interview__intro__desc2.env:before {
        left: -21.7%; }
    .p-interview__intro h2 {
      font-weight: 900;
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 15px;
      position: relative;
      padding-bottom: 20px; }
      .p-interview__intro h2:after {
        position: absolute;
        display: block;
        content: "";
        width: 22px;
        height: 1px;
        background: #ffffff;
        bottom: 0;
        left: 0; }
    .p-interview__intro table {
      margin-top: 20px;
      text-align: left; }
      .p-interview__intro table th,
      .p-interview__intro table td {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
        text-align: left; }
      .p-interview__intro table td {
				position: relative;
        padding-left: 20px; }
			.p-interview__intro table td:before {
				position: absolute;
				left: 10px;
				margin-right: 10px;
				content: ":"; }
      .p-interview__intro table .u-fw-3 {
        font-size: 13px;
        font-size: 1.3rem; }
  .p-interview__index {
    background: #f4f4f4;
    margin-left: 3.33%;
    margin-right: 3.33%;
    margin-top: 40px;
    padding: 30px; }
    .p-interview__index h2 {
      font-size: 25px;
      font-size: 2.5rem;
      text-align: center;
      font-weight: 500; }
    .p-interview__index ul {
      margin-top: 36px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500; }
      .p-interview__index ul li:nth-child(n + 2) {
        margin-top: 30px; }
      .p-interview__index ul li:nth-child(n + 4) {
        margin-top: 30px; }
  .p-interview__index2 {
    background: #f4f4f4;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 40px;
    padding: 30px; }
    .p-interview__index2 h2 {
      font-size: 25px;
      font-size: 2.5rem;
      text-align: center;
      font-weight: 500; }
    .p-interview__index2 ul {
      margin-top: 36px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500; }
      .p-interview__index2 ul li:nth-child(n + 2) {
        margin-top: 30px; }
      .p-interview__index2 ul li:nth-child(n + 5) {
        margin-top: 30px; }
  .p-interview__work__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .p-interview__work__flex p {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .p-interview__work__flex img {
      display: block;
      width: 51%;
      max-width: 342px;
      margin-left: auto;
      margin-right: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: top;
      object-position: top; }
  .p-interview__growth__img {
    margin-top: 30px; }
    .p-interview__growth__img img {
      display: block; }
  .p-interview__schedule__block {
    margin-top: 30px; }
  .p-interview__schedule__flow {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-interview__schedule__time {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    min-width: 62px;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "Segoe UI", 和文フォント指定, sans-serif;
    margin-right: 14px; }
  .p-interview__schedule__dot {
    position: relative;
    margin-right: 22px; }
    .p-interview__schedule__dot:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      background: #bfbfbf;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      z-index: 0; }
    .p-interview__schedule__dot span {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: block;
      border: 2px solid #ffffff;
      margin-left: auto;
      margin-right: auto;
      z-index: 1;
      position: relative; }
    .p-interview__schedule__dot--blue span {
      background: #5cc5f4;
      -webkit-box-shadow: 0 0 0 1px #5cc5f4;
      box-shadow: 0 0 0 1px #5cc5f4; }
    .p-interview__schedule__dot--green span {
      background: #61b57c;
      -webkit-box-shadow: 0 0 0 1px #61b57c;
      box-shadow: 0 0 0 1px #61b57c; }
    .p-interview__schedule__dot.last:after {
      content: none; }
  .p-interview__schedule__detail {
    padding-bottom: 40px; }
    .p-interview__schedule__detail h4 {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    .p-interview__schedule__detail p {
      font-weight: 300;
      margin-top: 6px; }
  .p-interview__hitokoto {
    margin-top: 40px;
    margin-left: 3.33%;
    margin-right: 3.33%;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #00456f;
    background-image: url("../images/interview/common/parts06.png");
    background-repeat: no-repeat;
    background-size: 134px 144px;
    background-position: 90% 90%; }
    .p-interview__hitokoto__flex img {
      height: auto; }
    .p-interview__hitokoto h3 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 500;
      text-align: center; }
    .p-interview__hitokoto img {
      width: 41.7%;
      max-width: 140px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 20px; }
    .p-interview__hitokoto p {
      margin-top: 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .p-interview__aside h3 {
    font-size: 18px;
    font-size: 1.8rem;
    background: #00456f;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: 500; }
  .p-interview__aside__list li {
    width: 100%;
    height: 80px;
    position: relative; }
    .p-interview__aside__list li:nth-child(n + 2) {
      margin-top: 10px; }
    .p-interview__aside__list li.member01:after {
      background: #c9ead3; }
    .p-interview__aside__list li.member02:after {
      background: #dac7e5; }
    .p-interview__aside__list li.member03:after {
      background: #f3f4b7; }
    .p-interview__aside__list li.member04:after {
      background: #f7cfdd; }
    .p-interview__aside__list li.member05:after {
      background: #b9e4f7; }
    .p-interview__aside__list li.member06:after {
      background: #F2CEBF; }
    .p-interview__aside__list li.member07:after {
      background: #BBF4C5; }
    .p-interview__aside__list li.is-show {
      opacity: 0.5; }
  .p-interview__aside__list__items.business p {
    width: 100%;
    text-align: center; }

/* FAQページ用 ここから */
  .p-faq {
    color: #00456f;
    padding-left: 10px;
    padding-bottom: 20px; }
    .p-faq__heading {
      background: transparent linear-gradient(249deg, #a1c4fd 0%, #c2e9fb 100%) 0% 0% no-repeat padding-box;
      padding-top: 40px;
      padding-bottom: 40px; }
    .p-faq-title {
      margin-top: 45px;
      padding-top: 25px;
      background-position: 5px top;
      background-repeat: no-repeat;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts02.png");
      border-bottom: medium dotted #00456f; }
      .p-faq-title_no {
        padding-left: 10px;
        padding-top: 20px;
        color: #008080; 
        font-size: 16px;
        font-size: 1.6rem; }
      .p-faq-title_m {
        display: block;        
        margin-top: -20px;
        padding-left: 50px;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-faq-ans_no {
        padding-top: 10px;
        padding-left: 20px;
        color: #008080; 
        font-size: 16px;
        font-size: 1.6rem; }
      .p-faq-ans {
        margin-top: 20px;
        padding-left: 60px;
        padding-bottom: 20px;
        font-size: 12px;
        font-size: 1.2rem; }
/* FAQページ用 ここまで */

.p-environment__flex img {
  width: 245px;
  margin-top: 20px;
  margin-bottom: 20px; }
/* 就業環境ページ用　ここから */
.p-working__flex img {
  width: 245px;
  margin-top: 20px;
  margin-bottom: 20px; }
/* 就業環境ページ用　ここまで */
/* フォーム */
.p-form span.required {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: -2px;
  margin-right: 2px;
  padding: 2px 4px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #4b4b4b;
  display: inline-block; }

.p-form__grab {
  margin-top: 20px; }

.p-form__area {
  margin-top: 20px;
  margin-bottom: 80px; }
  .p-form__area span.required {
    margin-right: 1em !important;
    margin-left: 0; }
  .p-form__area table {
    width: 100%; }
    .p-form__area table th,
    .p-form__area table td {
      display: block; }
    .p-form__area table tr {
      display: table-row; }
    .p-form__area table th {
      vertical-align: top;
      padding-top: 20px; }
    .p-form__area table td {
      margin-top: 6px; }
    .p-form__area_c table td {
      margin-top: 6px; }

.p-form__area_c {
  margin-top: 20px;
  margin-bottom: 80px; }
  .p-form__area_c span.required {
    margin-right: 1em !important;
    margin-left: 0; }
  .p-form__area_c table {
    width: 100%;
    border: solid 1px #ffffff;
    border-collapse: separate; }
    .p-form__area_c table th,
    .p-form__area_c table td {
      display: block; }
    .p-form__area_c table tr {
      display: table-row; }
    .p-form__area_c table th {
      vertical-align: top;
      padding-top: 10px;
      padding-bottom: 10px; }
    .p-form__area_c table td {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      background-color: #f2f2f2; }

.p-form__item {
  color: #00456f;
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem; }

.p-form__text input[type="text"],
.p-form__text select {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  background: #f2f2f2;
  width: 100%;
  padding: 4px; }

.p-form__text_c {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;}

.p-form__select {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 4px;
  width: 25%; }
  .p-form__select:after {
    content: "";
    position: absolute;
    top: 45%;
    bottom: 0;
    right: 3.5em;
    margin: auto;
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #00456f;
    pointer-events: none; }
  .p-form__select.year {
    width: 30%; }
  .p-form__select select {
    width: 100%;
    margin-right: 8px;
    cursor: pointer; }

.p-form__radio__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 5px 25px; }
  .p-form__radio__label:before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px; }
  .p-form__radio__label:after {
    background: #00456f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    left: 10px;
    top: 51%;
    margin-top: -4px;
    opacity: 0;
    position: absolute; }

.p-form input[type="radio"]:checked + .p-form__radio__label::after {
  opacity: 1; }

.p-form__address__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-form__address input.number01 {
  width: 20%; }

.p-form__address input.number02 {
  width: 28%; }

.p-form__address input.address {
  display: block;
  margin-top: 10px; }

.p-form__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-form__mail input.mail01 {
    width: 50%; }
  .p-form__mail input.mail02 {
    width: 35%; }

.p-form__check__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }
  .p-form__check__label:before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px; }
  .p-form__check__label:after {
    border-right: 2px solid #00456f;
    border-bottom: 2px solid #00456f;
    content: "";
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 52%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px; }

.p-form__check input[type="checkbox"]:checked + .p-form__check__label:after {
  opacity: 1; }

.p-form__shunyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-form__shunyu input[type="text"] {
    width: 15%; }

.p-form__textarea textarea {
  width: 100%;
  background: #f2f2f2;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  padding: 12px; }

.p-form__privacy {
  margin-top: 30px; }
  .p-form__privacy__agree {
    text-align: center; }
    .p-form__privacy__agree p {
      margin-bottom: 8px;
      font-weight: 500; }
  .p-form__privacy__inner {
    padding: 20px;
    width: 100%;
    border: 7px solid #eee;
    overflow-y: scroll;
    margin-top: 20px;
    height: 300px; }
    .p-form__privacy__inner h3 {
      font-weight: 600;
      font-size: 20px;
      font-size: 2rem;
      text-align: center; }
    .p-form__privacy__inner h4 {
      font-weight: 600;
      color: #00456f;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 16px; }
  .p-form__privacy__list {
    margin-top: 20px; }
    .p-form__privacy__list li p {
      margin-top: 8px;
      color: #333; }
    .p-form__privacy__list a {
      padding-bottom: 2px;
      border-bottom: 1px solid #4b4b4b; }

.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 480px; }
  .p-form__btn input {
    width: 220px;
    cursor: pointer;
    margin-right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    .p-form__btn input:hover {
      opacity: 0.8; }
    .p-form__btn input.submit {
      margin-left: 0;
      margin-right: 20px; }
    .p-form__btn input.clear {
      background: #ffffff;
      color: #00456f;
      border: 1px solid #00456f; }

/* クロスオーバー */
.p-crossover__figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
  width: 100%;
  margin-top: 20px; }
  .p-crossover__figure h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center; }
  .p-crossover__figure img {
    width: 320px;
    height: auto; }
  .p-crossover__figure__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #00456f;
    margin-top: 20px;
    height: 180px; }
    .p-crossover__figure__box__item {
      font-weight: 500;
      text-align: center;
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: 90px;
      padding-left: 30px;
      padding-right: 30px; }
      .p-crossover__figure__box__item.item01 {
        background-image: url("../images/business/crossover/icon01.png");
        color: #dda900;
        background-size: 83px; }
      .p-crossover__figure__box__item.item02 {
        background-image: url("../images/business/crossover/icon02.png");
        background-size: 64px; }
      .p-crossover__figure__box__item.item03 {
        background-image: url("../images/business/crossover/icon03.png");
        background-size: 94px;
        color: #d16d90; }

.p-crossover__item.sales img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.p-crossover__ayuda img {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.p-crossover__flowitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4b4b4b;
  margin-top: 20px; }

.p-crossover__flow {
  max-width: 220px;
  width: 64%;
  margin-right: 14px; }
  .p-crossover__flow__box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-crossover__flow__box:nth-child(n + 2) {
      margin-top: 10px; }
    .p-crossover__flow__box.flow01 {
      background: #fada83; 
      border-radius: 6px;}
    .p-crossover__flow__box.flow02 {
      background: #f4f5b0;
      border-radius: 6px; }
    .p-crossover__flow__box.flow03 {
      background: #c9ead3;
      border-radius: 6px; }
    .p-crossover__flow__box.flow04 {
      background: #b2ecf4;
      border-radius: 6px; }
    .p-crossover__flow__box.flow05 {
      background: #b8d5fc;
      border-radius: 6px; }
    .p-crossover__flow__box.flow06 {
      background: #e8d8f2;
      border-radius: 6px; }
    .p-crossover__flow__box.flow07 {
      background: #f7cfdd;
      border-radius: 6px; }

.p-crossover__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p-crossover__arrow .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 227px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
    .p-crossover__arrow .arrow:before {
      position: absolute;
      display: block;
      content: "";
      width: 2px;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #4b4b4b; }
    .p-crossover__arrow .arrow:after {
      position: absolute;
      display: block;
      content: "";
      width: 20px;
      height: 17px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-top: 17px solid #4b4b4b;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }

.p-crossover__list {
  margin-top: 20px; }
  .p-crossover__list li {
    font-weight: 500;
    display: inline-block;
    padding-left: 1em;
    position: relative; }
    .p-crossover__list li:nth-child(n + 2) {
      margin-top: 10px; }
    .p-crossover__list li:before {
      position: absolute;
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background: #00456f;
      border-radius: 50%;
      left: 0;
      top: 6px; }

.p-crossover__table {
  margin-top: 20px;
  display: block;
  white-space: nowrap; }
  .p-crossover__table table {
    width: 100%; }
  .p-crossover__table tr.green td {
    background: #c9ead3;
    border-top: 1px solid #ffffff; }
  .p-crossover__table tr.purple td {
    background: #dac7e5;
    border-top: 1px solid #ffffff; }
  .p-crossover__table tr.yellow td {
    background: #f3f4b7;
    border-top: 1px solid #ffffff; }
  .p-crossover__table tr.pink td {
    background: #f7cfdd;
    border-top: 1px solid #ffffff; }
  .p-crossover__table tr.blue td {
    background: #b9e4f7;
    border-top: 1px solid #ffffff; }
  .p-crossover__table tr:nth-child(n + 2) td {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff; }
  .p-crossover__table th,
  .p-crossover__table td {
    width: calc(100% / 4);
    min-width: 80px;
    font-weight: 500; }
  .p-crossover__table th {
    background: #00456f;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    white-space: nowrap; }
    .p-crossover__table th.blank {
      background: #ffffff; }
  .p-crossover__table td {
    height: 90px;
    max-height: 80px;
    line-height: 1.71;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }
    .p-crossover__table td img {
      width: 95%;
      margin-left: auto;
      margin-right: auto; }
    .p-crossover__table td:first-child {
      background: #f4f4f4 !important; }

    .p-crossover__table tr.green:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.7; }
    .p-crossover__table tr.purple:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.7; }
    .p-crossover__table tr.yellow:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.7; }
    .p-crossover__table tr.pink:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.7; }
    .p-crossover__table tr.blue:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.7; }

/* 採用情報ページ用　ここから */
.p-recruitinfo__table {
  color: #00456f;
  margin-top: 20px;
  display: block; }
  .p-recruitinfo__table tr.green td {
    background: #c9ead3;
    border-top: 1px solid #ffffff; }
  .p-recruitinfo__table tr.purple td {
    background: #dac7e5;
    border-top: 1px solid #ffffff; }
  .p-recruitinfo__table tr.yellow td {
    background: #f3f4b7;
    border-top: 1px solid #ffffff; }
  .p-recruitinfo__table tr.pink td {
    background: #f7cfdd;
    border-top: 1px solid #ffffff; }
  .p-recruitinfo__table tr.blue td {
    background: #b9e4f7;
    border-top: 1px solid #ffffff; }
  .p-recruitinfo__table tr:nth-child(n + 2) td {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff; }
  .p-recruitinfo__table th {
    background: #00456f;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    height: 60px; }
    .p-recruitinfo__table th:nth-child(1),
    .p-recruitinfo__table td:nth-child(1) {
      width: 15%; }
    .p-recruitinfo__table th:nth-child(2),
    .p-recruitinfo__table td:nth-child(2) {
      width: 38%; }
    .p-recruitinfo__table th:nth-child(3),
    .p-recruitinfo__table td:nth-child(3) {
      width: 33%; }
    .p-recruitinfo__table th:nth-child(4),
    .p-recruitinfo__table td:nth-child(4) {
      width: 13%; }
  .p-recruitinfo__table th.blank {
      background: #ffffff; }
  .p-recruitinfo__table td {
    line-height: 1.71;
    vertical-align: middle;
    padding: 0.5em;  }
    .p-recruitinfo__table td img {
      width: 95%;
      margin-left: auto;
      margin-right: auto; }
    .p-recruitinfo__table td:nth-child(n + 2) {
      background: #f4f4f4 !important; }
    /* 採用情報ページのtableタブ（2列テーブル用） */
    .p-recruitinfo__table.c2 th:nth-child(1),
    .p-recruitinfo__table.c2 td:nth-child(1) {
      height: auto;
      width: 20%; }
    .p-recruitinfo__table.c2 th:nth-child(2),
    .p-recruitinfo__table.c2 td:nth-child(2) {
      height: auto;
      width: 80%; }
    
    /* 採用情報ページのtableタブ（選考プロセス用） */
  .p-recruitinfo__table tr.process td {
    height: 70px;
    max-height: 80px;
    text-align: center;
    padding-left: 0em;
    padding-right: 0em; }
  .p-recruitinfo__table tr.process_blank td {
    height: 40px;
    max-height: 80px;
    background: #ffffff;
    text-align: center;
    padding-left: 0em;
    padding-right: 0em; }
  .p-recruitinfo__table tr.process_blank td p {
    position: relative;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #00456f;
    border-right: 2px solid #00456f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto; }

/* 採用情報ページ用　ここまで */
/* 採用情報ページnaviボタン用　ここから */
    .recruit_navi_box {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.recruit_navi_box:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.recruit_navi_short_right {
	float: none;
	width: 290px;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.recruit_navi_short_left {
	float: none;
	width: 290px;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.recruit_navi_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_navi_n_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi_n.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_navi_link p,.recruit_navi_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 20px;
	color: #1B6FB4;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.recruit_navi_link a,.recruit_navi_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit_navi_nn_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi_n.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_navi_nnn_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_n_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi_n.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_link p,.recruit_mynavi_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 20px;
	color: #1B6FB4;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.recruit_mynavi_link a,.recruit_mynavi_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit_mynavi_nn_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi_n.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_nnn_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.cijmypage_link {
	float: left;
	background: #FFFFFF;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.cijmypage_n_link {
	float: left;
	background: #FFFFFF;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.cijmypage_link p,.cijmypage_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 30px;
	color: #1B6FB4;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.cijmypage_link p,.cijmypage_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 採用naviボタン用　ここまで */

/* 210626 沢辺追加  */
.recruit_navi_box2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.recruit_navi_box2:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.recruit_navi_link2 {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}

.recruit_mynavi_link2 {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi.png) no-repeat center;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
/* 210626 沢辺追加　ここまで  */

/* システムインテグレーター */
.p-si__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
  .p-si__type__item {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 40px;
    text-align: center;
    padding-right: 33px;
    padding-left: 33px; }
    .p-si__type__item.item01 {
      color: #dda900;
      background-image: url("../images/business/si/icon01.png");
      background-size: 35px; }
    .p-si__type__item.item02 {
      color: #5bb978;
      background-image: url("../images/business/si/icon03.png");
      background-size: 60px;
      position: relative; }
      .p-si__type__item.item02:before {
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 60px;
        background: #bfbfbf;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0; }
      .p-si__type__item.item02:after {
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 25px;
        background: #bfbfbf;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0; }
    .p-si__type__item.item03 {
      color: #00456f;
      background-image: url("../images/business/si/icon02.png");
      background-size: 25px; }

.p-si__box {
  margin-top: 30px; }

.p-si__flowitem {
  color: #4b4b4b;
  font-weight: 500;
  margin-top: 40px; }

.p-si__flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .p-si__flow__arrow .arrow {
    display: block;
    width: 41.6%;
    height: 2px;
    background: #4b4b4b;
    position: relative;
    margin-left: 60px;
    margin-right: 60px; }
    .p-si__flow__arrow .arrow:after {
      position: absolute;
      display: block;
      content: "";
      border-left: 17px solid #4b4b4b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -3px;
      margin-top: -10px; }

.p-si__flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }
  .p-si__flow__box__item {
    width: calc((100% - 58px) / 7);
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-text-combine-upright: none;
    text-combine-upright: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 26px; }
    .p-si__flow__box__item:nth-child(n + 2) {
      position: relative; }
      .p-si__flow__box__item:nth-child(n + 2):after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -6px;
        border-left: 4px solid #4b4b4b;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
    .p-si__flow__box__item.item01 {
      background: #fada83;
      border-radius: 10px; }
    .p-si__flow__box__item.item02 {
      background: #f4f5b0;
      border-radius: 10px; }
    .p-si__flow__box__item.item03 {
      background: #c9ead3;
      border-radius: 10px; }
    .p-si__flow__box__item.item04 {
      background: #b2ecf4;
      border-radius: 10px; }
    .p-si__flow__box__item.item05 {
      background: #b8d5fc;
      border-radius: 10px; }
    .p-si__flow__box__item.item06 {
      background: #e8d8f2;
      border-radius: 10px; }
    .p-si__flow__box__item.item07 {
      background: #f7cfdd;
      border-radius: 10px; }
  .p-si__flow__box__item_y {
    -webkit-text-combine-upright: all;
    text-combine-upright: all;
  }

.p-si__desc {
  margin-top: 40px; }

.u-bg-img {
  margin-top: 55px;
  background-image: url("../images/index/bg_sp.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%; }

.u-d-b {
  display: block !important; }

.u-d-ib {
  display: inline-block !important; }

.u-d-i {
  display: inline !important; }

.u-d-t {
  display: table !important; }

.u-d-tc {
  display: table-cell !important; }

.u-ff-ja {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.u-ff-en {
  font-family: "Roboto Slab", serif; }

.u-fw-1 {
  font-weight: 100; }

.u-fw-2 {
  font-weight: 200; }

.u-fw-3 {
  font-weight: 300; }

.u-fw-4 {
  font-weight: 400; }

.u-fw-5 {
  font-weight: 500; }

.u-fw-6 {
  font-weight: 600; }

.u-fw-7 {
  font-weight: 700; }

.u-fw-8 {
  font-weight: 800; }

.u-fw-9 {
  font-weight: 900; }

.u-fz-8 {
  font-size: 8px;
  font-size: 0.8rem; }

.u-fz-9 {
  font-size: 9px;
  font-size: 0.9rem; }

.u-fz-10 {
  font-size: 10px;
  font-size: 1rem; }

.u-fz-11 {
  font-size: 11px;
  font-size: 1.1rem; }

.u-fz-12 {
  font-size: 12px;
  font-size: 1.2rem; }

.u-fz-13 {
  font-size: 13px;
  font-size: 1.3rem; }

.u-fz-14 {
  font-size: 14px;
  font-size: 1.4rem; }

/* 赤字テキスト  沢辺追加 2021/05/25  */      
.u-fz-14-r {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FF0000; }
/* 赤字テキスト  沢辺追加 end  */      

.u-fz-15 {
  font-size: 15px;
  font-size: 1.5rem; }

.u-fz-16 {
  font-size: 16px;
  font-size: 1.6rem; }

/* 青字テキスト  沢辺追加 2024/02/26  */      
.u-fz-16-b {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00456f; }
/* 青字テキスト  沢辺追加 end  */      

.u-fz-17 {
  font-size: 17px;
  font-size: 1.7rem; }

.u-fz-18 {
  font-size: 18px;
  font-size: 1.8rem; }

.u-fz-19 {
  font-size: 19px;
  font-size: 1.9rem; }

.u-fz-20 {
  font-size: 20px;
  font-size: 2rem; }

.u-fz-21 {
  font-size: 21px;
  font-size: 2.1rem; }

.u-fz-22 {
  font-size: 22px;
  font-size: 2.2rem; }

.u-fz-23 {
  font-size: 23px;
  font-size: 2.3rem; }

.u-fz-24 {
  font-size: 24px;
  font-size: 2.4rem; }

.u-fz-25 {
  font-size: 25px;
  font-size: 2.5rem; }

.u-fz-26 {
  font-size: 26px;
  font-size: 2.6rem; }

.u-fz-27 {
  font-size: 27px;
  font-size: 2.7rem; }

.u-fz-28 {
  font-size: 28px;
  font-size: 2.8rem; }

.u-fz-29 {
  font-size: 29px;
  font-size: 2.9rem; }

.u-fz-30 {
  font-size: 30px;
  font-size: 3rem; }

.u-fz-31 {
  font-size: 31px;
  font-size: 3.1rem; }

.u-fz-32 {
  font-size: 32px;
  font-size: 3.2rem; }

.u-fz-33 {
  font-size: 33px;
  font-size: 3.3rem; }

.u-fz-34 {
  font-size: 34px;
  font-size: 3.4rem; }

.u-fz-35 {
  font-size: 35px;
  font-size: 3.5rem; }

.u-fz-36 {
  font-size: 36px;
  font-size: 3.6rem; }

.u-fz-37 {
  font-size: 37px;
  font-size: 3.7rem; }

.u-fz-38 {
  font-size: 38px;
  font-size: 3.8rem; }

.u-fz-39 {
  font-size: 39px;
  font-size: 3.9rem; }

.u-fz-40 {
  font-size: 40px;
  font-size: 4rem; }

.u-fz-41 {
  font-size: 41px;
  font-size: 4.1rem; }

.u-fz-42 {
  font-size: 42px;
  font-size: 4.2rem; }

.u-fz-43 {
  font-size: 43px;
  font-size: 4.3rem; }

.u-fz-44 {
  font-size: 44px;
  font-size: 4.4rem; }

.u-fz-45 {
  font-size: 45px;
  font-size: 4.5rem; }

.u-fz-46 {
  font-size: 46px;
  font-size: 4.6rem; }

.u-fz-47 {
  font-size: 47px;
  font-size: 4.7rem; }

.u-fz-48 {
  font-size: 48px;
  font-size: 4.8rem; }

.u-fz-49 {
  font-size: 49px;
  font-size: 4.9rem; }

.u-fz-50 {
  font-size: 50px;
  font-size: 5rem; }

.u-fz-51 {
  font-size: 51px;
  font-size: 5.1rem; }

.u-fz-52 {
  font-size: 52px;
  font-size: 5.2rem; }

.u-fz-53 {
  font-size: 53px;
  font-size: 5.3rem; }

.u-fz-54 {
  font-size: 54px;
  font-size: 5.4rem; }

.u-fz-55 {
  font-size: 55px;
  font-size: 5.5rem; }

.u-fz-56 {
  font-size: 56px;
  font-size: 5.6rem; }

.u-fz-57 {
  font-size: 57px;
  font-size: 5.7rem; }

.u-fz-58 {
  font-size: 58px;
  font-size: 5.8rem; }

.u-fz-59 {
  font-size: 59px;
  font-size: 5.9rem; }

.u-fz-60 {
  font-size: 60px;
  font-size: 6rem; }

.u-fz-61 {
  font-size: 61px;
  font-size: 6.1rem; }

.u-fz-62 {
  font-size: 62px;
  font-size: 6.2rem; }

.u-fz-63 {
  font-size: 63px;
  font-size: 6.3rem; }

.u-fz-64 {
  font-size: 64px;
  font-size: 6.4rem; }

.u-fz-65 {
  font-size: 65px;
  font-size: 6.5rem; }

.u-fz-66 {
  font-size: 66px;
  font-size: 6.6rem; }

.u-fz-67 {
  font-size: 67px;
  font-size: 6.7rem; }

.u-fz-68 {
  font-size: 68px;
  font-size: 6.8rem; }

.u-fz-69 {
  font-size: 69px;
  font-size: 6.9rem; }

.u-fz-70 {
  font-size: 70px;
  font-size: 7rem; }

.u-fz-71 {
  font-size: 71px;
  font-size: 7.1rem; }

.u-fz-72 {
  font-size: 72px;
  font-size: 7.2rem; }

.u-fz-73 {
  font-size: 73px;
  font-size: 7.3rem; }

.u-fz-74 {
  font-size: 74px;
  font-size: 7.4rem; }

.u-fz-75 {
  font-size: 75px;
  font-size: 7.5rem; }

.u-fz-76 {
  font-size: 76px;
  font-size: 7.6rem; }

.u-fz-77 {
  font-size: 77px;
  font-size: 7.7rem; }

.u-fz-78 {
  font-size: 78px;
  font-size: 7.8rem; }

.u-fz-79 {
  font-size: 79px;
  font-size: 7.9rem; }

.u-fz-80 {
  font-size: 80px;
  font-size: 8rem; }

.u-fz-81 {
  font-size: 81px;
  font-size: 8.1rem; }

.u-fz-82 {
  font-size: 82px;
  font-size: 8.2rem; }

.u-fz-83 {
  font-size: 83px;
  font-size: 8.3rem; }

.u-fz-84 {
  font-size: 84px;
  font-size: 8.4rem; }

.u-fz-85 {
  font-size: 85px;
  font-size: 8.5rem; }

.u-fz-86 {
  font-size: 86px;
  font-size: 8.6rem; }

.u-fz-87 {
  font-size: 87px;
  font-size: 8.7rem; }

.u-fz-88 {
  font-size: 88px;
  font-size: 8.8rem; }

.u-fz-89 {
  font-size: 89px;
  font-size: 8.9rem; }

.u-fz-90 {
  font-size: 90px;
  font-size: 9rem; }

.u-fz-91 {
  font-size: 91px;
  font-size: 9.1rem; }

.u-fz-92 {
  font-size: 92px;
  font-size: 9.2rem; }

.u-fz-93 {
  font-size: 93px;
  font-size: 9.3rem; }

.u-fz-94 {
  font-size: 94px;
  font-size: 9.4rem; }

.u-fz-95 {
  font-size: 95px;
  font-size: 9.5rem; }

.u-fz-96 {
  font-size: 96px;
  font-size: 9.6rem; }

.u-fz-97 {
  font-size: 97px;
  font-size: 9.7rem; }

.u-fz-98 {
  font-size: 98px;
  font-size: 9.8rem; }

.u-fz-99 {
  font-size: 99px;
  font-size: 9.9rem; }

.u-fz-100 {
  font-size: 100px;
  font-size: 10rem; }

.u-lh-100 {
  line-height: 1; }

.u-lh-101 {
  line-height: 1.01; }

.u-lh-102 {
  line-height: 1.02; }

.u-lh-103 {
  line-height: 1.03; }

.u-lh-104 {
  line-height: 1.04; }

.u-lh-105 {
  line-height: 1.05; }

.u-lh-106 {
  line-height: 1.06; }

.u-lh-107 {
  line-height: 1.07; }

.u-lh-108 {
  line-height: 1.08; }

.u-lh-109 {
  line-height: 1.09; }

.u-lh-110 {
  line-height: 1.1; }

.u-lh-111 {
  line-height: 1.11; }

.u-lh-112 {
  line-height: 1.12; }

.u-lh-113 {
  line-height: 1.13; }

.u-lh-114 {
  line-height: 1.14; }

.u-lh-115 {
  line-height: 1.15; }

.u-lh-116 {
  line-height: 1.16; }

.u-lh-117 {
  line-height: 1.17; }

.u-lh-118 {
  line-height: 1.18; }

.u-lh-119 {
  line-height: 1.19; }

.u-lh-120 {
  line-height: 1.2; }

.u-lh-121 {
  line-height: 1.21; }

.u-lh-122 {
  line-height: 1.22; }

.u-lh-123 {
  line-height: 1.23; }

.u-lh-124 {
  line-height: 1.24; }

.u-lh-125 {
  line-height: 1.25; }

.u-lh-126 {
  line-height: 1.26; }

.u-lh-127 {
  line-height: 1.27; }

.u-lh-128 {
  line-height: 1.28; }

.u-lh-129 {
  line-height: 1.29; }

.u-lh-130 {
  line-height: 1.3; }

.u-lh-131 {
  line-height: 1.31; }

.u-lh-132 {
  line-height: 1.32; }

.u-lh-133 {
  line-height: 1.33; }

.u-lh-134 {
  line-height: 1.34; }

.u-lh-135 {
  line-height: 1.35; }

.u-lh-136 {
  line-height: 1.36; }

.u-lh-137 {
  line-height: 1.37; }

.u-lh-138 {
  line-height: 1.38; }

.u-lh-139 {
  line-height: 1.39; }

.u-lh-140 {
  line-height: 1.4; }

.u-lh-141 {
  line-height: 1.41; }

.u-lh-142 {
  line-height: 1.42; }

.u-lh-143 {
  line-height: 1.43; }

.u-lh-144 {
  line-height: 1.44; }

.u-lh-145 {
  line-height: 1.45; }

.u-lh-146 {
  line-height: 1.46; }

.u-lh-147 {
  line-height: 1.47; }

.u-lh-148 {
  line-height: 1.48; }

.u-lh-149 {
  line-height: 1.49; }

.u-lh-150 {
  line-height: 1.5; }

.u-lh-151 {
  line-height: 1.51; }

.u-lh-152 {
  line-height: 1.52; }

.u-lh-153 {
  line-height: 1.53; }

.u-lh-154 {
  line-height: 1.54; }

.u-lh-155 {
  line-height: 1.55; }

.u-lh-156 {
  line-height: 1.56; }

.u-lh-157 {
  line-height: 1.57; }

.u-lh-158 {
  line-height: 1.58; }

.u-lh-159 {
  line-height: 1.59; }

.u-lh-160 {
  line-height: 1.6; }

.u-lh-161 {
  line-height: 1.61; }

.u-lh-162 {
  line-height: 1.62; }

.u-lh-163 {
  line-height: 1.63; }

.u-lh-164 {
  line-height: 1.64; }

.u-lh-165 {
  line-height: 1.65; }

.u-lh-166 {
  line-height: 1.66; }

.u-lh-167 {
  line-height: 1.67; }

.u-lh-168 {
  line-height: 1.68; }

.u-lh-169 {
  line-height: 1.69; }

.u-lh-170 {
  line-height: 1.7; }

.u-lh-171 {
  line-height: 1.71; }

.u-lh-172 {
  line-height: 1.72; }

.u-lh-173 {
  line-height: 1.73; }

.u-lh-174 {
  line-height: 1.74; }

.u-lh-175 {
  line-height: 1.75; }

.u-lh-176 {
  line-height: 1.76; }

.u-lh-177 {
  line-height: 1.77; }

.u-lh-178 {
  line-height: 1.78; }

.u-lh-179 {
  line-height: 1.79; }

.u-lh-180 {
  line-height: 1.8; }

.u-lh-181 {
  line-height: 1.81; }

.u-lh-182 {
  line-height: 1.82; }

.u-lh-183 {
  line-height: 1.83; }

.u-lh-184 {
  line-height: 1.84; }

.u-lh-185 {
  line-height: 1.85; }

.u-lh-186 {
  line-height: 1.86; }

.u-lh-187 {
  line-height: 1.87; }

.u-lh-188 {
  line-height: 1.88; }

.u-lh-189 {
  line-height: 1.89; }

.u-lh-190 {
  line-height: 1.9; }

.u-lh-191 {
  line-height: 1.91; }

.u-lh-192 {
  line-height: 1.92; }

.u-lh-193 {
  line-height: 1.93; }

.u-lh-194 {
  line-height: 1.94; }

.u-lh-195 {
  line-height: 1.95; }

.u-lh-196 {
  line-height: 1.96; }

.u-lh-197 {
  line-height: 1.97; }

.u-lh-198 {
  line-height: 1.98; }

.u-lh-199 {
  line-height: 1.99; }

.u-lh-200 {
  line-height: 2; }

.u-m-t-0 {
  margin-top: 0px; }

.u-m-t-5 {
  margin-top: 5px; }

.u-m-t-10 {
  margin-top: 10px; }

.u-m-t-15 {
  margin-top: 15px; }

.u-m-t-20 {
  margin-top: 20px; }

.u-m-t-25 {
  margin-top: 25px; }

.u-m-t-30 {
  margin-top: 30px; }

.u-m-t-35 {
  margin-top: 35px; }

.u-m-t-40 {
  margin-top: 40px; }

.u-m-t-45 {
  margin-top: 45px; }

.u-m-t-50 {
  margin-top: 50px; }

.u-m-t-55 {
  margin-top: 55px; }

.u-m-t-56 {
  margin-top: 55px!important; }

.u-m-t-60 {
  margin-top: 60px; }

.u-m-t-65 {
  margin-top: 65px; }

.u-m-t-70 {
  margin-top: 70px; }

.u-m-t-75 {
  margin-top: 75px; }

.u-m-t-80 {
  margin-top: 80px; }

.u-m-t-85 {
  margin-top: 85px; }

.u-m-t-90 {
  margin-top: 90px; }

.u-m-t-95 {
  margin-top: 95px; }

.u-m-t-100 {
  margin-top: 100px; }

.u-m-t-105 {
  margin-top: 105px; }

.u-m-t-110 {
  margin-top: 110px; }

.u-m-t-115 {
  margin-top: 115px; }

.u-m-t-120 {
  margin-top: 120px; }

.u-m-t-125 {
  margin-top: 125px; }

.u-m-t-130 {
  margin-top: 130px; }

.u-m-t-135 {
  margin-top: 135px; }

.u-m-t-140 {
  margin-top: 140px; }

.u-m-t-145 {
  margin-top: 145px; }

.u-m-t-150 {
  margin-top: 150px; }

.u-m-t-155 {
  margin-top: 155px; }

.u-m-t-160 {
  margin-top: 160px; }

.u-m-t-165 {
  margin-top: 165px; }

.u-m-t-170 {
  margin-top: 170px; }

.u-m-t-175 {
  margin-top: 175px; }

.u-m-t-180 {
  margin-top: 180px; }

.u-m-t-185 {
  margin-top: 185px; }

.u-m-t-190 {
  margin-top: 190px; }

.u-m-t-195 {
  margin-top: 195px; }

.u-m-t-200 {
  margin-top: 200px; }

.u-m-t-a {
  margin-top: auto; }

.u-m-b-0 {
  margin-bottom: 0px; }

.u-m-b-5 {
  margin-bottom: 5px; }

.u-m-b-10 {
  margin-bottom: 10px; }

.u-m-b-15 {
  margin-bottom: 15px; }

.u-m-b-20 {
  margin-bottom: 20px; }

.u-m-b-25 {
  margin-bottom: 25px; }

.u-m-b-30 {
  margin-bottom: 30px; }

.u-m-b-35 {
  margin-bottom: 35px; }

.u-m-b-40 {
  margin-bottom: 40px; }

.u-m-b-45 {
  margin-bottom: 45px; }

.u-m-b-50 {
  margin-bottom: 50px; }

.u-m-b-55 {
  margin-bottom: 55px; }

.u-m-b-60 {
  margin-bottom: 60px; }

.u-m-b-65 {
  margin-bottom: 65px; }

.u-m-b-70 {
  margin-bottom: 70px; }

.u-m-b-75 {
  margin-bottom: 75px; }

.u-m-b-80 {
  margin-bottom: 80px; }

.u-m-b-85 {
  margin-bottom: 85px; }

.u-m-b-90 {
  margin-bottom: 90px; }

.u-m-b-95 {
  margin-bottom: 95px; }

.u-m-b-100 {
  margin-bottom: 100px; }

.u-m-b-105 {
  margin-bottom: 105px; }

.u-m-b-110 {
  margin-bottom: 110px; }

.u-m-b-115 {
  margin-bottom: 115px; }

.u-m-b-120 {
  margin-bottom: 120px; }

.u-m-b-125 {
  margin-bottom: 125px; }

.u-m-b-130 {
  margin-bottom: 130px; }

.u-m-b-135 {
  margin-bottom: 135px; }

.u-m-b-140 {
  margin-bottom: 140px; }

.u-m-b-145 {
  margin-bottom: 145px; }

.u-m-b-150 {
  margin-bottom: 150px; }

.u-m-b-155 {
  margin-bottom: 155px; }

.u-m-b-160 {
  margin-bottom: 160px; }

.u-m-b-165 {
  margin-bottom: 165px; }

.u-m-b-170 {
  margin-bottom: 170px; }

.u-m-b-175 {
  margin-bottom: 175px; }

.u-m-b-180 {
  margin-bottom: 180px; }

.u-m-b-185 {
  margin-bottom: 185px; }

.u-m-b-190 {
  margin-bottom: 190px; }

.u-m-b-195 {
  margin-bottom: 195px; }

.u-m-b-200 {
  margin-bottom: 200px; }

.u-m-b-a {
  margin-bottom: auto; }

.u-m-r-0 {
  margin-right: 0px; }

.u-m-r-5 {
  margin-right: 5px; }

.u-m-r-10 {
  margin-right: 10px; }

.u-m-r-15 {
  margin-right: 15px; }

.u-m-r-20 {
  margin-right: 20px; }

.u-m-r-25 {
  margin-right: 25px; }

.u-m-r-30 {
  margin-right: 30px; }

.u-m-r-35 {
  margin-right: 35px; }

.u-m-r-40 {
  margin-right: 40px; }

.u-m-r-45 {
  margin-right: 45px; }

.u-m-r-50 {
  margin-right: 50px; }

.u-m-r-55 {
  margin-right: 55px; }

.u-m-r-60 {
  margin-right: 60px; }

.u-m-r-65 {
  margin-right: 65px; }

.u-m-r-70 {
  margin-right: 70px; }

.u-m-r-75 {
  margin-right: 75px; }

.u-m-r-80 {
  margin-right: 80px; }

.u-m-r-85 {
  margin-right: 85px; }

.u-m-r-90 {
  margin-right: 90px; }

.u-m-r-95 {
  margin-right: 95px; }

.u-m-r-100 {
  margin-right: 100px; }

.u-m-r-105 {
  margin-right: 105px; }

.u-m-r-110 {
  margin-right: 110px; }

.u-m-r-115 {
  margin-right: 115px; }

.u-m-r-120 {
  margin-right: 120px; }

.u-m-r-125 {
  margin-right: 125px; }

.u-m-r-130 {
  margin-right: 130px; }

.u-m-r-135 {
  margin-right: 135px; }

.u-m-r-140 {
  margin-right: 140px; }

.u-m-r-145 {
  margin-right: 145px; }

.u-m-r-150 {
  margin-right: 150px; }

.u-m-r-155 {
  margin-right: 155px; }

.u-m-r-160 {
  margin-right: 160px; }

.u-m-r-165 {
  margin-right: 165px; }

.u-m-r-170 {
  margin-right: 170px; }

.u-m-r-175 {
  margin-right: 175px; }

.u-m-r-180 {
  margin-right: 180px; }

.u-m-r-185 {
  margin-right: 185px; }

.u-m-r-190 {
  margin-right: 190px; }

.u-m-r-195 {
  margin-right: 195px; }

.u-m-r-200 {
  margin-right: 200px; }

.u-m-r-a {
  margin-right: auto; }

.u-m-l-0 {
  margin-left: 0px; }

.u-m-l-5 {
  margin-left: 5px; }

.u-m-l-10 {
  margin-left: 10px; }

.u-m-l-15 {
  margin-left: 15px; }

.u-m-l-20 {
  margin-left: 20px; }

.u-m-l-25 {
  margin-left: 25px; }

.u-m-l-30 {
  margin-left: 30px; }

.u-m-l-35 {
  margin-left: 35px; }

.u-m-l-40 {
  margin-left: 40px; }

.u-m-l-45 {
  margin-left: 45px; }

.u-m-l-50 {
  margin-left: 50px; }

.u-m-l-55 {
  margin-left: 55px; }

.u-m-l-60 {
  margin-left: 60px; }

.u-m-l-65 {
  margin-left: 65px; }

.u-m-l-70 {
  margin-left: 70px; }

.u-m-l-75 {
  margin-left: 75px; }

.u-m-l-80 {
  margin-left: 80px; }

.u-m-l-85 {
  margin-left: 85px; }

.u-m-l-90 {
  margin-left: 90px; }

.u-m-l-95 {
  margin-left: 95px; }

.u-m-l-100 {
  margin-left: 100px; }

.u-m-l-105 {
  margin-left: 105px; }

.u-m-l-110 {
  margin-left: 110px; }

.u-m-l-115 {
  margin-left: 115px; }

.u-m-l-120 {
  margin-left: 120px; }

.u-m-l-125 {
  margin-left: 125px; }

.u-m-l-130 {
  margin-left: 130px; }

.u-m-l-135 {
  margin-left: 135px; }

.u-m-l-140 {
  margin-left: 140px; }

.u-m-l-145 {
  margin-left: 145px; }

.u-m-l-150 {
  margin-left: 150px; }

.u-m-l-155 {
  margin-left: 155px; }

.u-m-l-160 {
  margin-left: 160px; }

.u-m-l-165 {
  margin-left: 165px; }

.u-m-l-170 {
  margin-left: 170px; }

.u-m-l-175 {
  margin-left: 175px; }

.u-m-l-180 {
  margin-left: 180px; }

.u-m-l-185 {
  margin-left: 185px; }

.u-m-l-190 {
  margin-left: 190px; }

.u-m-l-195 {
  margin-left: 195px; }

.u-m-l-200 {
  margin-left: 200px; }

.u-m-l-a {
  margin-left: auto; }

.u-m-paragraph {
  margin-top: 40px; }

.u-p-t-0 {
  padding-top: 0px; }

.u-p-t-5 {
  padding-top: 5px; }

.u-p-t-10 {
  padding-top: 10px; }

.u-p-t-15 {
  padding-top: 15px; }

.u-p-t-20 {
  padding-top: 20px; }

.u-p-t-25 {
  padding-top: 25px; }

.u-p-t-30 {
  padding-top: 30px; }

.u-p-t-35 {
  padding-top: 35px; }

.u-p-t-40 {
  padding-top: 40px; }

.u-p-t-45 {
  padding-top: 45px; }

.u-p-t-50 {
  padding-top: 50px; }

.u-p-t-55 {
  padding-top: 55px; }

.u-p-t-60 {
  padding-top: 60px; }

.u-p-t-65 {
  padding-top: 65px; }

.u-p-t-70 {
  padding-top: 70px; }

.u-p-t-75 {
  padding-top: 75px; }

.u-p-t-80 {
  padding-top: 80px; }

.u-p-t-85 {
  padding-top: 85px; }

.u-p-t-90 {
  padding-top: 90px; }

.u-p-t-95 {
  padding-top: 95px; }

.u-p-t-100 {
  padding-top: 100px; }

.u-p-t-105 {
  padding-top: 105px; }

.u-p-t-110 {
  padding-top: 110px; }

.u-p-t-115 {
  padding-top: 115px; }

.u-p-t-120 {
  padding-top: 120px; }

.u-p-t-125 {
  padding-top: 125px; }

.u-p-t-130 {
  padding-top: 130px; }

.u-p-t-135 {
  padding-top: 135px; }

.u-p-t-140 {
  padding-top: 140px; }

.u-p-t-145 {
  padding-top: 145px; }

.u-p-t-150 {
  padding-top: 150px; }

.u-p-t-155 {
  padding-top: 155px; }

.u-p-t-160 {
  padding-top: 160px; }

.u-p-t-165 {
  padding-top: 165px; }

.u-p-t-170 {
  padding-top: 170px; }

.u-p-t-175 {
  padding-top: 175px; }

.u-p-t-180 {
  padding-top: 180px; }

.u-p-t-185 {
  padding-top: 185px; }

.u-p-t-190 {
  padding-top: 190px; }

.u-p-t-195 {
  padding-top: 195px; }

.u-p-t-200 {
  padding-top: 200px; }

.u-p-t-a {
  padding-top: auto; }

.u-p-b-0 {
  padding-bottom: 0px; }

.u-p-b-5 {
  padding-bottom: 5px; }

.u-p-b-10 {
  padding-bottom: 10px; }

.u-p-b-15 {
  padding-bottom: 15px; }

.u-p-b-20 {
  padding-bottom: 20px; }

.u-p-b-25 {
  padding-bottom: 25px; }

.u-p-b-30 {
  padding-bottom: 30px; }

.u-p-b-35 {
  padding-bottom: 35px; }

.u-p-b-40 {
  padding-bottom: 40px; }

.u-p-b-45 {
  padding-bottom: 45px; }

.u-p-b-50 {
  padding-bottom: 50px; }

.u-p-b-55 {
  padding-bottom: 55px; }

.u-p-b-60 {
  padding-bottom: 60px; }

.u-p-b-65 {
  padding-bottom: 65px; }

.u-p-b-70 {
  padding-bottom: 70px; }

.u-p-b-75 {
  padding-bottom: 75px; }

.u-p-b-80 {
  padding-bottom: 80px; }

.u-p-b-85 {
  padding-bottom: 85px; }

.u-p-b-90 {
  padding-bottom: 90px; }

.u-p-b-95 {
  padding-bottom: 95px; }

.u-p-b-100 {
  padding-bottom: 100px; }

.u-p-b-105 {
  padding-bottom: 105px; }

.u-p-b-110 {
  padding-bottom: 110px; }

.u-p-b-115 {
  padding-bottom: 115px; }

.u-p-b-120 {
  padding-bottom: 120px; }

.u-p-b-125 {
  padding-bottom: 125px; }

.u-p-b-130 {
  padding-bottom: 130px; }

.u-p-b-135 {
  padding-bottom: 135px; }

.u-p-b-140 {
  padding-bottom: 140px; }

.u-p-b-145 {
  padding-bottom: 145px; }

.u-p-b-150 {
  padding-bottom: 150px; }

.u-p-b-155 {
  padding-bottom: 155px; }

.u-p-b-160 {
  padding-bottom: 160px; }

.u-p-b-165 {
  padding-bottom: 165px; }

.u-p-b-170 {
  padding-bottom: 170px; }

.u-p-b-175 {
  padding-bottom: 175px; }

.u-p-b-180 {
  padding-bottom: 180px; }

.u-p-b-185 {
  padding-bottom: 185px; }

.u-p-b-190 {
  padding-bottom: 190px; }

.u-p-b-195 {
  padding-bottom: 195px; }

.u-p-b-200 {
  padding-bottom: 200px; }

.u-p-b-a {
  padding-bottom: auto; }

.u-p-r-0 {
  padding-right: 0px; }

.u-p-r-5 {
  padding-right: 5px; }

.u-p-r-10 {
  padding-right: 10px; }

.u-p-r-15 {
  padding-right: 15px; }

.u-p-r-20 {
  padding-right: 20px; }

.u-p-r-25 {
  padding-right: 25px; }

.u-p-r-30 {
  padding-right: 30px; }

.u-p-r-35 {
  padding-right: 35px; }

.u-p-r-40 {
  padding-right: 40px; }

.u-p-r-45 {
  padding-right: 45px; }

.u-p-r-50 {
  padding-right: 50px; }

.u-p-r-55 {
  padding-right: 55px; }

.u-p-r-60 {
  padding-right: 60px; }

.u-p-r-65 {
  padding-right: 65px; }

.u-p-r-70 {
  padding-right: 70px; }

.u-p-r-75 {
  padding-right: 75px; }

.u-p-r-80 {
  padding-right: 80px; }

.u-p-r-85 {
  padding-right: 85px; }

.u-p-r-90 {
  padding-right: 90px; }

.u-p-r-95 {
  padding-right: 95px; }

.u-p-r-100 {
  padding-right: 100px; }

.u-p-r-105 {
  padding-right: 105px; }

.u-p-r-110 {
  padding-right: 110px; }

.u-p-r-115 {
  padding-right: 115px; }

.u-p-r-120 {
  padding-right: 120px; }

.u-p-r-125 {
  padding-right: 125px; }

.u-p-r-130 {
  padding-right: 130px; }

.u-p-r-135 {
  padding-right: 135px; }

.u-p-r-140 {
  padding-right: 140px; }

.u-p-r-145 {
  padding-right: 145px; }

.u-p-r-150 {
  padding-right: 150px; }

.u-p-r-155 {
  padding-right: 155px; }

.u-p-r-160 {
  padding-right: 160px; }

.u-p-r-165 {
  padding-right: 165px; }

.u-p-r-170 {
  padding-right: 170px; }

.u-p-r-175 {
  padding-right: 175px; }

.u-p-r-180 {
  padding-right: 180px; }

.u-p-r-185 {
  padding-right: 185px; }

.u-p-r-190 {
  padding-right: 190px; }

.u-p-r-195 {
  padding-right: 195px; }

.u-p-r-200 {
  padding-right: 200px; }

.u-p-r-a {
  padding-right: auto; }

.u-p-l-0 {
  padding-left: 0px; }

.u-p-l-5 {
  padding-left: 5px; }

.u-p-l-10 {
  padding-left: 10px; }

.u-p-l-15 {
  padding-left: 15px; }

.u-p-l-20 {
  padding-left: 20px; }

.u-p-l-25 {
  padding-left: 25px; }

.u-p-l-30 {
  padding-left: 30px; }

.u-p-l-35 {
  padding-left: 35px; }

.u-p-l-40 {
  padding-left: 40px; }

.u-p-l-45 {
  padding-left: 45px; }

.u-p-l-50 {
  padding-left: 50px; }

.u-p-l-55 {
  padding-left: 55px; }

.u-p-l-60 {
  padding-left: 60px; }

.u-p-l-65 {
  padding-left: 65px; }

.u-p-l-70 {
  padding-left: 70px; }

.u-p-l-75 {
  padding-left: 75px; }

.u-p-l-80 {
  padding-left: 80px; }

.u-p-l-85 {
  padding-left: 85px; }

.u-p-l-90 {
  padding-left: 90px; }

.u-p-l-95 {
  padding-left: 95px; }

.u-p-l-100 {
  padding-left: 100px; }

.u-p-l-105 {
  padding-left: 105px; }

.u-p-l-110 {
  padding-left: 110px; }

.u-p-l-115 {
  padding-left: 115px; }

.u-p-l-120 {
  padding-left: 120px; }

.u-p-l-125 {
  padding-left: 125px; }

.u-p-l-130 {
  padding-left: 130px; }

.u-p-l-135 {
  padding-left: 135px; }

.u-p-l-140 {
  padding-left: 140px; }

.u-p-l-145 {
  padding-left: 145px; }

.u-p-l-150 {
  padding-left: 150px; }

.u-p-l-155 {
  padding-left: 155px; }

.u-p-l-160 {
  padding-left: 160px; }

.u-p-l-165 {
  padding-left: 165px; }

.u-p-l-170 {
  padding-left: 170px; }

.u-p-l-175 {
  padding-left: 175px; }

.u-p-l-180 {
  padding-left: 180px; }

.u-p-l-185 {
  padding-left: 185px; }

.u-p-l-190 {
  padding-left: 190px; }

.u-p-l-195 {
  padding-left: 195px; }

.u-p-l-200 {
  padding-left: 200px; }

.u-p-l-a {
  padding-left: auto; }

.u-p-10 {
  padding: 10px; }

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

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

.u-ta-r {
  text-align: right; }

.u-ta-j {
  text-align: justify; }

/* テキスト下線追加用 */
.u-td-u {
  text-decoration: underline; }

.u-va-t {
  vertical-align: top; }

.u-va-m {
  vertical-align: middle; }

.u-va-b {
  vertical-align: bottom; }

.u-whs-n {
  white-space: normal; }

.u-whs-p {
  white-space: pre; }

.u-whs-nw {
  white-space: nowrap; }

.u-whs-pw {
  white-space: pre-wrap; }

.u-whs-pl {
  white-space: pre-line; }

.u-hanging-indent {
  margin-left: 1em;
  text-indent: -1em; }

/* 就業環境ページ用　 */
.p-working__index {
  background: #f4f4f4;
  color: #00456f;
  margin-left: 0;
  margin-right: 3.33%;
  margin-top: 40px;
  padding: 30px; }
  .p-working__index h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }
  .p-working__index ul {
    margin-top: 36px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }
  .p-working__index li {
    display: block;
    padding-left: 1em;
    position: relative; }
  .p-working__index li:nth-child(n + 2) {
    margin-top: 20px; }
  .p-working__index li:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #00456f;
    border-radius: 50%;
    left: 0;
    top: 8px; }

@media all and (min-width: 897px) {
    body {
      font-size: 15px;
      font-size: 1.5rem; }
    .l-contents {
      margin-top: 80px; }
      .l-contents__in {
        padding-left: 0;
        padding-right: 0;
        width: 1000px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; }
      .l-contents__child {
        margin-top: 130px;
        line-height: 1.86;
        padding-bottom: 100px; }
      .l-contents__main {
        width: 720px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto; }
    .l-footer__copyright {
      background: #00456f;
      color: #ffffff;
      font-weight: 15; }
      .l-footer__copyright.index {
        background: #00456f;
        color: #ffffff; }
    .l-header {
      height: 80px; }
      .l-header__in {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .l-header__logo a {
          padding-left: 100px;
          padding-right: 35px;
          padding-top: 16px;
          padding-bottom: 15px; }
        .l-header__logo img {
          width: 171px;
          height: 49px; }
      .l-header__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .l-header__menu:before {
          width: 24px;
          border-top: 80px solid #ffffff;
          border-left: 24px solid #ffffff;
          border-right: 24px solid transparent; }
    .l-header__title {
      font-size: 20px;
      font-size: 2rem;
      padding-left: calc(68px + 24px);
      margin-right: auto; }
  .c-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .c-flex--wrap-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-flex--wrap-reverse-pc {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .c-flex--reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-flex--col-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-flex--col-reverse-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c-flex--hr-start-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c-flex--hr-end-pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .c-flex--hr-between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .c-flex--hr-around-pc {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .c-flex--vt-start-pc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c-flex--vt-end-pc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c-flex--vt-center-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-flex-item--align-start-pc {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .c-flex-item--align-end-pc {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .c-flex-item--align-center-pc {
    -ms-flex-item-align: center;
    align-self: center; }
  .c-flex-item--align-baseline-pc {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .c-flex-item--align-stretch-pc {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .c-flex-item--grow-1-pc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-flex-item--shrink-1-pc {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .c-flex-item--grow-2-pc {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .c-flex-item--shrink-2-pc {
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .c-flex-item--grow-3-pc {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .c-flex-item--shrink-3-pc {
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .c-flex-item--grow-4-pc {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .c-flex-item--shrink-4-pc {
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .c-flex-item--grow-5-pc {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .c-flex-item--shrink-5-pc {
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .c-flex-item--grow-6-pc {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .c-flex-item--shrink-6-pc {
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .c-flex-item--grow-7-pc {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .c-flex-item--shrink-7-pc {
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .c-flex-item--grow-8-pc {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .c-flex-item--shrink-8-pc {
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .c-flex-item--grow-9-pc {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .c-flex-item--shrink-9-pc {
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .c-flex-item--grow-10-pc {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .c-flex-item--shrink-10-pc {
    -ms-flex-negative: 10;
    flex-shrink: 10; }
    .c-btn01, .p-form__btn input {
      max-width: 220px;
      height: 50px;
      margin-left: 0; }
      .p-menu__navi {
        padding-left: 0; }
      .p-menu__navi > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    /*first-childの.p-menu__navi__linksを.p-menu__navi__links__topに変更（作業依頼書No.458197）*/
      .p-menu__navi > ul li:first-child .p-menu__navi__links__top {
        padding-top: 28px;
        padding-bottom: 28px; }
      .p-menu__navi > ul li:nth-child(2) .p-menu__navi__links {
        padding-top: 16px;
        padding-bottom: 16px; }
    .p-menu__navi__links {
        text-align: center;
        padding-left: 44px;
        padding-right: 44px;
        line-height: 1.73;
        display: block;
        position: relative; }
      .p-menu__navi__links:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 100px;
        height: 1px;
        left: -48px;
        background: #ffffff;
        -webkit-transform: rotate(-73deg);
        transform: rotate(-73deg); }
    /*.p-menu__navi__linksをコピーして.p-menu__navi__links__topを作成
    .p-menu__navi__links:before部分を削除（作業依頼書No.458197）*/
    .p-menu__navi__links__top {
        text-align: center;
        padding-left: 44px;
        padding-right: 44px;
        line-height: 1.73;
        display: block;
        position: relative; }
      .p-menu__hamburger {
        cursor: pointer;
        padding-left: 44px;
        padding-right: 35px; }
      .p-menu__hamburger:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 100px;
        height: 1px;
        left: -48px;
        background: #ffffff;
        -webkit-transform: rotate(-73deg);
        transform: rotate(-73deg); }
          .p-menu__hamburger__bar span {
            height: 1px; }
				.p-menu__open .p-menu__links.child.shinsotsu {
					padding-left: 110px;
					background-image: url("../images/common/tag_shinsotsu.png");
					background-repeat: no-repeat;
					background-position: 40px center;}
				.p-menu__open .p-menu__links.child.chuto {
					padding-left: 110px;
					background-image: url("../images/common/tag_chuto.png");
					background-repeat: no-repeat;
					background-position: 40px center;}
        .p-menu__open__in {
          padding-bottom: 100px;
          top: 80px;
          width: 440px;
          height: 100vh;
          max-height: 100vh;
          overflow-y: scroll;
          right: 0;
          left: auto;
          -webkit-transform: translateX(1000px);
          transform: translateX(1000px); }
          .p-menu__open__in.is-open {
            -webkit-transform: translateX(0);
            transform: translateX(0); }
        .p-menu__open .p-menu__links {
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 40px; }
          .p-menu__open .p-menu__links.child {
            font-size: 14px;
            font-size: 1.4rem; }
        .p-menu__open__entry {
          margin-top: 30px; }
            .p-menu__open__entry ul li {
              max-width: 205px; }
          .p-menu__open__entry__links {
            padding-left: 40px; }
          .p-menu__open__entry__links:before {
            position: absolute;
            display: block;
            content: "";
            width: 8px;
            height: 8px;
            border-top: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
            bottom: 0;
            margin: auto;
            left: 20px; }
            .p-menu__open__entry__links:after {
              content: none; }
      .p-menu__open__bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 80px;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .p-text01 {
      line-height: 2.26; }
    .p-text02 {
      line-height: 1.86;
      margin-top: 20px; }
    .p-text03 {
      line-height: 1.86; }
    .p-page__btn {
      bottom: 30px;
      right: 60px;
      cursor: pointer; }
    .p-heading-01 {
      font-size: 42px;
      font-size: 4.2rem; }
      .p-heading-01 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        margin-top: 10px; }
    .p-heading-02 {
      font-size: 32px;
      font-size: 3.2rem; }
    .p-heading-03 {
      font-size: 24px;
      font-size: 2.4rem; }
    .p-heading-03h {
      font-size: 24px;
      font-size: 2.4rem; }
    .p-heading-04 {
      font-size: 24px;
      font-size: 2.4rem; }
    .p-heading-05 {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 40px; }
    .p-heading-06 {
      font-size: 22px;
      font-size: 2.2rem;
      padding-bottom: 15px;
      margin-top: 60px; }
    .p-section-01 {
      margin-top: 80px; }
    .p-child__main {
      margin-top: 60px; }
    .p-child__box {
      padding: 40px 60px;
      margin-top: 40px; }
      .p-child__box--yellow {
        background-size: 31%; }	
      .p-child__box--blue {
        background-size: 24.3%; }
      .p-child__box--green {
        background-size: 37%; }
			.p-child__box--infrastructure {
				padding: 20px;
			}
			.p-child__box--business {
				margin-top: 28px;
				padding: 20px;
			}
			.p-child__box--technology {
				margin-top: 28px;
				padding: 20px;
			}
  .p-child__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .p-child__noflex {
      margin-top: 0; }
      .p-child__noflex img {
        margin-top: 60px; }
    .p-child__btn {
      padding-right: calc(1.5em + 40px);
      padding-left: 40px;
      font-size: 15px;
      font-size: 1.5rem; }
      .p-child__btn:before {
        right: 40px;
        left: auto; }
    .p-child__item img {
      margin-top: 0; }
  .p-sidemenu__aside {
    width: 240px;
    margin-top: 60px; }
  .p-sidemenu__aside__list {
    margin-top: 15px; }
    .p-sidemenu__aside__list li:after {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 80px;
      top: 3px;
      left: 3px;
      z-index: 0;
      background: rgba(0, 69, 111, 0.8); }
  .p-sidemenu__aside__list__items {
    display: block;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #eae8e8; }
  .p-sidemenu__aside__list__items.business {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.73; }
    .p-common__heading {
      padding-top: 40px; }
  .p-common__main {
    width: 720px;
    min-width: 720px;
    margin-top: 60px; }
    .p-common__col03 {
      padding-left: 0;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-common__col03__item {
        width: calc((100% - 40px) / 3); }
        .p-common__col03__item:nth-child(n + 2) {
          margin-top: 0; }
      .p-common__col03__item:nth-child(n + 4) {
        margin-top: 60px; }
    .p-common__list {
      margin-top: 30px; }
        .p-common__list li:nth-child(n + 2) {
          margin-top: 20px; }
        .p-common__list li:before {
          width: 8px;
          height: 8px;
          top: 8px; }
/* 採用情報ページ用　ここから */
        .p-recruitinfo__list li:nth-child(n + 2) {
          margin-top: 0px; }
        .p-recruitinfo__list li:before {
          width: 8px;
          height: 8px;
          top: 8px; }
/* 採用情報ページ用　ここまで */
    .p-common__ttl {
      padding-left: 20px;
      padding-right: 0;
      margin-left: -20px; }
    .p-common__work__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-top: 30px;
      width: 100%; }
      .p-common__work__flex img {
        width: 171px;
        margin-left: 30px;
        min-width: 245px;
        margin-top: 0;
        margin-bottom: 0; }
    .p-common__work__flex.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .p-common__work__flex.reverse img {
      margin-left: 0;
      margin-right: 30px; }
    .p-index .u-bg-img {
      padding-bottom: 100px; }
      .p-index__heading01 {
        font-size: 42px;
        font-size: 4.2rem;
        z-index: 1; }
      .p-index__btn {
        margin-top: 25px; }
      .p-index__txt {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px; }
      .p-index__mv {
        padding-top: 40px;
        width: 1166px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
				-ms-align-items: center;
				align-items: center;
        flex-direction: row-reverse; }
        .p-index__mv__img {
          max-width: none;
          width: 57%; }
        .p-index__mv__txt {
          margin-top: 97px;
          font-size: 40px;
          font-size: 4rem;
          text-align: left;
          line-height: 1.5;
          min-width: 440px;
          font-weight: 400; }
        .p-index__mv__txtimg {
					padding-top: 20px;
					padding-right: 10px;
          max-width: none;
          width: 43%; }
        .p-index__mv__txtimg {
					padding-right: 10px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          max-width: none;
          width: 23%; }
        .p-index__mv__grad {
          width: 370px;
          margin-left: 0;
          margin-top: 40px; }
      .p-index__message:after {
        position: absolute;
        display: block;
        content: "";
        position: absolute;
        width: 70%;
        height: 77%;
        background: #daf1fc;
        top: 50px;
        left: 0;
        z-index: 0; }
      .p-index__message:before {
        position: absolute;
        display: block;
        content: "";
        left: calc(70% - 1px);
        top: 50px;
        width: 30%;
        height: 77%;
        background-image: url("../images/index/message_parts_pc.png");
        background-repeat: no-repeat; }
        .p-index__message__img {
          margin-left: auto;
          margin-right: 0; }
      .p-index__message__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        position: relative; }
      .p-index__message__txt {
        max-width: 345px; }
      .p-index__message__txtimg {
        max-width: 345px; }
        .p-index__message__bg {
          z-index: 0;
          background: transparent;
          z-index: 0;
          margin-right: 0;
          width: 44%;
          max-width: 440px;
          padding-top: 0;
          margin-top: 0; }
      .p-index__business__contents {
        width: 1000px;
        margin-left: auto;
        margin-right: auto; }
      .p-index__business__block {
        max-width: 848px;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .p-index__business__block .p-index__txt {
        max-width: 563px;
        margin-right: 62px; }
        .p-index__business__links ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .p-index__business__links ul > li {
          width: calc((100% - 40px) / 3); }
          .p-index__business__links ul li:nth-child(n + 2) {
            margin-top: 0; }
        .p-index__business__box {
          min-height: 366px; }
            .p-index__business__box__txt p {
              line-height: 1.6;
              min-height: 75px; }
            .p-index__business__box__txt h3 {
              text-align: left;
              padding-left: 76px; }
              .p-index__business__box__txt h3:after {
                right: 30px; }
              .p-index__business__box__txt h3:before {
                right: 28px; }
      .p-index__bottom {
        width: 100%;
        background: transparent; }
        .p-index__bottom:before {
          width: 145px;
          height: 88%;
          background: transparent;
          background-image: url("../images/index/bottom_parts_pc.png");
          background-position: right top;
          background-repeat: no-repeat;
          background-size: contain;
          right: 87%;
          left: auto; }
      .p-index__bottom:after {
        position: absolute;
        display: block;
        content: "";
        height: 88%;
        width: 87%;
        background: #00456f;
        top: 0;
        right: 0;
        z-index: 0; }
      .p-index__bottom__block {
        z-index: 1;
        position: relative;
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: transparent; }
        .p-index__bottom__img {
          margin-top: 40px; }
          .p-index__bottom__img img {
            margin-left: auto; }
        .p-index__bottom__links {
          padding-top: 0px;
          padding-bottom: 50px;
          width: 397px; }
          .p-index__bottom__links ul li:nth-child(n + 1) {/* n+1をn+2に変更(作業依頼書No.458197) */
            margin-top: 60px; }
        .p-index__bottom__links ul li:nth-child(1) {
          padding-left: 77px; }
        .p-index__bottom__links ul li:nth-child(2) {
          padding-left: 33px; }
          .p-index__bottom__here--01:after {
            right: 0px;
            left: 250px; }
          .p-index__bottom__here--01:before {
            right: 0px;
            left: 282px; }
          .p-index__bottom__here--02:after {
            right: 0px;
            left: 250px; }
          .p-index__bottom__here--02:before {
            right: 0px;
            left: 282px; }
          .p-index__bottom__here--03:after {
            right: 0px;
            left: 250px; }
          .p-index__bottom__here--03:before {
            right: 0px;
            left: 282px; }
		.p-employ__link a {
			padding: 5px 20px;
			font-size: 24px;
			font-size: 2.4rem;
		}
    .p-employ__member {
      margin-top: 80px;
      max-width: calc(1000px - 120px);
      margin-right: auto;
      margin-left: auto; }
      .p-employ__member__items:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        z-index: 1; }
        .p-employ__member__items:after {
          -webkit-transform: skew(-15deg);
          transform: skew(-15deg); }
        .p-employ__member__items:nth-child(n + 2) {
          margin-top: 40px; }
      .p-employ__member__img {
        width: 230px;
        height: 230px;
        max-width: none; }
        .p-employ__member__img img {
          margin-left: -60px; }
      .p-employ__member__desc {
        background: transparent;
        margin-left: -60px;
        padding: 25px 50px 30px; }
        .p-employ__member__desc h2 {
          font-size: 35px;
          font-size: 3.5rem;
          margin-top: 10px;
          margin-right: 30px; }
        .p-employ__member__desc__join {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          margin-top: 16px; }
        .p-employ__member__desc__course {
          white-space: nowrap;
          line-height: 1;
          font-size: 15px;
          font-size: 1.5rem; }
      .p-employ__member__desc__catch {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.5; }
      .p-employ__member__desc__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
/* 各TOPページ用  沢辺追加 start  */      
      .p-employ__member__desc2 {
        background: transparent;
        margin-left: -30px;
        padding: 30px 50px 45px; }
/* 各TOPページ用  沢辺追加 end  */      

    .p-interview {
      padding-bottom: 100px; }
      .p-interview__heading {
        padding-top: 40px; }
      .p-interview__ttl {
        padding-left: 20px;
        padding-right: 0;
        margin-left: -20px; }
      .p-interview__subttl {
        font-size: 24px;
        font-size: 2.4rem; }
      .p-interview__catch {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.5;
        margin-top: 60px; }
      .p-interview__intro {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .p-interview__intro__img {
          width: 720px;
          min-width: 720px; }
          .p-interview__intro__img.env img {
            -o-object-position: -70px center;
            object-position: -70px center; }
        .p-interview__intro__desc {
          margin-top: 0;
          min-width: 460px;
          width: 460px;
					height: 371px;
          padding: 40px;
          position: relative;
          margin-top: -70px; }
        .p-interview__intro__desc:before {
          position: absolute;
          display: block;
          content: "";
          background-image: url("../images/index/bottom_parts_pc.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: contain;
          top: 0;
          left: -29%;
          width: 30%;
          height: 100%; }
        .p-interview__intro__desc__belong {
          font-size: 18px;
          font-size: 1.8rem; }
          .p-interview__intro__desc__join {
            margin-top: 30px;
            line-height: 1.8; }
        .p-interview__intro h2 {
          margin-top: 20px;
          padding-bottom: 0; }
          .p-interview__intro h2:after {
            content: none; }
          .p-interview__intro table td {
            padding-left: 20px; }
          .p-interview__intro table .u-fw-3 {
            font-size: 12px;
            font-size: 1.2rem; }
        .p-interview__intro__desc2 {
          margin-top: 0;
          min-width: 470px;
          width: 470px;
		  height: 285px;
          padding: 40px;
          position: relative;
          margin-top: -70px; }
        .p-interview__intro__desc2:before {
          position: absolute;
          display: block;
          content: "";
          background-image: url("../images/index/bottom_parts_pc.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: contain;
          top: 0;
          left: -22%;
          width: 30%;
          height: 100%; }
        .p-interview__intro__desc2__belong {
          margin-top: 10px;
          font-size: 18px;
          font-size: 1.8rem; }
          .p-interview__intro__desc2__join {
            margin-top: 20px;
            line-height: 1.8; }
        .p-interview__intro h2 {
          margin-top: 20px;
          padding-bottom: 0; }
          .p-interview__intro h2:after {
            content: none; }
          .p-interview__intro table td {
            padding-left: 20px; }
          .p-interview__intro table .u-fw-3 {
            font-size: 12px;
            font-size: 1.2rem; }
    .p-interview__flex {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .p-interview__main {
      width: 720px;
      min-width: 720px;
      margin-top: 60px; }
    .p-interview__main2 {
      width: 720px;
      min-width: 720px;
      margin-top: 0px; }
      .p-interview__index {
        width: 100%;
        padding: 25px 40px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0; }
        .p-interview__index h2 {
          font-size: 18px;
          font-size: 1.8rem; }
        .p-interview__index ul {
          margin-top: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .p-interview__index ul li {
          margin-right: 30px;
          font-weight: 300;
          font-size: 16px;
          font-size: 1.6rem; }
          .p-interview__index ul li:nth-child(n + 2) {
            margin-top: 0; }
        .p-interview__index ul li:nth-child(n + 4) {
          margin-top: 18px; }
        .p-interview__index ul li:last-child {
          margin-right: 0; }
      .p-interview__index2 {
        width: 100%;
        padding: 25px 40px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0; }
        .p-interview__index2 h2 {
          font-size: 18px;
          font-size: 1.8rem; }
        .p-interview__index2 ul {
          margin-top: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .p-interview__index2 ul li {
          margin-right: 30px;
          font-weight: 300;
          font-size: 16px;
          font-size: 1.6rem; }
          .p-interview__index2 ul li:nth-child(n + 2) {
            margin-top: 0; }
        .p-interview__index2 ul li:nth-child(n + 5) {
          margin-top: 18px; }
        .p-interview__index2 ul li:last-child {
          margin-right: 0; }
      .p-interview__work__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 30px;
        width: 100%; }
        .p-interview__work__flex img {
          width: 171px;
          margin-left: 30px; }
      .p-interview__growth__img {
        margin-top: 20px; }
    .p-interview__schedule__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-interview__schedule__block {
        margin-top: 26px;
        width: calc((100% - 40px) / 2); }
      .p-interview__schedule__dot.last-pc:after {
        content: none; }
      .p-interview__schedule__detail {
        padding-bottom: 46px; }
        .p-interview__schedule__detail p {
          line-height: 1.86;
          font-size: 15px;
          font-size: 1.5rem; }
      .p-interview__hitokoto {
        width: 760px;
        max-width: 760px;
        background-position: 546px 116px;
        margin-left: 0; }
      .p-interview__hitokoto__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-interview__hitokoto h3 {
          font-size: 28px;
          font-size: 2.8rem; }
        .p-interview__hitokoto img {
          margin-top: -53px;
          width: 140px;
          margin-right: 50px; }
    .p-interview__aside {
      width: 240px;
      margin-top: 60px; }
    .p-interview__aside__list {
      margin-top: 15px; }
      .p-interview__aside__list li:after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 80px;
        top: 3px;
        left: 3px;
        z-index: 0; }
    .p-interview__aside__list__items {
      display: block;
      width: 100%;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 1;
      background: #eae8e8; }
    .p-interview__aside__list__items.business {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.73; }
    .p-environment__flex img {
      min-width: 245px;
      margin-top: 0;
      margin-bottom: 0; }
  .p-environment__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .p-environment__flex.reverse img {
    margin-left: 0;
    margin-right: 30px; }

/* 就業環境ページ用　ここから */
  .p-working__flex {
      width: 550px; 
      margin-left: auto;
      margin-right: auto; }
  .p-working__flex img {
      min-width: 245px;
      margin-top: 0;
      margin-bottom: 0; }
  .p-working__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .p-working__flex.reverse img {
    margin-left: 0;
    margin-right: 30px; }
/* 就業環境ページ用　ここまで */

    .p-form span.required {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 4px 8px;
      margin-right: 4px; }
    .p-form__grab {
      margin-top: 40px; }
    .p-form__area {
      margin-top: 40px;
      margin-bottom: 100px; }
        .p-form__area table th,
        .p-form__area table td {
          display: table-cell; }
        .p-form__area table th {
          padding-top: 40px; }
        .p-form__area table td {
          padding-top: 40px;
          margin-top: 0; }
    .p-form__area_c {
      margin-top: 40px;
      margin-bottom: 100px; }
        .p-form__area_c table {
          width: 100%;
          margin-left: 20px; }
        .p-form__area_c table th,
        .p-form__area_c table td {
          display: table-cell; }
        .p-form__area table th {
          padding-top: 10px;
          margin-bottom: 20px; }
        .p-form__area_c table td {
          padding-top: 15px;
          margin-bottom: 20px;
          padding-left: 20px;
          margin : 0;
          background-color: #f2f2f2;
          border: solid 1px #ffffff; }
    .p-form__item {
      width: 240px;
      min-width: 240px;
      line-height: 2; }
    .p-form__text input[type="text"],
    .p-form__text select {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 12px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .p-form__text_c {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 400;}

    .p-form__select {
      width: 15%;
      margin-right: 8px;
      padding-right: 1em; }
      .p-form__select:after {
        right: 4.6em; }
      .p-form__select.year {
        width: 22%; }
    .p-form__radio__label {
      padding: 5px 28px; }
    .p-form__address input.number01 {
      width: 10%; }
    .p-form__address input.number02 {
      width: 14%; }
    .p-form__address input.address {
      margin-top: 20px; }
      .p-form__mail input.mail01 {
        width: 40%; }
      .p-form__mail input.mail02 {
        width: 30%; }
    .p-form__privacy {
      margin-top: 60px; }
      .p-form__privacy__inner {
        padding: 60px 70px;
        margin-top: 40px; }
      .p-form__privacy__list {
        margin-top: 40px; }
    .p-form__btn {
      width: 480px;
      margin-top: 40px; }
    .p-crossover__figure {
      margin-top: 40px; }
      .p-crossover__figure h4 {
        font-size: 28px;
        font-size: 2.8rem; }
      .p-crossover__figure__box {
        padding: 32px 0; }
        .p-crossover__figure__box__item {
          font-size: 22px;
          font-size: 2.2rem;
          padding-left: 60px;
          padding-right: 60px; }
          .p-crossover__figure__box__item.item02 {
            background-size: 64px; }
          .p-crossover__figure__box__item.item03 {
            background-size: 94px; }
  .p-crossover__item {
    width: 47.22%;
    max-width: 340px; }
  .p-crossover__item.sales {
    margin-top: 30px; }
    .p-crossover__item.sales img {
      margin-left: 0;
      margin-top: 0; }
    .p-crossover__flowitem {
      margin-top: 30px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .p-crossover__flow {
      margin-right: 28px; }
      .p-crossover__flow__box {
        font-size: 18px;
        font-size: 1.8rem; }
    .p-crossover__arrow p {
      font-size: 20px;
      font-size: 2rem; }
    .p-crossover__list {
      margin-top: 30px; }
        .p-crossover__list li:nth-child(n + 2) {
          margin-top: 20px; }
        .p-crossover__list li:before {
          width: 8px;
          height: 8px;
          top: 8px; }
    .p-crossover__table {
      overflow: auto; }
      .p-crossover__table td {
        height: 107px;
        max-height: 107px; }
        .p-crossover__table td img {
          max-width: 120px;
          width: 66%; }
/* 採用情報ページ用　ここから */
    .p-recruitinfo__table {
      width: 720px;
      overflow: auto; }
      .p-recruitinfo__table td {
        padding: 10px; }
        .p-recruitinfo__table td img {
          max-width: 480px;
          width: 100%; }
    .p-recruitinfo__table.process {
      width: 300px; }

/* 採用情報ページ用　ここまで */
/* FAQページ用 ここから */
  .p-faq {
    color: #00456f;
    padding-left: 10px;
    margin-top: 45px;
    background-position: 5px top;
    background-repeat: no-repeat;
    padding-left: 3.33%;
    padding-right: 3.33%; }
    .p-faq-title {
      padding-top: 25px;
      background-size: 50px 54px;
      background-image: url("../images/interview/common/parts02.png");
      border-bottom: medium dotted #00456f; }
    .p-faq-title_no {
      padding-left: -10em;
      color: #008080; 
      font-size: 18px;
      font-size: 1.8rem; }
    .p-faq-title_m {
      display: block;        
      margin-top: -20px;
      margin-left: -50px;
      text-indent: 5em;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-faq-ans_no {
      padding-top: 10px;
      padding-left: 35px;
      color: #008080; 
      font-size: 18px;
      font-size: 1.8rem; }
    .p-faq-ans {
      margin-top: 20px;
      margin-left: 43px;
      padding-bottom: 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .p-faq-ans a {
      text-decoration: underline; }
/* FAQページ用 ここまで */
/* 採用naviボタン用　ここから */
    .recruit_navi_box {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.recruit_navi_box:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
    .recruit_navi_box_s {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.recruit_navi_box_s:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.recruit_navi_short {
	width: 300px;
}

.recruit_navi_short_right {
	float: right;
	width: 290px;
	margin-left: 5px;
	margin-right: 30px;
}

.recruit_navi_short_left {
	float: left;
	width: 290px;
	margin-left: 30px;
	margin-right: 5px;
}

.recruit_navi_long {
	width: 700px;
}
.recruit_navi_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_navi_n_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_navi_n.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_navi_link p,.recruit_navi_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 20px;
	color: #1B6FB4;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.recruit_navi_link a,.recruit_navi_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit_mynavi_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_n_link {
	float: left;
	background: #FFFFFF url(../images/recruitinfo/button_mynavi_n.png) no-repeat center right;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.recruit_mynavi_link p,.recruit_mynavi_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 20px;
	color: #1B6FB4;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.recruit_mynavi_link a,.recruit_mynavi_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cijmypage_link {
	float: left;
	background: #FFFFFF;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.cijmypage_n_link {
	float: left;
	background: #FFFFFF;
	border: #1B6FB4 solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 8px;
	margin-left: 10px;
	overflow: hidden;
	min-width: 274px;
	position: relative;
}
.cijmypage_link p,.cijmypage_n_link p {
	background: url(../images/recruitinfo/footer_link_kaisya.png) no-repeat left;
	padding-top: 2px;
	padding-left: 30px;
	color: #1B6FB4;
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.cijmypage_link a,.cijmypage_n_link a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 採用naviボタン用　ここまで */

    .p-si__type {
      margin-top: 60px; }
      .p-si__type__item {
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 80px;
        padding-left: 56px;
        padding-right: 56px; }
        .p-si__type__item.item01 {
          background-size: 70px; }
        .p-si__type__item.item02 {
          background-size: 122px; }
        .p-si__type__item.item03 {
          background-size: 50px; }
    .p-si__box {
      margin-top: 60px; }
    .p-si__flowitem {
      margin-top: 80px; }
    .p-si__flow__arrow p {
      font-size: 22px;
      font-size: 2.2rem; }
    .p-si__flow__box {
      margin-top: 40px; }
      .p-si__flow__box__item {
        width: calc((100% - 96px) / 7);
        height: 308px;
        font-size: 20px;
        font-size: 2rem; }
          .p-si__flow__box__item:nth-child(n + 2):after {
            border-left: 7px solid #4b4b4b;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            left: -11px; }
    .p-si__desc {
      margin-top: 80px; }
    .u-bg-img {
      background-image: url("../images/index/bg_pc.jpg"); }
  .u-hidden-pc {
    display: none; }
  .u-m-t-pc-0 {
    margin-top: 0px; }
  .u-m-t-pc-5 {
    margin-top: 5px; }
  .u-m-t-pc-10 {
    margin-top: 10px; }
  .u-m-t-pc-15 {
    margin-top: 15px; }
  .u-m-t-pc-20 {
    margin-top: 20px; }
  .u-m-t-pc-25 {
    margin-top: 25px; }
  .u-m-t-pc-30 {
    margin-top: 30px; }
  .u-m-t-pc-35 {
    margin-top: 35px; }
  .u-m-t-pc-40 {
    margin-top: 40px; }
  .u-m-t-pc-45 {
    margin-top: 45px; }
  .u-m-t-pc-50 {
    margin-top: 50px; }
  .u-m-t-pc-55 {
    margin-top: 55px; }
  .u-m-t-pc-60 {
    margin-top: 60px; }
  .u-m-t-pc-65 {
    margin-top: 65px; }
  .u-m-t-pc-70 {
    margin-top: 70px; }
  .u-m-t-pc-75 {
    margin-top: 75px; }
  .u-m-t-pc-80 {
    margin-top: 80px; }
  .u-m-t-pc-85 {
    margin-top: 85px; }
  .u-m-t-pc-90 {
    margin-top: 90px; }
  .u-m-t-pc-95 {
    margin-top: 95px; }
  .u-m-t-pc-100 {
    margin-top: 100px; }
  .u-m-t-pc-105 {
    margin-top: 105px; }
  .u-m-t-pc-110 {
    margin-top: 110px; }
  .u-m-t-pc-115 {
    margin-top: 115px; }
  .u-m-t-pc-120 {
    margin-top: 120px; }
  .u-m-t-pc-125 {
    margin-top: 125px; }
  .u-m-t-pc-130 {
    margin-top: 130px; }
  .u-m-t-pc-135 {
    margin-top: 135px; }
  .u-m-t-pc-140 {
    margin-top: 140px; }
  .u-m-t-pc-145 {
    margin-top: 145px; }
  .u-m-t-pc-150 {
    margin-top: 150px; }
  .u-m-t-pc-155 {
    margin-top: 155px; }
  .u-m-t-pc-160 {
    margin-top: 160px; }
  .u-m-t-pc-165 {
    margin-top: 165px; }
  .u-m-t-pc-170 {
    margin-top: 170px; }
  .u-m-t-pc-175 {
    margin-top: 175px; }
  .u-m-t-pc-180 {
    margin-top: 180px; }
  .u-m-t-pc-185 {
    margin-top: 185px; }
  .u-m-t-pc-190 {
    margin-top: 190px; }
  .u-m-t-pc-195 {
    margin-top: 195px; }
  .u-m-t-pc-200 {
    margin-top: 200px; }
  .u-m-b-pc-0 {
    margin-bottom: 0px; }
  .u-m-b-pc-5 {
    margin-bottom: 5px; }
  .u-m-b-pc-10 {
    margin-bottom: 10px; }
  .u-m-b-pc-15 {
    margin-bottom: 15px; }
  .u-m-b-pc-20 {
    margin-bottom: 20px; }
  .u-m-b-pc-25 {
    margin-bottom: 25px; }
  .u-m-b-pc-30 {
    margin-bottom: 30px; }
  .u-m-b-pc-35 {
    margin-bottom: 35px; }
  .u-m-b-pc-40 {
    margin-bottom: 40px; }
  .u-m-b-pc-45 {
    margin-bottom: 45px; }
  .u-m-b-pc-50 {
    margin-bottom: 50px; }
  .u-m-b-pc-55 {
    margin-bottom: 55px; }
  .u-m-b-pc-60 {
    margin-bottom: 60px; }
  .u-m-b-pc-65 {
    margin-bottom: 65px; }
  .u-m-b-pc-70 {
    margin-bottom: 70px; }
  .u-m-b-pc-75 {
    margin-bottom: 75px; }
  .u-m-b-pc-80 {
    margin-bottom: 80px; }
  .u-m-b-pc-85 {
    margin-bottom: 85px; }
  .u-m-b-pc-90 {
    margin-bottom: 90px; }
  .u-m-b-pc-95 {
    margin-bottom: 95px; }
  .u-m-b-pc-100 {
    margin-bottom: 100px; }
  .u-m-b-pc-105 {
    margin-bottom: 105px; }
  .u-m-b-pc-110 {
    margin-bottom: 110px; }
  .u-m-b-pc-115 {
    margin-bottom: 115px; }
  .u-m-b-pc-120 {
    margin-bottom: 120px; }
  .u-m-b-pc-125 {
    margin-bottom: 125px; }
  .u-m-b-pc-130 {
    margin-bottom: 130px; }
  .u-m-b-pc-135 {
    margin-bottom: 135px; }
  .u-m-b-pc-140 {
    margin-bottom: 140px; }
  .u-m-b-pc-145 {
    margin-bottom: 145px; }
  .u-m-b-pc-150 {
    margin-bottom: 150px; }
  .u-m-b-pc-155 {
    margin-bottom: 155px; }
  .u-m-b-pc-160 {
    margin-bottom: 160px; }
  .u-m-b-pc-165 {
    margin-bottom: 165px; }
  .u-m-b-pc-170 {
    margin-bottom: 170px; }
  .u-m-b-pc-175 {
    margin-bottom: 175px; }
  .u-m-b-pc-180 {
    margin-bottom: 180px; }
  .u-m-b-pc-185 {
    margin-bottom: 185px; }
  .u-m-b-pc-190 {
    margin-bottom: 190px; }
  .u-m-b-pc-195 {
    margin-bottom: 195px; }
  .u-m-b-pc-200 {
    margin-bottom: 200px; }
  .u-m-r-pc-0 {
    margin-right: 0px; }
  .u-m-r-pc-5 {
    margin-right: 5px; }
  .u-m-r-pc-10 {
    margin-right: 10px; }
  .u-m-r-pc-15 {
    margin-right: 15px; }
  .u-m-r-pc-20 {
    margin-right: 20px; }
  .u-m-r-pc-25 {
    margin-right: 25px; }
  .u-m-r-pc-30 {
    margin-right: 30px; }
  .u-m-r-pc-35 {
    margin-right: 35px; }
  .u-m-r-pc-40 {
    margin-right: 40px; }
  .u-m-r-pc-45 {
    margin-right: 45px; }
  .u-m-r-pc-50 {
    margin-right: 50px; }
  .u-m-r-pc-55 {
    margin-right: 55px; }
  .u-m-r-pc-60 {
    margin-right: 60px; }
  .u-m-r-pc-65 {
    margin-right: 65px; }
  .u-m-r-pc-70 {
    margin-right: 70px; }
  .u-m-r-pc-75 {
    margin-right: 75px; }
  .u-m-r-pc-80 {
    margin-right: 80px; }
  .u-m-r-pc-85 {
    margin-right: 85px; }
  .u-m-r-pc-90 {
    margin-right: 90px; }
  .u-m-r-pc-95 {
    margin-right: 95px; }
  .u-m-r-pc-100 {
    margin-right: 100px; }
  .u-m-r-pc-105 {
    margin-right: 105px; }
  .u-m-r-pc-110 {
    margin-right: 110px; }
  .u-m-r-pc-115 {
    margin-right: 115px; }
  .u-m-r-pc-120 {
    margin-right: 120px; }
  .u-m-r-pc-125 {
    margin-right: 125px; }
  .u-m-r-pc-130 {
    margin-right: 130px; }
  .u-m-r-pc-135 {
    margin-right: 135px; }
  .u-m-r-pc-140 {
    margin-right: 140px; }
  .u-m-r-pc-145 {
    margin-right: 145px; }
  .u-m-r-pc-150 {
    margin-right: 150px; }
  .u-m-r-pc-155 {
    margin-right: 155px; }
  .u-m-r-pc-160 {
    margin-right: 160px; }
  .u-m-r-pc-165 {
    margin-right: 165px; }
  .u-m-r-pc-170 {
    margin-right: 170px; }
  .u-m-r-pc-175 {
    margin-right: 175px; }
  .u-m-r-pc-180 {
    margin-right: 180px; }
  .u-m-r-pc-185 {
    margin-right: 185px; }
  .u-m-r-pc-190 {
    margin-right: 190px; }
  .u-m-r-pc-195 {
    margin-right: 195px; }
  .u-m-r-pc-200 {
    margin-right: 200px; }
  .u-m-l-pc-0 {
    margin-left: 0px; }
  .u-m-l-pc-5 {
    margin-left: 5px; }
  .u-m-l-pc-10 {
    margin-left: 10px; }
  .u-m-l-pc-15 {
    margin-left: 15px; }
  .u-m-l-pc-20 {
    margin-left: 20px; }
  .u-m-l-pc-25 {
    margin-left: 25px; }
  .u-m-l-pc-30 {
    margin-left: 30px; }
  .u-m-l-pc-35 {
    margin-left: 35px; }
  .u-m-l-pc-40 {
    margin-left: 40px; }
  .u-m-l-pc-45 {
    margin-left: 45px; }
  .u-m-l-pc-50 {
    margin-left: 50px; }
  .u-m-l-pc-55 {
    margin-left: 55px; }
  .u-m-l-pc-60 {
    margin-left: 60px; }
  .u-m-l-pc-65 {
    margin-left: 65px; }
  .u-m-l-pc-70 {
    margin-left: 70px; }
  .u-m-l-pc-75 {
    margin-left: 75px; }
  .u-m-l-pc-80 {
    margin-left: 80px; }
  .u-m-l-pc-85 {
    margin-left: 85px; }
  .u-m-l-pc-90 {
    margin-left: 90px; }
  .u-m-l-pc-95 {
    margin-left: 95px; }
  .u-m-l-pc-100 {
    margin-left: 100px; }
  .u-m-l-pc-105 {
    margin-left: 105px; }
  .u-m-l-pc-110 {
    margin-left: 110px; }
  .u-m-l-pc-115 {
    margin-left: 115px; }
  .u-m-l-pc-120 {
    margin-left: 120px; }
  .u-m-l-pc-125 {
    margin-left: 125px; }
  .u-m-l-pc-130 {
    margin-left: 130px; }
  .u-m-l-pc-135 {
    margin-left: 135px; }
  .u-m-l-pc-140 {
    margin-left: 140px; }
  .u-m-l-pc-145 {
    margin-left: 145px; }
  .u-m-l-pc-150 {
    margin-left: 150px; }
  .u-m-l-pc-155 {
    margin-left: 155px; }
  .u-m-l-pc-160 {
    margin-left: 160px; }
  .u-m-l-pc-165 {
    margin-left: 165px; }
  .u-m-l-pc-170 {
    margin-left: 170px; }
  .u-m-l-pc-175 {
    margin-left: 175px; }
  .u-m-l-pc-180 {
    margin-left: 180px; }
  .u-m-l-pc-185 {
    margin-left: 185px; }
  .u-m-l-pc-190 {
    margin-left: 190px; }
  .u-m-l-pc-195 {
    margin-left: 195px; }
  .u-m-l-pc-200 {
    margin-left: 200px; }
  .u-m-section {
    margin-top: 80px; }
  .u-m-article {
    margin-top: 56px; }
    .u-m-paragraph {
      margin-top: 50px; }
  .u-p-t-pc-0 {
    padding-top: 0px; }
  .u-p-t-pc-5 {
    padding-top: 5px; }
  .u-p-t-pc-10 {
    padding-top: 10px; }
  .u-p-t-pc-15 {
    padding-top: 15px; }
  .u-p-t-pc-20 {
    padding-top: 20px; }
  .u-p-t-pc-25 {
    padding-top: 25px; }
  .u-p-t-pc-30 {
    padding-top: 30px; }
  .u-p-t-pc-35 {
    padding-top: 35px; }
  .u-p-t-pc-40 {
    padding-top: 40px; }
  .u-p-t-pc-45 {
    padding-top: 45px; }
  .u-p-t-pc-50 {
    padding-top: 50px; }
  .u-p-t-pc-55 {
    padding-top: 55px; }
  .u-p-t-pc-60 {
    padding-top: 60px; }
  .u-p-t-pc-65 {
    padding-top: 65px; }
  .u-p-t-pc-70 {
    padding-top: 70px; }
  .u-p-t-pc-75 {
    padding-top: 75px; }
  .u-p-t-pc-80 {
    padding-top: 80px; }
  .u-p-t-pc-85 {
    padding-top: 85px; }
  .u-p-t-pc-90 {
    padding-top: 90px; }
  .u-p-t-pc-95 {
    padding-top: 95px; }
  .u-p-t-pc-100 {
    padding-top: 100px; }
  .u-p-t-pc-105 {
    padding-top: 105px; }
  .u-p-t-pc-110 {
    padding-top: 110px; }
  .u-p-t-pc-115 {
    padding-top: 115px; }
  .u-p-t-pc-120 {
    padding-top: 120px; }
  .u-p-t-pc-125 {
    padding-top: 125px; }
  .u-p-t-pc-130 {
    padding-top: 130px; }
  .u-p-t-pc-135 {
    padding-top: 135px; }
  .u-p-t-pc-140 {
    padding-top: 140px; }
  .u-p-t-pc-145 {
    padding-top: 145px; }
  .u-p-t-pc-150 {
    padding-top: 150px; }
  .u-p-t-pc-155 {
    padding-top: 155px; }
  .u-p-t-pc-160 {
    padding-top: 160px; }
  .u-p-t-pc-165 {
    padding-top: 165px; }
  .u-p-t-pc-170 {
    padding-top: 170px; }
  .u-p-t-pc-175 {
    padding-top: 175px; }
  .u-p-t-pc-180 {
    padding-top: 180px; }
  .u-p-t-pc-185 {
    padding-top: 185px; }
  .u-p-t-pc-190 {
    padding-top: 190px; }
  .u-p-t-pc-195 {
    padding-top: 195px; }
  .u-p-t-pc-200 {
    padding-top: 200px; }
  .u-p-b-pc-0 {
    padding-bottom: 0px; }
  .u-p-b-pc-5 {
    padding-bottom: 5px; }
  .u-p-b-pc-10 {
    padding-bottom: 10px; }
  .u-p-b-pc-15 {
    padding-bottom: 15px; }
  .u-p-b-pc-20 {
    padding-bottom: 20px; }
  .u-p-b-pc-25 {
    padding-bottom: 25px; }
  .u-p-b-pc-30 {
    padding-bottom: 30px; }
  .u-p-b-pc-35 {
    padding-bottom: 35px; }
  .u-p-b-pc-40 {
    padding-bottom: 40px; }
  .u-p-b-pc-45 {
    padding-bottom: 45px; }
  .u-p-b-pc-50 {
    padding-bottom: 50px; }
  .u-p-b-pc-55 {
    padding-bottom: 55px; }
  .u-p-b-pc-60 {
    padding-bottom: 60px; }
  .u-p-b-pc-65 {
    padding-bottom: 65px; }
  .u-p-b-pc-70 {
    padding-bottom: 70px; }
  .u-p-b-pc-75 {
    padding-bottom: 75px; }
  .u-p-b-pc-80 {
    padding-bottom: 80px; }
  .u-p-b-pc-85 {
    padding-bottom: 85px; }
  .u-p-b-pc-90 {
    padding-bottom: 90px; }
  .u-p-b-pc-95 {
    padding-bottom: 95px; }
  .u-p-b-pc-100 {
    padding-bottom: 100px; }
  .u-p-b-pc-105 {
    padding-bottom: 105px; }
  .u-p-b-pc-110 {
    padding-bottom: 110px; }
  .u-p-b-pc-115 {
    padding-bottom: 115px; }
  .u-p-b-pc-120 {
    padding-bottom: 120px; }
  .u-p-b-pc-125 {
    padding-bottom: 125px; }
  .u-p-b-pc-130 {
    padding-bottom: 130px; }
  .u-p-b-pc-135 {
    padding-bottom: 135px; }
  .u-p-b-pc-140 {
    padding-bottom: 140px; }
  .u-p-b-pc-145 {
    padding-bottom: 145px; }
  .u-p-b-pc-150 {
    padding-bottom: 150px; }
  .u-p-b-pc-155 {
    padding-bottom: 155px; }
  .u-p-b-pc-160 {
    padding-bottom: 160px; }
  .u-p-b-pc-165 {
    padding-bottom: 165px; }
  .u-p-b-pc-170 {
    padding-bottom: 170px; }
  .u-p-b-pc-175 {
    padding-bottom: 175px; }
  .u-p-b-pc-180 {
    padding-bottom: 180px; }
  .u-p-b-pc-185 {
    padding-bottom: 185px; }
  .u-p-b-pc-190 {
    padding-bottom: 190px; }
  .u-p-b-pc-195 {
    padding-bottom: 195px; }
  .u-p-b-pc-200 {
    padding-bottom: 200px; }
  .u-p-r-pc-0 {
    padding-right: 0px; }
  .u-p-r-pc-5 {
    padding-right: 5px; }
  .u-p-r-pc-10 {
    padding-right: 10px; }
  .u-p-r-pc-15 {
    padding-right: 15px; }
  .u-p-r-pc-20 {
    padding-right: 20px; }
  .u-p-r-pc-25 {
    padding-right: 25px; }
  .u-p-r-pc-30 {
    padding-right: 30px; }
  .u-p-r-pc-35 {
    padding-right: 35px; }
  .u-p-r-pc-40 {
    padding-right: 40px; }
  .u-p-r-pc-45 {
    padding-right: 45px; }
  .u-p-r-pc-50 {
    padding-right: 50px; }
  .u-p-r-pc-55 {
    padding-right: 55px; }
  .u-p-r-pc-60 {
    padding-right: 60px; }
  .u-p-r-pc-65 {
    padding-right: 65px; }
  .u-p-r-pc-70 {
    padding-right: 70px; }
  .u-p-r-pc-75 {
    padding-right: 75px; }
  .u-p-r-pc-80 {
    padding-right: 80px; }
  .u-p-r-pc-85 {
    padding-right: 85px; }
  .u-p-r-pc-90 {
    padding-right: 90px; }
  .u-p-r-pc-95 {
    padding-right: 95px; }
  .u-p-r-pc-100 {
    padding-right: 100px; }
  .u-p-r-pc-105 {
    padding-right: 105px; }
  .u-p-r-pc-110 {
    padding-right: 110px; }
  .u-p-r-pc-115 {
    padding-right: 115px; }
  .u-p-r-pc-120 {
    padding-right: 120px; }
  .u-p-r-pc-125 {
    padding-right: 125px; }
  .u-p-r-pc-130 {
    padding-right: 130px; }
  .u-p-r-pc-135 {
    padding-right: 135px; }
  .u-p-r-pc-140 {
    padding-right: 140px; }
  .u-p-r-pc-145 {
    padding-right: 145px; }
  .u-p-r-pc-150 {
    padding-right: 150px; }
  .u-p-r-pc-155 {
    padding-right: 155px; }
  .u-p-r-pc-160 {
    padding-right: 160px; }
  .u-p-r-pc-165 {
    padding-right: 165px; }
  .u-p-r-pc-170 {
    padding-right: 170px; }
  .u-p-r-pc-175 {
    padding-right: 175px; }
  .u-p-r-pc-180 {
    padding-right: 180px; }
  .u-p-r-pc-185 {
    padding-right: 185px; }
  .u-p-r-pc-190 {
    padding-right: 190px; }
  .u-p-r-pc-195 {
    padding-right: 195px; }
  .u-p-r-pc-200 {
    padding-right: 200px; }
  .u-p-l-pc-0 {
    padding-left: 0px; }
  .u-p-l-pc-5 {
    padding-left: 5px; }
  .u-p-l-pc-10 {
    padding-left: 10px; }
  .u-p-l-pc-15 {
    padding-left: 15px; }
  .u-p-l-pc-20 {
    padding-left: 20px; }
  .u-p-l-pc-25 {
    padding-left: 25px; }
  .u-p-l-pc-30 {
    padding-left: 30px; }
  .u-p-l-pc-35 {
    padding-left: 35px; }
  .u-p-l-pc-40 {
    padding-left: 40px; }
  .u-p-l-pc-45 {
    padding-left: 45px; }
  .u-p-l-pc-50 {
    padding-left: 50px; }
  .u-p-l-pc-55 {
    padding-left: 55px; }
  .u-p-l-pc-60 {
    padding-left: 60px; }
  .u-p-l-pc-65 {
    padding-left: 65px; }
  .u-p-l-pc-70 {
    padding-left: 70px; }
  .u-p-l-pc-75 {
    padding-left: 75px; }
  .u-p-l-pc-80 {
    padding-left: 80px; }
  .u-p-l-pc-85 {
    padding-left: 85px; }
  .u-p-l-pc-90 {
    padding-left: 90px; }
  .u-p-l-pc-95 {
    padding-left: 95px; }
  .u-p-l-pc-100 {
    padding-left: 100px; }
  .u-p-l-pc-105 {
    padding-left: 105px; }
  .u-p-l-pc-110 {
    padding-left: 110px; }
  .u-p-l-pc-115 {
    padding-left: 115px; }
  .u-p-l-pc-120 {
    padding-left: 120px; }
  .u-p-l-pc-125 {
    padding-left: 125px; }
  .u-p-l-pc-130 {
    padding-left: 130px; }
  .u-p-l-pc-135 {
    padding-left: 135px; }
  .u-p-l-pc-140 {
    padding-left: 140px; }
  .u-p-l-pc-145 {
    padding-left: 145px; }
  .u-p-l-pc-150 {
    padding-left: 150px; }
  .u-p-l-pc-155 {
    padding-left: 155px; }
  .u-p-l-pc-160 {
    padding-left: 160px; }
  .u-p-l-pc-165 {
    padding-left: 165px; }
  .u-p-l-pc-170 {
    padding-left: 170px; }
  .u-p-l-pc-175 {
    padding-left: 175px; }
  .u-p-l-pc-180 {
    padding-left: 180px; }
  .u-p-l-pc-185 {
    padding-left: 185px; }
  .u-p-l-pc-190 {
    padding-left: 190px; }
  .u-p-l-pc-195 {
    padding-left: 195px; }
  .u-p-l-pc-200 {
    padding-left: 200px; } }

@media all and (min-width: 481px) and (max-width: 896px) {
    body {
      font-size: 15px;
      font-size: 1.5rem; }
  .c-flex-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .c-flex--wrap-tb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-flex--wrap-reverse-tb {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .c-flex--reverse-tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-flex--col-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: col;
    flex-direction: col; }
  .c-flex--col-reverse-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: col-reverse;
    flex-direction: col-reverse; }
  .c-flex--hr-start-tb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c-flex--hr-end-tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .c-flex--hr-between-tb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .c-flex--hr-around-tb {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .c-flex--vt-start-tb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c-flex--vt-end-tb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c-flex--vt-center-tb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-flex-item--align-start-tb {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .c-flex-item--align-end-tb {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .c-flex-item--align-center-tb {
    -ms-flex-item-align: center;
    align-self: center; }
  .c-flex-item--align-baseline-tb {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .c-flex-item--align-stretch-tb {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .c-flex-item--grow-1-tb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-flex-item--shrink-1-tb {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .c-flex-item--grow-2-tb {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .c-flex-item--shrink-2-tb {
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .c-flex-item--grow-3-tb {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .c-flex-item--shrink-3-tb {
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .c-flex-item--grow-4-tb {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .c-flex-item--shrink-4-tb {
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .c-flex-item--grow-5-tb {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .c-flex-item--shrink-5-tb {
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .c-flex-item--grow-6-tb {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .c-flex-item--shrink-6-tb {
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .c-flex-item--grow-7-tb {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .c-flex-item--shrink-7-tb {
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .c-flex-item--grow-8-tb {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .c-flex-item--shrink-8-tb {
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .c-flex-item--grow-9-tb {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .c-flex-item--shrink-9-tb {
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .c-flex-item--grow-10-tb {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .c-flex-item--shrink-10-tb {
    -ms-flex-negative: 10;
    flex-shrink: 10; }
      .p-child__box--yellow {
        background-size: 30%; }
      .p-child__box--blue {
        background-size: 20%; }
      .p-child__box--green {
        background-size: 40%; }
			.p-child__box--infrastructure {
				border: 4px solid rgb(244,164,196);
			}
			.p-child__box--infrastructure img {
				margin-right: 20px;
			}
			.p-child__box--business {
				border: 4px solid rgb(153,206,242);
			}
			.p-child__box--business img {
				margin-right: 20px;
			}
			.p-child__box--technology {
				border: 4px solid rgb(247,202,102);
			}
			.p-child__box--technology img {
				margin-right: 20px;
			}
  .u-hidden-tb {
    display: none; }
  .u-m-t-tb-0 {
    margin-top: 0px; }
  .u-m-t-tb-5 {
    margin-top: 5px; }
  .u-m-t-tb-10 {
    margin-top: 10px; }
  .u-m-t-tb-15 {
    margin-top: 15px; }
  .u-m-t-tb-20 {
    margin-top: 20px; }
  .u-m-t-tb-25 {
    margin-top: 25px; }
  .u-m-t-tb-30 {
    margin-top: 30px; }
  .u-m-t-tb-35 {
    margin-top: 35px; }
  .u-m-t-tb-40 {
    margin-top: 40px; }
  .u-m-t-tb-45 {
    margin-top: 45px; }
  .u-m-t-tb-50 {
    margin-top: 50px; }
  .u-m-t-tb-55 {
    margin-top: 55px; }
  .u-m-t-tb-60 {
    margin-top: 60px; }
  .u-m-t-tb-65 {
    margin-top: 65px; }
  .u-m-t-tb-70 {
    margin-top: 70px; }
  .u-m-t-tb-75 {
    margin-top: 75px; }
  .u-m-t-tb-80 {
    margin-top: 80px; }
  .u-m-t-tb-85 {
    margin-top: 85px; }
  .u-m-t-tb-90 {
    margin-top: 90px; }
  .u-m-t-tb-95 {
    margin-top: 95px; }
  .u-m-t-tb-100 {
    margin-top: 100px; }
  .u-m-t-tb-105 {
    margin-top: 105px; }
  .u-m-t-tb-110 {
    margin-top: 110px; }
  .u-m-t-tb-115 {
    margin-top: 115px; }
  .u-m-t-tb-120 {
    margin-top: 120px; }
  .u-m-t-tb-125 {
    margin-top: 125px; }
  .u-m-t-tb-130 {
    margin-top: 130px; }
  .u-m-t-tb-135 {
    margin-top: 135px; }
  .u-m-t-tb-140 {
    margin-top: 140px; }
  .u-m-t-tb-145 {
    margin-top: 145px; }
  .u-m-t-tb-150 {
    margin-top: 150px; }
  .u-m-t-tb-155 {
    margin-top: 155px; }
  .u-m-t-tb-160 {
    margin-top: 160px; }
  .u-m-t-tb-165 {
    margin-top: 165px; }
  .u-m-t-tb-170 {
    margin-top: 170px; }
  .u-m-t-tb-175 {
    margin-top: 175px; }
  .u-m-t-tb-180 {
    margin-top: 180px; }
  .u-m-t-tb-185 {
    margin-top: 185px; }
  .u-m-t-tb-190 {
    margin-top: 190px; }
  .u-m-t-tb-195 {
    margin-top: 195px; }
  .u-m-t-tb-200 {
    margin-top: 200px; }
  .u-m-b-tb-0 {
    margin-bottom: 0px; }
  .u-m-b-tb-5 {
    margin-bottom: 5px; }
  .u-m-b-tb-10 {
    margin-bottom: 10px; }
  .u-m-b-tb-15 {
    margin-bottom: 15px; }
  .u-m-b-tb-20 {
    margin-bottom: 20px; }
  .u-m-b-tb-25 {
    margin-bottom: 25px; }
  .u-m-b-tb-30 {
    margin-bottom: 30px; }
  .u-m-b-tb-35 {
    margin-bottom: 35px; }
  .u-m-b-tb-40 {
    margin-bottom: 40px; }
  .u-m-b-tb-45 {
    margin-bottom: 45px; }
  .u-m-b-tb-50 {
    margin-bottom: 50px; }
  .u-m-b-tb-55 {
    margin-bottom: 55px; }
  .u-m-b-tb-60 {
    margin-bottom: 60px; }
  .u-m-b-tb-65 {
    margin-bottom: 65px; }
  .u-m-b-tb-70 {
    margin-bottom: 70px; }
  .u-m-b-tb-75 {
    margin-bottom: 75px; }
  .u-m-b-tb-80 {
    margin-bottom: 80px; }
  .u-m-b-tb-85 {
    margin-bottom: 85px; }
  .u-m-b-tb-90 {
    margin-bottom: 90px; }
  .u-m-b-tb-95 {
    margin-bottom: 95px; }
  .u-m-b-tb-100 {
    margin-bottom: 100px; }
  .u-m-b-tb-105 {
    margin-bottom: 105px; }
  .u-m-b-tb-110 {
    margin-bottom: 110px; }
  .u-m-b-tb-115 {
    margin-bottom: 115px; }
  .u-m-b-tb-120 {
    margin-bottom: 120px; }
  .u-m-b-tb-125 {
    margin-bottom: 125px; }
  .u-m-b-tb-130 {
    margin-bottom: 130px; }
  .u-m-b-tb-135 {
    margin-bottom: 135px; }
  .u-m-b-tb-140 {
    margin-bottom: 140px; }
  .u-m-b-tb-145 {
    margin-bottom: 145px; }
  .u-m-b-tb-150 {
    margin-bottom: 150px; }
  .u-m-b-tb-155 {
    margin-bottom: 155px; }
  .u-m-b-tb-160 {
    margin-bottom: 160px; }
  .u-m-b-tb-165 {
    margin-bottom: 165px; }
  .u-m-b-tb-170 {
    margin-bottom: 170px; }
  .u-m-b-tb-175 {
    margin-bottom: 175px; }
  .u-m-b-tb-180 {
    margin-bottom: 180px; }
  .u-m-b-tb-185 {
    margin-bottom: 185px; }
  .u-m-b-tb-190 {
    margin-bottom: 190px; }
  .u-m-b-tb-195 {
    margin-bottom: 195px; }
  .u-m-b-tb-200 {
    margin-bottom: 200px; }
  .u-m-r-tb-0 {
    margin-right: 0px; }
  .u-m-r-tb-5 {
    margin-right: 5px; }
  .u-m-r-tb-10 {
    margin-right: 10px; }
  .u-m-r-tb-15 {
    margin-right: 15px; }
  .u-m-r-tb-20 {
    margin-right: 20px; }
  .u-m-r-tb-25 {
    margin-right: 25px; }
  .u-m-r-tb-30 {
    margin-right: 30px; }
  .u-m-r-tb-35 {
    margin-right: 35px; }
  .u-m-r-tb-40 {
    margin-right: 40px; }
  .u-m-r-tb-45 {
    margin-right: 45px; }
  .u-m-r-tb-50 {
    margin-right: 50px; }
  .u-m-r-tb-55 {
    margin-right: 55px; }
  .u-m-r-tb-60 {
    margin-right: 60px; }
  .u-m-r-tb-65 {
    margin-right: 65px; }
  .u-m-r-tb-70 {
    margin-right: 70px; }
  .u-m-r-tb-75 {
    margin-right: 75px; }
  .u-m-r-tb-80 {
    margin-right: 80px; }
  .u-m-r-tb-85 {
    margin-right: 85px; }
  .u-m-r-tb-90 {
    margin-right: 90px; }
  .u-m-r-tb-95 {
    margin-right: 95px; }
  .u-m-r-tb-100 {
    margin-right: 100px; }
  .u-m-r-tb-105 {
    margin-right: 105px; }
  .u-m-r-tb-110 {
    margin-right: 110px; }
  .u-m-r-tb-115 {
    margin-right: 115px; }
  .u-m-r-tb-120 {
    margin-right: 120px; }
  .u-m-r-tb-125 {
    margin-right: 125px; }
  .u-m-r-tb-130 {
    margin-right: 130px; }
  .u-m-r-tb-135 {
    margin-right: 135px; }
  .u-m-r-tb-140 {
    margin-right: 140px; }
  .u-m-r-tb-145 {
    margin-right: 145px; }
  .u-m-r-tb-150 {
    margin-right: 150px; }
  .u-m-r-tb-155 {
    margin-right: 155px; }
  .u-m-r-tb-160 {
    margin-right: 160px; }
  .u-m-r-tb-165 {
    margin-right: 165px; }
  .u-m-r-tb-170 {
    margin-right: 170px; }
  .u-m-r-tb-175 {
    margin-right: 175px; }
  .u-m-r-tb-180 {
    margin-right: 180px; }
  .u-m-r-tb-185 {
    margin-right: 185px; }
  .u-m-r-tb-190 {
    margin-right: 190px; }
  .u-m-r-tb-195 {
    margin-right: 195px; }
  .u-m-r-tb-200 {
    margin-right: 200px; }
  .u-m-l-tb-0 {
    margin-left: 0px; }
  .u-m-l-tb-5 {
    margin-left: 5px; }
  .u-m-l-tb-10 {
    margin-left: 10px; }
  .u-m-l-tb-15 {
    margin-left: 15px; }
  .u-m-l-tb-20 {
    margin-left: 20px; }
  .u-m-l-tb-25 {
    margin-left: 25px; }
  .u-m-l-tb-30 {
    margin-left: 30px; }
  .u-m-l-tb-35 {
    margin-left: 35px; }
  .u-m-l-tb-40 {
    margin-left: 40px; }
  .u-m-l-tb-45 {
    margin-left: 45px; }
  .u-m-l-tb-50 {
    margin-left: 50px; }
  .u-m-l-tb-55 {
    margin-left: 55px; }
  .u-m-l-tb-60 {
    margin-left: 60px; }
  .u-m-l-tb-65 {
    margin-left: 65px; }
  .u-m-l-tb-70 {
    margin-left: 70px; }
  .u-m-l-tb-75 {
    margin-left: 75px; }
  .u-m-l-tb-80 {
    margin-left: 80px; }
  .u-m-l-tb-85 {
    margin-left: 85px; }
  .u-m-l-tb-90 {
    margin-left: 90px; }
  .u-m-l-tb-95 {
    margin-left: 95px; }
  .u-m-l-tb-100 {
    margin-left: 100px; }
  .u-m-l-tb-105 {
    margin-left: 105px; }
  .u-m-l-tb-110 {
    margin-left: 110px; }
  .u-m-l-tb-115 {
    margin-left: 115px; }
  .u-m-l-tb-120 {
    margin-left: 120px; }
  .u-m-l-tb-125 {
    margin-left: 125px; }
  .u-m-l-tb-130 {
    margin-left: 130px; }
  .u-m-l-tb-135 {
    margin-left: 135px; }
  .u-m-l-tb-140 {
    margin-left: 140px; }
  .u-m-l-tb-145 {
    margin-left: 145px; }
  .u-m-l-tb-150 {
    margin-left: 150px; }
  .u-m-l-tb-155 {
    margin-left: 155px; }
  .u-m-l-tb-160 {
    margin-left: 160px; }
  .u-m-l-tb-165 {
    margin-left: 165px; }
  .u-m-l-tb-170 {
    margin-left: 170px; }
  .u-m-l-tb-175 {
    margin-left: 175px; }
  .u-m-l-tb-180 {
    margin-left: 180px; }
  .u-m-l-tb-185 {
    margin-left: 185px; }
  .u-m-l-tb-190 {
    margin-left: 190px; }
  .u-m-l-tb-195 {
    margin-left: 195px; }
  .u-m-l-tb-200 {
    margin-left: 200px; }
  .u-p-t-tb-0 {
    padding-top: 0px; }
  .u-p-t-tb-5 {
    padding-top: 5px; }
  .u-p-t-tb-10 {
    padding-top: 10px; }
  .u-p-t-tb-15 {
    padding-top: 15px; }
  .u-p-t-tb-20 {
    padding-top: 20px; }
  .u-p-t-tb-25 {
    padding-top: 25px; }
  .u-p-t-tb-30 {
    padding-top: 30px; }
  .u-p-t-tb-35 {
    padding-top: 35px; }
  .u-p-t-tb-40 {
    padding-top: 40px; }
  .u-p-t-tb-45 {
    padding-top: 45px; }
  .u-p-t-tb-50 {
    padding-top: 50px; }
  .u-p-t-tb-55 {
    padding-top: 55px; }
  .u-p-t-tb-60 {
    padding-top: 60px; }
  .u-p-t-tb-65 {
    padding-top: 65px; }
  .u-p-t-tb-70 {
    padding-top: 70px; }
  .u-p-t-tb-75 {
    padding-top: 75px; }
  .u-p-t-tb-80 {
    padding-top: 80px; }
  .u-p-t-tb-85 {
    padding-top: 85px; }
  .u-p-t-tb-90 {
    padding-top: 90px; }
  .u-p-t-tb-95 {
    padding-top: 95px; }
  .u-p-t-tb-100 {
    padding-top: 100px; }
  .u-p-t-tb-105 {
    padding-top: 105px; }
  .u-p-t-tb-110 {
    padding-top: 110px; }
  .u-p-t-tb-115 {
    padding-top: 115px; }
  .u-p-t-tb-120 {
    padding-top: 120px; }
  .u-p-t-tb-125 {
    padding-top: 125px; }
  .u-p-t-tb-130 {
    padding-top: 130px; }
  .u-p-t-tb-135 {
    padding-top: 135px; }
  .u-p-t-tb-140 {
    padding-top: 140px; }
  .u-p-t-tb-145 {
    padding-top: 145px; }
  .u-p-t-tb-150 {
    padding-top: 150px; }
  .u-p-t-tb-155 {
    padding-top: 155px; }
  .u-p-t-tb-160 {
    padding-top: 160px; }
  .u-p-t-tb-165 {
    padding-top: 165px; }
  .u-p-t-tb-170 {
    padding-top: 170px; }
  .u-p-t-tb-175 {
    padding-top: 175px; }
  .u-p-t-tb-180 {
    padding-top: 180px; }
  .u-p-t-tb-185 {
    padding-top: 185px; }
  .u-p-t-tb-190 {
    padding-top: 190px; }
  .u-p-t-tb-195 {
    padding-top: 195px; }
  .u-p-t-tb-200 {
    padding-top: 200px; }
  .u-p-b-tb-0 {
    padding-bottom: 0px; }
  .u-p-b-tb-5 {
    padding-bottom: 5px; }
  .u-p-b-tb-10 {
    padding-bottom: 10px; }
  .u-p-b-tb-15 {
    padding-bottom: 15px; }
  .u-p-b-tb-20 {
    padding-bottom: 20px; }
  .u-p-b-tb-25 {
    padding-bottom: 25px; }
  .u-p-b-tb-30 {
    padding-bottom: 30px; }
  .u-p-b-tb-35 {
    padding-bottom: 35px; }
  .u-p-b-tb-40 {
    padding-bottom: 40px; }
  .u-p-b-tb-45 {
    padding-bottom: 45px; }
  .u-p-b-tb-50 {
    padding-bottom: 50px; }
  .u-p-b-tb-55 {
    padding-bottom: 55px; }
  .u-p-b-tb-60 {
    padding-bottom: 60px; }
  .u-p-b-tb-65 {
    padding-bottom: 65px; }
  .u-p-b-tb-70 {
    padding-bottom: 70px; }
  .u-p-b-tb-75 {
    padding-bottom: 75px; }
  .u-p-b-tb-80 {
    padding-bottom: 80px; }
  .u-p-b-tb-85 {
    padding-bottom: 85px; }
  .u-p-b-tb-90 {
    padding-bottom: 90px; }
  .u-p-b-tb-95 {
    padding-bottom: 95px; }
  .u-p-b-tb-100 {
    padding-bottom: 100px; }
  .u-p-b-tb-105 {
    padding-bottom: 105px; }
  .u-p-b-tb-110 {
    padding-bottom: 110px; }
  .u-p-b-tb-115 {
    padding-bottom: 115px; }
  .u-p-b-tb-120 {
    padding-bottom: 120px; }
  .u-p-b-tb-125 {
    padding-bottom: 125px; }
  .u-p-b-tb-130 {
    padding-bottom: 130px; }
  .u-p-b-tb-135 {
    padding-bottom: 135px; }
  .u-p-b-tb-140 {
    padding-bottom: 140px; }
  .u-p-b-tb-145 {
    padding-bottom: 145px; }
  .u-p-b-tb-150 {
    padding-bottom: 150px; }
  .u-p-b-tb-155 {
    padding-bottom: 155px; }
  .u-p-b-tb-160 {
    padding-bottom: 160px; }
  .u-p-b-tb-165 {
    padding-bottom: 165px; }
  .u-p-b-tb-170 {
    padding-bottom: 170px; }
  .u-p-b-tb-175 {
    padding-bottom: 175px; }
  .u-p-b-tb-180 {
    padding-bottom: 180px; }
  .u-p-b-tb-185 {
    padding-bottom: 185px; }
  .u-p-b-tb-190 {
    padding-bottom: 190px; }
  .u-p-b-tb-195 {
    padding-bottom: 195px; }
  .u-p-b-tb-200 {
    padding-bottom: 200px; }
  .u-p-r-tb-0 {
    padding-right: 0px; }
  .u-p-r-tb-5 {
    padding-right: 5px; }
  .u-p-r-tb-10 {
    padding-right: 10px; }
  .u-p-r-tb-15 {
    padding-right: 15px; }
  .u-p-r-tb-20 {
    padding-right: 20px; }
  .u-p-r-tb-25 {
    padding-right: 25px; }
  .u-p-r-tb-30 {
    padding-right: 30px; }
  .u-p-r-tb-35 {
    padding-right: 35px; }
  .u-p-r-tb-40 {
    padding-right: 40px; }
  .u-p-r-tb-45 {
    padding-right: 45px; }
  .u-p-r-tb-50 {
    padding-right: 50px; }
  .u-p-r-tb-55 {
    padding-right: 55px; }
  .u-p-r-tb-60 {
    padding-right: 60px; }
  .u-p-r-tb-65 {
    padding-right: 65px; }
  .u-p-r-tb-70 {
    padding-right: 70px; }
  .u-p-r-tb-75 {
    padding-right: 75px; }
  .u-p-r-tb-80 {
    padding-right: 80px; }
  .u-p-r-tb-85 {
    padding-right: 85px; }
  .u-p-r-tb-90 {
    padding-right: 90px; }
  .u-p-r-tb-95 {
    padding-right: 95px; }
  .u-p-r-tb-100 {
    padding-right: 100px; }
  .u-p-r-tb-105 {
    padding-right: 105px; }
  .u-p-r-tb-110 {
    padding-right: 110px; }
  .u-p-r-tb-115 {
    padding-right: 115px; }
  .u-p-r-tb-120 {
    padding-right: 120px; }
  .u-p-r-tb-125 {
    padding-right: 125px; }
  .u-p-r-tb-130 {
    padding-right: 130px; }
  .u-p-r-tb-135 {
    padding-right: 135px; }
  .u-p-r-tb-140 {
    padding-right: 140px; }
  .u-p-r-tb-145 {
    padding-right: 145px; }
  .u-p-r-tb-150 {
    padding-right: 150px; }
  .u-p-r-tb-155 {
    padding-right: 155px; }
  .u-p-r-tb-160 {
    padding-right: 160px; }
  .u-p-r-tb-165 {
    padding-right: 165px; }
  .u-p-r-tb-170 {
    padding-right: 170px; }
  .u-p-r-tb-175 {
    padding-right: 175px; }
  .u-p-r-tb-180 {
    padding-right: 180px; }
  .u-p-r-tb-185 {
    padding-right: 185px; }
  .u-p-r-tb-190 {
    padding-right: 190px; }
  .u-p-r-tb-195 {
    padding-right: 195px; }
  .u-p-r-tb-200 {
    padding-right: 200px; }
  .u-p-l-tb-0 {
    padding-left: 0px; }
  .u-p-l-tb-5 {
    padding-left: 5px; }
  .u-p-l-tb-10 {
    padding-left: 10px; }
  .u-p-l-tb-15 {
    padding-left: 15px; }
  .u-p-l-tb-20 {
    padding-left: 20px; }
  .u-p-l-tb-25 {
    padding-left: 25px; }
  .u-p-l-tb-30 {
    padding-left: 30px; }
  .u-p-l-tb-35 {
    padding-left: 35px; }
  .u-p-l-tb-40 {
    padding-left: 40px; }
  .u-p-l-tb-45 {
    padding-left: 45px; }
  .u-p-l-tb-50 {
    padding-left: 50px; }
  .u-p-l-tb-55 {
    padding-left: 55px; }
  .u-p-l-tb-60 {
    padding-left: 60px; }
  .u-p-l-tb-65 {
    padding-left: 65px; }
  .u-p-l-tb-70 {
    padding-left: 70px; }
  .u-p-l-tb-75 {
    padding-left: 75px; }
  .u-p-l-tb-80 {
    padding-left: 80px; }
  .u-p-l-tb-85 {
    padding-left: 85px; }
  .u-p-l-tb-90 {
    padding-left: 90px; }
  .u-p-l-tb-95 {
    padding-left: 95px; }
  .u-p-l-tb-100 {
    padding-left: 100px; }
  .u-p-l-tb-105 {
    padding-left: 105px; }
  .u-p-l-tb-110 {
    padding-left: 110px; }
  .u-p-l-tb-115 {
    padding-left: 115px; }
  .u-p-l-tb-120 {
    padding-left: 120px; }
  .u-p-l-tb-125 {
    padding-left: 125px; }
  .u-p-l-tb-130 {
    padding-left: 130px; }
  .u-p-l-tb-135 {
    padding-left: 135px; }
  .u-p-l-tb-140 {
    padding-left: 140px; }
  .u-p-l-tb-145 {
    padding-left: 145px; }
  .u-p-l-tb-150 {
    padding-left: 150px; }
  .u-p-l-tb-155 {
    padding-left: 155px; }
  .u-p-l-tb-160 {
    padding-left: 160px; }
  .u-p-l-tb-165 {
    padding-left: 165px; }
  .u-p-l-tb-170 {
    padding-left: 170px; }
  .u-p-l-tb-175 {
    padding-left: 175px; }
  .u-p-l-tb-180 {
    padding-left: 180px; }
  .u-p-l-tb-185 {
    padding-left: 185px; }
  .u-p-l-tb-190 {
    padding-left: 190px; }
  .u-p-l-tb-195 {
    padding-left: 195px; }
  .u-p-l-tb-200 {
    padding-left: 200px; } }

@media all and (min-width: 897px) and (max-width: 1200px) {
      .l-contents__in {
        width: 95%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto; }
      .p-index__mv {
        padding-left: 2%;
        padding: 2%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .p-index__message__block {
        width: 95%; }
      .p-index__business__contents {
        width: 95%;
        margin-left: auto;
        margin-right: auto; }
            .p-index__business__box__txt h3 {
              padding-left: 38px; }
      .p-index__bottom__block {
        width: 95%;
        margin-left: auto;
        margin-right: auto; }
      .p-interview__intro {
        width: 95%;
        margin-left: auto;
        margin-right: auto; }
        .p-interview__intro__desc {
          margin-left: -300px;
          margin-top: -40px; }
        .p-interview__intro__desc2 {
          margin-left: -300px;
          margin-top: -40px; }
    .p-interview__flex {
      padding-left: 3.33%; }
  .u-hidden-pc-s {
    display: none; } }

@media all and (max-width: 480px) {
  .c-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .c-flex--wrap-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-flex--wrap-reverse-sp {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .c-flex--reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .c-flex--col-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: col;
    flex-direction: col; }
  .c-flex--col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: col-reverse;
    flex-direction: col-reverse; }
  .c-flex--hr-start-sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c-flex--hr-end-sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .c-flex--hr-between-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .c-flex--hr-around-sp {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .c-flex--vt-start-sp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c-flex--vt-end-sp {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c-flex--vt-center-sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-flex-item--align-start-sp {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .c-flex-item--align-end-sp {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .c-flex-item--align-center-sp {
    -ms-flex-item-align: center;
    align-self: center; }
  .c-flex-item--align-baseline-sp {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .c-flex-item--align-stretch-sp {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .c-flex-item--grow-1-sp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-flex-item--shrink-1-sp {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .c-flex-item--grow-2-sp {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .c-flex-item--shrink-2-sp {
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .c-flex-item--grow-3-sp {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .c-flex-item--shrink-3-sp {
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .c-flex-item--grow-4-sp {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .c-flex-item--shrink-4-sp {
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .c-flex-item--grow-5-sp {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .c-flex-item--shrink-5-sp {
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .c-flex-item--grow-6-sp {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .c-flex-item--shrink-6-sp {
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .c-flex-item--grow-7-sp {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .c-flex-item--shrink-7-sp {
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .c-flex-item--grow-8-sp {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .c-flex-item--shrink-8-sp {
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .c-flex-item--grow-9-sp {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .c-flex-item--shrink-9-sp {
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .c-flex-item--grow-10-sp {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .c-flex-item--shrink-10-sp {
    -ms-flex-negative: 10;
    flex-shrink: 10; }
    .p-crossover__table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
      background-repeat: no-repeat;
      background-attachment: overflow; }
      .p-crossover__table table {
        background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
        background-repeat: no-repeat;
        background-attachment: local;
        border-collapse: collapse; }

    /* 採用情報ページ用　ここから */    
    .p-recruitinfo__table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      background-repeat: no-repeat;
      background-attachment: overflow; }
      .p-recruitinfo__table table {
        background-repeat: no-repeat;
        background-attachment: local;
        border-collapse: collapse; }
    /* 採用情報ページ用　ここまで */

  .u-hidden-sp {
    display: none; }
  .u-m-t-sp-0 {
    margin-top: 0px; }
  .u-m-t-sp-5 {
    margin-top: 5px; }
  .u-m-t-sp-10 {
    margin-top: 10px; }
  .u-m-t-sp-15 {
    margin-top: 15px; }
  .u-m-t-sp-20 {
    margin-top: 20px; }
  .u-m-t-sp-25 {
    margin-top: 25px; }
  .u-m-t-sp-30 {
    margin-top: 30px; }
  .u-m-t-sp-35 {
    margin-top: 35px; }
  .u-m-t-sp-40 {
    margin-top: 40px; }
  .u-m-t-sp-45 {
    margin-top: 45px; }
  .u-m-t-sp-50 {
    margin-top: 50px; }
  .u-m-t-sp-55 {
    margin-top: 55px; }
  .u-m-t-sp-60 {
    margin-top: 60px; }
  .u-m-t-sp-65 {
    margin-top: 65px; }
  .u-m-t-sp-70 {
    margin-top: 70px; }
  .u-m-t-sp-75 {
    margin-top: 75px; }
  .u-m-t-sp-80 {
    margin-top: 80px; }
  .u-m-t-sp-85 {
    margin-top: 85px; }
  .u-m-t-sp-90 {
    margin-top: 90px; }
  .u-m-t-sp-95 {
    margin-top: 95px; }
  .u-m-t-sp-100 {
    margin-top: 100px; }
  .u-m-t-sp-105 {
    margin-top: 105px; }
  .u-m-t-sp-110 {
    margin-top: 110px; }
  .u-m-t-sp-115 {
    margin-top: 115px; }
  .u-m-t-sp-120 {
    margin-top: 120px; }
  .u-m-t-sp-125 {
    margin-top: 125px; }
  .u-m-t-sp-130 {
    margin-top: 130px; }
  .u-m-t-sp-135 {
    margin-top: 135px; }
  .u-m-t-sp-140 {
    margin-top: 140px; }
  .u-m-t-sp-145 {
    margin-top: 145px; }
  .u-m-t-sp-150 {
    margin-top: 150px; }
  .u-m-t-sp-155 {
    margin-top: 155px; }
  .u-m-t-sp-160 {
    margin-top: 160px; }
  .u-m-t-sp-165 {
    margin-top: 165px; }
  .u-m-t-sp-170 {
    margin-top: 170px; }
  .u-m-t-sp-175 {
    margin-top: 175px; }
  .u-m-t-sp-180 {
    margin-top: 180px; }
  .u-m-t-sp-185 {
    margin-top: 185px; }
  .u-m-t-sp-190 {
    margin-top: 190px; }
  .u-m-t-sp-195 {
    margin-top: 195px; }
  .u-m-t-sp-200 {
    margin-top: 200px; }
  .u-m-b-sp-0 {
    margin-bottom: 0px; }
  .u-m-b-sp-5 {
    margin-bottom: 5px; }
  .u-m-b-sp-10 {
    margin-bottom: 10px; }
  .u-m-b-sp-15 {
    margin-bottom: 15px; }
  .u-m-b-sp-20 {
    margin-bottom: 20px; }
  .u-m-b-sp-25 {
    margin-bottom: 25px; }
  .u-m-b-sp-30 {
    margin-bottom: 30px; }
  .u-m-b-sp-35 {
    margin-bottom: 35px; }
  .u-m-b-sp-40 {
    margin-bottom: 40px; }
  .u-m-b-sp-45 {
    margin-bottom: 45px; }
  .u-m-b-sp-50 {
    margin-bottom: 50px; }
  .u-m-b-sp-55 {
    margin-bottom: 55px; }
  .u-m-b-sp-60 {
    margin-bottom: 60px; }
  .u-m-b-sp-65 {
    margin-bottom: 65px; }
  .u-m-b-sp-70 {
    margin-bottom: 70px; }
  .u-m-b-sp-75 {
    margin-bottom: 75px; }
  .u-m-b-sp-80 {
    margin-bottom: 80px; }
  .u-m-b-sp-85 {
    margin-bottom: 85px; }
  .u-m-b-sp-90 {
    margin-bottom: 90px; }
  .u-m-b-sp-95 {
    margin-bottom: 95px; }
  .u-m-b-sp-100 {
    margin-bottom: 100px; }
  .u-m-b-sp-105 {
    margin-bottom: 105px; }
  .u-m-b-sp-110 {
    margin-bottom: 110px; }
  .u-m-b-sp-115 {
    margin-bottom: 115px; }
  .u-m-b-sp-120 {
    margin-bottom: 120px; }
  .u-m-b-sp-125 {
    margin-bottom: 125px; }
  .u-m-b-sp-130 {
    margin-bottom: 130px; }
  .u-m-b-sp-135 {
    margin-bottom: 135px; }
  .u-m-b-sp-140 {
    margin-bottom: 140px; }
  .u-m-b-sp-145 {
    margin-bottom: 145px; }
  .u-m-b-sp-150 {
    margin-bottom: 150px; }
  .u-m-b-sp-155 {
    margin-bottom: 155px; }
  .u-m-b-sp-160 {
    margin-bottom: 160px; }
  .u-m-b-sp-165 {
    margin-bottom: 165px; }
  .u-m-b-sp-170 {
    margin-bottom: 170px; }
  .u-m-b-sp-175 {
    margin-bottom: 175px; }
  .u-m-b-sp-180 {
    margin-bottom: 180px; }
  .u-m-b-sp-185 {
    margin-bottom: 185px; }
  .u-m-b-sp-190 {
    margin-bottom: 190px; }
  .u-m-b-sp-195 {
    margin-bottom: 195px; }
  .u-m-b-sp-200 {
    margin-bottom: 200px; }
  .u-m-r-sp-0 {
    margin-right: 0px; }
  .u-m-r-sp-5 {
    margin-right: 5px; }
  .u-m-r-sp-10 {
    margin-right: 10px; }
  .u-m-r-sp-15 {
    margin-right: 15px; }
  .u-m-r-sp-20 {
    margin-right: 20px; }
  .u-m-r-sp-25 {
    margin-right: 25px; }
  .u-m-r-sp-30 {
    margin-right: 30px; }
  .u-m-r-sp-35 {
    margin-right: 35px; }
  .u-m-r-sp-40 {
    margin-right: 40px; }
  .u-m-r-sp-45 {
    margin-right: 45px; }
  .u-m-r-sp-50 {
    margin-right: 50px; }
  .u-m-r-sp-55 {
    margin-right: 55px; }
  .u-m-r-sp-60 {
    margin-right: 60px; }
  .u-m-r-sp-65 {
    margin-right: 65px; }
  .u-m-r-sp-70 {
    margin-right: 70px; }
  .u-m-r-sp-75 {
    margin-right: 75px; }
  .u-m-r-sp-80 {
    margin-right: 80px; }
  .u-m-r-sp-85 {
    margin-right: 85px; }
  .u-m-r-sp-90 {
    margin-right: 90px; }
  .u-m-r-sp-95 {
    margin-right: 95px; }
  .u-m-r-sp-100 {
    margin-right: 100px; }
  .u-m-r-sp-105 {
    margin-right: 105px; }
  .u-m-r-sp-110 {
    margin-right: 110px; }
  .u-m-r-sp-115 {
    margin-right: 115px; }
  .u-m-r-sp-120 {
    margin-right: 120px; }
  .u-m-r-sp-125 {
    margin-right: 125px; }
  .u-m-r-sp-130 {
    margin-right: 130px; }
  .u-m-r-sp-135 {
    margin-right: 135px; }
  .u-m-r-sp-140 {
    margin-right: 140px; }
  .u-m-r-sp-145 {
    margin-right: 145px; }
  .u-m-r-sp-150 {
    margin-right: 150px; }
  .u-m-r-sp-155 {
    margin-right: 155px; }
  .u-m-r-sp-160 {
    margin-right: 160px; }
  .u-m-r-sp-165 {
    margin-right: 165px; }
  .u-m-r-sp-170 {
    margin-right: 170px; }
  .u-m-r-sp-175 {
    margin-right: 175px; }
  .u-m-r-sp-180 {
    margin-right: 180px; }
  .u-m-r-sp-185 {
    margin-right: 185px; }
  .u-m-r-sp-190 {
    margin-right: 190px; }
  .u-m-r-sp-195 {
    margin-right: 195px; }
  .u-m-r-sp-200 {
    margin-right: 200px; }
  .u-m-l-sp-0 {
    margin-left: 0px; }
  .u-m-l-sp-5 {
    margin-left: 5px; }
  .u-m-l-sp-10 {
    margin-left: 10px; }
  .u-m-l-sp-15 {
    margin-left: 15px; }
  .u-m-l-sp-20 {
    margin-left: 20px; }
  .u-m-l-sp-25 {
    margin-left: 25px; }
  .u-m-l-sp-30 {
    margin-left: 30px; }
  .u-m-l-sp-35 {
    margin-left: 35px; }
  .u-m-l-sp-40 {
    margin-left: 40px; }
  .u-m-l-sp-45 {
    margin-left: 45px; }
  .u-m-l-sp-50 {
    margin-left: 50px; }
  .u-m-l-sp-55 {
    margin-left: 55px; }
  .u-m-l-sp-60 {
    margin-left: 60px; }
  .u-m-l-sp-65 {
    margin-left: 65px; }
  .u-m-l-sp-70 {
    margin-left: 70px; }
  .u-m-l-sp-75 {
    margin-left: 75px; }
  .u-m-l-sp-80 {
    margin-left: 80px; }
  .u-m-l-sp-85 {
    margin-left: 85px; }
  .u-m-l-sp-90 {
    margin-left: 90px; }
  .u-m-l-sp-95 {
    margin-left: 95px; }
  .u-m-l-sp-100 {
    margin-left: 100px; }
  .u-m-l-sp-105 {
    margin-left: 105px; }
  .u-m-l-sp-110 {
    margin-left: 110px; }
  .u-m-l-sp-115 {
    margin-left: 115px; }
  .u-m-l-sp-120 {
    margin-left: 120px; }
  .u-m-l-sp-125 {
    margin-left: 125px; }
  .u-m-l-sp-130 {
    margin-left: 130px; }
  .u-m-l-sp-135 {
    margin-left: 135px; }
  .u-m-l-sp-140 {
    margin-left: 140px; }
  .u-m-l-sp-145 {
    margin-left: 145px; }
  .u-m-l-sp-150 {
    margin-left: 150px; }
  .u-m-l-sp-155 {
    margin-left: 155px; }
  .u-m-l-sp-160 {
    margin-left: 160px; }
  .u-m-l-sp-165 {
    margin-left: 165px; }
  .u-m-l-sp-170 {
    margin-left: 170px; }
  .u-m-l-sp-175 {
    margin-left: 175px; }
  .u-m-l-sp-180 {
    margin-left: 180px; }
  .u-m-l-sp-185 {
    margin-left: 185px; }
  .u-m-l-sp-190 {
    margin-left: 190px; }
  .u-m-l-sp-195 {
    margin-left: 195px; }
  .u-m-l-sp-200 {
    margin-left: 200px; }
  .u-m-section {
    margin-top: 48px; }
  .u-m-article {
    margin-top: 32px; }
  .u-p-t-sp-0 {
    padding-top: 0px; }
  .u-p-t-sp-5 {
    padding-top: 5px; }
  .u-p-t-sp-10 {
    padding-top: 10px; }
  .u-p-t-sp-15 {
    padding-top: 15px; }
  .u-p-t-sp-20 {
    padding-top: 20px; }
  .u-p-t-sp-25 {
    padding-top: 25px; }
  .u-p-t-sp-30 {
    padding-top: 30px; }
  .u-p-t-sp-35 {
    padding-top: 35px; }
  .u-p-t-sp-40 {
    padding-top: 40px; }
  .u-p-t-sp-45 {
    padding-top: 45px; }
  .u-p-t-sp-50 {
    padding-top: 50px; }
  .u-p-t-sp-55 {
    padding-top: 55px; }
  .u-p-t-sp-60 {
    padding-top: 60px; }
  .u-p-t-sp-65 {
    padding-top: 65px; }
  .u-p-t-sp-70 {
    padding-top: 70px; }
  .u-p-t-sp-75 {
    padding-top: 75px; }
  .u-p-t-sp-80 {
    padding-top: 80px; }
  .u-p-t-sp-85 {
    padding-top: 85px; }
  .u-p-t-sp-90 {
    padding-top: 90px; }
  .u-p-t-sp-95 {
    padding-top: 95px; }
  .u-p-t-sp-100 {
    padding-top: 100px; }
  .u-p-t-sp-105 {
    padding-top: 105px; }
  .u-p-t-sp-110 {
    padding-top: 110px; }
  .u-p-t-sp-115 {
    padding-top: 115px; }
  .u-p-t-sp-120 {
    padding-top: 120px; }
  .u-p-t-sp-125 {
    padding-top: 125px; }
  .u-p-t-sp-130 {
    padding-top: 130px; }
  .u-p-t-sp-135 {
    padding-top: 135px; }
  .u-p-t-sp-140 {
    padding-top: 140px; }
  .u-p-t-sp-145 {
    padding-top: 145px; }
  .u-p-t-sp-150 {
    padding-top: 150px; }
  .u-p-t-sp-155 {
    padding-top: 155px; }
  .u-p-t-sp-160 {
    padding-top: 160px; }
  .u-p-t-sp-165 {
    padding-top: 165px; }
  .u-p-t-sp-170 {
    padding-top: 170px; }
  .u-p-t-sp-175 {
    padding-top: 175px; }
  .u-p-t-sp-180 {
    padding-top: 180px; }
  .u-p-t-sp-185 {
    padding-top: 185px; }
  .u-p-t-sp-190 {
    padding-top: 190px; }
  .u-p-t-sp-195 {
    padding-top: 195px; }
  .u-p-t-sp-200 {
    padding-top: 200px; }
  .u-p-b-sp-0 {
    padding-bottom: 0px; }
  .u-p-b-sp-5 {
    padding-bottom: 5px; }
  .u-p-b-sp-10 {
    padding-bottom: 10px; }
  .u-p-b-sp-15 {
    padding-bottom: 15px; }
  .u-p-b-sp-20 {
    padding-bottom: 20px; }
  .u-p-b-sp-25 {
    padding-bottom: 25px; }
  .u-p-b-sp-30 {
    padding-bottom: 30px; }
  .u-p-b-sp-35 {
    padding-bottom: 35px; }
  .u-p-b-sp-40 {
    padding-bottom: 40px; }
  .u-p-b-sp-45 {
    padding-bottom: 45px; }
  .u-p-b-sp-50 {
    padding-bottom: 50px; }
  .u-p-b-sp-55 {
    padding-bottom: 55px; }
  .u-p-b-sp-60 {
    padding-bottom: 60px; }
  .u-p-b-sp-65 {
    padding-bottom: 65px; }
  .u-p-b-sp-70 {
    padding-bottom: 70px; }
  .u-p-b-sp-75 {
    padding-bottom: 75px; }
  .u-p-b-sp-80 {
    padding-bottom: 80px; }
  .u-p-b-sp-85 {
    padding-bottom: 85px; }
  .u-p-b-sp-90 {
    padding-bottom: 90px; }
  .u-p-b-sp-95 {
    padding-bottom: 95px; }
  .u-p-b-sp-100 {
    padding-bottom: 100px; }
  .u-p-b-sp-105 {
    padding-bottom: 105px; }
  .u-p-b-sp-110 {
    padding-bottom: 110px; }
  .u-p-b-sp-115 {
    padding-bottom: 115px; }
  .u-p-b-sp-120 {
    padding-bottom: 120px; }
  .u-p-b-sp-125 {
    padding-bottom: 125px; }
  .u-p-b-sp-130 {
    padding-bottom: 130px; }
  .u-p-b-sp-135 {
    padding-bottom: 135px; }
  .u-p-b-sp-140 {
    padding-bottom: 140px; }
  .u-p-b-sp-145 {
    padding-bottom: 145px; }
  .u-p-b-sp-150 {
    padding-bottom: 150px; }
  .u-p-b-sp-155 {
    padding-bottom: 155px; }
  .u-p-b-sp-160 {
    padding-bottom: 160px; }
  .u-p-b-sp-165 {
    padding-bottom: 165px; }
  .u-p-b-sp-170 {
    padding-bottom: 170px; }
  .u-p-b-sp-175 {
    padding-bottom: 175px; }
  .u-p-b-sp-180 {
    padding-bottom: 180px; }
  .u-p-b-sp-185 {
    padding-bottom: 185px; }
  .u-p-b-sp-190 {
    padding-bottom: 190px; }
  .u-p-b-sp-195 {
    padding-bottom: 195px; }
  .u-p-b-sp-200 {
    padding-bottom: 200px; }
  .u-p-r-sp-0 {
    padding-right: 0px; }
  .u-p-r-sp-5 {
    padding-right: 5px; }
  .u-p-r-sp-10 {
    padding-right: 10px; }
  .u-p-r-sp-15 {
    padding-right: 15px; }
  .u-p-r-sp-20 {
    padding-right: 20px; }
  .u-p-r-sp-25 {
    padding-right: 25px; }
  .u-p-r-sp-30 {
    padding-right: 30px; }
  .u-p-r-sp-35 {
    padding-right: 35px; }
  .u-p-r-sp-40 {
    padding-right: 40px; }
  .u-p-r-sp-45 {
    padding-right: 45px; }
  .u-p-r-sp-50 {
    padding-right: 50px; }
  .u-p-r-sp-55 {
    padding-right: 55px; }
  .u-p-r-sp-60 {
    padding-right: 60px; }
  .u-p-r-sp-65 {
    padding-right: 65px; }
  .u-p-r-sp-70 {
    padding-right: 70px; }
  .u-p-r-sp-75 {
    padding-right: 75px; }
  .u-p-r-sp-80 {
    padding-right: 80px; }
  .u-p-r-sp-85 {
    padding-right: 85px; }
  .u-p-r-sp-90 {
    padding-right: 90px; }
  .u-p-r-sp-95 {
    padding-right: 95px; }
  .u-p-r-sp-100 {
    padding-right: 100px; }
  .u-p-r-sp-105 {
    padding-right: 105px; }
  .u-p-r-sp-110 {
    padding-right: 110px; }
  .u-p-r-sp-115 {
    padding-right: 115px; }
  .u-p-r-sp-120 {
    padding-right: 120px; }
  .u-p-r-sp-125 {
    padding-right: 125px; }
  .u-p-r-sp-130 {
    padding-right: 130px; }
  .u-p-r-sp-135 {
    padding-right: 135px; }
  .u-p-r-sp-140 {
    padding-right: 140px; }
  .u-p-r-sp-145 {
    padding-right: 145px; }
  .u-p-r-sp-150 {
    padding-right: 150px; }
  .u-p-r-sp-155 {
    padding-right: 155px; }
  .u-p-r-sp-160 {
    padding-right: 160px; }
  .u-p-r-sp-165 {
    padding-right: 165px; }
  .u-p-r-sp-170 {
    padding-right: 170px; }
  .u-p-r-sp-175 {
    padding-right: 175px; }
  .u-p-r-sp-180 {
    padding-right: 180px; }
  .u-p-r-sp-185 {
    padding-right: 185px; }
  .u-p-r-sp-190 {
    padding-right: 190px; }
  .u-p-r-sp-195 {
    padding-right: 195px; }
  .u-p-r-sp-200 {
    padding-right: 200px; }
  .u-p-l-sp-0 {
    padding-left: 0px; }
  .u-p-l-sp-5 {
    padding-left: 5px; }
  .u-p-l-sp-10 {
    padding-left: 10px; }
  .u-p-l-sp-15 {
    padding-left: 15px; }
  .u-p-l-sp-20 {
    padding-left: 20px; }
  .u-p-l-sp-25 {
    padding-left: 25px; }
  .u-p-l-sp-30 {
    padding-left: 30px; }
  .u-p-l-sp-35 {
    padding-left: 35px; }
  .u-p-l-sp-40 {
    padding-left: 40px; }
  .u-p-l-sp-45 {
    padding-left: 45px; }
  .u-p-l-sp-50 {
    padding-left: 50px; }
  .u-p-l-sp-55 {
    padding-left: 55px; }
  .u-p-l-sp-60 {
    padding-left: 60px; }
  .u-p-l-sp-65 {
    padding-left: 65px; }
  .u-p-l-sp-70 {
    padding-left: 70px; }
  .u-p-l-sp-75 {
    padding-left: 75px; }
  .u-p-l-sp-80 {
    padding-left: 80px; }
  .u-p-l-sp-85 {
    padding-left: 85px; }
  .u-p-l-sp-90 {
    padding-left: 90px; }
  .u-p-l-sp-95 {
    padding-left: 95px; }
  .u-p-l-sp-100 {
    padding-left: 100px; }
  .u-p-l-sp-105 {
    padding-left: 105px; }
  .u-p-l-sp-110 {
    padding-left: 110px; }
  .u-p-l-sp-115 {
    padding-left: 115px; }
  .u-p-l-sp-120 {
    padding-left: 120px; }
  .u-p-l-sp-125 {
    padding-left: 125px; }
  .u-p-l-sp-130 {
    padding-left: 130px; }
  .u-p-l-sp-135 {
    padding-left: 135px; }
  .u-p-l-sp-140 {
    padding-left: 140px; }
  .u-p-l-sp-145 {
    padding-left: 145px; }
  .u-p-l-sp-150 {
    padding-left: 150px; }
  .u-p-l-sp-155 {
    padding-left: 155px; }
  .u-p-l-sp-160 {
    padding-left: 160px; }
  .u-p-l-sp-165 {
    padding-left: 165px; }
  .u-p-l-sp-170 {
    padding-left: 170px; }
  .u-p-l-sp-175 {
    padding-left: 175px; }
  .u-p-l-sp-180 {
    padding-left: 180px; }
  .u-p-l-sp-185 {
    padding-left: 185px; }
  .u-p-l-sp-190 {
    padding-left: 190px; }
  .u-p-l-sp-195 {
    padding-left: 195px; }
  .u-p-l-sp-200 {
    padding-left: 200px; }
  .u-fz-sp-12 {
    font-size: 12px;
    font-size: 1.2rem; }
  .u-fz-sp-25 {
    font-size: 25px;
    font-size: 2.5rem; }
   /* 就業環境ページ用 */
  .p-working__index {
        width: 100%;
        padding: 25px 40px;
        margin-right: 0;
        margin-top: 0; }
        .p-working__index ul {
          margin-top: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .p-working__index ul li {
          margin-right: 30px;
          font-weight: 400;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-working__index ul li:nth-child(n + 2) {
            margin-top: 20px; }
   }
   .jisage {
    padding-left: 1em;
    text-indent: -1em;
   }
         

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
          /*.p-menu__open .p-menu__links.child {
            padding-top: 0; }*/
    .p-child__btn {
      margin-left: 0; }
        .p-si__flow__arrow .arrow:after {
          bottom: auto; }
      .p-si__flow__box__item span {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; } }

@media all and (min-width: 897px) and (min-width: 897px) {
    .p-sidemenu__aside__list__items img {
      width: 75px;
      display: block;
      margin-right: 40px; }
    .p-sidemenu__aside__list__items dl dt {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
    .p-sidemenu__aside__list__items dl dd {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300;
      margin-top: 2px; }
    .p-employ__member__items:before {
      -webkit-transform: skew(-15deg);
      transform: skew(-15deg); }
    .p-interview__aside__list__items img {
      width: 75px;
      display: block;
      margin-right: 10px; }
		.p-interview__aside__list__items ul li {
			height: auto;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300;
      margin-top: 2px;
		} 
		.p-interview__aside__list__items ul li img {
			width: 50px;
		} }

@media all and (min-width: 1366px) {
          .p-interview__intro__img.env img {
            -o-object-position: 0 center;
            object-position: 0 center; }
  .u-hidden-pc-l {
    display: none; } }
