

/*　home PC
------------------------------------------------------------------------------------------------*/

#home .home-service{
  background: url(../images/home/service-bg.png) center top no-repeat;
  background-size: contain;
  padding: 9rem 0 10rem;
}
#home .home-service ul{
  margin-top: 10rem;
}
#home .home-service ul li{
  display: block;
  background: #fff;
  padding: 5rem;
  margin-bottom: 3rem;
  display:flex;
  justify-content: space-between;
}
#home .home-service ul li .txt{
  width: 53%;
}
#home .home-service ul li img.service-img{
  width: 38.6%;
  object-fit: contain;
}
#home .home-service ul li h3{
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
#home .home-service ul li h3 span{
  display: block;
  font-size: 1.5rem;
  color: #0D8C9C;
  letter-spacing: 0.01em;
}
#home .home-service ul li a.detail-btn{
  display: block;
  width: 20rem;
  line-height: 6rem;
  border-radius: 3rem;
  background: #0D8C9C;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.5rem;
  padding-right: 1rem;
  position: relative;
}
#home .home-service ul li a.detail-btn::before{
  content: "";
  display: block;
  width: 0.7rem;
  height: 6rem;
  background: url(../images/common/btn-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.8rem;
}


#home .home-about{
  background: #fff;
  padding: 12rem 0 10rem;
  overflow: hidden;
}
#home .home-about h3{
  font-size: 3rem;
  margin: 2rem 0 2rem;
  opacity: 0.85;
  line-height: 1.6;
}
#home .home-about .txt{
  width: 50%;
  float: left;
}
#home .home-about img.about-img{
  width: 44%;
  float: right;
}




/*　service-1 PC
------------------------------------------------------------------------------------------------*/

#service-1 .common-sec h3{
  font-size: 2.4rem;
  line-height: 4.3rem;
  padding-left: 6rem;
  margin: 4rem 0 3rem;
  background: url(../images/service-1/ico-1.png) center left no-repeat;
  background-size: contain;
}
#service-1 .common-sec h3.h3-1{
  background: url(../images/service-1/ico-1.png) center left no-repeat;
  background-size: contain;
  margin-top: 0;
}
#service-1 .common-sec h3.h3-2{
  background: url(../images/service-1/ico-2.png) center left no-repeat;
  background-size: contain;
}
#service-1 .common-sec h3.h3-3{
  background: url(../images/service-1/ico-3.png) center left no-repeat;
  background-size: contain;
}
#service-1 .common-sec ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
#service-1 .common-sec ul li{
  display: block;
  width: 32%;
  background: #fff;
  padding: 2.5rem 1.7rem;
  text-align: center;
}
#service-1 .common-sec ul li img{
  width: 11.4rem;
  margin: 2rem auto 3rem;
}
#service-1 .common-sec ul li p{
  font-size: 1.5rem;
}
#service-1 .common-sec ul li p.t-left{
  text-align: left;
}




/*　service-2 PC
------------------------------------------------------------------------------------------------*/

#service-2 .common-sec .img-1{
  width: 35%;
  float: right;
  mix-blend-mode: multiply;
}
#service-2 .common-sec .box-1{
  width: 65%;
  background: #fff;
  padding: 1.5em 1em;
  margin-bottom: 1em;
}
#service-2 .common-sec p.p-1{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8rem;
}
#service-2 .common-sec p.p-1 b{
  background: linear-gradient(transparent 70%, #f1eabb 70%);
}
#service-2 .common-sec ul.step{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-2 .common-sec ul.step li{
  display: block;
  width: 18%;
  position: relative;
}
#service-2 .common-sec ul.step li::before{
  content: "";
  display: block;
  width: 7%;
  height: 10rem;
  background: url(../images/service-2/flow-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -11%;
  bottom: 27%;
}
#service-2 .common-sec ul.step li:last-child::before{
  content: none;
}
#service-2 .common-sec ul.step li h4{
  font-size: 2.1rem;
  color: #0D8C9C;
  margin-bottom: 0.3em;
  position: relative;
}
#service-2 .common-sec ul.step li h4::before{
  content: "";
  display: block;
  width: calc(100% - 9.5rem);
  height: 1px;
  background: #0D8C9C;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 45%;
}
#service-2 .common-sec ul.step li h4 span{
  font-size: 3rem;
  vertical-align: sub;
  margin-left: 0.1em;
}
#service-2 .common-sec ul.step li p{
  text-align: center;
  margin-top: 0.8em;
}
#service-2 .common-sec p.p-2{
  text-align: center;
  margin-top: 1em;
}




/*　service-3 PC
------------------------------------------------------------------------------------------------*/

#service-3 .common-sec img.rfm-img{
  margin-bottom: 3rem;
}
#service-3 .common-sec h3.h3-1{
  font-size: 2.4rem;
  margin: 8rem 0 2.5rem;
}




/*　service-4 PC
------------------------------------------------------------------------------------------------*/

#service-4 .common-sec h3.h3-1{
  font-size: 2.4rem;
  margin: 0 0 2.5rem;
}
#service-4 .common-sec img.data-img{
  margin: 3.5rem 0 1.5rem;
}
#service-4 .common-sec p.p-1{
  text-align: right;
  font-size: 1.4rem;
}
#service-4 .common-sec p.p-2{
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 3rem;
}
#service-4 .common-sec p.p-2 b{
  color: #0D8C9C;
}
#service-4 .common-sec p.p-3{
  display: inline-block;
  background: #E9EFF0;
  padding: 0.8em 1.2em;
  border-radius: 1rem;
}
dl.dl-1{
  display: flex;
  flex-wrap: wrap;
  width: 61rem;
  text-align: center;
}
dl.dl-1 dt,
dl.dl-1 dd{
  padding: 1em 0;
  margin-bottom: 1rem;
}
dl.dl-1 dt{
  width: 28rem;
  background: #E9EFF0;
}
dl.dl-1 dd{
  width: 33rem;
  background: #fff;
}




/*　company PC
------------------------------------------------------------------------------------------------*/

#company .common-sec,
#contact .common-sec,
#privacy .common-sec{
  padding-top: 8rem;
}
dl.dl-2{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #BFBFBF;
}
dl.dl-2 dt,
dl.dl-2 dd{
  padding: 3rem 0;
  border-bottom: 1px solid #BFBFBF;
}
dl.dl-2 dt{
  width: 15%;
  font-weight: 700;
  color: #0D8C9C;
}
dl.dl-2 dd{
  width: 85%;
}




/*　contact PC
------------------------------------------------------------------------------------------------*/

#contact .common-sec{
  font-size: 1.6rem;
}
#contact .common-sec p.p-1 a{
  font-weight: 700;
}
#contact .common-sec span.repuired{
  font-size: 70%;
  color: #0D8C9C;
  vertical-align: text-top;
  margin-left: 0.1em;
}
dl.form-dl-1{
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
dl.form-dl-1 dt,
dl.form-dl-1 dd{
  padding: 2rem 0;
  border-top: 1px solid #BFBFBF;
}
dl.form-dl-1 dt{
  width: 18%;
  font-weight: 700;
  display: flex;
  align-items: center;
}
dl.form-dl-1 dd{
  width: 82%;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
  width: 100%;
  padding: 0.9em 1.6em;
  border: 1px solid #E2E2E2;
}
form textarea{
  height: 26rem;
}
form input[type="submit"],
#contact .common-sec a.btn-1{
  font-size: 1.6rem;
  display: block;
  background: #0D8C9C;
  color: #fff;
  width: 20rem;
  line-height: 6rem;
  border-radius: 3rem;
  border: 0;
  font-weight: 700;
  text-align: center;
  margin: 4rem auto 0;
  transition: 0.3s;
}
form input[type="button"]{
  font-size: 1.8rem;
  line-height: 2;
  display: inline-block;
  margin-top: 2em;
  padding: 0 0.4em 0 1.3em;
  background: url(../images/common/back-arrow.png) center left no-repeat;
  background-size: 1em auto;
  border: 0;
  border-bottom: 1px solid;
  cursor: pointer;
  transition: 0.3s;
}
form input[type="submit"]:hover,
form input[type="button"]:hover{
  opacity: 0.7;
}

form table{
  width: 100%;
  margin-bottom: 5rem;
}
form table th,
form table td{
  border-bottom: 1px solid #F5F8F8;
}
form table th{
  width: 22%;
  padding: 1.6em 1.2em;
  font-weight: 700;
  background: rgba(56, 178, 193, 0.1);
  text-align: left;
}
form table td{
  width: 78%;
  padding: 1.6em 2em;
  background: #fff;
}

#contact .common-sec .box-1{
  background: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 9rem 5%;
}
#contact .common-sec h3.h3-1{
  font-size: 3.7rem;
  margin-bottom: 3rem;
}
#contact .common-sec h3.h3-1 span{
  display: block;
  font-size: 4rem;
  font-weight: 800;
  color: #0D8C9C;
  margin-bottom: 3rem;
}
#contact .common-sec a.btn-1{
  margin-top: 6.5rem;
}




/*　privacy PC
------------------------------------------------------------------------------------------------*/

#privacy .common-sec{
  font-size: 1.6rem;
}
#privacy .common-sec h3.h3-1{
  font-size: 2.4rem;
  color: #0D8C9C;
  margin-bottom: 4rem;
}
ol.ol-1{
  margin: 1em 0;
}
ol.ol-1 li{
  margin-left: 2.5rem;
  padding-left: 0.3em;
  line-height: 1.9;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/

#home .home-service {
    background: none;
    padding: 4rem 0 5rem;
}
#home .home-service ul {
    margin-top: 5rem;
}
#home .home-service ul li {
    padding: 3.5rem 5%;
    display: block;
}
#home .home-service ul li .txt{
  width: 100%;
}
#home .home-service ul li h3{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#home .home-service ul li img.service-img{
  width: 100%;
  margin-top: 2.5rem;
}
#home .home-service ul li a.detail-btn{
  margin: 2.5rem auto 0;
}


#home .home-about{
  padding: 4rem 0 7rem;
}
#home .home-about h3{
  font-size: 1.9rem;
  margin: 1rem 0 2rem;
}
#home .home-about .txt{
  width: 100%;
  float: none;
}
#home .home-about img.about-img{
  width: 28rem;
  float: none;
  margin: 2rem auto 0;
}




/*　service-1 SP
------------------------------------------------------------------------------------------------*/

#service-1 .common-sec h3 {
    font-size: 1.8rem;
    line-height: 3.4rem;
    padding-left: 4.3rem;
    margin: 3rem 0 1.5rem;
}
#service-1 .common-sec ul {
    margin-top: 5rem;
}
#service-1 .common-sec ul li {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 2.5rem 8%;
}
#service-1 .common-sec ul li p {
    font-size: inherit;
    text-align: center !important;
}



/*　service-2 SP
------------------------------------------------------------------------------------------------*/

#service-2 .common-sec .img-1 {
    width: 21rem;
    float: inherit;
    margin: 0 auto;
}
#service-2 .common-sec .box-1 {
    width: 100%;
    padding: 1.5em 5%;
    margin-bottom: 2em;
}
#service-2 .common-sec p.p-1 {
    font-size: 1.8rem;
    margin-bottom: 5rem;
    text-align: center;
}
#service-2 .common-sec ul.step li {
    width: 47%;
    margin-bottom: 1.5rem;
}
#service-2 .common-sec ul.step li::before {
    width: 8%;
    right: -11%;
    bottom: 21%;
}
#service-2 .common-sec ul.step li:nth-child(2n)::before {
  content: none;
}
#service-2 .common-sec ul.step li h4 {
    font-size: 1.7rem;
    margin-bottom: 0.2em;
}
#service-2 .common-sec ul.step li h4::before {
    width: calc(100% - 8rem);
}
#service-2 .common-sec ul.step li h4 span {
    font-size: 2.5rem;
}

#service-2 .common-sec p.p-2 {
    margin-top: 2em;
    font-size: 1.6rem;
}




/*　service-3 SP
------------------------------------------------------------------------------------------------*/

#service-3 .common-sec h3.h3-1 {
    font-size: 1.8rem;
    margin: 5rem 0 2rem;
}




/*　service-4 SP
------------------------------------------------------------------------------------------------*/

#service-4 .common-sec h3.h3-1 {
    font-size: 2rem;
    margin: 0 0 1.5rem;
}
#service-4 .common-sec img.data-img {
    margin: 3rem 0 1rem;
}
#service-4 .common-sec p.p-1 {
    font-size: 1rem;
}
#service-4 .common-sec p.p-2 {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
    text-align: center;
}
dl.dl-1{
  width: 100%;
}
dl.dl-1 dt,
dl.dl-1 dd{
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 0 1em;
  min-height: 5rem;
}
dl.dl-1 dt {
    width: 45%;
  justify-content: center;
}
dl.dl-1 dd {
    width: 55%;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

#company .common-sec,
#privacy .common-sec{
    padding-top: 4rem;
}
dl.dl-2 dt,
dl.dl-2 dd {
    padding: 1.8rem 0;
}
dl.dl-2 dt {
    width: 25%;
}
dl.dl-2 dd {
    width: 75%;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

#contact .common-sec{
    padding-top: 3rem;
    font-size: inherit;
}
dl.form-dl-1 {
    display: block;
    margin-top: 4rem;
}
dl.form-dl-1 dt,
dl.form-dl-1 dd {
  width: 100%;
    padding: 0;
    border-top:0;
}
dl.form-dl-1 dt{
  margin-bottom: 0.5em;
}
dl.form-dl-1 dd{
  margin-bottom: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  font-size: 16px;
  padding: 0.9em 1em;
}
form input[type="submit"],
#contact .common-sec a.btn-1 {
    font-size: 1.5rem;
    width: 19rem;
    margin: 3rem auto 0;
}
form input[type="button"]{
  font-size: 1.5rem;
  margin-top: 1.5em;
}

form table{
  margin-bottom: 3rem;
}
form table th,
form table td{
  display: block;
  border-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
form table th{
  padding: 0.8em 1em;
}
form table td{
  padding: 1em;
}

#contact .common-sec .box-1{
  font-size: inherit;
  padding: 3rem 5%;
}
#contact .common-sec .box-1 p{
  text-align: left;
}
#contact .common-sec h3.h3-1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#contact .common-sec h3.h3-1 span{
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
#contact .common-sec a.btn-1{
  margin-top: 3rem;
}




/*　privacy SP
------------------------------------------------------------------------------------------------*/

#privacy .common-sec {
    font-size: inherit;
}
#privacy .common-sec h3.h3-1 {
    font-size: 2rem;
    margin-bottom: 3rem;
}




}/*　スマホここまで */



