@charset "utf-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css); */
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  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: 100%;
}
body {
  color: #1c1c22;
  background-color: #ffffff;
  /*   font-family: 'Sawarabi Gothic',"メイリオ","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  sans-serif; */
  
  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;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: 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;
  
  /*2019_10_17 webattendant start コメントアウト*/
  /*font-family: 'Sawarabi Gothic', "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  /*2019_10_17 webattendant end*/
  
  /*2019_10_17 webattendant start 追記*/
  /*font-family: "A1ゴシック M","A1ゴシック B";*/
  /*2019_10_17 webattendant end*/
}
* {
  box-sizing: border-box;
}
@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;
}
/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear_both {
  clear: both;
}
.hidden {
  overflow: hidden;
}
/*                leyout
======================================================= */
body {
  min-width: 1024px;
}

@media only screen and (max-width: 900px) {
body {
  min-width: 0;
}
}
#wrapper {
  overflow: hidden;
}
#main_area {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 900px) {
#main_area {
  padding-top: 60px;
}
}
#home #main_area {
  padding-top: 0;
}
#list_page #main_area {
  padding-bottom: 58px;
}
#article #main_area {
/*padding-bottom: 0;*/ /*20180815修正*/
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

@media only screen and (max-width: 900px) {
.main_width {
  padding: 0 15px;
  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;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -1em;
}
.cont_list_area .cont_list_block .cont_list_set {
  display: flex;
  flex-wrap: wrap;
  width: 100%; /* 20180815修正 */
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border: 1px #dcdcdc solid;
    border-radius: 6px;
    width: 100%;
    padding: 1.2em;
}
@media only screen and (max-width: 900px) {
.cont_list_area .cont_list_block .cont_list_set {
  width: 100%;
  margin-bottom: 0.2em;
}
/*
 .cont_list_area .cont_list_block .cont_list_set:last-child {
 border-bottom: 1px #dcdcdc solid;
}
*/
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner {
    border: 0;
}
}

@media only screen and (max-width: 900px) {
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner {
  padding: 0.2em 0 0.6em 0;
  border-radius: 0;
  border-bottom: 1px #dcdcdc solid;
}
ul.cont_list_ul {
  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;
  width: 40%;
}
.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) {
  width: 110px;
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) img {
  padding-right: 1em;
}
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(2) {
  width: 63%;
  padding: 0 1em;
}

@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 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item h3 {
  font-size: 95%;
}
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item p {
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@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 .cont_list_set .cont_list_set_inner .cont_list_item p.date {
  color: #777777;
  font-weight: normal;
  font-size: 70%;
}

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

.cont_list_area .cont_list_block.tile_panel {
  margin-left: -7px;
  margin-right: -7px;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set {
  width: 33.3%;
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 900px) {
.cont_list_area .cont_list_block .cont_list_set {
  width: 100%;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set {
  width: 50%;
    padding: 0.5em 0.5em;
    margin-bottom: 0;
    border-bottom: 1px #dcdcdc solid;
    border-top: 0;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set:nth-child(1){
    border-top: 1px #dcdcdc solid;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set:nth-child(2){
    border-top: 1px #dcdcdc solid;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner {
  border-top: 0;
}
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner {
  flex-direction: column;
  overflow: hidden;
  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) {
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) {
  min-width: 40%;
/*  margin-top: 1em;*/
  float: left;
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-last-child(2):nth-child(odd) {
  width: 100%;
  clear: both;
}
.cont_list_area .cont_list_block .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(2) {
  width: 100%;
  min-height: 73px;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set:nth-child(odd) {
    border-right: 1px #dcdcdc solid !important;
}
.cont_list_area .cont_list_block.tile_panel .cont_list_set .cont_list_set_inner .cont_list_item:nth-child(1) img {
  clear: both!important;
}
}
@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 {
  font-size: 87.5%;
  color: #777777;
  display: inline-block;
}
.tag_list li + li {
  margin-left: 5px;
}
.tag_list li a {
  color: #1db2d4;
}
.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;
  max-width: 1024px;
}
#page_top #page_top_inner a {
  display: block;
  position: absolute;
  right: -120px;
  bottom: 35px;
}

@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 {
  border-bottom: 1px #dcdcdc solid;
}
#header #header_area #company_hd {
  /*2019_10_17 webattendant start コメントアウト*/
  /*height: 70px;*/
  /*2019_10_17 webattendant end*/
  
  /*2019_10_17 webattendant start 追記*/
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  /*2019_10_17 webattendant end*/
}
/*2019_10_17 webattendant start コメントアウト*/
/*#header #header_area #company_hd:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header #header_area #company_hd .layout_l {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
/*2019_10_17 webattendant end*/



@media only screen and (max-width: 900px) {
#header #header_area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #FFF;
} 
#header #header_area #company_hd .layout_l {
  width: 87%;
}
}

@media only screen and (max-width: 400px) {
#header #header_area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #FFF;
} 
#header #header_area #company_hd .layout_l {
  width: 84%;
}
}

@media all and (-ms-high-contrast: none) {
#header #header_area #company_hd .layout_l {
  top: 55%;
}
}
#header #header_area #company_hd .layout_l #hd_logo .company_hd_title {
  /*font-size: 106.3%;*/
  font-weight: bold;
  /*text-align: center;*/
  text-align: left;
  
  /*2019_10_17 webattendant start コメントアウト*/
  /*font-family: "Sawarabi Gothic";
  font-size: 28px;*/
  /*2019_10_17 webattendant end*/
  
  /*2019_10_17 webattendant start 追記*/
  font-size: 18px;
  line-height: 1;
  vertical-align: bottom;
  /*2019_10_17 webattendant end*/
}

@media only screen and (max-width: 900px) {
#header #header_area #company_hd .layout_l #hd_logo .company_hd_title {
  display: block;
  font-size: 93.8%;
}
}

@media only screen and (max-width: 480px) {
#header #header_area #company_hd .layout_l #hd_logo .company_hd_title {
  font-size: 81.3%;
}
}
#header #header_area #company_hd .layout_l #hd_logo img {
  width: 145px;
  margin-right: 8px;
}

@media only screen and (max-width: 900px) {
#header #header_area #company_hd .layout_l #hd_logo img {
  width: 110px;
}
}
#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;
  
  
  /*2019_10_17 webattendant start コメントアウト*/
  /*float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  /*2019_10_17 webattendant end*/
}
#header #header_area #company_hd .layout_r #gnavi {
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
#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;
}
}
#header #header_area #company_hd .layout_r #gnavi li {
  float: left;
  margin-right: 20px;
}
#header #header_area #company_hd .layout_r #gnavi li:before {
  background-color: #dcdcdc;
  content: '';
  display: inline-block;
  height: 14px;
  width: 1px;
  position: relative;
  top: 2px;
  margin-right: 20px;
}
#header #header_area #company_hd .layout_r #gnavi li:first-child:before {
  content: none;
}
#header #header_area #company_hd .layout_r #gnavi li a {
  font-size: 87.5%;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  
  /*2019_10_17 webattendant start 追記*/
  font-size: 12px;
  /*2019_10_17 webattendant end*/
}
#header #header_area #company_hd .layout_r #gnavi li a:hover {
  color: #128ec8;
}
#header #header_area #company_hd .layout_r #gnavi li#contract a:after {
  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: "\e91b";
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

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


/*2019_10_17 webattendant start コメントアウト*/
/*#header #header_area #company_hd .layout_r .search_box label input {
  width: 100%;
  height: 36px;
  border-radius: 36px;
  border: 1px #dcdcdc solid;
  padding-left: 20px;
  padding-right: 32px;
}*/
/*2019_10_17 webattendant end*/

/*2019_10_17 webattendant start 追記*/
#header #header_area #company_hd .layout_r .search_box label input {
  height: auto;
  width: 100%;
  border-radius: 2em;
  border: 1px #dcdcdc solid;
  padding-left: 20px;
  padding-right: 32px;
  padding-top: 0.7em;
  padding-bottom: 0.4em;
  line-height: 1;
  font-size: 14px;
}
/*2019_10_17 webattendant end*/


#header #header_area #company_hd .layout_r .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;
}
#header #header_area #company_hd .layout_r .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: #25282a;
  font-size: 18px;
  position: relative;
}
/*                sidebar
======================================================= */
/*                footer
======================================================= */
#footer #footer_area .ft_layout {
  overflow: hidden;
  border-top: 1px #dcdcdc solid;
  padding-top: 21px;
  padding-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
#footer #footer_area .ft_layout {
  padding-bottom: 10px;
}
}

@media only screen and (max-width: 1024px) {
#footer #footer_area .ft_layout {
  text-align: center;
}
}
#article #footer #footer_area .ft_layout {
/*border-top: none;*/ /*20180815修正*/
}
#footer #footer_area .ft_layout p {
  color: #5a5a5a;
  font-size: 75%;
}

@media only screen and (max-width: 900px) {
#footer #footer_area .ft_layout p {
  text-align: left;
}
}

@media only screen and (max-width: 400px) {
#footer #footer_area .ft_layout p {
  font-size: 62.5%;
}
}
#footer #footer_area .ft_layout .ft_l {
  float: left;
}

@media all and (-ms-high-contrast: none) {
#footer #footer_area .ft_layout .ft_l {
  position: relative;
  top: 2px;
}
}

@media only screen and (max-width: 1024px) {
#footer #footer_area .ft_layout .ft_l {
  float: none;
  margin-bottom: 10px;
}
}
#footer #footer_area .ft_layout .ft_r {
  float: right;
}

@media only screen and (max-width: 1024px) {
#footer #footer_area .ft_layout .ft_r {
  float: none;
}
}
#footer #footer_area .ft_layout .ft_r #ft_logo {
  display: inline-block;
  width: 168px;
  height: auto;
}
#footer #footer_area .ft_layout .ft_r .copy {
  display: inline-block;
  font-size: 10px;
}

@media all and (-ms-high-contrast: none) {
#footer #footer_area .ft_layout .ft_r .copy {
  position: relative;
  top: -5px;
}
}

@media only screen and (max-width: 1024px) {
#footer #footer_area .ft_layout .ft_r .copy {
  display: block;
  margin-top: 5px;
}
}

@media only screen and (max-width: 900px) {
#footer #footer_area .ft_layout .ft_r .copy {
  text-align: center;
}
}
/*                sp
======================================================= */
#sp_menu_btn {
  cursor: pointer;
}

@media only screen and (min-width: 901px) {
#sp_menu_btn {
  display: none !important;
}
}
#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;
}

@media only screen and (max-width: 1024px) {
#sp_menu_btn.menu-trigger {
  margin-top: 10px;
}
}

@media only screen and (max-width: 900px) {
#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);
}
#sp_navi {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 901px) {
#sp_navi {
  display: none !important;
}
}
#sp_navi #sp_menu {
    position: fixed;
    z-index: 9999;
    top: 50px;
    width: 100%;
  background-color: rgba(68, 68, 68, 0.9);
}
#sp_navi #sp_menu #sp_menu_wrap .search_box {
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  padding: 15px;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label {
  display: block;
  position: relative;
  width: 100%;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 35px;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
#sp_navi #sp_menu #sp_menu_wrap .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: #69697a;
  font-size: 20px;
  position: relative;
}
#sp_navi #sp_menu #sp_menu_wrap #gnavi li a {
  font-size: 87.5%;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 1.5em;
}
#sp_navi #sp_menu #sp_menu_wrap #gnavi li + li {
  border-top: 1px rgba(0, 0, 0, 0.3) solid;
}
#sp_navi #sp_menu #sp_menu_wrap #gnavi li#contract a {
  position: relative;
}
#sp_navi #sp_menu #sp_menu_wrap #gnavi li#contract a:after {
  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: "\e91b";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5em;
}
.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 li {
  font-size: 87.5%;
  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;
/*  transition: all 1s ease;  */
  min-height: 1.5em;
}
.tag_list.open{
  height: auto;
}
.tag_list li{
  line-height: 1.8;
  font-size: 13px;
}
.tag_list li.open_tag_btn{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0.8em 0.4em 0em;
  background-color: rgba(255,255,255,0.7);
  color: #1db2d4;
  cursor: pointer;
  margin-bottom: 0;
}
.tag_list li.open_tag_btn i{
  display: inline-block;
  border: 1px solid #1db2d4;
  padding: 0 0.2em;
  cursor: pointer;
  background-color: #fff;
}
.tag_list li.open_tag_btn:hover{
  background-color: rgba(255,255,255,1);
}
.tag_list.open li.open_tag_btn i span{
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: center;
}
.tag_list.open li.open_tag_btn{
  position: relative;
}
.tag_list.no_close_tag li.open_tag_btn{
  display: none;
}
@media only screen and (min-width: 768px){
  .list_panel .tag_list{
    height: auto;
  }
  .list_panel .tag_list li.open_tag_btn{
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
.tag_list li {
  line-height: 1.1;
}
}
@media only screen and (max-width: 900px) {
.tag_list li {
  font-size: 70%;
}
}
@media only screen and (min-width: 1025px) {
.tag_list li a:hover {
  opacity: 1.0;
}
.tag_list li a:hover:after {
  width: 100%;
}
}


/*===========
PRTPROJ-683_210507
=========== /
/必須項目*/
label span.required {
color: #dd3f61;
margin-left: 1em;
font-weight: bold;
}
/*送信ボタン*/
button {
cursor: pointer;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
-webkit-appearance: none;
}
button input{
-webkit-appearance: none;
}
button:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
}
button.c_blue {
background: #237dcd;
}
button.c_blue input {
background: #237dcd;
text-align-last: center;
color: #fff;
font-size: 1.3em;
font-weight: bold;
}
button.h_60 {
width: 210px;
height: 60px;
border-radius: 30px;
}
button.w_250 {
width: 250px;
}
div.info_btn {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
justify-content: center;
}
/*フォーム前のエラー文非表示*/
div.screen-reader-response{
display: none;
}
/*必須項目エラーメッセージ*/
span.wpcf7-not-valid-tip {
position: relative;
display: inline-block;
width: 100%;
text-align: center;
color:#FFF;
padding: .5em;
background-color: #f78f5f;
border-radius: 5px;
margin-top:1em;
}
span.wpcf7-not-valid-tip:before {
content: '';
position: absolute;
display: block;
z-index: 1;
border-style: solid;
border-color: #f78f5f transparent;
border-width: 0 10px 10px 10px;
top: -10px;
left: 50%;
margin-left: -10px;
}
/*送信成功*/
div.wpcf7-mail-sent-ok {
color: #5a2be8;
padding: 10px;
text-align: center;
font-weight: bold;
}
/*送信NG*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
color: #f30000;
padding: 10px;
text-align: center;
font-weight: bold;
}
/*送信失敗*/
div.wpcf7-mail-sent-ng {
color: #f30000;
padding: 10px;
text-align: center;
font-weight: bold;
}

/*スパムなどで送信ブロックされた場合*/
div.wpcf7-spam-blocked {
color: #f30000;
padding: 10px;
text-align: center;
font-weight: bold;
}

/*
 * リンク/メール/電話のアイコンを付記するクラス
 * 20210729 suzuki add
 * 
 */
a.exLink::after {
	display: inline-block;
	text-decoration: none;
	margin: 0 6px;
    font-family: FontAwesome;
    vertical-align: middle;
	font-size: 110%;
    content: '\f08e';
}
a.mailLink::after {
	display: inline-block;
	text-decoration: none;
    margin: 0 6px;
    font-family: FontAwesome;
    vertical-align: middle;
	font-size: 110%;
    content: '\f0e0';
}
a.telLink::after {
	display: inline-block;
	text-decoration: none;
    margin: 0 6px;
    font-family: FontAwesome;
    vertical-align: middle;
	font-size: 110%;
    content: '\f095';
}