body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  color: #222;
}
body#para {
  position: relative;
  z-index: 1;
}
body#para::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("/img/common/contact-bg.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #222 !important;
}

.col-gray {
  color: #f6f6f6 !important;
}

.col-beige {
  color: #f7efe5 !important;
}

.col-blue {
  color: #3ea6ff !important;
}

.col-orange {
  color: #ff9415 !important;
}

.col-orange_light {
  color: #ffba15 !important;
}

.col-yellow {
  color: #feed19 !important;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #222 !important;
}

.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-beige {
  background-color: #f7efe5 !important;
}

.bg-blue {
  background-color: #3ea6ff !important;
}

.bg-orange {
  background-color: #ff9415 !important;
}

.bg-orange_light {
  background-color: #ffba15 !important;
}

.bg-yellow {
  background-color: #feed19 !important;
}

.bg-gra-orange {
  background: linear-gradient(to right, #ffb052, #ff9415);
}

.bg-img-orange {
  background: url("/img/common/bg-orange.png") center top no-repeat;
  background-size: cover;
}

.frame-top-triangle {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.frame-top-triangle::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/160;
  background-image: url("/img/common/frame-triangle.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.tel-btn .tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}
.tel-btn .tel span {
  font-size: 26px;
  font-size: 2.6rem;
}

#sidebar {
  max-width: 8.5416666667%;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 88;
}
#sidebar .contact-btn {
  background: #fff;
}
#sidebar .totop-btn {
  max-width: 48.78%;
  margin-top: 35px;
}
#sidebar .totop-btn img {
  background: #fff;
  border-radius: 50rem;
}

.cmn-btn a {
  display: block;
  height: 74px;
  background: #3ea6ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.cmn-btn a:hover {
  background: #2689ff;
}
.cmn-btn a:hover::after {
  transform: translateX(-5px);
}

.arw-wht, .arw-blue {
  position: relative;
}
.arw-wht::after, .arw-blue::after {
  content: "";
  display: block;
  width: 17px;
  max-width: 100%;
  aspect-ratio: 41/28;
  background-image: url("/img/common/arrow-wht.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.arw-blue::after {
  aspect-ratio: 20/14;
  background-image: url("/img/common/arrow-blue.png");
}
.arw-cube {
  position: relative;
  z-index: 1;
}
.arw-cube::after {
  content: "";
  display: block;
  width: 50px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-cube-blue.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: inline-block;
  width: 34px;
  max-width: 100%;
  min-width: 34px;
  aspect-ratio: 34/22;
  background-image: url("/img/common/ic-mail.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

.hov-opa a:hover {
  opacity: 0.8;
}

.hov-img a:hover img {
  opacity: 0.8;
}

.hov-scale a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img {
  transform: scale(0.98);
}

.table {
  width: 100%;
}
.table-plain {
  background: #f7efe5;
}
.table-plain tr th, .table-plain tr td {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
.table-plain tr th {
  width: 170px;
  max-width: 100%;
  background: #ff9415;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 23px 2%;
}
.table-plain tr td {
  padding: 23px 3%;
}
.table-plain tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}
.table-plain tr:not(:last-child) td {
  border-bottom: solid 1px #ff9415;
}

header {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
header::before, header::after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
header::after {
  width: 332px;
  max-width: 100%;
  aspect-ratio: 332/407;
  background-image: url("/img/top/mv-frame-right.png");
  right: 0;
}
header.hd-top {
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
  aspect-ratio: 1920/950;
}
header.hd-top::before {
  height: 100%;
  aspect-ratio: 837/950;
  background-image: url("/img/top/mv-frame-left.png");
  left: 0;
}
header.hd-lower {
  width: 100%;
  aspect-ratio: 1920/650;
  min-height: 450px;
}
header.hd-lower::before {
  height: 100%;
  aspect-ratio: 600/650;
  background-image: url("/img/common/frame-left.png");
  left: 0;
}
header.hd-lower::after {
  width: auto;
  height: 62%;
}
header.hd-lower.bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-about h2 {
  max-width: 38.75%;
}
header.hd-lower.bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-contact h2 {
  max-width: 38.5416666667%;
}
header.hd-lower.bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-complete h2 {
  max-width: 38.5416666667%;
}
header.hd-lower.bg-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-blog h2 {
  max-width: 20.625%;
}
header.hd-lower.bg-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-company h2 {
  max-width: 40.7291666667%;
}
header.hd-lower.bg-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-e404 h2 {
  max-width: 45.5729166667%;
}
header.hd-lower.bg-interview {
  background: url("/img/interview/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-interview h2 {
  max-width: 41.9791666667%;
}
header.hd-lower.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-privacy h2 {
  max-width: 64.6875%;
}
header.hd-lower.bg-service {
  background: url("/img/service/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-service h2 {
  max-width: 31.6666666667%;
}
header.hd-lower.bg-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
header.hd-lower.bg-sitemap h2 {
  max-width: 35.2083333333%;
}
header .hd-bar {
  width: 100%;
  padding: 0 7%;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
header .hd-bar .info-nav {
  margin-left: 20px;
}
header h1 {
  width: 100%;
  max-width: 700px;
  padding: 0 0 0 7%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
header #hd-nav ul li:not(:first-child) {
  margin-left: 40px;
}
header #hd-nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1em;
  white-space: nowrap;
}
header #hd-nav ul li a:hover {
  color: #ff9415;
}
header .mv {
  height: 100%;
}
header .mv-top .cc {
  max-width: 40.625%;
  position: absolute;
  left: 7%;
  bottom: 15%;
}
header .mv-lower h2 {
  position: absolute;
  left: 7%;
  bottom: 10%;
}

.ctn {
  width: 1080px;
  margin: 0 auto;
}

.list-column {
  display: flex;
  flex-wrap: wrap;
}
.list-column-3 li {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-column-3 li:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-column-4 li {
  width: calc(25% - 15px);
}
.list-column-4 li:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-news li:not(:last-child) {
  border-bottom: solid 1px #222;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-news li .inner {
  display: flex;
  flex-wrap: wrap;
}
.list-news li time {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: #919191;
  margin-right: 20px;
}
.list-news li .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 12px;
}

.layout-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-half .box {
  width: calc(50% - 20px);
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame-ctn {
  width: 100%;
  margin: 0 auto;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.cmn-tag-main {
  border-top: double #ffba15;
  border-bottom: double #ffba15;
  padding: 10px;
}
.cmn-tag-main .ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmn-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmn-tag-main .list-tag .tag {
  margin: 5px;
}
.cmn-tag-main .list-tag .tag a {
  display: block;
  background: #ff9415;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 20px;
}
.cmn-tag-main .list-tag .tag a:hover {
  opacity: 0.8;
}
.cmn-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.cmn-tag-sub .tag {
  color: #ffba15;
  line-height: 1em;
  font-weight: 600;
  margin: 0 10px 5px 0;
}
.cmn-gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.cmn-blog-list li {
  display: flex;
  align-items: center;
}
.cmn-blog-list li:not(:last-child) {
  border-bottom: solid 1px #e3dbd5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-blog-list li .image {
  width: 25%;
  min-width: 25%;
  border: solid 1px #e3dbd5;
  aspect-ratio: 2/1.5;
  margin-right: 20px;
}
.cmn-blog-list li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-blog-list li .inner {
  width: 100%;
}
.cmn-blog-list li time {
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.cmn-blog-list li .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 10px;
}
.cmn-blog-list li .txt {
  line-height: 1.5em;
  margin-top: 15px;
}
.cmn-reason.frame-top-triangle {
  padding-top: 0 !important;
}
.cmn-reason .frame-ctn {
  background: url("/img/top/reason-eng.png") right bottom no-repeat;
  background-size: 54.11%;
  padding: 240px 0 130px 0 !important;
}
.cmn-reason .list-reason li {
  width: 330px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.cmn-reason .list-reason li .num {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #feed19;
  position: absolute;
  top: -20px;
  left: 20px;
}
.cmn-reason .list-reason li .txt {
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  font-weight: 600;
  margin-top: 30px;
}
.cmn-reason .list-reason li:not(:nth-child(3n-2)) {
  margin-left: 45px;
}
.cmn-reason .list-reason li:nth-child(2) {
  margin-top: 40px;
}
.cmn-reason .list-reason li:nth-child(3) {
  margin-top: 80px;
}
.cmn-reason .list-reason li:nth-child(4) {
  margin-top: 10px;
}
.cmn-reason .list-reason li:nth-child(5) {
  margin-top: 50px;
}
.cmn-bnr {
  padding: 140px 0;
}
.cmn-bnr .bnr {
  width: 780px;
  max-width: 100%;
  max-width: 40.625%;
}
.cmn-bnr .bnr:nth-child(even) {
  margin-left: 4.17%;
}
.cmn-bnr .bnr .ttl {
  margin-bottom: 35px;
}
.cmn-bnr .bnr .ttl .main, .cmn-bnr .bnr .ttl .sub {
  display: block;
  line-height: 1em;
}
.cmn-bnr .bnr .ttl .main {
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 700;
}
.cmn-bnr .bnr .ttl .sub {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 5px !important;
}
.cmn-contact .box-txt {
  width: 733px;
  max-width: 100%;
  height: 480px;
  background: url("/img/common/contact-base.png") right top no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.cmn-contact .ttl {
  position: absolute;
  top: -45px;
  left: 140px;
}
.cmn-contact .ttl .main, .cmn-contact .ttl .sub {
  display: block;
}
.cmn-contact .ttl .main {
  font-family: "Poppins", sans-serif;
  font-size: 86px;
  font-size: 8.6rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
.cmn-contact .ttl .sub {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 25px;
}
.cmn-contact .tel-btn .tel {
  font-size: 44px;
  font-size: 4.4rem;
}
.cmn-contact .tel-btn .tel span {
  font-size: 30px;
  font-size: 3rem;
}
.cmn-contact .cmn-btn:not(:first-child) {
  margin-top: 20px;
}
.cmn-contact .cmn-btn a {
  height: 90px;
}
.cmn-btn-wide a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/common/btn-img.png") right center no-repeat;
  background-size: contain;
  background-color: #3ea6ff;
  height: 300px;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 600;
  color: #fff;
}
.cmn-btn-wide a:hover {
  background-color: #2689ff;
}
.cmn-btn-wide .ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cmn-btn-wide .arw-wht::after {
  width: 40px;
  max-width: 100%;
  position: static;
  display: inline-block;
  margin: 0 0 0 5%;
}

.frame-top-triangle {
  padding-top: 240px !important;
}

#container-top h2 .ttl, #container-top h2 .ruby {
  display: block;
}
#container-top h2 .ttl {
  font-family: "Poppins", sans-serif;
  font-size: 86px;
  font-size: 8.6rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
#container-top h2 .ruby {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 25px;
}
#container-top .cmn-contact {
  height: 770px;
}

#container-lower article {
  padding: 120px 0;
}
#container-lower h3.ptn1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  color: #ff9415;
  margin-bottom: 50px;
}
#container-lower h3.ptn1::after {
  content: "";
  display: block;
  width: 94px;
  max-width: 100%;
  height: 4px;
  background: #ff9415;
  margin: 25px auto 0 auto;
}
#container-lower h3.ptn1.col-wht::after {
  background: #fff;
}
#container-lower h4.ptn1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  background: #ff9415;
  color: #fff;
  text-align: center;
  padding: 10px 4%;
  margin-bottom: 20px;
}
#container-lower .txt-plain {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}
#container-lower .cmn-contact {
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
  padding: 0 !important;
  height: 770px;
}

.top-news {
  padding-top: 100px;
}
.top-news::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/633;
  background-image: url("/img/top/news-frame-btm.png");
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.top-news .frame-ctn {
  max-width: 1640px;
  padding: 100px 20px;
}
.top-news .frame-ctn::after {
  content: "";
  display: block;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  margin: auto 0;
  z-index: -1;
}
.top-news .box-ttl {
  width: 265px;
  max-width: 100%;
}
.top-news .box-ttl .btn {
  margin-top: 30px;
}
.top-news .list {
  width: 680px;
  max-width: 100%;
}

.top-greeting {
  background: url("/img/top/greeting-eng.png") left bottom no-repeat;
  background-size: 75.94%;
}
.top-greeting h2 {
  margin-bottom: 50px;
}
.top-greeting .box-txt {
  width: 456px;
  max-width: 100%;
  margin-top: 90px;
}
.top-greeting .img {
  margin-right: -280px;
}
.top-greeting .btn {
  margin-top: 60px;
}
.top-greeting .frame-ctn {
  padding: 110px 0 324px 0;
}
.top-greeting .frame-ctn::before, .top-greeting .frame-ctn::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.top-greeting .frame-ctn::before {
  width: 100%;
  aspect-ratio: 1920/585;
  background-image: url("/img/top/greeting-frame-top.png");
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.top-greeting .frame-ctn::after {
  width: 880px;
  max-width: 100%;
  max-width: 45.8333333333%;
  aspect-ratio: 880/694;
  background-image: url("/img/top/greeting-frame-btm.png");
  right: 0;
  bottom: -2px;
  margin: 0;
}

.top-video {
  margin-top: -160px;
}
.top-video .wrap-youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top-video .wrap-youtube .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-reason.frame-top-triangle::before {
  content: none !important;
}
.top-reason h2 {
  margin-bottom: 100px;
}
.top-reason .btn {
  margin-top: 60px;
}

.top-bnr .bnr .txt a {
  display: block;
  background: #ff9415;
  width: 100%;
  height: 100%;
  padding: 25px 7.05%;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.top-bnr .bnr .txt a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transition: 0.3s;
}
.top-bnr .bnr .txt a:hover {
  color: #222;
  border-bottom: solid 1px #3ea6ff;
}
.top-bnr .bnr .txt a:hover::before {
  width: 100%;
}

.lower-about-reason {
  padding-bottom: 0 !important;
}
.lower-about-reason .frame-ctn {
  padding-bottom: 120px;
}

.lower-reason .list-reason li {
  aspect-ratio: inherit;
  padding: 25px;
}
.lower-reason .list-reason li .txt-plain {
  margin-top: 30px;
  text-align: left;
  line-height: 30px !important;
}

.lower-service-business .service-item:nth-child(even) {
  flex-direction: row-reverse;
}
.lower-service-business .service-item:not(:first-child) {
  margin-top: 60px;
}
.lower-service-works .works-item {
  background: #fff;
}
.lower-service-works .works-item:not(:first-child) {
  margin-top: 40px;
}
.lower-service-works .works-item .ttl {
  background: #feed19;
  display: flex;
}
.lower-service-works .works-item .ttl .num {
  width: 180px;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lower-service-works .works-item .ttl .num span {
  font-size: 40px;
  font-size: 4rem;
}
.lower-service-works .works-item .ttl .txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  padding: 10px 3%;
}
.lower-service-works .works-item .ttl .txt span {
  font-size: 26px;
  font-size: 2.6rem;
}
.lower-service-works .works-item .contents {
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
}
.lower-service-works .works-item .contents .box-table {
  width: 100%;
}
.lower-service-works .works-item .contents .img {
  width: 370px;
  max-width: 100%;
  min-width: 370px;
  margin-left: 30px;
}

.lower-interview-list .list-interview li {
  background: #f7efe5;
  padding: 40px 30px;
}
.lower-interview-list .list-interview li:not(:first-child) {
  margin-top: 40px;
}
.lower-interview-list .list-interview li .name {
  display: flex;
}
.lower-interview-list .list-interview li .name span {
  background: #ff9415;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 20px;
}
.lower-interview-list .list-interview li .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  color: #ff9415;
  margin-top: 20px;
}
.lower-interview-list .list-interview li .txt {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.lower-company-greeting {
  background: url("/img/company/greeting-bg.png") right center no-repeat;
  background-size: contain;
}

.lower-contactForm .tel-btn {
  width: 440px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  background: #fff;
}
.lower-contactForm .tel-btn .tel {
  font-size: 44px;
  font-size: 4.4rem;
}
.lower-contactForm .tel-btn .tel span {
  font-size: 30px;
  font-size: 3rem;
}

footer .info {
  padding: 85px 0 50px 0;
}
footer .ft-nav {
  padding: 30px 0;
}
footer .ft-nav ul li {
  margin: 0 15px;
}
footer .ft-nav ul li:nth-child(n+8) {
  margin-top: 20px;
}
footer .ft-nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
footer .ft-nav ul li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #ff9415;
  vertical-align: middle;
  margin-right: 5px;
}
footer .ft-nav ul li a:hover {
  color: #ff9415;
}
footer .ft-nav ul li:nth-child(8) a, footer .ft-nav ul li:nth-child(9) a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
footer .copy {
  padding: 20px;
}/*# sourceMappingURL=style.css.map */