@charset 'UTF-8';
@import url(resetform.css);

/*  header  */
main>article>header{
  padding: 8.0rem 0;
  position: relative;
}
main>article>header::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(255, 241,239);
}
main>article>header h2{
  margin: 0;
}
main>article>header h2 .ja{
  font-size: 4.2rem;
  line-height: 1.7;
  color: rgb(112, 112, 112);
}
main>article>header h2 .en{
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(255, 128, 128);
}
main>article>header .desc{
  padding: 2.0rem 0;
}
main>article>header .desc p{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.3;
  color: rgb(112, 112, 112);
}
@media screen and (min-width: 768px){
  main>article>header{
    display: -webkit-box;
    display: flex;
    background-color: rgb(255, 241, 239);
  }
  main>article>header h2{
    min-width: 21.2rem;
    flex-shrink: 0;
  }
  main>article>header h2 .en{
    position: absolute;
  }
  main>article>header .desc{
    padding: 0 0 0 calc(124 / 1920 * 100vw);
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
  }
  main>article>header .desc div{
    display: inline-block;
    text-align: left;
  }
}

/*  topicpath  */
#topicpath{
  padding: 3.4rem 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}
#topicpath li{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  color: rgb(112, 112, 112);
}
#topicpath li:not(:last-of-type)::after{
  content: '＞';
  margin: 0 1em;
}

/*  mailform  */
#mailform>div:not(.active){
  display: none;
}

#mailform>.notes{
  padding: 3.2rem 0;
  margin: 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7;
  color: rgb(112, 112, 112);
}
@media screen and (min-width: 768px){
  #mailform>.notes{
    padding: 10.3rem 0 7.4rem 0;
  }
}
#mailform .notes .req, #mailform .item .req{
  color: rgb(255, 128, 128);
}
#mailform .item .req{
  margin-left: 1em;
}
@media screen and (min-width: 768px){
  #mailform .item .req{
    margin-left: 0;
  }
}

/*  mailform>container  */
#mailform form>.container{
  padding: 1.8rem 0;
}
#mailform fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
#mailform form>fieldset{
  padding: 1.8rem 0;
}
#mailform input:not([type='radio']):not([type='checkbox']), #mailform textarea, #mailform select{
  padding: 1.6rem;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.7;
  color: rgb(69, 69, 69);
  border: solid 1px rgb(112, 112, 112);
  background-color: rgb(255, 255, 255);
}
#mailform input[type='radio']{
  padding: 0;
  margin: 0 .5rem 0 0;
  width: 3.0rem;
  height: 3.0rem;
  box-sizing: border-box;
}
#mailform input[type='radio']:checked{
  border-width: .8rem;
  border-color: rgb(255, 128, 128);
  background-color: rgb(255, 255, 255);
}
#mailform input:not([type='radio']):not([type='checkbox']), #mailform textarea{
  width: 100%;
}
#mailform select{
  padding-right: 5.6rem;
}
#mailform .select{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#mailform .select::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../images/ico_next.svg) no-repeat 50% 50%;
  background-size: 1.02rem 1.62rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}
#mailform .item:first-of-type legend,
#mailform .item:first-of-type label{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px){
  #mailform .item:first-of-type legend,
  #mailform .item:first-of-type label{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
#mailform .item>span{
  display: inline-block;
  padding: 1.3rem 0;
}
#mailform .item>span:not(:last-of-type){
  margin-right: 2.5rem;
}
#mailform .item>div>span{
  margin-right: calc(38 / 843 * 100%);
}
#mailform .item>div+div{
  margin-top: 2.7rem;
}
#mailform .item p, #mailform .item span{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
#mailform .item p, #mailform .item span:not(.select):not(.req):not(.error){
  color: rgb(112, 112, 112);
}
#mailform .item p{
  padding: 1.05rem 0;
}
#mailform .item .notes{
  font-size: 1.8rem;
}
#mailform span.error{
  padding: 1.3rem 0;
  display: block;
  color: rgb(255, 128, 128);
  font-weight: bold;
}
#mailform .select span.error{
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 1.4rem);
  margin: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  #mailform .container{
    display: -webkit-box;
    display: flex;
  }
  #mailform .item:first-of-type{
    flex-basis: 26.0rem;
    padding-right: calc(80 / 1320 * 100%);
    flex-shrink: 0;
    padding-top: 1.7rem;
  }
  #mailform .item:last-of-type{
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 84.3rem;
  }
}

/*  zipcode  */
#mailform #zipcode{
  width: auto;
  max-width: 17.0rem;
}
#mailform #zipcode+#aff_address{
  margin-top: 1.7rem;
}
#mailform label[for='zipcode']{
  margin-right: .9rem;
  color: rgb(112, 112, 112);
}

/*  experience, mentor_exp  */
#mailform #experience,
#mailform #mentor_exp{
  margin-right: .9rem;
  width: auto;
  max-width: 17.0rem;
}

/*  privacy  */
#privacy{
  padding: 4.0rem 1em;
  margin: 4.2rem 0;
  background-color: rgb(255, 253, 248);
  border-radius: 0 2.0rem 2.0rem 0;
  text-align: center;
}
#privacy legend{
  padding: 2.0rem 0;
  margin: 0 auto;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0;
  color: rgb(112, 112, 112);
  background-color: rgb(255, 253, 248);
}
#privacy legend span{
  display: inline-block;
}
#privacy p{
  padding-bottom: 4.8rem;
  margin: 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.0;
  color: rgb(112, 112, 112);
  text-align: justify;
}
@media screen and (min-width: 768px){
  #privacy p{
    text-align: center;
  }
}
#privacy input[type='checkbox']{
  margin-right: 1.2rem;
  width: 3.0rem;
  height: 3.0rem;
  border: solid 1px rgb(112, 112, 112);
  background-color: rgb(255, 255, 255);
  font-size: 4.0rem;
}
#privacy input:checked{
  border: none;
  background-color: rgb(255, 128, 128);
}
#privacy label{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0;
  color: rgb(255, 128, 128);
}

/*  entry  */
#entry{
  padding: 12.2rem 6.0rem;
  margin: 2.0rem 0 20.4rem 0;
  background-color: rgb(255, 241, 239);
}
#entry .button{
  margin: 0 auto;
  max-width: 46.0rem;
  border-radius: 1.0rem;
  background-color: rgb(255, 255, 255);
}
#mailform>div>div:not(.mw_wp_form_confirm) #entry .button.conf{
  display: none;
}
#entry .button+.button{
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px){
  #entry{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #entry .button{
    margin: 0 2.2rem;
    flex-basis: 46.0rem;
  }
  #entry .button+.button{
    margin-top: 0;
  }
}
#entry .button button{
  padding: 2.9rem;
  position: relative;
  display: block;
  border-radius: 1.0rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#entry .button button:hover{
  color: rgb(255, 255, 255)!important;
  opacity: 1.0;
}

#entry .button button::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 4.1rem;
  background: url(../images/ico_next.svg) no-repeat 0 50%;
  background-size: 1.0rem 1.6rem;
}
#entry .button button:hover::after{
  background-image: url(../images/ico_next_inv.svg);
}
#entry .button button.back::after{
  left: 0;
  right: auto;
  background: url(../images/ico_prev.svg) no-repeat 100% 50%;
  background-size: 1.0rem 1.6rem;
}
#entry .button button.back:hover::after{
  background-image: url(../images/ico_prev_inv.svg);
}
#entry .button button::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(255, 128, 128);
  border-radius: 1.0rem;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: .3s transform, .3s opacity;
}
#entry .button button:hover::before{
  opacity: 1.0;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
#entry .button button span{
  position: relative;
  z-index: 1;
}

/*  dialog  */
#dialog p{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.3;
}
#dialog>p:first-of-type{
  margin-top: 4.2rem;
}
#dialog>p:last-of-type{
  margin-bottom: 4.2rem;
}
#dialog>p a{
  text-decoration: underline;
  transition: .3s text-decoration-color;
}
#dialog>p a:hover{
  -webkit-text-decoration-color: rgb(255, 128, 128);
  text-decoration-color: rgb(255, 128, 128);
}
#dialog .phone{
  text-align: center;
  margin-bottom: 4.2rem;
}
#dialog .phone p{
  font-weight: bold;
}
#dialog .phone .num a{
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 128, 128);
}
#dialog .phone .notes{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.15;
  color: rgb(112, 112, 112);
}
@media screen and (min-width: 768px){
  #dialog{
    text-align: center;
  }
  #dialog .phone{
    margin-bottom: 0;
  }
}

/*  gohome  */
#gohome{
  padding: 8.8rem;
  margin-bottom: 8.3rem;
}
#gohome .button{
  margin: 0 auto;
  max-width: 46.0rem;
  border-radius: 1.0rem;
  background-color: rgb(255, 255, 255);
}
#gohome .button a{
  padding: 2.9rem;
  position: relative;
  display: block;
  border-radius: 1.0rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
#gohome .button a:hover{
  color: rgb(255, 255, 255);
  opacity: 1.0;
}
#gohome .button a::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4.1rem;
  background: url(../images/ico_prev.svg) no-repeat 100% 50%;
  background-size: 1.0rem 1.6rem;
}
#gohome .button a:hover::after{
  background-image: url(../images/ico_prev_inv.svg);
}
#gohome .button a::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(255, 128, 128);
  border-radius: 1.0rem;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: .3s transform, .3s opacity;
}
#gohome .button a:hover::before{
  opacity: 1.0;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
#gohome .button a span{
  position: relative;
  z-index: 1;
}

/*  confirm  */
#mailform .mw_wp_form_confirm>form>.notes{
  display: none;
}
.mw_wp_form_confirm #privacy{
  display: none;
}
#mailform .mw_wp_form_confirm .container,
#mailform .mw_wp_form_confirm fieldset{
  padding: .8rem 0;
}
.mw_wp_form_confirm .item .notes{
  display: none;
}
.mw_wp_form_confirm .item .req{
  display: none;
}
#mailform .mw_wp_form_confirm .select::after{
  content: none;
}
#mailform .mw_wp_form_confirm .item:first-of-type{
  padding-top: 0;
}
.mw_wp_form_confirm .item:last-of-type{
  line-height: 1.7;
}
.mw_wp_form_confirm #entry{
  margin-top: 12.0rem;
}
#mailform .mw_wp_form_confirm .emailconf{
  display: none;
}

/* media queries */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx){
}
@media screen and (min-width: 480px){
  /* sp_horizon- */
}
@media screen and (min-width: 768px){
  /* tablet- */
}
@media screen and (min-width: 1024px){
  /* pc- */
}

/*  ie hack  */
_:-ms-lang(x)::-ms-backdrop, .selector{

}


/* 210901 add */
main>article>section h3 {
    padding: 6.4rem 0;
    padding-left: 2.4rem;
    margin: 0;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.7;
    text-indent: -2.4rem;
}

main>article>section h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -.4rem;
    margin-right: 1.8rem;
    width: .6rem;
    height: 1em;
    background-color: rgb(255, 128, 128);
}