@charset "UTF-8";
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* basic-tags */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

html, body {
  _font-family: "Hiragino Sans", "HiraginoSans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuProN", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana;
  font-size: 13px;
  line-height: 1.462;
  color: #000;
}

a {
  color: #003a8e;
}

/* --------------------
  basic-classes
-------------------- */
.page-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sect-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .xs-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

/*===
  サイト内共有要素 : 基本ボタンのスタイリング
  - あくまでボタン単体の基本スタイル。width は使用箇所で設定すること (このままだと100%)
  - ボタンのレイアウトも使用箇所で設定すること。
===*/
/* .btn__style1
  SP：赤ボーダー＋赤文字＋arrow,
  PC：黒文字＋arrow */
.btn__style1 {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #c8102e;
  border-radius: 4px;
  background: #fff url(../img/arrows/linkarrow-w47.png) right 7px center/22px auto no-repeat;
  font-size: 15px;
  font-weight: 500;
  color: #c8102e;
  text-decoration: none;
  line-height: 26px;
  padding: 3px 2em 3px 10px;
}

@media print, screen and (min-width: 768px) {
  .btn__style1 {
    display: inline-block;
    width: auto;
    border: none;
    font-size: 12px;
    color: #000;
    background: url(../img/arrows/linkarrow-w20.png) right 1px center/16px auto no-repeat;
    padding: 0 20px 0 0;
    line-height: 30px;
  }
  a.btn__style1 {
    background: url(../img/arrows/linkarrow-w20.png) right 1px center/16px auto no-repeat;
  }
  a:hover.btn__style1 {
    background: url(../img/arrows/linkarrow-w31_on.png) right 1px center/16px auto no-repeat;
  }
}
/* .btn__style2
  SP：背景steelblue＋白文字＋arrow,
  PC：steelblue系のボーダー＋同グラデーション背景＋白文字＋arrow */
.btn__style2 {
  display: block;
  background: #028da8 url(../img/arrows/linkarrow-w47.png) right 10px center/23px auto no-repeat;
  font-size: 15px;
  padding: 8px 7px 6px;
  line-height: 1.333;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .btn__style2 {
    border-radius: 0;
    padding: 7px 32px 7px 10px;
    font-size: 14px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn__style2 {
    border-color: #087086;
    background: url(../img/arrows/linkarrow-w20.png) right 4px center/20px auto no-repeat, linear-gradient(#21aecd, #1186a0);
  }
}
.btn__style2.primary {
  background-color: #c8102e;
}

@media print, screen and (min-width: 768px) {
  .btn__style2.large {
    font-size: 20px;
    padding: 20px;
    padding: 20px 43px 20px 28px;
    background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat, linear-gradient(#21aecd, #1186a0);
  }
}
/* .btn__style3
  btn__style2と似てるが以下が異なる：
  - デカい。上下paddingや文字が大きめ。
  - 文字は small と 通常 の2種類。幅が足りない場合自動的に2行になる。
  - 背景が red (PCでは redボーダー＋red系グラデーション背景)。 */
.btn__style3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #c8102e url(../img/arrows/linkarrow-w47.png) right 10px center/23px auto no-repeat;
  padding: 11px 33px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .btn__style3 {
    border-radius: 0;
    /* padding: 11px 43px; */
    padding: 11px 40px 11px 20px;
    height: 80px;
    border: 1px solid #c8102e;
    background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat, linear-gradient(#f46079, #c8102e);
  }
}
.btn__style3 .label {
  font-size: 23px;
  line-height: 1;
  margin: 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .btn__style3 .label {
    font-size: 24px;
    margin: 0 16px;
  }
}
.btn__style3 .label-small {
  display: block;
  font-size: 13px;
  padding-bottom: 4px;
  line-height: 15px;
}

@media print, screen and (min-width: 768px) {
  .btn__style3 .label-small {
    font-size: 15px;
    padding-bottom: 0;
    line-height: 24px;
  }
}
.btn__style3.steelblue {
  background-color: #028da8;
}

@media print, screen and (min-width: 768px) {
  .btn__style3.steelblue {
    border-color: #087086;
    background: url(../img/arrows/linkarrow-w20.png) right 4px center/20px auto no-repeat, linear-gradient(#21aecd, #1186a0);
  }
}
/* .btn__style4
  btn__style3を元に、以下を変更：
  - ボーダー (製品サービスの青) 付き。
  - 文字色も 製品サービスの青。
  - 文字のサイズが大きめ。 */
.btn__style4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url(../img/arrows/linkarrow-w47.png) right 10px center/23px auto no-repeat;
  padding: 8px 33px;
  border-radius: 4px;
  text-decoration: none;
  color: #10859e;
  font-weight: 600;
  border: 3px solid #10859e;
}

@media print, screen and (min-width: 768px) {
  .btn__style4 {
    border-radius: 0;
    padding: 11px 43px;
    height: 80px;
    background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat, linear-gradient(#fff, #e4f0ef);
  }
  .btn__style4:hover {
    background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat;
  }
}
.btn__style4 .label {
  font-size: 23px;
  line-height: 1;
  margin: 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .btn__style4 .label {
    font-size: 33px;
    margin: 0 16px;
  }
}
.btn__style4 .label-small {
  display: block;
  font-size: 17px;
}

@media print, screen and (min-width: 768px) {
  .btn__style4 .label-small {
    font-size: 24px;
  }
}
/*=== Commons: .page-header ===*/
.page-header {
  position: fixed;
  z-index: 1000;
  height: 45px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .page-header {
    background-color: rgba(255, 255, 255, 0.9);
    height: 75px;
    border-bottom: 1px solid #b8b8b8;
    padding: 0 30px;
  }
}
.header__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .header__container {
    display: flex;
    justify-content: space-between;
  }
}
.header__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .header__title {
    width: 180px;
  }
}
@media screen and (min-width: 800px) {
  .header__title {
    width: 195px;
  }
}
.header__title .site-title {
  width: 206px;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .header__title .site-title {
    width: 100%;
  }
}
.header__title .site-title .link {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  /* background: url(../img/header/sp-header-logo.png) left 8px center/197px auto no-repeat; */
  background: url(../img/header/sp-header-logo.svg) left 8px center/197px auto no-repeat;
}

@media print, screen and (min-width: 768px) {
  .header__title .site-title .link {
    /* background: url(../img/header/pc-header-logo.png) left center/contain no-repeat; */
    background: url(../img/header/pc-header-logo.svg) left center/contain no-repeat;
  }
}
.header__menubtn {
  width: 44px;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/header/sp-menu-open.png) center center/28px auto no-repeat;
}

.header__menubtn.opened {
  background-image: url(../img/header/sp-menu-close.png);
}

@media print, screen and (min-width: 768px) {
  .header__menubtn {
    display: none;
  }
}
.main-header-navs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 45px;
}

@media print, screen and (min-width: 768px) {
  .main-header-navs {
    top: 75px;
  }
}
/* パンくず .brecru__nav */
@media print, screen and (min-width: 768px) {
  .brecru__nav {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.brecru__list {
  display: flex;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .brecru__list .item {
    display: flex;
    align-items: center;
  }
  .brecru__list .item::after {
    content: "＞";
    color: white;
    padding: 0 5px;
    font-weight: 200;
  }
}
.brecru__list .item .link {
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  padding: 4px 16px 4px 7px;
  background: url(../img/arrows/sp-leaf-arrowline.png) right top/contain no-repeat;
}

@media print, screen and (min-width: 768px) {
  .brecru__list .item .link {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 4px 5px 0;
    background: none;
  }
}
@media print, screen and (min-width: 768px) {
  .brecru__list .item:last-of-type::after {
    content: "";
  }
}
@media print, screen and (min-width: 768px) {
  .brecru__list .item a.link {
    text-decoration: underline;
  }
}
body.corp .brecru__sect {
  background-color: #c8102e;
}

body.prod .brecru__sect {
  background-color: #10859e;
}

body.issu .brecru__sect {
  background-color: #109e8c;
}

body.recr .brecru__sect {
  background-color: #f29a47;
}

body.cont .brecru__sect {
  background-color: #5c60b0;
}

body.sear .brecru__sect {
  background-color: #434243;
}

/* 下層ページでの .page-main 上部padding */
.page__leaf1 .page-main, .page__leaf2 .page-main {
  padding-top: 66px;
}

@media print, screen and (min-width: 768px) {
  .page__leaf1 .page-main, .page__leaf2 .page-main {
    padding-top: 99px;
  }
}
/*========== commons-header-nav ==========*/
.header__nav {
  background-color: transparent;
  margin: 1px 0 0 0;
  overflow-x: hidden;
  overscroll-behavior: contain;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav {
    height: 0;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.2s ease-in;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav {
    display: block;
    height: 100%;
    margin: 0;
    overflow-y: visible;
    width: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav.opened {
    height: auto;
    max-height: calc(100vh - 45px);
    max-height: calc(100svh - 45px);
    overflow-y: auto;
  }
}
.header__nav ul {
  margin: 0;
}
.header__nav .item .link {
  display: flex;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
  line-height: 1.25;
  padding: 0 25px 0 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #3a3a3a url(../img/header/sp-menuitem-link.png) right 6px center/18px auto no-repeat;
}
@media print, screen and (min-width: 768px) {
  .header__nav .item .link {
    display: block;
    background: none;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    height: auto;
    font-size: 14px;
    border-bottom: none;
  }
}
.header__nav .item .link.has-submenu {
  background-image: url(../img/header/sp-menuitem-open.png);
}
@media print, screen and (min-width: 768px) {
  .header__nav .item .link.has-submenu {
    background-image: none;
  }
}
.header__nav .item .link.has-submenu ~ .submenu__container .nav2__container,
.header__nav .item .link.has-submenu ~ .nav3__list {
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .item .link.has-submenu ~ .submenu__container .nav2__container,
  .header__nav .item .link.has-submenu ~ .nav3__list {
    height: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.2s ease-in 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item .link.has-submenu ~ .submenu__container .nav2__container,
  .header__nav .item .link.has-submenu ~ .nav3__list {
    height: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .item .link.has-submenu.opened {
    background-image: url(../img/header/sp-menuitem-close.png);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .item .link.has-submenu.opened ~ .submenu__container .nav2__container,
  .header__nav .item .link.has-submenu.opened ~ .nav3__list {
    height: auto;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .item .link.has-submenu.open-always {
    background-image: none;
  }
}
.header__nav .item .link.has-submenu.open-always ~ .submenu__container .nav2__container,
.header__nav .item .link.has-submenu.open-always ~ .nav3__list {
  max-height: calc(100vh - 45px);
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .header__nav .submenu__container {
    position: fixed;
    top: 73px;
    opacity: 0.05;
    left: 0;
    width: 100vw;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .link.has-submenu.active ~ .submenu__container {
    visibility: visible;
    opacity: 1;
    transition: all 0.1s linear;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .submenu__contents {
    background-color: #636363;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .submenu__contents {
    width: 760px;
    margin: 0 auto;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .nav2__container {
    flex: 0 0 399px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .nav2__group {
    width: 100%;
    padding: 15px 0 15px 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .nav3__container {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .nav3__container {
    flex: 1 0 auto;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .nav3__container > .nav3__list {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .nav1__list {
    display: flex;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .nav1__list > .item {
    height: 100%;
    width: 96px;
  }
}
.nav1__list > .item > .link {
  display: flex;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  background: #3a3a3a url(../img/header/sp-menuitem-link.png) right 6px center/18px auto no-repeat;
  font-size: 12px;
  line-height: 1.25;
  padding: 0 25px 0 6px;
  height: 44px;
  color: #fff;
  border-bottom: 1px solid #d3d3d3;
  border-left: none;
}
@media print, screen and (min-width: 768px) {
  .nav1__list > .item > .link {
    background: transparent;
    font-size: 14px;
    line-height: 17px;
    padding: 3px;
    height: 100%;
    color: #555;
    border-bottom: none;
    border-left: 1px solid #b8b8b8;
  }
}
@media print, screen and (min-width: 768px) {
  .nav1__list > .item > .link:hover, .nav1__list > .item > .link.active {
    color: #fff;
    transition: all 0.1s linear;
  }
}

@media print, screen and (min-width: 768px) {
  .nav2__list {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .nav2__list > .item {
    padding: 0 0 8px 0;
    position: relative;
  }
}
.nav2__list > .item > .link {
  background-color: #636363;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .nav2__list > .item > .link {
    background-color: transparent;
    padding-left: 6px;
    line-height: 22px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .nav2__list > .item > .link.has-submenu::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    right: 5px;
    top: 1px;
    content: url(../img/arrows/linkarrow-w20W.png);
  }
}
.nav2__list > .item > .link.has-submenu.active::after {
  color: transparent;
}
@media print, screen and (min-width: 768px) {
  .nav2__list > .item.divide-bottom {
    border-bottom: 1px dashed #fff;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .nav3__list {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .nav3__list > .item {
    padding: 0 0 8px 0;
  }
}
.nav3__list > .item > .link {
  background-color: #868686;
  padding-left: 23px;
}
@media print, screen and (min-width: 768px) {
  .nav3__list > .item > .link {
    padding: 0 8px;
    background-color: transparent;
    line-height: 22px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
}

.nav2__group-title {
  width: 91.4787%;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 25px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .nav2__group-title {
    display: none;
  }
}

/*===== .header__nav 個別設定 =====*/
@media print, screen and (min-width: 768px) {
  .header__nav .item.about > .link.active {
    background-color: #c8102e;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.about .submenu__container {
    background-color: #c8102e;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.about .submenu__contents {
    width: auto;
    max-width: 1060px;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.about .nav2__container {
    margin-right: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.about .nav2__list > .item > .link:hover {
    background-color: #d17997;
  }
}

@media print, screen and (min-width: 768px) {
  .header__nav .item.products > .link.active {
    background-color: #10859e;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .submenu__container {
    background: linear-gradient(to right, #10859e, #10859e 50%, #2bacc9 50%);
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .submenu__contents {
    width: auto;
    max-width: 1060px;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .nav2__container {
    background-color: #10859e;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .nav2__list > .item > .link.no-submenu:hover, .header__nav .item.products .nav2__list > .item > .link.has-submenu:hover, .header__nav .item.products .nav2__list > .item > .link.has-submenu.active {
    background-color: #2bacc9;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .nav3__container {
    flex: 0 0 360px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.products .nav3__list > .item > .link:hover {
    background-color: #51cce8;
  }
}

@media print, screen and (min-width: 768px) {
  .header__nav .item.issues > .link.active {
    background-color: #109e8c;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.issues .submenu__container {
    background-color: #109e8c;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.issues .nav2__list > .item > .link:hover {
    background-color: #58ba9e;
  }
}

@media print, screen and (min-width: 768px) {
  .header__nav .item.recruit > .link:hover {
    background-color: #f29a47;
  }
}

@media print, screen and (min-width: 768px) {
  .header__nav .item.contact > .link {
    color: #d8092d;
    background: linear-gradient(rgba(216, 9, 45, 0.02), rgba(216, 9, 45, 0.1));
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.contact > .link.active {
    color: #fff;
    background: none;
    background-color: #5c60b0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.contact .submenu__container {
    background-color: #5c60b0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.contact .submenu__contents {
    width: auto;
    max-width: 1060px;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.contact .nav2__container {
    flex-basis: 460px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.contact .nav2__list > .item > .link:hover {
    background-color: #939ad8;
  }
}

/*===== englishpage start =====*/
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage > .link {
    border-right: 1px solid #b8b8b8;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage > .link.active {
    background-color: #555555;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage .submenu__container {
    background-color: #555555;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage .submenu__contents {
    width: auto;
    max-width: 1060px;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage .nav2__container {
    flex-basis: 380px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.englishpage .nav2__list > .item > .link:hover {
    background-color: #777777;
  }
}
/*===== englishpage end =====*/
@media print, screen and (min-width: 768px) {
  .header__nav .item.search {
    width: 40px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .header__nav .item.search > .link {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search > .link {
    border-right: 1px solid #b8b8b8;
    background: url(../img/header/menu-search-icon-up.png) center center/24px auto no-repeat;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search > .link.active {
    background-color: #434243;
    background-image: url(../img/header/menu-search-icon-over.png);
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .submenu__container {
    background-color: #434243;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .submenu__contents {
    justify-content: center;
  }
}
.header__nav .item.search .search-module {
  padding: 15px;
  background-color: #434243;
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .search-module {
    padding: 26px 0;
  }
}
.header__nav .item.search .search-module #cse-search-box {
  display: flex;
  background-color: #fff;
}
.header__nav .item.search .search-module input[type=text] {
  flex: 1 0 auto;
  border: none;
  height: 28px;
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .search-module input[type=text] {
    height: 45px;
    padding: 4px 16px;
    font-size: 18px;
  }
}
.header__nav .item.search .search-module input[type=submit] {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: transparent url(../img/header/menu-search-btn-up.png) center center/12px auto no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .search-module input[type=submit] {
    flex-basis: 45px;
    width: 45px;
    height: 45px;
    background-size: 24px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav .item.search .search-module input[type=submit]:hover {
    background-image: url(../img/header/menu-search-btn-over.png);
  }
}
.header__nav .item.search .search-module .google-logo {
  display: block;
  margin: 5px 0 0 auto;
}

.page-overlay {
  display: none;
  height: calc(100vh - 45px);
  left: 0;
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 90;
}
@media print, screen and (min-width: 768px) {
  .page-overlay {
    height: calc(100vh - 75px);
    top: 75px;
  }
}
.page-overlay.active {
  display: block;
  pointer-events: none;
}

/*=== commons: .page-footer ===*/
.page-footer {
  background-color: #555;
}

.footer__container {
  display: flex;
  flex-direction: column;
  padding: 36px 18px 45px;
}

@media print, screen and (min-width: 768px) {
  .footer__container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 35px 30px 120px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__col-1 {
  order: 2;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .footer__col-1 {
    order: 1;
    margin-top: 0;
  }
}
.footer__col-2 {
  order: 1;
}

@media print, screen and (min-width: 768px) {
  .footer__col-2 {
    order: 2;
  }
}
.footer__col-3 {
  order: 3;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .footer__col-3 {
    margin-top: 0;
  }
}
.footer__links {
  margin: 0;
}

.footer__links + .footer__links {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .footer__links + .footer__links {
    margin-top: 25px;
  }
}
.footer__links .item + .item {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .footer__links .item + .item {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__links .item a:hover {
    color: #ddd;
  }
}
.footer__links .link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.footer__links .small > .link {
  font-size: 11px;
}

@media print, screen and (min-width: 768px) {
  .footer__links .small > .link {
    font-size: 14px;
  }
}
.footer__links .item.btnlike {
  height: 60px;
}

@media print, screen and (min-width: 768px) {
  .footer__links .item.btnlike {
    width: 220px;
    height: 78px;
  }
}
.footer__links .item.btnlike + .item.btnlike {
  margin-top: 12px;
}

.footer__links .item.btnlike .link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) {
  .footer__links .item.btnlike .link {
    border-radius: 0;
  }
}
.footer__links .item.btnlike.mf .link {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/footer/footer-logo-mf.png) center center/150px auto no-repeat, #fff;
}

@media print, screen and (min-width: 768px) {
  .footer__links .item.btnlike.mf .link {
    background-size: 195px auto;
  }
}
.footer__links .item.btnlike.contact .link {
  background: url(../img/arrows/linkarrow-w47.png) right 9px center/23px auto no-repeat, linear-gradient(#f9617a, #c8102e);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .footer__links .item.btnlike.contact .link {
    background: #c8102e url(../img/arrows/linkarrow-w31.png) right 17px center/31px auto no-repeat;
    justify-content: flex-start;
    padding-left: 26px;
  }
}
/*=== commons : issues__sect (顧客ニーズ・課題から検索) ===*/
.issues__sect {
  background-color: #d3d3d3;
}

.issues__sect .sect-container {
  padding-top: 18px;
  padding-bottom: 30px;
  background: url(../img/top/sp-top-issues-bg.png) center top 40px/169px auto no-repeat;
}

@media print, screen and (min-width: 768px) {
  .issues__sect .sect-container {
    padding-top: 32px;
    padding-bottom: 25px;
    background: none;
  }
}
.issues__sect .sect-title {
  font-size: 15px;
  text-align: center;
  color: #019886;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}

@media print, screen and (min-width: 768px) {
  .issues__sect .sect-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.issues__sect .link_to_archive.issues {
  margin: 29px 15px 0;
}

@media print, screen and (min-width: 768px) {
  .issues__sect .link_to_archive.issues {
    width: 100%;
    max-width: 1000px;
    margin: 12px auto 0;
    padding: 0 30px;
  }
  .issues__sect .link_to_archive.issues .link-container {
    display: flex;
    justify-content: flex-end;
  }
  /* .issues__sect .link_to_archive.issues .link {
    color: #169786;
  } */
}
.issues__list {
  margin: 0 8px;
}

@media print, screen and (min-width: 768px) {
  .issues__list {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 170px;
    padding-right: 30px;
    background: url(../img/top/pc-top-issues-bg.png) left 70px center/auto 235px no-repeat;
  }
}
.issues__list .item {
  padding: 6px 9px 5px;
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 5px;
  border: 1px solid #019886;
}

@media print, screen and (min-width: 768px) {
  .issues__list .item {
    padding: 6px 20px 4px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.issues__list .link {
  font-size: 12px;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .issues__list .link {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__list .item a:hover {
    color: #c8102e;
  }
  .issues__list .item a:hover {
    color: #c8102e;
  }
}
/*# sourceMappingURL=commons.css.map */
