@charset "UTF-8";
@media (max-width: 768px) {
  .section_wrap {
    width: 100% !important;
    padding: 3vw;
  }
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  font-size: 1.4em;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (-ms-high-contrast: none) {
  header .logo {
    width: 47%;
    margin-right: 0px !important;
  }
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mb100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

header {
  width: 100%;
  height: 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .logo {
  margin-right: auto;
  padding-left: 29px;
}

header .gnav {
  padding-left: 20px;
}

header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 540px;
  text-align: right;
}

header .gnav ul li {
  padding-left: 12px;
  padding-right: 40px;
}

header .gnav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

header .gnav ul li a:link, header .gnav ul li a:visited {
  text-decoration: none;
}

header .gnav ul li a:hover {
  color: #046bbc;
}

header .gnav ul li.current a {
  border-bottom: solid 2px #046bbc;
}

header .header-contact-btn {
  height: 100%;
  background-color: #046bbc;
  text-decoration: none;
  color: #Fff;
  font-size: 1.5rem;
  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;
  padding: 0 38px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

header .header-contact-btn:link, header .header-contact-btn:visited {
  text-decoration: none;
}

header .header-contact-btn:hover {
  opacity: 0.6;
}

header .header-contact-btn span {
  padding-left: 1.2rem;
}

header .hmb-btn {
  display: none;
}

.kv {
  position: relative;
}

.kv .slide img {
  width: 100%;
}

.kv .slide-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
  right: 50px;
}

.kv .slide-nav .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kv .slide-nav .position span::after {
  content: "◯";
  margin-left: 1.4rem;
  color: #fff;
}

.kv .slide-nav .position span.current::after {
  content: "●";
}

.kv .slide-nav .arrow {
  display: none;
  margin-left: 30px;
}

.kv .slide-nav .arrow span {
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kv .slide-nav .arrow .arrow-back {
  border-right: none;
}

.kv .slide-nav .arrow .arrow-back img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kv-sub {
  background-position: center;
  height: 350px;
}

.kv-sub .kv-inner {
  height: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.kv-sub .kv-inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 350px;
  height: 100%;
  padding-left: 47px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.kv-sub .kv-inner h1 .en {
  margin-bottom: 18px;
  font-family: "Sawarabi Mincho", sans-serif;
}

.kv-sub .kv-inner h1 .jp {
  font-size: 2.6rem;
}

footer {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 36px;
  padding-bottom: 117px;
  text-align: center;
  overflow-x: hidden;
  background-image: linear-gradient(180deg, #fff 0, #fff 36px, #031f34 36px, #031f34 100%);
  /* background-image: url(../img/common/footer-img-crane.png), linear-gradient(180deg, #fff 0, #fff 36px, #031f34 36px, #031f34 100%);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom; */
  overflow: hidden;
  /*  @media screen and(max-width:$max-width) {
        background-position-x: calc(50vw + 266px), 0;
    } */
}

footer::after {
  content: url(../img/common/footer-img-crane.png);
  width: 100%;
  position: absolute;
  right: 0;
  top: 36px;
  max-width: 60% !important;
}

@media screen and (max-width: 1440px) {
  footer::after {
    max-width: 100%;
  }
}

footer .gnav {
  border-bottom: solid 1px #294052;
}

footer .gnav .footer_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

footer .gnav ul {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 380px;
  margin: 2em 0;
  line-height: 0.5;
}

footer .gnav ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer .gnav ul li a:link, footer .gnav ul li a:visited {
  text-decoration: none;
}

footer .gnav ul li a:hover {
  color: yellow;
}

footer .gnav ul li::after {
  content: '/';
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

footer .gnav ul li:nth-child(2)::after {
  content: '';
}

footer .gnav ul li:last-child::after {
  content: '';
}

footer .address {
  margin-top: 90px;
  line-height: 1.8;
  margin-bottom: 42px;
  max-width: 1000px;
  margin: 90px auto 0;
  text-align: left;
  color: #fff;
}

footer .copy {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}

.go-top {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #031f34;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 35px;
  bottom: 35px;
}

@media screen and (min-width: 1441px) {
  .go-top {
    right: calc((100vw - 1440px) / 2 + 35px);
  }
}

.go-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-left: solid 3px #031f34;
  border-top: solid 3px #031f34;
  -webkit-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
}

.section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.h-blue {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #046bbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-left: 30px;
}

.btn-readmore {
  text-decoration: none;
  color: #046bbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 60px;
  width: 240px;
  border: solid 1px #046bbc;
  padding-left: 22px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.btn-readmore:link, .btn-readmore:visited {
  text-decoration: none;
}

.btn-readmore::after {
  position: absolute;
  right: -1px;
  top: 18px;
  width: 18px;
  height: 24px;
  content: '';
  background-color: #fff;
  background-image: url(../img/common/btn-icon-arrow.png);
}

.btn-readmore:hover {
  border-radius: 10px;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.top .sec_1 {
  padding-top: 100px;
  overflow: hidden;
}

.top .sec_1 .section_wrap {
  position: relative;
}

.top .sec_1 .section_wrap .text {
  width: 660px;
  height: 301px;
  padding-left: 49px;
  border-left: #046bbc solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top .sec_1 .section_wrap .text h2 {
  color: #046bbc;
  font-size: 3.8rem;
  line-height: 2;
}

.top .sec_1 .section_wrap .text p {
  line-height: 2.2;
}

.top .sec_1 .bg-img {
  position: absolute;
  left: 660px;
  bottom: 0;
  background-image: url(../img/top/img-01.jpg);
  background-position-x: left;
  height: 301px;
  width: 560px;
}

.top .sec_2,
.top .sec_3 {
  padding-bottom: 100px;
}

.top .sec_2 .title,
.top .sec_3 .title {
  height: 350px;
}

.top .sec_2 .title h3,
.top .sec_3 .title h3 {
  width: 300px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.top .sec_2 .title h3 .en,
.top .sec_3 .title h3 .en {
  margin-bottom: 1.6rem;
  font-family: "Lora", serif;
}

.top .sec_2 .title h3 .jp,
.top .sec_3 .title h3 .jp {
  font-size: 2.6rem;
}

.top .sec_2 {
  padding-top: 154px;
}

.top .sec_2 .title {
  background-image: url(../img/top/bg-crane-and-industrial-machine.jpg);
}

.top .sec_3 .title {
  background-image: url(../img/top/bg-inspection-and-repair.jpg);
}

.top .sec_3 .title h3 {
  margin-left: auto;
}

.top .textarea_a {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .textarea_a .wrap {
  padding-right: 55px;
}

.top .textarea_a .wrap p {
  line-height: 1.8;
}

.top .sec_4 {
  background-image: url(../img/top/bg-company-and-contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 95px;
}

.top .sec_4 .section_wrap {
  height: 400px;
  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;
}

.top .sec_4 .section_wrap .btn {
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 480px;
  height: 200px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.top .sec_4 .section_wrap .btn:link, .top .sec_4 .section_wrap .btn:visited {
  text-decoration: none;
}

.top .sec_4 .section_wrap .btn img {
  margin-bottom: 25px;
}

.top .sec_4 .section_wrap .btn span {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}

.top .sec_4 .section_wrap .btn::after {
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  content: url(../img/top/icon-arrow.jpg);
}

.top .sec_4 .section_wrap .btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.top .sec_5 {
  padding-bottom: 100px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.top .sec_5 .btn-readmore {
  position: absolute;
  right: 0;
  bottom: 90%;
}

.top .sec_5 .section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
  position: relative;
}

.top .sec_5 .section_wrap .title {
  position: relative;
  margin-bottom: 60px;
}

.top .sec_5 .section_wrap .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .sec_5 .section_wrap .title h3 .en {
  margin-bottom: 1.6rem;
  font-family: "Lora", serif;
}

.top .sec_5 .section_wrap .title h3 .jp {
  font-size: 2.6rem;
}

.top .sec_5 .section_wrap .title .btn-readmore {
  position: absolute;
  right: 0;
  top: 0;
}

.top .sec_5 .section_wrap .items {
  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;
}

.top .sec_5 .section_wrap .items .item {
  margin-bottom: 60px;
  width: 480px;
}

.top .sec_5 .section_wrap .items .item h4 {
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.top .sec_5 .section_wrap .items .item .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .sec_5 .section_wrap .items .item .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .sec_5 .section_wrap .items .item .spec dl dt {
  width: 60px;
  height: 24px;
  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;
  font-size: 1.2rem;
  color: #fff;
  background-color: #046bbc;
  margin-right: 10px;
}

.top .sec_5 .section_wrap .items .item .spec dl dd {
  margin-right: 20px;
}

.crane-and-industrial-machine .kv-sub {
  background-image: url(../img/crane-and-industrial-machine/kv-crane-and-industrial-machine.jpg);
}

.crane-and-industrial-machine .sec_1 {
  padding-top: 100px;
}

.crane-and-industrial-machine .sec_1 .section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.crane-and-industrial-machine .sec_1 .section_wrap h2 {
  padding-left: 40px;
  font-size: 3.8rem;
  line-height: 2;
  color: #046bbc;
  margin-bottom: 36px;
  background-image: linear-gradient(90deg, #046bbc 0px, #046bbc 2px, #fff 2px);
  background-size: 100% calc(100% - 3.8rem);
  background-position: left center;
  background-repeat: no-repeat;
}

.crane-and-industrial-machine .sec_1 .section_wrap p {
  line-height: 1.8;
}

.crane-and-industrial-machine .sec_2 {
  padding-top: 70px;
}

.crane-and-industrial-machine .sec_2 .items {
  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;
  margin-top: 40px;
}

.crane-and-industrial-machine .sec_2 .items .item {
  margin-bottom: 60px;
  width: 480px;
}

.crane-and-industrial-machine .sec_2 .items .item h4 {
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.crane-and-industrial-machine .sec_2 .items .item .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.crane-and-industrial-machine .sec_2 .items .item .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.crane-and-industrial-machine .sec_2 .items .item .spec dl dt {
  width: 60px;
  height: 24px;
  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;
  font-size: 1.2rem;
  color: #fff;
  background-color: #046bbc;
  margin-right: 10px;
}

.crane-and-industrial-machine .sec_2 .items .item .spec dl dd {
  margin-right: 20px;
}

.inspection-and-repair .kv-sub {
  background-image: url(../img/inspection-and-repair/kv-inspection-and-repair.jpg);
}

.inspection-and-repair .sec_1,
.inspection-and-repair .sec_2 {
  padding-top: 100px;
}

.inspection-and-repair .sec_1 .title,
.inspection-and-repair .sec_2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 350px;
  padding-left: 68px;
  padding-right: 50px;
  color: #fff;
}

.inspection-and-repair .sec_1 .title h2,
.inspection-and-repair .sec_2 .title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inspection-and-repair .sec_1 .title h2 .en,
.inspection-and-repair .sec_2 .title h2 .en {
  font-family: "Lora", serif;
}

.inspection-and-repair .sec_1 .title h2 .jp,
.inspection-and-repair .sec_2 .title h2 .jp {
  font-size: 50px;
  letter-spacing: 10px;
  padding-top: 20px;
  border-top: solid 1px #FFF;
  margin-top: 20px;
}

.inspection-and-repair .sec_1 .title p,
.inspection-and-repair .sec_2 .title p {
  width: 345px;
  line-height: 2;
}

.inspection-and-repair .sec_1 .items,
.inspection-and-repair .sec_2 .items {
  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;
  margin-top: 60px;
}

.inspection-and-repair .sec_1 .items .item,
.inspection-and-repair .sec_2 .items .item {
  margin-bottom: 50px;
  width: 480px;
}

.inspection-and-repair .sec_1 .items .item .text,
.inspection-and-repair .sec_2 .items .item .text {
  margin-top: 22px;
}

.inspection-and-repair .sec_1 .items .item .text p,
.inspection-and-repair .sec_2 .items .item .text p {
  line-height: 2;
}

.inspection-and-repair .sec_1 {
  padding-top: 50px;
}

.inspection-and-repair .sec_1 .title {
  background-image: url(../img/inspection-and-repair/title-bg-inspection.jpg);
}

.inspection-and-repair .sec_1.refurbishment .title {
  background-image: url(../img/inspection-and-repair/title-bg-refurbishment.jpg);
}

.inspection-and-repair .sec_1.provider .title {
  background-image: url(../img/inspection-and-repair/title-bg-provider.jpg);
}

.inspection-and-repair .sec_2 {
  padding-bottom: 100px;
}

.inspection-and-repair .sec_2 .title {
  background-image: url(../img/inspection-and-repair/title-bg-repair.jpg);
}

.inspection-and-repair h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.company .kv-sub {
  background-image: url(../img/company/kv-company.jpg);
}

.company .sec_1 .section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 100px;
}

.company .sec_1 .section_wrap p {
  line-height: 2.2;
  padding-top: 27px;
  font-size: 16px;
}

.company .sec_1 .section_wrap p.mokuhyou {
  color: #046bbc;
  font-size: 1.8rem;
}

.company .sec_1 .section_wrap .list {
  margin-top: 40px;
}

.company .sec_1 .section_wrap .list li {
  padding-bottom: 30px;
  background-image: linear-gradient(90deg, #fff 0px, #fff 5px, #eee 5px, #eee 7px, #fff 7px);
}

.company .sec_1 .section_wrap .list li:first-child {
  background-position-y: 10px;
  background-repeat: no-repeat;
}

.company .sec_1 .section_wrap .list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company .sec_1 .section_wrap .list li dl dt {
  width: 160px;
  font-weight: bold;
}

.company .sec_1 .section_wrap .list li dl dt::before {
  content: "●";
  color: #046bbc;
  margin-right: 20px;
}

.company .sec_2 {
  padding-bottom: 80px;
}

.company .sec_2 .section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 100px;
}

.company .sec_2 .section_wrap .list li {
  border-bottom: solid 1px #eeeeee;
  padding: 27px 0;
}

.company .sec_2 .section_wrap .list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

.company .sec_2 .section_wrap .list li dl dt {
  width: 160px;
  font-weight: bold;
}

.company .gmap iframe {
  height: 560px;
}

.contact .kv-sub {
  background-image: url(../img/company/kv-company.jpg);
}

.contact .sec_1 .section_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact .sec_1 .section_wrap .form_top_text {
  padding-top: 40px;
  padding-bottom: 35px;
}

.contact .sec_1 .section_wrap .form_top_text p {
  line-height: 2;
  margin-bottom: 15px;
}

.contact .sec_1 .section_wrap .req-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 30px;
  color: #d72a2a;
  font-weight: bold;
  border: solid 2px #d72a2a;
  margin-right: 15px;
}

.contact .sec_1 .section_wrap .form {
  border-top: solid 1px #eee;
  padding-bottom: 40px;
}

.contact .sec_1 .section_wrap .form li {
  border-bottom: solid 1px #eee;
  padding: 40px 0;
}

.contact .sec_1 .section_wrap .form li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact .sec_1 .section_wrap .form li dl dt {
  width: 100%;
  max-width: 220px;
  padding-top: 30px;
  padding-right: 20px;
  font-weight: bold;
  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;
}

.contact .sec_1 .section_wrap .form li dl dt.req {
  padding-top: 20px;
}

.contact .sec_1 .section_wrap .form li dl dt.req::after {
  content: '必須';
  color: #d72a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 30px;
  border: solid 2px #d72a2a;
}

.contact .sec_1 .section_wrap .form li dl dd {
  width: 100%;
  max-width: 720px;
}

.contact .sec_1 .section_wrap .form li dl dd input,
.contact .sec_1 .section_wrap .form li dl dd textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #eeeeee;
  padding: 30px;
}

.contact .sec_1 .section_wrap .form.kakunin dt {
  padding-top: 0px;
}

.contact .sec_1 .section_wrap .txt {
  padding: 30px 0;
}

.contact .sec_1 .section_wrap .kakuninn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .sec_1 .section_wrap .btn_area {
  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;
  background-color: #d72a2a;
  width: 320px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact .sec_1 .section_wrap .btn_area:hover {
  border-radius: 15px;
}

.contact .sec_1 .section_wrap .btn_area::before {
  content: '';
  display: block;
  width: 18px;
}

.contact .sec_1 .section_wrap .btn_area::after {
  content: url(../img/common/icon-arrow-white.png);
}

.contact .sec_1 .section_wrap .btn_area input[type="submit"] {
  text-decoration: none;
  color: #fff;
  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;
  padding: 0 20px;
  font-size: 2rem;
  color: #fff;
}

.contact .sec_1 .section_wrap .btn_area input[type="submit"]:link, .contact .sec_1 .section_wrap .btn_area input[type="submit"]:visited {
  text-decoration: none;
}

.contact .sec_1 .section_wrap .btn_area.type2 {
  background-color: #fff;
  border: solid #d72a2a;
}

.contact .sec_1 .section_wrap .btn_area.type2 .confirm_btn {
  font-size: 2rem;
  color: #d72a2a;
}

@media (max-width: 768px) {
  img {
    width: 100%;
  }
  body {
    margin-top: 50px;
  }
  header {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
  }
  header .logo {
    padding: 0 3vw;
    max-width: 30%;
    min-width: 160px;
  }
  header .gnav {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 3vw;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    right: -100%;
    height: 100vh;
  }
  header .gnav.open {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    right: 0;
  }
  header .gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header .gnav ul li {
    padding-left: 3em;
    padding-right: 40px;
    margin-bottom: 1em;
    position: relative;
  }
  header .gnav ul li:before {
    position: absolute;
    height: 28px;
    background-size: contain;
    content: '';
    background-image: url(../img/common/btn-icon-arrow-sp.png);
    background-repeat: no-repeat;
    z-index: 1020;
    width: 1em;
    left: 1em;
    top: 16px;
    bottom: 0;
  }
  header .gnav ul li a {
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  header .gnav ul li a:hover {
    opacity: 0.6;
  }
  header .gnav ul li.current a {
    border-bottom: solid 2px #fff;
  }
  header .header-contact-btn {
    position: relative;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-left: 1px solid #046bbc;
    padding: 0;
  }
  header .header-contact-btn img {
    display: none;
  }
  header .header-contact-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/header-icon-mail_sp.jpg);
    background-repeat: no-repeat;
    height: 17px;
    width: 23px;
    background-size: contain;
  }
  header .header-contact-btn:hover {
    opacity: 0.6;
  }
  header .header-contact-btn span {
    display: none;
  }
  header .hmb-btn {
    display: block;
    background-color: #046bbc;
    padding: 15px;
  }
  header .hmb-btn.open .icon span:nth-child(1) {
    top: 9px;
    -webkit-transition: 0.36s;
    transition: 0.36s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .hmb-btn.open .icon span:nth-child(3) {
    bottom: 8px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hmb-btn.open .icon span:nth-child(2) {
    top: 8px;
    display: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .hmb-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 20px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .hmb-btn .icon span {
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: #fff;
  }
  header .hmb-btn .icon span:nth-child(1) {
    top: 1px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .hmb-btn .icon span:nth-child(3) {
    bottom: 1px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .hmb-btn .icon span:nth-child(2) {
    top: 8px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .slick-dots {
    right: 120px !important;
    bottom: 30px !important;
  }
  .slick-dots li {
    width: 10px !important;
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
  .slick-dots li.slick-active button::before {
    font-size: 20px !important;
  }
  .slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    bottom: 20px !important;
  }
  .slick-next {
    right: 20px !important;
  }
  .slick-prev {
    right: 60px !important;
  }
  .btn-readmore {
    text-decoration: none;
    width: 100%;
    margin-top: 1em;
    display: block;
    padding: 23px;
    text-align: center;
  }
  .h-blue {
    font-size: 1.6rem;
    height: 50px;
    padding-left: 10px;
  }
  .go-top {
    width: 50px;
    height: 50px;
    right: 3vw;
    bottom: 3vw;
  }
  .top .sec_1 {
    padding-top: 20px;
    overflow: hidden;
  }
  .top .sec_1 .section_wrap {
    position: relative;
  }
  .top .sec_1 .section_wrap .text {
    width: 60%;
    height: auto;
    padding-left: 1.5em;
    border-left: #046bbc solid 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top .sec_1 .section_wrap .text h2 {
    color: #046bbc;
    font-size: 1.8rem;
  }
  .top .sec_1 .section_wrap .text p {
    line-height: 1.8;
  }
  .top .sec_1 .bg-img {
    position: absolute;
    left: 60%;
    bottom: 0;
    margin: 3vw;
    background-image: url(../img/top/img-01-sp.jpg);
    height: 90%;
    width: 37%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top .sec_2,
  .top .sec_3 {
    padding-bottom: 100px;
  }
  .top .sec_2 .title,
  .top .sec_3 .title {
    height: auto;
    padding: 27% 0;
    width: 100%;
    display: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top .sec_2 .title h3,
  .top .sec_3 .title h3 {
    display: none;
  }
  .top .sec_2 .title h3 .en,
  .top .sec_3 .title h3 .en {
    margin-bottom: 1.6rem;
    font-family: "Lora", serif;
  }
  .top .sec_2 .title h3 .jp,
  .top .sec_3 .title h3 .jp {
    font-size: 2.6rem;
  }
  .top .sec_2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .top .sec_2 .title {
    background-image: url(../img/top/bg-crane-and-industrial-machine-sp.jpg);
  }
  .top .sec_3 .title {
    background-image: url(../img/top/bg-inspection-and-repair-sp.jpg);
  }
  .top .sec_3 .title h3 {
    margin-left: auto;
  }
  .top .textarea_a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .textarea_a .wrap {
    padding-right: 0px;
  }
  .top .textarea_a .wrap p {
    line-height: 1.8;
  }
  .top .sec_4 {
    background-image: url(../img/top/bg-company-and-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 95px;
  }
  .top .sec_4 .section_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto !important;
  }
  .top .sec_4 .section_wrap .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: auto;
    margin: 3vw;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 5vw 3vw;
  }
  .top .sec_4 .section_wrap .btn img {
    width: 30px;
    margin: 3vw;
  }
  .top .sec_4 .section_wrap .btn span {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-left: 1em;
  }
  .top .sec_4 .section_wrap .btn::after {
    position: absolute;
    height: 40px;
    right: 0;
    bottom: 0;
    content: url(../img/top/icon-arrow.jpg);
  }
  .top .sec_4 .section_wrap .btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .top .sec_5 {
    padding-bottom: 100px;
  }
  .top .sec_5 .section_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .top .sec_5 .section_wrap .btn-readmore {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
    text-align: center;
  }
  .top .sec_5 .section_wrap .title {
    position: relative;
    margin-bottom: 60px;
  }
  .top .sec_5 .section_wrap .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .sec_5 .section_wrap .title h3 .en {
    margin-bottom: 1.6rem;
    font-family: "Lora", serif;
  }
  .top .sec_5 .section_wrap .title h3 .jp {
    font-size: 2rem;
  }
  .top .sec_5 .section_wrap .items {
    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;
  }
  .top .sec_5 .section_wrap .items .item {
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
  }
  .top .sec_5 .section_wrap .items .item h4 {
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .top .sec_5 .section_wrap .items .item .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .top .sec_5 .section_wrap .items .item .spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .top .sec_5 .section_wrap .items .item .spec dl dt {
    width: 60px;
    height: 24px;
    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;
    font-size: 1.2rem;
    color: #fff;
    background-color: #046bbc;
    margin-right: 10px;
  }
  .top .sec_5 .section_wrap .items .item .spec dl dd {
    margin-right: 20px;
  }
  footer {
    padding: 3vw;
  }
  footer::after {
    content: '';
    background-image: url(../img/common/footer-img-crane-sp.png);
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    height: 100px;
    max-width: 100% !important;
  }
  footer .gnav {
    display: none;
  }
  footer .gnav .footer_wrap {
    padding: 3vw;
  }
  footer .gnav ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  footer .gnav ul li a:link, footer .gnav ul li a:visited {
    text-decoration: none;
  }
  footer .gnav ul li a:hover {
    color: yellow;
  }
  footer .gnav ul li::after {
    content: '/';
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }
  footer .gnav ul li:nth-child(2)::after {
    content: '';
  }
  footer .gnav ul li:last-child::after {
    content: '';
  }
  footer .address {
    padding-top: 5em;
  }
  footer .copy {
    padding-bottom: 5em;
  }
  .kv-sub {
    background-position: center;
    height: 350px;
  }
  .kv-sub .kv-inner {
    height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .kv-sub .kv-inner h1 {
    width: 100%;
  }
  .kv-sub .kv-inner h1 .en {
    margin-bottom: 18px;
    font-family: "Sawarabi Mincho", sans-serif;
  }
  .kv-sub .kv-inner h1 .jp {
    font-size: 2.6rem;
  }
  .inspection-and-repair .sec_1,
  .inspection-and-repair .sec_2 {
    padding-top: 50px;
  }
  .inspection-and-repair .sec_1 .title,
  .inspection-and-repair .sec_2 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 350px;
    padding: 3vw;
    color: #fff;
  }
  .inspection-and-repair .sec_1 .title h2,
  .inspection-and-repair .sec_2 .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .inspection-and-repair .sec_1 .title h2 .en,
  .inspection-and-repair .sec_2 .title h2 .en {
    font-family: "Lora", serif;
  }
  .inspection-and-repair .sec_1 .title h2 .jp,
  .inspection-and-repair .sec_2 .title h2 .jp {
    font-size: 30px;
    letter-spacing: 10px;
    padding-top: 10px;
    border-top: solid 1px #FFF;
    margin-top: 20px;
  }
  .inspection-and-repair .sec_1 .title p,
  .inspection-and-repair .sec_2 .title p {
    width: auto;
    line-height: 2;
    display: inline;
    margin: 0 auto;
  }
  .inspection-and-repair .sec_1 .items,
  .inspection-and-repair .sec_2 .items {
    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;
    margin-top: 60px;
  }
  .inspection-and-repair .sec_1 .items .item,
  .inspection-and-repair .sec_2 .items .item {
    margin-bottom: 50px;
    width: 480px;
  }
  .inspection-and-repair .sec_1 .items .item .text,
  .inspection-and-repair .sec_2 .items .item .text {
    margin-top: 10px;
  }
  .inspection-and-repair .sec_1 .items .item .text p,
  .inspection-and-repair .sec_2 .items .item .text p {
    line-height: 2;
  }
  .inspection-and-repair .sec_1 .title {
    background-image: url(../img/inspection-and-repair/title-bg-inspection.jpg);
  }
  .inspection-and-repair .sec_1.refurbishment .title {
    background-image: url(../img/inspection-and-repair/title-bg-refurbishment.jpg);
    height: 430px;
  }
  .inspection-and-repair .sec_1.provider .title {
    background-image: url(../img/inspection-and-repair/title-bg-provider.jpg);
  }
  .inspection-and-repair .sec_2 .title {
    background-image: url(../img/inspection-and-repair/title-bg-repair.jpg);
    padding-bottom: 50px;
  }
  .inspection-and-repair h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .crane-and-industrial-machine .kv-sub {
    background-image: url(../img/crane-and-industrial-machine/kv-crane-and-industrial-machine.jpg);
  }
  .crane-and-industrial-machine .sec_1 {
    padding-top: 50px;
  }
  .crane-and-industrial-machine .sec_1 .section_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .crane-and-industrial-machine .sec_1 .section_wrap h2 {
    padding-left: 1em;
    font-size: 1.8rem;
    background-size: 100% calc(100% - 2.2rem);
  }
  .crane-and-industrial-machine .sec_2 {
    padding-top: 35px;
  }
  .crane-and-industrial-machine .sec_2 .items .item {
    margin-bottom: 30px;
  }
  .company .kv-sub {
    background-image: url(../img/company/kv-company.jpg);
  }
  .company .sec_1 .section_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 50px;
  }
  .company .sec_1 .section_wrap p {
    line-height: 2.2;
    padding-top: 27px;
    font-size: 16px;
  }
  .company .sec_1 .section_wrap p.mokuhyou {
    color: #046bbc;
    font-size: 1.8rem;
  }
  .company .sec_1 .section_wrap .list {
    margin-top: 40px;
  }
  .company .sec_1 .section_wrap .list li {
    padding-bottom: 30px;
    background-image: linear-gradient(90deg, #fff 0px, #fff 5px, #eee 5px, #eee 7px, #fff 7px);
  }
  .company .sec_1 .section_wrap .list li:first-child {
    background-position-y: 10px;
    background-repeat: no-repeat;
  }
  .company .sec_1 .section_wrap .list li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .sec_1 .section_wrap .list li dl dt {
    width: 160px;
    font-weight: bold;
  }
  .company .sec_1 .section_wrap .list li dl dt::before {
    content: "●";
    color: #046bbc;
    margin-right: 20px;
  }
  .company .sec_2 {
    padding-bottom: 40px;
  }
  .company .sec_2 .section_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 50px;
  }
  .company .sec_2 .section_wrap .list li {
    border-bottom: solid 1px #eeeeee;
    padding: 27px 0;
  }
  .company .sec_2 .section_wrap .list li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .sec_2 .section_wrap .list li dl dt {
    width: 160px;
    font-weight: bold;
  }
  .company .sec_2 .section_wrap .list li dl .indent3 {
    text-indent: -3em;
    margin-left: 3em;
  }
  .company .gmap iframe {
    height: 300px;
  }
  .contact .kv-sub {
    background-image: url(../img/company/kv-company.jpg);
  }
  .contact .sec_1 .section_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 50px;
  }
  .contact .sec_1 .section_wrap .form_top_text {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .contact .sec_1 .section_wrap .form_top_text p {
    line-height: 2;
    margin-bottom: 15px;
  }
  .contact .sec_1 .section_wrap .req-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 30px;
    color: #d72a2a;
    font-weight: bold;
    border: solid 2px #d72a2a;
    margin-right: 15px;
  }
  .contact .sec_1 .section_wrap .form {
    border-top: solid 1px #eee;
    padding-bottom: 40px;
  }
  .contact .sec_1 .section_wrap .form li {
    border-bottom: solid 1px #eee;
    padding: 40px 0;
    line-height: 2;
  }
  .contact .sec_1 .section_wrap .form li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .sec_1 .section_wrap .form li dl dt {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    font-weight: bold;
    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;
  }
  .contact .sec_1 .section_wrap .form li dl dt.req {
    padding-top: 20px;
  }
  .contact .sec_1 .section_wrap .form li dl dt.req::after {
    content: '必須';
    color: #d72a2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 30px;
    border: solid 2px #d72a2a;
  }
  .contact .sec_1 .section_wrap .form li dl dd input,
  .contact .sec_1 .section_wrap .form li dl dd textarea {
    width: 80%;
    margin-top: 1em;
  }
  .contact .sec_1 .section_wrap .form.kakunin dt {
    padding-top: 0px;
  }
  .contact .sec_1 .section_wrap .txt {
    padding: 30px 0;
  }
  .contact .sec_1 .section_wrap .kakuninn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .sec_1 .section_wrap .btn_area {
    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;
    background-color: #d72a2a;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .contact .sec_1 .section_wrap .btn_area:hover {
    border-radius: 15px;
  }
  .contact .sec_1 .section_wrap .btn_area::before {
    content: '';
    display: block;
    width: 18px;
  }
  .contact .sec_1 .section_wrap .btn_area::after {
    content: url(../img/common/icon-arrow-white.png);
  }
  .contact .sec_1 .section_wrap .btn_area input[type="submit"] {
    text-decoration: none;
    color: #fff;
    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;
    padding: 0 20px;
    font-size: 2rem;
    color: #fff;
  }
  .contact .sec_1 .section_wrap .btn_area input[type="submit"]:link, .contact .sec_1 .section_wrap .btn_area input[type="submit"]:visited {
    text-decoration: none;
  }
  .contact .sec_1 .section_wrap .btn_area.type2 {
    background-color: #fff;
    border: solid #d72a2a;
    margin-bottom: 1em;
  }
  .contact .sec_1 .section_wrap .btn_area.type2 .confirm_btn {
    font-size: 2rem;
    color: #d72a2a;
  }
}
/*# sourceMappingURL=style.css.map */