/* Sass Document */
#mv {
  background-image: url("../images/top/mv_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  max-width: 100%;
  margin: auto 20px;
  height: 700px;
  background-color: #d5ebe7;
}
#mv .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
#mv .mv_list {
  display: flex;
  margin-top: 35px;
}
#mv .mv_list li {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #ff2832;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
#mv .mv_list li:last-of-type {
  margin-right: 0;
}

.sec_ttl {
  font-size: 20rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.sec_ttl_sub {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 90px;
}

.opt {
  margin-top: -270px;
  position: relative;
}

.after_opt {
  padding-bottom: 370px;
}

.before_opt {
  padding-top: 370px;
  margin-top: -230px;
}

.sub_item {
  width: 205px;
  height: 60px;
  margin-bottom: 30px;
}
.sub_item.ma {
  margin-left: auto;
  margin-right: auto;
}
.sub_item span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #e9dee9;
}

.box_w {
  background-color: #ffffff;
  padding: 60px 50px 50px;
  margin-top: 60px;
}

#watch {
  background-color: #f6dede;
}
#watch .watch_list {
  display: flex;
  flex-wrap: wrap;
}
#watch .watch_list li {
  width: 25%;
  margin-top: 90px;
}
#watch .watch_list li:nth-of-type(-n+4) {
  margin-top: 0;
}
#watch .watch_start {
  margin-top: 20px;
}
#watch .watch_start a {
  font-size: 1.2rem;
  line-height: 1.5;
}

#create {
  background-color: #e9dee9;
}
#create .create_area {
  display: flex;
  justify-content: space-between;
}
#create .create_area .create_flow_area {
  width: 450px;
  max-width: 100%;
}
#create .create_area .create_flow_area .swiper-wrapper {
  transform: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide {
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../images/top/create_bg01.png");
  background-size: cover;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  #create .create_area .create_flow_area .swiper-wrapper .swiper-slide {
    transition: 0.3s;
  }
  #create .create_area .create_flow_area .swiper-wrapper .swiper-slide:hover {
    opacity: 0.7;
  }
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide .flow_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  border: 4px solid transparent;
  box-sizing: border-box;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide .flow_box .flow_num {
  position: absolute;
  left: 5px;
  top: 0px;
  font-size: 1.4rem;
  color: #ffffff;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .flow_box {
  border-color: #ff2832;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow_bg_gray {
  background-image: url("../images/top/create_bg02.png");
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow_bg_w {
  background-color: #ffffff;
  background-image: none;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow_bg_w .flow_box {
  color: #333333;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow_bg_w .flow_box .flow_num {
  color: #333333;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide:last-of-type {
  margin-bottom: 0;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow02 {
  width: 220px;
  max-width: 48%;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow02::before, #create .create_area .create_flow_area .swiper-wrapper .swiper-slide::after {
  content: "";
  background-image: url("../images/top/flow_arrow.png");
  width: 16px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow02::before {
  top: -31px;
}
#create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow01::after, #create .create_area .create_flow_area .swiper-wrapper .swiper-slide.flow05::after {
  content: none;
}
#create .create_area .create_flow_area .flow_circle {
  position: absolute;
  right: -25px;
  top: -25px;
  border-radius: 50%;
  background-color: #ffffff;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #ff2832;
  line-height: 1.1;
}
#create .create_area .create_flow_area .create_slide_thumb {
  overflow: visible;
}
#create .create_area .create_slide_area {
  width: 450px;
  max-width: 100%;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide {
  height: auto;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .slide_inn {
  height: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 40px 38px 40px;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .slide_num {
  width: 100px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/top/create_bg01.png");
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide.flow_bg_gray .slide_num {
  background-image: url("../images/top/create_bg02.png");
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide.flow_bg_red .slide_num {
  background-image: url("../images/top/create_bg03.png");
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .create_slide_ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .create_slide_ttl.adj {
  letter-spacing: -0.02em;
  font-size: 3.1rem;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .create_slide_txt {
  font-size: 1.6rem;
  line-height: 2;
}
#create .create_area .create_slide_area .swiper-wrapper .swiper-slide .create_slide_txt a{
	color: #0080ff;
}
#create .create_area .create_slide_area .create_slide {
  padding-bottom: 72px;
}
#create .create_area .create_slide_area .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: #ffffff;
}
#create .create_area .create_slide_area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2832;
}
#create .create_area .create_slide_area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
#create .create_area .flow_note {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#create .create_area .flow_note li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#create .create_area .flow_note li::before {
  content: "";
  width: 44px;
  height: 22px;
  background-image: url("../images/top/create_bg01.png");
  margin-right: 8px;
}
#create .create_area .flow_note li:nth-of-type(2) {
  margin-left: 15px;
}
#create .create_area .flow_note li:nth-of-type(2)::before {
  background-image: url("../images/top/create_bg02.png");
}
#create .btn_red {
  margin-top: 80px;
  margin-bottom: 100px;
}
#create .create_price {
  font-size: 8.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#create .create_price_info {
  font-size: 3.2rem;
  text-align: center;
}
#create .create_option {
  display: flex;
  justify-content: space-between;
}
#create .create_option .option_ttl {
  text-align: center;
}
#create .create_option .option_img img {
  display: block;
  margin: auto;
}
#create .create_option .option_price {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
}
#create .create_option .option_price_info {
  text-align: center;
}

#know {
  background-color: #f6e3d3;
}
#know .know_ttl {
  background-color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 80px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#know .know_cnt {
  display: flex;
  height: 440px;
  justify-content: space-between;
}
#know .know_cnt .know_box {
  width: 450px;
  max-width: 100%;
}
#know .know_cnt .know_box img {
  display: block;
  margin: auto;
}
#know .sub_item span {
  background-color: #f6e3d3;
}
#know .books_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#know .logo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 15px;
}
#know .logo_list li {
  margin: 0 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#know .logo_list:last-of-type {
  align-items: flex-end;
  margin-top: 10px;
}

#ask {
  background-color: #dcf0dc;
}
#ask .ask_box {
  background-image: url("../images/top/ask_bg.png");
  height: 445px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 385px 40px 40px;
}
#ask .ask_box_ttl {
  display: flex;
  background-color: #333333;
  height: 61px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#ask .ask_box_ttl01 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
}
#ask .ask_box_ttl02 {
  color: #ffffff;
  font-size: 1.6rem;
}
#ask .ask_box .ask_cnt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 23px;
}
#ask .ask_box .ask_tel {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
}
#ask .ask_box .ask_tel_info {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#ask .ask_box .ask_list {
  display: flex;
  flex-wrap: wrap;
}
#ask .ask_box .ask_list li {
  width: 50%;
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}
#ask .ask_box .ask_list li::before {
  content: "";
  background-image: url("../images/top/ask_chk.png");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#ask .faq {
  margin-top: 100px;
}
#ask .faq .ac_btn {
  background-color: #ffffff;
  min-height: 80px;
  font-size: 1.6rem;
  padding: 30px 80px 30px 100px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
#ask .faq .ac_btn:first-of-type {
  margin-top: 0;
}
.faq_qttl{
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #ask .faq .ac_btn {
    transition: 0.3s;
  }
  #ask .faq .ac_btn:hover {
    opacity: 0.7;
  }
}
#ask .faq .ac_btn::after, #ask .faq .ac_btn::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff2832;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#ask .faq .ac_btn::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
#ask .faq .ac_btn.ac::after {
  transform: translateY(-50%);
  opacity: 0;
}
#ask .faq .ac_cnt {
  padding: 30px 40px 30px 100px;
  position: relative;
}
#ask .faq .faq_q,
#ask .faq .faq_a {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 30px;
}


#ask .pop_tbl td{
  background: #fff;
}