@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.4.13
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0;
}

.sectionTitle__head{
  margin: 0;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.8rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}

.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}


/* =========================================================
  Training Page
========================================================= */

.trainingPage{
  padding: 1rem 0 5rem;
}
@media (max-width: 700px){
  .trainingPage{
    padding: 1rem 0 4rem;
  }
}
@media (max-width: 480px){
  .trainingPage{
    padding: 1rem 0 3rem;
  }
}

.trainingPage__lead{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .trainingPage__lead{
    margin-top: 1.5rem;
  }
}

.trainingPage__lead p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #444b34;
}
@media (max-width: 480px){
  .trainingPage__lead p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.trainingPage__lead p + p{
  margin-top: 0.5rem;
}

.trainingPage__intro{
  margin-top: 1rem;
}
@media (max-width: 700px){
  .trainingPage__intro{
    margin-top: 0.75rem;
  }
}

.trainingPage__introList{
  margin: 0;
  padding-left: 1.5rem;
}

.trainingPage__introList li{
  font-size: 1rem;
  line-height: 1.9;
  color: #444b34;
}
@media (max-width: 480px){
  .trainingPage__introList li{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.trainingPage__introList a{
  color: #7AC943;
  font-weight: 700;
  text-decoration: none;
}

.trainingPage__introList a:hover{
  text-decoration: underline;
}

.trainingPage__fax{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .trainingPage__fax{
    margin-top: 1.75rem;
  }
}

.trainingPage__sectionTitle{
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #5b6642;
}
@media (max-width: 480px){
  .trainingPage__sectionTitle{
    font-size: 1rem;
  }
}

.trainingPage__fax p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #444b34;
}
@media (max-width: 480px){
  .trainingPage__fax p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.trainingPage__fax a{
  color: #7AC943;
  font-weight: 700;
  text-decoration: none;
}

.trainingPage__fax a:hover{
  text-decoration: underline;
}

.trainingPage__formBlock{
  margin-top: 4rem;
}
@media (max-width: 700px){
  .trainingPage__formBlock{
    margin-top: 3rem;
  }
}
@media (max-width: 480px){
  .trainingPage__formBlock{
    margin-top: 2.5rem;
  }
}

.trainingPage__formLead{
  margin-top: 1.5rem;
}
@media (max-width: 700px){
  .trainingPage__formLead{
    margin-top: 1.25rem;
  }
}

.trainingPage__formLead p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #444b34;
}
@media (max-width: 480px){
  .trainingPage__formLead p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.trainingPage__form{
  margin-top: 1.75rem;
  padding: 2rem 2rem 3rem;
  border: 1px solid #dbe7d0;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #fbfdf8 0%, #f7faf2 100%);
  box-shadow: 0 0.75rem 2rem rgba(80, 96, 54, 0.06);
}

/* =========================================================
  Training Form
========================================================= */

.trainingForm{
  width: 100%;
}

.trainingForm__row{
  position: relative;
}

.trainingForm__row + .trainingForm__row{
  margin-top: 1.5rem;
}
@media (max-width: 480px){
  .trainingForm__row + .trainingForm__row{
    margin-top: 1.25rem;
  }
}

.trainingForm__label{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #394126;
}
@media (max-width: 480px){
  .trainingForm__label{
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
}

.trainingForm__required{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #7AC943;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.trainingForm__note{
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6f7462;
}

.trainingForm__input{
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #cfd8c4;
  border-radius: 0.75rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.02);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .trainingForm__input{
    height: 3.2rem;
    padding: 0 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.95rem;
  }
}

.trainingForm__input::placeholder{
  color: #9aa08f;
}

.trainingForm__input:focus{
  outline: none;
  border-color: #7AC943;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 201, 67, 0.12);
}

.trainingForm__textarea{
  display: block;
  width: 100%;
  min-height: 10rem;
  padding: 0.95rem 1rem;
  border: 1px solid #cfd8c4;
  border-radius: 0.75rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.02);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .trainingForm__textarea{
    min-height: 8rem;
    padding: 0.825rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.95rem;
  }
}

.trainingForm__textarea::placeholder{
  color: #9aa08f;
}

.trainingForm__textarea:focus{
  outline: none;
  border-color: #7AC943;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 201, 67, 0.12);
}

.trainingForm .wpcf7-form-control-wrap{
  display: block;
}

.trainingForm .wpcf7-checkbox{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem 1rem;
}
@media (max-width: 700px){
  .trainingForm .wpcf7-checkbox{
    grid-template-columns: 1fr;
  }
}

.trainingForm .wpcf7-list-item{
  margin: 0;
}

.trainingForm .wpcf7-list-item label{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid #d8e3cd;
  border-radius: 0.875rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.7;
  color: #444b34;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, transform .2s ease;
}
@media (max-width: 480px){
  .trainingForm .wpcf7-list-item label{
    gap: 0.625rem;
    padding: 0.825rem 0.875rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
  }
}

.trainingForm .wpcf7-list-item label:hover{
  border-color: #b9d99c;
  background: #fcfef8;
  transform: translateY(-1px);
}

.trainingForm .wpcf7-list-item input[type="checkbox"]{
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.25rem 0 0;
  accent-color: #7AC943;
}

.trainingForm__row--turnstile{
  margin-top: 1.75rem;
}
@media (max-width: 480px){
  .trainingForm__row--turnstile{
    margin-top: 1.5rem;
  }
}

.trainingForm__submit{
  margin-top: 2.25rem;
  text-align: center;
}
@media (max-width: 700px){
  .trainingForm__submit{
    margin-top: 2rem;
  }
}
@media (max-width: 480px){
  .trainingForm__submit{
    margin-top: 1.75rem;
  }
}

.trainingForm__submitButton{
  margin-top: 0;
  width: 100%;
  max-width: 28rem;
  min-height: 3.4rem;
  padding: 0.65rem 3.25rem 0.65rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #7AC943;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 0.75rem 1.5rem rgba(122, 201, 67, 0.22);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .trainingForm__submitButton{
    min-height: 3.2rem;
    padding: 0.625rem 3rem 0.625rem 1.25rem;
    font-size: 0.95rem;
  }
}

.trainingForm__submitButton:hover{
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 1rem 1.8rem rgba(122, 201, 67, 0.28);
}

.trainingForm__submitButton::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .22s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg%3E%3Cg%3E%3Cline x1='7' y1='14' x2='20' y2='14' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='21' y1='14' x2='16.1' y2='18.9' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='16.1' y1='9.1' x2='21' y2='14' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 480px){
  .trainingForm__submitButton::after{
    right: 16px;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.trainingForm__submitButton:hover::after{
  transform: translateY(-50%) translateX(.35rem);
}

.trainingForm .wpcf7-spinner{
  display: block;
  margin: 0.875rem auto 0;
}

.trainingForm .wpcf7-not-valid-tip{
  margin-top: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #d13d3d;
}

.trainingForm .wpcf7-response-output{
  margin: 1.5rem 0 0 !important;
  padding: 0.875rem 1rem !important;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  background: #fff;
}

.trainingForm .wpcf7 form.invalid .wpcf7-response-output,
.trainingForm .wpcf7 form.unaccepted .wpcf7-response-output,
.trainingForm .wpcf7 form.payment-required .wpcf7-response-output{
  border: 1px solid #e2b5b5;
  color: #8d3c3c;
  background: #fff8f8;
}

.trainingForm .wpcf7 form.sent .wpcf7-response-output{
  border: 1px solid #b9d99c;
  color: #39542a;
  background: #f7fcf2;
}

.trainingPage__introArea{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .trainingPage__introArea{
    margin-top: 1.5rem;
  }
}

.trainingPage__leadBox{
}

.trainingPage__leadBox p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
}

.trainingPage__leadBox p + p{
  margin-top: 0.5rem;
}

.trainingPage__menu{
  margin-top: 1.5rem;
}
@media (max-width: 700px){
  .trainingPage__menu{
    margin-top: 1.25rem;
  }
}

.trainingPage__menuList{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
@media (max-width: 480px){
  .trainingPage__menuList{
    gap: 0.875rem;
  }
}

.trainingPage__menuItem{
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
@media (max-width: 700px){
  .trainingPage__menuItem{
    grid-template-columns: 3.75rem minmax(0, 1fr);
    gap: 0.875rem;
  }
}
@media (max-width: 480px){
  .trainingPage__menuItem{
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.trainingPage__menuNum{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: #7AC943;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 480px){
  .trainingPage__menuNum{
    width: fit-content;
    min-height: 1.8rem;
    font-size: 0.9rem;
  }
}

.trainingPage__menuBody{
  min-width: 0;
}

.trainingPage__menuTitle{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 480px){
  .trainingPage__menuTitle{
    font-size: 0.98rem;
  }
}

.trainingPage__menuText{
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #667053;
}
@media (max-width: 480px){
  .trainingPage__menuText{
    font-size: 0.9rem;
  }
}

.trainingPage__menuLink{
  margin: 0.5rem 0 0;
}

.trainingPage__menuLink a{
  color: #7AC943;
  font-weight: 700;
  text-decoration: none;
}

.trainingPage__menuLink a:hover{
  text-decoration: underline;
}

.trainingPage__faxBox{
  margin-top: 1.75rem;
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid #DDD;
}
@media (max-width: 700px){
  .trainingPage__faxBox{
    margin-top: 1.5rem;
    padding: 1.25rem;
  }
}
@media (max-width: 480px){
  .trainingPage__faxBox{
    padding: 1rem;
    border-radius: 0.875rem;
  }
}

.trainingPage__faxTitle{
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 480px){
  .trainingPage__faxTitle{
    font-size: 1rem;
  }
}

.trainingPage__faxText{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
}
@media (max-width: 480px){
  .trainingPage__faxText{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.trainingPage__faxText a{
  color: #7AC943;
  font-weight: 700;
  text-decoration: none;
}

.trainingPage__faxText a:hover{
  text-decoration: underline;
}

.trainingPage__faxNumber{
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #394126;
  letter-spacing: 0.04em;
}
@media (max-width: 480px){
  .trainingPage__faxNumber{
    font-size: 1rem;
  }
}

