@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

font-family: "Commissioner";
Medium=500,Bold=700

*/
.btn{
  clear: both;
  position: relative;
  margin:60px auto 0;
  border-radius: 45px;
  background: rgb(143,166,206);
background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
  width: 512px;
  height: 90px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 512px;
  font-size:24px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background: rgb(239,137,156);
background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
}
/* keyveiw */
#keyview{
  position: relative;
  width: 100%;
  height: auto;
}
#key_area{
  position: relative;
  margin:365px 0 0;
  background-color: #FFF;
  width: 100%;
  height: 100px;
}
#key_area::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#key_area h2{
  position: relative;
  margin: 0 0 0 130px;
  color: #5553C0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
#key_area h2::before{
  content: "";
  position: absolute;
  top:50%;
  left:-100px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
  background-color: #5553C0;
  width: 80px;
  height: 1px;
}
#key_area p{
  position: absolute;
  bottom:140px;
  left:30px;
  color:#CCC;
  font-family: "Commissioner";
  font-size:160px;
  line-height: 160px;
  font-weight: 700;
  z-index: 20;
}
/*business*/
#fp_poc{
  position: relative;
  background-color: #FFF;
  width: 100%;
}
#fp_poc > h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.poc_area{
  display: flex;
  margin: 60px auto 0;
  padding:0 0 160px;
  width: 1200px;
  flex-direction: row-reverse;
}
.poc_img{
  margin: 0 0 0 60px;
  width: 460px;
  height: auto;
}
.poc_img img{
  width: 100%;
}
.poc_box{
  width: 680px;
}
.poc_box > h4{
  color:#5553C0;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
}
.poc_box > p{
  margin: 30px 0 0;
  font-size:24px;
  line-height: 1.5em;
}
/* assignment */
#assignment{
  position: relative;
  padding:0 0 160px;
  background-color: #F4F5F9;
  width: 100%;
}
#assignment > h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
#assignment > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.assignment_area{
  margin:60px auto 0;
  width: 1200px;
}
.assignment_area ul{
  display: flex;
  width: 1200px;
}
.assignment_area ul li{
  margin:0 0 0 30px;
  background-color: #FFF;
  border:1px solid #E2E4ED;
  width: 378px;
}
.assignment_area ul li:nth-child(1){
  margin: 0;
}
.assignment_box{
  padding: 30px;
}
.assignment_img{
  width: 320px;
  height: auto;
}
.assignment_img img{
  width: 100%;
}
.assignment_box > h4{
  margin: 30px 0 0;
  color: #5553C0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.assignment_box > p{
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5em;
}
#verification{
  position: relative;
  padding:0 0 160px;
  background-color: #F4F5F9;
  width: 100%;
}
#verification > h3{
  position: relative;
  padding:0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
#verification > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.verification_area{
  margin: 60px auto 0;
  padding:30px 0;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
  width: 1200px;
}
.verification_area > ul{
  display: flex;
  width: 1200px;
}
.verification_area > ul > li{
  position: relative;
  padding:0 30px;
  background-color: #FFF;
  width: 340px;
  height: auto;
}
.verification_area > ul > li::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  background-color: #E2E4ED;
  width: 1px;
  height: 564px;
}
.verification_area > ul > li:nth-child(1)::before{
  content: none;
}
.verification_box{
  width: 340px;
}
.verification_icon{
  width: 340px;
  text-align: center;
}
.verification_icon img{
  width: 100px;
  height: 100px;
}
.verification_box h4{
  margin: 30px auto 0;
  color:#222530;
  width: 340px;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.verification_box > p{
  margin: 20px 0 0;
  width: 340px;
  font-weight: 16px;
  line-height: 1.5em;
}
.vbox_list{
  margin: 30px 0 0;
  padding:30px;
  background-color: #F8F9FC;
  width: 280px;
  height: 240px;
}
.vbox_list > ul{
  width: 280px;
}
.vbox_list > ul > li{
  position: relative;
  margin:18px 0 0;
  padding:0 0 0 28px;
  font-size:16px;
  line-height: 1.2em;
}
.vbox_list > ul > li:nth-child(1){
  margin: 0;
}
.vbox_list > ul > li::before{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  background: url(../images/fastpage_poc/icon_poc_check.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.vbox_list > p{
  margin:1em 0 0;
  font-size:16px;
  line-height: 1em;
}

/* portfolio */
#package{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
}
#package::before{
  content: "";
  position: absolute;
  bottom:-127px;
  left:0;
  background: url(../images/bg_circle_d.svg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#package > h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
#package > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.package_area{
  display: flex;
  margin: 60px auto 0;
  width: 1200px;
}
.standard_plan{
  position: relative;
  margin:0 30px 0 0;
  background-color: #F4F3FB;
  border:1px solid #5553C0;
  box-shadow: 0px 3px 6px rgba(85, 83, 192, 0.12);
  border-radius: 12px;
  width: 638px;
  height: 282px;
}
.standard_plan::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  background-color: #5553C0;
  border-radius: 12px 0 0 12px;
  width: 10px;
  height: 282px;
}
.standard_plan > h4{
  display: inline-block;
  margin: 30px 0 0 40px;
  padding:0 15px;
  background-color: #5553C0;
  height: 45px;
  color:#FFF;
  font-family: "Commissioner";
  font-size:24px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.package_price{
  margin: 30px 0 0 40px;
  color:#5553C0;
  font-size:56px;
  line-height: 1em;
  font-weight: 700;
}
.package_price span{
  color:#5553C0;
  font-size:38px;
  line-height: 1em;
  font-weight: 700;
}
.standard_plan > .package_txt{
  margin: 20px 30px 0 40px;
  padding:15px 0 0 0;
  border-top:1px solid #DCD9F5;
  color:#333644;
  font-size: 16px;
  line-height: 1.5em;
}
.package_list{
  background-color: #FFF;
  border:1px solid #E2E4ED;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
  width: 528px;
  height: 282px;
}
.package_list table{
  margin: 18px 24px 0;
}
.package_list table tr th{
  padding:12.5px 0;
  border-bottom: 1px solid #F0F1F5;
  color:#222530;
  width: 160px;
  font-size:14px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}
.package_list table tr td{
  padding:12.5px 0;
  border-bottom: 1px solid #F0F1F5;
  color:#333644;
  width: 322px;
  font-size:14px;
  line-height: 1em;
  text-align: left;
}
.package_list table tr th:nth-child(1),
.package_list table td th:nth-child(1){
  border-top: 1px solid #F0F1F5;
}

#package > p.package_txt{
  margin: 100px auto 0;
  width: 1200px;
  font-size:36px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
/* #flow4 */
#flow4{
  position: relative;
  padding:0 0 160px;
  background-color: #FFF;
  width: 100%;
}
#flow4::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#flow4 h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
#flow4 > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.flow4_area{
  margin:80px auto 0;
  width: 1200px;
}
.flow4_area ol{
  display: flex;
  width: 1200px;
}
.flow4_area ol li{
  position: relative;
  margin:0 24px 0 0;
  background-color: #FFF;
  border: 1px solid #E2E4ED;
  border-radius: 8px;
  width: 280px;
  height: 214px;
}
.flow4_area ol li:nth-child(1)::before{
  content: "STEP 01";
  position: absolute;
  top:-20px;
  left:50%;
  background-color: #EEEDF9;
  border-radius: 20px;
  width: 222px;
  height: 40px;
  color: #5553C0;
  font-family: "Commissioner";
  font-size:22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.flow4_area ol li:nth-child(2)::before{
  content: "STEP 02";
  position: absolute;
  top:-20px;
  left:50%;
  background-color: #EEEDF9;
  border-radius: 20px;
  width: 222px;
  height: 40px;
  color: #5553C0;
  font-family: "Commissioner";
  font-size:22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.flow4_area ol li:nth-child(3)::before{
  content: "STEP 03";
  position: absolute;
  top:-20px;
  left:50%;
  background-color: #EEEDF9;
  border-radius: 20px;
  width: 222px;
  height: 40px;
  color: #5553C0;
  font-family: "Commissioner";
  font-size:22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.flow4_area ol li:nth-child(4)::before{
  content: "STEP 04";
  position: absolute;
  top:-20px;
  left:50%;
  background-color: #EEEDF9;
  border-radius: 20px;
  width: 222px;
  height: 40px;
  color: #5553C0;
  font-family: "Commissioner";
  font-size:22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.flow4_area ol li::after{
  content: "";
  position: absolute;
  top:50%;
  right:-16px;
  background: url(../images/fastpage_poc/icon_poc_arrow1.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 60px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.flow4_area ol li:nth-child(4){
  margin:0;
}
.flow4_area ol li:nth-child(4)::after{
  content: none;
}
.flow4_box{
  padding:30px;
}
.flow4_box > h4{
  margin:10px 0 0;
  color:#222530;
  font-size:26px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}
.flow4_box > p{
  margin: 20px 0 0;
  color:#2B2B2B;
  font-size:16px;
  line-height: 1.5em;
}
/* option */
#options{
  position: relative;
  padding:0 0 160px;
  background-color: #FFF;
  width: 100%;
}
#options h3{
  position: relative;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
#options > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 36px;
  text-align: center;
}
.option_area{
  margin:60px auto 0;
  width: 1200px;
}
.option_area ul{
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.option_area ul > li{
  position: relative;
  margin: 0 30px 30px 0;
  border:1px solid #E2E4ED;
  width: 378px;
  height: 142px;
}
.option_area ul > li:nth-child(3n){
  margin: 0 0 30px 0;
}
.option_area ul > li::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  background-color: #5553C0;
  width: 380px;
  height: 5px;
}
.option_box{
  display: flex;
  padding:35px 30px 30px;
}
.option_icon{
  width: 60px;
  height: 60px;
}
.option_icon img{
  width: 100%;
}
.option_data{
  margin:0 0 0 20px;
}
.option_data > h4{
  color:#222530;
  font-size:18px;
  line-height: 1.2em;
  font-weight: 700;
}
.option_data > p{
  margin:10px 0 0;
  color:#555555;
  font-size: 16px;
  line-height: 1.5em;
}
/* suggestion */
#suggestion{
  position: relative;
  padding:0 0 160px;
  background-color: #F4F5F9;
  width: 100%;
}
#suggestion h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
#suggestion > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.suggestion_area{
  display: flex;
  margin:60px auto 0;
  width: 1200px;
}
.fpc{
  position: relative;
  margin:0 30px 0 0;
  background-color: #FFF;
  border:2px solid #5553C0;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(85, 83, 192, 0.12);
  width: 581px;
  height: 485px;
}
.fpc > p.fpc_head{
  position: absolute;
  top:-2px;
  left: -2px;
  background-color: #5553C0;
  border-radius: 8px 8px 0 0;
  width: 585px;
  height: 60px;
  color:#FFF;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.fpc > h4{
  margin: 120px 0 0;
  color: #5553C0;
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}
.fpc_box{
  margin: 60px 30px 30px;
  padding:30px;
  background-color: #F4F3FB;
}
.fpc_box h5{
  color:#1E1B4B;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
}
.fpc_box > p{
  margin:20px 0 0;
  color:#4C497A;
  font-size: 18px;
  line-height: 1.5em;
}
.fpc_box > p.fpc_price{
  margin:20px 0 0;
  padding:15px 0 0;
  border-top:1px solid #C8C5F0;
  color:#5553C0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.orders{
  position: relative;
  background-color: #FFF;
  border:1px solid #D1D5DB;
  border-radius: 8px;
  width: 583px;
  height: 487px;
}
.orders > p.orders_head{
  position: absolute;
  top:-2px;
  left: -2px;
  background-color: #5A5E6D;
  border-radius: 8px 8px 0 0;
  width: 585px;
  height: 60px;
  color:#FFF;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.orders > h4{
  margin: 132px 0 0;
  color: #222530;
  font-size: 36px;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}
.orders_box{
  margin: 60px 30px 30px;
  padding:30px;
  background-color: #F0F1F5;
}
.orders_box h5{
  color:#374151;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
}
.orders_box > p{
  margin:20px 0 0;
  color:#6B7280;
  font-size: 18px;
  line-height: 1.5em;
}
.orders_box > p.orders_price{
  margin:20px 0 0;
  padding:15px 0 0;
  border-top:1px solid #D1D5DB;
  color:#6B7280;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
/* poc_next */
#poc_next{
  position: relative;
  padding:0 0 160px;
  background-color: #F4F5F9;
  width: 100%;
}
#poc_next h3{
  position: relative;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
#poc_next > p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
  text-align: center;
}
.next_box{
  margin: 60px auto 0;
  padding:60px;
  background-color: #FFF;
  border:1px solid #E2E4ED;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  width: 1080px;
}
.next_img{
  background: url(../images/fastpage_poc/img_poc5.png) no-repeat;
  background-size: cover;
  width: 1080px;
  height: 360px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.next_img img{
  width: 100%;
}
/* faq */
#faq{
  position: relative;
  padding:0px 0 160px;
  background-color: #FFF;
  width: 100%;
}
#faq h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
.faq_box{
  margin: 60px auto 0;
  width: 1200px;
}
.faq_list{
  width: 1200px;
}
.faq_item{
  position: relative;
  margin:0 0 30px;
  background-color: #F8F9FC;
  border: 1px solid #E2E4ED;
  width: 1198px;
  min-height: 230px;
  z-index: 20;
  overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faq_item dt{
  position: relative;
  display: flex;
  align-items: center;
  margin:30px 30px 0 0;
  padding:0 0 0 120px;
  color:#222530;
  height: 60px;
  font-size:24px;
  font-weight: 700;
  line-height: 1.2em;
}
.faq_item dt::before{
  content: "";
  position: absolute;
  background: url(../images/fastpage_poc/icon_poc_q.png) no-repeat;
  background-size: cover;
  top:0px;
  left:30px;
  width: 60px;
  height: 60px;
}
.faq_item dd{
  position: relative;
  display: flex;
  align-items: center;
  margin:30px 30px 0 0;
  padding: 0 30px 30px 120px;
  color:#555555;
  min-height: 60px;
  font-size:18px;
  line-height: 1.5em;
}
.faq_item dd::before{
  content: "";
  position: absolute;
  background: url(../images/fastpage_poc/icon_poc_a.png) no-repeat;
  background-size: cover;
  top:0px;
  left:30px;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px){
  .btn{
    clear: both;
    position: relative;
    margin:30px 10px 0;
    border-radius: 22.5px;
    background: rgb(143,166,206);
  background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
    width: calc(100% - 20px);
    height: 45px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background: rgb(239,137,156);
  background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
  }
  /* keyveiw */
  #keyview{
    position: relative;
    width: 100%;
    height: auto;
  }
  #key_area{
    position: relative;
    margin:182.5px 0 0;
    background-color: #FFF;
    width: 100%;
    height: 50px;
  }
  #key_area::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #key_area h2{
    position: relative;
    margin: 0 0 0 65px;
    color: #5553C0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
  }
  #key_area h2::before{
    content: "";
    position: absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    -webkit- transform:translateY(-50%);
    background-color: #5553C0;
    width: 40px;
    height: 1px;
  }
  #key_area p{
    position: absolute;
    bottom:60px;
    left:15px;
    color:#CCC;
    font-family: "Commissioner";
    font-size:68px;
    line-height: 68px;
    font-weight: 700;
    z-index: 20;
  }
  /*business*/
  #fp_poc{
    position: relative;
    background-color: #FFF;
    width: 100%;
  }
  #fp_poc > h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .poc_area{
    display: block;
    margin: 30px 10px 0;
    padding:0 0 80px;
    width: calc(100% - 20px);
  }
  .poc_img{
    margin: 0;
    width: 100%;
    height: auto;
  }
  .poc_img img{
    width: 100%;
  }
  .poc_box{
    margin:30px 0 0;
    width: 100%;
  }
  .poc_box > h4{
    color:#5553C0;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .poc_box > p{
    margin: 15px 0 0;
    font-size:16px;
    line-height: 1.5em;
  }
  /* assignment */
  #assignment{
    position: relative;
    padding:0 0 80px;
    background-color: #F4F5F9;
    width: 100%;
  }
  #assignment > h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  #assignment > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .assignment_area{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
  }
  .assignment_area ul{
    display: block;
    width: 100%;
  }
  .assignment_area ul li{
    margin:30px 0 0;
    background-color: #FFF;
    border:1px solid #E2E4ED;
    width: calc(100% - 2px);
  }
  .assignment_area ul li:nth-child(1){
    margin: 0;
  }
  .assignment_box{
    padding: 15px;
  }
  .assignment_img{
    width: 100%;
    height: auto;
  }
  .assignment_img img{
    width: 100%;
  }
  .assignment_box > h4{
    margin: 15px 0 0;
    color: #5553C0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  .assignment_box > p{
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  #verification{
    position: relative;
    padding:0 0 80px;
    background-color: #F4F5F9;
    width: 100%;
  }
  #verification > h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  #verification > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .verification_area{
    margin: 30px 10px 0;
    padding:15px 0;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
    width: calc(100% - 20px);
  }
  .verification_area > ul{
    display: block;
    width: 100%;
  }
  .verification_area > ul > li{
    position: relative;
    padding:0 15px;
    background-color: #FFF;
    width: calc(100% - 30px);
    height: auto;
  }
  .verification_area > ul > li::before{
    content: none;
  }
  .verification_area > ul > li:nth-child(1)::before{
    content: none;
  }
  .verification_box{
    width: 100%;
  }
  .verification_icon{
    margin:30px 0 0;
    width: 100%;
    text-align: center;
  }
  .verification_area > ul > li:nth-child(1) .verification_icon{
    margin: 0;
  }
  .verification_icon img{
    width: 100px;
    height: 100px;
  }
  .verification_box h4{
    margin: 15px auto 0;
    color:#222530;
    width: 100%;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  .verification_box > p{
    margin: 10px 0 0;
    width: 100%;
    font-weight: 16px;
    line-height: 1.5em;
  }
  .vbox_list{
    margin: 15px 0 0;
    padding:15px;
    background-color: #F8F9FC;
    width: calc(100% - 30px);
    height: auto;
  }
  .vbox_list > ul{
    width: 100%;
  }
  .vbox_list > ul > li{
    position: relative;
    margin:9px 0 0;
    padding:0 0 0 28px;
    font-size:16px;
    line-height: 1.2em;
  }
  .vbox_list > ul > li:nth-child(1){
    margin: 0;
  }
  .vbox_list > ul > li::before{
    content: "";
    position: absolute;
    top:50%;
    left:0;
    background: url(../images/fastpage_poc/icon_poc_check.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    transform:translateY(-50%);
    -webkit- transform:translateY(-50%);
  }
  .vbox_list > p{
    margin:1em 0 0;
    font-size:16px;
    line-height: 1em;
  }
    


  /* #package */
  #package{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #package::before{
    content: "";
    position: absolute;
    bottom:-63.5px;
    left:0;
    background: url(../images/bg_circle_d.svg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #package > h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #package > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .package_area{
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }
  .standard_plan{
    position: relative;
    margin:0 10px 0;
    background-color: #F4F3FB;
    border:1px solid #5553C0;
    box-shadow: 0px 3px 6px rgba(85, 83, 192, 0.12);
    border-radius: 6px;
    width: calc(100% - 22px);
    height: auto;
  }
  .standard_plan::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    background-color: #5553C0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 5px;
  }
  .standard_plan > h4{
    display: inline-block;
    margin: 20px 0 0 15px;
    padding:0 10px;
    background-color: #5553C0;
    height: 36px;
    color:#FFF;
    font-family: "Commissioner";
    font-size:18px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
  }
  .package_price{
    margin: 15px 0 0 15px;
    color:#5553C0;
    font-size:34px;
    line-height: 1em;
    font-weight: 700;
  }
  .package_price span{
    color:#5553C0;
    font-size:20px;
    line-height: 1em;
    font-weight: 700;
  }
  .standard_plan > .package_txt{
    margin: 10px 15px 0 15px;
    padding:10px 0 15px 0;
    border-top:1px solid #DCD9F5;
    color:#333644;
    font-size: 14px;
    line-height: 1.5em;
  }
  .package_list{
    margin:15px 10px 0;
    background-color: #FFF;
    border:1px solid #E2E4ED;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    width: calc(100% - 22px);
    height: auto;
  }
  .package_list table{
    margin: 10px 12px 10px;
  }
  .package_list table tr th{
    padding:10px 0;
    border-bottom: 1px solid #F0F1F5;
    color:#222530;
    width: 140px;
    font-size:14px;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
  }
  .package_list table tr td{
    padding:12.5px 0;
    border-bottom: 1px solid #F0F1F5;
    color:#333644;
    width: calc(100% - 140px);
    font-size:14px;
    line-height: 1em;
    text-align: left;
  }
  .package_list table tr th:nth-child(1),
  .package_list table td th:nth-child(1){
    border-top: 1px solid #F0F1F5;
  }
  #package > p.package_txt{
    margin: 50px 10px 0;
    width: calc(100% - 20px);
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }


  /* #flow4 */
  #flow4{
    position: relative;
    padding:0 0 80px;
    background-color: #FFF;
    width: 100%;
  }
  #flow4::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #flow4 h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #flow4 > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .flow4_area{
    margin:40px 10px 0;
    width: calc(100% - 20px);
  }
  .flow4_area ol{
    display: block;
    width: 100%;
  }
  .flow4_area ol li{
    position: relative;
    margin:45px 0 0;
    background-color: #FFF;
    border: 1px solid #E2E4ED;
    border-radius: 4px;
    width: calc(100% - 2px);
    height: auto;
  }
  .flow4_area ol li:nth-child(1)::before{
    content: "STEP 01";
    position: absolute;
    top:-20px;
    left:50%;
    background-color: #EEEDF9;
    border-radius: 20px;
    width: 222px;
    height: 40px;
    color: #5553C0;
    font-family: "Commissioner";
    font-size:20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
  }
  .flow4_area ol li:nth-child(2)::before{
    content: "STEP 02";
    position: absolute;
    top:-20px;
    left:50%;
    background-color: #EEEDF9;
    border-radius: 20px;
    width: 222px;
    height: 40px;
    color: #5553C0;
    font-family: "Commissioner";
    font-size:20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
  }
  .flow4_area ol li:nth-child(3)::before{
    content: "STEP 03";
    position: absolute;
    top:-20px;
    left:50%;
    background-color: #EEEDF9;
    border-radius: 20px;
    width: 222px;
    height: 40px;
    color: #5553C0;
    font-family: "Commissioner";
    font-size:20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
  }
  .flow4_area ol li:nth-child(4)::before{
    content: "STEP 04";
    position: absolute;
    top:-20px;
    left:50%;
    background-color: #EEEDF9;
    border-radius: 20px;
    width: 222px;
    height: 40px;
    color: #5553C0;
    font-family: "Commissioner";
    font-size:20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
  }
  .flow4_area ol li::after{
    content: "";
    position: absolute;
    top:100%;
    right:auto;
    left:50%;
    background: url(../images/fastpage_poc/icon_poc_arrow2.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 16px;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
  }
  .flow4_area ol li:nth-child(1){
    margin:15pxpx 0 0;
  }
  .flow4_area ol li:nth-child(4){
    margin:45px 0 0;
  }
  .flow4_area ol li:nth-child(4)::after{
    content: none;
  }
  .flow4_box{
    padding:30px 15px 15px;
  }
  .flow4_box > h4{
    margin:10px 0 0;
    color:#222530;
    font-size:20px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }
  .flow4_box > p{
    margin: 10px 0 0;
    color:#2B2B2B;
    font-size:16px;
    line-height: 1.5em;
  }
  /* option */
  #options{
    position: relative;
    padding:0 0 80px;
    background-color: #FFF;
    width: 100%;
  }
  #options h3{
    position: relative;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  #options > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .option_area{
    margin:30px 10px 0;
    width: calc(100% - 20px);
  }
  .option_area ul{
    display: block;
    flex-wrap: wrap;
    width: 100%;
  }
  .option_area ul > li{
    position: relative;
    margin: 0 0 15px;
    border:1px solid #E2E4ED;
    width: calc(100% - 2px);
    height: auto;
  }
  .option_area ul > li:nth-child(3n){
    margin: 0 0 30px;
  }
  .option_area ul > li::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    background-color: #5553C0;
    width: 100%;
    height: 5px;
  }
  .option_box{
    display: flex;
    padding:25px 15px 15px;
  }
  .option_icon{
    width: 60px;
    height: 60px;
  }
  .option_icon img{
    width: 100%;
  }
  .option_data{
    margin:0 0 0 10px;
  }
  .option_data > h4{
    color:#222530;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .option_data > p{
    margin:10px 0 0;
    color:#555555;
    font-size: 16px;
    line-height: 1.5em;
  }
  /* suggestion */
  #suggestion{
    position: relative;
    padding:0 0 80px;
    background-color: #F4F5F9;
    width: 100%;
  }
  #suggestion h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  #suggestion > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .suggestion_area{
    display: block;
    margin:30px 10px 0;
    width: calc(100% - 20px);
  }
  .fpc{
    position: relative;
    margin:0;
    background-color: #FFF;
    border:2px solid #5553C0;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(85, 83, 192, 0.12);
    width: calc(100% - 2px);
    height: auto;
  }
  .fpc > p.fpc_head{
    position: absolute;
    top:-2px;
    left: 0;
    background-color: #5553C0;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 60px;
    color:#FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
  }
  .fpc > h4{
    margin: 90px 0 0;
    color: #5553C0;
    font-size: 32px;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
  }
  .fpc_box{
    margin: 30px 15px 30px;
    padding:15px;
    background-color: #F4F3FB;
  }
  .fpc_box h5{
    color:#1E1B4B;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .fpc_box > p{
    margin:10px 0 0;
    color:#4C497A;
    font-size: 16px;
    line-height: 1.5em;
  }
  .fpc_box > p.fpc_price{
    margin:10px 0 0;
    padding:10px 0 0;
    border-top:1px solid #C8C5F0;
    color:#5553C0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
  }
  .orders{
    position: relative;
    margin:30px 0 0;
    background-color: #FFF;
    border:1px solid #D1D5DB;
    border-radius: 8px;
    width: calc(100% - 2px);
    height: auto;
  }
  .orders > p.orders_head{
    position: absolute;
    top:-2px;
    left: 01;
    background-color: #5A5E6D;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 60px;
    color:#FFF;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
  }
  .orders > h4{
    margin: 90px 0 0;
    color: #222530;
    font-size: 24px;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
  }
  .orders_box{
    margin: 30px 15px 30px;
    padding:15px;
    background-color: #F0F1F5;
  }
  .orders_box h5{
    color:#374151;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .orders_box > p{
    margin:10px 0 0;
    color:#6B7280;
    font-size: 16px;
    line-height: 1.5em;
  }
  .orders_box > p.orders_price{
    margin:10px 0 0;
    padding:10px 0 0;
    border-top:1px solid #D1D5DB;
    color:#6B7280;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
  }
  /* poc_next */
  #poc_next{
    position: relative;
    padding:0 0 80px;
    background-color: #F4F5F9;
    width: 100%;
  }
  #poc_next h3{
    position: relative;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  #poc_next > p{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:16px;
    line-height: 1.5em;
    text-align: center;
  }
  .next_box{
    margin: 30px 10px 0;
    padding:10px;
    background-color: #FFF;
    border:1px solid #E2E4ED;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    width: calc(100% - 22px);
  }
  .next_img{
    margin:0 auto;
    background: url(../images/fastpage_poc/img_poc5_sp.png) no-repeat;
    background-size: cover;
    width: 335px;
    height: 605px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .next_img img{
    width: 100%;
  }
  /* faq */
  #faq{
    position: relative;
    padding:0px 0 80px;
    background-color: #FFF;
    width: 100%;
  }
  #faq h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .faq_box{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
  }
  .faq_list{
    width: 100%;
  }
  .faq_item{
    position: relative;
    margin:0 0 15px;
    background-color: #F8F9FC;
    border: 1px solid #E2E4ED;
    width: calc(100% - 2px);
    min-height: auto;
    z-index: 20;
    overflow: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .faq_item dt{
    position: relative;
    display: flex;
    align-items: center;
    margin:15px 15px 0 0;
    padding:0 0 0 60px;
    color:#222530;
    height: 30px;
    font-size:16px;
    font-weight: 700;
    line-height: 1.2em;
  }
  .faq_item dt::before{
    content: "";
    position: absolute;
    background: url(../images/fastpage_poc/icon_poc_q.png) no-repeat;
    background-size: cover;
    top:0px;
    left:15px;
    width: 30px;
    height: 30px;
  }
  .faq_item dd{
    position: relative;
    display: flex;
    align-items: center;
    margin:15px 15px 0 0;
    padding: 0 15px 30px 60px;
    color:#555555;
    min-height: 30px;
    font-size:14px;
    line-height: 1.5em;
  }
  .faq_item dd::before{
    content: "";
    position: absolute;
    background: url(../images/fastpage_poc/icon_poc_a.png) no-repeat;
    background-size: cover;
    top:0px;
    left:15px;
    width: 30px;
    height: 30px;
  }

}

@media (max-width: 767px) and (orientation:landscape){

}