@charset "utf-8";

body {
  color: #1c1c22;
  background-color: #ffffff;
  font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
p {
  line-height: 1.5;
}
p + p {
  margin-top: 1.5em;
}
/* for IE6 */
* html body {
  font-size: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bo999l");
  src: url("../fonts/icomoon.eot?bo999l#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bo999l") format("truetype"), url("../fonts/icomoon.woff?bo999l") format("woff"), url("../fonts/icomoon.svg?bo999l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
a:link {
  color: #1c1c22;
  text-decoration: none;
}

a:visited {
  color: #1c1c22;
  text-decoration: none;
}

a:hover {
  color: #128ec8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a img {
  transition: opacity .3s;
}
a:hover img {
  opacity: .5;
}
/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .pcOnly {
    display: none!important;
  }
}
@media screen and (max-width: 640px) {
  .spNone {
    display: none!important;
  }
}
@media (min-width: 641px) {
  .spOnly {
    display: none!important;
  }
}
@media (min-width: 901px) {
  .pcNone {
    display: none!important;
  }
}
/*                leyout
======================================================= */
body {
  min-width: 1024px;
}

@media only screen and (max-width: 900px) {
  body {
    min-width: 320px;
  }
}

#wrapper {
  margin-top: 70px;
}

#main_area {
  padding-top: 50px;
}



#list_page #main_area {
  padding-bottom: 58px;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1120px;
}

@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 20px;
    width: 100%;
  }
}

#cont_key {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #cont_key {
    width: 100%;
  }
}

#cont_key ul.slides li img {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  #cont_key ul.slides li img.pc_none {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #cont_key ul.slides li img.sp_none {
    display: none;
  }
}

.cont_list_area .intro_block:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.cont_list_area .intro_block .layout_l {
  float: left;
}

.cont_list_area .intro_block .layout_r {
  float: right;
  display: flex;
  flex-direction: row;
  position: relative;
  top: 3px;
}

.cont_list_area .intro_block .layout_r p {
  color: #5a5a5a;
  margin-right: 20px;
}

@media only screen and (max-width: 900px) {
  .cont_list_area .intro_block .layout_r p {
    display: none;
  }
}

.cont_list_area .intro_block .home_title,
.cont_list_area .intro_block .main_title {
  margin-bottom: 25px !important;
}

.cont_list_area .cont_list_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
}
.cont_list_area .cont_list_block::after {
  content: '';
  display: block;
  width: 29.62963%;
  height: 0;
}

.cont_list_area .cont_list_block .cont_list_set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
}

.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}



.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) {
  overflow: hidden;
  position: relative;
}

.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) a {
  display: block;
  overflow: hidden;
  position: relative;
}

.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) a:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

@media only screen and (max-width: 900px) {
}

.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-color: #f8f8f8; */
}

@media only screen and (max-width: 900px) {
  .cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(2) {
    width: 80%;
    padding: 0.25em 0;
  }
}

.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item h3 {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width:641px) and (max-width: 900px) {
  .cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_list_area .cont_list_block .cont_list_set {
    margin-top: 50px;
  }
  .cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item h3 {
    font-size: 14px;
  }
}


@media only screen and (max-width: 900px) {
  .cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item p {
    margin-bottom: 0;
  }
}

.cont_list_area .cont_list_block.tile_panel .cont_list_set {
  position: relative;
  /* width: 29.62963%; */
  width: 31.5%;
}

@media only screen and (min-width: 641px) and (max-width: 900px) {

  .cont_list_area .cont_list_block.tile_panel .cont_list_set {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .cont_list_area .cont_list_block.tile_panel .cont_list_set {
    width: 48%;
    margin-bottom: 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .cont_list_area .cont_list_block.tile_panel .cont_list_set {
    width: 100%;
    margin-bottom: 0;
    border-top: 0;
  }
}

.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner {
  flex-direction: column;
  padding: 0;
}

.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) {
  position: relative;
  width: 100%;
}

.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) img {
  border-radius: 0;
  position: absolute;
}


.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(2) {
  width: 70%;
  margin-top: 0.5em;
}

.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(2) {
  width: 100%;
  clear: both;
}

.more_btn {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 900px) {
  .more_btn {
    margin-top: 20px;
  }
}

.more_btn button {
  cursor: pointer;
  font-size: 112.5%;
  color: #fff;
  border-radius: 6px;
  background: #535353;
  width: 240px;
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.more_btn button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

@media only screen and (max-width: 900px) {
  .more_btn button {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .more_btn button {
    padding-top: 3px;
  }
}

ul.switch_icon {
  display: flex;
  flex-direction: row;
}

ul.switch_icon>li {
  position: relative;
}

ul.switch_icon>li+li {
  margin-left: 30px;
}

ul.switch_icon>li:before {
  background-color: #d2d2d2;
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -15px;
}

ul.switch_icon>li:first-child:before {
  content: none;
}

ul.switch_icon>li a,
ul.switch_icon>li span {
  display: block;
  cursor: pointer;
}

ul.switch_icon>li a:before,
ul.switch_icon>li span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4b4b4;
  font-size: 20px;
  position: relative;
}

ul.switch_icon>li.tile_pnl a:before,
ul.switch_icon>li.tile_pnl span:before {
  content: "\e91c";
}

ul.switch_icon>li.list_pnl a:before,
ul.switch_icon>li.list_pnl span:before {
  content: "\e91d";
  font-size: 21px;
}

ul.switch_icon>li.active {
  pointer-events: none !important;
}

ul.switch_icon>li.active a,
ul.switch_icon>li.active span {
  cursor: default;
}

ul.switch_icon>li.active a:before,
ul.switch_icon>li.active span:before {
  color: #2a2a2a;
}



.tag_list li a {
  color: #1ea0d2;
}

.tag_list li a:before {
  content: '#';
}

@media only screen and (max-width: 900px) {
  .tag_list li+li {
    margin-left: 0;
  }
}

input[type="text"],
input[type="mail"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 50px;
  border: 1px #d2d2d2 solid;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 0.5em 0.7em;
  font-size: 87.5%;
}

textarea {
  border: 1px #dcdcdc solid;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 0.5em 0.7em;
  font-size: 87.5%;
}

button,
input,
select,
textarea {
  line-height: 1.5;

  /*2019_10_17 webattendant start コメントアウト*/
  /*font-family: inherit;*/
  /*2019_10_17 webattendant end*/

  /*2019_10_17 webattendant start 追記*/
  /*font-family: "A1ゴシック M","A1ゴシック B";*/
  /*2019_10_17 webattendant end*/
}

/*                タイトル装飾
======================================================= */
.main_title {
  margin-bottom: 0.8em;
}

.main_title h1 {
  font-size: 137.5%;
  font-weight: bold;
}

.cont_title {
  margin-bottom: 0.8em;
}

.cont_title h2 {
  font-size: 137.5%;
  font-weight: bold;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 2列テーブルのスマホ縦並び 2022.05.11 KPR-K.Nakamura
 * スマホでのみ縦並びとする
 */
.col2__table {}

.col2__table th,
.col2__table td {}

@media only screen and (max-width:900px) {
  .col2__table {
    width: 100% !important;
  }

  .col2__table th,
  .col2__table td {
    display: block;
    width: 100% !important;
  }
}



/* 擬似テーブル DL 
.dl_table>dl {
  display: table;
  width: 100%;
  border-top: 1px #dcdcdc solid;
  border-left: 1px #dcdcdc solid;
}

.dl_table>dl+dl {
  border-top: none;
}

.dl_table>dl>dt,
.dl_table>dl>dd {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  padding: 0 1em;
}

@media only screen and (max-width: 900px) {

  .dl_table>dl>dt,
  .dl_table>dl>dd {
    height: auto;
    padding: 1em 1em;
  }
}

.dl_table>dl>dt {
  text-align: center;
  background: #edf7f8;
  width: 25%;
}

@media only screen and (max-width: 900px) {
  .dl_table>dl>dt {
    width: 30%;
  }
}

@media only screen and (max-width: 400px) {
  .dl_table>dl>dt {
    display: block;
    width: 100%;
  }
}

.dl_table>dl>dd {
  width: 75%;
}

@media only screen and (max-width: 900px) {
  .dl_table>dl>dd {
    width: 70%;
  }
}

@media only screen and (max-width: 400px) {
  .dl_table>dl>dd {
    display: block;
    width: 100%;
  }
}

.dl_table>dl>dd span {
  margin-right: 0.5em;
}

@media only screen and (max-width: 900px) {
  .dl_table>dl>dd span {
    display: block;
  }
}

/*                pageTop
======================================================= */
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}

#page_top #page_top_inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#page_top #page_top_inner a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 900px) {
  #page_top #page_top_inner a {
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
  }
}

/*                カラム
======================================================= 
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}

@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.row img {
  width: 100%;
}

.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {

  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 768px) {

  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.row .tab1,
.row .tab2,
.row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (max-width: 1024px) {

  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 768px) {

  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}

.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  div.company_logo {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  div.company_logo {
    float: left;
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  div.company_name {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) {
  div.company_name {
    float: left;
    margin-top: 70px;
  }
}*/

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header #header_area {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 70px;
  border-bottom: 1px #dcdcdc solid;
  z-index: 9999;
  background: #FFF;
}

#header #header_area #company_hd {
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  #company_hd .layout_l {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 640px) {
  #company_hd .layout_l {
    width: 100%;
    max-width: calc(100% - 50px);
  }
}

@media all and (-ms-high-contrast: none) {
  #header #header_area #company_hd .layout_l {
    top: 55%;
  }
}

#hd_logo {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  line-height: 1;
  vertical-align: bottom;
}
#hd_logo a {
  display: flex;
  align-items: center;
}
#hd_logo img {
  width: auto;
  height: 42px;
}
/* 2023.11.14追加 shindesign */
#hd_logo span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
/* /追加 */


#header #header_area #company_hd .layout_l #hd_logo a:hover {
  color: inherit;
}

#header #header_area #company_hd .layout_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gnavi-inq a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2em;
  width: 10.416667em;
  height: 3.3333333em;
  background-color: #1ea0d2;
  border-radius: 1.6666667em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  transition: .3s;
}
.gnavi-inq a:hover {
  opacity: .8;
}
.gnavi-inq a span {
  display: block;
  margin-right: .5em;
}
.gnavi-inq a span img {
  display: block;
  width: auto;
  height: 1.5em;
}

@media only screen and (max-width: 640px) {
  #header #header_area #company_hd .layout_r #gnavi {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) {
  #header #header_area #company_hd .layout_r #gnavi {
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 900px) {
  #header #header_area #company_hd .layout_r .search_box {
    display: none !important;
  }
}

.search_box label {
  display: block;
  position: relative;
  width: 200px;
}

.search_box label input {
  padding: 0 32px 0 1em;
  height: 30px;
  width: 100%;
  border: 1px #dcdcdc solid;
  border-radius: 0;
  line-height: 1;
  font-size: 12px;
}
.search_box label input::placeholder {
  color: #a0a0a0;
}



.search_box label button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.search_box label button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #dcdcdc;
  font-size: 18px;
  position: relative;
}


/*                footer
======================================================= */
.site_footer {
  margin-top: 200px;
  padding-bottom: 40px;
}
.site_footer-logo {
  margin: 0 auto;
  width: 200px;
}
.site_footer-notice {
  margin-top: 3em;
  font-size: 11px;
  text-align: center;
}

/*                sp
======================================================= */
#sp_menu_btn {
  cursor: pointer;
}

@media only screen and (min-width: 901px) {
  #sp_menu_btn {
    display: none !important;
  }
}


@media only screen and (max-width: 900px) {
  #sp_menu_btn.menu-trigger,
  #sp_menu_btn.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #sp_menu_btn.menu-trigger {
    position: relative;
    width: 32px;
    height: 24px;
    margin-top: 45px;
  }

  #sp_menu_btn.menu-trigger {
    margin-top: -3px;
  }

  #sp_menu_btn.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2a2a2a;
  }

  #sp_menu_btn.menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  #sp_menu_btn.menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  #sp_menu_btn.menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #sp_menu_btn.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  #sp_menu_btn.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  #sp_menu_btn.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

@media only screen and (min-width: 901px) {
  #sp_navi {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .nav-open {
    overflow: hidden;
  }
  #sp_navi {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 70px;
    left: 0;
    padding-bottom: 100px;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    opacity: 0;
    background-color: rgba(220, 220, 220, 0.95);
    transition: .3s;
  }
  .nav-open #sp_navi {
    visibility: visible;
    opacity: 1;
  }

  #sp_navi .gnavi-inq {
    margin-top: 30px;
  }
  #sp_navi .gnavi-inq a {
    margin: 0 auto;
  }
  #sp_navi .search_box {
    padding: 15px;
  }
  
  #sp_navi .search_box label {
    display: block;
    position: relative;
    width: 100%;
  }
  
  #sp_navi .search_box label input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 35px;
  }
  
  #sp_navi .search_box label button {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  
  #sp_navi .search_box label button:before {
    font-size: 20px;
  }
  
  
}

.circle_icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "●";
  position: relative;
  margin-right: 0.4em;
  padding-left: 1px;
  color: #828282;
  -webkit-background-clip: text;
}

/*=========== 
タグもっとみる
=========== */
.tag_list_box {
  position: relative;
}
.tag_list li {
  display: inline-block;
  line-height: 1.2;
  /*  margin-right: 5px;*/
}

.tag_list li:last-of-type {
  margin-right: 0;
}

.tag_list li a {
  position: relative;
  display: inline-block;
}

.tag_list li a:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}

.tag_list li a:after {
  bottom: -3px;
  z-index: 1000;
}

.tag_list li a:before {
  content: '#';
}

.tag_list {
  position: relative;
  overflow-y: hidden;
  margin-top: 1em;
  font-size: 12px;
}

.tag_list li {
  margin-right: .25em;
  line-height: 1.8;
  transition: .5s;
}

.open_tag_btn {
  display: block;
  padding-top: 1.5em;
  width: 100%;
  height: 3.833333em;
  background-color: #fff;
  font-size: 12px;
  color: #1ea0d2;
  transition: .3s;
}

.open_tag_btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.16667em solid #1ea0d2;
  border-radius: 1.16667em;
  width: 7.916667em;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  font-style: normal;
  cursor: pointer;
  transition: opacity .3s;
}
.open_tag_btn i:hover {
  opacity: .6;
}
.open .open_tag_btn i {
  width: 110px;
}
.open_tag_btn i::before {
  content: '▼';
  display: inline-block;
  transform: rotate(0deg);
  transition: .3s;
}
.open .open_tag_btn i::before {
  transform: rotate(60deg) translateY(.2em);
}



.no_close_tag .open_tag_btn {
  display: none;
}

@media only screen and (min-width: 768px) {
  .list_panel .tag_list {
    height: auto;
  }

  .list_panel .tag_list .open_tag_btn {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .tag_list li {
    line-height: 1.1;
  }
}


@media only screen and (min-width: 1025px) {
  .tag_list li a:hover {
    opacity: 1.0;
  }

  .tag_list li a:hover:after {
    width: 100%;
  }
}




.cont_list_item h3 {
  overflow: hidden;
}


.date {
  position: absolute;
  left: 0;
  bottom: -2.5em;
  display: flex;
  align-items: center;
  color: #777777;
  margin-top: 1em;
  font-size: 12px;
}

.date:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 17px;
  position: relative;
  margin-right: 5px;
}
.date time {
  display: block;
}

.content_company-sns {
  list-style: none;
  display: flex;
  margin-top: 32px;
}
.sns_list {
  height: 20px;
}
.sns_list + .sns_list {
  margin-left: 20px;
}
.sns_list img {
  max-width: none;
  width: auto;
  height: 100%;
}
.content_company-url_list {
  margin-top: 32px;
}
.url-title {
  font-size: 14px;
  line-height: 1.6;
}
.url-link a {
  font-size: 12px;
  color: #1ea0d2;
}
.url-link a:hover {
  opacity: .8;
}
.url-link + .url-title {
  margin-top: 16px;
}

@media only screen and (max-width: 900px) {
  .sns_list {
    height: 26px;
  }
  .sns_list a {
    display: block;
    height: 100%;
  }

  .gnavi-company {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
  }
}

/* 印刷対応 */
@media print {
  #wrapper {
    margin-top: 0;
  }
  #header #header_area {
    position: relative;
  }
  #header #header_area #company_hd .layout_r {
    display: none;
  }
}


/* 対応2023.11.08 */
  .content_company-logo {
    display: inline-block;
    max-width: 100%;
    /* border: 1px solid #dcdcdc; */
  }
  .content_company-name {
    margin-top: 2em;
    font-weight: bold;
  }
  .content_company-prof {
    margin-top: 2em;
    font-size: 14px;
  }
  .content_company-prof p{
    line-height: 2;
    text-align: justify;
  }
  .content_company-about {
    margin-top: 2em;
    font-size: 12px;
    color: #505050;
    line-height: 1;
  }
  .content_company-follow a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    height: calc(2.5em + 1px);
    background-color: #1ea0d2;
    border: 1px solid #1ea0d2;
    border-radius: .2142857em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: .3s;
  }
  .content_company-follow a:hover {
    opacity: .8;
  }
  
.date {bottom: 20px;left: 20px;}
img.blur {
  object-fit: cover!important;
  opacity: .07;
  filter: grayscale(1);
  display: none;
}
a:hover img.blur {opacity: .035;}

.cont_list_area .cont_list_block.tile_panel .cont_list_set {
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 20px 50px;
  border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  #header #header_area {
    height: 50px;
  }
  #hd_logo {font-size: 13px;line-height: 1.1;}
  #wrapper {margin-top: 50px;}
  #sp_navi {top: 50px;height: calc(100vh - 50px);}
  a {word-break:break-all;}
}