@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
	☆component
----------------------------------------------------*/
/*----------------------------------------------------
	☆margin
----------------------------------------------------*/
/*----------------------------------------------------
	☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
	☆position
----------------------------------------------------*/
/*----------------------------------------------------
	☆border
----------------------------------------------------*/
/*----------------------------------------------------
	☆button
----------------------------------------------------*/
/*----------------------------------------------------
	☆animation
----------------------------------------------------*/
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
  min-height: 100vh; }

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0; }

a {
  outline: 0; }
a img {
  transition: .3s all; }

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none; }

  a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); } }
ul, ol {
  list-style-type: none; }

ul li:first-child {
  /*margin-left: 0;*/ }
.hide{display: none !important;}
.show{display: block !important;}

/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }
@media only screen and (max-width: 768px) {
  html {
    font-size: 52.5%; } }
@media (max-width: 1280px) and (min-width: 769px) {
  html {
    min-width: 1280px;
    overflow-x: scroll; } }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s all; }
@media only screen and (min-width: 769px) {
  a:hover {
    text-decoration: underline; }
  a:hover img {
    opacity: .7; } }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.anchor {
  margin-top: -180px;
  padding-top: 180px; }

select {
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent; }

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

[id^="anchor"] {
  margin-top: -110px;
  padding-top: 110px; }
@media only screen and (max-width: 768px) {
  [id^="anchor"] {
    margin-top: -94px;
    padding-top: 94px; } }

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

input[type='submit'] {
  cursor: pointer; }

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

input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

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

  .sp {
    display: block !important; }

  body {
    font-size: 17px;
    font-size: 1.7rem; }

  .anchor {
    margin-top: -94px;
    padding-top: 94px; } }
/* -- layout -- */
/* -- foundation -- */
/* --------------------------- */
/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
  width: 100%; }
@media (max-width: 1280px) and (min-width: 769px) {
  .l-header {
    min-width: 1280px; } }
.l-header__inner {
  width: 1440px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto; }
.l-header__snav {
  margin: 0 -99999px;
  padding: 0 99999px;
  background-color: #050b22; }
.l-header__snav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.l-header__snav ul li {
  margin-left: 25px;
  letter-spacing: -.01em;
  font-size: 11px;
  font-size: 1.1rem;
  transition: .3s all; }
.l-header__snav ul li a {
  display: inline-block;
  padding: 15px 0;
  color: #fff; }
.l-header__snav ul li.contact a {
  padding-left: 27px;
  border-left: 1px solid #373c4e; }
.l-header__logo {
  width: 1440px;
  padding: 16px 0;
  max-width: 100%;
  margin: 0 auto; }
.l-header__logo a {
  display: inline-block; }
.l-header__logo a img {
  width: 483px;
  display: block; }
.js-fix .l-header__logo {
  width: 290px;
  display: inline-block;
  transition: .3s all;
  margin: 0; }
.js-fix .l-header__logo img {
  width: 290px; }
:lang(en) .js-fix .l-header__logo img {
  width: 210px; }
:lang(en) .l-header__logo {
  padding: 5px 0; }
:lang(en) .l-header__logo a img {
  width: 310px; }
.l-header__gnav {
  margin: 25px auto 0;
  transition: .3s all; }
:lang(en) .l-header__gnav {
  margin-top: 0; }
.l-header__gnav ul li {
  letter-spacing: -.05em;
  font-size: 17px;
  font-size: 1.7rem; }
.l-header__gnav ul li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #333;
  position: relative; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .l-header__gnav ul li a {
    padding: 5px 15px 0; } }
@media screen and (min-width: 768px) {
  .l-header__gnav ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #050b22;
    transition: width 0.2s; }
  .l-header__gnav ul li a:hover {
    text-decoration: none; }
  .l-header__gnav ul li a:hover::before {
    width: 30%; } }
.l-header__gnav ul li:last-child {
  border-right: 1px solid #333; }
.js-fix .l-header__gnav {
  margin: 0 0 0 auto; }
.js-fix .l-header__gnav ul li {
  font-size: 14px;
  font-size: 1.4rem; }
.js-fix .l-header__gnav ul li a {
  padding: 0 12px; }
.l-header__toggleBtn {
  position: absolute;
  right: 0;
  top: 20px; }
:lang(en) .l-header__toggleBtn {
  top: 16px; }
.l-header__toggleBtn__inner {
  position: relative;
  width: 25px;
  height: 17px; }
.l-header__toggleBtn__inner span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999999; }
.l-header__toggleBtn__inner span:nth-of-type(1) {
  top: 0; }
.l-header__toggleBtn__inner span:nth-of-type(2) {
  top: 7px; }
.l-header__toggleBtn__inner span:nth-of-type(3) {
  bottom: 0; }
.l-header__toggleBtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-5deg);
  transform: translateY(10px) rotate(-40deg); }
.l-header__toggleBtn.open span:nth-of-type(2) {
  opacity: 0; }
.l-header__toggleBtn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg); }
.l-header__toggleBtn.open + .l-header__gnav {
  transform: translateX(0); }
@media only screen and (max-width: 768px) {
  .l-header__inner {
    margin-bottom: 0; }
  .l-header__logo {
    padding: 20px 0 16px;
    max-width: 70%;
    margin-left: 0; }
  .js-fix .l-header__logo {
    width: auto; }
  .l-header__logo a {
    display: block; }
  .l-header__logo a img {
    width: 225px; }
  .js-fix .l-header__logo a img {
    width: 225px; }
  :lang(en) .js-fix .l-header__logo a img {
    width: 225px; }
  :lang(en) .l-header__logo {
    padding: 5px 0; }
  :lang(en) .l-header__logo a img {
    width: 225px; }
  .l-header__snav {
    margin: 0 -30px;
    padding: 0 30px; }
  .l-header__snav ul li a {
    padding: 10px 0 7px;
    line-height: 1.7; }
  .l-header__snav ul li.sp-search {
    margin-right: -5px; }
  .l-header__snav ul li.sp-search a {
    padding-left: 15px;
    border-left: 1px solid #373c4e; }
  .l-header__snav ul li.sp-search a img {
    width: 17px; }
  .l-header__gnav {
    display: block !important;
    margin-top: 0;
    transform: translateX(110%);
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    background-color: #fff;
    overflow: hidden; }
  .l-header__gnav .l-flex {
    display: block;
    width: 100%; }
  .l-header__gnav ul li {
    border-bottom: 1px solid #e1e1e1; }
  .l-header__gnav ul li a {
    display: block;
    border-left: none;
    padding: 15px 20px;
    position: relative; }
  .l-header__gnav ul li a::after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .js-fix .l-header__gnav ul li a {
    padding: 15px 20px; }
  .l-header__gnav ul li:last-child {
    border-right: none; }
  .l-header__gnav ul li:first-child {
    border-top: 1px solid #e1e1e1; }
  .js-fix .l-header__gnav ul li {
    font-size: 17px;
    font-size: 1.7rem; } }

/* -- foundation -- */
/* --------------------------- */
/* Footer */
.l-footer {
  background-color: #f5f5f5;
  margin-top: 50px;
  position: relative; }
.l-footer__inner {
  width: 1040px;
  padding: 40px 20px 0;
  max-width: 100%;
  margin: 0 auto; }
.l-footer__gnav {
  margin-top: 28px; }
.l-footer__gnav__item {
  margin-right: 30px; }
.l-footer__gnav__item:last-child {
  margin-right: 0; }
:lang(en) .l-footer__gnav__item {
  margin-right: 70px; }
:lang(en) .l-footer__gnav__item:last-child {
  margin-right: 0; }
.l-footer__gnav__2layers {
  margin-bottom: 25px;
  font-size: 13px;
  font-size: 1.3rem; }
.l-footer__gnav__3layers {
  padding-left: 12px;
  font-size: 13px;
  font-size: 1.3rem; }
.l-footer__gnav__3layers li {
  margin-top: 3px; }
.l-footer__gnav__3layers li:first-child {
  margin-top: 0; }
.l-footer__gnav__3layers + .l-footer__gnav__2layers {
  margin-top: 33px; }
.l-footer__snav {
  margin: 40px -99999px 0;
  padding: 20px 99999px 0;
  border-top: 1px solid #d0d0d0; }
.l-footer__snav li {
  margin-right: 25px;
  letter-spacing: -.1em;
  font-size: 13px;
  font-size: 1.3rem; }
.l-footer__snav li::before {
  content: '・'; }
.l-footer__snav li:last-child {
  margin-right: 0; }
.l-footer__copy {
  margin: 20px -99999px 0;
  padding: 15px 99999px;
  background-color: #050b22;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300; }
@media only screen and (max-width: 768px) {
  .l-footer {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px; }
  .l-footer__inner {
    padding: 0; }
  .l-footer__home {
    font-weight: normal; }
  .l-footer__gnav {
    margin-top: 15px; }
  .l-footer__gnav .l-flex {
    display: block; }
  .l-footer__gnav__item {
    margin-right: 0; }
  .l-footer__gnav__item:last-child {
    margin-right: 0; }
  :lang(en) .l-footer__gnav__item {
    margin-right: 0; }
  .l-footer__gnav__2layers {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
  .l-footer__gnav__3layers + .l-footer__gnav__2layers {
    margin-top: 15px; }
  .l-footer__snav {
    margin: 20px -99999px 0; }
  .l-footer__snav li {
    margin-right: 0;
    margin-top: 10px; }
  .l-footer__snav li:first-child {
    margin-top: 0; }
  .l-footer__copy {
    margin-top: 30px; } }

.p-pageTop {
  display: none;
  right: 20px; }
.p-pageTop a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  width: 65px;
  height: 65px;
  position: relative; }
.p-pageTop a::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #727272;
  border-right: 1px solid #727272;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
@media screen and (min-width: 768px) {
  .p-pageTop a:hover {
    background-color: #050b22; }
  .p-pageTop a:hover::after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@media only screen and (max-width: 768px) {
  .p-pageTop {
    position: absolute !important;
    top: -60px !important;
    bottom: auto !important; }
  .p-pageTop a {
    width: 40px;
    height: 40px; }
  .p-pageTop a::after {
    top: 5px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #727272;
    border-right: 1px solid #727272;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

/* --------------------------- */
/* nav */
.l-nav {
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1; }

/* -- foundation -- */
/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px; }
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 20px;
    margin-bottom: 0; } }

.l-block {
  position: relative;
  /* ブラウザのスクロールバーの幅を考慮 */ }
.l-block:after {
  display: table;
  content: "";
  clear: both; }
.l-block--breaking-mg {
  margin-right: -webkit-calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
.l-block--breaking-pd {
  padding-right: -webkit-calc(50vw - 50%);
  padding-left: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%); }
.l-block__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
.l-block__content {
  padding: 40px 0 80px; }
@media only screen and (max-width: 768px) {
  .l-block--breaking-mg {
    margin-right: -webkit-calc(50% - 50vw);
    margin-left: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); }
  .l-block--breaking-pd {
    padding-right: -webkit-calc(50vw - 50%);
    padding-left: -webkit-calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); }
  .l-block__inner {
    padding-top: 30px;
    padding-bottom: 30px; }
  .l-block__content {
    padding: 30px 0 60px; } }

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.l-flex--wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.l-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.l-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.l-flex--center {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.l-flex--spb {
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.l-flex--spa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.l-flex--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.l-flex--v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.l-flex--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: flex-end; }
.l-flex--reverse {
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row-reverse;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.l-flex__elem, .l-flex__elem--blank {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem-inline {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem--sep {
  width: 100% !important; }
.l-flex__elem--inheirt {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit; }
@media only screen and (max-width: 768px) {
  .l-flex__elem, .l-flex__elem--blank {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .l-flex__spAuto {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto; } }

.l-flexMargin {
  /* -- マージンをセットする --*/
  margin-left: 40px; }
.l-flexMargin:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin:first-child {
    margin-top: 0; } }
.l-flexMargin--sep {
  margin-top: 40px; }
.l-flexMargin--sep + * {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--sep {
    margin-top: 0; } }
.l-flexMargin--blank {
  margin-left: 40px; }
.l-flexMargin--blank:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin--blank:first-child {
    margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-top: 0; } }
.l-flexMargin--w200 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 200px !important;
  -webkit-flex: 0 0 200px !important;
  -ms-flex: 0 0 200px !important;
  flex: 0 0 200px !important;
  max-width: 200px !important;
  /*
  @media only screen and (max-width: 768px) {
  	-webkit-box-flex: none;
  	-ms-flex: none;
  	flex: none;
  	width: $fxw;
  	float: left;
  }
  */
  /* @include block__elem--width( ( 200 / 1000 ) * 100% ); */ }

@media only screen and (max-width: 768px) {
  .l-order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .l-order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .l-order3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .l-order4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .l-order5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; } }
/* -- object -- */
/* -- title -- */
.c-heading {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 45px; }
@media only screen and (max-width: 768px) {
  .c-heading {
    margin-bottom: 30px;
    text-align: left; } }

.c-h2-heading {
  text-align: left;
  letter-spacing: -.05em;
  width: 1440px;
  padding: 0 40px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 32px;
  font-size: 3.2rem; }
.c-h2-heading span {
  display: block;
  margin-top: 3px;
  letter-spacing: -.06em;
  font-size: 13px;
  font-size: 1.3rem; }
@media only screen and (max-width: 768px) {
  .c-h2-heading {
    padding: 0 20px;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 0; } }

.c-h3-heading {
  position: relative;
  font-size: 25px;
  font-size: 2.5rem;
  border-top: 1px solid #d6d6d6;
  padding-top: 33px;
  margin-bottom: 30px;
  letter-spacing: -.03em;
  width: 100%; }
.c-h3-heading::before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #050b22;
  position: absolute;
  top: -2px;
  left: 0; }
.c-h3-heading__link {
  position: absolute;
  right: 0;
  top: 45%; }
@media only screen and (max-width: 768px) {
  .c-h3-heading {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    width: 100vw; } }

/* --------------------------- */
/* text */
.c-txt {
  line-height: 1.8em; }
.c-txt--large {
  font-size: 18px;
  font-size: 1.8rem; }
.c-txt--base {
  font-size: 14px;
  font-size: 1.4rem; }
.c-txt--small {
  font-size: 14px;
  font-size: 1.4rem; }

.c-txt + .c-txt {
  margin-top: 2em; }

/* --------------------------- */
/* button component */
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background-color: #050b22;
  border: 1px solid #050b22;
  color: #fff; }
.c-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0px;
  height: 0px;
  background: transparent;
  border-left: 9px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent; }
.c-btn__wrap {
  margin-top: 60px; }
.c-btn__wrap--right a {
  margin-right: 0; }
.c-btn--white {
  background-color: #fff;
  border: 4px solid #e5e5e5;
  color: #333333; }
.c-btn--white::before {
  content: none; }
.c-btn--w200 {
  width: 200px; }
@media only screen and (min-width: 769px) {
  .c-btn:hover {
    text-decoration: none;
    color: #050b22;
    background-color: #fff; }
  .c-btn:hover::before {
    width: 0px;
    height: 0px;
    background: transparent;
    border-left: 9px solid #050b22;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent; }
  .c-btn--white:hover {
    background-color: #e5e5e5; } }
@media only screen and (max-width: 768px) {
  .c-btn__wrap {
    margin-top: 30px; } }

.c-link {
  position: relative;
  padding-left: 15px;
  display: inline-block; }
.c-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0px;
  height: 0px;
  background: transparent;
  border-left: 6px solid #003399;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent; }
.c-link--f14 {
  font-size: 14px;
  font-size: 1.4rem; }
.c-link--f13 {
  font-size: 13px;
  font-size: 1.3rem; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .c-link::before {
    top: -6px; } }

/* --------------------------- */
/* list */
.c-list {
  position: relative;
  width: 100%; }
.c-list__elem {
  position: relative;
  width: 100%; }

.c-numberList {
  counter-reset: counter01; }
.c-numberList li {
  text-indent: -1em;
  padding-left: 1em; }
.c-numberList li::before {
  counter-increment: counter01;
  content: counter(counter01) ". "; }

/* ---------------------------- */
/* --------------------------- */
/* index */
.p-irregularInfo {
  background-color: #ff0000;
  color: #fff;
  margin-top: 180px; }
.p-irregularInfo__inner {
  width: 1440px;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto; }
.p-irregularInfo__title {
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 120px;
  height: min-content;
  text-align: center; }
.p-irregularInfo__text {
  padding-left: 35px;
  line-height: 1.9;
  letter-spacing: -.07em; }
.p-irregularInfo + main .p-mainNav {
  margin-top: 0; }
@media only screen and (max-width: 768px) {
  .p-irregularInfo {
    margin-top: 95px; }
  .p-irregularInfo__inner {
    padding: 15px;
    text-align: center; }
  .p-irregularInfo__inner .l-flex {
    display: block; }
  .p-irregularInfo__title {
    display: inline-block;
    padding: 3px 10px;
    font-size: 17px;
    font-size: 1.7rem;
    min-width: auto; }
  .p-irregularInfo__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 0;
    text-align: left; } }

.p-mainNav {
  margin-top: 180px; }
:lang(en) .p-mainNav {
  margin-top: 150px; }
.p-mainNav li {
  width: calc(100% / 4); }
.p-mainNav li a {
  display: block;
  position: relative; }
.p-mainNav__catch {
  background-color: #4b69b5;
  color: #fff;
  height: 100%;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: -.01em;
  line-height: 1.7; }
:lang(en) .p-mainNav__catch {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center; }
.p-mainNav__bg img {
  display: block; }
.p-mainNav__label {
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #fff;
  padding: 7px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 193px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  letter-spacing: -.03em; }
.p-mainNav__label::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0px;
  height: 0px;
  background: transparent;
  border-left: 6px solid #b2b2b2;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent; }
@media only screen and (max-width: 768px) {
  .p-mainNav {
    margin-top: 95px; }
  :lang(en) .p-mainNav {
    margin-top: 90px; }
  .p-mainNav li {
    width: 50%; }
  .p-mainNav__catch {
    font-size: 20px;
    font-size: 2rem; }
  :lang(en) .p-mainNav__catch {
    font-size: 14px;
    font-size: 1.4rem; }
  .p-mainNav__label {
    bottom: 10px;
    padding: 4px 15px 4px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 80%; }
  .p-mainNav__label::before {
    right: 3px; } }

.p-corporateNav {
  background-color: #f2f2f2; }
.p-corporateNav__inner {
  width: 1040px;
  padding: 40px 20px 60px;
  max-width: 100%;
  margin: 0 auto; }
.p-corporateNav__item {
  width: 320px;
  margin-right: 20px; }
.p-corporateNav__item:nth-child(3n) {
  margin-right: 0; }
.p-corporateNav__title {
  letter-spacing: -.05em;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }
.p-corporateNav__title a {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%; }
@media only screen and (min-width: 769px) {
  .p-corporateNav__title a:hover {
    text-decoration: none; }
  .p-corporateNav__title a:hover img {
    transform: scale(1.1, 1.1) rotate(0.001deg);
    transition-duration: 0.8s;
    opacity: 1; } }
.p-corporateNav__title a .label {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }
.p-corporateNav__title a img {
  transition-duration: 0.8s;
  flex-shrink: 0;
  outline: 1px solid transparent; }
.p-corporateNav__title--recruit a {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
.p-corporateNav__title--recruit a .label {
  display: inline-block;
  width: auto;
  right: 20px;
  transform: translateY(-50%) translateX(0);
  left: auto; }
.p-corporateNav__item {
  background-color: #fff; }
.p-corporateNav__item .p-corporateNav__item:nth-child(n+2) {
  margin-top: 20px; }
.p-corporateNav__item--2row {
  background-color: inherit; }
.p-corporateNav__list {
  padding: 20px; }
.p-corporateNav__list li {
  font-size: 16px;
  font-size: 1.6rem; }
.p-corporateNav__list li:nth-child(n+2) {
  margin-top: 10px; }
@media only screen and (max-width: 768px) {
  .p-corporateNav__inner {
    padding: 30px 20px; }
  .p-corporateNav__inner .l-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-corporateNav__item {
    width: 100%;
    margin-right: 0; }
  .p-corporateNav__item:nth-child(n+2) {
    margin-top: 10px; }
  .p-corporateNav__item .p-corporateNav__item:nth-child(n+2) {
    margin-top: 10px; }
  .p-corporateNav__title--recruit a {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left; } }
@media only screen and (max-width: 768px) and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-corporateNav__title--recruit a .label {
    margin-top: -20px; } }
@media only screen and (max-width: 768px) {
  .p-corporateNav__list {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-corporateNav__list li {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-corporateNav__list li:nth-child(n+2) {
    margin-top: 0; }
  .p-corporateNav__list li:nth-child(n+3) {
    margin-top: 5px; } }

.p-serviceNav__inner {
  width: 1040px;
  padding: 50px 20px 27px;
  max-width: 100%;
  margin: 0 auto; }
.p-serviceNav__title {
  position: relative; }
.p-serviceNav__label {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -.03em;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 24%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
.p-serviceNav__read {
  letter-spacing: -.03em;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 23%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
.p-serviceNav__slider {
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;}
.p-serviceNav__slider li {
  display: none;
  width: 314px;
  margin-right: 29px; }
.p-serviceNav__slider li a {
  display: block; }
.p-serviceNav__slider li a img {
  display: block; }
.p-serviceNav__slider .bx-viewport {
  box-shadow: inherit !important;
  border: none; }
.p-serviceNav__slider .bx-viewport li {
  display: block; }
.p-serviceNav__slider .bx-wrapper {
  max-width: 100% !important; }
.p-serviceNav__slider .bx-prev {
  background: none;
  position: relative;
  left: -30px; }
.p-serviceNav__slider .bx-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.p-serviceNav__slider .bx-next {
  background: none;
  position: relative;
  right: -30px; }
.p-serviceNav__slider .bx-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
@media only screen and (max-width: 768px) {
  .p-serviceNav__inner {
    padding: 30px 15% 20px; }
  .p-serviceNav__label {
    font-size: 18px;
    font-size: 1.8rem;
    top: 10%;
    text-align: left;
    padding: 0 20px; }
  .p-serviceNav__read {
    font-weight: normal;
    text-align: left;
    padding: 0 20px;
    text-align: left;
    top: 30%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8; }
  .p-serviceNav__slider li {
    display: block;
    /* width: 100% !important; */
    margin-right: 0; }
  .p-serviceNav__slider li:nth-child(n+2) {
    margin-top: 20px; } }


.p-movie{
}
.p-movie__inner{
  width: 1040px;
  padding: 40px 20px;
  max-width: 100%;
  margin: 0 auto;
}
.p-movie__inner .c-heading{
  text-align: center;
  font-size: 2rem;
  background: #f0f0f0;
  margin: 0;
  padding: 10px;
}
.p-movie__inner .c-heading span{display: inline-block;font-size: 80%;font-weight: normal;padding-left: 1em;}
.p-movie__details{
  margin: 30px auto 0;
  width: 960px;
}
@media screen and (max-width: 768px){
  .p-movie__inner{
    padding: 30px 20px;
  }
  .p-movie__inner .c-heading span{display: block;padding-left: 0;}
  .p-movie__details{
    text-align: center;
    margin: 1em 0 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .p-movie__details iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
}

.p-news + .p-news {
  margin-top: 50px; }
.p-news + .p-news .l-block__inner {
  padding-top: 0; }
#page_home .p-news {
  margin-top: 50px; }
.p-news.p-news--catTop {
  margin-top: 65px;
  margin-bottom: 100px; }
.p-news__inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto; }
#page_home .p-news__inner {
  padding: 0 20px; }
.p-news__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 15px; }
.p-news__title {
  line-height: 2;
  font-size: 21px;
  font-size: 2.1rem; }
#page_home .p-news__title {
  font-size: 18px;
  font-size: 1.8rem; }
.p-news__catTitle {
  margin-bottom: 18px;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 13px;
  border-left: 1px solid #000; }
.p-news__details {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-news__details li:nth-child(n+2) {
  margin-left: 10px; }
.p-news__details li a {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 8px 15px;
  text-align: center; }
.p-news--catTop .p-news__details li a {
  width: 120px; }
@media only screen and (min-width: 769px) {
  .p-news__details li a:hover {
    text-decoration: none;
    background-color: #ccc; } }
.p-news__select__item {
  position: relative;
  border: 1px solid #c6c6c6;
  width: 313px;
  margin-right: 30px; }
.p-news__select__item:last-child {
  margin-right: 0; }
.p-news__select__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 2; }
.p-news__select__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
  width: 30px;
  height: 100%;
  z-index: 1; }
.p-news__select__item select {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.7;
  padding: 9px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  z-index: 3; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-news__select__item select {
    padding-top: 12px; } }
.p-news__select__title {
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  margin: 65px 0 35px; }
.p-news__select + .p-news__list {
  margin-top: 60px; }
.p-news__none {
  height: 250px;
  margin-bottom: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.p-news__list {
  border-top: 1px solid #dadada; }
#page_home .p-news__list {
  border-top: 1px solid #050b22; }
.p-news--irTop .p-news__list {
  border-top: none; }
.p-news--catTop .p-news__list {
  border-top: none; }
.p-news__list ul li {
  line-height: 1.8;
  border-bottom: 1px solid #dadada; }
.p-news--catTop .p-news__list ul li {
  width: 25%;
  border-right: 1px solid  #d8d8d8;
  border-bottom: none;
  padding: 0; }
.p-news--catTop .p-news__list ul li:last-child {
  border-right: none; }
.p-news__list ul li a {
  padding: 15px 20px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (min-width: 769px) {
  .p-news__list ul li a:hover {
    text-decoration: none;
    background-color: #f1f1f1; } }
#page_home .p-news__list ul li a {
  padding: 13px 0 8px; }
.p-news--irTop .p-news__list ul li a {
  padding: 13px 0 8px; }
.p-news--catTop .p-news__list ul li a {
  display: block;
  height: 100%; }
.p-news__list ul li .no-link {
  padding: 15px 20px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.p-news--catTop .p-news__list ul li .no-link {
  display: block;
  height: 100%; }
.p-news--catTop .p-news__list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-news__list__head {
  background-color: #f1f1f1;
  padding: 5px 0 !important;
  text-align: center;
  border-bottom: none !important;
  margin-top: -1px; }
.p-news__list__head a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-align: center; }
.p-news__list__head .p-news__list__day {
  border-right: 1px solid #fff; }
.p-news__list__head .p-news__list__text {
  border-right: 1px solid #fff;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.p-news__list__day {
  min-width: 9em;
  margin-bottom: auto; }
.p-news--calendar .p-news__list__day {
  min-width: 7em;
  text-align: center; }
.p-news__list__pdf {
  width: 20px;
  margin-top: 3px; }
.p-news__list__pdf img {
  width: 20px; }
.p-news__list__pdf:last-child {
  margin: auto 0 auto auto; }
#page_home .p-news__list__pdf {
  margin-bottom: auto; }
.p-news__list__excel {
  width: 20px;
  margin-top: 3px; }
.p-news__list__excel img {
  width: 20px; }
.p-news__list__excel:last-child {
  margin: auto 0 auto auto; }
#page_home .p-news__list__excel {
  margin-bottom: auto; }
.p-news__list__text {
  margin-left: 35px;
  margin-bottom: auto;
  width: 667px;
  -ms-flex-shrink: 1; }
.p-news__list__text p {
  max-width: 100%; }
.p-news--catTop .p-news__list__text p {
  display: inline; }
.p-news__list__text .label {
  display: inline; }
.p-news__list__text .label + p {
  display: inline; }
.p-news--calendar .p-news__list__text {
  width: 530px; }
.p-news--catTop .p-news__list__text {
  width: 100% !important;
  margin-left: 0;
  display: block;
  margin-top: 20px; }
.p-news--noIcon .p-news__list__text {
  width: 775px;
  margin-left: 20px; }
.p-news__list__text:last-child {
  width: 709px; }
.p-news__list__icon {
  margin-bottom: auto;
  margin-top: 3px;
  white-space: nowrap;
  line-height: 1.7;
  border-radius: 4px;
  min-width: 114px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  /*阪神阪急HD*/
  /* 不動産 */
  /* ホテル */
  /* 都市交通 */
  /* エンタメ */
  /* 旅行 */
  /* 情報通信 */
  /* 国際輸送 */
  /* CSR */
  /* その他 */
  /* 社会貢献活動 */
  /* 環境保全 */
  /* 安全・安心 */
  /* 従業員への取り組み */
  /* ガバナンス */ }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-news__list__icon {
    padding-top: 3px;
    margin-top: 0; } }
:lang(en) .p-news__list__icon {
  white-space: inherit;
  width: 90px;
  line-height: 1.4;
  padding: 2px; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  :lang(en) .p-news__list__icon {
    padding-top: 3px;
    padding-bottom: 1px; } }
.p-news__list__icon--hd {
  background-color: #fff;
  border: 1px solid #000;
  color: #000; }
.p-news__list__icon--rs {
  background-color: #B1509A; }
.p-news__list__icon--hotel {
  background-color: #51479A; }
.p-news__list__icon--ut {
  background-color: #26458A; }
.p-news__list__icon--ec {
  background-color: #E45656; }
.p-news__list__icon--tr {
  background-color: #139FDC; }
.p-news__list__icon--ic {
  background-color: #F19119; }
.p-news__list__icon--it {
  background-color: #8DAD3E; }
.p-news__list__icon--csr {
  background-color: #66B16B; }
.p-news__list__icon--other {
  background-color: #88898a; }
.p-news__list__icon--soc {
  background-color: #EC8929; }
.p-news__list__icon--eco {
  background-color: #56AB4D; }
.p-news__list__icon--safe {
  background-color: #0066FF; }
.p-news__list__icon--emp {
  background-color: #6633FF; }
.p-news__list__icon--governance {
  background-color: #006699; }
.p-news__list__icon + .p-news__list__pdf {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: auto; }
.p-news__list__icon + .p-news__list__excel {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: auto; }
.p-news--catTop .p-news__list__icon {
  background-color: inherit;
  color: #000;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem; }
.p-news__list__link {
  width: 325px;
  padding-left: 20px; }
.p-news__list__overAlert {
  text-align: center;
  margin-top: 50px; }
.p-news__list__overAlert p {
  display: inline-block;
  border: 1px solid  #c6c6c6;
  padding: 20px 40px; }
.p-news__list + .p-news__catTitle {
  margin-top: 40px; }
.p-news__list + .p-news__head {
  margin-top: 80px; }
.p-news--2column .l-flex__item {
  width: 47%;
  margin-right: 6%; }
.p-news--2column .l-flex__item:nth-child(2n) {
  margin-right: 0; }
.p-news--2column .l-flex__item:nth-child(n+3) {
  margin-top: 50px; }
.p-news--2column .p-news__list__text {
  width: 235px; }
@media only screen and (max-width: 768px) {
  .p-news + .p-news {
    margin-top: 20px; }
  #page_home .p-news + .p-news {
    margin-top: 50px; }
  .p-news.p-news--catTop {
    margin-top: 50px;
    margin-bottom: 60px; }
  .p-news__inner {
    padding: 0; }
  #page_home .p-news__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .p-news__head {
    padding-bottom: 20px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-news--catTop .p-news__head {
    padding-left: 20px;
    padding-right: 20px; }
  .p-news__title {
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem; }
  .p-news--catTop .p-news__title {
    width: auto; }
  .p-news__catTitle {
    border-left: 2px solid #003399; }
  .p-news__details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px; }
  .p-news__details li {
    font-size: 18px;
    font-size: 1.8rem; }
  .p-news__details li a {
    padding: 10px 15px;
    background-color: #ebebeb; }
  .p-news--catTop .p-news__details {
    width: auto;
    margin-top: 0; }
  .p-news__select {
    width: 90%;
    margin: 0 auto 30px; }
  .p-news__select .l-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-news__select__item {
    width: 100%;
    margin-right: 0; }
  .p-news__select__item:last-child {
    margin-right: 0; }
  .p-news__select__item:nth-child(n+2) {
    margin-top: 10px; }
  .p-news__select__title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin: 40px 0 20px; }
  .p-news__select + .p-news__list {
    border-top: 1px solid #dadada; }
  .p-news__list {
    margin: 0 -99999px;
    padding: 0 99999px; }
  .p-news--catTop .p-news__list {
    border-bottom: 1px solid #dadada; }
  .p-news__list ul li {
    margin: 0 -99999px;
    padding: 0 99999px; }
  .p-news--catTop .p-news__list ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #dadada; }
  .p-news__list ul li a {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  #page_home .p-news__list ul li a {
    padding: 10px 0; }
  .p-news--catTop .p-news__list ul li a {
    position: relative;
    padding-left: 20px;
    padding-right: 50px; }
  .p-news--catTop .p-news__list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .p-news__list ul li .no-link {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  .p-news--catTop .p-news__list ul li .no-link {
    position: relative;
    padding-left: 20px;
    padding-right: 50px; }
  .p-news__list__day {
    margin-right: 5px; }
  .p-news--calendar .p-news__list__day {
    min-width: 5em;
    text-align: left; }
  .p-news__list__text {
    margin-left: 0;
    display: block;
    width: 85%; }
  .p-news--calendar .p-news__list__text {
    width: 70%; }
  .p-news--noIcon .p-news__list__text {
    width: 85%;
    margin-left: 0; }
  .p-news__list__link {
    width: 100%;
    margin-left: 5em;
    padding: 0; }
  .p-news__list__pdf:last-child {
    margin: auto 0 5px auto; }
  #page_home .p-news__list__pdf {
    margin-top: 0; }
  .p-news__list__excel:last-child {
    margin: auto 0 5px auto; }
  #page_home .p-news__list__excel {
    margin-top: 0; }
  :lang(en) .p-news__list__icon {
    width: 120px; }
  .p-news__list__overAlert {
    margin-top: 30px;
    text-align: left; }
  .p-news__list__overAlert p {
    padding: 20px 20px; }
  .p-news--2column .l-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-news--2column .l-flex__item {
    width: 100%;
    margin-right: 0; }
  .p-news--2column .l-flex__item:nth-child(n+2) {
    margin-top: 40px; } }

.p-tab ul {
  border-bottom: 1px solid #050b22; }
.p-tab ul li {
  width: 123px;
  text-align: center;
  letter-spacing: -.07em;
  height: 62px;
  font-size: 13px;
  font-size: 1.3rem; }
.p-tab ul li:nth-child(n+2) {
  margin-left: 2px; }
.p-tab ul li.longText {
  width: 140px; }
.p-tab ul li.active {
  border-bottom: 3px solid #050b22; }
.p-tab ul li.active a {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  pointer-events: none; }
.p-tab ul li a {
  height: 100%;
  padding: 10px 5px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-tab ul li a {
    padding-top: 16px; } }
@media only screen and (min-width: 769px) {
  .p-tab ul li a:hover {
    text-decoration: none;
    background-color: #ccc; } }
.p-tab__content ul li.is-hide {
  display: none; }

.p-select {
  position: relative;
  width: 100vw;
  margin-left: -20px; }
.p-select__btn {
  width: 100%;
  margin: 0 20px 20px 20px;
  background-color: #ebebeb;
  position: relative; }
.p-select__btn select {
  padding: 10px 30px;
  font-size: 18px;
  font-size: 1.8rem; }
.p-select__btn::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.p-select__btn + .p-news__details {
  width: 30%;
  margin-top: 0; }
.p-select__btn + .p-news__details li {
  width: 100%; }
.p-select__btn + .p-news__details li a {
  width: 100%;
  text-align: center;
  background-color: #ebebeb; }

.p-footBnr {
  position: relative; }
.p-footBnr__inner {
  width: 1040px;
  padding: 40px 20px;
  max-width: 100%;
  margin: 0 auto; }
#page_home .p-footBnr__inner {
  padding-top: 56px; }
.p-footBnr__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.p-footBnr__logo {
  width: 29.2%;
  margin-right: 25px; }
:lang(en) .p-footBnr__logo {
  width: 310px; }
.p-footBnr__text {
  letter-spacing: -.07em;
  font-size: 14px;
  font-size: 1.4rem; }
.p-footBnr__list {
  margin-top: 52px; }
.p-footBnr__list ul {
  border-left: 1px solid #e4e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-footBnr__list ul li {
  padding-right: 2px;
  margin-right: 2px;
  border-right: 1px solid #e4e5e5; }
.p-footBnr__list ul li:last-child {
  margin-right: 0; }
@media only screen and (max-width: 768px) {
  .p-footBnr__inner {
    padding-top: 30px; }
  .p-footBnr__head {
    display: block; }
  .p-footBnr__logo {
    width: 90%;
    margin: 0 auto 10px; }
  .p-footBnr__text {
    width: 98%;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 17px;
    font-size: 1.7rem; }
  .p-footBnr__list {
    margin-top: 30px; }
  .p-footBnr__list ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-footBnr__list ul li {
    width: 48.5%;
    margin-right: 3%;
    border: 1px solid #e4e5e5;
    text-align: center; }
  .p-footBnr__list ul li:nth-child(2n) {
    margin-right: 0; }
  .p-footBnr__list ul li:nth-child(n+3) {
    margin-top: 10px; } }

.p-topicPath {
  background-color: #f1f1f1;
  padding: 10px 0;
  margin-top: 180px; }
:lang(en) .p-topicPath {
  margin-top: 150px; }
.p-topicPath ul {
  width: 1440px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-topicPath ul li {
  font-size: 12px;
  font-size: 1.2rem; }
.p-topicPath ul li::after {
  content: '＞';
  margin: 0 8px; }
.p-topicPath ul li:last-child::after {
  content: none; }
@media only screen and (max-width: 768px) {
  .p-topicPath {
    margin-top: 94px; }
  :lang(en) .p-topicPath {
    margin-top: 90px; }
  .p-topicPath ul {
    padding: 0 20px; } }

.p-catIndexNav li {
  width: 320px;
  margin-right: 20px; }
.p-catIndexNav li:nth-child(3n) {
  margin-right: 0; }
.p-catIndexNav li:nth-child(n+4) {
  margin-top: 20px; }
.p-catIndexNav li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 20px 10px;
  height: 100%; }
@media only screen and (min-width: 769px) {
  .p-catIndexNav li a:hover {
    text-decoration: none;
    background-color: #cccccc; } }
@media only screen and (max-width: 768px) {
  .p-catIndexNav li {
    width: 100%;
    margin-right: 0; }
  .p-catIndexNav li:nth-child(n+2) {
    margin-top: 10px; }
  .p-catIndexNav .p-note {
    text-align: right; } }

.js-defaultAccordion__content {
  display: none; }

/* --------------------------- */
/* ir */
.p-note {
  text-align: right;
  margin-top: 12px; }
@media only screen and (max-width: 768px) {
  .p-note {
    text-align: left; } }

.img-irCalendar {
  width: 959px;
  margin: 60px auto 0;
  max-width: 100%; }
.img-irCalendar + .p-news__inner {
  margin-top: 100px; }
@media only screen and (max-width: 768px) {
  .img-irCalendar {
    margin-top: 0; }
  #ir .img-irCalendar {
    margin-left: -20px;
    margin-right: -20px; }
  .img-irCalendar + .p-news__inner {
    margin-top: 50px; } }

.p-irIndexMainNav__inner {
  padding: 50px 0 0; }
.p-irIndexMainNav li {
  width: 25%;
  position: relative; }
.p-irIndexMainNav li a {
  overflow: hidden;
  display: block;
  background-color: #000;
  position: relative; }
.p-irIndexMainNav li a::before {
  content: '';
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #fff transparent; }
@media only screen and (min-width: 769px) {
  .p-irIndexMainNav li a:hover {
    text-decoration: none; }
  .p-irIndexMainNav li a:hover img {
    transform: scale(1.1, 1.1) rotate(0.001deg);
    transition-duration: 0.8s;
    opacity: .8; } }
.p-irIndexMainNav__bg {
  width: 100%; }
.p-irIndexMainNav__bg img {
  display: block;
  transition-duration: 0.8s;
  flex-shrink: 0;
  outline: 1px solid transparent; }
.p-irIndexMainNav__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff; }
@media only screen and (max-width: 768px) {
  .p-irIndexMainNav__inner {
    padding: 30px 0 0; }
  .p-irIndexMainNav .l-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-irIndexMainNav li {
    width: 50%; }
  .p-irIndexMainNav__label {
    font-size: 20px;
    font-size: 2rem; } }

.p-irIndexSubNav {
  background-color: #f0f0f0;
  margin: 0 -99999px;
  padding: 0 99999px; }
.p-irIndexSubNav__column {
  width: 666px;
  margin-right: 11px;
  overflow: hidden; }
.p-irIndexSubNav__column:last-child {
  margin-right: 0; }
.p-irIndexSubNav__column li {
  position: relative;
  overflow: hidden; }
.p-irIndexSubNav__column li a {
  overflow: hidden;
  display: block;
  background-color: #000; }
@media only screen and (min-width: 769px) {
  .p-irIndexSubNav__column li a:hover {
    text-decoration: none; }
  .p-irIndexSubNav__column li a:hover img {
    transform: scale(1.1, 1.1) rotate(0.001deg);
    transition-duration: 0.8s;
    opacity: .8; } }
.p-irIndexSubNav__column li:nth-child(n+3) {
  margin-top: 9px; }
.p-irIndexSubNav__column:first-child li {
  width: 326px;
  margin-right: 11px; }
.p-irIndexSubNav__column:first-child li:nth-child(2n) {
  margin-right: 0; }
.p-irIndexSubNav__column:last-child {
  width: 327px; }
.p-irIndexSubNav__column:last-child .p-irIndexSubNav__label {
  top: 3px;
  left: 0;
  transform: translateY(0) translateX(0); }
.p-irIndexSubNav__column:last-child .p-irIndexSubNav__title::before {
  content: none; }
.p-irIndexSubNav__bg {
  width: 100%; }
.p-irIndexSubNav__bg img {
  display: block;
  transition-duration: 0.8s;
  flex-shrink: 0;
  outline: 1px solid transparent; }
.p-irIndexSubNav__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  padding: 20px; }
.p-irIndexSubNav__title {
  color: #333;
  text-align: left;
  position: relative;
  padding-bottom: 10px; }
.p-irIndexSubNav__title::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0; }
.p-irIndexSubNav__read {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.6; }
@media only screen and (max-width: 768px) {
  .p-irIndexSubNav .l-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-irIndexSubNav__column {
    width: 100%;
    margin-right: 0; }
  .p-irIndexSubNav__column + .p-irIndexSubNav__column {
    margin-top: 15px; }
  .p-irIndexSubNav__column li:nth-child(n+2) {
    margin-top: 15px; }
  .p-irIndexSubNav__column:first-child li {
    width: 100%;
    margin-right: 0; }
  .p-irIndexSubNav__column:last-child {
    width: 100%; }
  .p-irIndexSubNav__label {
    padding: 12px;
    font-size: 20px;
    font-size: 2rem; } }

.p-documentList {
  margin-top: 50px; }
.p-documentList ul li {
  width: 325px;
  margin-right: 8px; }
.p-documentList ul li:nth-child(3n) {
  margin-right: 0; }
.p-documentList ul li:nth-child(n+4) {
  margin-top: 8px; }
.p-documentList ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 20px 5px 20px 20px;
  height: 100%;
  word-break: break-all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (min-width: 769px) {
  .p-documentList ul li a:hover {
    text-decoration: none;
    background-color: #f1f1f1; } }
.p-documentList__title {
  width: 90%;
  font-size: 15px;
  font-size: 1.5rem; }
.p-documentList__pdf {
  width: 10%; }
.p-documentList__pdf img {
  width: 20px;
  vertical-align: bottom; }
@media only screen and (max-width: 768px) {
  .p-documentList ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: 49%;
    margin-right: 2%; }
  .p-documentList ul li:nth-child(3n) {
    margin-right: 2%; }
  .p-documentList ul li:nth-child(2n) {
    margin-right: 0; }
  .p-documentList ul li:nth-child(n+3) {
    margin-top: 10px; }
  .p-documentList ul li a {
    padding: 7px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .p-documentList__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px; }
  .p-documentList__pdf {
    margin-top: auto; } }

.p-irMainNav ul li {
  width: 320px;
  min-height: 200px;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-irMainNav ul li:nth-child(3n) {
  margin-right: 0; }
.p-irMainNav ul li:nth-child(n+4) {
  margin-top: 20px; }
.p-irMainNav ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 6px solid #e5e5e5;
  padding: 15px 15px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-irMainNav ul li a::before {
  content: '';
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #e5e5e5 transparent; }
@media only screen and (min-width: 769px) {
  .p-irMainNav ul li a:hover {
    text-decoration: none;
    background-color: #e5e5e5; }
  .p-irMainNav ul li a:hover::before {
    border-color: transparent transparent #fff transparent; } }
.p-irMainNav__left {
  width: 50px;
  margin-right: 10px; }
.p-irMainNav__right {
  width: 215px;
  margin-top: 10px; }
.p-irMainNav__title {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 25px;
  letter-spacing: -.03em; }
.p-irMainNav__title--2row {
  margin-top: -12px;
  line-height: 1.2;
  margin-bottom: 15px; }
.p-irMainNav__text {
  line-height: 1.7;
  letter-spacing: -.05em; }
@media only screen and (max-width: 768px) {
  .p-irMainNav ul li {
    width: 100%;
    min-height: auto;
    margin-right: 0; }
  .p-irMainNav ul li:nth-child(n+2) {
    margin-top: 10px; }
  .p-irMainNav ul li a {
    padding-bottom: 10px;
    border: 4px solid #e5e5e5; }
  .p-irMainNav__right {
    margin-top: 0; }
  .p-irMainNav__title {
    margin-bottom: 10px; }
  .p-irMainNav__title--2row {
    margin-top: 0; }
  .p-irMainNav__text {
    min-height: 5em; } }

.p-catCommonMenu {
  background-color: #f0f0f0;
  margin: 50px 0; }
.p-catCommonMenu .p-note {
  margin-top: 30px; }
.p-catCommonMenu__head {
  background-color: #333333;
  color: #fff; }
.p-catCommonMenu__head__inner {
  width: 1440px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-catCommonMenu__title {
  width: 200px;
  letter-spacing: .05em;
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.p-catCommonMenu__ticker {
  width: 800px;
  padding: 20px 10px 20px 0;
  min-height: 110px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.p-catCommonMenu__ticker ul {
  width: 100%;
  position: relative;
  height: 50%; }
#ir .p-catCommonMenu__ticker ul {
  height: 27%; }
.p-catCommonMenu__ticker ul li {
  width: 100%;
  bottom: 0;
  margin: auto;
  display: none; }
.p-catCommonMenu__ticker ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }
@media only screen and (min-width: 769px) {
  .p-catCommonMenu__ticker ul li a:hover {
    text-decoration: none;
    opacity: .7; } }
.p-catCommonMenu__ticker__day {
  min-width: 8em;
  margin-bottom: auto;
  letter-spacing: .05em; }
.p-catCommonMenu__ticker__text {
  width: 552px;
  margin-bottom: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-catCommonMenu__ticker__text .label {
  display: inline; }
.p-catCommonMenu__ticker__text .label + p {
  display: inline; }
.p-catCommonMenu__ticker__icon {
  margin: -1px 10px auto 10px;
  white-space: nowrap;
  line-height: 1.7;
  border-radius: 4px;
  min-width: 90px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-catCommonMenu__ticker__icon {
    padding-top: 3px;
    margin-top: -4px; } }
.p-catCommonMenu__btn {
  width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.p-catCommonMenu__btn a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #5c5c5c; }
@media only screen and (min-width: 769px) {
  .p-catCommonMenu__btn a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: #333; } }
.p-catCommonMenu__trigger {
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto; }
.p-catCommonMenu__trigger a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  white-space: nowrap; }
.p-catCommonMenu__trigger a::before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .3s all; }
.p-catCommonMenu__trigger a.open::before {
  top: 3px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .3s all; }
.p-catCommonMenu__trigger a .open {
  display: none; }
@media only screen and (min-width: 769px) {
  .p-catCommonMenu__trigger a:hover {
    text-decoration: none;
    opacity: .7; } }
.p-catCommonMenu__content__inner {
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 20px; }
.p-catCommonMenu__2layer {
  margin-bottom: 10px; }
.p-catCommonMenu__2layer + .p-catCommonMenu__2layer {
  margin-top: 40px; }
.p-catCommonMenu__3layer {
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-catCommonMenu__3layer li {
  width: 248px;
  margin-right: 2px;
  position: relative; }
.p-catCommonMenu__3layer li:nth-child(4n) {
  margin-right: 0; }
.p-catCommonMenu__3layer li:nth-child(n+5) {
  margin-top: 2px; }
.p-catCommonMenu__3layer li a {
  padding: 20px 5px 20px 15px;
  background-color: #fff;
  line-height: 1.5;
  height: 100%;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (min-width: 769px) {
  .p-catCommonMenu__3layer li a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none; }
  .p-catCommonMenu__3layer li a:hover + .hoverItem {
    transform: scale(1);
    transition: .6s all; } }
.p-catCommonMenu__3layer li.current a {
  background-color: #ccc;
  color: #333; }
.p-catCommonMenu__3layer li .hoverItem {
  transform: scale(0);
  transform-origin: 0% 100%;
  transition: .8s all;
  position: absolute;
  width: 263px;
  right: -200px;
  bottom: 44px;
  background-color: #666666;
  color: #fff;
  line-height: 1.7;
  padding: 18px 17px;
  z-index: 99; }
.p-catCommonMenu__3layer + .p-catCommonMenu__2layer {
  margin-top: 40px; }
.p-catCommonMenu__3layer + .p-catCommonMenu__3layer {
  margin-top: 50px; }
@media only screen and (max-width: 768px) {
  .p-catCommonMenu {
    margin-top: 50px;
    margin-bottom: 20px; }
  .p-catCommonMenu__head__inner {
    padding: 0;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-catCommonMenu__title {
    width: 100%;
    text-align: left;
    display: block;
    padding: 20px 20px 0; }
  .p-catCommonMenu__ticker {
    padding: 15px 20px;
    display: block;
    min-height: 8em; }
  #ir .p-catCommonMenu__ticker {
    min-height: 5em; }
  .p-catCommonMenu__ticker ul li a {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-catCommonMenu__ticker__icon {
    margin-top: 0;
    height: auto; }
  .p-catCommonMenu__ticker__text {
    width: 100%;
    margin-top: 5px; }
  .p-catCommonMenu__btn {
    width: 50%; }
  .p-catCommonMenu__btn a {
    padding: 15px; }
  .p-catCommonMenu__trigger a {
    padding: 15px 25px 15px 15px; }
  .p-catCommonMenu__trigger a::before {
    right: 10px; }
  .p-catCommonMenu__content__inner {
    padding: 30px 20px; }
  .p-catCommonMenu__2layer {
    font-size: 20px;
    font-size: 2rem; }
  .p-catCommonMenu__3layer li {
    width: 49.5%;
    margin-right: 1%; }
  .p-catCommonMenu__3layer li:nth-child(2n) {
    margin-right: 0; }
  .p-catCommonMenu__3layer li:nth-child(n+3) {
    margin-top: 1%; }
  .p-catCommonMenu__3layer + .p-catCommonMenu__2layer {
    margin-top: 20px; }
  .p-catCommonMenu__3layer + .p-catCommonMenu__3layer {
    margin-top: 30px; } }

/* --------------------------- */
/* recruit */
.p-recruit__title {
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Kozuka Gothic Pro", "小小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  color: #333333;
  letter-spacing: 0.27em;
  line-height: 1.8; }
.p-recruit__title span {
  color: #cc0000; }
.p-recruit__bg {
  height: 120px;
  background: url("/img/recruit/bg01_pc.jpg") no-repeat left bottom;
  background-size: cover;
  margin: 30px calc(50% - 50vw) 28px; }
.p-recruit__subTitle {
  text-align: center;
  font-family: "Kozuka Gothic Pro", "小小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.17em;
  line-height: 2.8; }
.p-recruit__bnr {
  margin-top: 80px; }
.p-recruit__bnr a {
  display: block; }
.p-recruit__bnr a img {
  margin: 0 auto; }
.p-recruit__groupTitle {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 63px;
  margin-top: 20px; }
.p-recruit__groupTitle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #050b22; }
.p-recruit__nav {
  margin-bottom: 50px; }
.p-recruit__nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-recruit__nav ul li {
  width: 19%;
  margin-right: 1.2%; }
.p-recruit__nav ul li:nth-child(5n) {
  margin-right: 0; }
.p-recruit__nav ul li:nth-child(n+6) {
  margin-top: 1.2%; }
.p-recruit__nav ul li a {
  border: 1px solid #cccccc;
  display: block;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: -0.03em; }
.p-recruit__nav ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: '';
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
@media only screen and (min-width: 769px) {
  .p-recruit__nav ul li a:hover {
    text-decoration: none;
    background-color: #cccccc; }
  .p-recruit__nav ul li a:hover::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }
.p-recruit__logoList {
  margin-bottom: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-recruit__logoList li {
  width: 313px;
  margin-right: 30px; }
.p-recruit__logoList li:nth-child(3n) {
  margin-right: 0; }
.p-recruit__logoList li:nth-child(n+4) {
  margin-top: 50px; }
.p-recruit__logoList li .logo a {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  position: relative; }
.p-recruit__logoList li .logo a::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: '';
  width: 20px;
  height: 19px;
  background: url("/img/common/icon_blank.svg") no-repeat left top;
  background-size: cover; }
.p-recruit__logoList li ul {
  margin-top: 20px; }
.p-recruit__logoList li ul li:nth-child(n+2) {
  margin-top: 5px; }
.p-recruit [id^="anchor"]:last-child .p-recruitAccordion {
  margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .p-recruit__title {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400; }
  .p-recruit__bg {
    background: url("/img/recruit/bg01_sp.jpg") no-repeat left bottom;
    background-size: 100%; }
  .p-recruit__subTitle {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.17em;
    line-height: 2; }
  .p-recruit__bnr {
    margin-top: 40px; }
  .p-recruit__groupTitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem; }
  .p-recruit__nav ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-recruit__nav ul li {
    width: 49%;
    margin-right: 2%;
    min-height: 60px; }
  .p-recruit__nav ul li:nth-child(2n) {
    margin-right: 0; }
  .p-recruit__nav ul li:nth-child(n+3) {
    margin-top: 10px; }
  .p-recruit__nav ul li:nth-child(5n) {
    margin-right: 2%; }
  .p-recruit__logoList {
    margin-bottom: 50px; }
  .p-recruit__logoList li {
    width: 49%;
    margin-right: 2%; }
  .p-recruit__logoList li:nth-child(3n) {
    margin-right: 2%; }
  .p-recruit__logoList li:nth-child(2n) {
    margin-right: 0; }
  .p-recruit__logoList li:nth-child(n+3) {
    margin-top: 50px; }
  .p-recruit__logoList li .logo a {
    height: 100px;
    padding: 10px 10px 20px; }
  .p-recruit__logoList li ul {
    margin-top: 10px; }
  .p-recruit__logoList li ul li {
    width: 100%; }
  .p-recruit__logoList li ul li:nth-child(n+2) {
    margin-top: 5px; }
  .p-recruit__logoList li ul li .c-link {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 0;
    text-decoration: underline; }
  .p-recruit__logoList li ul li .c-link::before {
    content: none; } }

.p-recruitAccordion {
  margin-bottom: 95px; }
.p-recruitAccordion dl {
  border-bottom: 1px solid #cccccc; }
.p-recruitAccordion dl dt {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 68px 15px 30px;
  cursor: pointer;
  position: relative; }
.p-recruitAccordion dl dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 3px;
  content: '';
  background-color: #cccccc; }
.p-recruitAccordion dl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 3px;
  content: '';
  background-color: #cccccc;
  transition: .3s all;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.p-recruitAccordion dl dt.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.p-recruitAccordion dl dd {
  display: none;
  padding: 30px 28px;
  background-color: #f1f1f1;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc; }
.p-recruitAccordion__name {
  font-size: 16px;
  font-size: 1.6rem; }
.p-recruitAccordion__division {
  margin-left: auto;
  padding-right: 30px; }
.p-recruitAccordion__division ul {
  width: 290px;
  height: 27px;
  position: relative; }
.p-recruitAccordion__division ul li {
  position: absolute;
  width: 90px;
  line-height: 27px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
.p-recruitAccordion__division ul li.shinsotsu {
  background-color: #6ebf06;
  left: 0;
  top: 0; }
.p-recruitAccordion__division ul li.chuto {
  background-color: #3897d8;
  left: 100px;
  top: 0; }
.p-recruitAccordion__division ul li.arubaito {
  background-color: #f189a2;
  right: 0;
  top: 0; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-recruitAccordion__division ul li {
    padding-top: 5px; } }
.p-recruitAccordion__read {
  letter-spacing: -.07em; }
.p-recruitAccordion__link {
  margin-top: 30px; }
.p-recruitAccordion__link ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.p-recruitAccordion__link ul li {
  width: 220px;
  margin-right: 20px; }
.p-recruitAccordion__link ul li:last-child {
  margin-right: 0; }
.p-recruitAccordion__link ul li a {
  display: block;
  text-align: center;
  background-color: #fff;
  letter-spacing: -.05em;
  padding: 15px 5px; }
@media only screen and (min-width: 769px) {
  .p-recruitAccordion__link ul li a:hover {
    text-decoration: none;
    background-color: #ccc; } }
@media only screen and (max-width: 768px) {
  .p-recruitAccordion {
    margin-bottom: 50px; }
  .p-recruitAccordion dl dt {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 40px 10px 15px; }
  .p-recruitAccordion dl dt::before {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 2px; }
  .p-recruitAccordion dl dt::after {
    right: 10px;
    width: 20px;
    height: 2px; }
  .p-recruitAccordion dl dd {
    padding: 30px 20px;
    background-color: #f1f1f1;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  .p-recruitAccordion__name {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-recruitAccordion__division {
    width: 100%;
    padding-right: 0; }
  .p-recruitAccordion__division ul {
    width: 100%;
    height: 27px;
    position: relative; }
  .p-recruitAccordion__division ul li {
    width: 32%;
    font-size: 13px;
    font-size: 1.3rem; }
  .p-recruitAccordion__division ul li.chuto {
    left: 34.3%; }
  .p-recruitAccordion__link ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-recruitAccordion__link ul li {
    width: 100%;
    margin-right: 0; }
  .p-recruitAccordion__link ul li:nth-child(n+2) {
    margin-top: 10px; } }

/* --------------------------- */
/* corporate */
.p-cpIndexMainNav {
  margin: 40px 0;
  position: relative; }
.p-cpIndexMainNav ul li {
  width: 320px;
  margin-right: 20px; }
.p-cpIndexMainNav ul li:last-child {
  margin-right: 0; }
.p-cpIndexMainNav ul li a {
  position: relative;
  display: block; }
@media only screen and (min-width: 769px) {
  .p-cpIndexMainNav ul li a:hover {
    text-decoration: none; } }
.p-cpIndexMainNav__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
.p-cpIndexMainNav__title {
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: -.07em;
  margin-top: 10px; }
.p-cpIndexMainNav::before {
  content: '';
  width: 100vw;
  background-color: #f0f0f0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0; }
@media only screen and (max-width: 768px) {
  .p-cpIndexMainNav {
    border-bottom: 1px solid #dadada; }
  .p-cpIndexMainNav ul li {
    width: 100%;
    margin-right: 0; }
  .p-cpIndexMainNav__inner {
    padding-left: 0;
    padding-right: 0; }
  .p-cpIndexMainNav__title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    position: relative; }
  .p-cpIndexMainNav__title::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    margin: auto;
    right: 20px;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #cccccc;
    border-right: 3px solid #cccccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .p-cpIndexMainNav::before {
    content: none; } }

/* --------------------------- */
/* csr */
.p-csrMainRead {
  margin-bottom: 80px; }
.p-csrMainRead__heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem; }
.p-csrMainRead__content {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem; }
.p-csrMainRead__title {
  font-weight: bold;
  margin-bottom: 10px; }
.p-csrMainRead__text {
  margin-bottom: 30px; }
.p-csrMainRead__text + .c-numberList {
  margin-bottom: 10px; }
.p-csrMainRead__text--center {
  text-align: center; }
@media only screen and (max-width: 768px) {
  .p-csrMainRead__text--center {
    text-align: left; } }

.p-article__icon {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem; }
.p-article__title {
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem; }
.p-article__day {
  text-align: right;
  margin-top: 20px; }
.p-article__body {
  margin-top: 50px; }
.p-article__body p + p {
  margin-top: 20px; }
.p-article__body p img {
  width: 100%; }
.p-article__relation {
  margin: 50px -9999px 0;
  padding: 50px 9999px;
  background-color: #f1f1f1; }
.p-article__relation__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px; }
.p-article__relation__link li:nth-child(n+2) {
  margin-top: 10px; }
.p-article__relation__link li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff; }
.p-article__relation__link li a[target="_blank"] {
  padding-right: 40px;
  background: #fff url("/img/common/icon_blank.svg") no-repeat right 10px center;
  background-size: 15px; }
@media only screen and (min-width: 769px) {
  .p-article__relation__link li a:hover {
    text-decoration: none;
    background-color: #ccc; } }
@media only screen and (max-width: 768px) {
  .p-article__title {
    font-size: 20px;
    font-size: 2rem; }
  .p-article__body {
    margin-top: 30px; }
  .p-article__relation {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px; } }

/* ---------------------------- */
/* --------------------------- */
/* text */
.u-txt-lh0 {
  line-height: 0; }

.u-txt-indent {
  text-indent: 1em; }

.u-txt-indent-left {
  text-indent: -0.5em; }

.u-txt-strong {
  font-weight: bold; }

.u-txt-italic {
  font-face: italic; }

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

.u-txt-left {
  text-align: left !important; }

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

.u-txt-min {
  font-size: 60%; }

.u-txt-nolink {
  pointer-events: none; }

/* --------------------------- */
/* position */
.u-ab {
  position: absolute; }

.u-rel {
  position: relative; }

.u-fix {
  position: fixed; }

/* -- foundation -- */
/* --------------------------- */
/* margin */
.u-mb--ex-small4 {
  margin-bottom: 10px; }
.u-mb--ex-small3 {
  margin-bottom: 20px; }
.u-mb--ex-small2 {
  margin-bottom: 25px; }
.u-mb--ex-small1 {
  margin-bottom: 30px; }
.u-mb--ex-small {
  margin-bottom: 40px; }
.u-mb--small {
  margin-bottom: 60px; }
.u-mb--default {
  margin-bottom: 80px; }
.u-mb--large {
  margin-bottom: 100px; }
.u-mb--ex-large {
  margin-bottom: 120px; }
@media only screen and (max-width: 768px) {
  .u-mb--ex-small3 {
    margin-bottom: 10px; }
  .u-mb--ex-small2 {
    margin-bottom: 13px; }
  .u-mb--ex-small1 {
    margin-bottom: 16px; }
  .u-mb--ex-small {
    margin-bottom: 20px; }
  .u-mb--small {
    margin-bottom: 30px; }
  .u-mb--default {
    margin-bottom: 40px; }
  .u-mb--large {
    margin-bottom: 50px; }
  .u-mb--ex-large {
    margin-bottom: 60px; } }

.u-mt--ex-smal2 {
  margin-top: 20px; }
.u-mt--ex-small {
  margin-top: 40px; }
.u-mt--small {
  margin-top: 60px; }
.u-mt--default {
  margin-top: 80px; }
.u-mt--large {
  margin-top: 100px; }
.u-mt--ex-large {
  margin-top: 120px; }
.u-mt--minus {
  margin-top: -20px; }
@media only screen and (max-width: 768px) {
  .u-mt--ex-small {
    margin-top: 20px; }
  .u-mt--small {
    margin-top: 30px; }
  .u-mt--default {
    margin-top: 40px; }
  .u-mt--large {
    margin-top: 50px; }
  .u-mt--ex-large {
    margin-top: 60px; } }

.u-ml--ex-small {
  margin-left: 10px; }
.u-ml--small {
  margin-left: 20px; }
.u-ml--default {
  margin-left: 30px; }
.u-ml--large {
  margin-left: 40px; }
.u-ml--ex-large {
  margin-left: 60px; }
@media only screen and (max-width: 768px) {
  .u-ml--ex-small {
    margin-left: 5px; }
  .u-ml--small {
    margin-left: 10px; }
  .u-ml--default {
    margin-left: 15px; }
  .u-ml--large {
    margin-left: 20px; }
  .u-ml--ex-large {
    margin-left: 30px; } }
.u-ml--zero {
  margin-left: 0; }

.u-mr--ex-small {
  margin-right: 10px; }
.u-mr--small {
  margin-right: 20px; }
.u-mr--default {
  margin-right: 30px; }
.u-mr--large {
  margin-right: 40px; }
.u-mr--ex-large {
  margin-right: 60px; }
.u-mr--auto {
  margin: 0 auto 0 0; }
@media only screen and (max-width: 768px) {
  .u-mr--ex-small {
    margin-right: 5px; }
  .u-mr--small {
    margin-right: 10px; }
  .u-mr--default {
    margin-right: 15px; }
  .u-mr--large {
    margin-right: 20px; }
  .u-mr--ex-large {
    margin-right: 30px; } }

.loading {
  padding-top: 30px;
  text-align: center;
}
