@charset "UTF-8";

.history1 article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.history1 article:nth-child(odd){
  flex-direction: row-reverse;
}
.history1 article div{
  width: 32.5%;
  line-height: 1.75;
}
.history1 article div .ttl{
  margin-bottom: 20px;
  color: #003A91;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
.history1 article div .subttl{
  margin-bottom: 20px;
  color: #003A91;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.history1 article div .btn{
  text-align: right;
}
.history1 article div .btn a{
  margin-right: 55px;
}
.history1 article figure{
  width: 63.5%;
}
.history1 article figure img{
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .history1 article{
    display: block;
    margin-bottom: 40px;
  }
  .history1 article div{
    width: auto;
    margin-bottom: 20px;
  }
  .history1 article div .ttl{
    margin-bottom: 10px;
    font-size: 26px;
  }
  .history1 article div .subttl{
    margin-bottom: 10px;
    font-size: 21px;
  }
  .history1 article div .btn a{
    margin-right: 40px;
  }
  .history1 article figure{
    width: auto;
  }
}

.results1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 40px;
  background: #D4E6F1;
  border-radius: 10px;
}
.results1 dl{
  width: 36.5%;
}
.results1 dl dt{
  margin-bottom: 10px;
  padding-left: 25px;
  color: #003A91;
  font-size: 25px;
  position: relative;
}
.results1 dl dt:before,.results1 dl dt:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.results1 dl dt:before{
  top: 20px;
  left: 0;
  background: #9ACBF3;
  width: 14px;
  height: 14px;
}
.results1 dl dt:after{
  top: 24px;
  left: 4px;
  background: #0B61B7;
  width: 6px;
  height: 6px;
}
.results1 div{
  width: 59.4%;
  position: relative;
}
.results1 div .txt1{
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 23px;
  font-weight: 600;
}
.results1 div .txt1 span{
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}
.results1 div .txt1 strong{
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
}
.results1 div .txt2{
  position: absolute;
  left: 210px;
  top: 50px;
  font-size: 23px;
  font-weight: 600;
}
.results1 div .txt2 strong{
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}
.results1 div figure{
  padding-left: 21.5%;
}
.results1 div figcaption{
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
.results2{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 3.8%;
}
.results2 li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30.8%;
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 14px;
}
.results2 li .ttl{
  width: 100%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.results2 li figure{
  width: 100%;
  text-align: center;
  border-top: 2px solid #9ACBF3;
}
.results2 li figure img{
  width: 200px;
}
.results2 li .txt{
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.results2 li .txt span{
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.results2 li.total{
  color: #fff;
  background: #0B61B7;
}
@media screen and (max-width: 767px) {
  .results1{
    display: block;
    margin-bottom: 50px;
    padding: 20px;
  }
  .results1 dl{
    width: auto;
    margin-bottom: 20px;
  }
  .results1 dl dt{
    font-size: 21px;
  }
  .results1 dl dt:before{
    top: 15px;
  }
  .results1 dl dt:after{
    top: 19px;
  }
  .results1 div{
    width: auto;
  }
  .results1 div .txt1{
    left: 10%;
    top: 0;
    font-size: 18px;
  }
  .results1 div .txt1 span{
    font-size: 14px;
  }
  .results1 div .txt1 strong{
    font-size: 40px;
  }
  .results1 div .txt2{
    left: 10%;
    top: 90px;
    font-size: 18px;
  }
  .results1 div .txt2 strong{
    font-size: 40px;
  }
  .results1 div figure{
    padding-left: 0;
  }
  .results1 div figcaption{
    font-size: 12px;
  }
  .results2{
    display: block;
    margin-bottom: 40px;
    gap: 0;
  }
  .results2 li{
    width: auto;
    min-height: 110px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .results2 li .ttl{
    font-size: 21px;
  }
  .results2 li figure img{
    width: 200px;
  }
  .results2 li .txt{
    font-size: 21px;
  }
  .results2 li .txt span{
    font-size: 40px;
  }
  .results2 li.total{
    color: #fff;
    background: #003A91;
  }
}
@media screen and (max-width: 500px) {
  .results1 div figure{
    padding-top: 15vw;
  }
}

.case1{
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
  margin-bottom: 20px;
}
.case1 li{
  width: 32.5%;
  padding: 20px 20px 80px;
  margin-bottom: 40px;
  line-height: 1.75;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.case1 li figure img{
  border-radius: 10px;
  margin-bottom: 15px;
}
.case1 li .ttl{
  margin-bottom: 10px;
  color: #003A91;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
.case1 li .btn{
  position: absolute;
  right: 55px;
  bottom: 30px;
}
.case2{
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
  margin-bottom: 56px;
}
.case2 figure{
  width: 46.8%;
}
.case2 figure img{
  border-radius: 10px;
}
.case2 div{
  width: 49.6%;
}
.case2 div .ttl{
  margin-bottom: 1em;
  color: #003A91;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.case2 dl{
  padding: 20px 25px;
  background: #F1F9FD;
  border-radius: 10px;
}
.case2 dl dt{
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 1em;
  color: #fff;
  font-size: 18px;
  background: #003A91;
  border-radius: 10px;
}
.case2 dl dd{
  color: #003A91;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.case2 dl dd small{
  font-size: 16px;
}
.case3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.case3 p{
  width: 49%;
}
.case3 figure{
  width: 48.3%;
}
.case3 figure img{
  border-radius: 10px;
}
.case4{
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.case4 li{
  width: 31%;
  position: relative;
}
.case4 li:nth-child(1):after,
.case4 li:nth-child(2):after{
  display: inline-block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 11%;
  height: 100%;
  background: url(../img/history/case4-arrow1.svg) center no-repeat;
}
.case4 li:nth-child(2):after{
  background: url(../img/history/case4-arrow2.svg) center no-repeat;
}
.case4 li .ttl{
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.case4 li:nth-child(1) .ttl{
  background: #1184D2;
}
.case4 li:nth-child(2) .ttl{
  background: #0B61B7;
}
.case4 li:nth-child(3) .ttl{
  background: #003A91;
}
.case4 li .txt{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.case5{
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.case5 figure{
  width: 37.5%;
}
.case5 figure img{
  border-radius: 10px;
}
.case5 dl{
  width: 59.1%;
}
.case5 dl dt{
  padding: 10px 0 10px 15px;
  border-left: 8px  solid #1184D2;
  margin-bottom: 10px;
  color: #1184D2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.case6{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 56px;
}
.case6 figure{
  width: 37.5%;
}
.case6 figure img{
  border-radius: 10px;
}
.case6 dl{
  width: 59.1%;
}
.case6 dl dt{
  padding: 10px 0 10px 15px;
  border-left: 8px  solid #1184D2;
  margin-bottom: 10px;
  color: #1184D2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.case7{
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.case7 img{
  width: 48.3%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .case1{
    display: block;
    gap: 0;
    overflow: hidden;
  }
  .case1 li{
    width: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .case1 li figure img{
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .case2{
    display: block;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .case2 figure{
    width: auto;
    margin-bottom: 20px;
  }
  .case2 div{
    width: auto;
  }
  .case2 div .ttl{
    margin-bottom: 1em;
    font-size: 21px;
  }
  .case2 dl{
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }
  .case2 dl dt{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
    padding: 0 1em .2em;
    font-size: 13px;
    border-radius: 5px;
  }
  .case2 dl dd{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  .case3{
    display: block;
    margin-bottom: 32px;
  }
  .case3 p{
    width: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .case3 figure{
    width: auto;
  }
  .case4{
    display: block;
    margin-bottom: 0;
  }
  .case4 li{
    width: auto;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .case4 li:nth-child(1):after,
  .case4 li:nth-child(2):after{
    left: 0;
    top: 100%;
    width: 100%;
    height: 30px;
    transform: rotate(90deg);
  }
  .case4 li .ttl{
    line-height: 44px;
  }
  .case4 li .txt{
    display: block;
    height: auto;
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .case5{
    display: block;
    margin-bottom: 30px;
  }
  .case5 figure{
    width: auto;
    margin-bottom: 20px;
  }
  .case5 dl{
    width: auto;
    font-size: 16px;
  }
  .case5 dl dt{
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .case6{
    display: block;
    margin-bottom: 30px;
  }
  .case6 figure{
    width: auto;
    margin-bottom: 20px;
  }
  .case6 dl{
    width: auto;
    font-size: 16px;
  }
  .case6 dl dt{
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .case7{
    display: block;
    margin-bottom: 40px;
  }
  .case7 img{
    width: auto;
    margin-bottom: 16px;
  }
}
