
/*------------------------*/
/* ▼下層ページ */
/*------------------------*/
/*------------------------*/
/* ▼共通設定 */
/*------------------------*/
/*------------------------*/
/* ▼文字設定 */
/*------------------------*/
/*--------タイトル--------*/

section.wrap_title {

  padding: 100px 0 120px;
  }

section.wrap_title p {

  margin: 0 0 8px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  }

section.wrap_title h1, section.wrap_title p.txt_title {

  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  }

/*------------------------*/
/* ▼包括要素 */
/*------------------------*/

/*--------上部画像--------*/

section.wrap_section_02 div.img_top figure {

  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
  }

section.wrap_section_02 div.img_top figure img {

  width: 100%;
  height: 550px;
  border-radius: 7px 7px 0 0;
  display: block;
  object-fit: cover;
  }

section.wrap_section_02 div.img_top {

  width: 100%;
  padding: 0 8%;
  position: relative;
  box-sizing: border-box;
  }

section.wrap_section_02 div.img_top::before {

  width: 100%;
  height: 50%;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  }

/*------------------------*/
/* #リンク要素 */
/*------------------------*/

/*--------リンク01--------*/

ul.link_style_01 {

  display: flex;
  flex-wrap: wrap;
  }

ul.link_style_01 li {

  width: 31.3%;
  margin: 3.05% 3.05% 0 0;
  background: #fff;
  border-radius: 5px;
  transition: all .3s;
  }

ul.link_style_01 li:nth-child(3n) {

  margin-right: 0;
  }

ul.link_style_01 li:nth-child(-n+3) {

  margin-top: 0;
  }

ul.link_style_01 li:hover {

  box-shadow: 0 0 35px rgba(0, 0, 0, .2);
  }

ul.link_style_01 li img {

  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  display: block;
  }

ul.link_style_01 li p {

  padding: 30px 60px 30px 30px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  }

ul.link_style_01#ver_slides li p {

  font-size: 14px;
  }

ul.link_style_01 li p::after {

  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  }

ul.link_style_01 li a.ver_blank p::after {

  display: none;
  }

ul.link_style_01 li a.ver_blank p::before {

  width: 12px;
  height: 12px;
  background: url(images/ico_blank-b.png) no-repeat;
  background-size: contain;
  margin-top: -6px;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  }

/*--------リンク02--------*/

ul.link_style_02 {

  display: flex;
  flex-wrap: wrap;
  }

ul.link_style_02 li {

  width: 31.3%;
  margin: 3.05% 3.05% 0 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s;
  }

ul.link_style_02.ver_black li {

  background: #000;
  }

ul.link_style_02 li:nth-child(-n+3) {

  margin-top: 0;
  }

ul.link_style_02 li:nth-child(3n) {

  margin-right: 0;
  }

ul.link_style_02 li:hover {

  box-shadow: 0 0 35px rgba(0, 0, 0, .2);
  }

ul.link_style_02.ver_black li:hover {

  background: #fff;
  }

ul.link_style_02.ver_black li:hover a {

  color: #1f1f1f;
  }

ul.link_style_02.ver_black li a:hover::after {

  border-top: 2px solid #000;
  border-right: 2px solid #000;
  }

ul.link_style_02 li a {

  padding: 30px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  }

ul.link_style_02.ver_black li a {

  color: #fff;
  }

ul.link_style_02 li a::after {

  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  }

ul.link_style_02.ver_black li a::after {

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  }

/*--------リンク03--------*/

ul.link_style_03 {

  display: flex;
  flex-wrap: wrap;
  }

ul.link_style_03 li {

  width: 48%;
  margin: 5% 4% 0 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s;
  }

ul.link_style_03 li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.link_style_03 li:nth-child(2n) {

  margin-right: 0;
  }

ul.link_style_03 li:hover {

  box-shadow: 0 0 35px rgba(0 ,0, 0, .2);
  }

ul.link_style_03 li a {

  padding: 30px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  }

ul.link_style_03 li a::after {

  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  }

/*--------関連リンク--------*/

section.wrap_relation {

  width: 100%;
  padding: 80px 0;
  background: #f5f5f5;
  }

section.wrap_relation h2 {

  margin: 0 0 60px !important;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  line-height: 1;
  text-align: center;
  }

section.wrap_relation div.inner {

  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8%;
  }

section.wrap_relation ul {

  display: flex;
  flex-wrap: wrap;
  }

section.wrap_relation ul li {

  width: 31.3%;
  margin: 3.05% 3.05% 0 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s;
  }

section.wrap_relation ul li:nth-child(-n+3) {

  margin-top: 0;
  }

section.wrap_relation ul li:nth-child(3n) {

  margin-right: 0;
  }

section.wrap_relation ul li:hover {

  box-shadow: 0 0 35px rgba(0 ,0, 0, .2);
  }

section.wrap_relation ul li a {

  padding: 30px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  }

section.wrap_relation ul li a::after {

  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  }

/*--------FOCUS導線--------*/

div.link_focus {

  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #f2f2f2;
  }

div.link_focus h2 {

  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  }

div.link_focus ul.list_style_02 {

  margin: 30px 0 0;
  }

div.link_focus ul.list_style_02 figure {

  border-radius: 5px;
  overflow: hidden;
  }

div.link_focus ul.list_style_02 figure::before {

  content: "";
  display: block;
  padding-top: 62.5%;
  }

div.link_focus ul.list_style_02 figure a img {

  position: absolute;
  top: 0;
  left: 0;
  }

div.link_focus ul.list_style_02 figure a:hover img {

  transform: scale(1.1);
  box-shadow: none;
  }

/*------------------------*/
/* #オプション */
/*------------------------*/
/*--------パンくず--------*/

ul#list_breadcrumb {

  max-width: 1100px;
  margin: 25px auto;
  padding: 0 8%;
  display: flex;
  }

ul#list_breadcrumb li {

  width: auto;
  padding: 0 15px 0 0;
  font-size: 12px;
  color: #bebebe;
  }

ul#list_breadcrumb li + li::before {

  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 15px 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  float: left;
  transform: rotate(45deg);
  top: 8px;
  position: relative;
  }

ul#list_breadcrumb li a {

  font-size: 12px;
  color: #1f1f1f;
  transition: all .3s;
  }

ul#list_breadcrumb li a:hover {

  text-decoration: underline;
  }

/*------------------------*/
/* #企業情報 */
/*------------------------*/

section.wrap_relation#ver_company {

  padding: 40px 0 80px;
  }

/*------------------------*/
/* -会社概要 */
/*------------------------*/

ul.list_table {

  margin: 0 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_table li {

  width: 47.5%;
  margin: 30px 5% 0 0;
  border-bottom: 1px solid #dedede;
  padding: 0 0 30px;
  }

ul.list_table li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_table li:nth-last-child(-n+2) {

  border-bottom: none;
  }

ul.list_table li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_table li p:nth-of-type(1) {

  font-weight: bold;
  }

ul.list_table p span.txt_attention {

  font-size: 14px;
  }

ul.list_table li p a {

  color: #54acd2;
  }

ul.list_table li p a:hover {

  text-decoration: underline;
  }

div.wrap_map {

  position: relative;
  margin-bottom: 20px;
  padding-top: 50%;
  }

div.wrap_map iframe {

  position: absolute;
  top: 0;
  }

/*------------------------*/
/* -役員紹介 */
/*------------------------*/

ul.list_member {

  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  }

ul.list_member li {

  width: 22%;
  margin: 4% 4% 0 0;
  }

ul.list_member li:nth-child(-n+4) {

  margin-top: 0;
  }

ul.list_member li:nth-child(4n) {

  margin-right: 0;
  }

ul.list_member li a {

  margin: 0 0 20px;
  background: #f8f8f8;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  transition: all .3s;
  }

ul.list_member li a:hover {

  box-shadow: 0 0 35px rgba(0, 0, 0, .2);
  }

ul.list_member li a img {

  width: 100%;
  height: auto;
  display: block;
  }

ul.list_member li p {

  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  }

ul.list_member li h2 {

  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  }

/*------------------------*/
/* -CSR紹介 */
/*------------------------*/

ul.list_csr {

  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  }

ul.list_csr li {

  padding: 70px 0 80px;
  border-bottom: 1px solid #dedede;
  }

ul.list_csr li:first-child {

  padding-top: 0;
  }

ul.list_csr li:last-child {

  border-bottom: none;
  padding-bottom: 0;
  }

ul.list_csr li h2 {

  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 7px;
  }

ul.list_csr li p.txt_desc {

  margin: 40px 0;
  }

ul.list_csr li figure img {

  width: 100%;
  height: auto;
  display: block;
  }

/*------------------------*/
/* -関連会社 */
/*------------------------*/

ul.list_group {

  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_group:last-child {

  margin-bottom: 0;
  }

ul.list_group li {

  width: 23%;
  margin: 3% 2.6666% 0 0;
  transition: all .3s;
  }

ul.list_group li:nth-child(-n+4) {

  margin-top: 0;
  }

ul.list_group li:nth-child(4n) {

  margin-right: 0;
  }

ul.list_group li figure img {

  width: 100%;
  height: auto;
  border: 2px solid #f2f2f2;
  border-radius: 7px;
  display: block;
  box-sizing: border-box;
  transition: all .3s;
  }

ul.list_group li a:hover figure img {

  box-shadow: 0 0 35px rgba(0, 0, 0, .08);
  }

ul.list_group li figure {

  margin: 0 0 10px;
  position: relative;
  }

.ico_blank::after {

  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(images/ico_blank-g.png);
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  }

ul.list_group li p {

  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  }

/*------------------------*/
/* -沿革情報 */
/*------------------------*/

ul.list_history {

  background: #fff;
  overflow: hidden;
  position: relative;
  }

ul.list_history::after {

  width: 5px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 15%;
  top: 0;
  content: '';
  z-index: 1;
  }

ul.list_history li {

  width: 100%;
  margin: 50px 0 0;
  position: relative;
  box-sizing: border-box;
  }

ul.list_history li:first-child {

  margin-top: 0;
  }

ul.list_history li > div {

  display: flex;
  }

ul.list_history > li::before {

  width: 20px;
  height: 20px;
  margin-left: -7px;
  border: 4px solid #444;
  border-radius: 50%;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  top: 5px;
  z-index: 2;
  box-sizing: border-box;
  }

ul.list_history li p.year {

  width: 15%;
  font-family: Oswald;
  font-size: 32px;
  line-height: 1;
  }

ul.list_history li p.year span {

  font-size: 20px;
  }

ul.list_history li div.body {

  width: 85%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  }

ul.list_history li div.body p {

  margin: 0 0 25px;
  padding-left: 5px;
  font-weight: bold;
  }

ul.list_history li div.body figure img {

  width: 100%;
  margin: 20px 0 0;
  display: block;
  }

ul.list_history li ul li {

  margin-top: 8px;
  padding: 0 0 0 25px;
  position: relative;
  }

ul.list_history li ul li:first-child {

  margin-top: 0;
  }

ul.list_history li ul li::before {

  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  }

/*------------------------*/
/* -代表の想い */
/*------------------------*/

div.img_top div.wrap_name {

  padding: 20% 0 0;
  position: absolute;
  top: 0;
  left: 10%;
  }

div.img_top div.wrap_name#ver_white {

  color: #fff;
  }

div.img_top div.wrap_name p.position {

  font-size: 18px;
  margin: 0 0 10px;
  }

div.img_top div.wrap_name p.name {

  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  }

div.inner div.wrap_txt p {

  margin: 30px 0 0;
  }

div.inner div.wrap_txt p:first-child {

  margin-top: 0;
  }

/*------------------------*/
/* #ニュース */
/*------------------------*/

section.wrap_news div.inner {

  max-width: 1100px;
  padding: 50px 8% 80px !important;
  margin: 0 auto;
  }

ul.list_news {

  display: flex;
  flex-wrap: wrap;
  }

ul.list_news li {

  width: 100%;
  margin: 1px 0 0;
  }

ul.list_news li a {

  padding: 60px 10%;
  background: #fff;
  box-sizing: border-box;
  display: block;
  position: relative;
  }

ul.list_news li a::after {

  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: rotate(45deg);
  }

ul.list_news li a.ver_blank::after {

  display: none;
  }

ul.list_news li a.ver_blank::before {

  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(images/ico_blank-b.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  }

ul.list_news li a:hover div.wrap h2 {

  text-decoration: underline;
  }

ul.list_news li a div.wrap {

  display: flex;
  align-items: center;
  }

/*--------日付/タグ--------*/

ul.list_news li a div.wrap div.info {

  display: flex;
  }

ul.list_news li a div.wrap time {

  width: auto;
  margin: 0 40px 0 0;
  line-height: 35px;
  }

ul.list_news li a div.wrap p.cat {

  width: 120px;
  height: 35px;
  margin: 0 40px 0 0;
  border-radius: 18px;
  font-size: 10px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  box-sizing: border-box;
  }

ul.list_news li a div.wrap p.cat.pat_01 {

  background: #000;
  color: #fff;
  }

ul.list_news li a div.wrap p.cat.pat_02 {

  border: 1px solid #000;
  background: #fff;
  }

ul.list_news li a div.wrap p.cat.pat_03 {

  background: #f2f2f2;
  }

/*--------タイトル--------*/

ul.list_news li a div.wrap div.body {

  padding: 0 50px 0 0;
  box-sizing: border-box;
  flex: 1;
  }

ul.list_news li a div.wrap h2 {

  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  transition: all .3s;
  font-weight: normal;
  }

ul.list_news li a div.wrap p.txt_company {

  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  }

/*--------セレクト--------*/

section.wrap_select {

  position: relative;
  padding: 0 8%;
  }

section.wrap_select::before {

  width: 100%;
  height: 50%;
  background: #f5f5f5;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  }

section.wrap_select div.inner {

  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px 50px;
  background: #fff;
  display: flex;
  position: relative;
  box-sizing: border-box;
  }

section.wrap_select div.inner > div {

  width: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
  }

section.wrap_select div.inner > div:nth-of-type(1) {

  padding: 30px 25px 35px 50px;
  }

section.wrap_select div.inner > div:nth-of-type(2) {

  padding: 30px 50px 35px 25px;
  }

section.wrap_select div.inner > div > p {

  margin: 0 0 8px;
  font-weight: bold;
  }

div.select {

  width: 31%;
  margin: 0 3.5% 0 0;
  overflow: hidden;
  }

div.select:last-child {

  margin-right: 0;
  }

div.select > p {

  margin: 0 0 5px;
  font-weight: bold;
  }

.nice-select {

  width: 100% !important;
  height: 60px !important;
  line-height: 60px !important;
  background: #fff !important;
  color: #1f1f1f !important;
  border: none !important;
  padding-left: 25px !important;
  margin: 0 2% 0 0;
  border-radius: 5px !important;
  font-size: 16px !important;
  float: none !important;
  }

.nice-select::after {

  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  right: 25px !important;
  top: 50% !important;
  }

.nice-select .list {

  width: 100% !important;
  margin-top: 7px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
  color: #1f1f1f;
  }

.nice-select .option {

  min-height: 50px !important;
  line-height: 50px !important;
  border-bottom: 1px solid #f2f2f2;
  }

.nice-select .option:last-child {

  border-bottom: none;
  }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {

  background: #f2f2f2 !important;
  }

/*-------------------------- ▲20190826_最終QC済み --------------------------*/

/*------------------------*/
/* -記事ページ */
/*------------------------*/

article#wrap_single {

  margin: 0 0 120px;
  }

/*--------タイトル--------*/

section#wrap_title-single {

  max-width: 800px;
  margin: 0 auto;
  padding: 100px 7% 50px;
  }

section#wrap_title-single div.info {

  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1;
  }

section#wrap_title-single div.info p.txt_cat {

  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #dedede;
  }

section#wrap_title-single h1 {

  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.55;
  }

section#wrap_title-single p.txt_sub-title {

  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  }

section#wrap_title-single p.txt_company {

  margin-top: 20px;
  font-size: 14px;
  color: #999;
  }

/*--------アイキャッチ--------*/

figure.img_eyecatch {

  max-width: 800px;
  margin: 0 auto 50px;
  }

figure.img_eyecatch img {

  width: 100%;
  height: auto;
  display: block;
  }

section.wrap_contents {

  max-width: 800px;
  margin: 0 auto;
  padding: 0 7%;
  }

/*--------記事内要素--------*/
/*--------通常の本文--------*/

section.wrap_detail p {

  margin: 30px 0 0;
  line-height: 2;
  }

/*--------リンク文字--------*/

section.wrap_detail a {

  color: #54acd2;
  }

section.wrap_detail a:hover {

  text-decoration: underline;
  }

/*--------見出し文字--------*/

section.wrap_detail h2 {

  margin: 60px 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.55;
  }

/*--------本文内画像--------*/

section.wrap_detail figure {

  margin: 50px 0;
  }

section.wrap_detail figure img {

  width: 100%;
  height: auto;
  display: block;
  }

section.wrap_detail figure figcaption {

  font-size: 14px;
  color: #999;
  margin: 15px 0 0;
  }

section.wrap_detail > img {

  width: 100%;
  height: auto;
  margin: 50px 0;
  display: block;
  }

/*--------シェアボタン--------*/

article#wrap_single p.txt_relation {

  margin: 60px 0;
  font-size: 20px;
  font-weight: bold;
  color: #c3c3c3;
  text-align: center;
  line-height: 1;
  }

div.wrap_sns {

  max-width: 800px;
  margin: 0 auto;
  padding: 0 7%;
  display: flex;
  }

div.wrap_sns a {

  width: 48%;
  height: 60px;
  margin: 0 4% 0 0;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  transition: all .3s;
  }

div.wrap_sns a.fb {

  border: 2px solid #3c5a96;
  color: #3c5a96;
  }

div.wrap_sns a.tw {

  margin-right: 0;
  border: 2px solid #59adec;
  color: #59adec;
  }

div.wrap_sns a.fb:hover {

  background: #3c5a96;
  color: #fff;
  }

div.wrap_sns a.tw:hover {

  background: #59adec;
  color: #fff;
  }

svg.ico_fb_svg {

  width: 10px;
  height: auto;
  fill: #3c5a96;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -9px;
  transition: all .3s;
  }

svg.ico_tw_svg {

  width: 20px;
  height: auto;
  fill: #59adec;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -7px;
  transition: all .3s;
  }

div.wrap_sns a.fb:hover svg.ico_fb_svg, div.wrap_sns a.tw:hover svg.ico_tw_svg {

  fill: #fff;
  }

/*--------テーブル--------*/

div.wrap_table {

  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  }

div.wrap_table dl {

  display: flex;
  }

div.wrap_table dt {

  width: 33%;
  padding: 22px 25px;
  box-sizing: border-box;
  background: #e6e6e6;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-collapse: collapse;
  }

div.wrap_table dd {

  width: 67%;
  padding: 22px 25px;
  background: #f8f8f8;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  word-wrap: break-word;
  }

div.wrap_table a {

  color: #54acd2;
  }

div.wrap_table a:hover {

  text-decoration: underline;
  }

/*------------------------*/
/* #サービス紹介 */
/*------------------------*/
/*------------------------*/
/* -サービス詳細 */
/*------------------------*/

ul.list_style_02 {

  margin: 50px 0 0;
  }

ul.list_style_02 p.txt_head {

  margin: 50px 0 -15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  }

ul.list_style_02 li {

  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  }

ul.list_style_02 li:first-child {

  padding-top: 0;
  }

ul.list_style_02#ver_service li:first-child {

  border-top: 1px solid #f2f2f2;
  padding-top: 60px;
  }

ul.list_style_02 li:last-child {

  border-bottom: none;
  padding-bottom: 0;
  }

ul.list_style_02 li figure {

  width: 25%;
  margin: 0 5% 0 0;
  position: relative;
  }

ul.list_style_02 li figure img {

  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all .3s;
  }

ul.list_style_02#ver_service > h3 {

  margin-bottom: -15px !important;
  }

ul.list_style_02#ver_service li figure img {

  border: 2px solid #f2f2f2;
  }

ul.list_style_02 li figure a:hover img {

  box-shadow: 0 0 35px rgba(0, 0, 0, .08);
  }

ul.list_style_02 li a.ver_blank::after {

  width: 15px;
  height: 15px;
  margin-top: -8px;
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  }

ul.list_style_02 li a.ver_blank.ver_w::after {

  background: url(images/ico_blank-w.png) no-repeat;
  background-size: contain;
  }

ul.list_style_02 li a.ver_blank.ver_g::after {

  background: url(images/ico_blank-g.png) no-repeat;
  background-size: contain;
  }

ul.list_style_02 li a.ver_blank.ver_b::after {

  background: url(images/ico_blank-b.png) no-repeat;
  background-size: contain;
  }

ul.list_style_02 li div.txt {

  width: 70%;
  padding-top: 12px;
  }

ul.list_style_02 li div.txt h3 {

  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  }

ul.list_style_02 li div.txt p {

  font-size: 14px;
  line-height: 1.8;
  }

ul.list_style_02 li div.txt a {

  color: #54acd2;
  }

ul.list_style_02 li div.txt a:hover {

  text-decoration: underline;
  }

ul.list_style_02 li div.txt p.txt_link {

  margin: 10px 0 0;
  }

/*------------------------*/
/* #テクノロジー */
/*------------------------*/
/*------------------------*/
/* -CTO挨拶 */
/*------------------------*/

ul.list_style_03 {

  margin: 50px 0;
  }

ul.list_style_03 li {

  padding: 50px 0;
  border-top: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_style_03 li:last-child {

  border-bottom: 1px solid #dedede;
  }

ul.list_style_03 li div.txt {

  width: 50%;
  }

ul.list_style_03 li div.txt p.txt_sub-title {

  margin: 0 0 8px;
  font-family: Oswald;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  }

ul.list_style_03 li div.txt h3 {

  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  }

ul.list_style_03 li div.txt p.txt_body {

  margin: 15px 0 0;
  }

ul.list_style_03 li figure {

  width: 35%;
  margin: 0 auto;
  }

ul.list_style_03 li figure img {

  width: 100%;
  height: auto;
  display: block;
  }

/*------------------------*/
/* #カルチャー */
/*------------------------*/

ul.list_culture {

  margin: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_culture#culture-cat {

  margin-top: 0;
  }

ul.list_culture li {

  width: 32%;
  margin: 2% 2% 0 0;
  position: relative;
  }

ul.list_culture li:nth-child(-n+3) {

  margin-top: 0;
  }

ul.list_culture li:nth-child(3n) {

  margin-right: 0;
  }

ul.list_culture li::after {

  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  }

ul.list_culture li figure {

  width: 100%;
  padding-bottom: 100%;
  border-radius: 5px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  }

ul.list_culture li figure img {

  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  }

ul.list_culture li figure:hover img {

  height: 110%;
  }

ul.list_culture li div.wrap_txt {

  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  }

ul.list_culture li h3 {

  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  }

ul.list_culture li h3::before {

  content: "#";
  display: inline;
  margin: 0 5px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  }

ul.list_culture li p {

  width: auto;
  height: 35px;
  padding: 0 25px;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  }

/*------------------------*/
/* -記事ページ */
/*------------------------*/

div.inner#culture-single p.txt_head {

  margin: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  }

div.inner#culture-single p.txt_head::before {

  content: "#";
  display: inline;
  margin: 0 5px 0 0;
  font-size: 32px;
  font-weight: bold;
  }

div.inner#culture-single h1 {

  margin: 0 0 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  }

div.inner#culture-single h2 {

  margin: 40px 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  }

/*------------------------*/
/* #採用情報 */
/*------------------------*/

/*------------------------*/
/* ・採用ガイドページ */
/*------------------------*/

div.inner#page_recruit-guide figure {

  width: 100%;
  height: auto;
  margin: 0 0 30px;
  }

div.inner#page_recruit-guide > figure > img {

  width: 100%;
  height: auto;
  display: block;
  }

div.inner#page_recruit-guide > p {

  margin-top: 40px;
  }

div.inner#page_recruit-guide div.wrap_comment {

  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  }

div.inner#page_recruit-guide div.wrap_comment figure {

  width: 100px;
  height: 100px;
  margin: 0 0 10px;
  border-radius: 50%;
  overflow: hidden;
  }

div.inner#page_recruit-guide div.wrap_comment figure img {

  width: 100%;
  height: auto;
  display: block;
  }

div.inner#page_recruit-guide div.wrap_comment p.txt_position {

  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  }

div.inner#page_recruit-guide div.wrap_comment p.txt_name {

  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  }

div.inner#page_recruit-guide div.wrap_comment > p {

  flex: 1;
  margin: 0 0 0 50px;
  padding: 35px 40px;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #1f1f1f;
  }

ul.list_guide-link {

  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_guide-link li {

  width: 47%;
  margin: 6% 6% 0 0;
  overflow: hidden;
  position: relative;
  }

ul.list_guide-link li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_guide-link li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_guide-link li figure {

  width: 100%;
  margin: 0 !important;
  padding-bottom: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  }

ul.list_guide-link li figure img {

  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  }

ul.list_guide-link li a {

  display: block;
  }

ul.list_guide-link li a::after {

  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://voyagegroup.com/wp-content/themes/voyagegroup/images/ico_guide-link.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  }

ul.list_guide-link li div.wrap_txt {

  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  }

ul.list_guide-link li div.wrap_txt h3 {

  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  }

ul.list_guide-link li div.wrap_txt p.txt_subtitle {

  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  }

ul.list_guide-link li::after {

  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  }

ul.list_guide-link li:hover figure img {

  height: 110%;
  }

/*------------------------*/
/* -働く環境 */
/*------------------------*/

ul.list_photo {

  margin: 30px 0 60px;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_photo:last-child {

  margin-bottom: 0;
  }

ul.list_photo li {

  width: 47.5%;
  margin: 5% 5% 0 0;
  }

ul.list_photo li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_photo li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_photo li figure img {

  width: 100%;
  height: auto;
  display: block;
  }

ul.list_photo li h3 {

  margin: 22px 0 8px;
  font-size: 18px;
  font-weight: bold;
  }

/*------------------------*/
/* #プラポリ */
/*------------------------*/

ul.list_policy {

  margin: 65px 0 0;
  }

ul.list_policy > li {

  padding: 50px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_policy > li:first-child {

  border-top: 1px solid #f2f2f2;
  }

ul.list_policy > li:last-child {

  padding-bottom: 0;
  border-bottom: none;
  }

ul.list_policy li h3 {

  width: 25%;
  margin: 0 7% 0 0;
  font-weight: bold;
  line-height: 1.7;
  }

ul.list_policy li h4 {

  margin: 30px 0 15px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 7px;
  font-weight: bold;
  }

ul.list_policy li h4:first-child {

  margin-top: 0;
  }

ul.list_policy li div.wrap_body {

  width: 68%;
  }

ul.list_bullet {

  margin-left: -25px;
  }

ul.list_bullet li {

  margin: 22px 0 0;
  padding: 0 0 0 25px;
  position: relative;
  }

ul.list_bullet li:first-child {

  margin-top: 0;
  }

ul.list_bullet li::before {

  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  }

div.inner#privacy {

  margin: 0 0 80px;
  }

ol.list_alpha {

  margin: 30px 0 0;
  border: 1px solid #dedede;
  border-radius: 7px;
  box-sizing: border-box;
  }

ol.list_alpha li {

  padding: 30px;
  border-bottom: 1px solid #dedede;
  }

ol.list_alpha li:last-child {

  border-bottom: none;
  }

ul.list_policy li a.btn_style_01 {

  width: 100%;
  margin: 30px auto 0;
  }

ul.list_policy div.wrap_table {

  margin: 30px 0 0;
  }

/*------------------------*/
/* -情報開示 */
/*------------------------*/

ul.list_document {

  display: flex;
  flex-wrap: wrap;
  }

ul.list_document li {

  width: 49%;
  margin: 2% 2% 0 0;
  padding: 30px 30px 25px;
  background: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_document li.ver_link {

  padding: 0;
  display: block;
  }

ul.list_document li a {

  padding: 30px 30px 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all .3s;
  }

ul.list_document li a:hover {

  background: #f2f2f2;
  }

ul.list_document li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_document li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_document li.w100 {

  width: 100%;
  margin-right: 0;
  }

ul.list_document li figure {

  margin: 0 15px 0 0;
  }

ul.list_document li p.txt_title {

  font-weight: bold;
  }

ul.list_document li p.txt_desc {

  font-size: 12px;
  line-height: 1.2;
  }

ul.list_document div.wrap_detail {

  width: 100%;
  padding: 0 30px 40px;
  background: #f8f8f8;
  box-sizing: border-box;
  }

ul.list_document div.wrap_detail h3:nth-of-type(1) {

  margin-top: 0;
  }

ul.list_document div.wrap_detail h3:nth-of-type(2) {

  margin-bottom: 0;
  }

ul.list_document div.wrap_detail ul {

  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_document div.wrap_detail ul li {

  width: 49%;
  margin: 2% 2% 0 0;
  padding: 20px;
  background: #fff;
  }

ul.list_document div.wrap_detail ul li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_document div.wrap_detail ul li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_document div.wrap_detail ul li h4 {

  width: 100%;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
  }

dl.list_qa {

  margin: 30px 0 0;
  }

dl.list_qa dt {

  width: 100%;
  margin: 0 0 1px;
  padding: 30px 40px;
  background: #1f1f1f;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  word-wrap: break-word;
  }

dl.list_qa dd {

  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  display: none;
  word-wrap: break-word;
  }

.ico_plus, .ico_plus span {

	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
  }

.ico_plus {

	width: 30px;
	height: 30px;
  margin: -7px 0 0 0;
	position: absolute;
  top: 50%;
  right: 30px;
  }

.ico_plus span {

  width: 50%;
	height: 2px;
  background-color: #fff;
	border-radius: 4px;
  position: absolute;
  left: 6px;
  }

.ico_plus span:nth-of-type(1) {

  top: 5px;
	transform: rotate(0deg);
  }

.ico_plus span:nth-of-type(2) {

  top: 5px;
	transform: rotate(90deg);
  }

.ico_plus.active span:nth-of-type(1) {

	display:none;
  }

.ico_plus.active span:nth-of-type(2) {

	top: 5px;
	transform: rotate(180deg);
  }

/*------------------------*/
/* -広告事業者 */
/*------------------------*/

ul.list_company-privacy {

  display: flex;
  flex-wrap: wrap;
  }

ul.list_company-privacy li {

  width: 48.5%;
  margin: 3% 3% 0 0;
  }

ul.list_company-privacy li:nth-child(-n+2) {

  margin-top: 0;
  }

ul.list_company-privacy li:nth-child(2n) {

  margin-right: 0;
  }

ul.list_company-privacy li a {

  padding: 30px 70px 30px 30px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all .3s;
  word-wrap: break-word;
  }

ul.list_company-privacy li a::after {

  width: 12px;
  height: 12px;
  background: url(images/ico_blank-g.png) no-repeat;
  background-size: contain;
  margin-top: -6px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  }

ul.list_company-privacy li a:hover {

  background: #f8f8f8;
  }

ul.list_company-privacy li p:nth-of-type(2) {

  font-size: 12px;
  color: #999;
  }

/*------------------------*/
/* #問い合わせ */
/*------------------------*/

ul.list_contact {

  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  }

ul.list_contact li {

  width: 31.3%;
  margin: 3.05% 3.05% 0 0;
  background: #fff;
  border-radius: 7px;
  }

ul.list_contact li:nth-child(-n+3) {

  margin-top: 0px;
  }

ul.list_contact li:nth-child(3n) {

  margin-right: 0px;
  }

ul.list_contact li figure {

  min-height: 200px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

ul.list_contact li figure img {

  width: 80%;
  border-radius: 7px 7px 0 0;
  display: block;
  }

ul.list_contact li div.wrap_body {

  padding: 30px 40px;
  }

ul.list_contact li p.txt_title {

  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  }

ul.list_contact li a.btn_style_01 {

  width: 100%;
  margin-top: 25px;
  }

ul.list_contact li p.txt_tel {

  margin: 25px 0 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  }

ul.list_contact li p.txt_tel span {

  font-size: 14px;
  font-weight: 400;
  margin: 0 8px 0 0;
  }

ul.list_contact li p.txt_attention_01 {

  font-size: 12px;
  text-align: center;
  }

ul.list_contact li p.txt_attention_02 {

  margin: 25px 0 0;
  font-size: 12px;
  }

p.txt_attention_00 {

  color: #E3493D;
  }


/*-------------------------- ▲20190826_最終QC済み -----------------------------*/


/*------------------------*/
/* ▼SP&TB共通 */
/*------------------------*/
@media screen and (max-width: 1024px) {

/*------------------------*/
/* #企業情報 */
/*------------------------*/
/*------------------------*/
/* -代表想い */
/*------------------------*/

div.img_top div.wrap_name {

  padding: 25% 0 0;
  left: 7%;
  }

/*------------------------*/
/* #ニュース */
/*------------------------*/

section.wrap_news div.inner {

  padding: 50px 6% 100px !important;
  }

ul.list_news li a {

  padding: 60px 7%;
  }

section.wrap_select {

  padding: 0 6%;
  }

}
/*------------------------*/
/* ▲SP&TB共通 */
/*------------------------*/



/*------------------------*/
/* ▼タブレット版 */
/*------------------------*/
@media screen and (max-width: 769px) and (min-width: 600px) {

/*------------------------*/
/* ▼共通設定 */
/*------------------------*/
/*------------------------*/
/* #文字設定 */
/*------------------------*/
/*--------タイトル--------*/

section.wrap_title {

  padding: 80px 0;
  }

section.wrap_title p {

  font-size: 40px;
  }

/*--------全般のH2--------*/

h2 {

  font-size: 18px !important;
  }

/*--------ボタン類--------*/

a.btn_style_01 {

  margin: 55px auto 0;
  }

/*------------------------*/
/* #包括要素 */
/*------------------------*/
/*--------上部画像--------*/

div.img_top figure img {

  height: 40vh !important;
  }

div.img_top div.wrap_name {

  padding: 25% 0 0;
  left: 50px;
  }

div.img_top div.wrap_name p.position {

  font-size: 13px;
  }

div.img_top div.wrap_name p.name {

  font-size: 24px;
  }

div.img_top div.wrap_name p:nth-of-type(3) {

  font-size: 15px;
  }

/*------------------------*/
/* #リンク要素 */
/*------------------------*/
/*--------リンク01--------*/

ul.link_style_01 li {

  width: 47.5%;
  margin: 5% 5% 0 0 !important;
  }

ul.link_style_01 li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

ul.link_style_01 li:nth-child(2n) {

  margin-right: 0 !important;
  }

ul.link_style_01 li p {

  font-size: 16px;
  }

/*--------リンク02--------*/

ul.list_style_02 li {

  padding: 45px 0;
  }

ul.link_style_02 li {

  width: 47.5%;
  margin: 5% 5% 0 0 !important;
  }

ul.link_style_02 li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

ul.link_style_02 li:nth-child(2n) {

  margin-right: 0 !important;
  }

/*--------関連リンク--------*/

section.wrap_relation ul li {

  width: 47.5%;
  margin: 5% 5% 0 0 !important;
  }

section.wrap_relation ul li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

section.wrap_relation ul li:nth-child(2n) {

  margin-right: 0 !important;
  }

/*------------------------*/
/* #リスト要素 */
/*------------------------*/
/*--------リスト02--------*/

ul.list_style_02 li figure {

  width: 33%;
  }

ul.list_style_02 li div.txt {

  width: 62%;
  padding-top: 0;
  }

ul.list_style_02 li h3 {

  font-size: 16px !important;
  }

ul.list_style_02 li div.txt p {

  font-size: 12px;
  }

/*------------------------*/
/* #企業情報 */
/*------------------------*/

/*------------------------*/
/* -会社概要 */
/*------------------------*/

div.wrap_map {

  padding-top: 62.5%;
  }

/*------------------------*/
/* -役員紹介 */
/*------------------------*/

ul.list_member li {

  width: 30.5%;
  margin: 45px 4.25% 0 0 !important;
  }

ul.list_member li:nth-child(-n+3) {

  margin-top: 0 !important;
  }

ul.list_member li:nth-child(3n) {

  margin-right: 0 !important;
  }

/*------------------------*/
/* -沿革情報 */
/*------------------------*/

ul.list_history::after {

  left: 20%;
  }

ul.list_history li:first-child {

  margin-top: 30px;
  }

ul.list_history li::before {

  left: 20%;
  }

ul.list_history li p.year {

  width: 20%;
  font-size: 26px;
  }

ul.list_history li div.body {

  padding: 0 0 0 50px;
  }

/*------------------------*/
/* -関連会社 */
/*------------------------*/

ul.list_group li {

  width: 31.3%;
  margin: 30px 3.05% 0 0 !important;
  }

ul.list_group li:nth-child(-n+3) {

  margin-top: 0 !important;
  }

ul.list_group li:nth-child(3n) {

  margin-right: 0 !important;
  }

/*------------------------*/
/* -CSR紹介 */
/*------------------------*/

ul.list_csr li {

  padding: 55px 0 60px;
  }

ul.list_csr li h2 {

  font-size: 18px;
  }

ul.list_csr li p.txt_body {

  margin: 25px 0;
  }

ul.list_csr li p.txt_desc {

  margin: 30px 0;
  }

/*------------------------*/
/* #ニュース */
/*------------------------*/

section.wrap_news div.inner {

  padding: 50px 6% 80px !important;
  }

ul.list_news li a {

  padding: 50px;
  }

ul.list_news li a div.wrap {

  display: block;
  }

ul.list_news li a div.wrap div.info {

  margin: 0 0 25px;
  }

ul.list_news li a div.wrap time {

  margin: 0 25px 0 0;
  }

ul.list_news li a div.wrap h2 {

  font-size: 16px !important;
  }

section.wrap_select {

  padding: 0;
  }

section.wrap_select div.inner {

  margin: 0 6%;
  padding: 0 30px 30px;
  }

section.wrap_select div.inner > div:nth-of-type(1) {

  padding: 30px 15px 30px 30px;
  }

section.wrap_select div.inner > div:nth-of-type(2) {

  padding: 30px 30px 30px 15px;
  }

div.select {

  width: 48%;
  margin: 0 4% 0 0;
  }

/*------------------------*/
/* #記事ページ */
/*------------------------*/

article#wrap_single {

  margin: 0 0 80px;
  }

section#wrap_title-single {

  padding: 70px 6%;
  }

section.wrap_single div.inner {

  padding: 0 50px 80px;
  }

section#wrap_title-single h1 {

  font-size: 24px;
  }

/*------------------------*/
/* #カルチャー */
/*------------------------*/

ul.list_culture li {

  width: 47.5%;
  margin: 5% 5% 0 0 !important;
  }

ul.list_culture li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

ul.list_culture li:nth-child(2n) {

  margin-right: 0 !important;
  }

ul.list_culture li h3 {

  font-size: 24px;
  }

div.inner#culture-single p.txt_head {

  font-size: 28px;
  }

/*------------------------*/
/* #お問い合わせ */
/*------------------------*/

ul.list_contact li {

  width: 48%;
  margin: 4% 4% 0 0 !important;
  }

ul.list_contact li:nth-child(2n) {

  margin-right: 0 !important;
  }

ul.list_contact li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

/*------------------------*/
/* #プラポリ */
/*------------------------*/

ul.list_company-privacy li a {

  padding: 20px 55px 20px 20px;
  }

ul.list_company-privacy li a::after {

  right: 25px;
  }

ul.list_document li:nth-child(-n+2) {

  width: 100%;
  margin: 0;
  }

ul.list_document li:nth-of-type(2) {

  margin-top: 10px;
  }

}
/*------------------------*/
/* ▲タブレット版 */
/*------------------------*/

/*------------------------*/
/* ▼スマートフォン版 */
/*------------------------*/
@media screen and (max-width: 600px) {

/*------------------------*/
/* ▼共通設定 */
/*------------------------*/
/*------------------------*/
/* #包括要素 */
/*------------------------*/

div.wrap_contents {

  padding: 0 25px !important;
  }

div.wrap_contents div.inner {

  padding: 40px 25px !important;
  }

section.wrap_section_01 {

  padding: 40px 0 0 !important;
  }

section.wrap_section_01.pb {

  padding-bottom: 80px !important;
  }

/*--------上部画像--------*/

div.img_top {

  padding: 0 25px !important;
  box-sizing: border-box;
  }

div.img_top figure {

  margin: 0 22px;
  }

div.img_top figure img {

  height: 300px !important;
  }

div.img_top div.wrap_name {

  padding: 30px 0 0;
  margin-bottom: -15px;
  background: #fff;
  position: relative;
  left: 0;
  text-align: center;
  z-index: 1;
  }

div.img_top div.wrap_name p.position {

  font-size: 12px;
  }

div.img_top div.wrap_name p.name {

  font-size: 24px;
  }

/*------------------------*/
/* #文字設定 */
/*------------------------*/
/*--------タイトル--------*/

section.wrap_title {

  padding: 50px 0 70px !important;
  }

section.wrap_title p {

  font-size: 32px;
  margin: 0 0 4px;
  }

section.wrap_title h1 {

  font-size: 14px;
  }

/*--------一般のH2--------*/

h2 {

  font-size: 18px !important;
  }

div.inner h2 {

  margin: 40px 0 15px !important;
  }

div.inner h2:first-child {

  margin-top: 0 !important;
  }

/*--------一般のH3--------*/

h3 {

  font-size: 16px !important;
  margin: 35px 0 15px;
  }

/*------------------------*/
/* #リンク要素 */
/*------------------------*/
/*--------リンク01--------*/

ul.link_style_01 li {

  width: 100%;
  margin: 25px 0 0 !important;
  }

ul.link_style_01 li:first-child {

  margin-top: 0 !important;
  }

ul.link_style_01 li p {

  font-size: 16px;
  }

/*--------リンク02--------*/

ul.link_style_02 {

  display: block;
  }

ul.link_style_02 li {

  width: 100%;
  margin: 15px 0 0 !important;
  }

ul.link_style_02 li:first-child {

  margin-top: 0 !important;
  }

ul.link_style_02 li a {

  padding: 25px 30px;
  font-size: 16px;
  }

/*--------リンク03--------*/

ul.link_style_03 li {

  width: 100%;
  margin: 20px 0 0 !important;
  }

ul.link_style_03 li:first-child {

  margin-top: 0 !important;
  }

ul.link_style_03 li a {

  font-size: 16px;
  }

/*--------関連リンク--------*/

section.wrap_relation {

  padding: 60px 0 80px;
  }

section.wrap_relation h2 {

  margin: 0 0 55px !important;
  font-size: 18px;
  }

section.wrap_relation div.inner {

  padding: 0 22px;
  }

section.wrap_relation ul li {

  width: 100%;
  margin: 15px 0 0 !important;
  }

section.wrap_relation ul li:first-child {

  margin-top: 0 !important;
  }

section.wrap_relation ul li a {

  padding: 25px 30px;
  font-size: 16px;
  }

section.wrap_relation ul li a::after {

  right: 35px;
  }

/*------------------------*/
/* #リスト要素 */
/*------------------------*/
/*--------リスト01--------*/

ul.list_style_01 li {

  width: 100%;
  height: auto;
  margin: 40px 0 0 !important;
  }

ul.list_style_01 li:first-child {

  margin-top: 0 !important;
  }

ul.list_style_01 li a h2 {

  margin: 15px 0 0;
  font-size: 14px;
  }

/*--------リスト02--------*/

ul.list_style_02 {

  margin: 30px 0 0;
  }

ul.list_style_02 li {

  padding: 35px 0 30px;
  }

ul.list_style_02#ver_service li:first-child {

  padding-top: 35px;
  }

ul.list_style_02 li figure {

  width: 100%;
  margin: 0;
  }

ul.list_style_02 li div.txt {

  width: 100%;
  padding-top: 20px;
  }

ul.list_style_02 li h3 {

  font-size: 16px;
  }

ul.list_style_02#ver_service li h3 {

  text-align: center;
  }

/*------------------------*/
/* #オプション */
/*------------------------*/
/*--------FOCUS導線--------*/

div.link_focus {

  margin: 40px 0 0;
  padding: 40px 0 0;
  }

div.link_focus h2 {

  font-size: 18px;
  }

/*--------パンくず--------*/

ul#list_breadcrumb {

  display: none !important;
  }

/*------------------------*/
/* #記事ページ */
/*------------------------*/
/*--------テーブル--------*/

div.wrap_table {

  margin: 35px 0 0;
  font-size: 14px;
  }

div.wrap_table dl {

  margin: 0;
  display: block;
  }

div.wrap_table dl dt {

  width: 100%;
  padding: 18px 20px;
  border: none;
  }

div.wrap_table dl dd {

  width: 100%;
  padding: 18px 20px;
  border: none;
  }

/*--------SNSボタン--------*/

div.wrap_sns {

  display: block;
  margin: 45px 0 0;
  }

div.wrap_sns a {

  width: 100%;
  height: 60px;
  margin: 0 0 15px;
  }

/*------------------------*/
/* #企業情報 */
/*------------------------*/
/*------------------------*/
/* -会社概要 */
/*------------------------*/

ul.list_table li {

  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 25px;
  }

ul.list_table li:last-child {

  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  }

ul.list_table li:nth-last-of-type(2) {

  border-bottom: 1px solid #dedede;
  }

div.wrap_map {

  padding-top: 100%;
  }

/*------------------------*/
/* -経営理念 */
/*------------------------*/

ul.list_policy#ver_philosophy li h3 {

  margin: 10px 0 25px;
  text-align: center;
  }

/*------------------------*/
/* -役員紹介 */
/*------------------------*/

ul.list_member li {

  width: 47%;
  margin: 30px 6% 0 0 !important;
  }

ul.list_member li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

ul.list_member li:nth-child(2n) {

  margin-right: 0 !important;
  }

ul.list_member li a {

  margin: 0 0 15px;
  }

ul.list_member li p {

  font-size: 12px;
  }

ul.list_member li h2 {

  font-size: 16px !important;
  }

/*------------------------*/
/* -関連会社 */
/*------------------------*/

ul.list_group {

  margin: 30px 0 50px;
  }

ul.list_group li {

  width: 48%;
  margin: 25px 4% 0 0 !important;
  }

ul.list_group li:nth-child(-n+2) {

  margin-top: 0 !important;
  }

ul.list_group li:nth-child(2n) {

  margin-right: 0 !important;
  }

ul.list_group li figure {

  margin: 0 0 12px;
  }

/*------------------------*/
/* -沿革情報 */
/*------------------------*/

ul.list_history::after {

  display: none;
  }

ul.list_history li {

  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  }

ul.list_history li:last-child {

  margin-bottom: 0;
  }

ul.list_history li > div {

  display: block;
  }

ul.list_history li::before {

  display: none;
  }

ul.list_history li div.body {

  width: 100%;
  padding: 0;
  }

ul.list_history li div.body img {

  margin: 20px 0 0;
  }

ul.list_history li p.year {

  width: 100%;
  margin: 0 0 20px;
  padding: 15px 0;
  background: #f5f5f5;
  border-radius: 7px;
  font-size: 20px;
  z-index: 2;
  text-align: center;
  }

ul.list_history li p.year span {

  font-size: 12px;
  }

ul.list_history li div.body p {

  margin: 0 0 15px;
  padding: 0 5px;
  }

ul.list_history li ul li {

  padding: 0 5px 0 25px;
  }

/*------------------------*/
/* -CSR情報 */
/*------------------------*/

ul.list_csr li {

  padding: 25px 0 40px;
  }

ul.list_csr li h2 {

  font-size: 18px;
  margin: 10px 0 5px !important;
  }

ul.list_csr li p.txt_desc {

  margin: 20px 0 30px;
  }

/*------------------------*/
/* #ニュース */
/*------------------------*/

section.wrap_news div.inner {

  padding: 25px 20px 80px !important;
  }

ul.list_news li a {

  padding: 30px 25px;
  }

ul.list_news li a div.wrap {

  display: block;
  }

ul.list_news li a div.wrap div.info {

  margin: 0 0 25px;
  justify-content: space-between;
  }

ul.list_news li a div.wrap time {

  margin: 0;
  }

ul.list_news li a div.wrap p.cat {

  margin: 0;
  }

ul.list_news li a div.wrap div.body {

  padding: 0;
  }

ul.list_news li a div.wrap h2 {

  margin: 0 !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.5;
  }

ul.list_news li a div.wrap p.txt_company {

  font-size: 12px;
  }

ul.list_news li a::before, ul.list_news li a::after {

  display: none;
  }

/*--------セレクト--------*/

section.wrap_select {

  padding: 0;
  }

section.wrap_select::before {

  height: 50%;
  }

section.wrap_select div.inner {

  padding: 0 20px 20px !important;
  margin: 0;
  display: block;
  }

section.wrap_select div.inner > div {

  width: 100%;
  padding: 25px !important;
  display: block !important;
  }

section.wrap_select div.inner > div:nth-of-type(2) {

  padding: 0 25px 25px !important;
  }

div.select {

  width: 100% !important;
  margin: 0 0 20px !important;
  }

div.select:last-child {

  margin-bottom: 0 !important;
  }

.nice-select {

  font-size: 14px !important;
  }

/*------------------------*/
/* #記事ページ */
/*------------------------*/

article#wrap_single {

  margin: 0 0 80px;
  }

section#wrap_title-single {

  padding: 35px 25px;
  }

section#wrap_title-single div.info {

  margin: 0 0 15px;
  font-size: 12px;
  }

section#wrap_title-single h1 {

  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.55;
  }

section#wrap_title-single p.txt_sub-title {

  margin: 0 0 20px;
  font-size: 14px;
  font-weight: normal;
  }

section#wrap_title-single p.txt_company {

  margin-top: 20px;
  font-size: 12px;
  }

/*-------- 記事内要素 --------*/
/*--------アイキャッチ--------*/

figure.img_eyecatch {

  margin: 0 auto 40px;
  }

/*--------通常の本文--------*/

section.wrap_detail p {

  font-size: 15px;
  }

/*--------本文内見出--------*/

section.wrap_detail h2 {

  margin: 40px 0 10px;
  }

/*--------本文内画像--------*/

section.wrap_detail figure, section.wrap_detail > img {

  margin: 30px 0;
  }

section.wrap_detail figure figcaption {

  font-size: 12px;
  }

/*------------------------*/
/* #テクノロジー */
/*------------------------*/
/*------------------------*/
/* -CTO挨拶 */
/*------------------------*/

div.img_top div.wrap_name#ver_white {

  color: #1f1f1f;
  }

ul.list_style_03 li {

  display: block;
  }

ul.list_style_03 li div.txt {

  width: 100%;
  margin: 0 0 30px;
  }

ul.list_style_03 li figure {

  width: 100%;
  }

/*------------------------*/
/* #カルチャー */
/*------------------------*/

section#culture section.wrap_lead-link:nth-child(n+2) {

  margin: 50px 0 0;
  }

ul.list_culture li {

  width: 100%;
  margin: 25px 0 0 !important;
  }

ul.list_culture li:first-child {

  margin-top: 0 !important;
  }

ul.list_culture li h3 {

  font-size: 24px !important;
  }

section#culture a.btn_style_01 {

  margin-top: 50px;
  }

/*------------------------*/
/* -カテゴリー */
/*------------------------*/

section#culture_page ul.list_culture {

  margin: 0;
  }

/*------------------------*/
/* -記事ページ */
/*------------------------*/

div.inner#culture-single p.txt_sub-title {

  margin: 0 0 25px;
  }

div.inner#culture-single p.txt_head {

  font-size: 22px;
  line-height: 1.3;
  }

div.inner#culture-single p.txt_head::before {

  font-size: 22px;
  }

div.inner#culture-single h1 {

  font-size: 12px;
  margin: 0 0 30px;
  }

/*------------------------*/
/* #採用情報 */
/*------------------------*/
/*------------------------*/
/* ・採用ガイドページ */
/*------------------------*/

div.inner div.txt_title h2 {

  margin: 0 !important;
  }

div.inner#page_recruit-guide > figure {

  margin: 0 0 25px;
  }

div.inner#page_recruit-guide > p {

  margin-top: 25px;
  }

div.inner#page_recruit-guide div.wrap_comment {

  margin: 25px 0;
  display: block;
  }

div.inner#page_recruit-guide div.wrap_comment div.wrap_img {

  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  }

div.inner#page_recruit-guide div.wrap_comment figure {

  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  }

div.inner#page_recruit-guide div.wrap_comment div.wrap_img div {

  padding: 10px 0 0;
  }

div.inner#page_recruit-guide div.wrap_comment div > p {

  text-align: left !important;
  }

div.inner#page_recruit-guide div.wrap_comment > p {

  margin: 0;
  padding: 25px;
  }

ul.list_guide-link li {

  width: 100%;
  margin: 25px 0 0;
  }

ul.list_guide-link li:first-child {

  margin-top: 0;
  }

ul.list_guide-link li:nth-of-type(2) {

  margin-top: 25px;
  }

ul.list_guide-link li div.wrap_txt h3 {

  font-size: 28px !important;
  margin: 0 0 5px !important;
  }

ul.list_guide-link li div.wrap_txt {

  padding: 25px;
  }

ul.list_guide-link li a::after {

  width: 18px;
  height: 18px;
  }

/*------------------------*/
/* -働く環境 */
/*------------------------*/

ul.list_photo {

  margin: 20px 0 40px;
  }

ul.list_photo li {

  width: 100%;
  margin: 30px 0 0 !important;
  }

ul.list_photo li:first-child {

  margin-top: 0 !important;
  }

/*------------------------*/
/* #プラポリ */
/*------------------------*/

ul.list_policy {

  margin-top: 45px;
  }

ul.list_policy > li {

  padding: 25px 0;
  display: block;
  }

ul.list_policy li h3 {

  width: 100%;
  margin: 0 0 20px;
  }

ul.list_policy li div.wrap_body {

  width: 100%;
  }

ul.list_bullet {

  margin-left: -5px;
  }

ul.list_policy li h4 {

  margin: 40px 0 20px;
  line-height: 1.7;
  }

ul.list_company-privacy li {

  width: 100%;
  margin: 15px 0 0 !important;
  }

ul.list_company-privacy li:first-child {

  margin-top: 0 !important;
  }

ul.list_company-privacy li a {

  padding: 20px 55px 20px 20px;
  }

ul.list_company-privacy li a::after {

  right: 25px;
  }

dl.list_qa dt {

  padding: 22px 20px 22px 15px;
  font-size: 14px;
  }

.ico_plus {

  right: 15px;
  }

ul.list_document li:nth-child(-n+2) {

  width: 100%;
  margin: 0;
  }

ul.list_document li:nth-of-type(2) {

  margin-top: 5px;
  }

ul.list_document li, ul.list_document li a {

  padding: 25px 20px;
  }

ul.list_document div.wrap_detail {

  padding: 0 20px 40px;
  }

ul.list_document div.wrap_detail ul li {

  width: 100%;
  margin: 5px 0 0 !important;
  }

ul.list_document div.wrap_detail ul li:first-child {

  margin-top: 0 !important;
  }

/*------------------------*/
/* #お問い合わせ */
/*------------------------*/

ul.list_contact {

  margin: 40px 0 0;
  }

ul.list_contact li {

  width: 100%;
  margin: 25px 0 0 !important;
  }

ul.list_contact li:first-child {

  margin-top: 0 !important;
  }

ul.list_contact li div.wrap_body {

  padding: 30px 25px;
  }

ul.list_contact li p.txt_title {

  font-size: 16px;
  }

ul.list_contact li a.btn_style_01, ul.list_contact li p.txt_tel, ul.list_contact li p.txt_attention_02 {

  margin-top: 20px;
  }

/*------------------------*/
/* ▼404ページ */
/*------------------------*/

section#page_404 a.btn_style_01 {

  margin-top: 30px;
  }

}
/*------------------------*/
/* ▲スマートフォン版 */
/*------------------------*/

/*------------------------ ▲20190826_最終QC済み -------------------------*/
