@charset "utf-8";
@media (min-width: 992px) {
  /*
.container-1000 {
	width: 1030px;
}

.container-1100 {
	width: 1130px;
}*/
}

body {
  /*	padding-left: 8px;
	padding-right: 8px;*/
}

.spnavi-opened body {
  padding-left: 0px;
  padding-right: 0px;
}

/* content-wrapper 枠   */
/*--------------------------------------------------*/

.body-frame {
  padding-left: 8px;
  padding-right: 8px;
}

.spnavi-opened .body-frame {
  padding-left: 0px;
  padding-right: 0px;
}

.content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 8px solid #ce145a;
  z-index: 100;
  pointer-events: none;
}

body.logged-in .content-wrapper {
  top: 32px;
}

/* company 枠   */
/*--------------------------------------------------*/

#front-page .content-wrapper {
  border: 8px solid #ff0000;
}

#company .content-wrapper {
  border: 8px solid #3fa1ed;
}

#about .content-wrapper {
  border: 8px solid #ff000a;
}

#world .content-wrapper {
  border: 8px solid #0071b8;
}

/* pagetop170 */
/*--------------------------------------------------*/

.pagetop170 {
  font-size: 28px;
  position: fixed;
  z-index: 210;
  right: 25px;
  bottom: 25px;
  display: none;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  color: #fafafa;
  border: none;
  border-radius: 50%;
  background-color: #888;
}
@media (max-width: 575px) {
  .pagetop170 {
    right: 10px;
    bottom: 40px;
  }
}

.pagetop170 i {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}

.pagetop170 i::before {
  margin: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
  animation: pagetop170-fix-ie 10ms infinite;
  animation-fill-mode: both;
}
@keyframes pagetop170-fix-ie {
  0% {
    margin: 0.1px;
  }
  100% {
    margin: 0;
  }
}

.pagetop170:hover i {
  -webkit-animation: pagetop170 1000ms;
  animation: pagetop170 1000ms;
}

.pagetop170-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@-webkit-keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
@keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

/* breadcrumbs168 */
/*--------------------------------------------------*/

.breadcrumbs168 .breadcrumbs {
  font-size: 14px;
  line-height: 1.3;
  margin: 5px -5px 0;
}

.breadcrumbs168 .breadcrumbs > span {
  margin: 0 5px;
  vertical-align: middle;
}

.breadcrumbs168 .breadcrumbs a {
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.ua-nontouch .breadcrumbs168 .breadcrumbs a:hover {
  color: #00a9c7;
}
@media (max-width: 575px) {
  .breadcrumbs168 .breadcrumbs {
    display: none;
  }
}

/* subvisual224 */
/*--------------------------------------------------*/

.subvisual224 {
  height: 350px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .subvisual224 {
    height: 120px;
  }
}

/* title204 */
/*--------------------------------------------------*/

.title204-text {
  font-size: 26px;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}

.title204-text > span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}

.title204-text > span::before,
.title204-text > span::after {
  position: absolute;
  top: 50%;
  width: 2500%;
  content: "";
}

.title204-text > span::before {
  right: 100%;
}

.title204-text > span::after {
  left: 100%;
}
@media (max-width: 767px) {
  .title204-text {
    font-size: 22px;
  }
}

.title204-text {
  overflow: hidden;
}

.title204-text > span::before,
.title204-text > span::after {
  border-top: 1px solid #aaa;
}
@media (max-width: 767px) {
  .title204 .container-fluid {
    padding: 0;
  }

  .title204-text {
    padding: 10px;
  }
}

/* sidebar */
/*--------------------------------------------------*/

.widget {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.widget-title {
  text-align: center;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.widget > ul {
}

.widget > ul > li > a {
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget > ul > li:hover > a {
  background-color: #efefef;
}

.widget > ul > li > a:after {
  font-family: "fontello";
  content: "\e802";
  position: absolute;
  right: 15px;
}

.widget > ul > li:hover > a:after {
  right: 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget > ul > li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.widget select {
  margin: 10px 5%;
  width: 90%;
}

.widget_categories select {
  margin-top: 0px;
}

.screen-reader-text {
  display: block;
  margin: 15px auto 0 auto;
  width: 88%;
}

/* カレンダー */

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
  padding: 3px 7px;
}

.widget_calendar thead {
  border-top: 1px solid #ccc;
}

.widget_calendar thead th,
.widget_calendar tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.widget_calendar caption {
  text-align: center;
  font-size: 16px;
  padding: 7px 0;
}

.widget_calendar a {
  color: blue;
  text-decoration: underline;
}

.widget_calendar tfoot td {
  padding: 7px 0;
}

/* 検索 */

.widget_search {
  border: none;
}

.widget_search .widget-title {
  border: 1px solid #ccc;
  border-bottom: none;
}

.widget ul.children {
  border-top: 1px dotted #ccc;
}

.widget ul.children li {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget ul.children li a:before {
  content: "├ ";
}

.widget ul.children li:last-child a:before {
  content: "└ ";
}

.widget ul.children li a {
  display: block;
  padding: 13px 15px 7px 10px;
}

.widget ul.children li:hover > a {
  background-color: #efefef;
}

.widget ul.children li > a:after {
  font-family: "fontello";
  content: "\e802";
  position: absolute;
  right: 30px;
}

.widget ul.children li:hover > a:after {
  right: 25px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.searchform {
  position: relative;
}

.searchform input[type="search"] {
  width: 100%;
}

.searchfield {
  font-size: 14px;
  padding: 7px;
}

.searchsubmit {
  font-size: 20px;
  width: 35px;
  height: 30px;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

/* カスタムメニュー */

.widget_nav_menu li > a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget_nav_menu li:hover > a {
  background-color: #efefef;
}

.widget_nav_menu li > a:after {
  font-family: "fontello";
  content: "\e802";
  position: absolute;
  right: 15px;
}

.widget_nav_menu li:hover > a:after {
  right: 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget_nav_menu li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

/* タグクラウド */

.widget_tag_cloud .tagcloud {
  padding: 10px 15px;
}

/* タイトル */

.single-title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  padding-bottom: 10px;
}

/* カテゴリー名 */

.news-cat-tag {
  background-color: #ccc;
  padding: 2px 10px;
  margin-right: 3px;
}

/* 次の記事 */

.single-arrow-next {
  text-align: right;
}

/* アーカイブのページネーション */

.pagenation {
  text-align: center;
}

.page-numbers {
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
}

.page-numbers.current {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

/* 最近のコメント */

.widget_recent_comments .recentcomments {
  padding: 10px 15px;
}

.widget_recent_comments .recentcomments a {
  text-decoration: underline;
}

.widget_recent_comments .recentcomments a:after {
  content: none;
}

.widget_recent_comments .recentcomments:hover > a {
  background: none;
}

/* oEmbedをレスポンシブ化 */
/*--------------------------------------------------*/

.wp-embedded-content {
  max-width: 100%;
}

/* mainvisual */
/*--------------------------------------------------*/

.mainvisual {
  width: 100%;
}

.mainvisual-slider ._mv {
  background-position: center;
}

.mv-slider-sp-img {
  width: 100%;
}
/* 1200～∞（xl）*/
@media (min-width: 1185px) {
  .mainvisual-slider ._mv {
    background-size: cover;
  }
}
/* 768～1199 */
@media (min-width: 992px) and (max-width: 1184px) {
  .mainvisual-slider ._mv {
    background-size: auto 100%;
  }
}
/* 768～∞（md）*/
@media (min-width: 992px) {
  .mainvisual,
  .mainvisual-slider ._mv {
    height: 520px;
  }

  .mainvisual-slider ._mv01 {
    background-image: url(../images/main-frame/mvbg01-202507.jpg);
  }

  .mainvisual-slider ._mv02 {
    background-image: url(../images/main-frame/mvbg01-202507.jpg);
  }

  .mainvisual-slider ._mv03 {
    background-image: url(../images/main-frame/mvbg01-202507.jpg);
  }
}
/* 0～767 */
@media (max-width: 767px) {
}

/* header-nav */

.header-nav {
  text-align: center;
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 100;
}

body.logged-in .header-nav {
  top: 22px;
}

.header-nav-inner {
  display: inline-block;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.4);
}

.header-nav-table {
  display: table;
  width: 100%;
}

.header-nav-logo {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}

.header-nav-main {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.header-nav-main-top {
  margin-bottom: 25px;
  margin-left: 35px;
}

.header-nav-main-top li {
  float: left;
  font-size: 12px;
  padding: 0 5px;
}

.hover-underline a {
  position: relative;
}

.hover-underline a::after {
  content: "";
  height: 1px;
  width: 0%;
  background-color: #777;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.hover-underline:hover a::after {
  width: 100%;
}

.header-nav-main-top ._hasicon-link a {
  display: block;
  background-image: url(../images/main-frame/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
}

.header-nav-main-top ._hasicon-mail a {
  display: block;
  background-image: url(../images/main-frame/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 23px;
}

.header-nav-main-middle {
}

.header-nav-main-middle > li {
  float: left;
  display: table;
}

.header-nav-main-middle {
}

.header-nav-main-middle > li {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}

.header-nav-main-middle > li > a {
  display: table-cell;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 10px 0 36px;
  text-align: left;
  line-height: 1.3;
  height: 34px;
  vertical-align: middle;
  background-size: auto 30px;
}

.header-nav-main-middle ._hasicon-company a {
  color: #4d4d4d;
  background-image: url(../images/main-frame/icon-company.svg);
  padding-left: 40px;
}

.header-nav-main-middle ._hasicon-about a {
  color: #ff000a;
  background-image: url(../images/main-frame/icon-about.svg);
}

.header-nav-main-middle ._hasicon-spread a {
  color: #0071b6;
  background-image: url(../images/main-frame/icon-spread.svg);
}

.header-nav-main-middle ._hasicon-pressroom a {
  color: #ce145a;
  background-image: url(../images/main-frame/icon-pressroom.svg);
}

.header-nav-main-middle ._hasicon-recruit a {
  color: #86c03f;
  background-image: url(../images/main-frame/icon-recruit.svg);
}

/* header-sp */
/*--------------------------------------------------*/

.header-sp {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
}

.header-sp-logo {
  float: left;
  width: 220px;
  padding: 15px 0 10px 20px;
}

.header-sp-logo img {
}

.header-sp-nav {
  float: right;
  width: 80px;
  padding: 15px;
  padding: 15px 30px 10px 0;
}
@media (max-width: 991px) {
  header {
    padding-top: 90px;
  }

  .header-sp {
    height: 90px;
  }
}
@media (max-width: 400px) {
  .header-sp-logo {
    width: 180px;
  }
}

/* hamburger */
/*--------------------------------------------------*/

.spnavi-hamburger {
  margin-top: 10px;
  -webkit-transition: 440ms;
  transition: 440ms;
  text-align: center;
  width: 70px;
  margin-left: auto;
}

.spnavi-scrolled .spnavi-hamburger {
}

.spnavi-hamburger-text {
  font-size: 25px;
  line-height: 1;
  margin-top: 5px;
  -webkit-transition: color 440ms;
  transition: color 440ms;
  color: #df0012;
}

/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
*/

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, filter, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.ua-nontouch .hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 50px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 65px;
  height: 10px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  background-color: #df0012;
}

.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: "";
}

.hamburger-inner::before {
  top: -23px;
}

.hamburger-inner::after {
  bottom: -23px;
}

/* Spin */

.hamburger-spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hamburger-spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger-spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

html.spnavi-opened .hamburger-spin .hamburger-inner {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

html.spnavi-opened .hamburger-spin .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  opacity: 0;
}

html.spnavi-opened .hamburger-spin .hamburger-inner::after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 0～575 */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 50px;
  height: 7px;
}

.hamburger-inner::before {
  top: -15px;
}

.hamburger-inner::after {
  bottom: -15px;
}

.spnavi-hamburger {
  margin-top: 20px;
}

.hamburger-box {
  width: 50px;
  height: 40px;
}

.spnavi-hamburger-text {
  font-size: 20px;
  margin-top: -3px;
}

.header-sp-nav {
  padding-right: 15px;
}

.spnavi-hamburger {
  margin-top: 2%;
}

.spnavi-hamburger-text {
  font-size: 2.4vw;
}

/* 0～400 */
@media (max-width: 400px) {
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 7px;
  }

  .hamburger-inner::before {
    top: -13px;
  }

  .hamburger-inner::after {
    bottom: -13px;
  }

  .hamburger-box {
    width: 40px;
    height: 40px;
  }

  .spnavi-hamburger-text {
    font-size: 16px;
    margin-top: -3px;
  }

  header {
    padding-top: 80px;
  }

  .header-sp {
    height: 80px;
  }

  .header-sp-nav {
    padding: 3% 2% 2% 2%;
  }
}

/* sp navigation opend */
/*--------------------------------------------------*/

.spnavimain {
  /*	display:none;*/
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.spnavi-opened .spnavimain {
  /*	display:block;*/
  opacity: 1;
}

/*.spnavi-opened .header-no-navi-opened .header-sp {
  display: none;
}*/

.spnavimain {
  position: fixed;
  width: 100%;
  height: 100%;
  /*  overflow: auto;*/
  background-color: rgba(255, 255, 255, 1);
  z-index: -1;
  /*  padding: 30px;*/
  top: 0; /*  padding-top: 120px;*/
  overflow-y: scroll;
}

.spnavi-opened .spnavimain {
  z-index: 300;
}

.spnavimain-body {
  overflow: auto;
  padding: 90px 15px 0;
}

.spnavimain-inner {
  width: 100%;
}

.spnavimain-inner {
}

.spnavimain-inner ul._sub {
  display: none;
}

.spnavimain-inner ul._sub > li {
  /*	padding: 10px 15px;*/
}

.spnavimain-inner ul._sub > li a {
  display: block;
  padding: 10px 15px;
}

.spnavimain-inner ._hasicon-arrow {
  background-image: url(../images/main-frame/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 20px;
}

.spnavimain-inner p._hasicon-arrow {
  background-image: url(../images/main-frame/icon-arrow-white.svg);
}
.spnavimain-inner ._hasicon-arrow_w {
  background-image: url(../images/main-frame/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 20px;
}
.spnavimain-inner li ._parent {
  display: block;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 35px;
  cursor: pointer;
}

.spnavimain-inner ._hasicon-plus {
  position: relative;
}

.spnavimain-inner ._hasicon-plus::after {
  content: url(../images/main-frame/icon-plus.svg);
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
}

.spnavimain-inner ._hasicon-exlink {
  background-image: url(../images/main-frame/icon-exlink.svg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 96% center;
}

.spnavimain-inner ._otherlink a {
  display: block;
  padding: 10px 15px;
}

.spnavimain-inner ._border {
  border-bottom: 1px dotted #777;
}

.spnavimain-inner ._padding {
  padding: 15px 0;
}

.spnavimain-inner ._hasicon-company ._parent {
  background-image: url(../images/main-frame/icon-company-2.svg);
  padding-left: 60px;
}

.spnavimain-inner ._hasicon-about ._parent {
  background-image: url(../images/main-frame/icon-about-2.svg);
  padding-left: 60px;
}

.spnavimain-inner ._hasicon-spread ._parent {
  background-image: url(../images/main-frame/icon-spread-2.svg);
  padding-left: 60px;
}

.spnavimain-inner ._hasicon-pressroom ._parent {
  background-image: url(../images/main-frame/icon-pressroom-2.svg);
  padding-left: 60px;
}

.spnavimain-inner ._hasicon-recruit ._parent {
  background-image: url(../images/main-frame/icon-recruit-2.svg);
  padding-left: 60px;
}

.spnavimain-inner ul._sub ._bg-color-link {
  padding: 0px;
  border-bottom: none;
}

.spnavimain-inner
  ._hasicon-recruit
  ul._sub
  ._bg-color-link
  p._hasicon-arrow
  ._parent {
  background-image: none;
}
.spnavimain-inner
  ._hasicon-recruit
  ul._sub
  ._bg-color-link
  ._hasicon-arrow_w
  ._parent {
  background-image: none;
}
.spnavimain-inner ._bg-gray {
  background-color: #4d4d4d;
  color: #fff;
}

.spnavimain-inner ._bg-red {
  background-color: #ff000a;
  color: #fff;
}

.spnavimain-inner ._bg-blue {
  background-color: #0071b6;
  color: #fff;
}

.spnavimain-inner ._bg-green {
  background-color: #86c03f;
  color: #fff;
}

.spnavimain-inner ._bg-lightblue {
  background-color: #3fa1ed;
  color: #fff;
}

.spnavimain-inner ._bg-orange {
  background-color: #ef8b1e;
  color: #fff;
}

.spnavimain-inner ._bg-wine {
  background-color: #ce145a;
  color: #fff;
}

.spnavimain-inner ._color-gray {
  color: #4d4d4d;
}

.spnavimain-inner ._color-red {
  color: #ff000a;
}

.spnavimain-inner ._color-blue {
  color: #0071b6;
}

.spnavimain-inner ._color-green {
  color: #86c03f;
}

.spnavimain-inner ._color-wine {
  color: #ce145a;
}

.spnavimain-footer {
  margin-top: 20px;
}

.spnavimain-footer .spnavimain-footer-mail {
  width: 49%;
  float: left;
}

.spnavimain-footer .spnavimain-footer-tel {
  width: 49%;
  float: right;
}

.spnavimain-footer li {
  display: inline-block;
  background-color: #ff000a;
  color: #fff;
  padding: 10px 10px;
}

.spnavimain-footer .spnavimain-footer-mail a {
  background-image: url(../images/main-frame/icon-mail-white.svg);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 50px;
  display: block;
}

.spnavimain-footer .spnavimain-footer-tel a {
  background-image: url(../images/main-frame/icon-tel-white.svg);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 50px;
  display: block;
}
@media (max-width: 575px) {
  .spnavimain-footer .spnavimain-footer-mail a {
    padding: 0px 0 0px 50px;
  }

  .spnavimain-footer .spnavimain-footer-tel a {
    padding: 0px 0 0px 50px;
    background-position: 10px center;
  }
}

/* footer */
/*--------------------------------------------------*/

footer {
  background-color: #808080;
  color: #fff;
  padding-top: 30px;
}

.body-class-page-front-page footer {
  background-color: #f00;
  margin-top: 0px;
}

.copyright {
  text-align: center;
  padding-bottom: 15px;
  font-size: 12px;
  margin-top: 15px;
}

.footer-bottom li {
  display: inline-block;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .footer-nav-list {
    display: table;
    width: 100%;
  }

  .footer-nav-list > li {
    display: table-cell;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

.footer-nav-list > li > a strong {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer-nav-list {
    width: 100%;
  }

  .footer-nav-list > li {
    width: 33%;
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav-list > li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 2px;
  }

  footer .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-bottom {
    /*	text-align:center;*/
    padding-top: 10px;
  }

  .footer-bottom ul {
    /*	display:inline-block;*/
  }

  .footer-bottom li {
    display: block;
    padding-right: 0px;
    text-align: left;
  }
}

.footer_img1 {
  width: 75px;
  height: 75px;
  margin: 0 10px;
}

.footer_img2 {
  width: 124px;
  height: 75px;
  margin: 0 10px;
}

.cat-item.cat-item-12,
.cat-item.cat-item-10,
.cat-item.cat-item-9,
.cat-item.cat-item-7 {
  display: none;
}
