main .bg01 {
  background-color: #F6F9FA;
  background-image: url(img/title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

main .sub-title h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 60px;
}

main .sub-title h2 span {
  font-size: 2.4rem;
  color: #90B3C7;
  display: block;
  font-weight: 400;
}

@media screen and (max-width:560px) {
  main .sub-title h2 {
    font-size: 2.6rem;
  }
  
  main .sub-title h2 span {
    font-size: 2.0rem;
  }
} 

.sub {
  padding: 20px 0 0 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}



@media screen and (max-width:560px) {
    main .bg01 {
      background-size: 300%;
    }  

  .sub {
    background-size: 40%;
  }  
} 

/* ---------------- パンクズ ------------------*/
.breadcrumb {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

/* ---------------- パーツ01 ------------------*/
.parts01 {
  padding-top: 120px;
  padding-bottom: 100px;
}

.parts01 span {
  color: #5A9411;
  font-weight: bold;
}

.parts01 .sub__btn a {
  color: #354C74;
  line-height: 100%;
  width: fit-content;
  display: block;
  border-radius: 25px;
  background-color: #F3DA45;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 1.8em 12px 1.8em;
  text-decoration: none;
  border: 2px solid #F3DA45;
  transition: all .5s;
  margin-top: 25px;
}

.parts01 .sub__btn a:hover {
  border: 2px solid #F3DA45;
  background-color: #fff;
  color: #354C74;
}

.parts01 .sub__btn a:hover::after {
  color: #F3DA45;
}

.parts01 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #354C74;
  line-height: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
}

.parts01 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #354C74;
  margin-bottom: 17px;
}

@media screen and (max-width: 1000px) {
  .parts01 {
    padding-bottom: 5em;
  }

  .parts01 .sub__btn a::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .parts01 {
    padding-top: 9em;
    padding-bottom: 3em;
  }

  .parts01 .sub__btn a {
    padding: 13px 1em 15px 1em;
    margin: 0 auto 10px;
  }

  .parts01 .sub__btn a::after {
    font-size: 1.6rem;
  }

  .parts01 h2 {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
  }
  
  .parts01 h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .parts01 p {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}



/* ---------------- 2つ並びBOX ------------------*/
.box2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  justify-content: center;
  gap: 80px 50px;
}

.box2 .box2__box {
  border-radius: 10px;
}

.box2 .box2__box__con {
  padding: 15px 25px 25px 25px;
}

.box2 .box2__box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px dotted #354C74;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box2 .box2__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  
  .box2 .box2__box img {
    width: 100%;
  }
} 

@media screen and (max-width:560px) {
  .box2 .box2__box h3 {
    font-size: 2.0rem;
    text-align: center;
  }
} 



/* ---------------- 3つ並びBOX ------------------*/
.box3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  justify-content: center;
  grid-gap: 60px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #E3E2E2;
}

.box3 .box3__box {
  border-radius: 10px;
  box-shadow: 2px 1px 10px -5px #777777;
  background-color: #fff;
}

.box3 .box3__box__con {
  padding: 15px 25px 20px 25px;
}

.box3 .box3__box h3 {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.box3 .box3__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px;
  }

  .box3 .box3__box img {
    width: 100.5%;
  }
} 

@media screen and (max-width: 560px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3em 0;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
} 



/* ---------------- 画像左(画像が無い時text_area100％） ------------------*/
.l-img-con {
  display: flex;
  justify-content: space-between;
}

.l-img-con .text__area {
  width: fit-content;
}

.l-img-con .text__area h2{
  margin-top: -0.5em;
}

.l-img-con .image__area {
  width: 370px;
  margin-right: 50px;
}

.l-img-con .image__area_sp {
  display: none;
}

.l-img-con ul{
 font-weight: 600;
 margin-top: 0.7em;
 margin-bottom: 1em;
 font-size: 1.8rem;
}

.l-img-con ul li{
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.l-img-con ul li::before{
  content: "・";
  padding: 0px 3px;
  position: absolute;
  margin-left: -1.5em;
}

.l-img-con .image__area__sp {
  display: none;
}

@media screen and (max-width: 1260px) {
  .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .l-img-con .image__area img {
    width: 100%;
  }

  .l-img-con ul{
    padding: 1em 1em 0.6em;
   }

  .l-img-con ul li{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .l-img-con .text__area {
    margin-bottom: 3em;
  }

  .l-img-con .image__area {
    display: none;
  }

  .l-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .l-img-con .image__area_sp img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .l-img-con ul li::before{
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .l-img-con {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}


/* ---------------- 横幅100%スライドショー ------------------*/
.slider-w100 .slider_inner {
  border: 1px solid #E4EBF6;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  padding: 10px 25px 25px 25px;
  box-shadow: 2px 1px 10px -5px #777777;
}

.slider-w100 .slider_inner h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.slider-w100 .slider_inner h3::before {
  font-size: 1.8rem;
  font-weight: 600;
}

.dashicons, .dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 32px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  color: #FFD300;
  margin-top: 5px;
  margin-right: 5px;
}

.slider-w100 .slider_inner p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.slider-w100 .slider_inner a {
  color: #354C74;
}



/* ---------------- アコーディオン　------------------*/
.accordion-con {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.accordion-con summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 60px;
  color: #354C74;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.8rem;
}

.accordion-con summary span {
  padding-right: 2em;
}

.accordion-con summary span::before {
  content: "Q";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 17px;
  margin-top: -0.8rem;
  left: 10px;
  background-color: #354C74;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con summary::-webkit-details-marker {
  display: none;
}

.accordion-con summary::before,
.accordion-con summary::after {
  width: 2px;
  height: 1.1em;
  background-color: #354C74;
  content: '';
}

.accordion-con summary::before {
  position: absolute;
  right: 20px;
  rotate: 90deg;
}

.accordion-con summary::after {
  transition: rotate .3s;
}

.accordion-con[open] summary::after {
  rotate: 90deg;
}

.accordion-con .accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 4em 0.4em 60px;
  color: #333333;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.accordion-con[open] .accordion__text {
  transform: none;
  opacity: 1;
}

.accordion-con .accordion__text::before  {
  content: "A";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 1em;
  margin-top: -1.2rem;
  left: 10px;
  background-color: #474747;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con[open] .accordion__text p {
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul {
  font-weight: 600;
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-con .accordion__text ul li::before {
  content: "・";
  padding: 0px 3px;
  font-size: 15px;
}

.accordion-con .accordion__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-five .faq {
    padding: 40px 40px 10px 40px;
  }
}

@media screen and (max-width: 560px) {
  .accordion-con {
    margin-bottom: 15px;
  }
  
  .top-five .faq {
    padding: 15px 15px 5px 15px;
  }

  .accordion-con summary {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 10px 50px;
  }

  .accordion-con .accordion__text {
    padding: 10px 4em 0.4em 50px;
  }

  .accordion-con summary span::before {
    content: "Q";
    font-size: 1.8rem;
    top: 18px;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }

  .accordion-con .accordion__text::before  {
    content: "A";
    font-size: 1.8rem;
    top: 1.2em;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }
}


/* ---------------- テーブルパターン1 ------------------*/
.table-pattern01 table {
  width: 100%;
  border-top: 1px solid #E3E4E4;
}

.table-pattern01 table tr{
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern01 table th {
  width: 275px;
  text-align: left;
  color: #354C74;
  padding: 32px 0 28px 0;
  font-weight: 700;
}

.table-pattern01 table td {
  padding: 32px 0 28px 0;
}

.table-pattern01 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern01 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

@media screen and (max-width: 768px) {
  .table-pattern01 table th {
    font-size: 1.8rem;
    width:30%;
    padding: 30px 30px 30px 0;
  }

  .table-pattern01 table td {
    width:70%;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern01 table th {
    width:100%;
    display: block;
    padding: 1em 1em 0.5em 0;
  }

  .table-pattern01 table td {
    width:100%;
    display: block;
    padding: 0 0 1em 0;
  }
}

/* ---------------- ページお問い合わせ ------------------*/
.page-contact {
  background-color: #B8E5F8;
  padding: 80px 0;
}

.page-contact .page-contact_con {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}

.page-contact .page-contact_con .page-contact_text {
  margin-left: 60px;
}

.page-contact .page-contact_con .page-contact_text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -14px;
  margin-bottom: 10px;
}

.page-contact .page-contact_con .page-contact_text p {
  line-height: 2;
}

.page-contact_text .btn a {
  width: 300px;
  display: block;
  background-color: #354C74;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin-top: 18px;
}

.page-contact_text .btn a:hover{
  display: block;
  color: #354C74;
  background: #F3DA45;
 }

 @media screen and (max-width: 1260px) {
  .page-contact .page-contact_con .img {
    width: 40%;
  }

  .page-contact .page-contact_con .img img {
    width: 100%;
  } 
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact_con .page-contact_text h3 {
    line-height: 1.6;
  }

  .page-contact .page-contact_con .img {
    display: none;
  }

  .page-contact .page-contact_con .page-contact_text {
    margin-left: 0;
  }

  .page-contact_text .btn a {
    margin: 18px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact_con .page-contact_text h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}




/* ============ 採用情報  ============ */
.recruit-box:nth-child(odd) {
  padding: 100px 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.recruit-box:nth-child(even) {
  padding: 100px 0;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.recruit-box#ref_1 {
  background-image: none !important;
}

.recruit-box h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 35px;
}

.recruit-box a {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 100%;
  background-color: #F3DA45;
  display: block;
  color: #354C74;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px;
  width: 300px;
  transition: all .5s;
  margin: 40px auto 0 auto;
}

.recruit-box a:hover{
  display: block;
  color: #fff;
  background: #354C74;
 }

 @media screen and (max-width:560px) {
  .recruit-box:nth-child(odd) {
    padding: 5em 0;
    background-size: 40%;
  }
  
  .recruit-box:nth-child(even) {
    padding: 5em 0;
    background-size: 40%;
  }

  .recruit-box h3 {
    font-size: 2.2rem;
  }

  .recruit-box a {
    font-size: 1.8rem;
  }
  
} 
/* ---------------- ページスクロールボタン2横並び ------------------*/
.page-btn {
  padding-top: 150px;
}

.page-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}

.page-btn ul li {
  margin: 0 10px 20px 10px;
  width: 50%;
  max-width: 500px;
}

.page-btn ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  background-color: #354C74;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  transition: all .5s;
}

.page-btn ul li a:hover{
  display: block;
  color: #354C74;
  background: #F3DA45;
 }

 @media screen and (max-width: 1200px) {
  .page-btn ul {
    max-width: 100%;
    width: 100%;
  }

  .page-btn ul li {
    margin: 10px 1%;
    max-width: 48%;
  }
}

@media screen and (max-width: 560px) {
  .page-btn {
    padding-top: 5em;
  }

  .page-btn ul li {
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100%;
  }
}




/* ============ 導入実績 ============ */
.work {
  padding: 140px 0;
}

.work-others {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 560px) {
  .work {
    padding: 5em 0;
  }
  
  .work-others {
    padding: 5em 0;
    background-size: 40%;
  }
}

/* ---------------- 導入事例用画像左(画像が無い時text_area100％） ------------------*/
.work .l-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}

.work .l-img-con:last-child {
  margin-bottom: 0;
}

.work .l-img-con img {
  border-radius: 12px;
}

.work .l-img-con .text__area {
  width: fit-content;
}

.work .l-img-con .image__area {
  width: 370px;
  margin-right: 60px;
}

.work .l-img-con .image__area_sp {
  display: none;
}

.work .l-img-con h3 {
  color: #354C74;
  background-color: #F3DA45;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 7px 20px;
  margin-bottom: 30px;
 }

 .work .l-img-con table {
  width: 100%;
 }

 .work .l-img-con table th {
  font-size: 1.8rem;
  font-weight: 700;
  color: #354C74;
  width: 100px;
  text-align: left;
  vertical-align: top;
  padding: 25px 0;
 }

 .work .l-img-con table td {
  padding: 25px 0;
 }

 .work .l-img-con table tr {
  border-bottom: 1px solid #E3E4E4;
 }

 .work .l-img-con ul{
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.work .l-img-con ul li{
  position: relative;
  line-height: 1.8;
}

.work .l-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.3em;
  position: absolute;
  margin-left: -1.5em;
}

@media screen and (max-width: 1000px) {
  .work .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .work .l-img-con .image__area img {
    width: 100%;
  }

  .work .l-img-con ul{
    padding: 1em 1em 0.6em;
   }

   .work .l-img-con ul li{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .work .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .work .l-img-con .image__area {
    display: none;
  }

  .work .l-img-con .image__area_sp {
    display: block;
    width: 60%;
    margin: 2em auto;
  }

  .work .l-img-con .image__area_sp img {
    width: 100%;
  }

  .work .l-img-con ul li::before{
    top: 0.1em;
  }

  .work .l-img-con .text__area {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .work .l-img-con {
    padding-bottom: 0;
    margin-bottom: 5em;
  }

  .work .l-img-con h3 {
    font-size: 2rem;
    line-height: 1.6;
   }

   .work .l-img-con table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
   }
  
   .work .l-img-con table td {
    display: block;
    width: 100%;
    padding-top: 0;
   }

  .work .l-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em ;
  }

  .work .l-img-con ul li::before{
    top: 0.3em;
  }
}

/* ---------------- 導入事例用3つ並びBOX ------------------*/
.work-others .box3 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.work-others .box3 .box3__box h3 {
  text-align: left;
}

.work-others .box3__box img {
  border-radius: 10px 10px 0 0;
}





/* ============ サービス ============ */
.service-box:nth-child(odd) {
  padding: 140px 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.service-box:nth-child(even) {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.service-box:nth-child(3){
  padding: 140px 0;
  background-image: url(img/bg05.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.service-box#ref_1 {
  background-image: none !important;
}

.service-box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 1;
}

.service-box h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #354C74;
}

 @media screen and (max-width:560px) {
  .service-box:nth-child(odd) {
    padding: 5em 0;
    background-size: 40%;
  }
  
  .service-box:nth-child(even) {
    padding: 5em 0;
    background-size: 40%;
  }

  .service-box h3 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .service-box h4 {
    font-size:1.8rem;
  }
  

  .service-box a {
    font-size: 1.8rem;
  }
  
} 
/* ---------------- ページスクロールボタン4横並び ------------------*/
/*採用情報で仕様しているページスクロールボタン2横並びのコードの一部を変更*/
.page-btn.four ul {
  max-width: 1200px;
  flex-wrap: wrap;
}

.page-btn.four ul li {
  margin: 0 10px 20px 10px;
  width: 25%;
  max-width: 280px;
}

@media screen and (max-width:1260px) {
  .page-btn.four ul li {
    margin: 0 0 20px 0;
    width: 23%;
  }
}

@media screen and (max-width:560px) {
  .page-btn.four ul li {
    width: 48%;
  }
}

/* ---------------- 画像右(画像が無い時text_area100％） ------------------*/
.r-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.r-img-con .text__area {
  width: fit-content;
}

.r-img-con .image__area {
  width: 370px;
  margin-left: 50px;
}

.r-img-con .image__area_sp {
  display: none;
}

.r-img-con ul{
  margin-top: 15px;
 margin-bottom: 40px;
}

.r-img-con ul li{
  padding-left: 1em;
  position: relative;
}

.r-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
}

@media screen and (max-width: 1000px) {
  .r-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .r-img-con .image__area img {
    width: 100%;
  }

  .r-img-con ul{
    padding: 1em 1em 0.6em;
   }

  .r-img-con ul li{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .r-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .r-img-con .image__area {
    display: none;
  }

  .r-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .r-img-con .image__area_sp img {
    width: 100%;
  }

  .r-img-con ul li::before{
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .r-img-con {
    padding-bottom: 1em;
  }

  .r-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em ;
  }
}


/* ---------------- Google対策画像左(画像が無い時text_area100％） ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .l-img-con {
  margin-top: 35px;
}

.service-box .l-img-con .image__area {
  margin-top: 15px;
}

.service-box .l-img-con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.6em;
  position: absolute;
  margin-left: -1.5em;
}

.service-box .l-img-con .text__area h4:last-of-type{
  margin-top: 35px;
}


/* ---------------- 対策内容3つ並びBOX  ------------------*/
/*TOPで仕様している3つ並びBOXコードの一部を変更*/
.service-box .box3 {
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.service-box .box3 .box3__box__con {
  padding: 20px 25px;
}

.service-box .box3 .box3__box h3 {
  margin-bottom: 15px;
}


/* ---------------- サポート力画像左(画像が無い時text_area100％） ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .l-img-con.second {
  margin-top: 35px;
}

.service-box .l-img-con.second .text__area {
  width: 828px;
}

.service-box .l-img-con.second .text__area h4:last-of-type{
  margin-top: 0;
}

.service-box .l-img-con.second .text__area h5 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #354C74;
  border-left: 6px solid #354C74;
  padding: 5px 10px 7px 10px;
  line-height: 1;
  margin-top: 20px;
}

.service-box .l-img-con.second ul {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.service-box .l-img-con.second ul li {
  margin-bottom: 4px;
}

.service-box .l-img-con.second ul li::before {
  top: 0.4em;
}

@media screen and (max-width: 768px) {
  .service-box .l-img-con.second .text__area {
    width: 100%;
  }
}

/* ---------------- 導入事例スライドショー ------------------*/
/*TOPで仕様している画像左用のコードの一部を変更*/
.service-box .slider_inner h3 {
 line-height: 2;
}


/* ---------------- 料金 ------------------*/
.service-box .fee {
  margin-top: 10px;
}

.service-box .fee h5 {
  font-weight: 600;
  font-size: 2.0rem;
  color: #354C74;
  border-left: 6px solid #354C74;
  padding: 5px 10px 7px 10px;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 10px;
}

.service-box .fee ul {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.service-box .fee ul li {
  margin-bottom: 4px;
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.service-box .fee ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.4em;
  position: absolute;
  margin-left: -1.8em;
}

.table_design {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
.table_design thead th {
  padding: 0.8em;
  border-right: 3px solid#fff;
}
.table_design td {
  color: #000;
  padding: 0.9em 1em;
  font-weight: 400;
}
.table_design thead th:not(:first-child) {
  background: #4D9BC1;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8em 1em;
}
.table_design thead th span {
  font-size: .8rem;
}
.table_design thead th:nth-child(2) {
  background-color: #FF5400;
  position: relative;
}
.table_design thead th:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #FF5400;
  left: 0;
  bottom: 100%;
}
.table_design thead th:nth-child(2)::after {
  content: '弊社の安心プラン';
  width: max-content;
  color: #FF5400;
  font-size: 1.6rem;
  padding: 0.1em 1em;
  background: #fff;
  border: 2px solid #FF5400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.table_design tbody th, .table_design tbody td {
  border: 3px solid #fff;
}
.table_design tbody th {
  background-color: #F4F4F4;
  color: #182128;
}
.table_design tbody td {
  background-color: #e6f1f6;
}
.table_design td:nth-child(2) {
  color: #FF5400;
  background: #FFF6EC;
  font-weight: 600;
}
.table_design td:hover {
    transform: scale(1.02);
    outline: 2px solid #4d9bc1;
}
.table_design td:nth-child(2):hover {
    transform: scale(1.02);
    outline: 2px solid #FF5400;
}
@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }
}

/* ---------------- 流れ ------------------*/
.service-box .flow_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.service-box .flow_img img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 65px;
}

.service-box .flow_box .l-img-con .image__area {
  width: 260px;
  margin-right: 40px;
}

.service-box .flow_box .l-img-con.second {
  margin-top: 0;
  margin-bottom: 60px;
}



/* ============ プライバシーポリシー ============ */
.privacy {
  margin: 140px 0;
}

.privacy dl {
  margin-top: 4em;
}

.privacy dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.privacy dd {
  margin-bottom: 4em;
}

.privacy ul{
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 1em;
 }
 
 .privacy ul li{
   padding-left: 1em;
   position: relative;
   line-height: 2;
 }
 
 .privacy ul li::before{
   content: "・";
   padding: 0px 3px;
   position: absolute;
   margin-left: -1.5em;
 }

@media screen and (max-width: 560px) {
  .privacy {
    margin: 5em 0;
  }

  .privacy dt {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .privacy dd {
    margin-bottom: 3em;
  }
}



/* ============ 会社概要 ============ */
.company {
  margin: 140px 0;
}

.map {
  padding: 140px 0;
  width: 100%;
  background-color: #FAFAFA;
  background-image: url(img/bg07.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 560px) {
  .company {
    margin: 5em 0;
  }

  .map {
    padding: 5em 0;
    background-size: 40%;
  }

  .map iframe {
    height: 300px;
  }
}



/* ============ お問い合わせ ============ */
.contact {
  margin: 140px 0;
}

.contact table {
  width: 100%;
  margin-bottom: 3em;
}

.contact th {
  font-weight: 700;
  line-height: 100%;
  padding: 2em 1em;
  font-size: 1.8rem;
  text-align: left;
}

.contact tr {
  border-bottom: 1px solid #ccc;
}

.contact th span {
  font-weight: 600;
  margin-left: 1em;
  color: #fff;
  background-color: #172740;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.3em 0.8em 0.5em 0.8em;
  height: 20px;
}

.contact th span.hi02{
  background-color: #474747;
}

.contact td {
  padding: 2em 1em;
}

.contact d {
  width: 800px;
  padding-bottom: 35px;
}

.contact input {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  margin: 0.5em 0;
}

.contact textarea {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact select {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact label {
  display: table;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

input.check[type=checkbox] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

input.check[type=radio] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

.contact .mfp_element_all {
  max-width: 100%;
}

.contact .contact__btn {
  text-align: center;
}

.contact .contact__btn input {
  font-size: 1.8rem;
  width: 300px;
  text-align: center;
  margin: 1em auto 0 auto;
  background-color: #F3DA45;
  color: #172740;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid#F3DA45;
  transition: all .5s;
}

.contact .contact__btn input:hover {
  border: 1px solid#F3DA45;
  background-color: #fff;
  color: #172740;
}


@media screen and (max-width: 800px) {
  .contact th {
   display: block;
   text-align: left;
   padding: 2em 0 0.5em 0;
  }

  .contact th span {
    padding: 0.3em 0.8em 0.5em 0.8em;
  }
  
  .contact td {
    display: block;
    padding: 1em 0 2em 0;
  }
}

@media screen and (max-width: 560px) {
  .contact {
    margin: 5em 0;
  }

  .contact input {
    width: 100%;
  }
}