@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
main {
  display: block;
  /*IE対策*/
  margin-top: 110px;
}

main .title-sec {
  background: #1f5076;
  padding: 60px 0 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

main .title-sec:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 542px;
  height: 528px;
  left: 24px;
  top: -213px;
  opacity: .1;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url(/interior/images/top/back-blue.svg) no-repeat 0/contain;
  z-index: -1;
}

main .title-sec h1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

main .title-sec h1 span {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-top: 15px;
}

main .sec-tit {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #15456a;
  text-align: center;
}

main .sec-tit span {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 18px;
  margin-top: 14px;
  display: block;
}

main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main a.tel {
  pointer-events: none;
  cursor: default;
}

main .container {
  max-width: 968px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}

main figure {
  margin: 0;
}

main .contact-link .container .mail-link a {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  padding: 18px 0 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

main .contact-link .container .mail-link a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 26px;
  height: 19px;
  background: url(/interior/images/common/icon-mail.svg) no-repeat 0/contain;
  margin-right: 18px;
}

main .contact-link .container .mail-link a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 9px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main .contact-link .container .mail-link a:hover {
  background: #000;
}

main .contact-link .container .mail-link a:hover::after {
  right: 28px;
}

main .contact-link .container .tel-link {
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
  line-height: 1;
}

main .contact-link .container .tel-link .tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 50px;
  margin-left: 40px;
  position: relative;
  top: 9px;
}

main .contact-link .container .tel-link .tel::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/interior/images/common/icon-tel.svg) no-repeat 0/contain;
  margin-right: 8px;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 110px;
}

header img {
  width: 100%;
}

header .header-inner {
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
}

header .header-inner.inner2 {
  background: #fff;
}

header .header-inner .logo {
  position: absolute;
  width: 282px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-inner nav ul li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

header .header-inner nav ul li a dl {
  padding-top: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-inner nav ul li a dl dt {
  height: 34px;
  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;
}

header .header-inner nav ul li a dl dt img {
  width: 21px;
}

header .header-inner nav ul li a dl dd {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

header .header-inner nav ul li a:hover {
  opacity: .7;
}

header .header-inner nav ul li:nth-of-type(2) a {
  background: #e60012;
}

header .header-inner nav ul li:nth-of-type(2) a dl dt img {
  width: 32px;
}

/* footer
==================================*/
footer {
  background: #000;
  color: #fff;
}

footer .footer_inner {
  max-width: 1280px;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

footer .footer_inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_inner .row .home {
  line-height: 1;
}

footer .footer_inner .row .home a {
  line-height: 1;
  color: #fff;
}

footer .footer_inner .row address {
  margin-left: 20px;
}

footer .footer_inner .row address ul li {
  line-height: 1;
  font-size: 14px;
  font-style: normal;
}

footer .footer_inner .row address ul li:first-of-type {
  margin-bottom: 8px;
}

footer .footer_inner .row address ul li .tel {
  pointer-events: none;
  cursor: default;
  color: #fff;
}

footer .footer_inner .copy {
  margin-top: -15px;
  line-height: 1;
  font-size: 12px;
  text-align: right;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  margin-top: 0;
}

#Top main .first-sec {
  position: relative;
  overflow: hidden;
}

#Top main .first-sec .slide-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 768px;
}

#Top main .first-sec .slide-area .left-area {
  width: 16%;
}

#Top main .first-sec .slide-area .left-area .slide1, #Top main .first-sec .slide-area .left-area .slide2 {
  height: 50%;
}

#Top main .first-sec .slide-area .left-area .slide1 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/images/top/slide1a.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .left-area .slide1 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/images/top/slide2a.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .left-area .slide2 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/images/top/slide1b.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .left-area .slide2 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/images/top/slide2b.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .center-area {
  width: 51%;
}

#Top main .first-sec .slide-area .center-area .slide3 {
  height: 100%;
}

#Top main .first-sec .slide-area .center-area .slide3 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/images/top/slide1c.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .center-area .slide3 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/images/top/slide2c.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .right-area {
  width: 33%;
}

#Top main .first-sec .slide-area .right-area .slide4 {
  height: 60%;
}

#Top main .first-sec .slide-area .right-area .slide4 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/images/top/slide1d.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .right-area .slide4 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/images/top/slide2d.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .right-area .slide5 {
  height: 40%;
}

#Top main .first-sec .slide-area .right-area .slide5 .swiper-container .swiper-slide.slide1 .slide-inner {
  background: url(/interior/images/top/slide1e.jpg) no-repeat center/cover;
}

#Top main .first-sec .slide-area .right-area .slide5 .swiper-container .swiper-slide.slide2 .slide-inner {
  background: url(/interior/images/top/slide2e.jpg) no-repeat center/cover;
}

#Top main .first-sec .swiper-container {
  width: 100%;
  height: 100%;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  display: inline-block;
  height: 100%;
  -webkit-transition: 0s .5s;
  transition: 0s .5s;
  width: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: absolute;
  left: 0;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 9999;
}

#Top main .first-sec .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slide-inner {
  background-size: cover;
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-transition: .5s ease-in 0s;
  transition: .5s ease-in 0s;
}

#Top main .first-sec dl {
  position: absolute;
  background: rgba(27, 56, 78, 0.85);
  padding: 35px 30px;
  left: 16%;
  top: 295px;
  z-index: 1;
}

#Top main .first-sec dl dt {
  color: #fff;
  font-size: 22px;
}

#Top main .first-sec dl dt span {
  font-size: 32px;
}

#Top main .first-sec dl dt span.line {
  position: relative;
}

#Top main .first-sec dl dt span.line::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff000;
  left: 0;
  bottom: -3px;
}

#Top main .first-sec dl dt span.line.mr {
  margin-right: 5px;
}

#Top main .first-sec dl dd {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 16px;
}

#Top main .first-sec dl dd span {
  font-size: 30px;
}

#Top main .first-sec .small {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  right: 50px;
  bottom: 15px;
  text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
  z-index: 1;
}

#Top main .contact-top {
  margin-top: 80px;
  margin-bottom: 75px;
}

#Top main .blue-sec {
  background: #1f5076;
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  z-index: 1;
  overflow: hidden;
}

#Top main .blue-sec:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 826px;
  height: 804px;
  left: -203px;
  top: -88px;
  opacity: .1;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url(/interior/images/top/back-blue.svg) no-repeat 0/contain;
  z-index: -1;
}

#Top main .blue-sec .container {
  max-width: 814px;
}

#Top main .blue-sec .container .blue-top .lead {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

#Top main .blue-sec .container .blue-top .row {
  margin: 35px -10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Top main .blue-sec .container .blue-top .row dl {
  width: 257px;
  height: 257px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
}

#Top main .blue-sec .container .blue-top .row dl dt {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

#Top main .blue-sec .container .blue-top .row dl dd {
  margin-left: auto;
  margin-right: auto;
}

#Top main .blue-sec .container .blue-top .row dl dd img {
  width: 100%;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(1) dd {
  width: 97px;
  margin-top: 23px;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(2) dd {
  width: 93px;
  margin-top: 28px;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(3) {
  padding-top: 50px;
}

#Top main .blue-sec .container .blue-top .row dl:nth-of-type(3) dd {
  width: 83px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  #Top main .blue-sec .container .blue-top .row dl {
    width: 240px;
    height: 240px;
    padding-top: 65px;
  }
}

#Top main .blue-sec .container .blue-top .line-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

#Top main .blue-sec .container .blue-top .line-area li {
  width: 50%;
}

#Top main .blue-sec .container .blue-top .line-area li svg {
  width: 100%;
}

#Top main .blue-sec .container .blue-top .text {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 110px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

#Top main .blue-sec .container .sec-tit {
  color: #fff;
}

#Top main .servise-sec li {
  width: 25%;
  max-height: 622px;
  overflow: hidden;
}

#Top main .servise-sec li figure {
  position: relative;
}

#Top main .servise-sec li figure img {
  width: 100%;
}

#Top main .servise-sec li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #fff;
  background: #000;
  line-height: 1.2;
  padding: 11px 21px 15px;
  margin-right: 15px;
}

@media screen and (max-width: 1200px) {
  #Top main .servise-sec li figure figcaption {
    font-size: 16px;
  }
}

#Top main .flow-sec {
  margin-top: 80px;
  margin-bottom: 60px;
}

#Top main .flow-sec .container {
  max-width: 1132px;
}

#Top main .flow-sec .container .row {
  margin-top: 35px;
}

#Top main .flow-sec .container .row dl {
  width: 257px;
  height: 257px;
  border-radius: 50%;
  text-align: center;
  padding-top: 73px;
  margin: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  position: relative;
}

#Top main .flow-sec .container .row dl::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #386486;
  right: -38px;
  top: 50%;
}

#Top main .flow-sec .container .row dl dt {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

#Top main .flow-sec .container .row dl dd {
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

#Top main .flow-sec .container .row dl dd img {
  margin: 0 auto;
}

#Top main .flow-sec .container .row dl:nth-of-type(1) dd img {
  width: 66px;
}

#Top main .flow-sec .container .row dl:nth-of-type(2) dd img {
  width: 88px;
}

#Top main .flow-sec .container .row dl:nth-of-type(3) dd img {
  width: 58px;
}

#Top main .flow-sec .container .row dl:nth-of-type(4)::after {
  display: none;
}

#Top main .flow-sec .container .row dl:nth-of-type(4) dd img {
  width: 95px;
}

@media screen and (max-width: 1280px) {
  #Top main .flow-sec .container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Top main .flow-sec .container .row dl {
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    text-align: center;
    padding-top: 5vw;
    margin: 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  #Top main .flow-sec .container .row dl::after {
    width: 50px;
    height: 1px;
    right: -38px;
  }
  #Top main .flow-sec .container .row dl dt {
    font-size: 16px;
  }
  #Top main .flow-sec .container .row dl dd {
    height: 5vw;
    margin-top: 1.5vw;
  }
  #Top main .flow-sec .container .row dl:nth-of-type(1) dd img {
    width: 4vw;
  }
  #Top main .flow-sec .container .row dl:nth-of-type(2) dd img {
    width: 5vw;
  }
  #Top main .flow-sec .container .row dl:nth-of-type(3) dd img {
    width: 3.5vw;
  }
  #Top main .flow-sec .container .row dl:nth-of-type(4) dd img {
    width: 4vw;
  }
}

#Top main .contact-bottom {
  margin-bottom: 120px;
}

/*==================================
  Company
==================================*/
#Company main .container {
  max-width: 968px;
}

#Company main .table-sec {
  margin-top: 60px;
}

#Company main .table-sec .container table tr th {
  width: 210px;
  text-align: center;
  background: #f3f5f6;
  padding: 23px 0;
  font-weight: 400;
  border-bottom: 1px solid #c0cad1;
}

#Company main .table-sec .container table tr td {
  width: calc(100% - 210px);
  padding: 23px 40px;
  border-bottom: 1px solid #c0cad1;
}

#Company main .table-sec .container table tr:last-of-type th, #Company main .table-sec .container table tr:last-of-type td {
  border-bottom: none;
}

#Company main .access-sec {
  margin-top: 60px;
  padding-bottom: 80px;
}

#Company main .access-sec .container .map-area {
  margin-top: 30px;
}

#Company main .access-sec .container .map-area iframe {
  width: 100%;
  height: 430px;
}

#Company main .contact-link {
  background: #d3dce2;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*==================================
  Contact
==================================*/
body {
  margin: 0;
}

main#Contact {
  margin-bottom: 120px;
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  background: #fff;
  /*------ Form Base END ------*/
}

main#Contact input {
  -webkit-appearance: none;
}

main#Contact input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

main#Contact input[type="radio"] {
  display: none;
}

main#Contact input[type="radio"]:checked + label {
  background: #ff0000;
}

main#Contact input[type="checkbox"] {
  display: none;
}

main#Contact input[type="checkbox"]:checked + label {
  background: #ff0000;
}

main#Contact input:-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #bdbdbd;
}

main#Contact input::-ms-input-placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #bdbdbd;
}

main#Contact input::placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #bdbdbd;
}

main#Contact button,
main#Contact input[type="button"],
main#Contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact .container {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: white !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

main#Contact input[type="text"]:focus,
main#Contact input[type="email"]:focus,
main#Contact input[type="tel"]:focus,
main#Contact input[type="search"]:focus,
main#Contact input[type="url"]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff;
}

main#Contact .ERR {
  color: #cc0303;
}

main#Contact input[type="text"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 8px 21px 9px;
  border: 1px solid #dbdee0;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

main#Contact input[type="text"].zip {
  max-width: 220px;
  width: 100%;
}

main#Contact .address td::before {
  content: "〒";
  font-size: 18px;
  margin-right: 3px;
}

main#Contact .zip-wrap {
  background: #f8f8f8;
  display: inline-block;
  position: relative;
  max-width: 220px;
  width: 100%;
  margin-right: 3px;
}

main#Contact .zip-wrap input {
  width: 100%;
}

main#Contact input[type="button"] {
  font-size: 16px;
  line-height: 41px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  max-width: 150px;
  text-align: center;
  width: 100%;
  background: #000;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

main#Contact input[type="button"]:hover {
  background: none;
  color: #000;
}

main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dbdee0;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}

main#Contact .submit_area {
  margin-top: 60px;
  text-align: center;
}

main#Contact .submit_area span {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

main#Contact .submit_area span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 9px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .submit_area span input[type="submit"] {
  cursor: pointer;
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  padding: 18px 0 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .submit_area span:hover::after {
  right: 28px;
}

main#Contact .submit_area span:hover input[type="submit"] {
  background: #000;
}

main#Contact .submit_area ul.koumoku {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

main#Contact .submit_area ul.koumoku li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  width: 100%;
}

main#Contact .submit_area ul.koumoku li::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 9px;
  background: url(/interior/images/common/icon-arrow.svg) no-repeat 0/contain;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .submit_area ul.koumoku li.left {
  margin-top: 20px;
}

main#Contact .submit_area ul.koumoku li.left::after {
  left: 38px;
  right: auto;
  background: url(/interior/images/common/icon-arrow-l.svg) no-repeat 0/contain;
}

main#Contact .submit_area ul.koumoku li.right {
  margin-top: 0px;
}

main#Contact .submit_area ul.koumoku li input[type="submit"] {
  cursor: pointer;
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  padding: 18px 0 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .submit_area ul.koumoku li:hover::after {
  right: 28px;
}

main#Contact .submit_area ul.koumoku li:hover.left::after {
  left: 28px;
  right: auto;
}

main#Contact .submit_area ul.koumoku li:hover input[type="submit"] {
  background: #000;
}

main#Contact .btn_back {
  margin-top: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

main#Contact .btn_back::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 9px;
  background: url(/interior/images/common/icon-arrow-l.svg) no-repeat 0/contain;
  left: 38px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .btn_back input {
  cursor: pointer;
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  width: 100%;
  padding: 18px 0 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .btn_back:hover::after {
  left: 28px;
}

main#Contact .btn_back:hover input[type="submit"] {
  background: #000;
}

main#Contact .contact_back {
  margin-top: 50px;
  text-align: center;
}

main#Contact .contact_back a {
  display: block;
  position: relative;
  color: #fff;
  background: #e60012;
  padding: 18px 0 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

main#Contact .contact_back a:hover {
  background: #000;
}

main#Contact .container {
  margin: auto;
}

main#Contact .container p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}

main#Contact .container p > a:hover {
  color: #704f00;
  background: -webkit-gradient(linear, left top, left bottom, from(#704f00), to(#704f00)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}

main#Contact .need {
  color: #fff;
  background: #e60012;
  font-size: 12px;
  line-height: 22px;
  width: 41px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
}

main#Contact .lead {
  margin-bottom: 50px;
  text-align: center;
}

main#Contact table {
  display: block;
}

main#Contact table tbody {
  display: block;
}

main#Contact table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
  width: 180px;
}

main#Contact table tr td {
  display: block;
  width: calc(100% - 180px);
}

main#Contact table tr td .text02 {
  margin-top: 8px;
}

main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}

main#Contact .check-list li {
  display: inline-block;
}

main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}

main#Contact .tel-link {
  margin: 50px 0 57px;
}

main#Contact .tel-link p {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

main#Contact .tel-link dl {
  margin-top: 22px;
  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;
}

main#Contact .tel-link dl dt::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  line-height: 1;
  background: url(/interior/images/common/icon-tel.svg) no-repeat 0/contain;
}

main#Contact .tel-link dl dt a {
  font-size: 46px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
}

main#Contact .tel-link dl dd {
  font-size: 18px;
  margin-left: 20px;
}

main#Contact .privacy-area {
  background: #f2f2f2;
  padding: 30px 55px;
}

main#Contact .privacy-area dt::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #e60012;
  margin-right: 6px;
}

main#Contact .privacy-area dd {
  font-size: 14px;
  margin-top: 8px;
}

main#Contact.sfm1 table tr th {
  padding-top: 11px;
}

main#Contact.sfm2 .container {
  padding-top: 50px;
}

main#Contact.sfm2 table tr th {
  width: 220px;
}

main#Contact.sfm2 table tr td {
  width: calc(100% - 220px);
}

main#Contact.sfm3 .container {
  padding-top: 50px;
}
