@charset "UTF-8";
/*****************************
  firsttxtarea
*****************************/
.firsttxtarea{
  text-align: center;
}
.firsttxtarea p{
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 820px) {
  .firsttxtarea p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec.firsttxtarea {
    padding-bottom: 10rem;
    text-align: left;
  }
  .firsttxtarea p{
    font-size: 1.6rem;
  }
}

/*****************************
  pagesec-job
*****************************/
.pagesec-job ul{
  gap: 0 1rem;
  position: absolute;
  top: 5rem;
  right: 0;
}
.pagesec-job ul li{
  border: 2px solid #00A697;
  border-radius: 6px;
  color: #00A697;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.6rem 3rem;
  text-align: center;
}
.pagesec-job ul li:nth-of-type(2){
  border-color: #E88BB0;
  color: #E88BB0;
}
.pagesec-job ul li:nth-of-type(3){
  border-color: #E29E21;
  color: #E29E21;
}
.pagesec-job .fimgbox:nth-of-type(3){
  margin-top: -15rem;
}

@media only screen and (max-width: 1180px) {
  .pagesec-job .fimgbox:nth-of-type(3){
    margin-top: -10%;
  }
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 1023px) {
  .pagesec-job ul{
    justify-content: flex-end;
    position: static;
  }
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-job .ttlbox4 .ttl{
    text-align: center;
  }
  .pagesec-job ul{
    justify-content: center;
    margin: 2rem 0;
  }
  .pagesec-job ul li{
    font-size: 1.6rem;
    padding: 0.6rem 2rem;
  }
  .pagesec-job .fimgbox{
    margin-bottom: 2rem;
    width: 100%;
  }
  .pagesec-job .fimgbox:nth-of-type(3){
    margin: 0;
  }
}

/*****************************
  pagesec-skill
  *****************************/
.pagesec-skill {
  background: #F3F7EC;
}
.pagesec-skill .txtbox p{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.pagesec-skill .box{
  margin-top: 4rem;
}
.pagesec-skill .fbox{
  background: #fff;
  border: 2px solid #00A697;
  border-radius: 16px;
  padding: 2rem 0;
  width: 30%;
}
.pagesec-skill .fbox:nth-of-type(2){
  border-color: #E88BB0;
}
.pagesec-skill .fbox:nth-of-type(3){
  border-color: #E29E21;
}
.pagesec-skill dt{
  color: #00A697;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  text-align: center;
}
.pagesec-skill .fbox:nth-of-type(2) dt,
.pagesec-skill .fbox:nth-of-type(2) dd li::before{
  color: #E88BB0;
}
.pagesec-skill .fbox:nth-of-type(3) dt,
.pagesec-skill .fbox:nth-of-type(3) dd li::before{
  color: #E29E21;
}
.pagesec-skill dd{
  margin: 0 auto;
  max-width: 80%;
}
.pagesec-skill dd li{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: .5rem;
  position: relative;
  padding-left: 2.5rem;
}
.pagesec-skill dd li::before{
  content: "●";
  color: #00A697;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1180px) {
  .pagesec-skill .fbox{
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .pagesec-skill dd {
    max-width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-skill dt {
    font-size: 2rem;
  }
  .pagesec-skill dd li {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-skill .box {
    margin-top: 2rem;
  }
  .pagesec-skill .txtbox p {
    font-size: 1.6rem;
  }
  .pagesec-skill .fbox {
    margin: 0 auto 2rem;
    max-width: 350px;
    width: 100%;
  }
  .pagesec-skill dd {
    max-width: 260px;
  }
}

/*****************************
  pagesec-flow
*****************************/
.pagesec-flow .movbox{
  border-radius: 16px;
  margin: 4rem auto 0;
  max-width: 1000px;
  overflow: hidden;
}
.pagesec-flow .movbox iframe{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-flow .movbox{
    border-radius: 8px;
    margin: 2rem auto 0;
  }
}



/*****************************
  firsttxtarea
*****************************/
.firsttxtarea{
  text-align: center;
}
.firsttxtarea p{
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 820px) {
  .firsttxtarea p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec.firsttxtarea {
    padding-bottom: 10rem;
    text-align: left;
  }
  .firsttxtarea p{
    font-size: 1.6rem;
  }
}

/*****************************
  pagesec-point
*****************************/
.pagesec-point .box{
  margin-top: 8rem;
}
.pagesec-point .fimgbox img{
  border-radius: 16px;
}
.pagesec-point .ftxtbox .ttl{
  font-family: "M PLUS 1", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
.pagesec-point .ftxtbox .ttl span{
  color: #D2E397;
  font-family: "Roboto", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  position: relative;
}
.pagesec-point .ftxtbox .ttl span::before{
  content: "";
  background-image: linear-gradient(to left, #D2E397 6px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 10px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 70%;
}
.pagesec-point .ftxtbox dt{
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pagesec-point .ftxtbox dd{
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  .pagesec-point .ftxtbox .ttl{
    font-size: 3.8rem;
  }
  .pagesec-point .ftxtbox .ttl span{
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pagesec-point .ftxtbox .ttl{
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-point .flexbox2{
    padding-bottom: 10rem;
  }
  .pagesec-point .ftxtbox {
    margin-right: auto;
    padding: 2rem;
    text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
    width: auto;
  }
  .pagesec-point .fimgbox {
    position: absolute;
    right: 0;
    bottom: -5rem;
    width: 50%;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-point .flexbox2{
    padding: 0;
  }
  .pagesec-point .ftxtbox{
    padding: 0;
    width: 100%;
  }
  .pagesec-point .fimgbox {
    margin-top: 2rem;
    margin-left: auto;
    position: static;
    width: 90%;
  }
  .pagesec-point .ftxtbox .ttl {
    font-size: 2.4rem;
  }
  .pagesec-point .ftxtbox .ttl span {
    font-size: 4rem;
    margin-right: .5rem;
  }
  .pagesec-point .ftxtbox dt{
    margin: 1rem 0;
  }
}