@charset "UTF-8";
/* ==========================================================
  BASE
========================================================== */
body {
  background: #000;
  letter-spacing: 1px;
}

a img {
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}
a img:hover {
  opacity: 0.6;
}

#wrap {
  background: #fff;
}

.in #wrap {
  padding: 140px 0 0;
}

.bg-gray {
  background: url(../images/shared/hr.gif) repeat-x center 0 #e9e9e9;
  padding: 5px 0 0;
}
.bg-gray.no-hr {
  background: #e9e9e9;
}

.bg-lightgray {
  background: #f7f7f7;
}

.border-top-2px {
  border-top: 2px solid #eaeaea;
}

.top-only {
  display: none;
}

h2 {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", Sans-Serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 0 0 10px;
  text-align: center;
}

h5 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 30px;
}

.container,
.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.inner-920 {
  margin: 0 auto;
  padding: 0 0 120px;
  max-width: 920px;
}
.inner-920 a {
  text-decoration: underline;
}

/* ==========================================================
  HEADER
========================================================== */
header {
  background: url(../images/shared/hr.gif) repeat-x center 0;
  /*height: 90px;*/
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;

  position: fixed;
  height: auto;
  background-color: rgba(255,255,255,0.9);
}

h1,
.logo {
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -600px;
}

.btn-en {
  position: absolute;
  right: 50%;
  top: 42px;
  margin: 0 -600px 0 0;
}
.btn-contact-head{  
  position: absolute;
  right: 50%;
  top: 43px;
  margin: 0px -499px 0 0;
}

.btn-menu {
  position: fixed;
  right: 50%;
  top: 30px;
  margin: 0 -600px 0 0;
  z-index: 9999;

  display: none;
}
.gnav{
  width: 90%;
  max-width: 1200px;
  margin: 105px auto 0;
  padding-bottom: 20px;

}
.gnav > ul{
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.gnav > ul:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 1px;
  background: #dedede;
}
.gnav > ul > li{
  width: 14.3%;
  height: auto;
  /*display: table;*/
  position: relative;
  line-height: initial;
}
.gnav > ul > li:after{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 1px;
  background: #dedede;
}
.gnav > ul > li > a{
/*  display: table-cell;
  vertical-align: middle;
  text-align: center;*/
  display: table;
  width: 100%;
  height: 20px;
}
.gnav > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.gnav > ul > li > a > span img{
  display: block;
  margin: 0 auto;
}
.gnav > ul > li > a:after{
  content:"";

  height: 2px;
  width: 0%;
  background: #e60212;
  position: absolute;
  top: 30px;
  left: 50%;
  transition: all 0.5s;
}
.gnav > ul > li > a:hover:after{
  width: 100%;
  left: 0;
}

.gnav > ul > li.hierarchy > a:before{
  content:"";
  background: url(/wp/wp-content/themes/frontier-i/images/shared/header-arrow.png);
  width: 10px;
  height: 7px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 8px;
}

.gnav > ul > li.hierarchy .categories{
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.gnav > ul > li.hierarchy .categories > li:first-child{
  padding-top: 27px;
}
.gnav > ul > li.hierarchy .categories > li > a{
  font-size: 14px;
  line-height: 2;
}
.gnav > ul > li.hierarchy:hover .categories{
  max-height: 600px;
}
.gnav > ul > li.hierarchy:hover > a:before{
  transform: rotate(180deg);
}

@media print, screen and (max-width: 1236px) {

h1,
.logo {
  left: 0;
  margin: 0 0 0 10px;
}

.btn-en {
  right: 0;
  margin: 0 100px 0 0;
}
.btn-contact-head{  
  right: 0;
  margin: 0 201px 0 0;
}

.btn-menu {
  right: 0;
  margin: 0 10px 0 0;
}
}

/* ==========================================================
  ナビ
========================================================== */
#btn-close-modal,
.on-flag #menuTrigger {
  display: none;
}

#menuTrigger,
.on-flag #btn-close-modal {
  display: block;
  cursor: pointer;
}

.modal-content {
  padding: 100px 0;
  text-align: center;
}
.modal-content a {
  color: #fff;
}
.modal-content .big-cat {
  padding: 0 0 50px;
}
.modal-content .big-cat.short {
  padding: 0 0 25px;
}
.modal-content .bg-dark {
  background: #000;
  margin: 0 0 25px;
  padding: 20px 0;
}
.modal-content .bg-dark .big-cat {
  padding: 0 0 20px;
}
.modal-content .bg-dark .just-border-bottom-white {
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  width: 20px;
}
.modal-content .service-cat {
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  width: 800px;
}
.modal-content .service-cat li {
  display: inline-block;
  font-size: 1.5rem;
}
.modal-content .service-cat li:nth-child(1) {
  width: 240px;
}
.modal-content .service-cat li:nth-child(2) {
  width: 310px;
}
.modal-content .service-cat li:nth-child(3) {
  width: 230px;
}
.modal-content .company-cat {
  font-size: 0;
  padding: 0 10px;
}
.modal-content .company-cat li {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 30px;
}

/* ==========================================================
  CONTENTS
========================================================== */
.btn-arrow {
  line-height: 0;
  text-align: center;
}
.btn-arrow a {
  background: url(../images/shared/icon-arrow-white-s.png) no-repeat right 20px center black;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  max-width: 250px;
  padding: 16px 40px;
  transition: .2s ease-out;
  text-decoration: none !important;
  width: 100%;
}
.btn-arrow a:hover {
  background: url(../images/shared/icon-arrow-white-s.png) no-repeat right 10px center #444444;
  color: #fff;
}
.btn-arrow img {
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.btn-arrow.btn-form a {
  max-width: 300px;
  letter-spacing: 0;
}

.googlemap {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 5px 0 0;
  padding: 8px 14px;
  transition: .2s ease-out;
  text-decoration: none !important;
}
.googlemap:hover {
  background: #444;
}
.googlemap span {
  display: block;
  text-align: center;
}

.sub-title {
  font-size: 1.6rem;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 40px;
  text-align: center;
}

.article-inner {
  margin: 0 auto;
  padding: 0 0 120px;
  max-width: 720px;
}
.article-inner .img-list {
  margin: 0 0 20px;
}
.article-inner .img-list li {
  padding: 0 0 20px;
  text-align: center;
}
.article-inner .img-list li:last-child {
  padding: 0;
}
.article-inner img {
  height: auto;
  max-width: 100%;
}

.article-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.4;
  margin: 0 auto 15px;
  max-width: 920px;
}

.article-sub-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  text-align: center;
}

.article-day,
.article-category {
  color: #8a8a8a;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
}

.article-day {
  margin: 0 0 30px;
}

.text-indent,
.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.just-border-bottom {
  border-bottom: 4px solid #000;
  margin: 0 0 30px;
  width: 30px;
}

/* 記事詳細ページャー ----------------------------------------------- */
.pager {
  border-bottom: 2px solid #eaeaea;
  height: 24px;
  padding: 100px 0;
}
.pager ul {
  font-size: 0;
  font-weight: bold;
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  text-align: center;
}
.pager li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.7rem;
  max-width: 400px;
  padding: 0 30px;
  transition: all 0.2s ease-out 0s;
  text-align: center;
}
.pager li a {
  display: block;
}
.pager .prev {
  background: url(../images/shared/icon-prev.png) no-repeat 10px center;
  position: absolute;
  left: 0;
  text-align: left;
}
.pager .prev:hover {
  background: url(../images/shared/icon-prev.png) no-repeat 0 center;
}
.pager .next {
  background: url(../images/shared/icon-next.png) no-repeat right 10px center;
  position: absolute;
  right: 0;
  text-align: right;
}
.pager .next:hover {
  background: url(../images/shared/icon-next.png) no-repeat right center;
}

/* サービス一覧 ----------------------------------------------- */
.services-list,
.company-list {
  overflow: hidden;
}
.services-list li,
.company-list li {
  float: left;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  padding: 50px 1% 0;
  text-align: center;
  max-width: 250px;
  width: 23%;
  transition: ease-in 0.3s;
}
.services-list li:hover,
.company-list li:hover {
  background: #000;
}
.services-list li img,
.company-list li img {
  margin: 0 0 20px;
}
.services-list li .service-info,
.company-list li .service-info {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: left;
}
.services-list a,
.company-list a {
  color: #000;
}
.services-list a .hover,
.company-list a .hover {
  display: none;
}
.services-list a:hover,
.company-list a:hover {
  color: #fff;
}
.services-list a:hover img,
.company-list a:hover img {
  opacity: 1;
}
.services-list a:hover .default,
.services-list a:hover img.default,
.company-list a:hover .default,
.company-list a:hover img.default {
  display: none;
}
.services-list a:hover .hover,
.company-list a:hover .hover {
  display: block;
  font-size: 1.8rem;
}
.services-list a:hover img.hover,
.company-list a:hover img.hover {
  display: inline-block;
}

.recruit_banner{
  margin: 60px auto 0px;
  width: 650px;
  padding-bottom: 120px;
}

/* WORKS ----------------------------------------------- */
.works-area .works-list {
  padding: 0 0 60px;
}
.works-area .works-list a,
.works-area .works-list a:hover {
  color: #fff;
}
.works-area .works-list a img,
.works-area .works-list a:hover img {
  opacity: 1;
}
.works-area .works-list li {
  float: left;
  overflow: hidden;
  width: 25%;
}
.works-area .works-list li img {
  height: auto;
  width: 100%;
}
.works-area .works-list figure {
  overflow: hidden;
  position: relative;
}
.works-area .works-list figure:hover figcaption {
  bottom: 0;
}
.works-area .works-list figcaption {
  background: rgba(0, 0, 0, 0.6);
  bottom: -100%;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  padding: 30px;
  position: absolute;
  transition: ease 0.3s;
  width: 100%;
}
.works-area .works-list figcaption .date,
.works-area .works-list figcaption .tags {
  font-size: 1.2rem;
}
.works-area .works-list figcaption .date {
  padding: 0 0 5px;
}
.works-area .works-list figcaption .title {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 20px;
}
.works-area .works-list figcaption .just-border-bottom {
  border-bottom: 2px solid #fff;
  margin: 0 0 20px;
  width: 20px;
}

.works-list a {
  color: #fff;
}

/* ==========================================================
  CONTACT
========================================================== */
.contact-area {
  padding: 100px 0;
}
.contact-area .text {
  font-size: 1.8rem;
  padding: 0 0 35px;
  text-align: center;
}
.contact-area .btn-contact ul {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 960px;
}
.contact-area .btn-contact li {
  float: left;
  font-weight: bold;
  margin: 0 40px;
}
.contact-area .btn-contact li a {
  color: #fff;
  transition: .2s ease-out;
}
.contact-area .btn-contact li:first-child {
  border: 2px solid #000;
  color: #000;
  font-size: 1.8rem;
  height: 72px;
  padding: 14px 0 0;
  width: 396px;
}
.contact-area .btn-contact li:first-child span {
  font-family: "Roboto", sans-serif;
}
.contact-area .btn-contact li:first-child a {
  color:#000;
}
.contact-area .btn-contact li:last-child a {
  background: url(../images/shared/icon-arrow-white.png) no-repeat right 20px center black;
  display: table-cell;
  font-size: 1.8rem;
  height: 90px;
  vertical-align: middle;
  width: 400px;
}
.contact-area .btn-contact li:last-child a:hover {
  color: #fff;
  background: url(../images/shared/icon-arrow-white.png) no-repeat right 10px center #444444;
}

/* ==========================================================
  英語ページ
========================================================== */
#en .sub-title {
  clear: both;
  font-size: 2rem;
  margin: 0 0 20px;
}
#en .article-title {
  margin: 0 auto 35px;
}
#en .stit {
  background: #3f3f3f;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 20px;
}
#en dl {
  clear: both;
  overflow: hidden;
}
#en dl:not(:last-child) {
  padding: 0 0 50px;
}
#en dt {
  font-size: 1.6rem;
}
#en dd {
  font-size: 1.4rem;
}

.language {
  float: right;
  margin: 0 0 30px;
  font-size: 0;
}
.language li {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
}
.language a {
  background: #000;
  color: #fff;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}
.language .en a {
  background: #656565;
}

/* ==========================================================
  ニュースカテゴリトップ
========================================================== */
.news-inner {
  margin: 0 auto;
  max-width: 920px;
}
.news-inner li:not(:last-child) {
  padding: 0 0 10px;
}
.news-inner li dl {
  font-size: 1.4rem;
  overflow: hidden;
}
.news-inner li dt {
  float: left;
  width: 14%;
}
.news-inner li dd {
  float: left;
  width: 86%;
}

/* ==========================================================
  お問い合わせフォーム
========================================================== */
#contact-page .contact-inner {
  font-size: 1.6rem;
  margin: 0 auto 100px;
  max-width: 820px;
}
#contact-page a {
  text-decoration: underline;
}
#contact-page input, #contact-page button, #contact-page textarea, #contact-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
}
#contact-page table {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  margin: 0 0 15px;
  width: 100%;
}
#contact-page th, #contact-page td {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
#contact-page th {
  background: #cccccc;
  padding: 20px 40px;
  vertical-align: top;
  width: 300px;
}
#contact-page td {
  padding: 10px;
  width: 520px;
}
#contact-page td input, #contact-page td textarea {
  padding: 10px 30px;
}
#contact-page .error-msg {
  color: #E60012;
}
#contact-page .btnlist {
  text-align: center;
}
#contact-page .btnlist li {
  display: inline-block;
  margin: 0 20px 20px;
  max-width: 320px;
  width: 100%;
}
#contact-page .btnlist li input {
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 20px 0;
}
#contact-page .btnlist li input:hover {
  background: #444;
}
#contact-page .btnlist .btn-arrow a {
  text-decoration: none;
  max-width: 320px;
}
#contact-page .btnlist .btn-arrow input {
  background: url(../images/shared/icon-arrow-white-s.png) no-repeat right 20px center black;
  transition: .2s ease-out;
}
#contact-page .btnlist .btn-arrow input:hover {
  background: url(../images/shared/icon-arrow-white-s.png) no-repeat right 10px center #444444;
}
#contact-page .btnlist .btn-back input {
  background: url(../images/shared/icon-arrow-white-s-back.png) no-repeat left 20px center black;
  transition: .2s ease-out;
}
#contact-page .btnlist .btn-back input:hover {
  background: url(../images/shared/icon-arrow-white-s-back.png) no-repeat left 10px center #444444;
}

/* ==========================================================
  FOOTER
========================================================== */
footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
footer a {
  color: #fff;
}
footer ul {
  font-size: 0;
  padding: 0 0 10px;
}
footer ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 13px 70px;
  text-align: left;
}
footer small {
  font-size: 1.2rem;
  text-align: center;
}

@media print, screen and (max-width: 999px) {
  /* ==========================================================
    SP BASE
  ========================================================== */
  body {
    font-size: 1.4rem;
  }

  .in #wrap {
    padding: 90px 0 0;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1;
  }

  h5 {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }

  .container,
  .inner,
  .sp-only-inner,
  .article-inner,
  .inner-920 {
    box-sizing: border-box;
    margin: 0 2%;
    max-width: 96%;
  }

  .inner-920 {
    padding: 0 0 60px;
  }

  .bg-gray {
    padding: 25px 0;
  }
  .bg-gray.sp-padding-0 {
    padding: 0;
  }

  .sp-none {
    display: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  iframe {
    width: 90%;
    margin: 0 5%;
  }

  .accordion-btn {
    background: url(../images/shared/icon-accordion.png) no-repeat 98% center;
  }
  .accordion-btn.active {
    background: url(../images/shared/icon-accordion-active.png) no-repeat 98% center;
  }

  .btn-right-bottom {
    line-height: 1;
    text-align: right;
  }
  .btn-right-bottom .googlemap {
    display: inline-block;
    padding: 0 20px;
  }

  /* ==========================================================
    SP HEADER
  ========================================================== */
  header {
    height: 55px;
    padding: 0;

    position: absolute;
  }

  h1,
  .logo {
    left: 10px;
    margin: 0;
    top: 15px;
  }

  .btn-en {
    margin: 0;
    right: 64px;
    top: 18px;
  }
  .btn-contact-head{
    margin: 0;
    right: 124px;
    top: 18px;
  }

  .btn-menu {
    height: 40px;
    margin: auto;
    right: 10px;
    top: 10px;
    width: 40px;

    display: block;
  }

  .gnav{display: none;}

  /* ==========================================================
    SP ナビ
  ========================================================== */
  .modal-content {
    padding: 50px 0;
  }
  .modal-content a {
    display: block;
  }
  .modal-content .service-cat {
    box-sizing: border-box;
    width: 100%;
  }
  .modal-content .service-cat li {
    padding: 0 0 10px;
  }
  .modal-content .service-cat li:nth-child(1), .modal-content .service-cat li:nth-child(2), .modal-content .service-cat li:nth-child(3) {
    width: 100%;
  }
  .modal-content .company-cat {
    text-align: left;
  }
  .modal-content .company-cat li {
    padding: 0 0 10px;
    width: 100%;
  }

  /* ==========================================================
    SP CONTENTS
  ========================================================== */
  .sub-title {
    margin: 0 0 30px;
  }

  .btn-arrow a {
    font-size: 1.4rem;
    padding: 10px;
  }

  .googlemap {
    display: block;
    margin: 5px 0 0;
    padding: 0;
  }
  .googlemap span {
    margin: 10px 0;
    padding: 5px;
  }

  /* 記事詳細ページャー ----------------------------------------------- */
  .pager {
    padding: 30px 0;
  }
  .pager li {
    max-width: inherit;
  }

  /* サービス一覧 ----------------------------------------------- */
  .services-area .inner {
    margin: 0;
    max-width: 100%;
  }

  .services-list li,
  .company-list li {
    font-size: 1.4rem;
    height: inherit;
    padding: 25px 0;
    max-width: inherit;
    width: 50%;
  }
  .services-list li:hover,
  .company-list li:hover {
    background: inherit;
  }
  .services-list li .service-title,
  .company-list li .service-title {
    min-height: inherit;
    width: 100%;
  }
  .services-list a:hover,
  .company-list a:hover {
    color: inherit;
  }
  .services-list a:hover .default,
  .services-list a:hover img.default,
  .company-list a:hover .default,
  .company-list a:hover img.default {
    display: inline-block;
  }
  .services-list a:hover .hover,
  .services-list a:hover img.hover,
  .company-list a:hover .hover,
  .company-list a:hover img.hover {
    display: none;
  }
  .services-list a:hover .hover,
  .company-list a:hover .hover {
    font-size: 1.4rem;
  }
  .recruit_banner{
    margin: 25px auto 0px;
    width: 90%;
    padding-bottom: 0px;
  }


  /* SP WORKS ----------------------------------------------- */
  .works-area {
    /* 記事詳細ページャー */
  }
  .works-area .works-list {
    padding: 0 0 30px;
  }
  .works-area .works-list li {
    width: 50%;
  }
  .works-area .works-list figcaption {
    bottom: 0;
    display: table;
    height: 46px;
    padding: 0 5px;
    text-align: center;
  }
  .works-area .works-list figcaption .title {
    display: table-cell;
    font-size: 1.2rem;
    padding: 0;
    vertical-align: middle;
  }
  .works-area .works-list figcaption .date, .works-area .works-list figcaption .tags, .works-area .works-list figcaption .just-border-bottom {
    display: none;
  }
  .works-area .pager {
    border-bottom: none;
    height: inherit;
    padding: 0;
  }
  .works-area .pager ul {
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
  .works-area .pager li {
    border-bottom: 2px solid #eaeaea;
    display: block;
    padding: 20px 30px;
  }
  .works-area .pager .prev,
  .works-area .pager .prev:hover {
    background: url(../images/shared/icon-prev.png) no-repeat left 10px center;
    position: inherit;
  }
  .works-area .pager .next,
  .works-area .pager .next:hover {
    background: url(../images/shared/icon-next.png) no-repeat right 10px center;
    position: inherit;
  }

  .article-inner {
    padding: 0 0 50px;
    width: inherit;
  }

  .article-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 2% 15px;
  }

  .article-sub-title {
    font-size: 1.2rem;
  }

  .article-day,
  .article-category {
    color: #8a8a8a;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
  }

  .article-category {
    margin: 0 0 30px;
  }

  .indent li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .just-border-bottom {
    border-bottom: 4px solid #000;
    margin: 0 0 30px;
    width: 30px;
  }

  /* SP CONTACT ----------------------------------------------- */
  .contact-area {
    padding: 50px 0;
  }
  .contact-area .text {
    font-size: 1.4rem;
  }
  .contact-area .btn-contact ul {
    text-align: left;
    width: 100%;
  }
  .contact-area .btn-contact li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .contact-area .btn-contact li a {
    display: block;
    font-size: 2rem;
    height: 60px;
    padding: 30px 30px 0;
    transition: none;
  }
  .contact-area .btn-contact li:first-child {
    box-sizing: border-box;
    font-size: 1.4rem;
    height: inherit;
    padding: 15px 10px;
    width: 100%;
  }
  .contact-area .btn-contact li:first-child span {
    font-weight: bold;
    float: right;
  }
  .contact-area .btn-contact li:first-child a {
    color:#000;
    display: inline;
    font-size: inherit;
    height: inherit;
    padding: inherit;
  }
  .contact-area .btn-contact li:last-child {
    margin: 0;
  }
  .contact-area .btn-contact li:last-child a {
    background: url(../images/shared/icon-arrow-white.png) no-repeat 96% center black;
    box-sizing: border-box;
    display: block;
    font-size: 1.4rem;
    height: inherit;
    padding: 15px 10px;
    width: 100%;
  }

  /* ==========================================================
    SP 英語ページ
  ========================================================== */
  #en .sub-title {
    margin: 0 0 15px;
  }
  #en .article-title {
    margin: 0 auto 20px;
  }
  #en dl:not(:last-child) {
    padding: 0 0 30px;
  }
  #en .stit {
    margin: 0 0 10px;
  }

  /* ==========================================================
    SP ニュースカテゴリトップ
  ========================================================== */
  .news-inner {
    margin: 0 2%;
    max-width: 96%;
  }
  .news-inner li {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
  }
  .news-inner li:not(:last-child) {
    margin: 0 0 10px;
  }
  .news-inner li dt, .news-inner li dd {
    float: none;
    width: 100%;
  }
  .news-inner li dt {
    font-weight: bold;
  }

  /* ==========================================================
    SP お問い合わせフォーム
  ========================================================== */
  #contact-page .contact-inner {
    margin: 0 2% 40px;
    max-width: inherit;
  }
  #contact-page th {
    padding: 10px 20px;
    width: inherit;
  }
  #contact-page td {
    padding: 10px;
    width: inherit;
  }
  #contact-page td input, #contact-page td textarea {
    padding: 0 10px;
  }
  #contact-page .btnlist li {
    display: block;
    margin: 0 auto 20px;
  }

  /* ==========================================================
    SP FOOTER
  ========================================================== */
  footer {
    padding: 20px 0;
  }
  footer ul li {
    display: block;
    padding: 0;
  }
  footer ul li a {
    display: block;
    padding: 10px;
  }
}
/* ==========================================================
  PC ONLY
========================================================== */
@media print, screen and (min-width: 1000px) {
  h1 img,
  .logo img {
    height: 30px;
    width: 164px;
  }

  .btn-en img {
    height: 30px;
    width: 83px;
  }
  .btn-contact-head img {
    height: 30px;
    width: 101px;
  }

  .pc-none {
    display: none !important;
  }

  .half {
    float: left;
    width: 50%;
  }

  .max-width_400 {
    max-width: 400px;
  }

  .position-relative {
    position: relative;
  }

  .btn-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* グロナビ　----------------------------------------------- */
.modal-content .bg-none {
    margin: 0 0 25px;
    padding: 20px 0;
}
.modal-content .bg-none .big-cat {
    padding: 0 0 20px;
}
.modal-content .bg-none .just-border-bottom-white {
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    width: 20px;
}
.modal-content .ir-cat {
    font-size: 0;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 2;
    max-width: 1000px;
    margin: 0 auto;
}
.modal-content .ir-cat li {
    font-size: 1.5rem;
    text-align: left;
    width: calc( 100% / 6 - 20px);
}
@media print, screen and (min-width: 1000px) {
  .modal-content .ir-cat li + li{
    margin-left: 20px;
  }
  .modal-content .ir-cat li:nth-child(7){
    margin-left: 0;
  }
  .modal-content .ir-cat li:nth-child(5) a,
  .modal-content .ir-cat li:nth-child(11) a{
    padding-left: 15px;
  }
}

