@charset "UTF-8";

.service1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.service1 .leftcol{
  width: 37.25%;
}
.service1 .rightcol{
  width: 61.4%;
}
.service1 .service1-ttl1{
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: #1184D2;
}
.service1 .bg-white{
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 24px;
}
.service1 .leftcol .bg-white{
  display: flex;
  justify-content: center;
  align-items: center;
}
.service1 .rightcol .bg-white{
  padding-left: 32px;
}
.service1 .rightcol-cont{
  display: flex;
}
.service1 .rightcol-cont .box{
  padding: 15px 0 20px;
  width: 45%;
}
.service1 .rightcol-cont .box.bd{
  width: 55%;
  position: relative;
}
.service1 .rightcol-cont .box.bd:before{
  content: "";
  position: absolute;
  top: 0;
  left: -3%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #003A91;
}
.service1 .rightcol-cont .box .service1-ttl2{
  color: #003A91;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.625;
  margin-bottom: 5px;
}
.service1 .rightcol-cont ul.ul-list > li{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 37px;
  position: relative;
}
.service1 .rightcol-cont ul.ul-list > li:before,.service1 .rightcol-cont ul.ul-list > li:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.service1 .rightcol-cont ul.ul-list > li:before{
  background: #9ACBF3;
  top: 12px;
  left: 12px;
  width: 14px;
  height: 14px;
}
.service1 .rightcol-cont ul.ul-list > li:after{
  background: #0B61B7;
  top: 16px;
  left: 16px;
  width: 6px;
  height: 6px;
}
.service1 .rightcol-cont ul.ul-list > li p{
  margin-bottom: 2px;
}
.service1 .rightcol-cont .bg-aqua{
  background: #F1F9FD;
  border-radius: 0 8px 8px 0;
  padding: 5px 30px 12px 0;
  margin-bottom: 8px;
}
.service1 .rightcol-cont .bd-no ul.ul-list{
  padding-left: 20px;
}
.service1 .rightcol-cont .bd .bg-aqua{
  border-radius: 8px 0 0 8px;
}
.service1 .rightcol-cont .box dl{
  font-weight: normal;
}
.service1 .rightcol-cont .box dl dt{
  font-size: 18px;
}
.service1 .rightcol-cont .box dl dd ul{
  padding-top: 8px;
}
.service1 .rightcol-cont .box dl dd ul li{
  font-size: 16px;
  line-height: 1.4;
  padding: 2px 0 0 27px;
  position: relative;
}
.service1 .rightcol-cont .box dl dd ul li:before,.service1 .rightcol-cont .box dl dd ul li:after{
  content: "";
  display: block;
  position: absolute;
  background: #9ACBF3;
  left: 0;
}
.service1 .rightcol-cont .box dl dd ul li:before{
  bottom: 40%;
  width: 24px;
  height: 2px;
}
.service1 .rightcol-cont .box dl dd ul li:after{
  bottom: 40%;
  width: 2px;
  height: 100%;
}
.service1 .rightcol-cont .box dl dd ul li:first-child:after{
  height: 70%;
}
.service1 .rightcol-cont .box ul.ul-list li small{
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  display: block;
}
.service2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.service2 a{
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 20px;
  width: 48.6%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 32px;
}
.service2 a:after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/arrow_right_bl_long.svg) center / 20px auto no-repeat #D4E6F1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service2 a:hover{
  opacity: 1;
}
.service2 a:hover:after{
  right: 10px;
}
.service2 a figure{
  width: 50%;
}
.service2 a figure img{
  border-radius: 8px;
}
.service2 a p{
  flex: 1;
  padding-left: 1em;
}
.service3{
  padding: 50px 55px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
.service3 article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.service3 article:last-child{
  margin-bottom: 0;
}
.service3 article:nth-child(even){
  flex-direction: row-reverse;
}
.service3 article .textcol{
  width: 54%;
  line-height: 1.75;
}
.service3 article .textcol .ttl{
  color: #003A91;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.service3 article .textcol .ttl em{
  font-style: normal;
  margin-right: 40px;
}
.service3 article .textcol .ttl span{
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.service3 article .textcol .ttl small{
  font-size: 14px;
}
.service3 article .textcol .list-clm2{
  display: flex;
}
.service3 article .textcol .list-clm2 ul.ul-list{
  margin-right: 2.5em;
}
.service3 article .textcol ul.ul-list{
  margin-bottom: 20px;
}
.service3 article .textcol ul.ul-list > li{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  margin-bottom: 3px;
}
.service3 article .textcol ul.ul-list > li:before,.service3 article .textcol ul.ul-list > li:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.service3 article .textcol ul.ul-list > li:before{
  background: #9ACBF3;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
}
.service3 article .textcol ul.ul-list > li:after{
  background: #0B61B7;
  top: 13px;
  left: 4px;
  width: 6px;
  height: 6px;
}
.service3 article figure{
  width: 42.2%;
}
.service3 article figure img{
  border-radius: 10px;
}
.equipment1{
  margin-bottom: 55px;
}
.equipment1 dl{
  font-weight: 600;
  max-width: 580px;
  margin: 0 auto;
}
.equipment1 dl dt{
  color: #fff;
  font-size: 24px;
  line-height: 1.62;
  text-align: center;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  background: #1184D2;
}
.equipment1 dl img,.equipment1 dl span{
  display: inline-block;
  vertical-align: middle;
}
.equipment1 dl dt img{
  margin-right: 13px;
}
.equipment1 dl dd{
  padding: 18px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.equipment1 dl dd ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.equipment1 dl dd ul li{
  color: #1184D2;
  font-size: 20px;
  text-align: center;
  line-height: 1.95;
  width: 49%;
  border-radius: 8px;
  padding: 15px;
  background: #F1F9FD;
}
.equipment1 dl dd ul li img{
  margin-right: 10px;
}
.management1{
  margin-bottom: 55px;
}
.management1 dl{
  max-width: 826px;
  padding: 25px;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
}
.management1 dl dt{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.62;
  background: #003A91;
  padding: 7px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.management1 dl dd{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  padding: 30px 5px;
  background: #F1F9FD;
}
.management1 dl dd:before{
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../img/service/management-arrow-top.svg) center no-repeat;
  width: 472px;
  height: 82px;
}
.management1 dl dd .circle{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.38;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #3E9BDA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.management1 dl dd .square{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.38;
  background: #0B61B7;
  padding: 39px 0;
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
  margin-left: 90px;
}
.management1 dl dd .square:before{
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  background: url(../img/service/management-arrow-right.svg) center no-repeat;
  width: 78px;
  height: 78px;
  display: block;
}
.management1 ul.ul-list > li{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  margin-bottom: 3px;
}
.management1 ul.ul-list > li:before,.management1 ul.ul-list > li:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.management1 ul.ul-list > li:before{
  background: #9ACBF3;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
}
.management1 ul.ul-list > li:after{
  background: #0B61B7;
  top: 13px;
  left: 4px;
  width: 6px;
  height: 6px;
}
.insurance1{
  margin-bottom: 120px;
}
.insurance1 .ttl1 small{
  color: #333;
  font-size: 18px;
  display: inline-block;
  margin-left: 2em;
}
.insurance1 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.insurance1 ul li{
  width: 32.5%;
  position: relative;
}
.insurance1 ul li .ttl{
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 10px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.insurance1 ul li:nth-child(1) .ttl{
  background: #1184D2;
}
.insurance1 ul li:nth-child(2) .ttl{
  background: #0B61B7;
}
.insurance1 ul li:nth-child(3) .ttl{
  background: #003A91;
}
.insurance1 ul li .txt{
  height: 125px;
  padding: 20px 25px;
  line-height: 1.75;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #1184D2;
}
.insurance1 dl{
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background-color: #D4E6F1;
  margin-bottom: 80px;
}
.insurance1 dl dt{
  color: #003A91;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 70px;
  background: url(../img/history/case4-arrow1.svg) right center / 35px auto no-repeat;
}
.insurance1 dl dd{
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .service1{
    display: block;
    margin-bottom: 40px;
  }
  .service1 .leftcol{
    width: auto;
    margin-bottom: 40px;
  }
  .service1 .rightcol{
    width: auto;
  }
  .service1 .service1-ttl1{
    font-size: 21px;
    padding: 7px 10px;
  }
  .service1 .bg-white{
    padding: 15px 10px;
  }
  .service1 .leftcol .bg-white{
    display: block;
    height: auto!important;
  }
  .service1 .rightcol .bg-white{
    padding-left: 15px;
  }
  .service1 .rightcol-cont .box{
    padding: 10px 0 5px;
    width: 50%;
  }
  .service1 .rightcol-cont .box.bd{
    width: 50%;
  }
  .service1 .rightcol-cont .box.bd:before{
    left: -3%;
    width: 102%;
    border-radius: 2vw;
  }
  .service1 .rightcol-cont .box .service1-ttl2{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .service1 .rightcol-cont ul.ul-list > li{
    font-size: 15px;
    padding-right: 2px;
    padding-left: 20px;
  }
  .service1 .rightcol-cont ul.ul-list > li:before{
    top: 8px;
    left: 3px;
  }
  .service1 .rightcol-cont ul.ul-list > li:after{
    top: 12px;
    left: 7px;
  }
  .service1 .rightcol-cont ul.ul-list > li p{
    margin-bottom: 0;
  }
  .service1 .rightcol-cont .bg-aqua{
    border-radius: 0 2vw 2vw 0;
    padding: 5px 10px 10px 0;
    margin-bottom: 5px;
  }
  .service1 .rightcol-cont .bd-no ul.ul-list{
    padding-left: 5px;
  }
  .service1 .rightcol-cont .bd .bg-aqua{
    border-radius: 2vw 0 0 2vw;
  }
  .service1 .rightcol-cont .box dl dt{
    font-size: 11px;
  }
  .service1 .rightcol-cont .box dl dd ul{
    padding-top: 5px;
  }
  .service1 .rightcol-cont .box dl dd ul li{
    font-size: 13px;
    padding: 2px 0 0 20px;
  }
  .service1 .rightcol-cont .box dl dd ul li:before{
    width: 15px;
  }
  .service1 .rightcol-cont .box dl dd ul li:after{
    height: 175%;
  }
  .service1 .rightcol-cont .box ul.ul-list li small{
     font-size: 13px;
   }
  .service2{
    display: block;
    margin-bottom: 40px;
  }
  .service2 a{
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    width: auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
  }
  .service2 a:after{
    bottom: 15px;
  }
  .service2 a:hover:after{
    right: 20px;
  }
  .service2 a figure{
    width: auto;
    margin-bottom: 20px;
  }
  .service2 a p{
    font-size: 16px;
    padding-left: 0;
  }
  .service3{
    padding: 20px 25px;
    border-radius: 2vw;
    margin-bottom: 30px;
  }
  .service3 article{
    display: block;
    margin-bottom: 40px;
  }
  .service3 article .textcol{
    width: auto;
    margin-bottom: 20px;
  }
  .service3 article .textcol .ttl{
    margin-bottom: 10px;
    font-size: 21px;
  }
  .service3 article .textcol .subttl{
    margin-bottom: 10px;
    font-size: 21px;
  }
  .service3 article .textcol .btn a{
    margin-right: 40px;
  }
  .service3 article figure{
    width: auto;
  }
  .service3 article .textcol .list-clm2{
  display: block;
  }
  .service3 article .textcol ul.ul-list:first-child {
    margin-bottom: 0px;
  }
  .equipment1{
    margin-bottom: 35px;
  }
  .equipment1 dl dt{
    font-size: 20px;
    line-height: 1.62;
    padding: 10px;
    border-radius: 2vw 2vw 0 0;
  }
  .equipment1 dl dt img{
    margin-right: 10px;
  }
  .equipment1 dl dd{
    padding: 15px 15px 1px;
    border-radius: 0 0 2vw 2vw;
  }
  .equipment1 dl dd ul{
    display: flex;
    justify-content: center;
    gap: 4%;
  }
  .equipment1 dl dd ul li{
    font-size: 17px;
    width: 48%;
    border-radius: 2vw;
    padding: 10px;
    margin-bottom: 15px;
  }
  .equipment1 dl dd ul li img{
    margin-right: 8px;
  }
  .management1{
    margin-bottom: 40px;
  }
  .management1 dl{
    padding: 20px;
  }
  .management1 dl dt{
    font-size: 21px;
    padding: 5px;
    margin-bottom: 30px;
  }
  .management1 dl dd{
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .management1 dl dd:before{
    top: -20px;
    background: url(../img/service/management-arrow-top.svg) center no-repeat;
    width: 240px;
  }
  .management1 dl dd .circle{
    font-size: 4vw;
    width: 28vw;
    height: 28vw;
  }
  .management1 dl dd .square{
    font-size: 4vw;
    padding: 0;
    width: 28vw;
    height: 28vw;
    margin-right: 0;
    margin-left: 10vw;
  }
  .management1 dl dd .square:before{
    background: url(../img/service/management-arrow-right.svg) center / 8vw auto no-repeat;
    width: 8vw;
    height: 8vw;
  }
  .management1 ul.ul-list{
    padding-top: 20px;
  }
  .insurance1{
    margin-bottom: 60px;
  }
  .insurance1 .ttl1 small{
    font-size: 16px;
    display: block;
    margin-left: 0;
  }
  .insurance1 ul{
    display: block;
    margin-bottom: 0;
  }
  .insurance1 ul li{
    width: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .insurance1 ul li .ttl{
    font-size: 18px;
    padding: 15px 10px;
  }
  .insurance1 ul li .txt{
    display: block;
    height: auto;
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .insurance1 dl{
    display: block;
    padding: 30px;
    margin-bottom: 50px;
  }
  .insurance1 dl dt{
    font-size: 20px;
    padding: 0 0 50px;
    background: none;
    position: relative;
  }
  .insurance1 dl dt:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    display: block;
    background: url(../img/history/case4-arrow2.svg) right center / 30px auto no-repeat;
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }
  .insurance1 dl dd{
    font-size: 18px;
  }
  .insurance1 dl dd br{
    display: none;
  }
}








