@charset "UTF-8";
.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: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 0 auto;
  z-index: 100;
}
header .container {
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  top: 5px;
  left: 60px;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 50px;
}
@media screen and (max-width: 1219px) {
  header .logo {
    left: 20px;
  }
}
header .navi {
  position: absolute;
  right: 60px;
  top: 20px;
}
header .navi ul {
  text-align: left;
}
header .navi ul li {
  display: inline-block;
  margin-left: 40px;
}
header .navi ul li a {
  color: #FFF;
}
@media screen and (max-width: 1219px) {
  header .navi {
    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: #FFF;
  height: 2px;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 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 {
  transform: translateX(0px) translateY(9px) rotate(-45deg);
}
header .navibutton .btn.active .l2 {
  opacity: 0;
}
header .navibutton .btn.active .l3 {
  transform: translateX(0px) translateY(-9px) rotate(45deg);
}
@media screen and (min-width: 1220px) {
  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: rgba(0, 0, 0, 0.95);
  margin: 0 auto;
  z-index: 99;
}
nav div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
nav div ul {
  text-align: center;
}
nav div ul li {
  margin-bottom: 30px;
}
nav div ul li a {
  color: #FFF;
}
nav div ul li:last-child {
  margin-bottom: 0;
}

#index .sct-mainimg {
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-mainimg .container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#index .sct-mainimg .mainimg-horoscope {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  #index .sct-mainimg .mainimg-horoscope {
    top: -50px;
  }
}
#index .sct-mainimg .mainimg-horoscope img {
  width: 400px;
}
@media screen and (max-width: 1219px) {
  #index .sct-mainimg .mainimg-horoscope img {
    width: 80%;
  }
}
#index .sct-mainimg .mainimg-txt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 66%;
}
#index .sct-mainimg .mainimg-txt img {
  width: 130px;
}
@media screen and (max-width: 1219px) {
  #index .sct-mainimg .mainimg-txt img {
    width: 90px;
  }
}
#index .sct-catch .container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  #index .sct-catch .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-catch .logo {
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-catch .logo {
    margin-bottom: 30px;
  }
}
#index .sct-catch .logo img {
  width: 250px;
}
@media screen and (max-width: 1219px) {
  #index .sct-catch .logo img {
    width: 180px;
  }
}
#index .sct-catch .txt p {
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  #index .sct-catch .txt p {
    line-height: 3rem;
    text-align: left;
  }
}
#index .sct-about .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
#index .sct-about .about ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index .sct-about .about ul li:not(* last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about ul li:not(* last-child) {
    margin-bottom: 30px;
  }
}
#index .sct-about .about ul li .detail {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about ul li .detail {
    width: 100%;
    padding-right: 0;
  }
}
#index .sct-about .about ul li .image {
  width: 50%;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about ul li .image {
    width: 100%;
    margin-top: 10px;
  }
}
#index .sct-about .about ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about ul li:nth-child(2n) {
    width: 100%;
  }
}
#index .sct-about .about ul li:nth-child(2n) .detail {
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about ul li:nth-child(2n) .detail {
    padding-left: 0;
  }
}

.sct-pagetitle {
  position: relative;
  height: 320px;
  color: #FFF;
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1219px) {
  .sct-pagetitle {
    height: 200px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 55%;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .sct-pagetitle .title {
    top: 60%;
    font-size: 2rem;
  }
}

.sct-breadcrumb {
  border-bottom: 1px solid #ccc;
}
.sct-breadcrumb .container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: "＞";
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}

#page .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #page .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#page .company-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#page .company-table table tr {
  border: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  #page .company-table table tr {
    font-size: 1.4rem;
    margin-top: -1px;
  }
}
#page .company-table table tr th {
  width: 25%;
  border-right: 1px solid #d5d5d5;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #page .company-table table tr th {
    width: 100%;
    border-right: none;
    padding: 10px 20px 2px;
  }
}
#page .company-table table tr td {
  width: 75%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #page .company-table table tr td {
    width: 100%;
    padding: 2px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  #page .company-table table, #page .company-table thead, #page .company-table tbody, #page .company-table tr, #page .company-table th, #page .company-table td {
    width: 100%;
    display: block;
  }
}

#news .sct-newslist {
  overflow: hidden;
}
#news .sct-newslist .container {
  width: 1000px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #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: #020E1F;
}
@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: #020E1F;
  border: 1px solid #020E1F;
  border-radius: 2px;
  margin: 0 5px;
}
@media screen and (max-width: 1219px) {
  #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: #020E1F;
}
#news .sct-newslist .wp-pagenavi .current {
  color: #333;
  background-color: #dcdcdc;
}
#news .sct-newssingle {
  overflow: hidden;
}
#news .sct-newssingle .container {
  width: 1000px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #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: #020E1F;
  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: #020E1F;
  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;
  }
}

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

.contact .sct-main .container, .feedback .sct-main .container, .confirm .sct-main .container {
  width: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .container, .feedback .sct-main .container, .confirm .sct-main .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .contact .sct-main .container, .feedback .sct-main .container, .confirm .sct-main .container {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact .sct-main .contact_form, .feedback .sct-main .contact_form, .confirm .sct-main .contact_form {
  border: 1px solid #CCC;
  background-color: #f9f9f9;
  padding: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  .contact .sct-main .contact_form, .feedback .sct-main .contact_form, .confirm .sct-main .contact_form {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.contact .sct-main .contact_form dl, .feedback .sct-main .contact_form dl, .confirm .sct-main .contact_form dl {
  padding: 10px 0;
}
.contact .sct-main .contact_form dl label, .feedback .sct-main .contact_form dl label, .confirm .sct-main .contact_form dl label {
  display: flex;
  flex-wrap: wrap;
}
.contact .sct-main .contact_form dl dt, .feedback .sct-main .contact_form dl dt, .confirm .sct-main .contact_form dl dt {
  width: 30%;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .contact_form dl dt, .feedback .sct-main .contact_form dl dt, .confirm .sct-main .contact_form dl dt {
    width: 100%;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .contact .sct-main .contact_form dl dt, .feedback .sct-main .contact_form dl dt, .confirm .sct-main .contact_form dl dt {
    font-size: 1.4rem;
    color: #999;
  }
}
.contact .sct-main .contact_form dl dd, .feedback .sct-main .contact_form dl dd, .confirm .sct-main .contact_form dl dd {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .contact_form dl dd, .feedback .sct-main .contact_form dl dd, .confirm .sct-main .contact_form dl dd {
    width: 100%;
  }
}
.contact .sct-main .contact_form input, .contact .sct-main .contact_form textarea, .feedback .sct-main .contact_form input, .feedback .sct-main .contact_form textarea, .confirm .sct-main .contact_form input, .confirm .sct-main .contact_form 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;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: visible;
  padding: 0 0.8rem;
}
.contact .sct-main .contact_form input.long_s, .contact .sct-main .contact_form textarea.long_s, .feedback .sct-main .contact_form input.long_s, .feedback .sct-main .contact_form textarea.long_s, .confirm .sct-main .contact_form input.long_s, .confirm .sct-main .contact_form textarea.long_s {
  width: 30%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .contact_form input.long_s, .contact .sct-main .contact_form textarea.long_s, .feedback .sct-main .contact_form input.long_s, .feedback .sct-main .contact_form textarea.long_s, .confirm .sct-main .contact_form input.long_s, .confirm .sct-main .contact_form textarea.long_s {
    width: 50%;
  }
}
.contact .sct-main .contact_form input:focus, .contact .sct-main .contact_form textarea:focus, .feedback .sct-main .contact_form input:focus, .feedback .sct-main .contact_form textarea:focus, .confirm .sct-main .contact_form input:focus, .confirm .sct-main .contact_form textarea:focus {
  border: 1px solid #020E1F;
  box-shadow: 0 1px 0 0 #020E1F;
}
.contact .sct-main .contact_form textarea, .feedback .sct-main .contact_form textarea, .confirm .sct-main .contact_form textarea {
  height: auto;
  min-height: 150px;
  line-height: normal;
  padding: 0.8rem;
  resize: none;
  box-sizing: border-box;
}
.contact .sct-main .contact_form .error, .feedback .sct-main .contact_form .error, .confirm .sct-main .contact_form .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 .contact_form .error, .feedback .sct-main .contact_form .error, .confirm .sct-main .contact_form .error {
    position: static;
    margin-top: 5px;
  }
}
.contact .sct-main .contact_form .caution, .feedback .sct-main .contact_form .caution, .confirm .sct-main .contact_form .caution {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFF;
  background-color: #F00;
  padding: 2px 5px;
}
.contact .sct-main .btn_area p, .feedback .sct-main .btn_area p, .confirm .sct-main .btn_area p {
  text-align: center;
}
.contact .sct-main .btn_area .btn, .contact .sct-main .btn_area .btn_back, .feedback .sct-main .btn_area .btn, .feedback .sct-main .btn_area .btn_back, .confirm .sct-main .btn_area .btn, .confirm .sct-main .btn_area .btn_back {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: auto;
  display: inline-block;
  border: 1px solid #020E1F;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 1.6rem;
  margin: 0 10px;
  color: #FFF;
  background: #020E1F;
}
@media screen and (max-width: 767px) {
  .contact .sct-main .btn_area .btn, .contact .sct-main .btn_area .btn_back, .feedback .sct-main .btn_area .btn, .feedback .sct-main .btn_area .btn_back, .confirm .sct-main .btn_area .btn, .confirm .sct-main .btn_area .btn_back {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .contact .sct-main .btn_area .btn:hover, .contact .sct-main .btn_area .btn_back:hover, .feedback .sct-main .btn_area .btn:hover, .feedback .sct-main .btn_area .btn_back:hover, .confirm .sct-main .btn_area .btn:hover, .confirm .sct-main .btn_area .btn_back:hover {
    cursor: pointer;
    color: #020E1F;
    background: #FFF;
    opacity: 1;
  }
}

.thanks .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .thanks .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.thanks .sct-main .txt {
  text-align: center;
  margin-bottom: 60px;
}

footer .sct-download {
  background-color: #f9f9f9;
}
footer .sct-download .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  footer .sct-download .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .sct-download .download .bt {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1219px) {
  footer .sct-download .download .bt {
    margin: 10px;
  }
}
footer .sct-download .download .bt a {
  display: block;
}
footer .sct-download .download .bt img {
  width: 250px;
}
@media screen and (max-width: 1219px) {
  footer .sct-download .download .bt img {
    width: 200px;
  }
}
footer .sct-info {
  background-color: #EDEFF1;
}
footer .sct-info .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .sct-info .navi {
  text-align: center;
  margin-bottom: 30px;
}
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 .logo {
  margin-bottom: 30px;
}
footer .sct-info .logo img {
  width: 180px;
}
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: 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 {
  font-size: 1.2rem;
  color: #FFF;
  background-color: #020E1F;
  text-align: center;
  padding: 20px 0;
}

#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: #020E1F;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}/*# sourceMappingURL=style.css.map */