@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* kv-contents */
.kv-contents-wrap{
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 15rem;
}
.kv-contents{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 1000px){
  /* kv-contents */
  .kv-contents-wrap{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10rem;
  }
}

@media print, screen and (max-width: 900px){
  /* kv-contents */
  .kv-contents-wrap{
    margin-top: 4rem;
  }
  .kv-contents{
    display: block;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-contents */
  .kv-contents-wrap{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8rem;
  } 
}

/* kv-primary */
.kv-primary{
  position: relative;
  /*width: 54.6429%;*/
  flex: 1;
  margin-top: 10rem;
  padding-right: 60px;
}
.kv-primary::after{
  float: right;
  content: "";
  display: block;
  background: url(/campaign/recruit-book/assets/images/home/illust-kv.svg) right bottom no-repeat;
  background-size: contain;
  /*width: 534px;*/
  width: 87.2549%;
  aspect-ratio: 534/145;
  margin-top: 6.5rem;
}

@media print, screen and (max-width: 1000px){
  /* kv-primary */
  .kv-primary{
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* kv-primary */
  .kv-primary{
    margin-top: 0;
    width: 100%;
  }
  .kv-primary::after{
    display: none;
  }
}

/* kv-title */
.kv-title{
  font-family: "FOT-ロダン Pro B";
}
.kv-title > .-sub{
  font-size: 4rem;
  line-height: 1.375;
  margin-bottom: 4px;
}
.kv-title > .-sub > span{
  background-color: #1cb57b;
  color: #ffffff;
  display: inline-block;
  margin-right: 2px;
}
.kv-title > .-main{
  font-size: 6rem;
  line-height: 1.25;
  color: #1cb57b;
}
.kv-title > .-main > br{
  display: none;
}

@media print, screen and (max-width: 900px){
  /* kv-title */
  .kv-title{
    text-align: center;
  }
}

@media print, screen and (max-width: 760px){
  /* kv-title */
  .kv-title > .-sub{
    font-size: 3rem;
  }
  .kv-title > .-main{
    font-size: 5rem;
  }
}

@media print, screen and (max-width: 580px){
  /* kv-title */
  .kv-title > .-sub{
    margin-bottom: 1rem;
  }
}

@media print, screen and (max-width: 500px){
  /* kv-title */
  .kv-title{
    text-align: left;
  }
  .kv-title > .-main > br{
    display: inline;
  }
}

/* kv-text */
.kv-text{
  font-family: "FOT-ロダン Pro B";
  margin-top: 25px;
}
.kv-text > p{
  line-height: 1.6;
  font-size: 2rem;
}

@media print, screen and (max-width: 900px){
  /* kv-text */
  .kv-text{
    text-align: center;
  }
}

@media print, screen and (max-width: 900px){
  /* kv-text */
  .kv-text > p{
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 500px){
  /* kv-text */
  .kv-text > p{
    font-size: 1.8rem;
    text-align: left;
  }
  .kv-text > p > br{
    display: none;
  }
}

/* kv-data */
.kv-data{
  margin-top: 40px;
  display: flex;
}
.kv-data-ribbon{
  padding-left: 62px;
  background: url(/campaign/recruit-book/assets/images/home/illust-ribbon.svg) left 2px no-repeat;
  background-size: 45px auto;
}
.kv-data-ribbon:nth-child(2){
  margin-left: 60px;
}
.kv-data-ribbon > .-name{
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 6px;
}
.kv-data-ribbon > .-number{
  font-family: "FOT-ロダン Pro B";
  font-size: 2rem;
  line-height: 1;
}
.kv-data-ribbon > .-number > span{
  font-size: 4.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #1cb57b;
  display: inline-block;
  padding-right: 6px;
}

@media print, screen and (max-width: 900px){
  /* kv-data */
  .kv-data{
    justify-content: center;
  }
}

@media print, screen and (max-width: 580px){
  /* kv-data */
  .kv-data-ribbon:nth-child(2){
    margin-left: 35px;
  }
}

@media print, screen and (max-width: 500px){
  /* kv-data */
  .kv-data-ribbon{
    padding-left: 52px;
    background: url(/campaign/recruit-book/assets/images/home/illust-ribbon.svg) left 2px no-repeat;
    background-size: 40px auto;
  }
  .kv-data-ribbon:nth-child(2){
    margin-left: 30px;
  }
  .kv-data-ribbon > .-name{
    font-size: 1.5rem;
  }
  .kv-data-ribbon > .-number{
    font-size: 1.9rem;
  }
  .kv-data-ribbon > .-number > span{
    font-size: 3.8rem;
  }
}

@media print, screen and (max-width: 400px){
  /* kv-data */
  /*
  .kv-data{
    display: block;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .kv-data-ribbon:nth-child(2){
    margin-top: 2rem;
    margin-left: 0;
  }
    */
}

/* kv-illust */
.kv-illust > img{
  width: 100%;
}
.kv-illust-sp{
  display: none;
}

@media print, screen and (max-width: 900px){
  /* kv-illust */
  .kv-illust-sp{
    display: block;
    margin-top: 4rem;
  }
}

/* kv-form-box */
.kv-form-box{
  margin-top: 1rem;
  width: 40%;
  min-width: 410px;
}

@media print, screen and (max-width: 1000px){
  /* kv-form-box */
  .kv-form-box{
    min-width: 370px;
  }
}

@media print, screen and (max-width: 900px){
  /* kv-form-box */
  .kv-form-box{
    margin-top: 4rem;
    width: 100%;
    min-width: auto;
  }
}

/* form-box */
.form-box{
  background-color: #e6f7f0;
  padding: 40px;
  border-radius: 4px;
  overflow: hidden;
}

@media print, screen and (max-width: 1000px){
  /* form-box */
  .form-box{
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 760px){
  /* form-box */
  .form-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* form-heading */
.form-heading{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  font-family: "FOT-ロダン Pro B";
}

/* form-item */
.form-item{
  margin-top: 10px;
}
.form-item:nth-child(1){
  margin-top: 0;
}

/* form-tag */
.form-tag{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.form-tag > .-required > span{
  background-color: #1cb57b;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  line-height: 20px;
  font-size: 1.2rem;
  border-radius: 2px;
  text-align: center;
}
.form-tag > .-name{
  line-height: 1;
  font-size: 1.4rem;
  padding-left: 1rem;
}

/* form-text */
.form-text{
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
}

@media print, screen and (max-width: 900px){
  /* form-text */
  .form-text{
    white-space: normal;
  }
}

/* form-input */
.form-input{
  padding: 10px 15px;
  line-height: 1.75;
  font-size: 1.6rem;
  background-color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  border: none;
}

/* form-name-box */
.form-name-box{
  display: flex;
}
.form-name-box > .-item{
  width: 50%;
}
.form-name-box > .-item:nth-child(1){
  padding-right: 5px;
}
.form-name-box > .-item:nth-child(2){
  padding-left: 5px;
}

/* form-privacy */
.form-privacy{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-privacy-checkbox{
  vertical-align: middle;
}
.form-privacy-text{
  font-family: "FOT-ロダン Pro B";
  font-size: 1.4rem;
  line-height: 1.75;
  display: inline-block;
}
.form-privacy-text > a{
  text-decoration: underline;
  color: #3959cc;
}
.form-privacy-text > a:hover{
  text-decoration: none;
}

@media print, screen and (max-width: 900px){
  /* form-privacy */
  .form-privacy{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* form-buttons */
.form-button{
  text-align: center;
}
.form-button > .-inner{
  position: relative;
}
.form-button > .-inner::before{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 13px;
  background: url(/campaign/recruit-book/assets/images/icon-download-white.svg) center center no-repeat;
  z-index: 1;
}
input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-button > .-inner > input{
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  background-color: #1cb57b;
  line-height: 50px;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "FOT-ロダン Pro DB";
  padding: 20px 40px;
  white-space: nowrap;
}
.form-button > .-inner > input:hover{
  opacity: 0.75;
}

@media print, screen and (max-width: 1000px){
  /* form-buttons */
  .form-button > .-inner > input{
    text-align: right;
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 900px){
  /* form-buttons */
  .form-button > .-inner > input{
    text-align: center;
  }
}

/* problem-section */
.problem-section{
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 100px;
}
.problem-section > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* problem-section */
  .problem-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* problem-section */
  .problem-section{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}

/* problem-box */
.problem-box{
  display: flex;
  justify-content: space-between;
}
.problem-box > .-heading{
  padding-right: 4rem;
}

@media print, screen and (max-width: 1180px){
  /* problem-box */
  .problem-box{
    display: block;
  }
  .problem-box > .-heading{
    padding-right: 0;
  }
  .problem-box > .-primary{
    margin-top: 4rem;
  }
}

/* problem-heading */
.problem-heading.basic-heading{
  text-align: left;
}

@media print, screen and (max-width: 1180px){
  /* problem-heading */
  .problem-heading.basic-heading{
    text-align: center;
  }
  .problem-heading br{
    display: none;
  }
}

@media print, screen and (max-width: 500px){
  /* problem-heading */
  .problem-heading br{
    display: inline;
  }
}

/* problem-list */
.problem-list > .-item{
  background: url(/campaign/recruit-book/assets/images/icon-check-green.svg) left 5px no-repeat;
  background-size: 30px auto;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-left: 5rem;
  margin-top: 2.2rem;
}
.problem-list > .-item:nth-child(1){
  margin-top: 0;
}

@media print, screen and (max-width: 1180px){
  /* problem-list */
  .problem-list{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 850px){
  /* problem-list */
  .problem-list{
    width: 100%;
  }
}

@media print, screen and (max-width: 760px){
  /* problem-list */
  .problem-list > .-item{
    background: url(/campaign/recruit-book/assets/images/icon-check-green.svg) left 3px no-repeat;
    background-size: 24px auto;
    font-size: 2.1rem;
    padding-left: 4rem;
    margin-top: 2rem;
  }
}

/* feature-section */
.feature-section{
  background-color: #e6f7f0;
  position: relative;
  padding: 80px 60px 100px;
}
.feature-section:after{
  width:0;
  height:0;
  border-style:solid;
  border-width: 40px 50px 0 50px;
  border-color: #f7f7f7 transparent transparent transparent; /* 三角形の元となる指定（一旦全て透過にする） */
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* 中央寄せに使用 */
  margin-left: -50px; /* 中央寄せに使用*/
}
.feature-section > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* feature-section */
  .feature-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* feature-section */
  .feature-section{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .feature-section:after{
    border-width: 40px 40px 0 40px;
  }
}

/* feature-catch */
.feature-catch{
  margin-bottom: 4.2rem;
}
.feature-catch > p{
  text-align: center;
  font-size: 3.6rem;
  font-family: "FOT-ロダン Pro B";
  line-height: 1.5;
  white-space: nowrap;
}
.feature-catch > p > span{
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.feature-catch > p > span::before,
.feature-catch > p > span::after{
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  font-size: 3.6rem;
  font-family: "FOT-ロダン Pro B";
}
.feature-catch > p > span::before{
  content: "＼";
  left: 0;
}
.feature-catch > p > span::after{
  content: "／";
  right: 0;
}
.feature-catch > p > span > br{
  display: none;
}

@media print, screen and (max-width: 1000px){
  /* feature-catch */
  .feature-catch > p > span > br{
    display: inline;
  }
}

@media print, screen and (max-width: 760px){
  /* feature-catch */
  .feature-catch{
    margin-bottom: 4rem;
  }
  .feature-catch > p{
    font-size: 3rem;
  }
  .feature-catch > p > span{
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .feature-catch > p > span::before,
  .feature-catch > p > span::after{
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 540px){
  /* feature-catch */
  .feature-catch > p{
    font-size: 2.3rem;
  }
  .feature-catch > p > span{
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .feature-catch > p > span::before,
  .feature-catch > p > span::after{
    font-size: 2.3rem;
  }
}

@media print, screen and (max-width: 400px){
  /* feature-catch */
  .feature-catch > p{
    white-space: normal;
  }
  .feature-catch > p > span > br{
    display: none;
  }
}

/* feature-list */
.feature-list{
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.feature-list-box{
  width: 31.4286%;
  position: relative;
}
.feature-list-box > .-number{
  font-size: 5rem;
  color: #1cb57b;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -6%;
  left: 0.2vw;
}
.feature-list-box > .-img > img{
  border-radius: 4px;
  width: 100%;
}
.feature-list-box > .-heading{
  font-size: 2rem;
  font-family: "FOT-ロダン Pro B";
  color: #1cb57b;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.feature-list-box > .-text{
  margin-top: 0.8rem;
}
.feature-list-box > .-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media print, screen and (max-width: 1257px){
  /* feature-list */
  .feature-list-box > .-number{
    font-size: 4vw;
    top: -2vw;
  }
}

@media print, screen and (max-width: 1000px){
  /* feature-list */
  .feature-list{
    flex-wrap: wrap;
  }
  .feature-list-box{
    width: 48.5714%;
    margin-top: 6rem;
  }
  .feature-list-box:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 760px){
  /* feature-list */
  .feature-list-box > .-number{
    font-size: 6vw;
    top: -3vw;
  }
  .feature-list-box > .-heading{
    font-size: 1.8rem;
  }
  .feature-list-box > .-text > p{
    font-size: 1.5rem;
  } 
}

@media print, screen and (max-width: 560px){
  /* feature-list */
  .feature-list{
    display: block;
  }
  .feature-list-box{
    width: 100%;
  }
  .feature-list-box > .-number{
    font-size: 10vw;
    top: -5vw;
  }
  .feature-list-box:nth-child(2){
    margin-top: 6rem;
  }
}

/* download-section */
.download-section{
  background-color: #1cb57b;
  padding: 60px 20px;
  overflow: hidden;
}

/* download-catch */
.download-catch{
  text-align: center;
  font-family: "FOT-ロダン Pro B";
  line-height: 1;
  font-size: 2.5rem;
  white-space: nowrap;
  color: #ffffff;
  margin-bottom: 1rem;
}
.download-catch > span{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.download-catch > span::before{
  content: "＼";
  padding-right: 0.5em;
}
.download-catch > span::after{
  content: "／";
  padding-left: 0.5em;
}

@media print, screen and (max-width: 760px){
  /* download-catch */
  .download-catch{
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
}

/* download-section-heading */
.download-section-heading{
  font-size: 3.2rem;
  text-align: center;
  font-family: "FOT-ロダン Pro B";
  color: #ffffff;
  margin-bottom: 3.2rem;
  line-height: 1.6;
}
.download-section-heading > br{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* download-section-heading */
  .download-section-heading{
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 560px){
  /* download-section-heading */
  .download-section-heading > br{
    display: inline;
  }
}

/* download-button */
.download-button{
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.download-button > a{
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 70px;
  font-size: 1.9rem;
  white-space: nowrap;
}
.download-button > a:hover{
  opacity: 0.75;  
}
.download-button.-yellow > a{
  background-color: #ffd738;
}
.download-button.-green > a{
  background-color: #1CB57B;
  color: #ffffff;
}
.download-button > a > span{
  display: inline-block;
  padding-left: 3rem;
}
.download-button.-yellow > a > span{
  background: url(/campaign/recruit-book/assets/images/icon-download-black.svg) left 28px no-repeat;
  background-size: 15px auto;
}
.download-button.-green > a > span{
  background: url(/campaign/recruit-book/assets/images/icon-download-white.svg) left 28px no-repeat;
  background-size: 15px auto;
}

@media print, screen and (max-width: 760px){
  /* download-button */
  .download-button > a{
    font-size: 1.7rem;
  }
}

/* download-contact-link */
.download-contact-link{
  text-align: center;
  margin-top: 2rem;
}
.download-contact-link > a{
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
}
.download-contact-link.-white > a{
  color: #ffffff;
  background: url(/campaign/recruit-book/assets/images/icon-mail-white.svg) left 10px no-repeat;
  background-size: 16px auto;
}
.download-contact-link.-green > a{
  background: url(/campaign/recruit-book/assets/images/icon-mail-green.svg) left 10px no-repeat;
  background-size: 16px auto;
  color: #1CB57B;
}
.download-contact-link > a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -3px;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.download-contact-link.-white > a::after{
  background-color: #ffffff;
}
.download-contact-link.-green > a::after{
  background: #1CB57B;
}
.download-contact-link > a:hover::after{
  transform: scale(0, 1);
  transform-origin: right top;
}

@media print, screen and (max-width: 760px){
  /* download-contact-link */
  .download-contact-link > a::after{
    bottom: -4px;
  }
}

/* case-section */
.case-section{
  position: relative;
  padding: 80px 60px 100px;
}
.case-section > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* case-section */
  .case-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* case-section */
  .case-section{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
}

/* case-list */
.case-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.case-list-box{
  width: 48.5714%;
  margin-top: 6rem;
}
.case-list-box:nth-child(-n+2){
  margin-top: 0;
}
.case-list-box > .-img{
  margin-bottom: 2.8rem;
}
.case-list-box > .-img > img{
  border-radius: 4px;
  width: 100%;
}
.case-list-box > .-heading{
  font-size: 2.1rem;
  font-family: "FOT-ロダン Pro B";
  line-height: 1.5714;
  /*margin-top: 2.5rem;*/
}
.case-list-box > .-text{
  /*margin-top: 0.8rem;*/
  margin-top: 1.5rem;
}
.case-list-box > .-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media print, screen and (max-width: 760px){
  /* case-list */
  .case-list{
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-list-box > .-heading{
    font-size: 2rem;
  }
  .case-list-box > .-text > p{
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 560px){
  /* case-list */
  .case-list{
    display: block;
  }
  .case-list-box{
    width: 100%;
  }
  .case-list-box:nth-child(2){
    margin-top: 6rem;
  }
}

/* case-list-data */
.case-list-data{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.case-list-data > .-item{
  display: flex;
  padding-right: 20px;
}
.case-list-data > .-item:last-child{
  padding-right: 0;
}
.case-list-data > .-item > .-tag{
  font-size: 1.2rem;
}
.case-list-data > .-item > .-tag > span{
  background-color: #1CB57B;
  display: inline-block;
  border-radius: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.case-list-data > .-item > .-text{
  line-height: 20px;
  font-size: 1.4rem;
  padding-top: 1px;
  padding-left: 10px;
}

/* case-download-box */
.case-download-box .download-note{
  padding-left: 20px;
  padding-right: 20px;
}

/* case-download-primary */
.case-download-primary{
  background-color: #E6F7F0;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
  margin-bottom: 6rem;
  padding: 5.5rem 6rem 3.5rem;
  overflow: hidden;
}
.case-download-primary > .-text{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #1CB57B;
  margin-bottom: 3.5rem;
}

@media print, screen and (max-width: 1000px){
  /* case-download-primary */
  .case-download-primary{
    margin-top: 10rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* case-download-primary */
  .case-download-primary{
    margin-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .case-download-primary > .-text{
    font-size: 1.8rem;
  }
}

/* download-note-heading */
.download-note-heading{
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "FOT-ロダン Pro B";
  /*text-align: center;*/
}
.download-note-heading.-center{
  text-align: center;
}
.download-note-heading > span{
  border-bottom: 1px solid #333333;
}
.download-note-heading > span > br{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* download-note-heading */
  .download-note-heading{
    text-align: center;
  }
  .download-note-heading > span > br{
    display: inline;
  }
}

/* download-note-contents */
.download-note-contents{
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}

/* download-note-text */
.download-note-text{
  margin-top: 2.2rem;
}
.download-note-text > p{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.8rem;
}
.download-note-text > p:nth-child(1){
  margin-top: 0;
}

/* download-note-list */
.download-note-list{
  margin-top: 1.8rem;
}
.download-note-list > li{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 1em;
}
.download-note-list > li::before{
  content: '※';
  margin-left: -1em;
}

/* flow-section */
.flow-section{
  background-color: #E6F7F0;
  padding: 90px 60px 100px;
}
.flow-section > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.flow-section .basic-heading{
  text-align: left;
}

@media print, screen and (max-width: 1000px){
  /* flow-section */
  .flow-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* flow-section */
  .flow-section .basic-heading{
    text-align: center;
  }
}

@media print, screen and (max-width: 760px){
  /* flow-section */
  .flow-section{
    padding: 80px 20px;
  }
}

/* flow-section-two-column */
.flow-section-two-column{
  display: flex;
}
.flow-section-two-column > .-heading{
  width: 34.2857%;
  padding-right: 3.5714%;
}
.flow-section-two-column > .-primary{
  width: 57.3214%;
}

@media print, screen and (max-width: 1000px){
  /* flow-section */
  .flow-section-two-column > .-primary{
    width: 65.7143%;
  }
}

@media print, screen and (max-width: 900px){
  /* flow-section-two-column */
  .flow-section-two-column{
    display: block;
  }
  .flow-section-two-column > .-heading{
    width: 100%;
    padding-right: 0;
  }
  .flow-section-two-column > .-primary{
    width: 100%;
    padding-top: 6rem;
  }
}

/* flow-list */
.flow-list{
  counter-reset: flow-list;
}
.flow-list > .-item{
  position: relative;
  padding-left: 54px;
  padding-bottom: 42px;
}
.flow-list > .-item:nth-child(1){
  margin-top: 0;
}
.flow-list > .-item:last-child{
  padding-bottom: 0;
}
.flow-list > .-item::before{
  counter-increment: flow-list;
  content: counter(flow-list);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  color: #ffffff;
  background-color: #1CB57B;
  z-index: 1;
}
.flow-list > .-item::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1CB57B;
  position: absolute;
  top: 0;
  left: 15px;
}
.flow-list > .-item:last-child::after{
  display: none;
}
.flow-list > .-item > .-heading{
  font-size: 2.1rem;
  font-family: "FOT-ロダン Pro B";
  line-height: 1.5714;
  color: #1CB57B;
}
.flow-list > .-item > .-text{
  padding-top: 8px;
}
.flow-list > .-item > .-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* flow-list */
  .flow-list > .-item{
    padding-left: 45px;
  }
  .flow-list > .-item::before{
    width: 30px;
    height: 30px;
    top: 2px;
  }
  .flow-list > .-item::after{
    top: 2px;
    left: 14px;
  }
  .flow-list > .-item > .-heading{
    font-size: 2rem;
  }
  .flow-list > .-item > .-text > p{
    font-size: 1.5rem;
  }
}

/* faq-section */
.faq-section{
  padding: 80px 60px 100px;
  background-color: #f7f7f7;
}

@media print, screen and (max-width: 1000px){
  /* faq-section */
  .faq-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 760px){
  /* faq-section */
  .faq-section{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
}

/* faq-list */
.faq-list-wrap{
  background-color: #ffffff;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 30px 65px 60px;
  margin-top: 60px;
}
.faq-list-box{
  border-bottom: 1px solid #F2F2F2;
}
.faq-list-heading{
  cursor: pointer;
  display: block;
  position: relative;
  padding-top: 30px;
  padding-right: 54px;
  padding-bottom: 30px;
}
.faq-question{
  display: flex;
  justify-content: space-between;
}
.faq-question-text{
  flex: 1;
}
.faq-question-mark{
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  color: #1CB57B;
  width: 54px;
  margin-top: 1px;
}
.faq-question-text{
  font-family: "FOT-ロダン Pro B";
}
.faq-question-text > p{
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq-list-mark{
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-list-mark::before,
.faq-list-mark::after{
  position: absolute;
  background-color: #1CB57B;
  content: '';
}
.faq-list-mark::before{
  top: 0;
  left: 6px;
  width: 4px;
  height: 16px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.faq-list-open .faq-list-mark::before{
  -webkit-ransform: scaleY(0);
  transform: scaleY(0);
}
.faq-list-mark::after{
  top: 6px;
  left: 0;
  width: 16px;
  height: 4px;
}
.faq-list-main{
  margin-bottom: 30px;
  display: none;
}
.faq-answer{
  display: flex;
  justify-content: space-between;
}
.faq-answer-mark{
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFD738;
  width: 54px;
  margin-top: 1px;
}
.faq-answer-text{
  flex: 1;
}
.faq-answer-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* faq-list */
  .faq-list-wrap{
    padding: 010px 20px 40px;
  }
  .faq-list-heading{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .faq-question-mark{
    width: 32px;
    font-size: 2.4rem;
  }
  .faq-question-text > p{
    font-size: 1.7rem;
  }
  .faq-list-main{
    padding-bottom: 30px;
  }
  .faq-answer-mark{
    width: 32px;
    font-size: 2.4rem;
  }
  .faq-answer-text > p{
    font-size: 1.5rem;
  }
}

/* pamphlet-section */
.pamphlet-section{
  padding: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.pamphlet-section > .-inner{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 1000px){
  /* pamphlet-section */
  .pamphlet-section{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 900px){
  /* pamphlet-section */
  .pamphlet-section > .-inner{
    display: block;
  }
}

@media print, screen and (max-width: 760px){
  /* pamphlet-section */
  .pamphlet-section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* .pamphlet-primary */
.pamphlet-primary{
  flex: 1;
  padding-right: 32px;
}

@media print, screen and (max-width: 900px){
  /* .pamphlet-primary */
  .pamphlet-primary{
    padding-right: 0;
  }
}

/* pamphlet-heading-sp */
.pamphlet-heading-sp{
  display: none;
}

@media print, screen and (max-width: 900px){
  /* pamphlet-heading-sp */
  .pamphlet-heading-sp{
    display: block;
    font-family: "FOT-ロダン Pro B";
    font-size: 3.1rem;
    line-height: 1.5556;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}

@media print, screen and (max-width: 760px){
  /* pamphlet-heading-sp */
  .pamphlet-heading-sp{
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }
}

/* pamphlet-contents */
.pamphlet-contents{
  padding-top: 3.5rem;
  padding-left: 30px;
  padding-right: 30px;
}

@media print, screen and (max-width: 760px){
  /* pamphlet-contents */
  .pamphlet-contents{
    padding-left: 0;
    padding-right: 0;
  }
}

/* pamphlet-img */
.pamphlet-img > img{
  width: 100%;
}

/* pamphlet-point */
.pamphlet-point{
  margin-bottom: 3.2rem;
}
.pamphlet-point-catch{
  font-size: 2.1rem;
  color: #1CB57B;
  line-height: 1.5714;
  margin-bottom: 1.8rem;
}
.pamphlet-point-list > .-item{
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}
.pamphlet-point-list > .-item:nth-child(1){
  margin-top: 0;
}
.pamphlet-point-list > .-item::before{
  content: "";
  background-color: #1CB57B;
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media screen and (max-width: 760px){
  /* pamphlet-point */
  .pamphlet-point{
    margin-bottom: 4rem;
  }
  .pamphlet-point-list > .-item{
      font-size: 1.5rem;
  }
  .pamphlet-point-list > .-item::before{
      top: 10px;
      left: 7px;
  }
}

/* pamphlet-form */
.pamphlet-form{
  width: 40%;
  min-width: 410px;
}

@media print, screen and (max-width: 1000px){
  /* pamphlet-form */
  .pamphlet-form{
    min-width: 370px;
  }
}


@media print, screen and (max-width: 900px){
  /* pamphlet-form */
  .pamphlet-form{
    margin-top: 60px;
    width: 100%;
    min-width: auto;
  }
}

/* contact-button-section */
.contact-button-section{
  background-color: #1CB57B;
  padding: 80px 20px;
}
.contact-button-section > .-inner{
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 900px){
  /* contact-button-section */
  .contact-button-section > .-inner{
    max-width: 620px;
  }
}

@media print, screen and (max-width: 760px){
  /* contact-button-section */
  .contact-button-section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* contact-button-box */
.contact-button-box{
  display: flex;
  justify-content: space-between;  
}

@media print, screen and (max-width: 760px){
  /* contact-button-box */
  .contact-button-box{
    display: block;
  }
}

/* contact-button */
.contact-button{
  max-width: 300px;
  width: 100%;
}
.contact-button > a{
  width: 100%;
  font-family: "FOT-ロダン Pro B";
  text-align: center;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 70px;
  font-size: 1.9rem;
  background-color: #FFD738;
}
.contact-button > a:hover{
  opacity: 0.75;  
}
.contact-button > a > span{
  display: inline-block;
  padding-left: 3.4rem;
  background: url(/campaign/recruit-book/assets/images/icon-mail-black.svg) left 29px no-repeat;
  background-size: 19px auto;
}

@media print, screen and (max-width: 760px){
  /* contact-button */
  .contact-button{
    max-width: none;
  }
}

/* contact-tel-button */
.contact-tel-button{
  max-width: 300px;
  width: 100%;
}
.contact-tel-button > a{
  width: 100%;
  height: 70px;
  text-align: center;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
  color: #1CB57B;
  padding-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-tel-button > a:hover{
  opacity: 0.75;  
}
.contact-tel-button > a > .-number{
  background: url(/campaign/recruit-book/assets/images/icon-tel-green.svg) left center no-repeat;
  background-size: 18px auto;
  padding-left: 30px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
}
.contact-tel-button > a > .-time{
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 30px;
  display: block;
}
.contact-tel-button > a > .-time > span{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media print, screen and (max-width: 760px){
  /* contact-tel-button */
  .contact-tel-button{
    max-width: none;
    margin-top: 2rem;
  }
}