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

.pc-dn {
  display: block !important;
}

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body .nav-open, html .nav-open {
  height: 100vh;
}

body .nav-open #wrapper, html .nav-open #wrapper {
  max-height: 100%;
}

#pankuzu {
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  margin-top: 8px;
  padding-bottom: 8px;
}

.bg-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 49;
  display: block;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

body.nav-open .bg-shadow {
  opacity: 1;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: 94%;
}
.small-letter-spacing {
  letter-spacing: -0.1px;
}

#wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

#wrapper #pagetop a {
  right: 3%;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

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

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

.cmn-ttl01 {
  font-size: 7vw;
}

#nav-btn {
  position: absolute;
  right: 4vw;
  top: 3.4vw;
  width: 8.3vw;
  z-index: 8000;
}

#nav-btn #line-block {
  height: 5vw;
  position: relative;
}

#nav-btn #line-block .line {
  background-color: #4ebb90;
  display: inline-block;
  height: 2px;
  position: absolute;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 100%;
}

#nav-btn #line-block #line01 {
  top: 0;
}

#nav-btn #line-block #line02 {
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav-btn #line-block #line03 {
  bottom: 0;
}

#nav-btn .menu {
  text-align: center;
  width: 140%;
  margin-left: -20%;
  margin-top: 5%;
}

#nav-btn .menu:before {
  display: inline-block;
  font-size: 2.5vw;
  content: attr(data-close-text);
  color: #20b077;
}

body.nav-open #nav-btn .menu:before {
  font-size: 2.3vw;
  content: attr(data-open-text);
  color: #20b077;
}

.active #nav-btn #line-block .line {
  width: 65% !important;
  left: 20% !important;
}

.active #nav-btn #line-block #line01 {
  top: 10px !important;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active #nav-btn #line-block #line02 {
  width: 0px !important;
}

.active #nav-btn #line-block #line03 {
  top: 10px !important;

  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*header*/
header {
  border-bottom: #4ebb90 2px solid;
  padding: 3% 0;
}

header .inner-block .logo {
  float: left;
  margin: 0;
  width: 38%;
}

/*nav*/
#nav {
  height: 100vh;
  overflow-x: hidden;
  padding-bottom: 50%;
}

nav {
  background: #f6f6f6;
  left: 100%;
  width: 100%;
  position: absolute;
  z-index: 50;
}

nav:before {
  border-bottom: #4ebb90 2px solid;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: #fff;
}

nav:after {
  position: absolute;
  top: 100%;
  left: 0;
  height: 495%;
  width: 100%;
  background-color: #fff;
}

nav .inner-block {
  width: 100%;
}

nav .main-nav > li:nth-child(2) a {
  position: relative;
}

nav .main-nav > li:nth-child(2) a:after {
  background-image: url(../img/common/icon_plus.svg);
  background-size: contain;
}

nav .main-nav > li:nth-child(2) .close:after {
  background-image: url(../img/common/icon_minus.svg);
}

nav .main-nav > li:nth-child(2) a {
  border-bottom: none;
}

nav .main-nav > li a {
  position: relative;
}

nav .main-nav > li a:after {
  background-image: url(../img/common/arrow-03.svg);
  background-position: 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 14%;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 1em;
}

nav .main-nav > li a:hover {
  background: #f6f6f6;
}

nav .main-nav > li .sub-nav {
  background: #fff;
  border-bottom: #dedede 1px solid;
  position: static;
}

nav .main-nav > li .sub-nav li {
  padding: 0 5%;
}

nav .main-nav > li .sub-nav li:last-child a {
  border-bottom: none;
}

nav .main-nav > li .sub-nav li a {
  position: relative;
  width: 97%;
}

nav .main-nav > li .sub-nav li a:hover {
  background: #fff;
}

nav .main-nav > li .sub-nav li a:after {
  display: none;
}

nav .main-nav > li .sub-nav li a:before {
  background-image: url(../img/common/arrow-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 0.8em;
  left: 2%;
  position: absolute;
  top: 37%;
  width: 0.8em;
}

nav .main-nav > li .sub-nav li img {
  display: none;
}

nav .main-nav li {
  float: none;
  width: 100%;
}

nav .main-nav li:first-child a {
  border-top: none;
}

nav .main-nav li:before {
  display: none;
}

nav .main-nav li:after {
  display: none;
}

nav .main-nav li a {
  border-bottom: #dedede 1px solid;
  border-top: #dedede 1px solid;
  color: #000;
  padding: 4% 0 4% 6%;
  text-align: left;
}

nav .main-nav .aco-btn .border_display {
  border-bottom: 2px solid #dedede !important;
}

nav .info {
  width: 100%;
}

nav .info .menu {
  border-top: #dedede 1px solid;
  border-bottom: #dedede 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0px;
}

nav .info .menu li {
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;

}

nav .info .menu li a {
  padding: 14px 0 14px 20%;
  width: 100%;
}

nav .info .menu li a:before {
  background-image: url(../img/common/arrow-right02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 0.8em;
  left: 12%;
  position: absolute;
  top: 50%;
  width: 0.8em;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav .info .menu li:first-child {
  border-right: 1px solid #dedede;
}

nav .info .menu li:last-child {
  border-left: 1px solid #dedede;
}


nav .info .tel {
  position: relative;
  background: #fff;
  font-size: 21px;
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
}

nav .info .tel a {
  width: 100%;
  height: 100%;
}

nav .info .tel:before {
  background-image: url(../img/common/ico-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1em;
  position: absolute;
  left: 6%;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  margin-right: 14%;
  width: 5.9%;
}

nav .info .tel:after {
  background-image: url(../img/common/arrow-03.svg);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 12%;
  top: 57%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 1em;
}

nav .info .cmn-btn01 {
  margin: 0;
  width: 100%;
}

nav .info .cmn-btn01 a {
  display: block;
  font-size: 18px;
  padding: 3px 0;
  position: relative;
  width: auto;
}

nav .info .cmn-btn01 a:after {
  background-image: url(../img/common/arrow-right.svg);
  background-position: 50%;
  background-size: auto 74%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1em;
  right: 14%;
  position: absolute;
  top: 50%;
  width: 1em;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cmn-btn01 a:before, .cmn-btn01 button:before {
  left: 6%;
}

/*mv-block*/
.mv-block {
  height: 94vw;
  padding: 0;
}

.mv-block .slider .ttl {
  font-size: 6.7vw;
  margin-top: 9%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mv-block .slider .txt {
  font-size: 3.8vw;
  margin: 7% 0 11%;
}

.mv-block .cmn-btn01 {
  position: absolute;
  bottom: 20%;
}

.mv-block .cmn-btn01 a {
  line-height: 2.4;
  float: left;
  font-size: 3.5vw;
  min-width: 0;
  position: relative;
  width: calc(50% - 0.5em);
}

.mv-block .cmn-btn01 a:first-child {
  margin-right: 1em;
}

.mv-block .cmn-btn01 a:last-child span {
  left: 40%;
}

/* slider pic position */
.mv-block .slider .slick-slide {
  height: 94vw;
  background-position: 10% bottom important!;
  background-size: auto 100% important!;
  background-repeat: no-repeat;
}

.mv-block .slider .slick-dots {
  bottom: 7%;
}

.service-menu {
  margin-bottom: 7%;
}

.service-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-menu ul li {
  margin: 0;
  width: 28.6%;
}

.service-menu ul li a span + span {
  font-size: 4vw;
  margin: 8% 0;
}

.service-menu ul img {
  max-width: 55%;
}

.service-menu ul .li2 img, .service-menu ul .li5 img {
  max-width: 50%;
}

.service-menu ul .li3 img {
  max-width: 40%;
}

.main-menu {
  padding: 2% 0 0 0;
  background-size: cover;
  background-position: 50%;
}

.main-menu .box {
  padding: 3% 3% 5% 3%;
  width: 100%;
}

.main-menu .box:first-child {
  border-right: none;
  border-bottom: #49bf91 1px solid;
}

.main-menu .box:last-child {
  border-left: none;
  border-top: #49bf91 1px solid;
  padding: 5% 3% 5% 3%;
}

.main-menu .box .ttl {
  font-size: 6vw;
  margin-bottom: 0;
}

.main-menu .box .txt {
  font-size: 3.8vw;
  margin-bottom: 0;
  padding: 5% 3%;
}

.main-menu .box .img {
  display: inline-block;
  margin-bottom: 0;
  width: 40vw;
}

.main-menu .box .img img {
  max-width: 55%;
}

.main-menu .box .cmn-btn01 {
  padding: 5%;
}

.main-menu .box .cmn-btn01 a {
  font-size: 3.5vw;
  line-height: 2.4;
  min-width: 0;
  width: 60%;
}

.blog-block .inner-block {
  width: auto;
}

.blog-block li {
  padding: 0 8vw;
}

.blog-block li img {
  width: 100%;
}

.blog-block .blog-slider .slick-arrow {
  height: 11vw;
  width: 11vw;
  top: 40%;
}

.blog-block .blog-slider .slick-arrow:before {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.blog-block .blog-slider .slick-prev {
  left: 6%;
  z-index: 10;
}

.blog-block .blog-slider .slick-prev:before {
  content: '';
  display: block;
  background-image: url("../img/common/blog_allow_left.png");
}

.blog-block .blog-slider .slick-next {
  right: 6%;
  z-index: 10;
}

.blog-block .blog-slider .slick-next:before {
  content: '';
  background-image: url("../img/common/blog_allow_right.png");
}

.blog-block .cmn-btn01 {
  margin: 8% 0 20% 0;
}

.blog-block .cmn-btn01 a {
  display: inline-block !important;
  line-height: 2.4;
  font-size: 3.5vw;
  min-width: 0;
  width: 48%;
}

/*------------------------------------------------------------------------------
Q & A
------------------------------------------------------------------------------*/

/* common */
#qa {
  margin-bottom: 36px;
}

#qa .inner-block {
  padding: 0 10px;
  width: 100%;
}

#qa .qa-sec {
  margin-bottom: 25px;

  text-align: justify;
  text-justify: inter-ideograph;
}

/* header */
#qa-header {
  background-size: cover;
  background-position: 54% center;
  height: 140px;
}

#qa-header .ttl {
  margin-left: 25px;
  font-size: 24px;
}

/* Q&A */
#qa .qa-sec .q-block {
  border-radius: 0px;
  padding-left: 46px;
  min-height: 36px;
  margin: 0 -4%;
  padding: 0 4%;
}

#qa .qa-sec .a-block {
  padding-left: 46px;
}

#qa .qa-sec .question-icon, #qa .qa-sec .answer-icon {
  font-size: 12px;
  margin-right: 11px;
  width: 36px;

  left: 4%;
}

#qa .qa-sec .answer-icon {
  top: 0;
  left: 0;
  transform: translate(0%, 25%);
}

#qa .qa-sec-question {
  font-size: 15px;
  line-height: 20px;
  padding-left: 46px;
}

#qa .qa-sec-answer {
  font-size: 12px;
  line-height: 20px;
}

/* info */
#qa-info {
  margin-bottom: 60px;
}

#qa-info .qa-info-wrap {
  background-image: url(../img/common/sp_contact_btn_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;

  width: 100%;
  padding: 25px 15px;
}

#qa-info .tel li:last-child {
  padding-top: 17px;
}

#qa-info .tel .qa-info-contact {
  font-size: 12px;
  line-height: 12px;
}

#qa-info .tel .qa-info-contact:before {
  background-size: 0.6em;
  width: 13px;
  height: 13px;
  margin-right: 13px;
}

#qa-info .tel .tel-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

#qa-info .tel .num {
  font-size: 24px;
}

#qa-info .tel .num {
  font-size: 24px;
  line-height: 24px;
}

#qa-info .cmn-btn01 {
  margin-top: 19px;
  width: 175px;
  height: 32px;
}

#qa-info .cmn-btn01 button {
  width: 175px;
  height: 32px;
}

#qa-info .cmn-btn01 a {
  display: block;
  font-size: 12px;
  line-height: 32px;
  padding: 0;
  min-width: 175px;
  width: 175px;
  height: 32px;
}

#qa-info .cmn-btn01 a:before {
  margin-right: 9px;
  height: 1em;
  position: static;
  vertical-align: middle;
  width: 1.6em;
}

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/

/* common */

#contact {
  text-align: justify;
  text-justify: inter-ideograph;
}

#contact p {
  font-size: 12px;
  line-height: 20px;
}

/* header */
#contact-header {
  background-size: cover;
  background-position: 54% center;
  height: 140px;
}

#contact-header .ttl {
  margin-left: 25px;
  font-size: 24px;
}

/* pankuzu */
#contact #pankuzu .inner-block {
  width: 100%;
  padding-left: 10px;
}

/* contact-desc */
#contact-desc {
  margin-bottom: 75px;
}

#contact-desc .inner-block {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

#contact-desc .tel-info {
  border-radius: 4px;
  /* float: right; */
  padding: 10px 0;
  width: 100%;
}
#contact-desc .tel-info ul {
  display: flex;
  justify-content: space-evenly;
}
#contact-desc .tel-info li {
  margin: 0 5px;
}

#contact-desc .tel-info li:first-child {
  margin-right: 5px;
}

#contact-desc .tel-info p {
  font-size: 12px;
  padding-bottom: 0;
}

/* contact-form */
#contact-form .inner-block {
  padding: 0;
  width: 100%;
}

#contact-form .contact-table {
  width: 100%;
  margin-bottom: 25px;
}

#contact-form tr th, #contact tr td {
  border-bottom: none;
  display: block;
  width: 100%;
}

#contact-form tr th {
  height: 45px;
  padding: 17px 0;
  line-height: 12px;
}

#contact-form tr td {
  padding: 10px;
}

#contact-form tr td input {
  font-size: 16px !important;
  padding: 10px;
  height: 100%;
}

#contact-form .contact-form-ttl,
#contact-form .contact-form-note {
  font-size: 12px;
  line-height: 12px;
}

#contact-form .contact-form-ttl {
  float: left;
  width: auto;
  margin-left: 10px;
}

#contact-form .contact-form-note {
  float: left;
  margin-left: 10px;
}

#contact-form label {
  display: block;
  width: 100%;
}
#contact-form label:first-child {
  margin-bottom: 10px;
}

#contact-form .your-inquiry td {
  height: 57px;
  line-height: 14px;
}

#contact-form .your-inquiry td span {
  font-size: 14px;
}

#contact tr td label span:before {
  width: 14px;
  height: 14px;
}

#contact tr td label input[type="radio"]:checked + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
}

#contact-form .contact-textarea td {
  height: 160px;
}

#contact-form .contact-textarea textarea {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

#contact-form .contact-textarea {
  height: auto;
}

#contact-form .btn {
  margin-bottom: 60px;
}

#contact-form .btn button {
  margin: 0 auto 20px;
  display: block;
  font-size: 12px;
  padding: 8px 0;
  width: 145px;
}
/* 2019/11/15 追加 */
#contact .flex-area {
  display: block;
  margin-top: 30px;
}
#contact .flex-body:nth-child(2) {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}

#contact .contact-btn + p {
  font-size: 12px;
  margin-top: 15px;
  line-height: 20px;
}

#contact .contact-btn a {
  height: 60px;
  line-height: 60px;
  font-size: 12px;
}

#contact-desc .tel-info * {
  font-weight: bold;
  font-size: 12px !important;
}

#contact-desc .tel-info li span {
  font-size: 16px;
}

#contact .contact-btn a:before {
  width: 24px;
  height: 24px;
  left: 50px;
}
#contact .mail-img {
  margin-top: 3px;
}

/*------------------------------------------------------------------------------
contact-finish
------------------------------------------------------------------------------*/
.contact-finish .background-green {
  font-size: 15px;
  padding-top: 0;
  padding-left: 0;
  line-height: 60px;
  text-align: center;
  height: 60px;
}

.contact-finish-text {
  padding-top: 32px;
}


/*------------------------------------------------------------------------------
production
------------------------------------------------------------------------------*/

/* common */

#production-wrap {
  margin-bottom: 30px;
}

#production-wrap .child-header {
  height: 140px;

  background-position: 22% 50%;
}

#production-wrap .child-header .inner-block .ttl {
  font-size: 24px;
  left: 8%;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* header */
.production-header {
  background-image: url(../img/production/sp_production_header.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  height: 485px;
}

@media (max-width: 380px) {
  .production-header {
    height: 567px;
  }
  .production-header .header-desc ul {
    top: 8% !important;
  }
}

.production-header .production-concept {
  color: #008b54;
  font-size: 22px;
  line-height: 40px;
  padding: 0;
  text-align: left;
}

.production-header .header-desc p {
  font-size: 12px;
  line-height: 20px;
  top: 46%;

  text-align: justify;
  text-justify: inter-ideograph;
}

.production-header .header-desc ul {
  left: 99px;
  top: 9%;
  width: 150px;
}

.production-header .header-desc ul li {
  margin-right: 17px;
}

.production-header .header-desc ul li img {
  width: 2px;
  height: 2px;
}

/* description */
.production-desc {
  padding-top: 0;

  text-align: justify;
  text-justify: inter-ideograph;
}

.production-desc .desc {
  font-size: 12px;
  line-height: 20px;
  padding: 18px 0 25px 18%;
}

.production-desc-heading {
  background-color: #e9f9e9;
  font-size: 15px;
  padding-top: 0px;
  padding-left: 26%;
  line-height: 35px;
  text-align: left;
  margin: 0 -8%;
}

.production-desc .desc:before {
  background-color: #00a564;
  content: '';
  display: block;
  width: 2px;
  height: 100%;

  position: absolute;
  top: 0;
  left: 22px;
  transform: translateX(-50%);
}

.production-desc .sec {
  background-color: #fff;
  border-radius: 3px;
  height: 35px;
  position: relative;
}

.production-desc .sec p {
  border-radius: 50%;
  border: 2px solid #00a564;
  left: 0;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 45px;
  z-index: 10;
}

.production-desc .sec p img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58%;
  height: 58%;
  transform: translate(-50%, -50%);
}


/* 追加 */
.production-desc .sec img {
  width: 58%;
  height: 58%;
  z-index: 10;
}

.production-desc .sec .icon {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #00a564;
  left: 0;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 45px;
  height: 45px;
  z-index: 10;
  margin: 0;
  overflow: visible;
}

/*-----
service
------------------------------------------------------------------------------*/

.service-desc .desc:before {
  display: none;
}

.service-desc {
  margin-bottom: 35px;
}

.service-desc .inner-block {
  margin-top: 30px;
}

.child-header-wrap .child-header {
  height: 140px;
  background-position: 22% 50%;
}

.child-header-wrap .child-header .inner-block .ttl {
  font-size: 24px;
  left: 8%;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#service-wrap #service-header {
  background-image: url(../img/service/sp_service_header.jpg);
}

/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/

#company-wrap .child-header {
  background-position: 48% 50%;
}

.company-heading {
  font-size: 22px;
  line-height: 22px;
  margin: 25px 0;
  text-align: center;
}

/* company-about */
.company-about .company-heading {
  line-height: 22px;
  padding: 40px 0 0;
}

.company-about .desc {
  line-height: 1.9em;
  padding-bottom: 32px;
}

.company-about .desc p {
  font-size: 12px;
  margin-bottom: 28px;
}

/* company-desc */
.company-desc .company-heading {
  margin-bottom: 11px;
}

.company-desc table {
  width: 100%;
}

.company-desc #map {
  width: 100%;
  height: 240px;
}

.company-desc table {
  margin-bottom: 25px;
}

.company-desc table tr {
  display: block;
  padding: 14px 0;
  border-bottom: solid 1px #dcdcdc;
  vertical-align: top;
  line-height: 14px;
}

.company-desc table th {
  width: 57px;
  text-align: left;
}

.company-desc table td {
  text-align: left;
}

/* company-history */
.company-history .inner-block {
  width: 100%;
}

.company-history {
  margin-bottom: 36px;
}

.company-history .desc-block {
  margin-bottom: 0;
  padding: 0 3%;
}

.company-history .background-green {
  width: 100%;
  margin-top: 25px;
  border-radius: 3px;
  height: 41px;
  line-height: 41px;
}
.company-history .company-sub-heading {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  padding: 0 3%;
}

.company-history p {
  font-size: 12px;
  line-height: 1.6em;
  padding-bottom: 24px;
}

/*------------------------------------------------------------------------------
blog
------------------------------------------------------------------------------*/
/* header */
#blog-wrap #blog-header {
  background-image: url(../img/blog/sp_blog_header.jpg);
}
/* main-block */
#blog {
  padding-bottom: 35px;
}

#blog .main-block .blog-list li a {
  display: block;
  padding: 10px 0;
}

#blog .main-block .blog-list li:first-child a {
  padding-top: 0;
}

#blog .main-block .blog-list .thumbnail {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

#blog .main-block .blog-list img {
  width: auto;
  max-width: none;
  height: 90px;
}

#blog .main-block .date {
  font-size: 11px;
}
#blog .main-block .blog-ttl {
  font-size: 14px;
  margin: 6px 0;
  line-height: 1.4;
}

#blog .main-block .blog-desc {
  display: none;
}

#blog .main-block .category-tag {
  font-size: 11px;
  bottom: 10px;
  padding-left: 100px;
}

/* side-menu-block */
#blog .side-menu-block {
  width: 100%;
}
#blog .menu {
  margin-bottom: 25px;
  width: 100%;
}

#blog .menu .menu-list {
  margin: 14px 0;
}

#blog .menu .menu-ttl {
  font-size: 15px;
  width: 100%;
  line-height: 3.0em;
  padding-left: 0;
  text-align: center;
}

#blog .menu .menu-list li {
  background-position: 15px 13px;
  background-size: 5px 9px;
}

#blog .menu .menu-list li a {
  width: 100%;
  padding-left: 26px;
  padding-right: 15px;
  font-size: 13px;
}

#blog .menu .more-btn {
  min-width: 280px;
  width: 70%;
  height: 35px;
  margin: 0px auto 25px;
}

#blog .menu .more-btn a {
  font-size: 13px;
  line-height: 35px;
}

/* paging-area */
.paging-area {
  margin: 35px 0;
  text-align: center;
}

.page-numbers {
  font-size: 15px;
}

.paging-area .prev, .paging-area .next {
  margin: 0 20px;
}

/*------------------------------------------------------------------------------
blog-details
------------------------------------------------------------------------------*/

#blog.blog-details .blog-ttl-block {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#blog.blog-details .blog-ttl-block .blog-ttl {
  margin-top: 0px;
  margin-bottom: 20px;
}
.blog-ttl-bg-green {
  border-left:3px solid #00a564;
  padding: 5px 12px;

  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#blog.blog-details  .main-block .blog-txt-block {
  padding-bottom: 10px;
}

#blog.blog-details .main-block p {
  margin-bottom: 20px;
}

#blog.blog-details .main-block .date {
  margin-bottom: 6px;
}

#blog.blog-details .main-block img {
  margin-bottom: 20px;
}

#blog.blog-details .main-block .img-box img {
  width: calc(50% - 5px);
}

#blog.blog-details .main-block .img-box img:first-child {
  margin-right: 10px;
}

#blog.blog-details .cmn-btn01 {
  text-align: center;
  margin: 35px auto;

  width: 145px;
  height: 28px;
}

#blog.blog-details .cmn-btn01 a {
  font-size: 12px;
  width: 145px;
  min-width: 145px;
  height: 28px;
  line-height: 28px;
}

#blog.blog-details .cmn-btn01 a:before {
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
#footer > .sitemap > .inner-block {
  width: 100%;
}

#footer .sitemap {
  padding: 0;
}

#footer .sitemap .parent-list > li:first-child {
  border-top: 1px solid #bbd9bb;
}

#footer .sitemap .parent-list > li > div {
  padding: 0;
  margin: 0;
}

#footer .sitemap .parent-list > li > div a {
  padding: 5% 0 5% 10%;
  font-size: 4vw;
  font-weight: normal;
  display: block;
}
#footer .sitemap .parent-list > li > div > a:before {
  left: 4%;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .sitemap .parent-list .sp-sitemap {
  float: none;
  margin: 0;
  position: relative;
  width: 100%;
}

#footer .sitemap .parent-list .sp-sitemap .sp-child-list {
  height: 0;
  left: 0;
  margin-left: 5%;
  overflow: hidden;
  top: 100%;
  width: 100%;
}

#footer .info {
  padding: 6% 0;
}

#footer .info * {
  vertical-align: top;
}

#footer .info .inner-block {
  width: 100%;
}

#footer .info .sp-above-info {
  align-items: top;
  border-bottom: 1px solid #dedede;
  display: flex;
  padding-bottom: 7%;
  padding-left: 4%;
  justify-content: space-between;
}

#footer .info .sp-above-info .logo {
  margin: 0;
  width: 33%;
}

#footer .info .sp-above-info .access {
  font-size: 3vw;
  margin: 0;
  width: 60%;
}

#footer .info .link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 7% 0 0 0;
  width: 100%;
}

#footer .info .link a {
  display: block;
  width: 18%;
}

#footer .info .link a:first-child {
  margin: 0;
  margin-left: 10%;
}

#footer .info .link a:last-child {
  margin-right: 5%;
  width: 30%;
}

#footer .info .link a img {
  height: auto;
}

#footer .copyright p {
  font-size: 3vw;
}

/*------------------------------------------------------------------------------
link
------------------------------------------------------------------------------*/
#pr, #history, #profile, #company-magazine, #book, #others {
  padding-top: 30px;
  margin-top: -30px;
}

/*------------------------------------------------------------------------------
cs-modal
------------------------------------------------------------------------------*/
.modal {
  display: none;
  background: rgba(30, 30, 30, 0.6);
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal .modal-cnt {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#cs-modal .modal-cnt {
  width: 90%;
  height: 100px;
  font-size: 14px;
}

/*------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------*/

#privacy .child-header-wrap .child-header {
  background-position: 32% 50%;
}

.privacy-heading {
  font-size: 22px;
}

.privacy-declare .privacy-heading {
  line-height: 22px;
  padding: 40px 0 0;
}

.privacy-policy h3 {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  padding: 0 3%;
}
/* 2019/11追加 */
.privacy-table>table {
  width: 100%;
  text-align: center;
}
.privacy-table>table th,
.privacy-table>table td {
  padding: 10px;
}
.no-wrap {
  white-space: initial;
}

#privacy .num-list {
  padding-left: 10px;
}

/*------------------------------------------------------------------------------
IE 余白ずれ対応
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  #blog .menu .menu-list li {
    background-position: 15px 14px;
  }

  #blog .menu .menu-ttl {
    line-height: 3.3em;
  }
}