.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;
}

#main_content_header {
  background: rgba(0, 0, 0, 0.3) !important;
}

#header_slider_wrap {
  display: none;
}

#mobile_header_search_button {
  display: none;
}

#index {
  background-color: #FFF;
}
#index .sct-mainimg {
  position: relative;
  z-index: 5;
}
#index .sct-mainimg:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 88.2%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../img/index/mainimg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-mainimg .container {
  height: 770px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .container {
    height: 400px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .container {
    height: 600px;
    padding: 0;
  }
}
#index .sct-mainimg .scroll {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 190px;
  font-size: 1.1rem;
  text-align: center;
  border-bottom: 1px solid #CCC;
  transform: rotate(90deg);
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .scroll {
    bottom: auto;
    top: 60px;
    left: -20px;
    width: 100px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .scroll {
    width: 100px;
    font-size: 1rem;
  }
}
#index .sct-mainimg .copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 40%;
  left: -80px;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .copy {
    top: 55%;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .copy {
    top: 55%;
    left: 100px;
  }
}
#index .sct-mainimg .copy span {
  display: inline-block;
  font-size: 2.6rem;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .copy span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .copy span {
    font-size: 2.2rem;
  }
}
#index .sct-mainimg .copy p {
  display: inline-block;
  font-size: 5.6rem;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .copy p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .copy p {
    font-size: 3.6rem;
  }
}
#index .sct-mainimg .feature {
  position: absolute;
  bottom: 100px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .feature {
    width: 95%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mainimg .feature {
    width: 50%;
    left: 150px;
    bottom: 30px;
  }
}
#index .sct-mainimg .feature ul {
  display: flex;
}
#index .sct-mainimg .feature ul li {
  padding: 0 5px;
}
#index .sct-about {
  position: relative;
}
#index .sct-about .container {
  padding-top: 270px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #index .sct-about .container {
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
  }
}
#index .sct-about:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  display: block;
  content: "";
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  z-index: 0;
}
#index .sct-about:after {
  position: absolute;
  top: 210px;
  left: 0;
  width: 50%;
  height: 650px;
  display: block;
  content: "";
  background-image: url(../img/index/about_img1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .sct-about:after {
    position: static;
    width: 95%;
    height: 300px;
    border-radius: 0 30px 30px 0;
    margin-bottom: 60px;
  }
}
#index .sct-about .about {
  position: relative;
  width: 60%;
  background-color: #FFF;
  border-radius: 50px 0 0 50px;
  padding: 140px 0 140px 140px;
  margin-left: 40%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .sct-about .about {
    width: 100%;
    border-radius: 30px 0 0 30px;
    padding: 40px 30px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-about .about {
    padding: 80px 70px;
  }
}
#index .sct-about .about .m-title1 {
  text-align: left;
}
#index .sct-about .about .m-title1:before {
  left: 0;
  transform: translateX(0);
}
#index .sct-about .about h3 {
  font-size: 3.2rem;
  line-height: 5.2rem;
  text-align: left;
  color: #f09abb;
  margin-bottom: 45px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#index .sct-about .about .txt {
  line-height: 3.8rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #index .sct-about .about .txt {
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#index .sct-about .about .m-bt {
  margin: 0;
}
#index .sct-photo .container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  #index .sct-photo .container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
#index .sct-recommend {
  background-image: url(../img/index/recommend_img1.webp), url(../img/index/recommend_img2.webp), url(../img/index/recommend_img3.webp), url(../img/index/recommend_img4.webp);
  background-size: 250px, 320px, 320px, 250px;
  background-position: top left 80px, bottom 40px left 60px, top 40px right 60px, bottom 80px right 80px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend {
    background-size: 120px, 150px, 150px, 120px;
    background-position: top 10px left 20px, bottom 20px left 20px, top 0 right 10px, bottom 40px right 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-recommend {
    background-size: 120px, 150px, 150px, 120px;
  }
}
#index .sct-recommend .container {
  padding-top: 160px;
  padding-bottom: 360px;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend .container {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-recommend .container {
    padding-top: 140px;
    padding-bottom: 220px;
  }
}
#index .sct-recommend .recommend {
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend .recommend {
    width: 100%;
  }
}
#index .sct-recommend .recommend ul li {
  position: relative;
  border-bottom: 1px solid #CCC;
  text-align: left;
  padding: 40px 40px 40px 80px;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend .recommend ul li {
    padding: 20px 20px 20px 55px;
  }
}
#index .sct-recommend .recommend ul li .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  color: #f09abb;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50%;
  padding: 2px;
}
#index .sct-recommend .recommend ul li .num span {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend .recommend ul li .num {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 36px;
  }
}
#index .sct-recommend .recommend ul li p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .sct-recommend .recommend ul li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#index .sct-recommend .recommend ul li p span {
  color: #f09abb;
}
#index .sct-feature {
  background-color: #fbeff4;
}
#index .sct-feature .container {
  padding-top: 130px;
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-feature .feature {
    width: 90%;
    margin: 0 auto;
  }
}
#index .sct-feature .feature ul li {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 50px 0 50px 0;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li {
    border-radius: 30px 0 30px 0;
    padding: 30px;
  }
}
#index .sct-feature .feature ul li:not(#index .sct-feature .feature ul li:last-child) {
  margin-bottom: 30px;
}
#index .sct-feature .feature ul li .image {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#index .sct-feature .feature ul li .image p {
  position: absolute;
  top: -60px;
  left: 20px;
  width: 80px;
  font-size: 1.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFF;
  background-color: #f09abb;
  padding: 10px 0 25px;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li .image p {
    width: 60px;
    top: -30px;
    left: 20px;
    font-size: 1rem;
    line-height: 2rem;
    padding: 5px 0 15px;
  }
}
#index .sct-feature .feature ul li .image p .num {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li .image p .num {
    font-size: 2.4rem;
  }
}
#index .sct-feature .feature ul li .detail {
  position: relative;
  width: 65%;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li .detail {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-feature .feature ul li .detail .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: 60px;
  }
}
#index .sct-feature .feature ul li .detail h3 {
  font-size: 2.4rem;
  text-align: left;
  color: #f09abb;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-feature .feature ul li .detail h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#index .sct-course .container {
  padding-top: 140px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-course .slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1219px) {
  #index .sct-course .slider {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-course .slider {
    width: 90%;
    margin: 0 auto;
  }
}
#index .sct-course .slider .item {
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50px 0 50px 0;
  padding: 2px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slider .item {
    border-radius: 30px 0 30px 0;
  }
}
#index .sct-course .slider .item .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 50px 0 50px 0;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slider .item .box {
    border-radius: 30px 0 30px 0;
    padding: 30px;
  }
}
#index .sct-course .slider .item .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slider .item .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#index .sct-course .slider .item .detail {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slider .item .detail {
    width: 100%;
    padding-left: 0;
  }
}
#index .sct-course .slider .item .detail h3 {
  font-size: 2.4rem;
  text-align: left;
  color: #FFF;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slider .item .detail h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#index .sct-course .slider .item .detail .price {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
}
#index .sct-course .slider .item .detail .price span {
  text-decoration: line-through;
}
#index .sct-course .slider .item .detail p {
  line-height: 3.2rem;
}
#index .sct-course .slick-initialized {
  opacity: 1;
}
#index .sct-course .slick-next, #index .sct-course .slick-prev {
  top: 50%;
}
#index .sct-course .slick-next:before, #index .sct-course .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-course .slick-next:before, #index .sct-course .slick-prev:before {
    font-size: 20px;
  }
}
#index .sct-course .slick-prev {
  left: 40px;
}
#index .sct-course .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1219px) {
  #index .sct-course .slick-prev {
    left: 20px;
  }
}
#index .sct-course .slick-next {
  right: 40px;
}
#index .sct-course .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1219px) {
  #index .sct-course .slick-next {
    right: 20px;
  }
}
#index .sct-course .slick-arrow {
  z-index: 50;
}
#index .sct-course .slick-slider {
  margin-bottom: 0;
}
#index .sct-voice {
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
}
#index .sct-voice .container {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #index .sct-voice .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-voice .voice {
    width: 80%;
    margin: 0 auto;
  }
}
#index .sct-voice .voice ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  #index .sct-voice .voice ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-voice .voice ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
#index .sct-voice .voice ul li {
  background-color: #FFF;
  border-radius: 50px 0 50px 0;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #index .sct-voice .voice ul li {
    border-radius: 30px 0 30px 0;
    padding: 40px 0;
  }
}
#index .sct-voice .voice ul li .image {
  padding: 0 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #index .sct-voice .voice ul li .image {
    margin-bottom: 20px;
  }
}
#index .sct-voice .voice ul li .image img {
  width: 50%;
}
#index .sct-voice .voice ul li h3 {
  position: relative;
  font-size: 2rem;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-voice .voice ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
#index .sct-voice .voice ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: #f09abb;
  border-radius: 1px;
  transform: translateX(-50%);
}
#index .sct-voice .voice ul li .small {
  font-size: 1.4rem;
  text-align: right;
  padding: 0 30px 10px;
}
#index .sct-voice .voice ul li .txt {
  padding: 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #index .sct-voice .voice ul li .txt {
    margin-bottom: 30px;
  }
}
#index .sct-voice .m-bt.white a {
  color: #333;
  background: #FFF;
}
#index .sct-tutor {
  position: relative;
}
#index .sct-tutor .container {
  padding-top: 0;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #index .sct-tutor .container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
#index .sct-tutor:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 850px;
  display: block;
  content: "";
  background-image: url(../img/index/tutor_img1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .sct-tutor:after {
    position: static;
    width: 95%;
    height: 300px;
    border-radius: 0 30px 30px 0;
    margin-bottom: 30px;
  }
}
#index .sct-tutor .tutor {
  position: relative;
  width: 60%;
  background-color: #FFF;
  border-radius: 0 50px 50px 0;
  padding: 140px 140px 140px 0;
  margin-top: 65px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .sct-tutor .tutor {
    width: 95%;
    border-radius: 0 30px 30px 0;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-tutor .tutor {
    padding: 80px 70px;
  }
}
#index .sct-tutor .tutor .m-title1 {
  text-align: left;
}
#index .sct-tutor .tutor .m-title1:before {
  left: 0;
  transform: translateX(0);
}
#index .sct-tutor .tutor h3 {
  font-size: 3.2rem;
  line-height: 5.2rem;
  text-align: left;
  color: #f09abb;
  margin-bottom: 45px;
}
@media screen and (max-width: 1219px) {
  #index .sct-tutor .tutor h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#index .sct-tutor .tutor .txt {
  line-height: 3.8rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #index .sct-tutor .tutor .txt {
    line-height: 3rem;
    margin-bottom: 30px;
  }
}
#index .sct-tutor .tutor .m-bt {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-tutor .tutor .m-bt {
    margin: 0 auto;
  }
}
#index .sct-news {
  background-color: #fbeff4;
}
#index .sct-news .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #index .sct-news .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-news .news {
  display: flex;
  flex-wrap: wrap;
}
#index .sct-news .news .title {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .title {
    width: 100%;
    display: flex;
  }
}
#index .sct-news .news .title .m-title1 {
  text-align: left;
}
#index .sct-news .news .title .m-title1:before {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .title .m-title1 {
    width: 50%;
  }
}
#index .sct-news .news .title .m-bt {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .title .m-bt {
    width: 50%;
    height: 40px;
  }
  #index .sct-news .news .title .m-bt a {
    line-height: 40px;
  }
}
#index .sct-news .news .detail {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .detail {
    width: 100%;
  }
}
#index .sct-news .news .detail ul li {
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
@media screen and (max-width: 1219px) {
  #index .sct-news .news .detail ul li {
    padding: 10px 0;
  }
}
#index .sct-news .news .detail ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
#index .sct-news .news .detail ul li .date {
  width: 15%;
  color: #999;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 1219px) {
  #index .sct-news .news .detail ul li .date {
    width: 100%;
    border: none;
    margin-bottom: 5px;
  }
}
#index .sct-news .news .detail ul li .txt {
  width: 80%;
  padding-left: 25px;
}
@media screen and (max-width: 1219px) {
  #index .sct-news .news .detail ul li .txt {
    width: 90%;
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 15px;
  }
}
#index .sct-news .news .detail ul li .ico {
  width: 5%;
}
@media screen and (max-width: 1219px) {
  #index .sct-news .news .detail ul li .ico {
    width: 10%;
  }
}
#index .sct-news .news .detail ul li .ico i {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 30px;
  color: #FFF;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50%;
}
#index .sct-instagram .container {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #index .sct-instagram .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-instagram .instagram {
    width: 60%;
    margin: 0 auto;
  }
}
#index .sct-instagram .instagram ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 6px;
}
@media screen and (max-width: 767px) {
  #index .sct-instagram .instagram ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-instagram .instagram ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-column-gap: 10px;
  }
}
#index .sct-youtube .container {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #index .sct-youtube .container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-youtube .youtube {
    width: 60%;
    margin: 0 auto;
  }
}
#index .sct-youtube .youtube ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 6px;
}
@media screen and (max-width: 767px) {
  #index .sct-youtube .youtube ul {
    grid-column-gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-youtube .youtube ul {
    grid-column-gap: 10px;
  }
}
#index .sct-contact {
  background-image: url(../img/f_contact_bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#index .sct-contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #index .sct-contact .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-contact h2 {
  font-size: 3.6rem;
  text-align: left;
  margin-bottom: 35px;
}
#index .sct-contact h2 span {
  font-size: 1.4rem;
  color: #f09abb;
  margin-left: 10px;
}
@media screen and (max-width: 1219px) {
  #index .sct-contact h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  #index .sct-contact h2 span {
    font-size: 1.8rem;
  }
}
#index .sct-contact .txt {
  width: 760px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index .sct-contact .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-contact .txt {
    width: 60%;
    margin-bottom: 30px;
  }
}
#index .sct-contact .bt {
  width: 700px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-contact .bt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-contact .bt {
    width: 60%;
  }
}
#index .sct-contact .bt a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #index .sct-contact .bt a {
    font-size: 1.8rem;
  }
}
#index .sct-contact .bt a i {
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  padding-right: 10px;
  margin: auto;
}

#page_contents .post_content {
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #page_contents .post_content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}

#footer {
  color: #333;
  background-color: #FFF;
}

#line_fixed {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #line_fixed {
    bottom: 60px;
    right: 10px;
  }
  #line_fixed img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #line_fixed {
    bottom: 30px;
    right: 20px;
  }
  #line_fixed img {
    width: 200px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  #pagetop {
    bottom: 190px;
    right: 20px;
  }
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 50px;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#pagetop a:hover {
  background: #f09abb;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}
@media screen and (max-width: 1219px) {
  #pagetop a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */