@charset "utf-8";


/* ---------------------------------------------
 base modules
------------------------------------------------ */

.body {
  clear:both;
}

.wrap{
  position: relative;
  clear:both;
  overflow: auto;
}

a.button {
  display: block;
  margin: 0 auto;
  width: 196px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
}

a.button01 {
  border-color: #999;
  background-color: #fff;
  color: #999;
}

a.button02 {
  border-color: #fff;
  background-color: #fff;
  color: #999;
}

a.button03 {
  border-color: #fff;
  background-color: #f7b216;
  color: #fff;
}

a.button04 {
  border-color: #ddd;
  background-color: #fff;
  color: #333;
}

/* ---------------------------------------------
 header
------------------------------------------------ */

.header {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.header .inner {
  z-index: 2;
}

.utility-navigation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.utility-navigation ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.only-gmenu {
  display: none;
}

/* ------ title -------------------------------- */

.page-title {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #ef7b1b;
}

.page-title h1,
.page-title div{
  margin:0 auto;
  color: #000;
  text-align:left;
  font-weight:bold;
}


/* ---------------------------------------------
 footer
------------------------------------------------ */

.footer {
  clear:both;
  background:#fafafa;
}

.footer .inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.contact-box {
  background-color: #fff;
  margin: 40px auto 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 99;
}

.contact-box .inner {
  background-color: #f4f4f4;
  display: block;
  padding: 30px;
}

.contact-box .link-box::after {
  display: none;
}
.contact-box .link-box a {
  width: 49%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  color: #333;
  border: 2px solid #ef7b1b;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.contact-box .link-box a .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ef7b1b;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index:  10;
}
.contact-box .link-box a .img {
  width: 50%;
  text-align: center;
}
.contact-box .link-box a .img img {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.contact-box .link-box a:nth-of-type(2) .img img,
.contact-box .link-box a:nth-of-type(4) .img img {
  padding: 5px;
}
.contact-box .link-box a:nth-of-type(3) .img img,
.contact-box .link-box a:nth-of-type(4) .img img {
  width: 60%;
}
.content .contact-box .link-box a,
.content .contact-box .link-box a:link {
  text-decoration: none;
}
.contact-box .link-box a .title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}
.contact-box .link-box a .title::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.contact-box .link-box a .small {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  padding-left: 12px;
}
.contact-box .contact-bnr {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 60%
}
.contact-box .contact-bnr_top {
  align-items: flex-start!important;
}


.contact-box .contact-bnr a {
  text-align: center;
  width: 30%;
  margin: 10px;
  color: #333;
  text-decoration: none;
}
.contact-box .contact-bnr a img {
  width: 100%;
}
.info .sns li {
  display: inline-block;
}


.copyright{
  color:#999;
}

.news-title{
  position: relative;
}

.blog-title{
  position: relative;
}

.news-area .btn {
  position: absolute;
}

.news-area .btn a {
  display: block;
  border: 2px solid #ef7b1b;
  background-color: #ef7b1b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.blog-area .btn {
  position: absolute;
}

.blog-area .btn a {
  display: block;
  border: 2px solid #ef7b1b;
  background-color: #ef7b1b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.news-list li {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.news-list li.news-detail {
  cursor: pointer;
}

.news-list li.news-detail:hover {
  background-color: #fafafa;
}

.news-list li > span {
  position: relative;
  padding: 0 20px 0;
}

.news-list li > time::after,
.news-list li > span::after {
  position: absolute;
  top: 50%;
  width: 2px;
  background-color: #adadad;
  content: '';
  transform: translateY(-50%);
}

.news-list li > time::after ,
.news-list li > span::after {
  right: 0;
}

.news-list a ,
.news-list p {
  color: #333;
  text-decoration: none !important;
}

.news-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.event-box ,
.summary-box {
  position: relative;
}

.event-box .thumbnail ,
.summary-box .thumbnail {
  overflow: hidden;
}

.event-box .thumbnail::after ,
.summary-box .thumbnail::after {
  display: none;
}

.event-box .thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.summary.-works,
.voice .summary {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .summary.-works .summary-box,
.voice .content .summary .summary-box {
  float: none;
}
.summary-box .thumbnail img {
  transition: 0.3s;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.-works .summary-box .thumbnail img,
.staff-content .summary-box .thumbnail img {
  transition: 0.3s;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
/* IE ------ */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .summary-box .thumbnail{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
  *::-ms-backdrop, .summary-box a .thumbnail::before {
		content: " ";
		display: block;
		height: 180px;
	}
  *::-ms-backdrop, .voice .summary-box a .thumbnail::before,
  *::-ms-backdrop, .-works .summary-box a .thumbnail::before,
  *::-ms-backdrop, .staff-content .summary-box a .thumbnail::before {
		content: " ";
		display: block;
		height: 240px;
	}
  *::-ms-backdrop, .summary-box a .thumbnail img {
    object-fit: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
}
.summary.-works::after,
.summary.-voice::after,
.summary.-voice::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.summary.-voice::before {
  order: -1;
}

.other h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #f7b216 !important;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.other h2::before ,
.other h2::after {
  height: 1px;
  background-color: #f7b216;
  content: '';
  flex: 1 0 1%;
}

.event-box p {
  display: inline-block !important;
  margin: 0 !important;
  color: #999 !important;
  font-weight: bold;
}

.event-box a ,
.summary-box a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  text-decoration: none !important;
  font-weight: bold;
}

.event-box a::before ,
.summary-box a::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
}


/* 検索エリア */
.searchArea {
  display: flex;
  flex-wrap: wrap;
}

.searchArea-left {
  margin: 30px 0 0;
  width: 100%;
  display: none;
}

.searchArea-right {
  width: 100%;
  margin-top: 11px;
}
.searchArea-right p {
  text-align: center;
}

/* 検索窓 */
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 300px;
  overflow: hidden;
  margin: 0 0 0 450px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #EF7B1B;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.searchKeyword {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -65px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
}

.searchKeyword .searchKeyword-inner {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0);
}

.searchKeyword .searchKeyword-inner ul {
  margin-top: 0px!important;
}

.searchKeyword .searchKeyword-inner ul li {
  border: 1px solid #eee;
  border-bottom: none;
  padding-left: 30px;
  background-color: #fff;
}

.searchKeyword .searchKeyword-inner ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #999;
  font-size: 90%;
  padding-left: 20px;
}

.searchKeyword .searchKeyword-inner ul li:last-child {
  border-bottom: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.searchKeyword .searchKeyword-inner ul li a {
  pointer-events: auto;
}

/* タグ */
ul.tag {
  margin-top: 5px!important;
  height: 68px;
  overflow: hidden;
}

ul.tag li {
  border: 1px solid #F7B216;
  background-color: #F7B216;
  color: #fff;
  padding: 3px 10px!important;
  margin: 5px 0 0!important;
  border-radius: 20px;
  display:inline-block;
  font-size: 14px;
  line-height: 1.2;
}
ul.tag li:before {
  content:"#";
}
#build ul.tag li {
  margin-right: 5px!important;
}

.sidebar .local-navigation h2{
  margin: 0;
  font-weight:bold;
  display: flex;
  align-items: center;
}
.sidebar .local-navigation h2 span {
  position: relative;
  margin-left: 10px;
  border-radius: 100px;
  background: #f7b216;
  width: 20px;
  height: 20px;
}
.sidebar .local-navigation h2 .icon-accordion:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 10px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sidebar .local-navigation h2 .icon-accordion:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 2px; 
	background-color: #fff;
	transition: .3s;
}
.sidebar .local-navigation h2 .icon-accordion.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.sidebar .local-navigation h2 .icon-accordion.on:after{
	background-color: transparent;
}
.sidebar .local-navigation ul {
  display: none;
}
.sidebar .local-navigation ul:not(.tag) li a {
  display: block;
}

.sidebar .local-navigation ul:not(.tag) li a:link,
.sidebar .local-navigation ul:not(.tag) li a:visited,
.sidebar .local-navigation ul:not(.tag) li a:hover,
.sidebar .local-navigation ul:not(.tag) li a:active{
  color: #333;
  text-decoration:none;
}

.sidebar .local-navigation ul:not(.tag) li a:hover {
  background-color: #f3f3f3;
}

.sidebar .local-navigation .tag.on {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar .local-navigation .tag a {
  display: inline-block;
  border: 1px solid #666;
  border-radius: 5px;
}

.sidebar .local-navigation .tag a ,
.sidebar .local-navigation .tag a:link ,
.sidebar .local-navigation .tag a:visited ,
.sidebar .local-navigation .tag a:hover ,
.sidebar .local-navigation .tag a:active {
  color: #666;
  text-decoration: none;
  line-height: 1;
}

.sidebar .local-navigation .tag a:hover {
  background-color: #eee;
}

.sidebar .banner{
  margin-top:0;
}

.sidebar .banner li{
  margin-bottom:10px;
}

.sidebar .local-navigation .tag li {
  border: none;
  background: none;
  color: inherit;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  padding: 0!important;
  margin: 0 5px 5px 0!important;
}
.sidebar .local-navigation .tag li::before {
  display: none;
}

.mlnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.mlnav li > a ,
.mlnav li > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-color: #f7b216;
  background-color: #fff !important;
  color: #f7b216 !important;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.2;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.mlnav li > span {
  background-color: #f7b216 !important;
  color: #fff !important;
}

.mlnav a span {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.mlnav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px!important;
}
.mlnav li {
  margin: 20px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
}

.thumbnav {
  position: relative;
}

.thumbnav-item {
  outline: none;
  cursor: pointer;
}

.thumbnav .slick-arrow {
  outline: none;
  border: 0;
  border-bottom: 2px solid #f7b216;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.thumbnav .slick-next {
  right: 0;
  border-right: 2px solid #f7b216;
  transform: rotate(-45deg);
}

.thumbnav .slick-prev {
  left: 0;
  border-left: 2px solid #f7b216;
  transform: rotate(45deg);
}

#blog .acms-entry {
	margin-bottom: 50px;
}


@keyframes headerFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sp-tel {
  color: inherit !important;
}

@media only screen and (min-width: 769px) {
  a.button {
    padding: 11px 0;
    border-radius: 20px;
    font-size: 14px;
  }

  a.button01:hover {
    background-color: #999;
    color: #fff;
  }

  a.button02:hover {
    border-color: #999;
    background-color: #999;
    color: #fff;
  }

  a.button04:hover {
    background-color: #ddd;
    color: #fff;
  }

  .sp-tel {
    pointer-events: none;
  }

  .content a.sp-tel {
    text-decoration: none !important;
  }

  .sp { display: none; }
  .menu-btn ,
  .sp-contact {
    display: none;
  }

  .body {
    min-width: 1200px;
    font-size: 16px;
  }

  .inner {
    margin: 0 auto;
    width: 1200px;
  }

  .wrap {
    padding-top: 188px;
  }

  .header {
    position:absolute;
    min-width: 1200px;
  }

  .header .inner {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .header .utility-navigation ul {
    width: 285px;
  }

  .header .utility-navigation ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px 0;
    height: 34px;
    border-width: 2px;
    border-style: solid;
    border-color: #f7b216;
    border-radius: 17.5px;
    background-color: #f7b216;
    font-size: 14px;
  }

  .header .utility-navigation ul li a:hover {
    background-color: #fff;
    color: #f7b216;
  }

  .header .header-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .header .header-content::after {
    display: none;
  }

  .header .header-content ul {
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 18px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-webkit-justify-content: space-between;  /* Safari etc. */
	-ms-justify-content: space-between;  /* IE10        */
	justify-content: space-between;
	-webkit-flex-wrap: wrap;  /* Safari etc. */
	-ms-flex-wrap: wrap;  /* IE          */
	flex-wrap: wrap;  /* = flex-direction:row;flex-wrap:wrap; */
  }

  .header .header-content ul::before {
    position: absolute;
    top: 2px;
    left: 26%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #bfbfbf;
    content: '';
  }

  .header .header-content ul::after {
    position: absolute;
    top: 2px;
    right: 43%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #bfbfbf;
    content: '';
  }

  .header .header-content ul li {
    padding: 2px 0;
    line-height: 1;
  }

  .header .header-content ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  .header .header-content ul li a:hover {
    color: #666;
  }

  .header .header-content .freedial {
    padding-left: 37px;
    background: url(../images/icon_freedial.png) no-repeat left center;
    color: #000;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1;
  }

  .header .gnav-sp {
    display: none;
  }

  .header.fixed .global-navigation {
    width: 100%;
    height: 50px;
  }

  .header.fixed .gnav-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }

  .header.fixed .gnav-pc li {
    height: 50px;
  }

  .header.fixed .gnav-pc > li {
    width: 45px;
    background-color: #f7b216;
    background-size: 27px auto;
    transition: width .2s;
    -webkit-background-size: 27px auto;
  }

  .header.fixed .gnav-pc:not(:hover) > li.current,
  .header.fixed .gnav-pc > li.active {
    width: calc(100% - 135px);
    background-color: #ef7b1b;
    transition: width .4s;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .header.fixed .gnav-pc > li:not(:last-child) {
    margin-right: 1px;
  }

  .header.fixed .gnav-pc > li ul {
    overflow: hidden;
    width: 0;
  }

  .header.fixed .gnav-pc:not(:hover) > li.current ul,
  .header.fixed .gnav-pc > li.active ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
    -ms-align-items: center;
    align-items: center;
  }

  .header.fixed .gnav-pc > li a {
    white-space: nowrap;
    font-size: 14px;
  }

  .header.fixed .gnav-pc .global-nav-category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: left;
    padding-right: 10px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
  }

  .header.fixed .gnav-pc .global-nav-category > span {
    display: none;
  }

  .header.fixed .gnav-pc:not(:hover) > li.current .global-nav-category > span,
  .header.fixed .gnav-pc > li.active .global-nav-category > span {
    display: inline;
  }

  .header.fixed .global-nav01 {
    background-image: url(../images/icon_home_white.png);
  }

  .header.fixed .global-nav02 {
    background-image: url(../images/icon_reform_white.png);
  }

  .header.fixed .global-nav03 {
    background-image: url(../images/icon_tenpo_white.png);
  }

  .header.fixed .global-nav04 {
    background-image: url(../images/icon_company_white.png);
  }

  .header.fixed .global-nav01 ,
  .header.fixed .global-nav02 ,
  .header.fixed .global-nav03 ,
  .header.fixed .global-nav04 {
    background-position: 8px center;
  }

  .header.fixed .global-nav01 .global-nav-category {
    padding-left: 33px;
  }

  .header.fixed .global-nav02 .global-nav-category ,
  .header.fixed .global-nav03 .global-nav-category ,
  .header.fixed .global-nav04 .global-nav-category {
    padding-left: 35px;
  }

  .header.fixed .global-nav01 .global-nav-category > span {
    padding-left: 15px;
  }

  .header.fixed .global-nav02 .global-nav-category > span ,
  .header.fixed .global-nav03 .global-nav-category > span ,
  .header.fixed .global-nav04 .global-nav-category > span {
    padding-left: 10px;
  }

  .header.fixed .gnav-pc > li ul li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 50px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .header.fixed .gnav-pc > li ul a {
    padding: 0 10px;
    line-height: 1.2;
  }

  .header.fixed .gnav-pc > li ul a::before ,
  .header.fixed .gnav-pc > li ul a::after {
    position: absolute;
    content: '';
  }

  .header.fixed .gnav-pc > li ul a::before {
    top: 50%;
    left: 0;
    margin-top: -6.5px;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }

  .header.fixed .gnav-pc > li ul a::after {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .header .gnav-pc > li {
    position: relative;
    background-repeat: no-repeat;
  }

  .header .gnav-pc > li ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .header:not(.fixed) {
    display: block !important;
    height: 190px;
    opacity: 1 !important;
  }

  .header:not(.fixed) .inner {
    height: 190px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .header:not(.fixed) .logo {
    position:absolute;
    top: 18px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 160px;
    text-align: center;
  }

  .header:not(.fixed) .logo-img01 {
    width: 93px;
  }

  .header:not(.fixed) .logo-txt {
    margin-bottom: 8px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
  }

  .header:not(.fixed) .logo-img02 {
    display: none !important;
    opacity: 0 !important;
  }

  .header:not(.fixed) .header-content {
    position: absolute;
    right: 0;
    bottom: 19px;
    width: 510px;
  }

  .header:not(.fixed) .utility-navigation {
    position: absolute;
    top: 84px;
    right: 0;
  }

  .header:not(.fixed) .gnav-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .header:not(.fixed) .gnav-pc > li {
    width: 120px;
    height: 105px;
    border-bottom: 3px solid #f7b216;
  }

  .header:not(.fixed) .gnav-pc:not(:hover) > li.current,
  .header:not(.fixed) .gnav-pc > li.active {
    border-bottom-color: #ef7b1b;
  }

/* .header:not(.fixed) .global-navigation > ul > li.active ul {
    visibility: visible; */

/* opacity: 1; */

  .header:not(.fixed) .gnav-pc > li:not(:last-child) {
    margin-right: 1px;
  }

  .header:not(.fixed) .gnav-pc > li:hover {
    border-bottom-color: #ef7b1b;
  }

  .header:not(.fixed) .global-nav-category {
    display: block;
    padding-top: 55px;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header:not(.fixed) .global-nav01 {
    background-image: url(../images/icon_home_off.png);
    background-position: center 6px;
  }

  .header:not(.fixed):not(:hover) .global-nav01.current,
  .header:not(.fixed) .global-nav01.active ,
  .header:not(.fixed) .global-nav01:hover {
    background-image: url(../images/icon_home_on.png);
  }

  .header:not(.fixed) .global-nav02 {
    background-image: url(../images/icon_reform_off.png);
    background-position: center 6px;
  }

  .header:not(.fixed):not(:hover) .global-nav02.current,
  .header:not(.fixed) .global-nav02.active ,
  .header:not(.fixed) .global-nav02:hover {
    background-image: url(../images/icon_reform_on.png);
  }

  .header:not(.fixed) .global-nav03 {
    background-image: url(../images/icon_tenpo_off.png);
    background-position: center 2px;
  }

  .header:not(.fixed):not(:hover) .global-nav03.current,
  .header:not(.fixed) .global-nav03.active ,
  .header:not(.fixed) .global-nav03:hover {
    background-image: url(../images/icon_tenpo_on.png);
  }

  .header:not(.fixed) .global-nav04 {
    background-image: url(../images/icon_company_off.png);
    background-position: center top;
  }

  .header:not(.fixed):not(:hover) .global-nav04.current,
  .header:not(.fixed) .global-nav04.active ,
  .header:not(.fixed) .global-nav04:hover {
    background-image: url(../images/icon_company_on.png);
  }

  .header:not(.fixed) .global-nav-category > span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 32px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .header:not(.fixed) .gnav-pc > li ul {
    border-top: solid 1px transparent;
    position: absolute;
    top: 105px;
    left: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
  }

  .header:not(.fixed) .gnav-pc > li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .header:not(.fixed) .gnav-pc > li ul li {
    margin-bottom: 1px;
    width: 120px;
    height: 35px;
  }

  .header:not(.fixed) .gnav-pc > li ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 35px;
    background-color: #ef7b1b;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .header.fixed {
    position: fixed;
    height: 130px;
    animation: headerFade .6s;
  }

  .header.fixed::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-color: #ef7b1b;
    content: '';
  }

  .contact .header.fixed {
    height: 80px;
  }

  .contact .header.fixed .inner {
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact .header.fixed .inner::after {
    display: none;
  }

  .contact .header.fixed::before {
    height: 3px;
  }

  .contact .header:not(.fixed) .header-content,
  .contact .header.fixed .header-content {
    width: auto;
    margin-right: 0;
  }

  .contact .container .topic-path {
    border-top: 3px solid #ef7b1b;
    margin-top: 20px;
  }

  .header.fixed .inner {
    height: 120px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }

  .header.fixed .logo {
    width: 192px;
    margin: 0 28px 12px 0;
    padding-top: 10px;
  }

  .header.fixed .logo-txt {
    display: none;
  }

  .header.fixed .logo-img01 {
    display: none !important;
    opacity: 0 !important;
  }

  .header.fixed .logo-img02 {
    height: 58px;
    width: auto;
  }

  .header.fixed .header-content {
    margin-right: 20px;
    width: 570px;
  }

  .gnav-pc .outer::after {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 9px;
    background: url(../images/icon_outer_white.png) no-repeat left top;
    background-size: 10px 9px;
    color: #999;
    content: '';
    -webkit-background-size: 10px 9px;
  }

  .global-navigation li.sp{ display: none!important;}

  .gmenu {
    display: none !important;
  }

  .contact-box .link-box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-box .link-box a:hover * {
    opacity: 0.7;
  }
  contact-box .link-box a:hover img {
    opacity: 1;
  }

  .contact-box .txt {
    font-size: 18px;
  }

  .contact-box .tel {
    padding-left: 60px;
    font-size: 60px;
  }

  .contact-box .tel::before {
    width: 40px;
    height: 26px;
  }

  .contact-box .contact a {
    padding: 13px 0;
    width: 406px;
    border-radius: 24px;
    font-size: 18px;
  }

  .contact-box .contact a:hover {
    background-color: #fff;
    color: #ef7b1b;
  }

  .footer a,
  .footer a:link,
  .footer a:hover,
  .footer a:visited,
  .footer a:active {
    text-decoration:none;
  }

  .footer a:hover {
    color: #000;
  }

  .footer > .inner {
    padding: 30px 0;
  }

  .footer > .inner .info {
    width: 250px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 181px;
  }

  .footer-address{
    margin-bottom: 20px;
  }

  .footer .sns {
    margin-bottom: 20px;
  }

  .footer .sns li {
    margin-right: 5px;
  }

  .footer .sns img {
    width: 40px;
    height: auto;
  }

  .copyright{
    font-size: 11px;
  }

  .footer-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 45px;
    border-left: 1px solid #999;
    -webkit-flex: 1 0 1%;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    -o-flex: 1 0 1%;
    flex: 1 0 1%;
  }

  .footer-navigation ul:not(:first-child) {
    margin-left: 60px;
  }

  .footer-navigation ul:first-child li ,
  .footer-navigation ul li:first-child {
    font-weight: bold;
  }

  .footer-navigation li {
    display: block;
  }

  .footer-navigation li:not(:first-child) {
    margin-top: 10px;
  }

  .footer-navigation a {
    color: #666;
    font-size: 14px;
  }

  .footer-navigation .category {
    color: #ef7b1b;
    font-size: 16px;
  }

  .footer-navigation a.extralink::after {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 9px;
    background: url(../images/icon_outer.png) no-repeat left top;
    background-size: 10px 9px;
    color: #999;
    content: '';
    -webkit-background-size: 10px 9px;
  }

  .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }

  .container::after ,
  .container-inner::after {
    display: none;
  }

  .content {
    margin-bottom: 50px;
    -webkit-flex: 1 0 1%;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    -o-flex: 1 0 1%;
    flex: 1 0 1%;
  }

  .page-title {
    padding: 49px 20px 49px 0;
    border-bottom-width: 3px;
  }

  .page-title h1,
  .page-title div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 30px;
    -ms-align-items: center;
    align-items: center;
  }

  .page-title h1 span ,
  .page-title div span {
    margin-right: 16px;
    font-size: 16px;
  }

  .sidebar {
    margin-left: 50px;
    padding-top: 20px;
    width: 310px;
    border-left: 1px solid #ddd;
  }

  .container .topic-path {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #ddd;
    color: #666;
    list-style: none;
    text-align:left;
    font-size: 12px;
    -ms-align-items: center;
    align-items: center;
  }

  .topic-path li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 33px;
    -ms-align-items: center;
    align-items: center;
  }

  .topic-path li:not(:last-child) {
    position: relative;
    margin-right: 14px;
  }

  .topic-path li:not(:last-child)::before ,
  .topic-path li:not(:last-child)::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #eee;
    content: '';
  }

  .topic-path li:not(:last-child)::before {
    top: 0;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .topic-path li:not(:last-child)::after {
    bottom: 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .topic-path a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -ms-align-items: center;
    align-items: center;
  }

  .topic-path li:first-child span {
    padding: 0 20px;
  }

  .topic-path li:not(:first-child) span {
    padding: 0 20px 0 0;
  }

  .topic-path a,
  .topic-path a:link,
  .topic-path a:hover,
  .topic-path a:visited,
  .topic-path a:active {
    color:#666;
    text-decoration:none;
  }

  .news-title{
    margin-bottom: 25px;
  }

  .news-area h2 {
    font-size: 23px;
  }

  .blog-title{
    margin-bottom: 25px;
  }

  .blog-area h2 {
    font-size: 23px;
  }

  .news-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 16px 0;
    -ms-align-items: center;
    align-items: center;
  }

  .news-list a:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
  }

  .news-list a > span {
    position: relative;
    z-index: 2;
  }

  .news-list time {
    position: relative;
    z-index: 2;
    padding: 0 20px 0 10px;
    width: 80px;
  }

  .news-list li > span {
    position: relative;
    z-index: 2;
  }

  .news-list li > time::after,
  .news-list li > span::after {
    height: 16px;
  }

  .news-list p ,
  .news-list a {
    padding-left: 20px;
    -webkit-flex: 1 0 1%;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    -o-flex: 1 0 1%;
    flex: 1 0 1%;
  }

  .summary {
    margin: 60px 0 0 -27px;
  }

  .summary.-works {
    position: relative;
    z-index: 10;
  }
  .searchKeyword .searchKeyword-inner {
    margin: 0px auto 0;
  }

  .summary-box {
    display: inline;
    float: left;
    margin-bottom: 25px;
    margin-left: 27px;
    width:calc(25% - 27px);
  }

  .content .summary.-works .summary-box {
    width:calc(33% - 27px);
  }

  .voice .content .summary .summary-box {
    width:calc(25% - 27px);
  }

  .content .summary-box p {
    margin-top: 10px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 1.2;
  }

  .content .summary.-works .summary-box p.title,
  .content .summary.-works .summary-box p.under_title {
    padding: 0px;
  }

  .content .summary.-works .summary-box p.under_title {
    margin-top: 0;
  }

  .event-box p {
    padding: 0 4px;
    font-size: 14px;
  }

  .event-box p span {
    font-size: 18px;
  }

  .summary-box a ,
  .event-box a {
    padding: 0 4px;
    font-size: 14px;
  }

  .summary-box a {
    font-size: 18px;
  }

  .event-head a:hover {
    background-color: #fff;
    color: #f7b216;
  }

  .event-box:hover a::before {
    border: 2px solid #f7b216;
  }

  .summary-box:hover a ,
  .summary-box:hover p {
    color: #ef7b1b !important;
  }

  .other h2 {
    font-size: 20px !important;
  }

  .other h2::before {
    margin-right: 10px;
  }

  .other h2::after {
    margin-left: 10px;
  }

  .other .button04 {
    padding: 16px 0 6px;
    width: 276px;
    height: 24px;
    border-radius: 25px;
  }

  .sidebar .local-navigation{
    margin-bottom: 0px;
  }

  .sidebar .local-navigation h2{
    padding:22px 38px 0;
    font-size: 18px;
  }
  .sidebar .local-navigation h2 + ul {
    padding-top: 10px;
  }
  .sidebar .local-navigation ul:not(.tag) {
    margin-bottom: 30px;
  }

  .sidebar .local-navigation ul span{
  }

  .sidebar .local-navigation ul:not(.tag) li {
  }

  .sidebar .local-navigation ul:not(.tag) li p ,
  .sidebar .local-navigation ul:not(.tag) li a {
    padding: 12px 38px;
    font-size: 15px;
  }


  .sidebar .local-navigation .tag {
    padding-left: 38px;
    height: auto;
  }
  .sidebar .local-navigation .tag a {
    padding: 7px 10px;
    border-radius: 5px;
  }
  .sidebar .local-navigation .tag a::before {
    content: "#";
  }

  .sidebar .local-navigation .tag a ,
  .sidebar .local-navigation .tag a:link ,
  .sidebar .local-navigation .tag a:visited ,
  .sidebar .local-navigation .tag a:hover ,
  .sidebar .local-navigation .tag a:active {
    font-size: 14px;
    line-height: 1;
  }

  .mlnav {
    margin: 50px 0 0 !important;
  }

  .mlnav li {
    width: 280px;
    height: 100px;
  }

  .mlnav li:nth-of-type(3) {
    letter-spacing: -2px;
  }

  .mlnav li:nth-of-type(3) span {
    letter-spacing: 0;
  }

  .mlnav li > a ,
  .mlnav li > span {
    width: 274px;
    height: 94px;
    border-width: 3px;
    border-radius: 50px 0 50px 0;
    font-size: 24px;
  }

  .mlnav li a:hover {
    background-color: #f7b216 !important;
    color: #fff !important;
  }

  .mlnav li > * > span {
    font-size: 16px;
  }

  .thumbnav {
    margin: 0 auto;
    padding: 0;
  }

  .thumbnav.thumbnav-size1 {
    width: 505px;
  }

  .thumbnav.thumbnav-size2 {
    width: 707px;
  }

  .thumbnav.thumbnav-size3 {
    width: 909px;
  }

  .thumbnav.thumbnav-size4 ,
  .thumbnav.thumbnav-size5 ,
  .thumbnav.thumbnav-size6 ,
  .thumbnav.thumbnav-size7 ,
  .thumbnav.thumbnav-size8 ,
  .thumbnav.thumbnav-size9 ,
  .thumbnav.thumbnav-size10 ,
  .thumbnav.thumbnav-size11 {
    width: 1114px;
  }

  .thumbnav .slick-arrow {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }

  .thumbnav .slick-prev {
    left: -14px;
  }

  .thumbnav .slick-next {
    right: -14px;
  }

}

@media only screen and (max-width: 768px) {
  .container .topic-path {
    display: none;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc { display: none; }

  iframe, div[class*='column-gf-map-'], .js-s2d-ready{ max-width:100%; padding:0!important; }

  .body {
    font-size: 13px;
  }

  a.button {
    padding: 7px 0;
    border-radius: 15px;
    font-size: 12px;
  }

  .inner {
    padding: 0 15px;
    width: 100%;
  }

  .header {
    padding-top: 93px;
    width: 100%;
  }

  .header .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    height: 93px;
    background-color: #fff;
  }

  .header .logo-txt {
    display: none;
  }

  .header .logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 46px;
    height: 64px;
  }

  .header .logo-img01 {
    width: 100%;
  }

  .header .logo-img02 {
    display: none;
  }

  .header .header-content {
    display: none;
  }

  .header .utility-navigation {
    display: none;
  }

  .header .gnav-pc {
    display: none;
  }

  .gnav-sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 70px;
    align-items: normal;
  }

  .gnav-sp > li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 70px;
    background-color: #f7b216;
    background-repeat: no-repeat;
  }

  .gnav-sp > li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  .gnav-sp .global-nav01 {
    background-image: url(../images/icon_home_white.png);
    background-position: center 10px;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
  }

  .gnav-sp .global-nav02 {
    background-image: url(../images/icon_reform_white.png);
    background-position: center 10px;
    background-size: 19px auto;
    -webkit-background-size: 19px auto;
  }

  .gnav-sp .global-nav03 {
    background-image: url(../images/icon_tenpo_white.png);
    background-position: center 9px;
    background-size: 18.5px auto;
    -webkit-background-size: 18.5px auto;
  }

  .gnav-sp .global-nav04 {
    background-image: url(../images/icon_company_white.png);
    background-position: center 8px;
    background-size: 17.5px auto;
    -webkit-background-size: 17.5px auto;
  }


  .gnav-sp .global-nav-category {
    display: block;
    padding-top: 28px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
    text-decoration: none !important;
  }

  .gnav-sp .global-nav-category > span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 42px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  
  .gmenu-navigation {
    overflow: hidden;
  }

  .gnav-sp > li > ul {
    position: absolute;
    top: 70px;
    z-index: 2;
    display: none;
    border: 1px solid #ef7b1b;
  }

  .gnav-sp > li:last-child > ul {
    right: 0;
  }

  .gnav-sp > li > ul > li {
    height: 40px;
    background-color: #fff;
  }

  .gnav-sp > li > ul > li:not(:first-child) {
    border-top: 1px solid #ef7b1b;
  }

  .gnav-sp > li > ul > li a {
    display: block;
    padding: 11px 20px 17px 15px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;

  }

  .gnav-sp > li > ul > li a br {
    display: none;
  }

  .gnav-sp > li.open > ul {
    display: block;
  }

  .gnav-sp .outer::after {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 9px;
    background: url(../images/icon_outer.png) no-repeat left top;
    background-size: 10px 9px;
    color: #999;
    content: '';
    -webkit-background-size: 10px 9px;
  }

  .menu-btn {
    position: absolute;
    top: 9px;
    left: 13px;
    padding-top: 56px;
    width: 67px;
    height: 70px;
    background: url(../images/icon_menu.png) no-repeat center 20px;
    background-size: 16px 14px;
    color: #000 !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    -webkit-background-size: 22px 18px;
  }

  .menu-btn.open {
    background: url(../images/icon_close.png) no-repeat center 20px;
    background-size: 17px auto;
  }

  .open .menu-open ,
  .menu-close {
    display: none;
  }

  .open .menu-close {
    display: block;
  }

  .sp-contact {
    position: absolute;
    top: 9px;
    right: 13px;
    width: 73px;
    height: 70px;
    color: #000 !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .sp-contact a {
    width: 100%;
    background-color: #ef7b1b;
    color: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 7px 0;
    text-decoration: none;
  }
  .gmenu {
    position: fixed;
    top: 93px;
    left: 0;
    z-index: 2000;
    display: none;
    overflow: auto;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100vh - 93px);
    background-color: #eee;
  }

  .gmenu .utility-navigation li {
    width: 50%;
    height: 65px;
    background-color: #ef7b1b;
  }

  .gmenu .utility-navigation li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  .gmenu .utility-navigation li:nth-child(2) {
    width: 50%;
  }

  .gmenu .utility-navigation li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 65px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .menu-gnav > li {
    padding: 0 25px 25px;
    border-bottom: 1px solid #fff;
  }

  .menu-gnav .global-nav-category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 69px;
    background-position: 11px center;
    background-repeat: no-repeat;
    color: #333;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-size: 20px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
  }

  .menu-gnav .global-nav01 .global-nav-category {
    background-image: url(../images/icon_home_on.png);
    background-size: 20px 18px;
    -webkit-background-size: 20px 18px;
  }

  .menu-gnav .global-nav02 .global-nav-category {
    background-image: url(../images/icon_reform_on.png);
    background-size: 19px auto;
    -webkit-background-size: 19px auto;
  }

  .menu-gnav .global-nav03 .global-nav-category {
    background-image: url(../images/icon_tenpo_on.png);
    background-size: 19px 21px;
    -webkit-background-size: 19px 21px;
  }

  .menu-gnav .global-nav04 .global-nav-category {
    background-image: url(../images/icon_company_on.png);
    background-size: 18px 22px;
    -webkit-background-size: 18px 22px;
  }

  .menu-gnav .global-nav-category br {
    display: none;
  }

  .menu-gnav .only-gmenu {
    display: inline;
    margin-left: -3px;
    letter-spacing: -0.3em;
  }

  .menu-gnav > li > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-gnav .global-nav01 > ul {
    height: 200px;
  }

  .menu-gnav .global-nav02 > ul {
    height: 150px;
  }

  .menu-gnav .global-nav03 > ul {
    height: 100px;
  }

  .menu-gnav .global-nav04 > ul {
    height: 200px;
  }

  .menu-gnav .global-nav01 > ul::after ,
  .menu-gnav .global-nav02 > ul::after ,
  .menu-gnav .global-nav03 > ul::after {
    display: block;
    width: 50%;
    height: 49px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    content: '';
  }

  .menu-gnav > li > ul li {
    width: 50%;
    height: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }

  .menu-gnav > li > ul li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    -ms-align-items: center;
    align-items: center;
  }

  .menu-gnav > li > ul li a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    transform: rotate(45deg);
  }

/* .menu-gnav > li > ul li a.extralink::after {
    width: 10px; */

/* height: 9px; */

/* border: 0; */

/* background: url(../images/icon_outer.png) no-repeat left top; */

/* background-size: 10px 9px; */

/* color: #999; */

/* transform: rotate(0); */

/* -webkit-background-size: 10px 9px; */


  .menu-gnav > li > ul li a.extralink::after {
    display: none;
  }
  .menu-gnav > li > ul li a .outer::after {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 9px;
    background: url(../images/icon_outer.png) no-repeat left top;
    background-size: 10px 9px;
    color: #999;
    content: '';
    -webkit-background-size: 10px 9px;
  }

  .gmenu .header-subnav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 25px;
    background-color: #fff;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;  /* Safari etc. */
	-ms-flex-wrap: wrap;  /* IE          */
	flex-wrap: wrap;  /* = flex-direction:row;flex-wrap:wrap; */
  }

  .gmenu .header-subnav li {
    width: 46.153%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
  }
	
  .gmenu .header-subnav li:last-child {
	margin-top: 5px;
  }

  .gmenu .header-subnav li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .footer > .inner {
    padding: 0;
  }

  .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
    width: 100%;
    background-color: #fff;
    -ms-align-items: center;
    align-items: center;
  }

  .info .footer-logo {
    margin-bottom: 15px;
    max-width: 48.4%;
  }

  .info .footer-logo img {
    width: 100%;
  }

  .info .footer-address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    -ms-align-items: center;
    align-items: center;
  }

  .info .footer-address > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .info .footer-address > div p {
    margin: 0 8px;
    font-size: 13px;
  }

  .info .footer-address > div span {
    text-decoration: underline;
  }

  .info .footer-address > div:last-child {
    justify-content: center;
  }

  .info .footer-address > div:last-child p {
    margin: 0 2px;
  }

  .info .sns {
    margin-bottom: 15px;
  }

  .info .sns li {
    margin-right: 10px;
  }
  .info .sns li:last-of-type {
    margin-right: 10px;
  }

  .info .sns li img {
    width: 30px;
    height: auto;
  }

  .info .copyright {
    display: block;
    padding: 15px 0;
    width: 100%;
    background-color: #eee;
    text-align: center;
  }

  .footer-navigation {
    display: none;
  }

  .container {
  }

  .content {
    padding: 0 15px 20px;
  }

  .page-title {
    margin-bottom: 20px;
    padding: 20px 10px;
    border-bottom-width: 2px;
  }

  .page-title h1,
  .page-title div{
    font-size: 24px;
  }

  .page-title h1 span ,
  .page-title div span {
    display: block;
    font-size: 14px;
  }

  .news-title {
    padding: 15px;
  }

  .news-area h2 {
    font-size: 15px;
    line-height: 1;
  }

  .blog-title {
    padding: 15px;
  }

  .blog-area h2 {
    font-size: 15px;
    line-height: 1;
  }

  .news-list li {
    padding: 14px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
  }

  .news-list li > span {
    padding: 0 10px;
  }

  .news-list time {
    padding: 0 12px 0 0;
    position: relative;
  }

  .news-list li > time::after,
  .news-list li > span::after {
    height: 14px;
  }

  .news-list time.news-time::after {
    display: none;
  }

  .news-list p ,
  .news-list a {
    display: block;
    padding-top: 6px;
    line-height: 1.2;
  }

  .summary {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .summary::after {
    display: none;
  }

  .summary.-works {
    position: relative;
    z-index: 10;
  }

  .summary-box ,
  .event-box {
    margin-bottom: 15px;
    min-height: 150px;
    width: 47.826%;
  }
  .content .summary.-works .summary-box,
  .voice .content .summary .summary-box {
    width: 100%;
  }

  .summary-box .thumbnail ,
  .event-box .thumbnail {
    margin-bottom: 8px;
    position: relative;
    width: 100%;
  }
  .event-box .thumbnail img {
    height: 120px;
  }
  .summary-box .thumbnail img {
    height: 120px;
  }
  .voice .summary-box .thumbnail img,
  .-works .summary-box .thumbnail img,
  .staff-content .summary-box .thumbnail img {
    height: 240px;
  }

  .content .summary-box p {
    font-size: 12px;
  }
  .content .summary.-works .summary-box p {
    margin-bottom: 5px;
  }
  .content .summary.-works .summary-box p.title {
    margin-bottom: 0px;
    height: 21px;
    overflow-y: hidden;
  }

  .event-box p {
    color: #999 !important;
    font-weight: bold;
    font-size: 10px;
  }

  .summary-box a ,
  .event-box a {
    font-size: 12px;
  }

  .summary.-works .summary-box a{
    font-size: 14px;
  }

    /* 検索エリア */
  .searchArea {
    display: flex;
    flex-wrap: wrap;
  }

  .searchArea-left {
    margin: 0px 0 0;
    width: 100%;
  }

  .searchArea-right {
    width: 100%;
    margin-top: 15px;
  }
  .content .searchArea-right p {
    margin-left: 10px;
  }
  .searchArea-right p a.btn-link {
    padding: 8px 20px;
  }

  /* 検索窓 */
  .search_container{
    margin: 0 auto;
    width: 100%;
  }
  .searchKeyword .searchKeyword-inner ul li {
    padding: 10px 0 10px 30px;
  }

  /* タグ */
  ul.tag {
    height: 55px;
  }

  ul.tag li {
    font-size: 12px;
  }

  #build .content .summary-box p.title {
    margin-bottom: 0px;
  }

  .other {
    margin-bottom: 40px;
  }

  .other h2 {
    font-size: 16px !important;
  }

  .other h2::before {
    margin-right: 3px;
  }

  .other h2::after {
    margin-left: 5px;
  }

  .sidebar {
    padding: 0 15px;
  }

  .sidebar .local-navigation:first-of-type {
    margin-top: 50px;
  }
  .sidebar .local-navigation{
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .sidebar .local-navigation h2{
    padding: 10px 0;
    font-size: 16px;
  }

  .sidebar .local-navigation ul:not(.tag) {
    margin-bottom: 30px;
  }

  .sidebar .local-navigation ul:not(.tag) li p ,
  .sidebar .local-navigation ul:not(.tag) li a {
    padding: 10px 0;
    font-size: 14px;
  }


  .sidebar .local-navigation .tag li {
    margin: 0 10px 10px 0;
  }

  .sidebar .local-navigation .tag a {
    padding: 5px 8px;
    border-radius: 6px;
  }

  .sidebar .local-navigation .tag a ,
  .sidebar .local-navigation .tag a:link ,
  .sidebar .local-navigation .tag a:visited ,
  .sidebar .local-navigation .tag a:hover ,
  .sidebar .local-navigation .tag a:active {
    font-size: 12px;
  }

  .content ul.mlnav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 15px!important;
  }

  .mlnav li {
    margin-bottom: 20px;
    width: 48%;
    height: 60px;
  }

  .mlnav li > a ,
  .mlnav li > span {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-radius: 25px 0 25px 0;
    font-size: 18px;
  }

  .mlnav li > * > span {
    font-size: 13px;
  }

  .thumbnav {
    padding: 0 15px;
    width: 100%;
  }

  .thumbnav .slick-arrow {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }

  .mlnav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mlnav li {
    margin: 0;
    margin-bottom: 20px;
    height: 70px;
  }
  .mlnav li a {
    padding: 10px 20px;
  }
  .contact-box .inner {
    padding: 15px;
  }
  .contact-box .link-box a {
    width: 100%;
    height: auto;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 0;
  }
  .contact-box .link-box a .icon {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .contact-box .link-box a .img {
    width: 40%;
  }
  .contact-box .link-box a:nth-of-type(1) .img img,
  .contact-box .link-box a:nth-of-type(2) .img img,
  .contact-box .link-box a:nth-of-type(3) .img img,
  .contact-box .link-box a:nth-of-type(4) .img img {
    padding: 0;
  }
  .contact-box .link-box a .img img {
    padding: 10px 15px;
  }
  .contact-box .link-box a .title {
    font-size: 16px;
  }
  .contact-box .contact-bnr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .contact-box .contact-bnr a {
    width: 47%;
    margin: 10px 0;
  }
}

_:-ms-lang(x)::-ms-backdrop, a.button {
  padding: 13px 0 9px;
}

_:-ms-lang(x)::-ms-backdrop, .page-title h1 span ,
_:-ms-lang(x)::-ms-backdrop, .page-title div span ,
_:-ms-lang(x)::-ms-backdrop, .other h2::before ,
_:-ms-lang(x)::-ms-backdrop, .other h2::after {
  position: relative;
  top: -2px;
}

_:-ms-lang(x)::-ms-backdrop, .other a.button04 {
  padding: 18px 0 4px;
}

_:-ms-lang(x)::-ms-backdrop, .header .header-content ul li {
  padding: 5px 0 0;
}

_:-ms-lang(x)::-ms-backdrop, .header .utility-navigation ul li a {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, .header:not(.fixed) .gnav-pc > li ul li a {
  padding-top: 5px;
  height: 30px;
}

_:-ms-lang(x)::-ms-backdrop, .header.fixed .gnav-pc .global-nav-category {
  padding-top: 2px;
}

_:-ms-lang(x)::-ms-backdrop, .header.fixed .gnav-pc > li ul li a {
  padding-top: 4px;
}

_:-ms-lang(x)::-ms-backdrop, .contact-box .contact a {
  padding: 15px 0 11px;
}

_:-ms-lang(x)::-ms-backdrop, .topic-path li span {
  padding-top: 5px !important;
}

_:-ms-lang(x)::-ms-backdrop, .sidebar .local-navigation ul:not(.tag) li a {
  padding: 14px 38px 10px;
}

_:-ms-lang(x)::-ms-backdrop, .sidebar .local-navigation .tag a {
  padding: 9px 10px 5px;
}


div.contact-bnr::after {
  display: none!important;
}