@font-face {
  font-family: 'Mamelon';
  src: url("../fonts/Mamelon/Mamelon-3HiRegular.eot"), url("../fonts/Mamelon/Mamelon-3HiRegular.woff2") format("woff");
}
.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;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  header {
    height: 60px;
  }
}
header .container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1219px) {
  header .container {
    height: 60px;
  }
}
header .logo {
  position: absolute;
  top: 15px;
  left: 100px;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 70px;
}
@media screen and (max-width: 1219px) {
  header .logo {
    top: 5px;
    left: 20px;
  }
  header .logo img {
    height: 50px;
  }
}
header .telbutton {
  position: absolute;
  top: 20px;
  right: 100px;
}
@media screen and (max-width: 767px) {
  header .telbutton {
    top: 12px;
    right: 80px;
  }
}
header .telbutton a {
  display: flex;
  color: #0060A4;
}
header .telbutton i {
  font-size: 3rem;
  line-height: 4rem;
  margin-right: 8px;
}
header .telbutton p {
  font-size: 3.3rem;
  line-height: 3.3rem;
}
header .telbutton p span {
  display: block;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  header .telbutton p {
    display: none;
  }
}
header .navibutton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #0060A4;
  padding: 22px 20px;
}
@media screen and (max-width: 767px) {
  header .navibutton {
    top: 0;
    right: 0;
  }
}
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(9px) translateY(12px) rotate(-45deg);
  -ms-transform: translateX(9px) translateY(12px) rotate(-45deg);
  -webkit-transform: translateX(9px) translateY(12px) rotate(-45deg);
  transform: translateX(9px) translateY(12px) rotate(-45deg);
}
header .navibutton .btn.active .l3 {
  width: 15px;
  -moz-transform: translateX(9px) translateY(-12px) rotate(45deg);
  -ms-transform: translateX(9px) translateY(-12px) rotate(45deg);
  -webkit-transform: translateX(9px) translateY(-12px) rotate(45deg);
  transform: translateX(9px) translateY(-12px) rotate(45deg);
}

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: 0;
  right: 0;
  height: 100vh;
  background-color: #FFF;
  padding: 100px 200px 20px 60px;
  animation: navi .5s ease-out 0s 1 normal;
  -webkit-animation: navi .5s ease-out 0s 1 normal;
}
@media screen and (max-width: 1219px) {
  nav ul {
    padding: 80px 40px 20px;
  }
}
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.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sct-mainimg .container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-mainimg .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg .container {
    height: 450px;
  }
}
.sct-mainimg .box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.sct-mainimg h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg img {
    width: 30%;
  }
}

.sct-about .container {
  width: 1000px;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  .sct-about .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.sct-about h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #0060A4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-about h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-about .txt p {
    line-height: 3.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 1219px) {
  .sct-about .txt p {
    text-align: left;
    line-height: 2.8rem;
  }
}
.sct-about .border {
  position: relative;
  display: inline-block;
}
.sct-about .border:before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
  content: "";
  background-color: #F2F7BE;
  z-index: -1;
}

.sct-support {
  background-color: #DDF0FD;
}
.sct-support .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sct-support .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-support .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.sct-support .support {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .sct-support .support {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-support .support {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.sct-support .support ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-support .support ul li {
  position: relative;
  width: calc(33.333% - 60px);
}
@media screen and (max-width: 767px) {
  .sct-support .support ul li {
    width: calc(100% - 6px);
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-support .support ul li {
    width: calc(33.333% - 20px);
  }
}
.sct-support .support ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
.sct-support .support ul li .inner .image {
  position: relative;
  width: 220px;
  margin: 0 auto 20px;
  z-index: 2;
}
.sct-support .support ul li .inner .image img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-support .support ul li .inner .image img {
    width: 70%;
  }
}
.sct-support .support ul li .inner h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-support .support ul li .inner h3 {
    font-size: 1.8rem;
  }
}
.sct-support .support ul li .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -150px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sct-support .support ul li .bg {
    top: -30px;
    left: 250px;
  }
  .sct-support .support ul li .bg img {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-support .support ul li .bg {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .sct-support .support ul li:last-child .bg {
    top: -40px;
    left: 260px;
  }
}

.sct-worry .container {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sct-worry .container {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-worry .container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.sct-worry .worry {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .sct-worry .worry {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-worry .worry {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.sct-worry .worry ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-worry .worry ul li {
  position: relative;
  width: calc(50% - 20px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sct-worry .worry ul li {
    width: calc(100% - 6px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-worry .worry ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.sct-worry .worry ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
.sct-worry .worry ul li .inner h3 {
  position: relative;
  height: 120px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110px;
  color: #FFF;
  background-image: url(../images/worry_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1219px) {
  .sct-worry .worry ul li .inner h3 {
    height: 70px;
    line-height: 64px;
    font-size: 1.4rem;
  }
}
.sct-worry .worry ul li .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -195px;
  left: 45%;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .sct-worry .worry ul li .bg {
    top: -80px;
    left: 10%;
  }
  .sct-worry .worry ul li .bg img {
    width: 60px;
  }
}

.sct-reason {
  background-color: #F2F7BE;
  overflow: hidden;
}
.sct-reason .container {
  width: 1000px;
  padding-top: 80px;
  padding-bottom: 30px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  .sct-reason .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.sct-reason .m-title {
  position: relative;
}
.sct-reason .m-title:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  left: 80%;
  width: 144px;
  height: 108px;
  display: block;
  content: "";
  background-image: url(../images/reason_img@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-reason .m-title:after {
    top: 17px;
    left: 96%;
    width: 80px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-reason .m-title:after {
    top: -5px;
    left: 75%;
    width: 80px;
    height: 60px;
  }
}
.sct-reason .reason {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .sct-reason .reason {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-reason .reason {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.sct-reason .reason ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-reason .reason ul li {
  position: relative;
  width: calc(50% - 20px);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sct-reason .reason ul li {
    width: calc(100% - 6px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-reason .reason ul li {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
}
.sct-reason .reason ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sct-reason .reason ul li .inner .num {
  position: absolute;
  top: -40px;
  left: -30px;
  width: 85px;
  height: 85px;
  font-family: 'Mamelon', sans-serif;
  font-size: 4.8rem;
  line-height: 85px;
  color: #DB7843;
  background-color: #DDF0FD;
  border-radius: 50%;
}
@media screen and (max-width: 1219px) {
  .sct-reason .reason ul li .inner .num {
    top: -30px;
    left: -7px;
    width: 60px;
    height: 60px;
    font-size: 3rem;
    line-height: 60px;
  }
}
.sct-reason .reason ul li .inner p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-image: url(../images/reason_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 50px;
}
@media screen and (max-width: 1219px) {
  .sct-reason .reason ul li .inner p {
    font-size: 1.8rem;
    padding: 20px;
  }
}

.sct-service {
  background-image: url(../images/service_bg.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.sct-service .container {
  padding-top: 220px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sct-service .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.sct-service .service {
  margin-bottom: 30px;
}
.sct-service .service ul li {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sct-service .service ul li {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li {
    margin-bottom: 40px;
  }
}
.sct-service .service ul li .image {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .sct-service .service ul li .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li .image {
    width: 40%;
  }
}
.sct-service .service ul li .txt {
  width: calc(100% - 600px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sct-service .service ul li .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li .txt {
    width: 60%;
  }
}
.sct-service .service ul li .txt h3 {
  font-size: 2.4rem;
  color: #0060A4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-service .service ul li .txt h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sct-service .service ul li.left .txt {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li.left .txt {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sct-service .service ul li.right {
    flex-direction: row-reverse;
  }
  .sct-service .service ul li.right .txt {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li.right .txt {
    padding-right: 20px;
  }
}

.sct-service .partner {
  font-family: 'Mamelon', sans-serif;
  color: #0060A4;
}
.sct-service .partner .image {
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-service .partner .image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .partner .image img {
    width: 50%;
  }
}
.sct-service .partner h2 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  .sct-service .partner h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.sct-service .partner p {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-service .partner p {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .partner p {
    font-size: 1.8rem;
  }
}

.sct-work {
  background-color: #DDF0FD;
}
.sct-work .container {
  width: 1000px;
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 1219px) {
  .sct-work .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .container {
    padding-bottom: 30px;
  }
}
.sct-work .work {
  width: calc(100% + 80px);
  margin: 0 -40px;
}
@media screen and (max-width: 767px) {
  .sct-work .work {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .work {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.sct-work .work ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-work .work ul li {
  position: relative;
  width: calc(33.333% - 80px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sct-work .work ul li {
    width: calc(100% - 6px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-work .work ul li {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
  }
}
.sct-work .work ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
.sct-work .work ul li .inner .image {
  margin-bottom: 20px;
}
.sct-work .work ul li .inner .image img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sct-work .work ul li .inner .image img {
    width: 70%;
  }
}
.sct-work .work ul li .inner h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #0060A4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .sct-work .work ul li .inner h3 {
    font-size: 1.8rem;
  }
}

.sct-flow .container {
  padding-top: 100px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-flow .flow ul li {
  display: flex;
}
.sct-flow .flow ul li:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sct-flow .flow ul li .num {
  position: relative;
  width: 350px;
  font-family: 'Mamelon', sans-serif;
  font-size: 12.3rem;
  text-align: left;
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li .num {
    width: 100px;
    font-size: 4rem;
  }
}
.sct-flow .flow ul li .num:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 250px;
  height: 250px;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #F2F7BE;
  z-index: -1;
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li .num:before {
    top: 20px;
    left: 0;
    width: 80px;
    height: 80px;
  }
}
.sct-flow .flow ul li .box {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li .box {
    width: calc(100% - 100px);
  }
}
.sct-flow .flow ul li .box h3 {
  position: relative;
  font-size: 2.4rem;
  text-align: left;
  color: #0060A4;
  border-bottom: 5px solid #4E4E4E;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li .box h3 {
    font-size: 1.8rem;
    border-bottom: 2px solid #4E4E4E;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.sct-flow .flow ul li .box h3:after {
  position: absolute;
  bottom: -82px;
  left: -187px;
  width: 220px;
  height: 5px;
  display: block;
  content: "";
  background-color: #4E4E4E;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1219px) {
  .sct-flow .flow ul li .box h3:after {
    bottom: -26px;
    left: -59px;
    width: 70px;
    height: 2px;
  }
}

.sct-area {
  background-color: #DDF0FD;
}
.sct-area .container {
  width: 1000px;
  background-image: url(../images/area_img1@2x.png);
  background-size: 480px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 320px;
}
@media screen and (max-width: 767px) {
  .sct-area .container {
    width: 100%;
    background-size: 120px;
    background-position: right 20px bottom 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-area .container {
    width: 100%;
    background-size: 200px;
    background-position: right 60px bottom 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1219px) {
  .sct-area .area {
    padding-right: 30%;
  }
}
.sct-area .area .m-title {
  text-align: left;
}
.sct-area .area h3 {
  font-family: 'Mamelon', sans-serif;
  font-size: 2.4rem;
  text-align: left;
  color: #0060A4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-area .area h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sct-area .area p {
  font-family: 'Mamelon', sans-serif;
  line-height: 3rem;
}
@media screen and (max-width: 1219px) {
  .sct-area .area p {
    line-height: 2.6rem;
  }
}

.sct-faq .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-faq .faq ul li .q {
  position: relative;
  text-align: left;
  background-color: #F2F7BE;
  border-radius: 20px;
  padding: 50px 80px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q {
    padding: 20px 40px;
  }
}
.sct-faq .faq ul li .q:before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "Q";
  font-size: 3.6rem;
  color: #0060A4;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q:before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}
.sct-faq .faq ul li .a {
  position: relative;
  text-align: left;
  padding: 50px 80px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .a {
    padding: 20px 40px;
  }
}
.sct-faq .faq ul li .a:before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "A";
  font-size: 3.6rem;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .a:before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}

.sct-company {
  background-color: #DDF0FD;
}
.sct-company .container {
  width: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  .sct-company .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-company table {
  width: 100%;
  border-collapse: collapse;
}
.sct-company table tr {
  border: 1px solid #CCC;
}
.sct-company table tr th {
  width: 20%;
  font-weight: 500;
  background-color: #F2F7BE;
  border-right: 1px solid #CCC;
  padding: 25px 20px;
}
@media screen and (max-width: 1219px) {
  .sct-company table tr th {
    width: 30%;
    padding: 10px 10px;
  }
}
.sct-company table tr td {
  width: 80%;
  text-align: left;
  background-color: #FFF;
  padding: 25px 20px;
}
@media screen and (max-width: 1219px) {
  .sct-company table tr td {
    width: 70%;
    padding: 10px 10px;
  }
}
.sct-company .map {
  display: inline-block;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #0060A4;
  border-radius: 5px;
  padding: 2px 10px;
  margin-left: 10px;
}

.sct-contact {
  position: relative;
}
.sct-contact .container {
  background-image: url(../images/contact_bg@2x.png);
  background-size: 100px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sct-contact .container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 60px;
    background-position: right 40px top 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-contact .container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 60px;
    background-position: right 40px center;
  }
}
.sct-contact .txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sct-contact .txt {
    margin-bottom: 40px;
  }
  .sct-contact .txt p {
    text-align: center;
  }
}
.sct-contact .caution, .sct-contact .any {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  background-color: #0060A4;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 10px;
}
.sct-contact .any {
  background-color: #CCC;
}
.sct-contact .grp {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-contact .grp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-contact .grp {
    width: 70%;
  }
}
@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: #0060A4;
  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: #F09963;
    opacity: 1;
  }
}

.sct-confirm .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-confirm .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-confirm .confirm {
  padding: 50px 130px;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-confirm .confirm {
    padding: 20px;
  }
}
.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;
  background-color: #F09963;
  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: #e7ecf6;
    opacity: 1;
  }
}

.sct-submit .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-submit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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 .thanks {
  padding: 50px 130px;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-submit .thanks {
    padding: 20px;
  }
}
.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;
  background-color: #F09963;
  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;
    color: #FFF;
    background-color: #0060A4;
    opacity: 1;
  }
}

.sct-bana .container {
  width: 920px;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-bana .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.sct-bana .bana {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .sct-bana .bana {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.sct-bana .bana ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: center;
  justify-content: space-between;
}
.sct-bana .bana ul li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  .sct-bana .bana ul li {
    width: calc(100% - 6px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-bana .bana ul li {
    width: calc(33.333% - 10px);
  }
}
.sct-bana .bana ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
.sct-bana .bana ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sct-bana .bana ul li .inner img {
    width: 70%;
  }
}

.sct-pagetitle {
  position: relative;
  height: 320px;
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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: 24px;
  margin-bottom: 5px;
}
.sct-pagetitle .title .j {
  font-size: 11px;
}

footer .sct-info {
  background-image: url(../images/f_bg@2x.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer .sct-info {
    background-size: 200%;
    background-position: center bottom -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-info {
    background-size: 150%;
    background-position: center bottom -120px;
  }
}
footer .sct-info .container {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  footer .sct-info .container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
footer .sct-info .logo {
  margin-bottom: 40px;
}
footer .sct-info .logo img {
  width: 220px;
}
footer .sct-info .navi {
  text-align: center;
}
@media screen and (max-width: 1219px) {
  footer .sct-info .navi {
    display: none;
  }
}
footer .sct-info .navi ul li {
  display: inline-block;
}
footer .sct-info .navi ul li a {
  text-decoration: none;
  color: #333;
}
footer .sct-info .navi ul li:after {
  content: '';
  margin: 0 15px;
}
footer .sct-info .navi ul li:last-child:after {
  display: none;
}
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-copy {
  color: #FFF;
  background-color: #0060A4;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1219px) {
  footer .sct-copy {
    font-size: 1.2rem;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#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: #0060A4;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}
