@charset "UTF-8";

@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/service/service1.jpg);
  }
  .pageNavi {
    width: 875px;
  }
  .pageNavi__item {
    width: 240px;
  }
  .pageNavi__item a {
    width: 240px;
  }
  .sectionTitle .section__text {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.78;
    margin-top: 70px;
  }
}
@media all and (max-width:680px) {
  .w_icatch {
    background-image: url(../img/service/service1_sp.jpg);
  }
  .pageNavi {
    width: 50.31vw;
    margin-bottom: 30px;
  }
  .pageNavi__item {
    width: 100%;
  }
  .pageNavi__item, .pageNavi__item:first-child, .pageNavi__item:nth-child(2) {
    margin-top: 20px;
  }
  .pageNavi__item a {
    width: 100%;
  }
  .sectionTitle .section__text {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.68;
    margin-top: 35px;
  }
}

/* serviceSection1
***************************************************************/
.serviceSection1 {
  padding: 160px 0;
}
/* block1 */
.serviceSection1 .block1 {
  display: flex;
  margin-left: calc((100% - 1000px) / 2);
  margin-top: 110px;
}
.serviceSection1 .block1 .thumb {
  order: 2;
  background-image: url(../img/service/service2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 590px);
  height: 708px;
}
.serviceSection1 .block1 .tBox {
  order: 1;
  width: 590px;
  padding-right: 70px;
}
.serviceSection1 .block1 .tBox dt {
  font-size: 24px;
  text-align: justify;
  font-weight: 700;
}
.serviceSection1 .block1 .tBox dd {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 15px;
}
.serviceSection1 .block1 .tBox dd + dt {
  margin-top: 50px;
}
/* block2 */
.serviceSection1 .block2 {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 0;
}
.serviceSection1 .block2 .h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.serviceSection1 .block2 .ul1 {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 0;
}
.serviceSection1 .block2 .ul1 > li {
  width: 200px;
  position: relative;
}
.serviceSection1 .block2 .ul1 > li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: calc(-200px / 6);
}
.serviceSection1 .block2 .ul1 .dl1 .dt1 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.serviceSection1 .block2 .ul1 .dl1 .dd1 {
  font-size: 16px;
  letter-spacing: 0.075em;
}
.serviceSection1 .block2 .ul2 > li {
  padding-left: 10px;
  position: relative;
}
.serviceSection1 .block2 .ul2 > li + li {
  margin-top: 8px;
}
.serviceSection1 .block2 .ul2 > li::before {
  content: "・";
  position: absolute;
  left: -6px;
  top: 0;
}
/* block3 */
.serviceSection1 .block3 .flowLink {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.serviceSection1 .block3 .flowLink > li {
  width: 320px;
  height: 190px;
  padding-bottom: 40px;
}
.serviceSection1 .block3 .flowLink > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../img/service/service3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serviceSection1 .block3 .flowLink > li.li2 a {
  background-image: url(../img/service/service4.jpg);
}
.serviceSection1 .block3 .flowLink > li.li3 a {
  background-image: url(../img/service/service5.jpg);
}
.serviceSection1 .block3 .flowLink > li.li4 a {
  background-image: url(../img/service/service6.jpg);
}
.serviceSection1 .block3 .flowLink > li.li5 a {
  background-image: url(../img/service/service7.jpg);
}
.serviceSection1 .block3 .flowLink > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, .65);
  transition: background-color 0.3s ease;
}
.serviceSection1 .block3 .flowLink > li .text1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.serviceSection1 .block3 .flowLink > li .text1 .t2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: block;
}
.serviceSection1 .block3 .flowLink > li .w_link1 {
  width: 176px;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -40px;
}
@media all and (min-width: 681px) {
  /* block3 */
  .serviceSection1 .block3 .flowLink > li.li1,
  .serviceSection1 .block3 .flowLink > li.li2,
  .serviceSection1 .block3 .flowLink > li.li4 {
    margin-right: 20px;
  }
  .serviceSection1 .block3 .flowLink > li:nth-of-type(1n + 4) {
    margin-top: 45px;
  }
  .serviceSection1 .block3 .flowLink > li a:hover::after {
    background-color: rgba(35, 24, 21, 0);
  }
}
@media all and (max-width:680px) {
  .w_icatch .h1{
    position: relative;
    left: -20px;
  }
  .serviceSection1 {
    padding: 50px 0 60px;
  }
  /* block1 */
  .serviceSection1 .block1 {
    display: block;
    width: 80%;
    margin: 15px auto 0;
    padding: 0 0 50px;
  }
  .serviceSection1 .block1 .thumb {
    background-image: url(../img/service/service2_sp.jpg);
    width: 100%;
    height: 48vw;
  }
  .serviceSection1 .block1 .tBox {
    width: 100%;
    padding-right: 0;
  }
  .serviceSection1 .block1 .tBox dt {
    font-size: 17px;
    margin-top: 30px;
  }
  .serviceSection1 .block1 .tBox dd {
    font-size: 14px;
    line-height: 1.77;
    margin-top: 10px;
  }
  .serviceSection1 .block1 .tBox dd + dt {
    margin-top: 30px;
  }
  /* block2 */
  .serviceSection1 .block2 {
    width: 80%;
    padding: 60px 0 0;
    border-top: 1px solid #000;
  }
  .serviceSection1 .block2 .h3 {
    font-size: 18px;
  }
  .serviceSection1 .block2 .ul1 {
    display: block;
    padding: 25px 0 0;
  }
  .serviceSection1 .block2 .ul1 > li {
    width: 100%;
  }
  .serviceSection1 .block2 .ul1 > li:not(:first-child) {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px dashed #000;
  }
  .serviceSection1 .block2 .ul1 > li:not(:last-child)::after {
    display: none;
  }
  .serviceSection1 .block2 .ul1 .dl1 .dt1 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 6px;
  }
  .serviceSection1 .block2 .ul1 .dl1 .dd1 {
    font-size: 12px;
    text-align: justify;
  }
  .serviceSection1 .block2 .ul2 > li {
    padding-left: 0;
    display: inline;
  }
  .serviceSection1 .block2 .ul2 > li + li {
    margin-top: 0;
  }
  .serviceSection1 .block2 .ul2 > li::before {
    display: none;
  }
  .serviceSection1 .block2 .ul2 > li:not(:last-child)::after {
    content: "/";
    padding: 0 0 0 4px;
  }
  /* block3 */
  .serviceSection1 .block3 .flowLink {
    width: 70%;
    padding: 50px 0 0;
    display: block;
  }
  .serviceSection1 .block3 .flowLink > li {
    width: 100%;
    height: 90px;
    padding-bottom: 0;
  }
  .serviceSection1 .block3 .flowLink > li + li {
    margin-top: 10px;
  }
  .serviceSection1 .block3 .flowLink > li a {
    padding-bottom: 5px;
  }
  .serviceSection1 .block3 .flowLink > li .text1 {
    font-size: 11px;
    line-height: 1.6;
  }
  .serviceSection1 .block3 .flowLink > li .text1 .t1 {
    letter-spacing: 0.025em;
  }
  .serviceSection1 .block3 .flowLink > li .text1 .t2 {
    font-size: 15px;
  }
  .serviceSection1 .block3 .flowLink > li .w_link1 {
    width: 70px;
    font-size: 11px;
    right: 5px;
    bottom: 5px;
    color: #fff;
  }
  .serviceSection1 .block3 .flowLink > li .w_link1::before {
    background-color: #fff;
  }
  .serviceSection1 .block3 .flowLink > li .w_link1::after {
    background-image: url(../img/common/ico_arrow1_w.svg);
  }
}
@media all and (max-width:370px) {
}


/* serviceSection2
***************************************************************/
.serviceSection2 {
  background-color: #ebf0f5;
  padding: 130px 0 135px;
}
.serviceSection2 .block1 {
  width: 1000px;
  margin: 110px auto 0;
  padding-bottom: 130px;
}
.serviceSection2 .block1 .ul1 > li {
  display: flex;
  justify-content: space-between;
}
.serviceSection2 .block1 .ul1 > li + li {
  margin-top: 80px;
}
.serviceSection2 .block1 .ul1 > li .text1 {
  width: 532px;
  text-align: justify;
  margin-top: -9px;
}
.serviceSection2 .block1 .ul1 > li .text1 dt {
  font-size: 24px;
  font-weight: 700;
}
.serviceSection2 .block1 .ul1 > li .text1 dd {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 15px;
}
.serviceSection2 .block1 .ul1 > li .thumb {
  width: 408px;
  height: 180px;
  background-image: url(../img/service/service8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serviceSection2 .block1 .ul1 > li.li2 .thumb {
  background-image: url(../img/service/service9.jpg);
}
.serviceSection2 .block1 .ul1 > li.li3 .thumb {
  background-image: url(../img/service/service10.jpg);
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .serviceSection2 {
    padding: 50px 0 60px;
  }
  .serviceSection2 .block1 {
    width: 80%;
    margin: 45px auto 0;
    padding-bottom: 45px;
  }
  .serviceSection2 .block1 .ul1 > li {
    display: block;
  }
  .serviceSection2 .block1 .ul1 > li + li {
    margin-top: 50px;
  }
  .serviceSection2 .block1 .ul1 > li .text1 {
    width: 100%;
    margin-top: 0;
  }
  .serviceSection2 .block1 .ul1 > li .text1 dt {
    font-size: 17px;
  }
  .serviceSection2 .block1 .ul1 > li .text1 dd {
    font-size: 14px;
    line-height: 1.77;
    margin-top: 10px;
  }
  .serviceSection2 .block1 .ul1 > li .thumb {
    width: 100%;
    height: 27vw;
    margin-top: 18px;
  }
  .serviceSection2 .block1 .ul1 > li.li1 .thumb {
    background-image: url(../img/service/service8_sp.jpg);
  }
  .serviceSection2 .block1 .ul1 > li.li2 .thumb {
    background-image: url(../img/service/service9_sp.jpg);
  }
  .serviceSection2 .block1 .ul1 > li.li3 .thumb {
    background-image: url(../img/service/service10_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* serviceSection3
***************************************************************/
.serviceSection3 {
  padding: 130px 0 220px;
}
/* block1 */
.serviceSection3 .block1 {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}
.serviceSection3 .block1 .ul1 {
  display: flex;
  justify-content: space-between;
}
.serviceSection3 .block1 .ul1 > li {
  width: 280px;
}
.serviceSection3 .block1 .ul1 dt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.63;
}
.serviceSection3 .block1 .ul1 dd {
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 25px;
}
.serviceSection3 .block1 .thumb {
  margin-top: 60px;
}
/* block2 */
.serviceSection3 .block2 {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 110px;
}
.serviceSection3 .block2 .h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.serviceSection3 .block2 .ul1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.serviceSection3 .block2 .ul1 > li {
  width: 185px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
.serviceSection3 .block2 .ul1 > li.ls_1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
@media all and (min-width: 681px) {
  .serviceSection3 .block2 .ul1 > li:nth-of-type(1n + 6) {
    margin-top: 18.75px;
  }
}
@media all and (max-width:680px) {
  .serviceSection3 {
    padding: 50px 0 90px;
  }
  /* block1 */
  .serviceSection3 .block1 {
    width: 80%;
    padding: 20px 0 0;
    display: flex;
    flex-flow: column;
  }
  .serviceSection3 .block1 .ul1 {
    order: 2;
    display: block;
    margin-top: 35px;
  }
  .serviceSection3 .block1 .ul1 > li {
    width: 100%;
  }
  .serviceSection3 .block1 .ul1 > li + li {
    margin-top: 45px;
  }
  .serviceSection3 .block1 .ul1 dt {
    font-size: 17px;
  }
  .serviceSection3 .block1 .ul1 dd {
    font-size: 14px;
    line-height: 1.77;
    margin-top: 15px;
  }
  .serviceSection3 .block1 .thumb {
    margin-top: 0;
    order: 1;
  }
  /* block2 */
  .serviceSection3 .block2 {
    width: 80%;
    padding: 40px 0 45px;
    margin-top: 40px;
    border-top: 1px solid #000;
  }
  .serviceSection3 .block2 .h3 {
    font-size: 18px;
  }
  .serviceSection3 .block2 .ul1 {
    margin-top: 20px;
  }
  .serviceSection3 .block2 .ul1 > li {
    width: calc((100% - 10px) / 2);
    height: 35px;
    font-size: 12px;
  }
  .serviceSection3 .block2 .ul1 > li:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
}
@media all and (max-width:370px) {
}


/* linkStd1
***************************************************************/
.linkStd1 {
  width: 750px;
  margin: 0 auto;
  padding: 28px 0;
  text-align: center;
  background-color: #000;
  display: block;
}
.linkStd1 .in {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 60px;
}
.linkStd1 .in::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 33px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: right 0.3s ease;
}
@media all and (min-width: 681px) {
  .linkStd1:hover {
    background-color: #3c3c3c;
  }
  .linkStd1:hover .in::after {
    right: -5px;
  }
}
@media all and (max-width:680px) {
  .linkStd1 {
    width: 256px;
    padding: 14px 10px;
    text-align: left;
  }
  .linkStd1 .in {
    display: block;
    width: 100%;
    font-size: 12px;
    padding-right: 0;
  }
  .linkStd1 .in::after {
    border-width: 7.5px 0 0 16.5px;
    top: 0;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
