@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-bg: #F5F0EB;
  --color-gray: #DCDCDC;
  --color-green: #DAEDD1;
  --color-primary: #3F974C;



  --ja: "Noto Sans JP", sans-serif;
}


main.entry {
  background: #F3F7F1;
}

main.entry .hd {
  font-size: 3rem;
}

main.entry .bg_en {
  opacity: 0;
}

main.entry .bg_en.on {
  color: var(--color-primary);
  opacity: .4;
}


@media screen and (max-width:767px) {
  main.entry .hd {
    font-size: 2.5rem;
  }

}

/*================================================
* access
================================================*/
.entry_wrap {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.entry_wrap-bg {
  background: var(--color-white);
  position: relative;
  border-radius: 2rem;
  padding: 10rem;
}

.re_top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5.6rem;
}

.re_top-img {
  width: 37.5rem;
}

.re_top-img img {
  height: auto;
}

.re_top-txt {
  width: calc(100% - (37.5rem + 5.6rem));
}

.re_top-txt h3 {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

.re_top-txt ul li {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  gap: 3rem;
}

.re_top-txt ul li .ttl {
  width: 8rem;
  color: var(--color-primary);
  font-weight: 600;
}

.re_top-txt ul li .txt {
  width: calc(100% - 11rem);
}


.enBtn a {
  width: 42rem;
  height: 7rem;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 2rem;
  border-radius: 0.4rem;
  margin: 6rem auto 0;
}

.enBtn a img {
  width: 2.5rem;
}



.re_btm {
  margin-top: 13rem;
}

.re_btm-box {
  display: flex;
  gap: 5rem;
  align-items: start;
  justify-content: start;
  font-size: 1.6rem;
  margin-bottom: 6rem;
}


.re_btm-box .ttl {
  font-size: 1.8rem;
  width: 13rem;
  color: var(--color-primary);
}


.re_btm-box .txt {
  width: calc(100% - 18rem);
}

.re_table {}

.re_table {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 6rem;
  font-size: 1.8rem;
}

.re_table dt {
  width: 25rem;
  padding: 1rem 0 1rem 0.8rem;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-weight: 500;
}

.re_table dd {
  width: calc(100% - 25rem);
  padding: 1rem 0;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-weight: 500;
}



/* .re_outline */
.re_outline {
  margin-top: 16rem;
}



.re_outline .re_table {
  border-top: 1px solid var(--color-primary);
}

.re_outline dd,
.re_outline dt {
  border-bottom: 1px solid var(--color-primary);
  background-image: none;
}

.re_outline dt {
  width: 16rem;
  color: var(--color-primary);
  background: #F3F7F1;
}

.re_outline dd {
  width: calc(100% - 16rem);
  padding-left: 2rem;
}

@media screen and (max-width:767px) {
  .entry_wrap {
    width: 90%;
  }

  .entry_wrap-bg {
    padding: 3rem 2rem;
  }

  .re_top {
    flex-wrap: wrap;
  }

  .re_top-img {
    width: 100%;
  }

  .re_top-txt {
    width: 100%;
  }

  .re_top-txt ul li {
    gap: 1rem;
  }

  .re_top-txt ul li .ttl {
    width: 7rem;
  }

  .re_top-txt ul li .txt {
    width: calc(100% - 8rem);
  }

  .enBtn a {
    width: 100%;
    height: 5rem;
    font-size: 1.5rem;
    margin-top: 3rem;
  }

  .enBtn a img {
    width: 2rem;
  }

  .re_btm {
    margin-top: 4rem;
  }

  .re_btm-box {
    flex-wrap: wrap;
    gap: 0rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }


  .re_btm-box .ttl {
    width: 100%;
  }


  .re_btm-box .txt {
    width: 100%;
  }

  .re_table {
    font-size: 1.5rem;
  }

  .re_table dt {
    width: 100%;
    padding: 1rem 0 0rem 0.8rem;
    background-image: none;
    line-height: 1;
  }

  .re_table dd {
    width: 100%;
    padding: 0rem 0 1rem 0.8rem;
  }



  .re_outline dt {
    width: 11rem;
    font-size: 1.5rem;
  }

  .re_outline dd {
    width: calc(100% - 11rem);
    font-size: 1.5rem;
  }
}

/*================================================
* company
================================================*/
#company .bg_en {
  position: absolute;
  top: -9rem;
  left: 0;
  font-size: 15rem;
}

@media screen and (max-width:767px) {
  #company.encompany {
    padding-top: 4rem;
  }

  #company .bg_en {
    top: -3rem;
    font-size: 6rem;
  }
}

/*================================================
* entry
================================================*/
#entry .bg_en {
  position: absolute;
  top: -9rem;
  right: 0;
  font-size: 15rem;
}


#entry dl {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-top: 5rem;
}

#entry dt {
  width: 27rem;
  padding: 3rem 0 1rem 0.8rem;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
}

#entry dd {
  width: calc(100% - 27rem);
  padding: 3rem 4rem 1rem 0;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;

}

#entry dd input,
#entry dd textarea {
  display: block;
  width: 100%;
  border: 1px solid #D8D8DB;
  height: 5rem;
  font-size: 1em;
}

#entry dd textarea {
  height: 18rem;
}

#entry .birth p {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#entry .birth input {
  width: 9rem;
}

#entry .birth span:first-of-type input {
  width: 13rem;
}

.policy {
  margin-top: 4rem;
}

.policy_inner {
  height: 21rem;
  padding: 2rem;
  overflow: scroll;
  border: 1px solid #9D9D9D;
}

.doui {
  background: #F3F7F1;
  padding: 3rem;
  margin-top: 4rem;
  text-align: center;
}


input.submit {
  width: 48rem;
  height: 7rem;
  background: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 2rem;
  border-radius: 0.4rem;
  margin: 6rem auto 0;
  text-align: center;
}

@media screen and (max-width:767px) {
  #entry .bg_en {
    top: -3rem;
    font-size: 6rem;
  }


  #entry dl {
    margin-top: 2rem;

  }

  #entry dt {
    width: 100%;
    padding: 2rem 0 1rem 0rem;
    background: none;
  }

  #entry dd {
    width: 100%;
    padding: 0rem 0 1rem 0;
  }


  .policy_inner {
    padding: 1rem;
  }

  .doui {
    padding: 1rem;
    text-align: left;
  }

  .doui label {
    text-align: center;
    display: block;
    width: 100%;

  }

  #entry .birth p {
    flex-wrap: wrap;
  }

  /* #entry .birth p span {
    width: 100%;
    display: flex;
  } */

  /* #entry .birth span:first-of-type input,
  #entry .birth p span input {
    width: 100%;
  } */

  input.submit {
    width: 100%;
    margin: 3rem auto 0;
  }
}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}