.global-MainWrap{
  margin-top: 82px;
  overflow-x: hidden;
}

/* common */
.liner{
  background: linear-gradient(transparent 50%, #fff661 50%);
  display: inline !important;
}

/* fiexd_banner */
/* .fiexd_banner{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(125.5px, -50%);
  z-index: 1000;
}
.fiexd_banner img{
  width: 62px;
} */

/* entry_fiexd */
.entry_fiexd{
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  width: 375px;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
.entry_fiexd ul{
  display: flex;
  justify-content: space-between;
}
.entry_fiexd ul li{
  width: 50%;
}
@media screen and (max-width: 420px) {
  .entry_fiexd{
    width: 100%;
    max-width: 100%;
  }
}


/* header */
.header{
  position: fixed;
  top: 0;
  left: 50%;
  width: 375px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  transition: background-color 0.3s ease;
  z-index: 999;
}
.header.is-scrolled{
  background-color: #fff;
  border-bottom: solid 1px #eee;
}
.header.is-scrolled .header_wrap{
  padding: 8px 15px;
  align-items: center;
}
.header.is-scrolled .header_logo,
.header.is-scrolled .header_top{
  margin-bottom: 0;
}
.header.is-scrolled .header_logo{
  width: 150px;
}
.header_top{
  background: #f5f5f5;
  padding: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  display: block;
  text-align: center;
  color: #666666;
  transition: all ease .3s;
}
.header_wrap{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transition: all ease .3s;
}
.header_logo{
  width: 162px;
  transition: all ease .3s;
}
.header_btn{
  margin-left: 14px;
}
.header_btn a{
  width: 160px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #eb7082;
  border-radius: 5em;
  font-size: 12px;
  font-weight: bold;
  color: #eb7082;
}
.header_btn a span{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header_btn a span:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../img/lp/ico_tel.svg) no-repeat;
  margin-right: 5px;
}

@media screen and (max-width: 420px) {
  .header{
    width: 100%;
  }
}

/* anchor */
.anchor{
  width: 100%;
}
.anchor_bgarea{
  width: 100%;
  background: url(../../img/lp/bg_stripe.webp) repeat;
  background-size: 414px auto;
  background-position: center top;
  padding: 20px 10px 16px;
}
.anchor_appeal{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor_appeal_list{
  width: calc(50% - 4.5px);
}
.anchor_nav{
  margin-top: 18px;
  padding: 0 10px;
}
.anchor_nav ul{
  display: flex;
  flex-wrap: wrap;
}
.anchor_nav ul li{
  position: relative;
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 72px;
  border: 2px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
}
.anchor_nav ul li:after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 17.98px;
  background: url(../../img/lp/ico_arrow_bottom.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 8.5px;
  transform: translate(0, -50%);
}
.anchor_nav ul li:nth-child(2n){
  margin-right: 0;
}
.anchor_nav ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #444;
}
.anchor_nav ul li a span{
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
.entry_msg{
  width: 100%;
  margin-top: 23px;
}
.entry_msg img{
  width: 188px;
  display: block;
  margin: 0 auto;
}
.entry{
  width: 100%;
}
.entry ul{
  display: flex;
  justify-content: space-between;
}
.entry ul li{
  width: 50%;
}

/* reward */
.reward{
  width: 100%;
  padding: 52px 20px 48px;
}
.reward h2{
  width: 100%;
}
.reward_lead{
  position: relative;
  text-align: center;
  margin-top: 28px;
}
.reward_lead:after{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.reward_lead span{
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  text-align: center;
  padding: 6px 0 3px;
  font-size: 15px;
  font-weight: bold;
}
.reward_lead span span.liner{
  padding: 0;
}
.reward_lead span span.liner:before{
  display: none;
}
.reward_lead span:before{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
}
.reward_main{
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.reward_main_text{
  position: relative;
  width: 256px;
  padding: 20px 46px 35px 16px;
  background: url(../../img/lp/bg_reward_fukidashi.svg) no-repeat;
  background-size: 100%;
  z-index: 3;
}
.reward_main_text:before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 47px;
  background: url(../../img/lp/ico_arrow_bottom_blue.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -35px;
  left: 44%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.reward_main_tit{
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #eb7082;
  font-weight: bold;
  margin-bottom: 0;
}
.reward_main_tit:before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url(../../img/lp/ico_star_pink.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -7px;
  left: 2.6px;
}
.reward_main_tit:after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url(../../img/lp/ico_star_pink.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  right: 0.6px;
}
.reward_main_pay{
  text-align: center;
  font-size: 48px;
  line-height: 1;
  margin-top: 0;
  color: #eb7082;
  font-weight: bold;
}
.reward_main_thumb{
  position: absolute;
  top: -21px;
  right: -10px;
  width: 108px;
  z-index: 1;
}
.reward_detail{
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 33px;
}
.reward_detail_title{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fc9d9d;
}
.reward_detail_title_txt{
  font-family: "Noto Sans JP", sans-serif;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fc9d9d;
  border: 2px solid #fc9d9d;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.reward_detail_title--course{
  width: calc(100% - 215px);
  background: #fff;
}
.reward_detail_title--pay{
  width: 188px;
  margin-left: 27px;
  background: #fc9d9d;
  color: #fff;
}
.reward_detail_body{
  margin-top: 15px;
}
.reward_detail_wrap{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-top: 14px;
  border-bottom: 2px solid #eb7082;
}
.reward_detail_wrap:first-of-type{
  margin-top: 0;
}
.reward_detail_course{
  position: relative;
  width: 118px;
  text-align: right;
  padding-right: 28px;
}
.reward_detail_course p{
  margin-bottom: 0;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
}
.reward_detail_course p span{
  font-size: 18px;
  padding-left: 3px;
  display: inline-block;
}
.reward_detail_pay{
  width: calc(100% - 118px);
  text-align: right;
  padding-right: 10px;
}
.reward_detail_pay p{
  position: relative;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #eb7082
}
.reward_detail_pay p:before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  background: url(../../img/lp/dotted_pink.png) no-repeat;
  background-size: 3px auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reward_detail_pay p span{
  font-size: 18px;
  padding-left: 3px;
  display: inline-block;
}
.reward_detail_pay p span:first-of-type{
  padding-left: 0;
  padding-right: 3px;
}
.reward_option{
  width: 100%;
  margin-top: 20px;
}
.reward_option_box{
  background: #fff3ee;
  border-radius: 10px;
  padding: 30px 20px;
}
.reward_option_list{
  position: relative;
  width: 100%;
  padding: 15px 0 14px;
  display: flex;
  justify-content: space-between;
}
.reward_option_list:first-of-type{
  padding-top: 0;
}
.reward_option_list:last-of-type{
  padding-bottom: 0;
}
.reward_option_list:last-of-type:after{
  display: none;
}
.reward_option_list:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(../../img/lp/dotted_pink_x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reward_option_list_ico{
  width: 18px;
  display: flex;
  align-items: baseline;
  padding-left: 4px;
}
.reward_option_list_text{
  width: calc(100% - 22px);
  padding-left: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-top: -8px;
}
.reward_option_list_txt{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
}
.reward_option_list_txt--pink{
  font-family: "Noto Serif JP", serif;
  color: #eb7082;
  font-size: 28px;
  line-height: 1;
  padding-right: 4px;
}
.reward_option_list_txt--pink.ja{
  font-size: 24px;
}
.reward_option_list_cap{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 0;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.reward_option_list_cap span {
  background-color: #fff661;
  padding: 0 4px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.reward_point{
  width: 100%;
  margin-top: 48px;
}
.reward_point_inner{
  padding: 0 15px;
}
.reward_point h3{
  text-align: center;
}
.reward_point h3 img{
  width: 182px;
  margin: 0 auto;
  display: block;
}
.reward_point ul{
  width: 100%;
  margin: 14px auto 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.reward_point ul li{
  width: 100%;
  margin-top: 16px;
  font-size: 15.5px;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
}
.reward_point ul li span.txt{
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 28px);
  padding-left: 12px;
  line-height: 1.8;
  letter-spacing: .4px;
}
.reward_point ul li span.ico{
  width: 30px;
  padding-left: 4px;
}
.reward_point ul li span.liner{
  font-weight: bold;
  display: inline;
  letter-spacing: 2px;
}
.reward_point ul li:first-of-type{
  margin-top: 0;
}

/* work */
.work{
  width: 100%;
  padding-bottom: 38px;
  background: #fff3ee;
}
.work_main{
  position: relative;
}
.work_main h2 img{
  display: block;
  margin: -54px auto 0;
  width: 280px;
}
.work_main_cap{
  margin-top: 20px;
}
.work_main_cap img{
  display: block;
  margin: 0 auto;
  width: 338px;
}
.work_example{
  width: 100%;
}
.work_example h3{
  display: block;
  text-align: center;
  margin-top: -6px;
}
.work_example h3 span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 2px dotted #eb7082;
  color: #eb7082;
}
.work_example_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
}
.work_example_list:first-of-type{
  margin-top: 10px;
}
.work_example_list h4{
  width: 100%;
  padding-right: 30px;
}
.work_example_list:first-of-type .work_example_text{
  padding-top: 0;
}
.work_example_text{
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 4px;
}
.work_example_text .work_example_ico{
  width: 50px;
}
.work_example_text .work_example_ico.ico2 img{
  width: 36px;
}
.work_example_text p{
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 50px);
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.work_example_list.--flexend{
  justify-content: flex-end;
}
.work_example_list.--flexend h4{
  padding-right: 0;
  padding-left: 30px;
}
.work_example_list.--flexend .work_example_text{
  padding-left: 0;
  padding-right: 48px;
}
.work_example_list.--flexend .work_example_text p{
  letter-spacing: 1.1px;
}
.work_msg{
  width: 100%;
  padding: 0 20px;
}
.work_msg_box{
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 14px 25px 15px;
  margin-top: 64px;
}
.work_msg_box:before{
  content: '';
  width: 72px;
  height: 44px;
  background: url(../../img/lp/fukidashi_check.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24px;
  left: 7px;
}
.work_msg_box:after{
  content: '';
  width: 120px;
  height: 174px;
  background: url(../../img/lp/work_msg_after.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -12px;
}
.work_msg_box_lead{
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.work_msg_box_lead span{
  position: relative;
  display: block;
  text-align: left;
  padding: 6px 0 3px;
  font-size: 15px;
  font-weight: bold;
}
.work_msg_box_lead span:after{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.work_msg_box_lead span:last-of-type:after{
  display: none;
}
.work_msg_box_lead span span.liner{
  padding: 0;
}
.work_msg_box_lead span span.liner:before{
  display: none;
}

/* interview */
.interview{
  width: 100%;
}
.interview h2{
  width: 100%;
}
.interview_inner{
  padding: 20px 0 36px 15px;
}
.interview ul {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  gap: 10px;
  padding-right: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.interview ul:first-of-type{
  margin-top: 0;
}
.interview ul li {
  flex: 0 0 auto;
  width: 272px;
}

/* staff */
.staff{
  width: 100%;
}
.staff h2{
  width: 100%;
}
.staff_inner{
  padding: 20px 0 36px 15px;
}
.staff ul {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  gap: 10px;
  padding-right: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.staff ul:first-of-type{
  margin-top: 0;
}
.staff ul li {
  flex: 0 0 auto;
  width: 272px;
}

/* waitingarea */
.waitingarea{
  width: 100%;
}
.waitingarea h2{
  width: 100%;
}
.waitingarea_inner{
  padding: 20px 0 36px 15px;
}
.waitingarea ul {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  gap: 10px;
  padding-right: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.waitingarea ul:first-of-type{
  margin-top: 0;
}
.waitingarea ul li {
  flex: 0 0 auto;
  width: 272px;
}
.waitingarea ul li img{
  border-radius: 10px;
}

/* room */
.room{
  width: 100%;
}
.room h2{
  width: 100%;
}
.room figure {
  width: 100%;
  position: relative;
}
.room figure figcaption{
  width: 178px;
  height: 128px;
  position: absolute;
  top: -20px;
  left: 12px;
}

/* waitingarea */
.ranking{
  width: 100%;
  background: url(../../img/lp/bg_stripe.webp) repeat;
  background-size: 414px auto;
  background-position: center top;
  padding: 36px 0 38px;
  margin-top: 34px;
}
.ranking h2{
  width: 100%;
  padding: 0 20px;
}
.ranking h3{
  width: 100%;
  padding: 0 20px;
}
.ranking h3 img{
  width: 182px;
  margin: 36px auto 0;
  display: block;
}
.ranking_msg{
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}
.ranking ul {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  gap: 4px;
  padding: 42px 20px 0 25px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ranking ul:first-of-type{
  margin-top: 0;
}
.ranking ul li {
  flex: 0 0 auto;
  width: 294px;
}

/* job */
.job{
  width: 100%;
  padding-bottom: 38px;
  background: #fff3ee;
}
.job_main{
  position: relative;
}
.job_main h2 img{
  display: block;
  margin: -54px auto 0;
  width: 280px;
}
.job_main{
  margin-top: 20px;
}
.job_main_cap img{
  display: block;
  margin: 10px auto 0;
  width: 314px;
}
.job_inner{
  padding: 0 16px 0 20px;
}
.job_point{
  margin-top: 36px;
}
.job_point_list{
  position: relative;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.job_point_list:after{
  content: '';
  width: 100%;
  height: 92px;
  background: url(../../img/lp/bg_job_point.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -6px;
  right: -4px;
}
.job_point_list_title{
  position: relative;
  z-index: 1;
  width: 118px;
  background: #fff;
}
.job_point_list_text{
  position: relative;
  z-index: 1;
  width: calc(100% - 118px);
  background: #fff;
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.job_point_list_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.job_point_list_text p span.liner{
  font-weight: bold;
  font-size: 18px;
}
.job_msg{
  width: calc(100% + 40px);
  padding: 0 20px;
  margin-left: -20px;
}
.job_msg_box{
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 14px 25px 15px;
  margin-top: 64px;
}
.job_msg_box:before{
  content: '';
  width: 72px;
  height: 44px;
  background: url(../../img/lp/fukidashi_check.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24px;
  left: 7px;
}
.job_msg_box:after{
  content: '';
  width: 120px;
  height: 174px;
  background: url(../../img/lp/work_msg_after.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -12px;
}
.job_msg_box_lead{
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.job_msg_box_lead span{
  position: relative;
  display: block;
  text-align: left;
  padding: 6px 0 3px;
  font-size: 15px;
  font-weight: bold;
}
.job_msg_box_lead span:after{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.job_msg_box_lead span:last-of-type:after{
  display: none;
}
.job_msg_box_lead span span.liner{
  padding: 0;
}
.job_msg_box_lead span span.liner:before{
  display: none;
}

/* environment */
.environment{
  width: 100%;
  margin-top: 18px;
  padding-bottom: 38px;
  background: url(../../img/lp/bg_environment.webp) no-repeat;
  background-size: cover;
  background-position: top;
}
.environment_main{
  position: relative;
}
.environment_main h2 img{
  display: block;
  margin: -53px auto 0;
  width: 280px;
}
.environment_main_cap img{
  display: block;
  margin: 8px auto 0;
  width: 302px;
}
.environment_wrap{
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.environment_list{
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-top: 6px;
  background: #fff;
  border-radius: 5em 5em 0 0;
  padding: 34px 15px 25px;
}
.environment_list:nth-child(2n){
  margin-right: 0;
}
.environment_list_ico{
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.environment_list_ico.-ico1 img{
  width: 44px;
}
.environment_list_ico.-ico2 img{
  width: 44px;
}
.environment_list_ico.-ico3 img{
  width: 44px;
}
.environment_list_ico.-ico4 img{
  width: 56px;
}
.environment_list_ico.-ico5 img{
  width: 36px;
}
.environment_list_ico.-ico6 img{
  width: 46px;
}
.environment_list_ico.-ico7 img{
  width: 40px;
}
.environment_list_ico.-ico8 img{
  width: 44px;
}
.environment_list_ico.-ico9 img{
  width: 50px;
}
.environment_list_ico.-ico10 img{
  width: 46px;
}
.environment_list_text{
  margin-top: 30px;
  margin-bottom: 0;
}
.environment_list_text img{
  display: block;
  margin: 0 auto;
  max-height: 50px;
}
.environment_list_cap{
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 18px;
  font-weight: 500;
}
.environment_msg{
  width: 100%;
  padding: 0 20px;
}
.environment_msg_box{
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 14px 25px 15px;
  margin-top: 60px;
}
.environment_msg_box:before{
  content: '';
  width: 72px;
  height: 44px;
  background: url(../../img/lp/fukidashi_check.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24px;
  left: 7px;
}
.environment_msg_box:after{
  content: '';
  width: 120px;
  height: 174px;
  background: url(../../img/lp/work_msg_after.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -12px;
}
.environment_msg_box_lead{
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.environment_msg_box_lead span{
  position: relative;
  display: block;
  text-align: left;
  padding: 6px 0 3px;
  font-size: 15px;
  font-weight: bold;
}
.environment_msg_box_lead span:after{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.environment_msg_box_lead span:last-of-type:after{
  display: none;
}
.environment_msg_box_lead span span.liner{
  padding: 0;
}
.environment_msg_box_lead span span.liner:before{
  display: none;
}

/* faq */
.faq{
  width: 100%;
  background: url(../../img/lp/bg_stripe.webp) repeat;
  background-size: 414px auto;
  background-position: center top;
  padding: 44px 20px;
}
.faq h2{
  width: 100%;
}
.faq h2 img{
  width: 150px;
  display: block;
  margin: 0 auto;
}
.faq h3{
  width: 100%;
  margin-top: 52px;
}
.faq h3:first-of-type{
  margin-top: 34px;
}
.faq h3.cat1 img{
  width: 274px;
  display: block;
  margin: 0 auto;
}
.faq h3.cat2 img{
  width: 130px;
  display: block;
  margin: 0 auto;
}
.faq h3.cat3 img{
  width: 232px;
  display: block;
  margin: 0 auto;
}
.faq h3 + dl{
  margin-top: 25px;
}
.faq dl{
  margin-top: 14px;
  padding: 16px 12px 16px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(68, 68, 68, 0.1);
}
.faq dl.last_col{
  padding-bottom: 8px;
}
.faq dl:first-of-type{
  margin-top: 25px;
}
.faq dl dt{
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.faq dl dt:before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../img/lp/ico_plus.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  right: 2px;
  transition: all ease .5s;
}
.faq dl dt.is-active:before{
  background: url(../../img/lp/ico_minus.svg) no-repeat;
  background-size: 100%;
}
.faq dl dt .faq_q{
  position: relative;
  width: 20px;
  top: -8px;
}
.faq dl dt .faq_tit{
  position: relative;
  width: calc(100% - 20px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.84;
  font-family: "Noto Sans JP", sans-serif;
}
.faq dl dd{
  display: none;
  position: relative;
  font-size: 13px;
  line-height: 2.1;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-top: 15px;
}
.faq dl.last_col dd{
  margin-top: 8px;
}
.faq dl dd:before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(../../img/lp/dotted_pink_x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* access */
.access{
  position: relative;
  width: 100%;
}
.access_inner{
  padding: 25px 18px 36px;
}
.access table{
  width: 100%;
}
.access table tbody tr{
  position: relative;
}
.access table tbody tr:before{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
}
.access table tbody tr:last-of-type:after{
  content: '';
  width: 100%;
  height: 2px;
  background: url(../../img/lp/lead_border.png) repeat;
  background-size: 100%;
  background-position: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.access table tbody th{
  width: 92px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #66c6dd;
  font-weight: bold;
  padding: 18px 0;
  vertical-align: top;
}
.access table tbody td{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16.5px;
  padding: 18px 0;
  white-space: nowrap;
  line-height: 1.6;
}
.access table tbody td a{
  display: inline-block;
  text-decoration: underline;
  color: #444;
}
.access table tbody td span{
  font-size: 11px;
}

/* footer */
.footer{
  position: relative;
  width: 100%;
  background: #444444;
  padding: 13px 10px 132px;
}
.footer p{
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}