@charset "UTF-8";
html.active {
  overflow: hidden;
}

body {
  padding-top: 120px;
}
@media screen and (max-width: 1039px) {
  body {
    padding-top: 60px;
  }
}

.container {
  position: relative;
  width: 1020px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  position: relative;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px -5px #777;
  margin: 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 1039px) {
  header {
    height: 60px;
  }
}
header .container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
header .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header .top a {
  display: block;
}
header .top img {
  width: 97px;
  height: 97px;
  transform-origin: left top;
}
header .top:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1039px) {
  header .top img {
    width: 60px;
    height: 60px;
  }
}
header .logo {
  position: absolute;
  top: 35px;
  left: 120px;
}
header .logo img {
  width: 215px;
}
@media screen and (max-width: 1039px) {
  header .logo {
    top: 20px;
    left: 70px;
  }
  header .logo img {
    width: 100px;
  }
}
header .navi {
  position: absolute;
  top: 35px;
  right: 435px;
  border-right: 1px solid #CCC;
  padding-right: 30px;
}
header .navi ul {
  text-align: left;
}
header .navi ul li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
header .navi ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 0;
}
@media screen and (min-width: 1040px) {
  header .navi ul li a:hover {
    opacity: 1;
    color: #ff8e0c;
  }
}
header .navi ul li.parents ul.child {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #CCC;
  opacity: 0;
  z-index: -1;
}
header .navi ul li.parents ul.child li {
  width: 150px;
  display: block;
  margin: 0;
}
header .navi ul li.parents ul.child li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
header .navi ul li.parents ul.child li a {
  display: block;
  background-color: #FFF;
  padding: 5px 10px;
}
header .navi ul li.parents:hover ul.child {
  opacity: 1;
  z-index: 1000;
}
@media screen and (max-width: 1366px) {
  header .navi {
    display: none;
  }
}
header .telbutton {
  position: absolute;
  top: 34px;
  right: 225px;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 1040px) {
  header .telbutton a {
    pointer-events: none;
  }
}
header .telbutton i {
  color: #0d2e8b;
  margin-right: 5px;
}
@media screen and (max-width: 1366px) {
  header .telbutton {
    display: none;
  }
}
header .contactbutton {
  position: absolute;
  top: 27px;
  right: 35px;
}
header .contactbutton a {
  display: block;
}
header .contactbutton img {
  height: 50px;
}
@media screen and (max-width: 1366px) {
  header .contactbutton {
    display: none;
  }
}
header .navibutton {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 20px;
  right: 20px;
}
header .navibutton:hover {
  cursor: pointer;
}
header .navibutton .btn {
  position: relative;
  width: 100%;
  height: 100%;
}
header .navibutton .btn span {
  display: block;
  position: absolute;
  background-color: #0d2e8b;
  height: 2px;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn .l1 {
  top: 0;
}
header .navibutton .btn .l2 {
  top: calc(50% - 1px);
}
header .navibutton .btn .l3 {
  bottom: 0;
}
header .navibutton .btn.active .l1 {
  -moz-transform: translateX(0px) translateY(9px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(9px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(9px) rotate(-45deg);
  transform: translateX(0px) translateY(9px) rotate(-45deg);
}
header .navibutton .btn.active .l2 {
  opacity: 0;
}
header .navibutton .btn.active .l3 {
  -moz-transform: translateX(0px) translateY(-9px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(-9px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(-9px) rotate(45deg);
  transform: translateX(0px) translateY(-9px) rotate(45deg);
}
@media screen and (min-width: 1365px) {
  header .navibutton {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: white;
  overflow-y: scroll;
  padding-top: 90px;
  margin: 0 auto;
  z-index: 999;
}
nav .mail {
  text-align: center;
  padding: 0 40px;
}
nav .mail .image {
  margin-bottom: 5px;
}
nav .mail .image img {
  width: 70%;
}
nav .mail .phone {
  font-size: 3.2rem;
  font-style: italic;
  margin-bottom: 10px;
}
nav .mail .phone i {
  font-size: 2.6rem;
  margin-right: 5px;
}
nav .mail .time {
  width: 80%;
  font-size: 1.2rem;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 50px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  nav .mail .time {
    margin-bottom: 30px;
  }
}
nav .mail .bt {
  margin-bottom: 30px;
}
nav .navi {
  padding: 0 30px;
}
nav .navi ul li {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
}
nav .navi ul li i {
  position: absolute;
  top: 18px;
  right: 0;
  color: #ff8e0c;
  z-index: 100;
}
nav .navi ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
nav .navi ul li.parents .child {
  display: none;
  padding-top: 10px;
}
nav .navi ul li.parents .child li {
  border: none;
  padding-left: 1em;
}
nav .navi ul li.parents .child li a {
  font-weight: 500;
  color: #646464;
}
nav .navi ul li.parents .child li a:before {
  content: "－";
  color: #ff8e0c;
  margin-right: 5px;
}

#index .sct-mainimg {
  background-image: url(../images/index/mainimg@2x.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-mainimg .container {
  position: relative;
  width: 100%;
  padding-top: 76.56%;
  overflow: visible;
}
#index .sct-service {
  position: relative;
  overflow: hidden;
}
#index .sct-service .container {
  overflow: visible;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-service .m-title {
  text-align: left;
  margin-bottom: 50px;
}
#index .sct-service .m-title:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .sct-service .service_txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: left;
  margin-bottom: 60px;
}
#index .sct-service .service_txt span {
  display: inline-block;
  color: #FFF;
  background-color: #ff8e0c;
  background: linear-gradient(120deg, #ff8e0c 0%, #ffb259 100%);
  padding: 0 10px;
  margin: 0 10px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_txt {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
}
#index .sct-service .service_map {
  width: 750px;
  max-width: 100%;
  height: 560px;
  background-image: url(../images/index/service_bg@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1040px) {
  #index .sct-service .service_map {
    position: absolute;
    top: 10px;
    left: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map {
    width: 335px;
    height: 300px;
    margin: 0 auto;
  }
}
#index .sct-service .service_map .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#index .sct-service .service_map .inner .bt {
  position: absolute;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map .inner .bt img {
    height: 30px;
  }
}
#index .sct-service .service_map .inner .bt a:hover {
  opacity: 1;
}
#index .sct-service .service_map .inner .building {
  top: 175px;
  left: 0;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map .inner .building {
    top: 95px;
    left: 0;
  }
}
#index .sct-service .service_map .inner .condominium {
  bottom: 150px;
  left: 310px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map .inner .condominium {
    bottom: 100px;
    left: 110px;
  }
}
#index .sct-service .service_map .inner .electrical {
  top: 50px;
  left: 270px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map .inner .electrical {
    top: 30px;
    left: 110px;
  }
}
#index .sct-service .service_map .inner .pest {
  top: 165px;
  right: 30px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service_map .inner .pest {
    top: 90px;
    right: 0;
  }
}
#index .sct-service .service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index .sct-service .service ul {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-service .service ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }
}
#index .sct-service .service ul li .image {
  margin-bottom: 30px;
}
#index .sct-service .service ul li .image a {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#index .sct-service .service ul li .image a:hover img {
  transform: scale(1.1, 1.1);
}
#index .sct-service .service ul li .image img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service ul li .image {
    margin-bottom: 10px;
  }
}
#index .sct-service .service ul li h3 {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service ul li h3 {
    font-size: 1.6rem;
  }
}
#index .sct-service .service ul li h3 i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  font-size: 2.8rem;
  color: #ff8e0c;
}
#index .sct-service .service ul li h3 img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 26px;
}
#index .sct-service .service ul li .txt {
  margin-bottom: 20px;
}
#index .sct-service .service ul li .tag {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service ul li .tag {
    margin-bottom: 10px;
  }
}
#index .sct-service .service ul li .tag span {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1039px) {
  #index .sct-service .service ul li .tag span {
    font-size: 1.2rem;
  }
}
#index .sct-service .service ul li .s-bt {
  position: relative;
}
#index .sct-service .service ul li .s-bt a:after {
  width: 75px;
  height: 1px;
  display: block;
  content: "";
  background-color: #0d2e8b;
  transform: scale(0, 1);
  transform-origin: left top;
}
#index .sct-service .service ul li .s-bt a i {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#index .sct-service .service ul li .s-bt a:hover:after {
  transform: scale(1, 1);
  transition: all .3s;
}
#index .sct-service .service ul li .s-bt a:hover i {
  transform: translateX(10px);
}
#index .sct-strength {
  position: relative;
  background-color: #fef5f0;
  margin-bottom: 150px;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength {
    margin-bottom: 60px;
  }
}
#index .sct-strength:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  display: block;
  content: "";
  background-color: #FFF;
}
#index .sct-strength .container {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-strength .m-title {
  text-align: left;
}
#index .sct-strength .m-title:before {
  left: 0;
  bottom: -10px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .sct-strength .strength ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .strength ul li {
    margin-bottom: 40px;
  }
}
#index .sct-strength .strength ul li .image {
  position: relative;
  width: 50%;
}
#index .sct-strength .strength ul li .image img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #index .sct-strength .strength ul li .image {
    width: 100%;
  }
  #index .sct-strength .strength ul li .image img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-strength .strength ul li .image img {
    width: 80%;
  }
}
#index .sct-strength .strength ul li .image .electrical {
  position: absolute;
  bottom: 80px;
  left: 100px;
  width: 150px;
  height: 150px;
  display: block;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .strength ul li .image .electrical {
    bottom: 45px;
    left: 90px;
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-strength .strength ul li .image .electrical {
    bottom: 75px;
  }
}
#index .sct-strength .strength ul li .image .pest {
  position: absolute;
  bottom: 80px;
  right: 100px;
  width: 150px;
  height: 150px;
  display: block;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .strength ul li .image .pest {
    bottom: 45px;
    right: 90px;
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-strength .strength ul li .image .pest {
    bottom: 75px;
  }
}
#index .sct-strength .strength ul li .detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index .sct-strength .strength ul li .detail {
    width: 100%;
    margin-bottom: 20px;
  }
}
#index .sct-strength .strength ul li .detail h3 {
  font-size: 3.4rem;
  line-height: 6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#index .sct-strength .strength ul li .detail h3 span {
  color: #ff8e0c;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .strength ul li .detail h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#index .sct-strength .strength ul li .detail .txt {
  line-height: 3rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 1039px) {
  #index .sct-strength .strength ul li .detail .txt {
    margin-bottom: 10px;
  }
}
#index .sct-strength .strength ul li:first-child .detail {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #index .sct-strength .strength ul li:first-child .detail {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-strength .strength ul li:first-child .detail {
    padding-right: 30px;
  }
}
#index .sct-strength .strength ul li:last-child .detail {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #index .sct-strength .strength ul li:last-child .detail {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-strength .strength ul li:last-child .detail {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-strength .strength ul li:last-child {
    flex-direction: column-reverse;
  }
}
#index .sct-strength .strength .m-bt {
  background-color: #FFF;
}
#index .sct-news {
  background-image: url(../images/index/news_bg@2x.jpg);
  background-size: 70%;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 210px;
}
@media screen and (max-width: 1039px) {
  #index .sct-news {
    background-size: 80%;
    padding-top: 60px;
    padding-left: 20px;
  }
}
#index .sct-news .container {
  width: 1120px;
  background-color: #FFF;
  padding-top: 70px;
  padding-left: 75px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1039px) {
  #index .sct-news .container {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-news .container {
    padding-left: 40px;
  }
}
#index .sct-news .m-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index .sct-news .m-title {
    margin-bottom: 30px;
  }
}
#index .sct-news .m-title:before {
  left: 0;
  bottom: -10px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index .sct-news .box {
  display: flex;
  flex-wrap: wrap;
}
#index .sct-news .box .title {
  width: 190px;
}
@media screen and (max-width: 767px) {
  #index .sct-news .box .title {
    width: 100%;
    margin-bottom: 30px;
  }
  #index .sct-news .box .title .m-bt {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-news .box .title {
    width: 30%;
  }
}
#index .sct-news .box .news {
  width: calc(100% - 190px);
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  #index .sct-news .box .news {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #index .sct-news .box .news {
    width: 70%;
    padding-left: 40px;
  }
}
#index .sct-news .box .news ul {
  border-top: 1px solid #CCC;
}
#index .sct-news .box .news ul li {
  border-bottom: 1px solid #CCC;
}
#index .sct-news .box .news ul li a {
  position: relative;
  display: block;
  padding: 30px 50px 30px 0;
}
@media screen and (max-width: 1039px) {
  #index .sct-news .box .news ul li a {
    padding: 20px 50px 20px 0;
  }
}
#index .sct-news .box .news ul li a .date {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #7D7E80;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #index .sct-news .box .news ul li a .date {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#index .sct-news .box .news ul li a .date span {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: text-bottom;
  border: 1px solid #0d2e8b;
  color: #0d2e8b;
  border-radius: 50px;
  padding: 0 10px;
  margin-right: 10px;
}
#index .sct-news .box .news ul li a i {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateX(0);
  left: auto;
  right: 20px;
  color: #ff8e0c;
}
#index .sct-news .box .news ul li a:hover {
  opacity: 1;
  color: #ff8e0c;
}
#index .sct-news .box .news ul li a:hover i {
  transform: translateX(10px);
}
#index .sct-recruit {
  color: #FFF;
  background-color: #ff8e0c;
  margin-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .sct-recruit {
    margin-bottom: 60px;
  }
}
#index .sct-recruit .container {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1039px) {
  #index .sct-recruit .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#index .sct-recruit .m-title {
  font-size: 10.4rem;
  line-height: 6rem;
  text-align: left;
  color: #FFF;
  margin-bottom: 0;
  z-index: 99;
}
#index .sct-recruit .m-title:before {
  display: none;
}
@media screen and (max-width: 1039px) {
  #index .sct-recruit .m-title {
    font-size: 6rem;
    line-height: 4rem;
  }
}
#index .sct-recruit .recruit {
  width: 100vw;
  margin: -20px calc(50% - 50vw) 50px;
}
@media screen and (max-width: 767px) {
  #index .sct-recruit .recruit {
    margin: -20px calc(50% - 50vw) 30px;
  }
}
#index .sct-recruit .recruit .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#index .sct-recruit .recruit .slider li {
  padding: 0 10px;
}
#index .sct-recruit .recruit .slider li img {
  border-radius: 30px;
}
#index .sct-recruit .recruit .slick-initialized {
  opacity: 1;
}
#index .sct-recruit .recruit .slick-slider {
  margin-bottom: 0;
}
#index .sct-recruit h3 {
  font-size: 3.4rem;
  line-height: 6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #index .sct-recruit h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#index .sct-recruit .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #index .sct-recruit .txt {
    margin-bottom: 30px;
  }
}
#index .sct-recruit .txt p {
  text-align: center;
}

.sct-breadcrumb .container {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 40px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 1.4rem;
}
.sct-breadcrumb ul li a {
  color: #969696;
}
.sct-breadcrumb ul li:after {
  content: '>';
  display: inline-block;
  color: #969696;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}

.sct-pagetitle {
  position: relative;
  width: 1020px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .sct-pagetitle {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
.sct-pagetitle .title {
  line-height: 5rem;
}
@media screen and (max-width: 1039px) {
  .sct-pagetitle .title {
    line-height: 3rem;
  }
}
.sct-pagetitle .title .e {
  font-size: 2rem;
  font-weight: 500;
  color: #ff8e0c;
  margin-bottom: 5px;
}
@media screen and (max-width: 1039px) {
  .sct-pagetitle .title .e {
    font-size: 1.6rem;
  }
}
.sct-pagetitle .title .j {
  font-size: 7rem;
  font-weight: 700;
}
@media screen and (max-width: 1039px) {
  .sct-pagetitle .title .j {
    font-size: 3rem;
  }
}

.sct-link_L {
  background-color: #FFF5F0;
  border-top: 1px solid #ff8e0c;
  border-bottom: 1px solid #ff8e0c;
}
.sct-link_L .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1039px) {
  .sct-link_L .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sct-link_L a {
  position: relative;
  display: block;
  padding: 0 50px;
}
@media screen and (max-width: 1039px) {
  .sct-link_L a {
    padding: 0 20px;
  }
}
.sct-link_L p {
  font-size: 6rem;
  font-weight: 700;
}
.sct-link_L p span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1039px) {
  .sct-link_L p {
    font-size: 4rem;
  }
  .sct-link_L p span {
    font-size: 1.2rem;
  }
}
.sct-link_L i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 50px;
  font-size: 4rem;
  color: #ff8e0c;
}
@media screen and (max-width: 1039px) {
  .sct-link_L i {
    right: 20px;
    font-size: 3rem;
  }
}

.sct-link .container {
  padding-top: 80px;
  padding-bottom: 135px;
}
@media screen and (max-width: 1039px) {
  .sct-link .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-link .link {
  display: flex;
  flex-wrap: wrap;
}
.sct-link .link .box {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .sct-link .link .box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .sct-link .link .box {
    padding: 0 20px;
  }
}
.sct-link .link .box a {
  position: relative;
  display: block;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sct-link .link .box a {
    padding: 30px 20px;
  }
}
.sct-link .link .box a:hover {
  color: #ff8e0c;
  opacity: 1;
}
.sct-link .link .box p {
  font-size: 3.4rem;
  font-weight: 700;
}
.sct-link .link .box p span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1039px) {
  .sct-link .link .box p {
    font-size: 4rem;
  }
  .sct-link .link .box p span {
    font-size: 1.2rem;
  }
}
.sct-link .link .box i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  font-size: 4rem;
  color: #ff8e0c;
}
@media screen and (max-width: 1039px) {
  .sct-link .link .box i {
    right: 20px;
    font-size: 3rem;
  }
}

#page .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #page .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#page .sct-2column {
  overflow: hidden;
}
#page .sct-2column .container {
  display: flex;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #page .sct-2column .container {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page .sct-2column .container {
    display: block;
  }
}
#page .sct-2column .main {
  width: calc(100% - 290px);
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #page .sct-2column .main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #page .sct-2column .main {
    width: calc(100% - 230px);
    margin-right: 30px;
  }
}
#page .sct-2column .side {
  width: 250px;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #page .sct-2column .side {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #page .sct-2column .side {
    width: 200px;
  }
}
#page .sct-2column .side .side_title {
  font-weight: 700;
  color: #ff8e0c;
  border-bottom: 1px solid #ff8e0c;
  margin-bottom: 10px;
}
#page .sct-2column .side .news ul.new {
  margin-bottom: 30px;
}
#page .sct-2column .side .news ul.new li {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#page .sct-2column .side .news ul.new li .date {
  color: #999;
  font-size: 12px;
}
#page .sct-2column .side .news ul.new li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
}
#page .sct-2column .side .news ul.cat {
  margin-bottom: 30px;
}
#page .sct-2column .side .news ul.cat li a {
  text-decoration: none;
  color: #333;
}
#page .sct-2column .side .blog ul.new {
  margin-bottom: 30px;
}
#page .sct-2column .side .blog ul.new li {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#page .sct-2column .side .blog ul.new li .date {
  color: #999;
  font-size: 12px;
}
#page .sct-2column .side .blog ul.new li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
}
#page .sct-2column .side .blog ul.cat {
  margin-bottom: 30px;
}
#page .sct-2column .side .blog ul.cat li a {
  text-decoration: none;
  color: #333;
}
#page .sct-2column .side .menu ul li a {
  text-decoration: none;
  color: #333;
}

#strength .sct-about {
  position: relative;
  background-image: url(../images/strength/page_main@2x.jpg);
  background-size: 80%;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  #strength .sct-about {
    background-size: 90%;
  }
}
#strength .sct-about .strength_title {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 1150px;
  height: 228px;
  display: block;
  content: "";
  background-image: url(../images/strength/service_bg@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  animation: strength_title 20s linear infinite;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #strength .sct-about .strength_title {
    width: 100%;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-about .strength_title {
    width: 90%;
  }
}
#strength .sct-about .container {
  overflow: visible;
  padding-top: 350px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #strength .sct-about .container {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-about .container {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
#strength .sct-about .about {
  position: relative;
  width: 60%;
  background-color: #FFF;
  padding: 50px 70px;
  margin-left: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #strength .sct-about .about {
    width: 95%;
    padding: 30px;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-about .about {
    width: 70%;
    margin-left: 30%;
    margin-bottom: 30px;
  }
}
#strength .sct-about .about .tate {
  position: absolute;
  top: 40px;
  left: 25px;
  font-style: italic;
  writing-mode: vertical-rl;
  color: #ff8e0c;
}
@media screen and (max-width: 767px) {
  #strength .sct-about .about .tate {
    top: 30px;
    left: 5px;
    font-size: 1rem;
  }
}
#strength .sct-about .about h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-about .about h2 {
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
#strength .sct-about .about h2 .s {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-about .about h2 .s {
    font-size: 1.4rem;
  }
}
#strength .sct-about .about h2 span {
  color: #ff8e0c;
}
#strength .sct-about .about .txt {
  line-height: 3.2rem;
}
#strength .sct-service .container {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-service .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#strength .sct-service .service ul {
  display: flex;
  flex-wrap: wrap;
}
#strength .sct-service .service ul li {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #strength .sct-service .service ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
#strength .sct-merit {
  background-image: url(../images/strength/merit_img@2x.png);
  background-size: contain;
  background-position: right -30px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #strength .sct-merit {
    background-size: 80%;
    background-position: right -20px bottom;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-merit {
    background-size: 40%;
    background-position: right -20px bottom;
    background: none;
  }
}
#strength .sct-merit .container {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-merit .container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#strength .sct-merit .merit {
  width: 65%;
}
@media screen and (max-width: 1039px) {
  #strength .sct-merit .merit {
    width: 100%;
    border-radius: 0;
    padding: 70px 20px 0;
  }
}
#strength .sct-merit .merit h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-merit .merit h2 {
    font-size: 2rem;
  }
}
#strength .sct-merit .merit ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
@media screen and (max-width: 767px) {
  #strength .sct-merit .merit ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-merit .merit ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#strength .sct-merit .merit ul li {
  width: 100%;
  font-weight: 500;
  text-align: left;
  background-color: #FFF5F0;
  border-radius: 10px;
  padding: 20px 15px;
}
#strength .sct-merit .merit ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#strength .sct-50th {
  overflow: hidden;
}
#strength .sct-50th .container {
  width: 1148px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#strength .sct-50th h2 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 30px;
  }
}
#strength .sct-50th h2 p {
  text-align: center;
}
#strength .sct-50th h2 .s {
  font-size: 2rem;
  color: #ff8e0c;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th h2 .s {
    font-size: 1.4rem;
  }
}
#strength .sct-50th h2 span {
  display: inline-block;
  color: #FFF;
  background-color: #ff8e0c;
  background: linear-gradient(120deg, #ff8e0c 0%, #ffb259 100%);
  padding: 0 10px;
  margin: 0 10px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th h2 span {
    padding: 0 5px;
    margin: 0 5px;
  }
}
#strength .sct-50th .history_image {
  width: 100vw;
  height: 700px;
  background-image: url(../images/strength/50th_mainimg@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  #strength .sct-50th .history_image {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-50th .history_image {
    height: 300px;
  }
}
#strength .sct-50th .history {
  color: #FFF;
  background-color: #0657BE;
  padding: 60px 80px 200px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #strength .sct-50th .history {
    padding: 0 20px 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-50th .history {
    padding: 40px 40px 180px;
  }
}
#strength .sct-50th .history ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th .history ul li {
    margin-bottom: 0;
  }
}
#strength .sct-50th .history ul li .image {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #strength .sct-50th .history ul li .image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#strength .sct-50th .history ul li .detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #strength .sct-50th .history ul li .detail {
    width: 100%;
  }
}
#strength .sct-50th .history ul li .detail h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th .history ul li .detail h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#strength .sct-50th .history ul li .detail h3 .s {
  font-size: 2rem;
}
@media screen and (max-width: 1039px) {
  #strength .sct-50th .history ul li .detail h3 .s {
    font-size: 1.4rem;
  }
}
#strength .sct-50th .history ul li .detail h3 span {
  color: #ff8e0c;
}
#strength .sct-50th .history ul li .detail .txt {
  line-height: 3rem;
}
#strength .sct-50th .history ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
#strength .sct-50th .history ul li:nth-child(2n) .image {
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #strength .sct-50th .history ul li:nth-child(2n) .image {
    padding-left: 0;
  }
}
#strength .sct-50th .history ul li:nth-child(2n) .detail {
  padding-left: 0;
}
#strength .sct-trackrecord {
  position: relative;
  background-image: url(../images/strength/trackrecord_bg@2x.jpg);
  background-size: 60%;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -140px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord {
    background-size: 90%;
  }
}
#strength .sct-trackrecord .container {
  overflow: visible;
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #strength .sct-trackrecord .container {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #strength .sct-trackrecord .container {
    padding-top: 280px;
    padding-bottom: 0;
  }
}
#strength .sct-trackrecord .trackrecord {
  position: relative;
  width: 50vw;
  background-color: #FFF5F0;
  padding: 50px 70px;
  margin-left: 50%;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord .trackrecord {
    width: 95%;
    padding: 30px 20px;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
#strength .sct-trackrecord .trackrecord h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord .trackrecord h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
#strength .sct-trackrecord .trackrecord h2 .s {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord .trackrecord h2 .s {
    font-size: 1.4rem;
  }
}
#strength .sct-trackrecord .trackrecord h2 span {
  color: #ff8e0c;
}
#strength .sct-trackrecord .trackrecord .txt {
  line-height: 3.2rem;
  background-color: #FFF;
  padding: 25px 20px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord .trackrecord .txt {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
#strength .sct-trackrecord .trackrecord .txt h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-trackrecord .trackrecord .txt h3 {
    font-size: 1.4rem;
  }
}
#strength .sct-photo .container {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1039px) {
  #strength .sct-photo .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#strength .sct-photo .photo .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#strength .sct-photo .photo .slider li {
  padding: 0 10px;
}
#strength .sct-photo .photo .slick-initialized {
  opacity: 1;
}
#strength .sct-photo .photo .slick-slider {
  margin-bottom: 0;
}

#service .sct-about {
  position: relative;
  background-image: url(../images/service/page_main@2x.png);
  background-size: contain;
  background-position: right -50px top;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about {
    background-size: 90%;
  }
}
#service .sct-about .container {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .container {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
#service .sct-about .title {
  text-align: left;
  line-height: 5rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .title {
    line-height: 3rem;
    margin-bottom: 40px;
  }
}
#service .sct-about .title .e {
  font-size: 2rem;
  font-weight: 700;
  color: #ff8e0c;
  margin-bottom: 5px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .title .e {
    font-size: 1.6rem;
  }
}
#service .sct-about .title .j {
  font-size: 7rem;
  font-weight: 700;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .title .j {
    font-size: 3rem;
  }
}
#service .sct-about .about {
  position: relative;
  width: 50%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #service .sct-about .about {
    width: 95%;
    padding: 30px 20px 20px 30px;
    margin-left: 5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service .sct-about .about {
    width: 70%;
    margin-left: 30%;
    margin-bottom: 30px;
  }
}
#service .sct-about .about .tate {
  position: absolute;
  top: 40px;
  left: 25px;
  font-style: italic;
  writing-mode: vertical-rl;
  color: #ff8e0c;
}
@media screen and (max-width: 767px) {
  #service .sct-about .about .tate {
    top: 30px;
    left: 10px;
    font-size: 1rem;
  }
}
#service .sct-about .about h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .about h2 {
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
#service .sct-about .about h2 span {
  color: #FFF;
  background-color: #ff8e0c;
  padding: 0 10px;
  margin: 0 10px;
}
@media screen and (max-width: 1039px) {
  #service .sct-about .about h2 span {
    padding: 0 2px;
    margin: 0 2px;
  }
}
#service .sct-about .about .txt {
  line-height: 3.2rem;
}
#service .sct-service .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#service .sct-service .menu {
  margin-bottom: 120px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .menu {
    margin-bottom: 50px;
  }
}
#service .sct-service .menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  #service .sct-service .menu ul {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
#service .sct-service .service ul li {
  display: flex;
  flex-wrap: wrap;
  padding-top: 96px;
  margin-top: -96px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#service .sct-service .service ul li .image {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #service .sct-service .service ul li .image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#service .sct-service .service ul li .image img {
  border-radius: 20px;
}
#service .sct-service .service ul li .detail {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #service .sct-service .service ul li .detail {
    width: 100%;
    padding-left: 0;
  }
}
#service .sct-service .service ul li .detail h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ff8e0c;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li .detail h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#service .sct-service .service ul li .detail h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li .detail h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#service .sct-service .service ul li .detail p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li .detail p {
    font-size: 1.4rem;
  }
}
#service .sct-service .service ul li .detail .tag {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li .detail .tag {
    margin-bottom: 20px;
  }
}
#service .sct-service .service ul li .detail .tag span {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#service .sct-service .service ul li .detail .m-bt {
  margin-left: 0;
}
@media screen and (max-width: 1039px) {
  #service .sct-service .service ul li .detail .m-bt {
    width: 100%;
  }
}
#service .sct-service .service ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
#service .sct-service .service ul li:nth-child(2n) .image {
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #service .sct-service .service ul li:nth-child(2n) .image {
    padding-left: 0;
  }
}
#service .sct-service .service ul li:nth-child(2n) .detail {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #service .sct-service .service ul li:nth-child(2n) .detail {
    padding-right: 0;
  }
}

#service_detail .sct-pagemain {
  height: 535px;
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-pagemain {
    height: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-pagemain {
    height: 300px;
  }
}
#service_detail .sct-pagetitle {
  position: relative;
}
#service_detail .sct-pagetitle h1 {
  position: relative;
  margin-bottom: 30px;
}
#service_detail .sct-pagetitle h1 img {
  position: absolute;
  bottom: 0;
  left: 500px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-pagetitle h1 img {
    left: 200px;
    bottom: 40px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-pagetitle h1 img {
    left: 320px;
  }
}
#service_detail .sct-pagetitle .tag {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-pagetitle .tag {
    margin-bottom: 20px;
    padding-right: 28%;
  }
}
#service_detail .sct-pagetitle .tag span {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#service_detail .sct-pagetitle .image {
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-pagetitle .image {
    top: auto;
    bottom: -50px;
    right: 10px;
    width: 27vw;
  }
  #service_detail .sct-pagetitle .image img {
    width: 150px;
  }
}
#service_detail .sct-about {
  color: #FFF;
  background-color: #ff8e0c;
}
#service_detail .sct-about .container {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: visible;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-about .container {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
#service_detail .sct-about .container .title {
  position: absolute;
  top: -130px;
  right: 50px;
  display: block;
  font-size: 15rem;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-about .container .title {
    top: -40px;
    right: 20px;
    font-size: 5rem;
  }
}
#service_detail .sct-about .about {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-about .about {
    display: block;
  }
}
#service_detail .sct-about .about h2 {
  width: 50%;
  font-size: 3.4rem;
  font-weight: 700;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-about .about h2 {
    width: 100%;
    font-size: 2.4rem;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-about .about h2 {
    font-size: 2.4rem;
  }
}
#service_detail .sct-about .about .txt {
  width: 50%;
  line-height: 3rem;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-about .about .txt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-about .about .txt {
    padding-left: 0;
  }
}
#service_detail .sct-strength {
  overflow: hidden;
}
#service_detail .sct-strength .container {
  width: 1130px;
  overflow: visible;
  padding-top: 150px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#service_detail .sct-strength .m-title {
  font-size: 3.4rem;
  margin-bottom: 90px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .m-title {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
#service_detail .sct-strength .m-title span {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .m-title span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
#service_detail .sct-strength .m-title:before {
  bottom: -25px;
  width: 95px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .m-title:before {
    bottom: -15px;
    width: 60px;
  }
}
#service_detail .sct-strength .strength ul .image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#service_detail .sct-strength .strength ul .image img {
  width: 100%;
}
#service_detail .sct-strength .strength ul .detail {
  position: relative;
  display: flex;
  background-color: #FFF5F0;
  padding: 90px 80px;
  margin-top: -20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-strength .strength ul .detail {
    display: block;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
#service_detail .sct-strength .strength ul .detail .num {
  position: absolute;
  top: -130px;
  left: 50px;
  font-size: 17rem;
  font-weight: 100;
  color: #ff8e0c;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-strength .strength ul .detail .num {
    top: -70px;
    left: 10px;
    font-size: 8rem;
  }
}
#service_detail .sct-strength .strength ul .detail h3 {
  width: 50%;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .strength ul .detail h3 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
  }
}
#service_detail .sct-strength .strength ul .detail h3 span {
  color: #ff8e0c;
}
#service_detail .sct-strength .strength ul .detail .txt {
  width: 50%;
  line-height: 3.2rem;
}
#service_detail .sct-strength .strength ul .detail .txt .s {
  font-size: 1.2rem;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-strength .strength ul .detail .txt {
    width: 100%;
    line-height: 2.6rem;
  }
}
#service_detail .sct-service {
  position: relative;
}
#service_detail .sct-service .container {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#service_detail .sct-service .m-title {
  font-size: 3.4rem;
  margin-bottom: 90px;
}
#service_detail .sct-service .m-title:before {
  bottom: -25px;
  width: 95px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .m-title:before {
    bottom: -15px;
    width: 60px;
  }
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .m-title {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
#service_detail .sct-service .service-menu-open {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 2.4rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 10px 0 0;
  z-index: 10;
}
@media screen and (min-width: 1040px) {
  #service_detail .sct-service .service-menu-open {
    display: none;
  }
}
#service_detail .sct-service .service-menu {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  position: fixed;
  width: 270px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service-menu {
    top: auto;
    bottom: 0;
  }
}
#service_detail .sct-service .service-menu ul li a {
  position: relative;
  display: block;
  font-size: 1.1rem;
  background-color: #F5F5F6;
  border-bottom: 1px solid #D2D2D2;
  padding: 8px 20px 8px 40px;
}
#service_detail .sct-service .service-menu ul li a span {
  display: block;
  font-size: 1rem;
}
#service_detail .sct-service .service-menu ul li a:before {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  content: "●";
  color: #0087F8;
  opacity: 0;
}
#service_detail .sct-service .service-menu ul li a:hover {
  opacity: 1;
  color: #0087F8;
}
#service_detail .sct-service .service-menu ul li a:hover:before {
  opacity: 1;
}
#service_detail .sct-service .service-menu ul li.title {
  font-weight: 700;
  color: #FFF;
  background-color: #ff8e0c;
  padding: 10px 20px 10px 40px;
}
#service_detail .sct-service .service {
  padding-left: 180px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service {
    padding-left: 0;
  }
}
#service_detail .sct-service .service ul li {
  padding-top: 96px;
  margin-top: -96px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service ul li {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#service_detail .sct-service .service ul li:not(:last-child) {
  margin-bottom: 60px;
}
#service_detail .sct-service .service ul li .s-title {
  color: #2987F0;
  border-left: 4px solid #2987F0;
  border-bottom: none;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service ul li .s-title {
    font-size: 1.8rem;
  }
}
#service_detail .sct-service .service ul li .box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service ul li .box {
    margin-bottom: 30px;
  }
}
#service_detail .sct-service .service ul li .box .image {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .box .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-service .service ul li .box .image {
    width: 30%;
  }
}
#service_detail .sct-service .service ul li .box .txt {
  width: calc(100% - 300px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .box .txt {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-service .service ul li .box .txt {
    width: 70%;
  }
}
#service_detail .sct-service .service ul li .box .txt p {
  line-height: 2.6rem;
  margin-bottom: 10px;
}
#service_detail .sct-service .service ul li .box .txt .l {
  font-size: 1.6rem;
  font-weight: 500;
}
#service_detail .sct-service .service ul li .box .txt .s {
  font-size: 1.2rem;
}
#service_detail .sct-service .service ul li .box .txt h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#service_detail .sct-service .service ul li .box .txt h4 p {
  line-height: 2rem;
}
#service_detail .sct-service .service ul li .box .txt h4 .s {
  font-size: 1.5rem;
  font-weight: 400;
}
#service_detail .sct-service .service ul li .box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0;
  line-height: 3rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .box2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
#service_detail .sct-service .service ul li .box2 .image img {
  margin-bottom: 20px;
}
#service_detail .sct-service .service ul li .box2 .l {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#service_detail .sct-service .service ul li .memo {
  line-height: 3rem;
}
#service_detail .sct-service .service ul li .memo .l {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#service_detail .sct-service .service ul li .green {
  width: 775px;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF5F0;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-service .service ul li .green {
    width: 100%;
  }
}
#service_detail .sct-service .service ul li .green .left {
  width: 240px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .green .left {
    width: 100%;
    padding-top: 20px;
  }
  #service_detail .sct-service .service ul li .green .left img {
    border-radius: 10px;
  }
}
#service_detail .sct-service .service ul li .green .right {
  position: relative;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .green .right {
    width: 100%;
  }
}
#service_detail .sct-service .service ul li .green .right .txt {
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  #service_detail .sct-service .service ul li .green .right .txt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service ul li .green .right .txt {
    padding: 20px;
  }
}
#service_detail .sct-service .service ul li .green .right .txt .l {
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
}
#service_detail .sct-service .service ul li .green .right .txt a {
  display: inline-block;
  font-weight: 700;
  color: #0d2e8b;
  margin-top: 20px;
}
#service_detail .sct-service .service ul li .green .right .txt a i {
  font-size: 2.4rem;
  vertical-align: bottom;
  color: #ff8e0c;
  margin-left: 10px;
}
#service_detail .sct-service .service.db ul li .box {
  flex-direction: row;
}
#service_detail .sct-service .service.db ul li .box .txt {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-service .service.db ul li .box .txt {
    padding-right: 0;
    padding-left: 0;
  }
}
#service_detail .sct-memorial {
  position: relative;
  margin-bottom: 280px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-memorial {
    margin-bottom: 80px;
  }
}
#service_detail .sct-memorial:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  display: block;
  content: "";
  background-color: #FFF5F0;
}
#service_detail .sct-memorial .container {
  width: 800px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-memorial .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #service_detail .sct-memorial .container {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#service_detail .sct-memorial .image {
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-memorial .image {
    position: relative;
    top: -90px;
  }
  #service_detail .sct-memorial .image img {
    width: 60%;
  }
}
#service_detail .sct-memorial .memorial {
  width: 50%;
  margin-left: 50%;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-memorial .memorial {
    width: 100%;
    margin-left: 0;
    margin-top: -50px;
  }
}
#service_detail .sct-memorial .memorial h2 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-memorial .memorial h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#service_detail .sct-memorial .memorial h2 span {
  color: #ff8e0c;
}
#service_detail .sct-memorial .memorial .txt {
  line-height: 3rem;
}
#service_detail .sct-back {
  overflow: hidden;
}
#service_detail .sct-back .container {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-back .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#service_detail .sct-back .back {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#service_detail .sct-back .back ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
#service_detail .sct-back .back ul li {
  width: 33.333%;
}
#service_detail .sct-back .back ul li:not(:last-child) {
  border-right: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  #service_detail .sct-back .back ul li {
    width: 100%;
  }
  #service_detail .sct-back .back ul li:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #FFF;
  }
}
#service_detail .sct-back .back ul li a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #FFF;
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-back .back ul li a {
    padding: 80px 0;
  }
}
#service_detail .sct-back .back ul li a .bg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scale(1, 1);
}
#service_detail .sct-back .back ul li a p {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-back .back ul li a p {
    font-size: 2rem;
  }
}
#service_detail .sct-back .back ul li a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1039px) {
  #service_detail .sct-back .back ul li a span {
    font-size: 1.4rem;
  }
}
#service_detail .sct-back .back ul li a:hover {
  opacity: 1;
  color: #ff8e0c;
}
#service_detail .sct-back .back ul li a:hover .bg {
  transform: scale(1.1, 1.1);
}
#service_detail .sct-back .back ul li.building .bg {
  background-image: url(../images/service/service_bt1.jpg);
}
#service_detail .sct-back .back ul li.condominium .bg {
  background-image: url(../images/service/service_bt2.jpg);
}
#service_detail .sct-back .back ul li.electrical .bg {
  background-image: url(../images/service/service_bt3.jpg);
}
#service_detail .sct-back .back ul li.pest .bg {
  background-image: url(../images/service/service_bt4.jpg);
}
#service_detail .sct-back .m-bt a i {
  left: 20px;
  right: auto;
}

#company .sct-company .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1039px) {
  #company .sct-company .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#company .sct-company .company {
  border-top: 1px solid #E3E3E3;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #company .sct-company .company {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
#company .sct-company .company dl {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #company .sct-company .company dl {
    display: block;
  }
}
#company .sct-company .company dl dt {
  width: 25%;
  color: #FFF;
  background-color: #0d2e8b;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #company .sct-company .company dl dt {
    width: 100%;
    text-align: left;
    border-left: 1px solid #E3E3E3;
    padding: 10px;
  }
}
#company .sct-company .company dl dd {
  width: 75%;
  text-align: left;
  border-right: 1px solid #E3E3E3;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #company .sct-company .company dl dd {
    width: 100%;
    border-left: 1px solid #E3E3E3;
    padding: 10px;
  }
}
#company .sct-qualification .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #company .sct-qualification .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#company .sct-qualification .txt {
  line-height: 3rem;
}
#company .sct-organization .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #company .sct-organization .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#company .sct-organization .organization ul li {
  border: 1px solid #E3E3E3;
  padding: 10px;
  margin-top: -1px;
}
#company .sct-organization .organization ul li:nth-child(2n) {
  background-color: #fef5f0;
}
#company .sct-organization .organization ul li a {
  display: block;
  text-align: left;
}
#company .sct-plan .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #company .sct-plan .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#company .sct-plan .plan ul li {
  display: flex;
  align-items: center;
  border: 1px solid #E3E3E3;
  padding: 10px;
  margin-top: -1px;
}
#company .sct-plan .plan ul li p {
  width: 90%;
  text-align: left;
  padding: 10px;
}
#company .sct-plan .plan ul li p span {
  font-size: 1.4rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #company .sct-plan .plan ul li p span {
    display: block;
    margin-left: 0;
  }
}
#company .sct-plan .plan ul li a {
  width: 10%;
  text-align: right;
  color: #ff8e0c;
  padding: 10px;
}

#history .sct-history .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1039px) {
  #history .sct-history .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#history .sct-history .history {
  border-top: 1px solid #E3E3E3;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #history .sct-history .history {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
#history .sct-history .history dl {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #history .sct-history .history dl {
    display: block;
  }
}
#history .sct-history .history dl dt {
  width: 25%;
  color: #FFF;
  background-color: #0d2e8b;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #history .sct-history .history dl dt {
    width: 100%;
    text-align: left;
    border-left: 1px solid #E3E3E3;
    padding: 10px;
  }
}
#history .sct-history .history dl dd {
  width: 75%;
  text-align: left;
  border-right: 1px solid #E3E3E3;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #history .sct-history .history dl dd {
    width: 100%;
    border-left: 1px solid #E3E3E3;
    padding: 10px;
  }
}

#access .sct-access .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #access .sct-access .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#access .sct-access .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #access .sct-access .box {
    flex-wrap: wrap-reverse;
    margin-bottom: 30px;
  }
}
#access .sct-access .box .map {
  width: 40%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #access .sct-access .box .map {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #access .sct-access .box .map {
    height: 250px;
  }
}
#access .sct-access .box .detail {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #access .sct-access .box .detail {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
#access .sct-access .box .detail .info {
  margin-bottom: 20px;
}
#access .sct-access .box .detail .txt {
  margin-bottom: 20px;
}
#access .sct-access .box .detail .txt .bold {
  font-weight: 700;
}

#faq .sct-faq .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #faq .sct-faq .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

#recruit .sct-recruit {
  color: #FFF;
  background-color: #ff8e0c;
  overflow: hidden;
}
#recruit .sct-recruit .container {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-recruit .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#recruit .sct-recruit .m-title {
  font-size: 10.4rem;
  line-height: 6rem;
  text-align: left;
  color: #FFF;
  margin-bottom: 0;
  z-index: 99;
}
#recruit .sct-recruit .m-title:before {
  display: none;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-recruit .m-title {
    font-size: 4rem;
    line-height: 3rem;
  }
}
#recruit .sct-recruit .recruit {
  width: 100vw;
  margin: -20px calc(50% - 50vw) 50px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-recruit .recruit {
    margin: -10px calc(50% - 50vw) 30px;
  }
}
#recruit .sct-recruit .recruit .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#recruit .sct-recruit .recruit .slider li {
  padding: 0 10px;
}
#recruit .sct-recruit .recruit .slider li img {
  border-radius: 30px;
}
#recruit .sct-recruit .recruit .slick-initialized {
  opacity: 1;
}
#recruit .sct-recruit .recruit .slick-slider {
  margin-bottom: 0;
}
#recruit .sct-recruit h3 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-recruit h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#recruit .sct-recruit .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-recruit .txt {
    margin-bottom: 30px;
  }
}
#recruit .sct-recruit .txt p {
  font-size: 1.7rem;
  line-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-recruit .txt p {
    font-size: 1.4rem;
    line-height: 3.5rem;
    text-align: left;
    display: inline;
  }
}
#recruit .sct-person {
  position: relative;
  color: #FFF;
  background-color: #ff8e0c;
}
#recruit .sct-person:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  display: block;
  content: "";
  background-color: #FF7F00;
  border-radius: 50px 0 0 50px;
}
#recruit .sct-person .container {
  width: 1110px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit .sct-person h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#recruit .sct-person h2 span {
  display: block;
  font-size: 2rem;
  color: #FDAE54;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person h2 span {
    font-size: 1.3rem;
  }
}
#recruit .sct-person .person ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .person ul {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-person .person ul {
    grid-column-gap: 20px;
  }
}
#recruit .sct-person .person ul li {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .person ul li {
    width: 70vw;
    padding: 0 20px;
  }
}
#recruit .sct-person .person ul li img {
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .person ul li img {
    width: 100%;
  }
}
#recruit .sct-person .person ul li h3 {
  min-height: 86px;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .person ul li h3 {
    min-height: auto;
    font-size: 1.4rem;
  }
}
#recruit .sct-person .person ul li .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFDBB2;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .person ul li .name {
    font-size: 1.2rem;
  }
}
#recruit .sct-person .person ul li .cat {
  font-size: 1.2rem;
  color: #FFDBB2;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .person ul li .cat {
    font-size: 1rem;
  }
}
#recruit .sct-person .person ul li i {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 4rem;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .person ul li i {
    font-size: 3rem;
  }
}
#recruit .sct-person .staff_detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}
#recruit .sct-person .staff_detail:before {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
#recruit .sct-person .staff_detail .box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 1000px;
  height: 60vh;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-person .staff_detail .box {
    width: 90%;
    height: 75vh;
    padding: 30px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-person .staff_detail .box {
    height: 50vh;
  }
}
#recruit .sct-person .staff_detail .box .image {
  width: 45%;
  height: 100%;
}
#recruit .sct-person .staff_detail .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .image {
    width: 40%;
    height: 140px;
    margin: 0 auto 20px;
  }
  #recruit .sct-person .staff_detail .box .image img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-person .staff_detail .box .image {
    width: 40%;
  }
}
#recruit .sct-person .staff_detail .box .txt {
  width: 55%;
  height: 100%;
  color: #333;
  padding: 35px 20px 35px 0;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .txt {
    width: 100%;
    padding: 0;
    height: 46vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-person .staff_detail .box .txt {
    width: 60%;
  }
}
#recruit .sct-person .staff_detail .box .txt .wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .txt .wrap {
    padding-right: 20px;
  }
}
#recruit .sct-person .staff_detail .box .txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .txt h3 {
    font-size: 2rem;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#recruit .sct-person .staff_detail .box .txt .name {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  color: #FFF;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .txt .name {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#recruit .sct-person .staff_detail .box .txt .name span {
  font-size: 1.1rem;
  margin-left: 15px;
}
#recruit .sct-person .staff_detail .box .txt .name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 40px;
  display: block;
  content: "";
  background-color: #ff8e0c;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
#recruit .sct-person .staff_detail .box .txt ul {
  display: block;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .box .txt ul {
    padding-left: 20px;
  }
}
#recruit .sct-person .staff_detail .box .txt ul li {
  padding: 0;
}
#recruit .sct-person .staff_detail .box .txt ul li h4 {
  font-weight: 700;
  color: #ff8e0c;
  margin-bottom: 10px;
}
#recruit .sct-person .staff_detail .box .txt ul li p {
  margin-bottom: 50px;
}
#recruit .sct-person .staff_detail .close {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
#recruit .sct-person .staff_detail .close i {
  position: static;
}
@media screen and (min-width: 768px) {
  #recruit .sct-person .staff_detail .close {
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .sct-person .staff_detail .close {
    bottom: 20px;
    color: #CCC;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-person .staff_detail .close {
    bottom: 200px;
  }
}
#recruit .sct-work {
  color: #FFF;
  background-color: #ff8e0c;
}
#recruit .sct-work .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#recruit .sct-work h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#recruit .sct-work h2 span {
  display: block;
  font-size: 2rem;
  color: #FDAE54;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work h2 span {
    font-size: 1.3rem;
  }
}
#recruit .sct-work .work ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-work .work ul {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-work .work ul {
    grid-column-gap: 20px;
  }
}
#recruit .sct-work .work ul li .image {
  position: relative;
  margin-bottom: 20px;
}
#recruit .sct-work .work ul li .image img {
  border-radius: 10px;
}
#recruit .sct-work .work ul li .image .point {
  position: absolute;
  top: -30px;
  right: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work .work ul li .image .point {
    top: -20px;
    font-size: 1.5rem;
  }
}
#recruit .sct-work .work ul li .image .point span {
  display: inline-block;
  font-size: 3.5rem;
  vertical-align: sub;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work .work ul li .image .point span {
    font-size: 2.5rem;
  }
}
#recruit .sct-work .work ul li h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work .work ul li h3 {
    font-size: 1.4rem;
  }
}
#recruit .sct-work .work ul li .txt {
  font-size: 1.3rem;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-work .work ul li .txt {
    font-size: 1.2rem;
  }
}
#recruit .sct-photo {
  color: #FFF;
  background-color: #ff8e0c;
}
#recruit .sct-photo .container {
  width: 100%;
}
#recruit .sct-photo img {
  width: 100%;
}
#recruit .sct-system {
  color: #FFF;
  background-color: #ff8e0c;
}
#recruit .sct-system .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#recruit .sct-system h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#recruit .sct-system h2 span {
  display: block;
  font-size: 2rem;
  color: #FDAE54;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system h2 span {
    font-size: 1.3rem;
  }
}
#recruit .sct-system .system ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  #recruit .sct-system .system ul {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }
}
#recruit .sct-system .system ul li {
  width: 100%;
  border-left: 2px solid #FFF;
  padding: 30px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system .system ul li {
    padding: 8px 15px;
  }
}
#recruit .sct-system .system ul li h3 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 3.3rem;
  text-align: left;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system .system ul li h3 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#recruit .sct-system .system ul li .txt {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-system .system ul li .txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  #recruit .sct-system .system ul li .txt p {
    display: inline;
  }
}
#recruit .sct-entry {
  color: #FFF;
  background-color: #ff8e0c;
  margin-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-entry {
    margin-bottom: 50px;
  }
}
#recruit .sct-entry .container {
  padding-top: 100px;
  padding-bottom: 135px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-entry .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#recruit .sct-entry h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-entry h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #recruit .sct-entry .bt {
    width: 250px;
    margin: 0 auto;
  }
}
#recruit .sct-entry .bt a {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #ff8e0c;
  background-color: #FFF;
  border-radius: 70px;
  padding: 40px;
}
@media screen and (max-width: 1039px) {
  #recruit .sct-entry .bt a {
    font-size: 1.5rem;
    padding: 20px;
  }
}

#news .sct-newslist {
  overflow: hidden;
}
#news .sct-newslist .container {
  width: 750px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #news .sct-newslist .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#news .sct-newslist .news {
  background: #FFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px;
}
#news .sct-newslist .news table {
  width: 100%;
  border-collapse: collapse;
}
#news .sct-newslist .news table tr {
  text-align: left;
  border-bottom: 1px dashed #CCC;
}
#news .sct-newslist .news table tr th {
  width: 15%;
  font-weight: 300;
  padding: 10px;
}
#news .sct-newslist .news table tr td {
  width: 85%;
  padding: 10px;
}
#news .sct-newslist .news table tr td a {
  text-decoration: none;
  color: #ff8e0c;
}
@media screen and (max-width: 767px) {
  #news .sct-newslist .news {
    padding: 20px;
  }
  #news .sct-newslist .news table, #news .sct-newslist .news tbody, #news .sct-newslist .news tr, #news .sct-newslist .news th, #news .sct-newslist .news td {
    width: 100%;
    display: block;
  }
  #news .sct-newslist .news table tr th {
    width: 100%;
    font-size: 12px;
    color: #999;
    padding: 5px 0 0;
  }
  #news .sct-newslist .news table tr td {
    width: 100%;
    padding: 0 0 5px;
  }
}
#news .sct-newslist .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
#news .sct-newslist .wp-pagenavi .current, #news .sct-newslist .wp-pagenavi .page, #news .sct-newslist .wp-pagenavi .extend, #news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #ff8e0c;
  border: 1px solid #ff8e0c;
  border-radius: 2px;
  margin: 0 5px;
}
@media screen and (max-width: 1039px) {
  #news .sct-newslist .wp-pagenavi .current, #news .sct-newslist .wp-pagenavi .page, #news .sct-newslist .wp-pagenavi .extend, #news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 19px;
    margin: 0 2px;
  }
}
#news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
  color: #FFF;
  background-color: #ff8e0c;
}
#news .sct-newslist .wp-pagenavi .current {
  color: #333;
  background-color: #dcdcdc;
}
#news .sct-newssingle {
  overflow: hidden;
}
#news .sct-newssingle .container {
  width: 750px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #news .sct-newssingle .container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#news .sct-newssingle .single {
  margin-bottom: 60px;
}
#news .sct-newssingle .single .title {
  font-size: 18px;
  text-align: left;
  color: #ff8e0c;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #news .sct-newssingle .single .title {
    font-size: 20px;
  }
}
#news .sct-newssingle .single .date {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
#news .sct-newssingle .single .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 60px;
}
#news .sct-newssingle .single .txt a {
  color: #ff8e0c;
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #news .sct-newssingle .single .title {
    font-size: 16px;
  }
  #news .sct-newssingle .single .date {
    font-size: 12px;
  }
  #news .sct-newssingle .single .txt {
    padding: 20px;
  }
}

.contact .sct-main .container {
  width: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  .contact .sct-main .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .contact .sct-main .txt {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .sct-main .txt {
    margin-bottom: 30px;
  }
}
.contact .sct-main .caution {
  color: #F00;
}
.contact .sct-main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.contact .sct-main table tr th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact .sct-main table tr th {
    width: 100%;
  }
}
.contact .sct-main table tr td {
  position: relative;
  width: 70%;
  text-align: left;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .contact .sct-main table tr td {
    width: 100%;
    padding: 5px 0 30px;
  }
}
.contact .sct-main table tr td input, .contact .sct-main table tr td textarea {
  width: 100%;
  height: 40px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  border: 1px solid #9e9e9e;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.15;
  box-shadow: none;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  overflow: visible;
  padding: 0 .8rem;
}
.contact .sct-main table tr td input.long_s, .contact .sct-main table tr td textarea.long_s {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact .sct-main table tr td input.long_s, .contact .sct-main table tr td textarea.long_s {
    width: 100%;
  }
}
.contact .sct-main table tr td input:focus, .contact .sct-main table tr td textarea:focus {
  border: 1px solid #ff8e0c;
  box-shadow: 0 1px 0 0 #FF6699;
}
.contact .sct-main table tr td textarea {
  height: auto;
  min-height: 150px;
  line-height: normal;
  padding: .8rem;
  resize: none;
  box-sizing: border-box;
}
.contact .sct-main table tr td .error {
  position: absolute;
  left: 0;
  bottom: -10px;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  background-color: #F00;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .contact .sct-main table tr td .error {
    position: static;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact .sct-main table, .contact .sct-main thead, .contact .sct-main tbody, .contact .sct-main tr, .contact .sct-main th, .contact .sct-main td {
    display: block;
  }
}
.contact .sct-main .btn, .contact .sct-main .btn_back {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  border: 1px solid #ff8e0c;
  padding: 15px 100px;
  font-size: 1.4rem;
  margin: 0 10px;
  color: #FFF;
  background: #ff8e0c;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .btn, .contact .sct-main .btn_back {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1040px) {
  .contact .sct-main .btn:hover, .contact .sct-main .btn_back:hover {
    cursor: pointer;
    color: #ff8e0c;
    background: #FFF;
    opacity: 1;
  }
}
.contact .sct-main .grp {
  width: 750px;
  margin: 0 auto;
}
.contact .sct-main .grp p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .contact .sct-main .grp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact .sct-main .grp .row .col {
    width: 100%;
  }
}
.contact .sct-main .submit {
  margin-top: 60px;
  font-size: 0;
}
.contact .sct-main .submit a.button {
  color: #ff8e0c;
  text-decoration: none;
}
.contact .sct-confirm dl {
  text-align: left;
}
.contact .sct-confirm dl dt {
  display: block;
  font-size: 1.2rem;
  color: #999999;
}
.contact .sct-confirm dl dd {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
}
.contact .sct-submit em {
  display: block;
  text-align: center;
  padding: 60px 0 100px;
  font-style: normal;
  font-size: 2rem;
}
.contact .sct-submit p {
  text-align: center;
}

#policy .sct-policy .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1039px) {
  #policy .sct-policy .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#policy .sct-policy .txt {
  margin-bottom: 20px;
}
#policy .sct-policy ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1039px) {
  #policy .sct-policy ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#policy .sct-policy ul li h2 {
  font-weight: 700;
  text-align: left;
  color: #ff8e0c;
  margin-bottom: 10px;
}

@media screen and (max-width: 1039px) {
  footer .sct-contact {
    padding: 0 20px;
  }
}
footer .sct-contact .container {
  color: #FFF;
  background-image: url(../images/f_contact_bg@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  footer .sct-contact .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .sct-contact .box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
footer .sct-contact .box .mail {
  width: 50%;
  border-right: 2px solid #FFF;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  footer .sct-contact .box .mail {
    width: 100%;
    padding: 20px 10px;
    border-right: none;
    border-bottom: 2px solid #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  footer .sct-contact .box .mail {
    padding: 20px 40px;
  }
}
footer .sct-contact .box .mail .m-title {
  font-size: 6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  footer .sct-contact .box .mail .m-title {
    font-size: 3.4rem;
  }
}
footer .sct-contact .box .mail .m-title:before {
  width: 70px;
  bottom: -25px;
  height: 2px;
  background-color: #FFF;
}
footer .sct-contact .box .mail p {
  text-align: center;
  line-height: 3rem;
}
footer .sct-contact .box .tel {
  width: 50%;
  padding: 10px 60px;
}
@media screen and (max-width: 767px) {
  footer .sct-contact .box .tel {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  footer .sct-contact .box .tel {
    padding: 20px 40px;
  }
}
footer .sct-contact .box .tel img {
  margin-bottom: 5px;
}
footer .sct-contact .box .tel .phone {
  font-size: 4.2rem;
  margin-bottom: 20px;
}
footer .sct-contact .box .tel .phone a {
  color: #FFF;
}
footer .sct-contact .box .tel .phone i {
  font-size: 3.6rem;
  margin-right: 5px;
}
@media screen and (min-width: 1040px) {
  footer .sct-contact .box .tel .phone {
    pointer-events: none;
  }
}
@media screen and (max-width: 1039px) {
  footer .sct-contact .box .tel .phone {
    font-size: 3rem;
  }
  footer .sct-contact .box .tel .phone i {
    font-size: 2.8rem;
  }
}
footer .sct-contact .box .tel .time {
  border: 1px solid #FFF;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  footer .sct-contact .box .tel .time {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
footer .sct-contact .box .tel .m-bt a {
  border: none;
  line-height: 60px;
}
footer .sct-navi .container {
  padding-top: 150px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1039px) {
  footer .sct-navi .container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
footer .sct-navi .box {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .box {
    display: block;
  }
}
footer .sct-navi .box .logo {
  width: calc(100% - 500px);
  text-align: left;
}
footer .sct-navi .box .logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .box .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  footer .sct-navi .box .logo {
    width: 20%;
  }
}
footer .sct-navi .box .navi {
  width: 510px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .box .navi {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  footer .sct-navi .box .navi {
    width: 80%;
    padding-left: 60px;
  }
}
footer .sct-navi .box .navi ul {
  width: 33.333%;
}
footer .sct-navi .box .navi ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  footer .sct-navi .box .navi ul li {
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
}
footer .sct-navi .box .navi ul li i {
  font-size: 1rem;
  margin-right: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
}
footer .sct-navi .box .navi ul li.child {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.2rem;
}
footer .sct-navi .box .navi ul li.child:before {
  content: "－";
  color: #ff8e0c;
  margin-right: 2px;
}
footer .sct-navi .box .navi ul li:hover i {
  transform: scale(1, 1);
  transition: all .3s;
}
footer .sct-navi .box .navi ul li:hover.child a {
  color: #ff8e0c;
  opacity: 1;
}
footer .sct-copy {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}

#fixed-recruit {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 10000;
}
#fixed-recruit a {
  width: 180px;
  height: 180px;
  display: block;
  background-image: url(../images/mainimg_recruit_bt_off@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#fixed-recruit a:hover {
  opacity: 1;
  background-image: url(../images/mainimg_recruit_bt_on@2x.png);
}
@media screen and (max-width: 1039px) {
  #fixed-recruit {
    display: none;
  }
}

#fixed-contact-bt {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#fixed-contact-bt a {
  display: block;
  margin-bottom: 5px;
}
#fixed-contact-bt img {
  width: 55px;
}
@media screen and (min-width: 768px) {
  #fixed-contact-bt {
    display: none;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}
#pagetop a {
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#pagetop a:hover {
  background: #0d2e8b;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}
