@charset "utf-8";
/***********************************************************************
トップページ
************************************************************************/
.home-contents{
  padding-top: 90px;
  padding-bottom: 96px;
}

.lower-contents{
  padding-top: 90px;
  padding-bottom: 96px;
}


@media only screen and (max-width: 1024px) {
  .home-contents {
    padding-top: 60px;
    padding-bottom: 62px;
  }
  .lower-contents {
    padding-top: 60px;
    padding-bottom: 62px;
  }
}


.main-visual{
  position: relative;
  height: 934px;
}

.main-visual .bg{
  position: relative;
  width: 100%;
  height: 100%;
}

.main-visual .bg img{
  width: 100%;
  height: 100%;
}

.main-visual .box{
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.main-visual .box .img{
  padding-top: 10%;
}

.main-visual .text{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}

.main-visual .text .read1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.main-visual .text .read1::before{
  content:'';
  display: block;
  width: 128px;
  height: 1px;
  top:0;
  left:0;
  background: #00A0E9;
}
.main-visual .text .read1::after{
  content: '';
  display: block;
  width: 128px;
  height: 1px;
  top: 0;
  left: 0;
  background: #00A0E9;
}

.main-visual .text .read1>span{
  font-family: Inter;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #00a0e9;
  padding: 0 20px;
}

.main-visual .text .read2,
.main-visual .text .read3{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

.main-visual .text .read2 span,
.main-visual .text .read3 span{
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #023;
  font-weight: bold;
}

.main-visual .text .read2 em,
.main-visual .text .read3 em {
  font-family: Inter;
  font-weight: bold;
  font-size: 72px;
  line-height: 46px;
  text-align: center;
  color: #00a0e9;
}

.main-visual .text .read3{
  margin-top: 15px;
}


.main-visual .box .img {
  padding-top: 5%;
}

.main-visual .text {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .main-visual {
    height: auto;
    margin-bottom: 40px;
  }

  .main-visual .text {
    bottom: 0;
  }

  .main-visual .text .read1>span {
    font-size: 1.7vw;
    line-height: 1.8;
    padding: 0 1.2em;
  }

  .main-visual .text .read1::after,
  .main-visual .text .read1::before {
    width: 10vw;
  }

  .main-visual .box .img {
    width:83.2%;
  }

  .main-visual .text .read2 span,
  .main-visual .text .read3 span {
    font-size: 1.9vw;
    line-height: 1.642;
  }
  .main-visual .text .read2 span.inline1{
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .main-visual .text .read2 em,
  .main-visual .text .read3 em {
    font-size: 72px;
    font-size: 5vw;
    line-height: 0.63em;
  }
}

@media only screen and (max-width: 1024px) {

  .main-visual .text .read1>span {
    font-size: 2.6vw;
    line-height: 1.8;
    padding: 0 1em;
  }

  .main-visual .box .img {
    padding-top: 10%;
    width: 100%;
  }

  .main-visual .box .img img{
    width: 142%;
  }

  .main-visual .box .img img {
    width: 142%;
    margin-left: -24%;
  }



  .main-visual .text .read1::after,
  .main-visual .text .read1::before {
    width: 5vw;
  }

  .main-visual .text .read1 {
    margin-bottom: 1em;
  }

  .main-visual .text .read2 span.inline1 {
    display: block;
    width: 100%;
    margin-bottom: 15;
  }

  .main-visual .text .read2 span,
  .main-visual .text .read3 span {
    font-size: 4.8vw;
  }

  .main-visual .text .read2 em,
  .main-visual .text .read3 em {
    font-size: 11.2vw;
  }

}

/*
news
*/

.home-news {
  padding: 0 60px;
  margin-top: 27px;
  margin-bottom: 60px;
}

.home-news .news-list {
  margin-top: -8px;
}

.news-blcok{
  border:4px solid #F4F5F6;
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 60px;
}

.news-row{
  display: flex;
}
.news-row .col1{
  width: 205px;
}
.news-row .col1 {
  width: 205px;
}
.news-row .col2{
  width: calc(100% - 205px);
}

.news-row .col1 .ttl {
  margin-bottom: 27px;
}

.news-row .col1 .ttl em{
  font-family: Inter;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #00a0e9;
}
.news-row .col1 .ttl span{
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #023;
}

.news-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.news-list>li{
  display: flex;
}

.news-list>li>time{
  width: 100px;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #7e919a;
}

.news-list>li>.tag{
  width: 80px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  background: #7E919A;
  color:#fff;
  align-self: flex-start;
  margin-top: 5px;
}

.news-list>li>.msg{
  padding-left: 20px;
  width: calc( 100%  - 180px );
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #023;

}
.news-list.no-cate>li>.msg{
  width: calc( 100%  - 100px );
}
.news-list>li>.msg>a{
  font-size: 1.6rem
}

.news-row .col1 .arrow{
  font-size: 1.4rem;
}

.news-blcok {
  border: 4px solid #F4F5F6;
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 60px 50px;
}

@media only screen and (max-width: 1024px) {

  .news-blcok {
    padding: 23px 17px 27px;
  }

  .home-news {
    display: block;
    padding: 0 28px;
    margin-top: 0px;
    margin-bottom: 37px;
  }

  .news-row {
    display: block;
  }

  .news-row .col1,
  .news-row .col2 {
    width: 100%;
    position: relative;
  }

  .news-row .col1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 27px;
  }


  .news-row .col1  .arrow::after {
    top: 7px;
    right: 0;
  }

  .news-row .col1 .ttl {
    margin-bottom: 0;
  }

  .news-list {
    gap: 26px;
  }

  .news-list>li {
    display: flex;
    flex-wrap:wrap;
  }

  .news-list>li>.msg,
  .news-list.no-cate>li>.msg{
    padding-left: 0px;
    width: 100%;
    margin-top: 8px;
  }

}

.home-section{
  position: relative;
  overflow: hidden;
}

.home-section .row{
  position: relative;
  display: flex;
  max-width: 1120px;
  padding: 0 60px;
  margin: 0 auto;
  z-index: 2;
}


.home-section .row .col1{
  width: 400px;
  padding-top: 83px;
}

.home-section .row .col2{
  width: calc(100% - 400px);
}

.home-section .row .col1 .ttl {
  margin-bottom: 20px;
}

.home-section .row .col1 .ttl span {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #023;
  display: block;
  margin-bottom: 5px;
}

.home-section .row .col1 .ttl em{
  font-size: 60px;
  line-height: 48px;
  text-align: left;
  color: #00a0e9;
}

.home-section .row .col1 .msg{
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #023;
  margin-bottom: 30px;
}
#home-section01 {
  background: #F4F5F6;
  padding-top: 60px;
}

#home-section01::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 384px;
  left: 0;
  background: #EBEEEF;
  z-index: 1;
}

#home-section02 {
  background: #EBEEEF;
  padding-top: 67px;
}

#home-section02::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 393px;
  left: 0;
  background: #F4F5F6;
  z-index: 1;
}

#home-section03 {
  background: #F4F5F6;
  padding-top: 67px;
}

#home-section03::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 393px;
  left: 0;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {

  .home-section .row {
    padding: 0px;
    flex-direction: column-reverse;
  }

  .home-section .row .col1 {
    width: 100%;
    padding: 29px 28px 0;
  }

  .home-section .row .col2 {
    width: 100%;
  }

  .home-section .row .col1 .ttl {
    margin-bottom: 20px;
  }

  .home-section .row .col1 .ttl span {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #023;
    display: block;
    margin-bottom: 5px;
  }

  .home-section .row .col1 .ttl em {
    font-size: 60px;
    line-height: 48px;
    text-align: left;
    color: #00a0e9;
  }

  .home-section .row .col1 .msg {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #023;
    margin-bottom: 30px;
  }

  #home-section01 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  #home-section02 {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  #home-section03 {
    padding-top: 0px;
    padding-bottom: 50px;
  }


  #home-section01::after,
  #home-section02::after,
  #home-section03::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 68px;
    top: auto;
    left: 0;
    z-index: 1;
    bottom: 0;
  }

  .home-section .row .col1 .ttl em{
    font-size: 48px;
  }

  .home-section .row .col1 .msg {
    white-space: nowrap;
  }

}



/***********************************************************************
P0001_新着情報
************************************************************************/

.news-sort{
  display: flex;
  margin-bottom: 20px;
}
.news-sort>dt{
  width: 150px;
  height: 42px;
  font-family: Inter;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00a0e9;
  border-left: 1px solid #C0C9CE;
  border-right: 1px solid #C0C9CE;
  align-self: flex-start;
  padding-top: 10px;
}

.news-sort>dd{
  width: calc(100% - 150px);
  padding:7px 15px;

}

.news-sort>dd ul{
  display: flex;
  flex-wrap:wrap;
}

.news-sort>dd ul>li>a{
  padding: 0 15px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #023;
  font-weight: bold;
}

.news-list-wrap {
  margin-top: 37px;
  margin-bottom: 37px;
}

.news-list-wrap .news-list>li{
  border-top: 1px solid #DDE2E4;
  border-bottom: 1px solid #DDE2E4;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .news-sort {
    display: block;
    margin-bottom: 21px;
  }

  .news-sort>dt,
  .news-sort>dd {
    width: 100%;
    padding: 7px 0px;
    text-align: center;
  }

  .news-sort>dt {
    margin: 0 auto 0px;
    height: 40px;
  }

  .news-sort>dd ul{
    gap:1em 1.5em;
    justify-content: center;
  }
  .news-sort>dd ul>li{
    font-size: 1.4rem;
  }

  .news-sort>dd ul>li>a {
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #023;
    font-weight: bold;
  }

}


/***********************************************************************
P0001_新着情報_詳細
************************************************************************/
/*@article.css*/
/***********************************************************************
P0002_サービス
************************************************************************/
.service-head{
  margin-bottom: 100px;
}

.service-head .read{
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #023;
  font-weight: bold;
  margin-bottom: 40px;
}
.service-head .msg{
  font-size: 16px;
  line-height: 32px;
}

.service-body{
  display: flex;
  gap:100px;
  flex-direction: column;
}

#service-menu .list{
  display: flex;
  gap:13px;
  margin-bottom: 0px;
}

#service-menu .list>li{
  width: calc((100% - 52px) / 5);
  background: #EBEEEF;
  border-radius: 20px;
  padding: 30px 10px 40px;
  text-align: center;
  line-height: 1.66;
}

#service-menu .list>li h3{
  color: #00A0E9;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;

}

#service-menu .list>li .box{
  min-height: 56px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width:1080px) {
   #service-menu .list>li .box{
      font-size: 15px;
    }
}

.check-list{
  display: flex;
  gap:0.1em 2em;
  flex-wrap:wrap;
}

.check-list>li{
  position: relative;
  padding-left: 30px;
}

.check-list>li::after{
  content:'';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top:5px;
  left:0;
  background-image: url(../svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#service-profile .list{
  display: flex;
  justify-content: space-between;
  gap:20px;
}

#service-profile .list>li p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

#service-profile .list>li img{
  width: 100%;
}

#service-profile .list>li:nth-child(1){
  width: 29%;
}

#service-profile .list>li:nth-child(2){
  width: 28%;
}

#service-profile .list>li:nth-child(3) {
  width: 29%;
}

#service-ea-area .list{
  display: flex;
  gap: 20px;
  margin-top: 48px;
}

#service-ea-area .list>li{
  width: calc((100% - 60px) / 4);
  padding-bottom: 40px;
}
#service-ea-area .list>li{
  background:#EBEEEF;
  border-radius: 20px;
  text-align: center;
}
#service-ea-area .list>li .img{
  position: relative;
  margin-bottom: 20px;
}
#service-ea-area .list>li .img img{
  margin-top: -20px;
}

#service-ea-area .list>li h3{
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #023;
  margin-bottom: 18px;
}

#service-ea-area .list>li p{
  font-size: 14px;
  line-height: 26px;
  color: #023;
}

#service-competence .read{
  font-size: 28px;
  line-height: 46px;
  color: #7e919a;
  margin-bottom: 20px;
  font-weight: bold;
}

#service-competence .msg {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 50px;
}

#service-competence .img-ttl{
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
}

#service-t-solution .list{
  display: flex;
  gap:20px;
}

#service-t-solution .list>li{
  width: calc((100% - 20px) / 2);
}

#service-training .msg{
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {

  .service-head {
    margin-bottom: 40px;
  }

  .service-head .read {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .service-body{
    gap: 50px;
  }

  #service-menu .list {
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
    margin-bottom: 0px;
  }

  #service-menu .list>li {
    width: calc((100% - 20px) / 2);
    background: #EBEEEF;
    padding: 30px 10px 30px;
    border-radius: 10px;
  }

  #service-menu .list>li h3 {
    color: #00A0E9;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
  }

  #service-menu .list>li .box {
    min-height: 50px;
    font-size: 16px;
  }

  .check-list {
    display: flex;
    gap: 0.1em 2em;
    flex-wrap: wrap;
  }

  .check-list>li {
    position: relative;
    padding-left: 30px;
  }

  .check-list>li::after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 5px;
    left: 0;
    background-image: url(../svg/check.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  #service-profile .list {
   display: block;
  }

  #service-profile .list>li p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  #service-profile .list>li:nth-child(1) img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  #service-profile .list>li:nth-child(2) img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  #service-profile .list>li img {
    width: 100%;
  }

  #service-profile .list>li:nth-child(1) {
    width: 100%;
  }

  #service-profile .list>li:nth-child(2) {
    width: 100%;
  }

  #service-profile .list>li:nth-child(3) {
    width: 100%;
  }

  #service-ea-area .list {
    display: flex;
    gap: 40px 20px;
    flex-wrap:wrap;
    margin-top: 48px;
  }

  #service-ea-area .list>li {
    width: calc((100% - 20px) / 2);
    padding-bottom: 40px;
  }

  #service-ea-area .list>li {
    background: #EBEEEF;
    border-radius: 10px;
    text-align: center;
  }

  #service-ea-area .list>li .img {
    position: relative;
    margin-bottom: 20px;
  }

  #service-ea-area .list>li .img img {
    margin-top: -20px;
    height: 50px;
    width: auto;
    margin:-20px auto 0;
  }



  #service-ea-area .list>li h3 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #023;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
  }

  #service-ea-area .list>li p {
    font-size: 12px;
    line-height: 20px;
    color: #023;
  }

  #service-competence .read {
    font-size: 22px;
    line-height: 1.64;
    color: #7e919a;
    margin-bottom: 20px;
    font-weight: bold;
  }

  #service-competence .msg {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  #service-competence .img-ttl {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 34px;
  }

  #service-t-solution .list {
    display: flex;
    gap: 20px;
  }

  #service-t-solution .list>li {
    width: calc((100% - 20px) / 2);
  }

  #service-training .msg {
    margin-bottom: 30px;
  }

}

/***********************************************************************
P0003_会社案内_ごあいさつ
************************************************************************/

/***********************************************************************
P0003_会社案内_会社概要
************************************************************************/

.corporate-section {
  margin-bottom: 100px;
}

.corporate-msg1{
  margin-top: -30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.defini-list dl{
  display: flex;
  flex-wrap:wrap;
}

.defini-list dl {
  width: 100%;
  border-top: 1px solid #DDE2E4;
}
.defini-list dl:last-child{
  border-bottom: 1px solid #DDE2E4;
}

.defini-list a {
  color: #00A0E9;
}

.defini-list .t-ttl{
  font-weight: bold;
}

.defini-list .logo {
  width: 100px;
  display: block;
  margin-top: 22px;
  margin-bottom: 28px;
}


.defini-list dt {
  width: 228px;
  padding: 20px 20px;
  background: #F4F5F6;
  font-weight: bold;

  font-size: 16px;
  text-align: left;
}

.defini-list dt .right{
  text-align: right;
  display: block;
  padding-right: 10px;
}

.defini-list dd {
  width: calc(100% - 228px);
  padding: 20px 20px;
}

@media only screen and (max-width: 1024px) {

  .corporate-section {
    margin-bottom: 50px;
  }

  .defini-list,
  .defini-list dl,
  .defini-list dt,
  .defini-list dd{
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
  }


  .defini-list dl:nth-child(1) {
    border-top: 1px solid #DDE2E4;
  }


  .defini-list dl {
    height: auto;
    border-bottom: 1px solid #DDE2E4;
  }

  .defini-list .dt-sp,
  .defini-list dt {
    height: auto;
    padding: 9px 10px 9px;
    font-size: 16px;
    line-height: 32px;
    background: #F4F5F6;
    font-weight: bold;
  }

  .defini-list .dd-sp,
  .defini-list dd {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 10px 15px;
    line-height: 32px;
  }
  .defini-list dd.dd-dl{
    padding: 0;
  }
}
/*経営理念*/

.corporate-vision-head .logo{
  max-width: 500px;
  margin:0 auto 27px;
}
.corporate-vision-head .read{
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #023;
  margin-bottom: 33px;
  font-weight: bold;
}

.corporate-vision-block1{
  margin-bottom: 46px;
}

.corporate-vision-block2{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.corporate-vision-block2.pdf-block{
  margin-bottom: 60px;
}

.corporate-vision-block2>li{
  width: calc( (100% - 42px ) / 2);
  padding-bottom: 90px;
  position: relative;
}

.corporate-vision-block2>li .ttl{
  border-left:4px solid #00A0E9;
  padding-left: 20px;
  padding:16px 20px;
  margin-bottom: 20px;
}

.corporate-vision-block2>li .ttl>em{
  font-family: Inter;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #00a0e9;
  display: block;
}
.corporate-vision-block2>li .ttl>span{
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}

.corporate-vision-block2 a.pdf-btn{
  position: absolute;
  width: 100%;
  padding: 20px;
  border: 2px solid #00A0E9;
  border-radius: 5px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
  left: 0;
  bottom: 0;
}

.corporate-vision-block1>p{
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .corporate-vision-block1 {
    margin-bottom: 40px;
  }

  .corporate-vision-head .read {
    margin-bottom: 30px;
  }

  .corporate-vision-block2 {
    display: block;
  }

  .corporate-vision-block2>li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .corporate-vision-block2 a.pdf-btn {
    position: static;
  }
}

/***********************************************************************
P0004_採用情報
************************************************************************/

.howtowork-head {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 50px;
}

.howtowork-body .list{
  display: flex;
  flex-wrap:wrap;
  gap: 70px 0;
  justify-content: space-between;
  max-width: 840px;
  padding: 80px 20px 80px;
  border-top: 1px solid #C0C9CE;
  border-bottom: 1px solid #C0C9CE;
}

.howtowork-body .list>li{
  width: 346px;
  text-align: center;
}

.howtowork-body .list>li .cmn-button1{
  display: block;
  margin: 0 auto;
}

.howtowork-body .list>li .msg{
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.howtowork-body .list>li .note{
  margin-top: 15px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .howtowork-head {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .howtowork-body .list {
    display: block;
    padding: 40px 0px 40px;
  }

  .howtowork-body .list>li {
    width: 100%;
    margin-bottom: 40px;
  }

  .howtowork-body .list>li .msg {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 11px;
  }
}


/***********************************************************************
P0006_プライバシーポリシー
************************************************************************/

.privacy-head {
  text-align: center;
  font-weight: normal;
  padding-bottom: 50px;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  color: #023;
}

.privacy-body .list{
  display: flex;
  flex-direction: column;
  gap:40px;
}

.privacy-body .list>li{
  width: 100%;
}

.privacy-body .ttl{
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}

.privacy-body .msg{
  font-size: 16px;
  line-height: 32px;
}

.privacy-body .info{
  margin-top: 20px;
}

.privacy-body .info-msg{
  padding-left: 1em;
}

@media only screen and (max-width: 1024px) {

  .privacy-body .list {
    gap: 30px;
  }

  .privacy-head {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
  }

  .privacy-body .ttl {
    font-size: 16px;
    line-height: 32px;
  }

}


.greetings-body .key{
  margin-bottom: 50px;
}

.greetings-block .key{
  margin-bottom: 70px;
}

.greetings-ttl{
  font-weight: bold;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #023;
  margin: 0 0 48px;
}

.greetings-box{
  margin-bottom: 48px;
}

.greetings-box p{
  margin-bottom: 1.5em;
}

.greetings-info{
  text-align: right;
}
.greetings-info .firm{
  font-size: 16px;
}

.greetings-info .name{
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.greetings-info .name strong{
  font-size: 20px;
  padding-left: 1em;
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .greetings-body .key {
    margin-bottom: 30px;
  }

  .greetings-ttl {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 30px;
  }

  .greetings-box {
    margin-bottom: 30px;
  }
}


/***********************************************************************
SERVICE　登録支援事業のご案内
************************************************************************/
.registration-support-body >section#registration-support-service{
  display: block;
  padding-bottom: 83px;
}
.registration-support-body >section#registration-suppor-content{
  display: block;
  padding-bottom: 100px;
}
.registration-support-body >section#registration-flow-flow{
  display: block;
}

.registration-support-body >section h2.ttl{
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.4;
}


.registration-support-body >section p.msg{
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 35px;
}

.registration-support-body >section ol.list{
  font-size: 1.6rem;
  display: flex;
  line-height: 2;
  justify-content: space-between;
  flex-wrap: wrap;
}

.registration-support-body >section ol.list>li{
  width: calc((100% - 32px) / 2);
  margin-bottom: 18px;
  display: flex;
}

.registration-support-body >section ol.list>li ul>li{
  margin-left: 1em;
  text-indent:-1em;
}

.registration-support-body >section ol.list>li .num{
  width: 66px;
  background: #4dc4fa;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-family: Arial, sans-serif;
}

.registration-support-body >section ol.list>li .box{
  width: calc(100% - 66px );
  padding: 20px;
  background:#F5F5F5;
}

.registration-support-body >section ol.list>li .box .ttl2{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.registration-support-body >section .figure-wrap{
  position: relative;
}

.registration-support-body >section .figure-wrap .area1 {
  position: absolute;
  left: 25.55%;
  top: 19.5%;
  display: block;
  height: auto;
  width: 19.5%;
  padding-top: 34.4%;
}

.registration-support-body >section .figure-wrap .area2 {
  position: absolute;
  left: 80.5%;
  top: 19.5%;
  display: block;
  height: auto;
  width: 19.5%;
  padding-top: 34.4%;
}

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

  .registration-support-body >section#registration-support-service{
    display: block;
    padding-bottom: 40px;
  }
  .registration-support-body >section#registration-suppor-content{
    display: block;
    padding-bottom: 50px;
  }
  .registration-support-body >section#registration-flow-flow{
    display: block;
  }
  

  .registration-support-body >section h2.ttl{
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .registration-support-body >section ol.list {
    display: block;
  }

  .registration-support-body >section ol.list>li{
    width: 100%;
  }

  .registration-support-body >section ol.list>li .box{
    padding: 15px;
  }

  .registration-support-body >section ol.list>li .box p{
    font-size: 1.4rem;
  }

  .registration-support-body >section p.msg{
    font-size: 1.6rem;
    margin-bottom: 25px;
    line-height: 1.8;
  }
  
  .registration-support-body >section ol.list{
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}


/*
登録支援事業のご案内　モーダル
*/
.registration-support .lity {
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.registration-support .lity-container>.lity-close{
  display: none !important;
}

.registration-support_modal .box {
  width: 560px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 40px;
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  .registration-support_modal{
    padding: 0 10px;
  }
  .registration-support_modal .box {
    width: 100%;
    max-width: 560px;
    padding: 30px 30px 30px;
  }

}

.registration-support_modal .box .label{
  background: #00A0E9;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}

.registration-support_modal .box .group{
  padding-bottom: 30px;
}

.registration-support_modal .box .ttl{
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #023;
  margin-bottom: 1.8rem;
}

.registration-support_modal .box h3{
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.registration-support_modal .box .group p{
  font-size: 1.5rem;
}

.registration-support_modal .box .msg{
  border-top:1px dotted #707070;
  padding-top: 10px;
  line-height: 1.75;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.registration-support_modal .box .conts {
  line-height: 1.64;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.registration-support_modal .box .group2{
  margin-top: -10px;
}

.registration-support_modal .box .list>li{
  border-bottom:1px dotted #707070;
  padding: 10px 0;
  font-size: 1.5rem;
}

.registration-support_modal .lity-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 30px;
  top: 25px;
  display: block;
  pointer-events: all;
}

.registration-support_modal .lity-close img{
  pointer-events: none;
}


@media screen and (max-width: 768px) {
  .registration-support_modal .box .btns>li a{
    padding: 0 15px;
  }
}