@charset "utf8";

br.is-sp--show {
  display: none;
}
br.is-pc--show {
  display: block;
}
@media screen and (min-width: 680px) {
  br.is-pc--show {
    display: block;
  }
}

/* ヘッダー */

/*2021/09/06 add*/
.hd__subLogoWr {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 904px;
  margin: auto;
  padding-top: 20px;
}

.hd__subLogo {
  width: 300px;
}

.hd__subLogo-right {
  width: 240px;
  display: block;
  margin-left: 20px;
}

.hd__subLogoTxt {
  margin-left: 60px;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #111;
}

#gnavi {
  margin: 0;
}

#gnavi::before {
  background-image: url(../common/img/bg_gnavi.jpg);
}

#header .container {
  position: relative;
  z-index: 0;
}

/*2022.7 add*/

/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
  margin: 0px;
  margin-bottom: 0;
  padding: 0px 20px;
}
/* ロゴ
---------------------------------- */
#header #logo {
  display: none;
  /*margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 264px;
  text-align: right;
  float: left;7/27コメントアウト*/
}
#header #logo a {
  display: block;
  width: 264px;
  height: 44px;
  margin: 0px 0px 0px 22px;
  overflow: hidden;
}
#header #logo img {
  vertical-align: bottom;
}
/*テキストだったのをimgに変更*/
#hd__subLogo-right {
  display: block;
  margin-left: 20px;
}

/* ユーティリティエリア
---------------------------------- */
#header #utility {
  margin: 0px;
  padding: 14px 3px 10px 0px;
  /*width: 453px;7/27コメントアウト*/
  /*float: right;7/27コメントアウト*/
}
#header #utility.wide {
  /*position: relative;7/27コメントアウト*/
  /*width:600px;7/27コメントアウト*/
  margin-bottom: 24px;
  width: 100%;
}

#header #utility.wide::after {
  content: none;
  /*display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 904px;
  height: 1px;
  background-color:#e4e4e4;0727コメントアウト*/
}

/* パートナー申請ボタンエリア */
#header #partner_area {
  margin: 0px 0px 6px 0px;
  padding: 0px;
}
#header #partner_area ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#header #partner_area ul li {
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*line-height: 0;*/
  /*float: left; 7/27コメントアウト*/
}
#header #partner_area ul .left {
  width: 225px;
}
#header #partner_area ul .right {
  width: 215px;
}
#header #partner_area ul .leftbtn {
  /*width:140px;7/27コメントアウト*/
  width: 432px;
  overflow: hidden;
  margin-right: 5px;
}
#header #partner_area ul .leftbtn a img {
  transform: translateX(-38px);
}
#header #partner_area ul .rightbtn {
  /*width:190px;7/27コメントアウト*/
  width: 432px;
  overflow: hidden;
  margin-right: 0;
}
#header #partner_area ul .rightbtn a img {
  transform: translateX(-12px);
}
#header #partner_area ul .search {
  display: none;
  width: 250px;
}
#header .bottom {
  display: none;
  /*margin: 10px 0 0 0;
  padding: 0px;
  float:right;7/27コメントアウト*/
}

/* ユーティリティボタンエリア */
#header #un_area {
  /*margin: 10px 0px 0px 0px;*/
  margin: 6px 20px 0px 0px;
  padding: 0px;
  /*width: 287px;*/
  float: left;
}

#header #un_area a {
  transition: 0.3s;
}

#header #un_area a:hover {
  opacity: 0.7;
}

#header #un_area li img {
  margin: 0px;
  padding: 0px;
  display: block;
}
#header #un_area li {
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*line-height: 0;*/
  float: left;
}

/* テキストサイズボタンエリア */
#header #size_area {
  margin: 0px;
  padding: 0px;
  width: 155px;
  float: left;
}
#header #size_area .inner {
  width: 155px;
}

#header #size_area img {
  display: block;
}

#header #size_area ul {
  list-style: none;
  background: url(../common/img/btn_size_s_over.png) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.png) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.png) no-repeat -5000px 0px;
}

#header #size_area ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 0;
  float: left;
}

#header #size_area ul li.small a,
#header #size_area ul li.middle a,
#header #size_area ul li.large a {
  display: block;
  width: 31px;
  height: 29px;
  text-decoration: none;
  overflow: hidden;
}
#header #size_area ul li.small a {
  width: 31px;
  background: url(../common/img/btn_size_s.png) no-repeat;
}
#header #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.png) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.png) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#header #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.png) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.png) no-repeat;
}
#header #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.png) no-repeat;
  text-decoration: none;
}

#header #size_area ul li a span {
  text-indent: -5000px;
  position: relative;
  left: -5000px;
  font-size: 0px;
  display: block;
  height: 0px;
  overflow: hidden;
}

/* グローバルナビエリア
-------------------------------------------------------------------------------------------------------- */
#gnavi {
  clear: both;
  position: relative;
  /*margin: 0px 0px 10px 0px;*/
  padding: 2px 0px 2px 0px;
  background: url(../common/img/bg_gnavi.jpg) repeat-x;
}
#gnavi li img {
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}
#gnavi li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  /*line-height: 0;*/
  float: left;
}
/*改修後headerでは6個に増えたため*/
#gnavi .container ul li:nth-of-type(6n) {
  margin-right: 0;
}
#gnavi .container ul li:nth-of-type(5n) {
  margin-right: 0;
}

/* ヘッダー共通処理
-------------------------------------------------------------------------------------------------------- */
.hd__nv {
  background-color: #fff;
}

.hd__nv a:link,
.hd__nv a:visited {
  color: #333;
  text-decoration: none;
}

.h_inner {
  position: relative;
  z-index: -1;
}

#h_inner {
  width: 904px;
  max-width: 100%;
  margin: auto;
}

/*リンク領域の拡大*/
.leftbtn,
.rightbtn {
  margin-top: 5px;
}

.leftbtn a,
.rightbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-weight: bold;
  width: 100%;
}

.leftbtn a:link,
.leftbtn a:visited,
.rightbtn a:link,
.rightbtn a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 116%;
}

.leftbtn {
  background-color: #23b4d4;
}

.rightbtn {
  background-color: #fd9b1c;
}

.bottom #un_area ul {
  display: flex;
  flex-direction: row;
}

.bottom #un_area ul li {
  box-sizing: border-box;
  padding-left: 20px;
}

.bottom #un_area ul li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}

.bottom #un_area ul li a:link,
.bottom #un_area ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.bottom #un_area ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom #size_area ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .bottom #size_area ul li.ttl {
  font-size: 87%;
  font-weight: bold;
  color: #808080;
  margin-right: 10px;
}

#gnavi .container > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

#gnavi .container > ul > li {
  margin: 0;
  box-sizing: border-box;
  width: calc((100% - 30px) / 7);
  height: 40px;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background-color: #f0f0f0;
  transition: 0.3s;
}

#gnavi .container ul li.is-current {
  background-color: #fd9b1c;
}
#gnavi .container ul li.is-current a {
  color: #fff;
}

#gnavi .container ul li:hover {
  /*background-image: url(../img/btn_bg_02.png);*/
  background-color: #fd9b1c;
}

#gnavi .container ul li:nth-of-type(6n) {
  margin-right: 0;
}

#gnavi .container ul li a,
#gnavi .container ul li > .not-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  font-size: 105%;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}

#gnavi .container ul li > .not-link {
  position: relative;
  cursor: default;
}
#gnavi .container ul li > .not-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.3s ease;
}

#gnavi .container ul > li:hover > a,
#gnavi .container ul > li:hover > .not-link {
  color: #fff;
  opacity: 1;
  /*text-shadow: 2px 1px 1px rgba(0,0,0,0.5);*/
}

#gnavi ul > li .gnavi-layer02-wrap {
  display: block;
  position: absolute;
  z-index: 100;
  padding-top: 8px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* ホバー時以外は反応させない */
  opacity: 0;
  visibility: hidden;
}

#gnavi ul > li .gnavi-layer02 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px;
  background-color: #eee;
  border-radius: 8px;
}

#gnavi ul > li:hover .gnavi-layer02-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto; /* 表示時は反応可能にする */
}

#gnavi .container > ul > li .gnavi-layer02 > li {
  width: 100%;
  min-width: 250px;
  height: 40px;
  margin: 0;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s;
}

#gnavi .container > ul > li .gnavi-layer02 > li:hover {
  background-color: #fd9b1c;
}

#gnavi .container ul li a {
  font-size: 105%;
  line-height: 1.26;
  transition: 0.3s;
}

#gnavi .container > ul > li .gnavi-layer02 > li:hover {
  color: #fff;
}

/* Gナビメニュー「フィロソフィー」の調整 */
#gnavi .container ul li a.is-xs {
  font-size: 83.333%;
}

#gnavi::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  margin: auto;
  width: calc(100vw + 444px);
  height: 100%;
  background-image: url(../common/img/bg_gnavi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#header .container {
  position: relative;
  z-index: 0;
}

#header .container:has(.gnavi-layer02-wrap) {
  position: relative;
  z-index: 100;
  padding: 5px 0;
}
/*検索窓*/
#header .search--pc {
  margin-left: auto;
}
#header .search--pc .gsc-input-box {
  width: 180px;
}
.gsc-input-box {
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}

/* ヘッダー TOP（改修後）のFVを広げるための指定（上書き）
-------------------------------------------------------------------------------------------------------- */
.hd__subLogoWr {
  padding-top: 10px !important;
}
.hd__subLogo {
  width: 180px;
}
.hd__subLogoTxt {
  margin-left: 30px;
  font-size: 24px;
}
#header #utility.wide {
  margin-bottom: 8px;
}
#header #utility {
  padding: 5px 0 3px 0;
}
#top #slide {
  padding: 0 0 10px 0;
  height: 250px;
  background-color: #ffffff;
}

/*4500の企業団体が登録*/
.hd__subLogoWr {
  /*  height: 68.8px;*/
}
@media screen and (min-width: 948px) {
  .hd__subLogoWr .list_number {
    display: block;
  }
}
@media screen and (max-width: 947px) {
  .hd__subLogoWr .list_number {
    display: none;
  }
}

.hd__subLogoWr .list_number .number {
  padding: 0 0 0 32px;
  color: #ff4040;
  font-size: 30px;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  position: relative;
}
.hd__subLogoWr .list_number .number span {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.hd__subLogoWr .list_number .number span.is-p {
  font-size: 11px;
  color: #333;
  line-height: 1;
  font-weight: normal;
}
.hd__subLogoWr .list_number p {
  padding: 0 0 0 32px;
  font-size: 11px;
}
/*上記4500の企業団体を追加するにあたりGoogle検索を小さく*/
/* #top .gsc-search-button-v2{
  padding: 6px 14px;
  } */
table.gsc-search-box td.gsc-input {
  padding-right: 6px !important;
}
.gsc-input-box {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gsc-search-button-v2 {
  width: auto !important;
  padding: 11px 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  height: 40px !important;
}
