@charset "UTF-8";

/* ========================================================
GUIDANCE PAGE /join/
======================================================== */
html.guidance_page{
  scroll-behavior: smooth;
}
.join_sub_txt{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 0.5em 0;
}
.join_lead_block{
  padding: 1.5em 0;
}
.join_lead_box{
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--c-gray-bg);
}
.join_lead_box:first-child{
  position: relative;
  /* z-index: 2; */
}
.join_lead_box:nth-child(2){
  position: relative;
  z-index: 1;
}
.join_lead_box:first-child{
  border-top: 1px solid var(--c-gray-bg);
}
.join_lead_ttl{
  font-size: 2.2rem;
  /* text-align: center; */
  padding: .5em 0;

  position: relative;
  z-index: 0;
}
.join_lead_desc{
  font-size: 1.4rem;
  padding: .5em 0;
  /* text-align: center; */
}
.alltime-ok{
  display: inline-block;
  width: fit-content;
  font-size: 1.1rem;
  color: var(--c-white);
  background-color: var(--c-red);
  padding: 0 .5em;
  margin: 0 .6em;
}
.caption {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}
.join_img_box{
  padding: 1em 0;
}

/* TRIAL - FLOW =======================*/
.trial-flow-wrap{
  /* border-top: 1px solid #dfdbd6; */
  padding: 3rem 0 0;
  overflow: hidden;
}
.trial-flow-box{
  position: relative;
}
.trial-flow-box:not(:last-child){
  margin: 4rem 0 10rem;
  position: relative;
}
.trial-flow-box:not(:last-child)::after{
  content: "";
  position: absolute;
  bottom: -28%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 60%;
  height: 20%;
  background: url(/imgs/icon-line_arrow.svg) no-repeat;
}

.trial-flow-box-h3{
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.5em 0 0;
  position: relative;
  z-index: 10;
}
.trial-flow-box-num{
  font-family: 'Roboto', sans-serif;
  font-size: 12rem;
  font-weight: 300;
  color: var(--c-gray-bg);
  position: absolute;
  top: -.5em;
  right: 0;
  z-index: -1;
  opacity: .3;
}
.trial-flow-box-desc{
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 1em 0;
  /* color: var(--c-black2); */
}

/* 準備・必要 =============*/
.trial-item{
  padding: 3em 2em 2.5em;
}
.trial-item.need{
  background-color: var(--c-gray-bg);
  color: var(--c-black);
  /* border: solid 1px #fff; */
}
.trial-item .need_item{
  width: fit-content;
  font-size: 1.6rem;
  padding: 1rem 0 0.5rem;
  margin: 0 auto;
  /* color: var(--c-black); */
}
.trial-item .need_item_li{
  padding: .2em 0 .2em 3rem;
  position: relative;
  margin: 1em 0;
  letter-spacing: .05em;
  text-align: left;
  width: fit-content;
}
.trial-item .trial-common-p {
  margin: .5em auto;
}
.trial-item .need_item_li::before{
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/imgs/icon_checkbox.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.trial-item .need_item li:not([class]){
  /* font-size: 1.1em; */
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  text-align: left;
}

.need-wrapper{
  width: 88%;
  margin: 0 auto;
}
.need{
  position: relative;
  text-align: center;
  margin: 3.5em 0 1em;
  border-radius: .5rem;
}
.need-ttl{
  /* position: absolute;
  left: 0;
  right: 0;
  top: -1.8rem;
  margin: auto; */
  font-size: 1.5rem;
  /* background-color: #fff; */
  color: var(--c-red);
  /* width: 80%; */
}
/* ._member .need-ttl{
  color: #e1ff00;
} */
.need_item{
  padding: 3em 0 .05em;
  /* margin-top: 4.2rem; */
}
.need_item_box{
  padding: 1.5em 0;
  width: 100%;
  margin: 1em auto;
  background-color: var(--c-white2);
}
.need-img{
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto .5em;
  background-image: url(/imgs/guidance-icon-need.svg);
  background-size: 100%;
}
.need-img-2{
  background-position: 0 50%;
}
.need-img-3{
  background-position: 0 100%;
}
.need-img-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.need-img-or{
  color: #ee7b72;
  font-size: 14px;
}
.need_txt_wrap{
  padding: 0 0 2em;
  text-align: left;
}
.need-txt{
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  font-weight: 400;
  color: var(--c-gray-d);
}

.table_wrap {
  padding: 2.5em 0;
}
.system_table {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: #fff;
}
.system_table thead {
  background-color: #f4f4f3;
}
.system_table th, .system_table td {
  border: solid 1px var(--c-gray-l);
  padding: 1.5em 0.4em;
  letter-spacing: 0;
  color: #32323c;
}
.system_table td {
  font-family: var(--font-en);
  font-size: 1.2em;
}
.table-caption {
  display: block;
  font-weight: 100;
  font-size: 0.8em;
  margin-top: 0.5em;
}

/* キャンペーン */
.join_camp_block{
  position: relative;
  background-color: #fff;
  margin: 2em 0;
  padding: 1em .5em 4.5em;
  border-radius: 0.4em;
  overflow: hidden;
  /* filter: drop-shadow(.2em .2em .5em var(--c-grey)); */
}
.join_camp_block._member{
  padding: 1em .5em 1em;
}
.join_camp_caution{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  background-color: var(--c-red);
  color: #fff;
  padding: .55em 0 .7em;
}
.join_camp_ttl  {
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.4;
  padding: 0.2em 0;
}
.join_camp_ttl .en{
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.join_camp_txt{
  font-size: 1.1em;
  text-align: center;
  color: var(--c-gray-d);
}
.join_camp_txt_img{
  display: block;
  width: 75%;
  margin: .5em auto;
}

@media (min-width: 769px){
  .join_left_block {
    position: sticky;
    top: 6rem;
    width: 26rem;
    height: fit-content;
  }
  .join_right_block {
    width: calc(100% - 34rem);
  }
  .pc_block_wrap{
    display: flex;
    justify-content: space-between;
  }
  /* @media (max-height:639px){
    .join_camp_block{
      display: none;
    }
  } */

  @media (max-height:539px){
    .join_camp_txt_wrap{
      display: none;
    }
  }

}/* 769 */

@media (min-width: 960px){
  .join_lead_block {
    padding: 2em 0;
  }
  .join_lead_ttl {
    font-size: 2.6rem;
  }
  .join_img_box{
    padding: 2em 0;
  }

  .join_sub_txt {
    font-size: 1.2rem;
  }

  /* FLOW */
  .trial-flow-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .trial-flow-detail{
    position: relative;
    width: 45%;
  }
  .trial_flow_img{
    width: 50%;
  }
  .trial-flow-box-num {
    font-size: 11rem;
    right: -0.1em;
  }
  .trial-flow-box:not(:last-child)::after {
    bottom: -38%;
    width: 30%;
  }
  .trial-item.need {
    padding: 3em 4em;
  }
  .need-wrapper{
    width: 100%;
  }
  .need-ttl {
    font-size: 1.7rem;
  }
  .system_table td{
    padding: 1.5em 2em;
  }
  .table-caption {
    display: inline-block;
    margin: 0em 0.5em;
  }

  /* JOIN */
  ._member .need_item{
    display: flex;
    justify-content: space-between;
  }
  ._member .need-ttl{
    text-align: left;
    margin: 0;
  }
  ._member .need-ttl .caption{
    display: inline-block;
    margin-left: .5em;
  }
  ._member .need_item{
    padding: 1em 0 0.05em;
  }
  .need_item_box{
    width: 38%;
    margin: 1em 0;
  }
  .need_item_box-1,
  .need_item_box-2{
    width: 48%;
    border-radius: .5em;
  }
  /* .need_item_box-2{
    width: 57%;
  } */
}/* 960 */