@charset "UTF-8";
/*---------------------------
over writing style
----------------------------*/
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 8rem !important;
  }
}

h2.bar {
  background: #31ad37;
  border-radius: 100px;
  padding: 5px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h2.bar {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
h2.bar span {
  background: #f9f075;
  border-radius: 100px;
  padding: 1.5rem 2rem;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  h2.bar span {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}

.submit {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .submit {
    font-size: 2rem;
  }
}

.mar-t-32 #checkbox1 {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mar-t-32 #checkbox1 {
    width: 20px;
    height: 20px;
  }
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  display: block;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 1.3rem;
    right: 1rem;
  }
}
.pagetop:before {
  content: "▲";
  color: #fff;
}

#floating_btn a,
.app_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #fff;
  border-radius: 500px;
  background-color: #ff840d;
  box-shadow: 0 4px 0 #5a3100;
  text-align: center;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  padding: 1rem 2rem;
  padding-right: 5rem;
}
#floating_btn a::before,
.app_btn a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/btn_arr01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#floating_btn {
  position: fixed;
  top: 0.8rem;
  right: 2rem;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 767px) {
  #floating_btn {
    top: auto;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    padding-right: 7%;
  }
}
@media screen and (max-width: 767px) {
  #floating_btn a {
    padding: 1.5rem 1rem;
    font-size: 2rem;
    font-weight: bold;
  }
}

.app_btn {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.app_btn a {
  max-width: 300px;
  margin: auto;
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .app_btn a {
    padding: 4rem 1rem;
  }
}

#lead .container .point {
  width: 100%;
}
#lead .container .point .row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #lead .container .point .row {
    display: none;
  }
}
#lead .container .point .row p {
  background-color: #f8f0a6;
  padding: 3rem 2.5rem;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #lead .container .point .row p {
    font-size: 1.4rem;
  }
}
#lead .container .point .row p span {
  font-size: 4rem;
  font-weight: bold;
  display: block;
  color: #31ad37;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #lead .container .point .row p span {
    font-size: 3rem;
  }
}
#lead .container .point .row_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #lead .container .point .row_sp {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    justify-items: center;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#lead .container .point .row_sp p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  width: 100%;
  aspect-ratio: 1;
  border: 5px solid #31ad37;
  border-radius: 1000px;
  background-color: #fff;
  padding: 1rem;
  font-size: 4vw;
  color: #31ad37;
  font-weight: bold;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
}
#lead .container .point .row_sp p span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  width: 90%;
}
#lead .container .point .row_sp p span img {
  width: 90%;
  height: auto;
  margin: auto;
}
#lead .container .point .row_sp p:nth-of-type(2) span {
  width: 75%;
}
#lead .container .point .row_sp p:nth-of-type(2) span img:nth-of-type(1) {
  width: 25%;
}
#lead .container .title {
  margin-top: 4rem;
  text-align: center;
}
#lead .container .title img {
  margin: auto;
}
#lead .container .title p {
  font-size: 2.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #lead .container .title p {
    font-size: 1.4rem;
  }
}
#lead .container .btn {
  margin-top: 4rem;
  position: static;
  transform: none;
}
#lead .container .btn a {
  margin: auto;
}
#lead .container .note {
  text-align: center;
  margin-top: 4rem;
}
#lead .container .sdgs {
  margin-top: 2rem;
  border: 2px dashed #31ad37;
  border-radius: 10px;
  background-color: #fff;
  padding: 3rem 2rem;
  background-image: url(../img/torikumi_icon01.png), url(../img/torikumi_icon02.png);
  background-repeat: no-repeat;
  background-position: top 35% left 30px, top 35% right 30px;
  background-size: 80px auto;
}
@media screen and (max-width: 767px) {
  #lead .container .sdgs {
    padding: 3rem 3rem;
    background-position: top 1.5rem left 35%, top 1.5rem left 65%;
    background-size: 20% auto;
    padding-top: 25vw;
  }
}
#lead .container .sdgs p {
  max-width: 80%;
  margin: auto;
  text-align: center;
  color: #3eb244;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #lead .container .sdgs p {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
#lead .container .sdgs .line {
  font-size: 1.6rem;
  background-color: #8fc31f;
  color: #fff;
  padding: 1.5rem;
  border-radius: 100px;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #lead .container .sdgs .line {
    border-radius: 10px;
    font-size: 1.4rem;
  }
}

#features {
  display: none;
}
@media screen and (max-width: 767px) {
  #features {
    display: block;
  }
}
#features .container .row {
  width: 100%;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  #features .container .row {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
}
#features .container .row p {
  background-color: #f8f0a6;
  padding: 3rem;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #features .container .row p {
    font-size: 1.4rem;
  }
}
#features .container .row p span {
  font-size: 4rem;
  font-weight: bold;
  display: block;
  color: #31ad37;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #features .container .row p span {
    font-size: 2.4rem;
  }
  #features .container .row p span br {
    display: none;
  }
}
#features .container .figure img {
  max-width: 70%;
  margin: auto;
}

#price .container h2 {
  margin-bottom: 2rem;
}
#price .container .notice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #price .container .notice {
    display: block;
  }
}
#price .container .notice .col {
  width: 100%;
  background-color: #fff;
  border: 2px solid #31ad37;
  display: grid;
  grid-template-columns: 140px 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #price .container .notice .col {
    grid-template-columns: 1fr;
    margin-bottom: 0.8rem;
  }
}
#price .container .notice .col:nth-of-type(3) {
  grid-column: span 2/span 2;
}
#price .container .notice .col > span {
  width: 100%;
  display: block;
  padding: 1rem;
  background-color: #31ad37;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
#price .container .notice .col p {
  width: 100%;
  padding: 1rem 2rem;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #price .container .notice .col p {
    text-align: center;
  }
  #price .container .notice .col p > span {
    font-size: 1.2rem;
  }
}
#price .container .note {
  word-break: break-all;
}

#safety .container .title {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #safety .container .title {
    grid-template-columns: 1fr;
  }
}
#safety .container .title .txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #safety .container .title .txt {
    font-size: 1.6rem;
  }
}
#safety .container .title .txt img {
  margin-bottom: 1rem;
}
#safety .container .company_info {
  border: 2px dashed #31ad37;
  background-color: #fff;
  margin-top: 4rem;
  padding: 3rem 6rem;
}
@media screen and (max-width: 767px) {
  #safety .container .company_info {
    padding: 2rem;
  }
}
#safety .container .company_info h3 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #31ad37;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #safety .container .company_info h3 {
    font-size: 1.6rem;
  }
}
#safety .container .company_info h3 span {
  position: relative;
  z-index: 1;
}
#safety .container .company_info h3 span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #f9f075;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #safety .container .company_info h3 .sp_txt {
    font-size: 2.2rem;
  }
}
#safety .container .company_info p {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #safety .container .company_info p {
    font-size: 1.4rem;
  }
}
#safety .container .structure p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #safety .container .structure p:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
#safety .container .structure p:nth-of-type(2) {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #safety .container .structure p:nth-of-type(2) {
    font-size: 1.3rem;
  }
}
#safety .container .structure .company_img {
  border: 2px dashed #31ad37;
  background-color: #fff;
  margin-top: 4rem;
  padding: 3rem 4rem;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #safety .container .structure .company_img {
    grid-template-columns: 1fr;
    padding: 3rem 4rem;
  }
}
#safety .container .structure .company_img img {
  width: auto;
}
#safety .container .structure .about .col {
  width: 100%;
  background-color: #fff;
  border: 2px solid #31ad37;
  display: grid;
  grid-template-columns: 140px 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #safety .container .structure .about .col {
    grid-template-columns: 1fr;
  }
}
#safety .container .structure .about .col h3 {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #31ad37;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#safety .container .structure .about .col p {
  width: 100%;
  padding: 1rem 2rem;
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #new .container > p.tex-a-right,
  #existing .container > p.tex-a-right {
    font-size: 1.2rem;
  }
}
#new .container .apply .title,
#existing .container .apply .title {
  text-align: center;
  color: #31ad37;
  margin-bottom: 6rem;
}
#new .container .apply .title img,
#existing .container .apply .title img {
  max-width: 600px;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #new .container .apply .title img,
  #existing .container .apply .title img {
    width: 100%;
  }
}
#new .container .apply .title span,
#existing .container .apply .title span {
  background-color: #f9f075;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem;
  display: block;
  max-width: 70%;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #new .container .apply .title span,
  #existing .container .apply .title span {
    max-width: 100%;
    font-size: 2rem;
  }
}
#new .container .apply .title span.normal,
#existing .container .apply .title span.normal {
  background-color: transparent;
  max-width: 100%;
  font-size: 2rem;
}
#new .container .apply .title > p,
#existing .container .apply .title > p {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #new .container .apply .title > p,
  #existing .container .apply .title > p {
    font-size: 1.8rem;
  }
}
#new .container .step .row,
#existing .container .step .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #new .container .step .row,
  #existing .container .step .row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col,
  #existing .container .step .row .col {
    position: relative;
    padding-left: 18%;
    background-image: url(../img/step_line_sp.png);
    background-size: 12% auto;
    background-repeat: no-repeat repeat;
    background-position: top 0 left 0;
  }
}
#new .container .step .row .col .num,
#existing .container .step .row .col .num {
  background-color: #31ad37;
  color: #fff;
  border-radius: 100px;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col .num,
  #existing .container .step .row .col .num {
    margin: 0;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#new .container .step .row .col .num::before,
#existing .container .step .row .col .num::before {
  content: "STEP";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  color: #31ad37;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col .num::before,
  #existing .container .step .row .col .num::before {
    background-color: #fff;
    padding-bottom: 1px;
  }
}
#new .container .step .row .col .num::after,
#existing .container .step .row .col .num::after {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 3px;
  top: 25px;
  left: 60%;
  line-height: 1;
  background-color: #31ad37;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col .num::after,
  #existing .container .step .row .col .num::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col:last-child,
  #existing .container .step .row .col:last-child {
    background-image: none;
  }
}
#new .container .step .row .col:last-child .num::after,
#existing .container .step .row .col:last-child .num::after {
  display: none;
}
#new .container .step .row .col > span,
#existing .container .step .row .col > span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 60px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col > span br,
  #existing .container .step .row .col > span br {
    display: none;
    text-align: left;
  }
}
#new .container .step .row .col img,
#existing .container .step .row .col img {
  width: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col img,
  #existing .container .step .row .col img {
    height: 40vw;
    margin: auto;
  }
}
#new .container .step .row .col p,
#existing .container .step .row .col p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col p,
  #existing .container .step .row .col p {
    font-size: 1.6rem;
  }
}
#new .container .step .row .col .note_sub,
#existing .container .step .row .col .note_sub {
  display: none;
}
@media screen and (max-width: 767px) {
  #new .container .step .row .col .note_sub,
  #existing .container .step .row .col .note_sub {
    display: block;
    color: #dc6867;
    border: 2px solid #dc6867;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
    font-size: 1.4rem;
  }
  #new .container .step .row .col .note_sub::before,
  #existing .container .step .row .col .note_sub::before {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    background-image: url(../img/fukidashi_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: 50%;
  }
}
#new .container .step .note,
#existing .container .step .note {
  color: #dc6867;
  border: 2px solid #dc6867;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #new .container .step .note,
  #existing .container .step .note {
    display: none;
  }
}
#new .container .step .note::before,
#existing .container .step .note::before {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background-image: url(../img/fukidashi_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
#new .container .step .note.step3::before,
#existing .container .step .note.step3::before {
  left: 560px;
}
#new .container .step .note2,
#existing .container .step .note2 {
  width: 100%;
  background-color: #fff;
  border: 2px solid #31ad37;
  display: grid;
  grid-template-columns: 200px 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #new .container .step .note2,
  #existing .container .step .note2 {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
#new .container .step .note2:nth-of-type(3),
#existing .container .step .note2:nth-of-type(3) {
  grid-column: span 2/span 2;
}
#new .container .step .note2 span,
#existing .container .step .note2 span {
  width: 100%;
  display: block;
  padding: 1rem;
  background-color: #31ad37;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
#new .container .step .note2 p,
#existing .container .step .note2 p {
  width: 100%;
  padding: 1rem 2rem;
  margin: 0;
  font-size: 1.6rem;
}
#new .container .step .note2 p a,
#existing .container .step .note2 p a {
  text-decoration: underline;
}

#existing {
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  #faq .container h2 {
    margin-bottom: 6rem;
  }
}
#faq .container .col {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #faq .container .col {
    margin-bottom: 6rem;
  }
}
#faq .container .col .q {
  background-color: #31ad37;
  border-radius: 100px;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: center;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #faq .container .col .q {
    grid-template-columns: 1fr;
    padding: 2rem;
    border-radius: 10px;
  }
}
#faq .container .col .q .icon {
  width: 100%;
  background-color: #f9f075;
  border-radius: 100px;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  #faq .container .col .q .icon {
    width: 35%;
    position: absolute;
    top: -30px;
    left: 5%;
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
}
#faq .container .col .q .icon > span {
  background-color: #31ad37;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  margin-left: 0.5rem;
  font-size: 2.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
}
#faq .container .col .q p {
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #faq .container .col .q p {
    font-size: 2rem;
  }
}
#faq .container .col .a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #faq .container .col .a {
    font-size: 1.8rem;
  }
}
#faq .container .col .a span {
  color: #cf3334;
  display: inline;
}
#faq .container .col .a a {
  text-decoration: underline;
}