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

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

.wrap {
  position: relative;
}

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

.blue {
  color: #00bfcf;
}

.orange {
  color: #faa800;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
  background-color: #FFF;
  border-bottom: 1px solid #00bfcf;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  header {
    height: 60px;
  }
}
header .container {
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  top: 30px;
  left: 100px;
}
header .logo a {
  display: block;
}
@media screen and (max-width: 1219px) {
  header .logo {
    top: 15px;
    left: 20px;
  }
  header .logo img {
    height: 30px;
  }
}
header .navi {
  position: absolute;
  right: 100px;
  top: 35px;
}
header .navi ul {
  text-align: left;
}
header .navi ul li {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (min-width: 1220px) {
  header .navi ul li a:hover {
    opacity: 1;
    color: #00bfcf;
  }
}
@media screen and (max-width: 1219px) {
  header .navi {
    display: none;
  }
}
header .navibutton {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #00bfcf;
  padding: 22px 20px;
}
header .navibutton:hover {
  cursor: pointer;
}
header .navibutton .btn {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn span {
  display: block;
  position: absolute;
  background-color: #FFF;
  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 {
  width: 15px;
  -moz-transform: translateX(7px) translateY(12px) rotate(-45deg);
  -ms-transform: translateX(7px) translateY(12px) rotate(-45deg);
  -webkit-transform: translateX(7px) translateY(12px) rotate(-45deg);
  transform: translateX(7px) translateY(12px) rotate(-45deg);
}
header .navibutton .btn.active .l3 {
  width: 15px;
  -moz-transform: translateX(7px) translateY(-12px) rotate(45deg);
  -ms-transform: translateX(7px) translateY(-12px) rotate(45deg);
  -webkit-transform: translateX(7px) translateY(-12px) rotate(45deg);
  transform: translateX(7px) translateY(-12px) rotate(45deg);
}
@media screen and (min-width: 1220px) {
  header .navibutton {
    display: none;
  }
}
header .telbutton {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 60px;
  font-size: 2.4rem;
  line-height: 60px;
  background-color: #faa800;
}
header .telbutton a {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  header .telbutton {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  z-index: 99;
}
nav ul {
  position: absolute;
  top: 60px;
  right: 0;
  height: calc(100vh - 60px);
  background-color: #FFF;
  padding: 30px 40px;
  animation: navi .5s ease-out 0s 1 normal;
  -webkit-animation: navi .5s ease-out 0s 1 normal;
}
nav ul li {
  margin-bottom: 20px;
}
nav ul li a {
  text-decoration: none;
  color: #333;
}
nav ul li:last-child {
  margin-bottom: 0;
}

@keyframes navi {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes navi {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
.sct-mainimg {
  background-image: url(../images/mainimg_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sct-mainimg .container {
  height: 640px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg .container {
    height: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg .container {
    height: 400px;
  }
}
.sct-mainimg .mainimg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg .mainimg {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg .mainimg {
    padding-left: 150px;
  }
}
.sct-mainimg h1 img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg h1 img {
    width: 80%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg h1 img {
    width: 55%;
    margin-bottom: 15px;
  }
}
.sct-mainimg h1 p {
  display: inline-block;
  font-size: 3.2rem;
  color: #FFF;
  background-color: #00bfcf;
  padding: 15px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg h1 p {
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg h1 p {
    font-size: 2.2rem;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}
.sct-mainimg ul li {
  position: relative;
  width: 170px;
  height: 170px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 15px rgba(0, 191, 207, 0.6));
}
@media screen and (max-width: 767px) {
  .sct-mainimg ul li {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg ul li {
    width: 100px;
    height: 100px;
  }
}
.sct-mainimg ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg ul li:not(:last-child) {
    margin-right: 5px;
  }
}
.sct-mainimg ul li .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 2.4rem;
}
.sct-mainimg ul li .inner p {
  text-align: center;
}
.sct-mainimg ul li .inner .s {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg ul li .inner {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .sct-mainimg ul li .inner .s {
    display: block;
    font-size: 1rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg ul li .inner {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .sct-mainimg ul li .inner .s {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.sct-trouble .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-trouble .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-trouble .m-title {
  text-align: left;
}
.sct-trouble .trouble {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .sct-trouble .trouble {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-trouble .trouble {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.sct-trouble .trouble ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-trouble .trouble ul li {
  width: calc(33.333% - 60px);
}
@media screen and (max-width: 767px) {
  .sct-trouble .trouble ul li {
    width: calc(100% - 6px);
  }
  .sct-trouble .trouble ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-trouble .trouble ul li {
    width: calc(33.333% - 20px);
  }
}
.sct-trouble .trouble ul li .inner .image {
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-trouble .trouble ul li .inner .image {
    margin-bottom: 20px;
  }
}
.sct-trouble .trouble ul li .inner h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #00bfcf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1220px) {
  .sct-trouble .trouble ul li .inner h3 {
    min-height: 75px;
  }
}
@media screen and (max-width: 1219px) {
  .sct-trouble .trouble ul li .inner h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.sct-future .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-future .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-future .m-title {
  text-align: left;
}
.sct-future .future {
  width: calc(100% + 60px);
  margin: 0 -30px 60px;
}
@media screen and (max-width: 767px) {
  .sct-future .future {
    width: calc(100% + 6px);
    margin: 0 -3px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-future .future {
    width: calc(100% + 20px);
    margin: 0 -10px 10px;
  }
}
.sct-future .future ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-future .future ul li {
  width: calc(33.333% - 60px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sct-future .future ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-future .future ul li {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
  }
}
.sct-future .future ul li .inner .image {
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-future .future ul li .inner .image {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.sct-future .future ul li .inner h3 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #faa800;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-future .future ul li .inner h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-future .future ul li .inner h3 {
    min-height: 75px;
  }
}
.sct-future .consultation {
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-future .consultation {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-future .consultation {
    width: 70%;
  }
}
.sct-future .consultation h2.balloon {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 3rem;
  color: #FFF;
  background-color: #faa800;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-future .consultation h2.balloon {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sct-future .consultation h2.balloon:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #faa800 transparent;
}
@media screen and (max-width: 1219px) {
  .sct-future .consultation h2.balloon:before {
    top: -20px;
    border-width: 0 20px 20px 20px;
  }
}

.sct-consultation {
  position: relative;
  background-color: #00bfcf;
  overflow: hidden;
}
.sct-consultation:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 360px 360px 0 0;
  border-color: #e7f4f5 transparent transparent transparent;
}
@media screen and (max-width: 1219px) {
  .sct-consultation:before {
    border-width: 80px 120px 0 0;
  }
}
.sct-consultation .container {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-consultation .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.sct-consultation .container:before {
  position: absolute;
  top: 70px;
  left: -45px;
  width: 174px;
  height: 243px;
  content: "";
  display: block;
  background-image: url(../images/consultation_img1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-consultation .container:before {
    top: 105px;
    left: 5px;
    width: 60px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-consultation .container:before {
    top: 90px;
    left: 60px;
    width: 90px;
    height: 120px;
  }
}
.sct-consultation .container:after {
  position: absolute;
  bottom: 75px;
  right: -140px;
  width: 251px;
  height: 237px;
  content: "";
  display: block;
  background-image: url(../images/consultation_img2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-consultation .container:after {
    bottom: 35px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-consultation .container:after {
    bottom: 35px;
    right: 70px;
    width: 90px;
    height: 90px;
  }
}
.sct-consultation .m-title {
  color: #FFF;
}
.sct-consultation .m-title p {
  text-align: center;
}
.sct-consultation .txt {
  width: 850px;
  background-color: #e7f4f5;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-consultation .txt {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-consultation .txt {
    width: 80%;
    padding: 40px 30px;
  }
}

.sct-solution {
  background-color: #e7f4f5;
  overflow: hidden;
}
.sct-solution .container {
  width: 980px;
  padding-top: 100px;
  padding-bottom: 140px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  .sct-solution .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-solution .solution {
  margin-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-solution .solution {
    margin-bottom: 40px;
  }
}
.sct-solution .solution ul li {
  display: flex;
  background-color: #FFF;
  padding: 30px;
}
.sct-solution .solution ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sct-solution .solution ul li {
    display: block;
  }
  .sct-solution .solution ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-solution .solution ul li {
    padding: 40px 30px;
  }
  .sct-solution .solution ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sct-solution .solution ul li .image {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sct-solution .solution ul li .image {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-solution .solution ul li .image {
    width: 30%;
  }
}
.sct-solution .solution ul li .txt {
  position: relative;
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  .sct-solution .solution ul li .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-solution .solution ul li .txt {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .sct-solution .solution ul li .txt .inner {
    padding: 0 20px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-solution .solution ul li .txt .inner {
    padding: 0 0 0 30px;
  }
}
.sct-solution .solution ul li .txt h3 {
  font-size: 2.1rem;
  border-bottom: 1px solid #00bfcf;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-solution .solution ul li .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .sct-solution .solution ul li .txt p {
    font-size: 1.4rem;
  }
}
.sct-solution .strong ul {
  display: flex;
  flex-wrap: wrap;
}
.sct-solution .strong ul li {
  position: relative;
  width: 170px;
  height: 170px;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 15px rgba(0, 191, 207, 0.6));
}
@media screen and (max-width: 767px) {
  .sct-solution .strong ul li {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-solution .strong ul li {
    width: 120px;
    height: 120px;
  }
}
.sct-solution .strong ul li .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 2.4rem;
}
.sct-solution .strong ul li .inner p {
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .sct-solution .strong ul li .inner {
    font-size: 1.5rem;
  }
}

.sct-work {
  position: relative;
  background-color: #e7f4f5;
}
.sct-work:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 800px 0 0;
  border-color: #00bfcf transparent transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-work:before {
    border-width: 200px 200px 0 0;
  }
}
.sct-work:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 800px 800px;
  border-color: transparent transparent #00bfcf transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-work:after {
    border-width: 0 0 200px 200px;
  }
}
.sct-work .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-work .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-work .work {
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .sct-work .work {
    margin-bottom: 0;
  }
}
.sct-work .work ul li {
  display: flex;
  background-color: #FFF;
  padding: 30px;
}
.sct-work .work ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sct-work .work ul li {
    display: block;
  }
  .sct-work .work ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .work ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sct-work .work ul li .image {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sct-work .work ul li .image {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .work ul li .image {
    width: 40%;
  }
}
.sct-work .work ul li .txt {
  position: relative;
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  .sct-work .work ul li .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .work ul li .txt {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .sct-work .work ul li .txt .inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px 0 50px;
  }
}
.sct-work .work ul li .txt h3 {
  font-size: 2.1rem;
  font-weight: 700;
  border-bottom: 1px solid #00bfcf;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-work .work ul li .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1219px) {
  .sct-work .work ul li .txt p {
    font-size: 1.4rem;
  }
}

.sct-flow {
  overflow: hidden;
}
.sct-flow .container {
  width: 1000px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-flow .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.sct-flow .slider .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 20px;
}
.sct-flow .slider .item .inner {
  display: flex;
  background-color: #e7f4f5;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  .sct-flow .slider .item .inner {
    display: block;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-flow .slider .item .inner {
    padding: 40px 50px;
  }
}
.sct-flow .slider .item .image {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sct-flow .slider .item .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-flow .slider .item .image {
    width: 30%;
  }
}
.sct-flow .slider .item .detail {
  width: calc(100% - 340px);
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .sct-flow .slider .item .detail {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-flow .slider .item .detail {
    width: 70%;
    padding: 0 20px;
  }
}
.sct-flow .slider .item .detail .step {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .slider .item .detail .step {
    margin-bottom: 10px;
  }
}
.sct-flow .slider .item .detail .step span {
  display: inline-block;
  color: #FFF;
  background-color: #00bfcf;
  padding: 5px 35px;
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .slider .item .detail .step span {
    font-size: 1.3rem;
    padding: 2px 15px;
    margin-right: 10px;
  }
}
.sct-flow .slider .item .detail .step p {
  display: inline-block;
  font-size: 2.1rem;
}
@media screen and (max-width: 1219px) {
  .sct-flow .slider .item .detail .step p {
    font-size: 1.8rem;
  }
}
.sct-flow .slider .item .detail h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sct-flow .slider .item .detail h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sct-flow .slider .item .detail .txt {
  background-color: #FFF;
  padding: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .slider .item .detail .txt {
    padding: 20px;
  }
}
.sct-flow .slider .item:before {
  content: '';
  display: block;
}
.sct-flow .slider ul.slick-dots {
  bottom: -45px;
}
.sct-flow .slider ul.slick-dots li {
  margin: 0 2px;
}
.sct-flow .slick-initialized {
  opacity: 1;
}
.sct-flow .slick-next, .sct-flow .slick-prev {
  top: 50%;
  width: 50px;
  height: 50px;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sct-flow .slick-next, .sct-flow .slick-prev {
    width: 40px;
    height: 40px;
  }
}
.sct-flow .slick-next:before, .sct-flow .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sct-flow .slick-next:before, .sct-flow .slick-prev:before {
    font-size: 1.4rem;
  }
}
.sct-flow .slick-next:hover, .sct-flow .slick-prev:hover {
  background-color: #faa800;
}
.sct-flow .slick-prev {
  left: -60px;
}
.sct-flow .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1219px) {
  .sct-flow .slick-prev {
    left: -5px;
  }
}
.sct-flow .slick-next {
  right: -60px;
}
.sct-flow .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1219px) {
  .sct-flow .slick-next {
    right: -5px;
  }
}
.sct-flow .slick-arrow {
  z-index: 50;
}
.sct-flow .slick-slider {
  margin-bottom: 0;
}

.sct-price {
  color: #FFF;
  background-color: #00bfcf;
}
.sct-price .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-price .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-price .price {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-price .price {
    width: 90%;
  }
}
.sct-price .price dl {
  width: 100%;
  display: flex;
  align-items: center;
}
.sct-price .price dl dt {
  width: 30%;
  font-size: 2rem;
  color: #FFF;
  background-color: #333;
  padding: 5px;
}
.sct-price .price dl dt span {
  font-size: 1.6rem;
  margin-right: 5px;
}
@media screen and (max-width: 1219px) {
  .sct-price .price dl dt {
    font-size: 1.8rem;
  }
  .sct-price .price dl dt span {
    display: block;
    font-size: 1.3rem;
    margin: 0;
  }
}
.sct-price .price dl dd {
  width: 70%;
  font-size: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 1219px) {
  .sct-price .price dl dd {
    font-size: 2rem;
  }
}
.sct-price .price .l {
  font-size: 5rem;
}
@media screen and (max-width: 1219px) {
  .sct-price .price .l {
    font-size: 3.4rem;
  }
}
.sct-price .price .kome {
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
}

.sct-faq {
  position: relative;
  background-color: #e7f4f5;
}
.sct-faq:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 350px 400px;
  border-color: transparent transparent #00bfcf transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-faq:after {
    border-width: 0 0 100px 150px;
  }
}
.sct-faq .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-faq .faq {
  position: relative;
  z-index: 2;
}
.sct-faq .faq ul li:not(:last-child) {
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.sct-faq .faq ul li .q {
  position: relative;
  font-size: 2.2rem;
  color: #00bfcf;
  padding-left: 8rem;
  padding-top: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q {
    font-size: 1.8rem;
    padding-left: 5rem;
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
.sct-faq .faq ul li .q:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "Q";
  display: block;
  font-size: 3rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 50%;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q:before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }
}
.sct-faq .faq ul li .a {
  position: relative;
  padding-left: 8rem;
  padding-top: 5px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .a {
    font-size: 1.4rem;
    padding-left: 5rem;
    padding-top: 5px;
  }
}
.sct-faq .faq ul li .a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "A";
  display: block;
  font-size: 3rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background-color: #faa800;
  border-radius: 50%;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .a:before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }
}

.sct-contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-contact .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sct-bana .container {
  width: 1680px;
  background-image: url(../images/contact_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1699px) {
  .sct-bana .container {
    width: 100%;
  }
}
@media screen and (max-width: 1219px) {
  .sct-bana .container {
    width: 100%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sct-bana .bana {
  width: 1300px;
  padding-top: 70px;
  padding-bottom: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  .sct-bana .bana {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-bana .bana .m-title {
  font-weight: 700;
  color: #FFF;
}
.sct-bana .bana .txt {
  width: 1000px;
  color: #FFF;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1219px) {
  .sct-bana .bana .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sct-bana .bana .txt p {
  text-align: center;
}
.sct-bana .bana .bt {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .sct-bana .bana .bt {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.sct-bana .bana .bt ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-bana .bana .bt ul li {
  width: calc(33.333% - 40px);
}
@media screen and (max-width: 767px) {
  .sct-bana .bana .bt ul li {
    width: calc(100% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li {
    width: calc(33.333% - 10px);
  }
}
.sct-bana .bana .bt ul li .inner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li .inner a {
    padding: 15px 10px;
  }
}
.sct-bana .bana .bt ul li.tel a {
  color: #333;
  background-color: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.tel a {
    padding: 12px 10px;
  }
}
.sct-bana .bana .bt ul li.tel .left {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.tel .left {
    display: none;
  }
}
.sct-bana .bana .bt ul li.tel .right {
  line-height: 2.4rem;
  padding-left: 10px;
}
.sct-bana .bana .bt ul li.tel .right p {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.tel .right p {
    font-size: 2rem;
  }
}
.sct-bana .bana .bt ul li.tel .right span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.tel .right span {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.sct-bana .bana .bt ul li.mail a {
  color: #FFF;
  background-color: #00b7c7;
}
.sct-bana .bana .bt ul li.mail .left {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.mail .left {
    font-size: 2rem;
  }
}
.sct-bana .bana .bt ul li.mail .right {
  font-size: 2.2rem;
  padding-top: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .sct-bana .bana .bt ul li.mail .right {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.mail .right {
    font-size: 1.4rem;
  }
}
.sct-bana .bana .bt ul li.line a {
  color: #FFF;
  background-color: #00b900;
}
.sct-bana .bana .bt ul li.line .left {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.line .left {
    font-size: 2rem;
  }
}
.sct-bana .bana .bt ul li.line .right {
  font-size: 2.2rem;
  padding-top: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .sct-bana .bana .bt ul li.line .right {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana .bt ul li.line .right {
    font-size: 1.4rem;
  }
}

.sct-profile {
  position: relative;
  color: #FFF;
  background-color: #00bfcf;
}
.sct-profile:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 280px 360px 0 0;
  border-color: #e7f4f5 transparent transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-profile:before {
    border-width: 120px 150px 0 0;
  }
}
.sct-profile:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 280px 360px;
  border-color: transparent transparent #e7f4f5 transparent;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-profile:after {
    border-width: 0 0 120px 150px;
  }
}
.sct-profile .container {
  width: 920px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-profile .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-profile .profile {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sct-profile .profile {
    display: block;
  }
}
.sct-profile .profile .image {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .sct-profile .profile .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .sct-profile .profile .image img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-profile .profile .image {
    width: 30%;
  }
}
.sct-profile .profile .txt {
  width: calc(100% - 380px);
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .sct-profile .profile .txt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-profile .profile .txt {
    width: 70%;
    padding-left: 30px;
  }
}
.sct-profile .profile .txt .box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sct-profile .profile .txt .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sct-profile .profile .txt .box table {
  width: 100%;
  margin-bottom: 10px;
}
.sct-profile .profile .txt .box table tr th {
  width: 25%;
}
.sct-profile .profile .txt .box table tr td {
  width: 75%;
}
.sct-profile .profile .txt .name {
  font-weight: 700;
}
.sct-profile .profile .txt .name span {
  font-size: 2.8rem;
  vertical-align: middle;
}
.sct-profile .profile .txt .bold {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sct-profile .profile .txt .bold {
    margin-bottom: 10px;
  }
}

.sct-contact {
  position: relative;
}
.sct-contact .container {
  width: 650px;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-contact .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-contact .container {
    width: 70%;
  }
}
.sct-contact .caution, .sct-contact .any {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  background-color: #faa800;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 10px;
}
.sct-contact .any {
  color: #333;
  background-color: #e7ecf6;
}
@media screen and (max-width: 767px) {
  .sct-contact .grp .row .col {
    width: 100%;
  }
}
.sct-contact ul li {
  text-align: left;
  margin-bottom: 10px;
}
.sct-contact ul li p {
  font-weight: 700;
  padding: 10px 0;
}
.sct-contact ul li table {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sct-contact ul li table {
    width: 100%;
  }
}
.sct-contact ul li table tr th {
  width: 20%;
  vertical-align: top;
  padding-top: 10px;
}
.sct-contact ul li table tr td {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sct-contact ul li table tr td {
    -webkit-appearance: none;
  }
  .sct-contact ul li table tr td:after {
    position: absolute;
    top: 0;
    right: 17px;
    font-family: "Font Awesome 5 pro";
    content: "\f0dd";
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    color: #CCC;
  }
}
.sct-contact .submit {
  margin-top: 40px;
  font-size: 0;
}
.sct-contact .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 10px;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-contact .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-contact .submit .button:hover {
    cursor: pointer;
    background-color: #faa800;
    opacity: 1;
  }
}

.sct-confirm .container {
  width: 800px;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-confirm .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-confirm dl {
  font-size: 16px;
  text-align: left;
}
.sct-confirm dl:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .sct-confirm dl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sct-confirm dl {
    width: 100%;
    font-size: 14px;
  }
}
.sct-confirm dl dt {
  width: 25%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sct-confirm dl dt {
    width: 100%;
    color: #999;
    padding: 20px 0 5px;
  }
}
.sct-confirm dl dd {
  width: 75%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sct-confirm dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
.sct-confirm dl dd p {
  margin-bottom: 5px;
}
.sct-confirm .submit {
  margin-top: 60px;
  font-size: 0;
}
.sct-confirm .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 10px;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-confirm .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-confirm .submit .button:hover {
    cursor: pointer;
    background-color: #faa800;
    opacity: 1;
  }
}

.sct-submit .container {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  .sct-submit .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-submit em {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-submit em {
    font-size: 20px;
  }
}
.sct-submit .txt {
  margin-bottom: 40px;
}
.sct-submit .txt p {
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .sct-submit .txt {
    margin-bottom: 20px;
  }
  .sct-submit .txt p {
    line-height: 22px;
    text-align: left;
  }
}
.sct-submit .submit {
  margin-top: 60px;
}
.sct-submit .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #00bfcf;
  border-radius: 10px;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-submit .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-submit .submit .button:hover {
    cursor: pointer;
    background-color: #faa800;
    opacity: 1;
  }
}

.sct-pagetitle {
  position: relative;
  height: 320px;
  color: #FFF;
  background-color: #00bfcf;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    height: 160px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.sct-pagetitle .title .e {
  font-size: 3rem;
  margin-bottom: 5px;
}
.sct-pagetitle .title .j {
  font-size: 1.6rem;
}

footer .sct-info .container {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  footer .sct-info .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
footer .sct-info .logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .sct-info .logo {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-info .logo {
    width: 200px;
    margin: 0 auto 20px;
  }
}
footer .sct-info .info {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .sct-info .info {
    margin-bottom: 20px;
  }
}
footer .sct-info .info p {
  text-align: center;
}
footer .sct-info .info a.map {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
  background-color: #faa800;
  border-radius: 3px;
  padding: 2px 5px;
  margin-left: 5px;
}
footer .sct-info .sns .ico {
  display: inline-block;
}
footer .sct-info .sns .ico a {
  text-decoration: none;
}
footer .sct-info .sns .ico i {
  font-size: 30px;
  margin: 0 10px;
}
footer .sct-info .sns .ico i.insta {
  position: relative;
  color: #CF2E92;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media all and (-ms-high-contrast: none) {
  footer .sct-info .sns .ico i.insta {
    background: none;
  }
}
footer .sct-info .sns .ico i.fb {
  color: #3B5998;
}
footer .sct-info .sns .ico i.tw {
  color: #1DA1F2;
}
footer .sct-info .sns .ico i.line {
  color: #00B900;
}
footer .sct-info .sns .ico i.youtube {
  color: #cd201f;
}
footer .sct-info .sns .ico i.tiktok {
  color: #000;
}
footer .sct-copy {
  font-size: 1.3rem;
  color: #FFF;
  background-color: #00bfcf;
  text-align: center;
  padding: 20px 0;
}

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