@charset "utf-8";
#str_service{
  display: flex;
}
#str_service span:nth-child(2){
  margin-left:0em;
}
#str_service span:nth-child(3){
  margin-left: -0.9rem;
}
#str_service span:nth-child(4){
  margin-left: -1.1rem;
}
#str_service span:nth-child(5){
  margin-left: -1.2rem;
}
#str_service span:nth-child(6){
  margin-left: -1.2rem;
}
#str_service span:nth-child(7){
  margin-left: -0.5rem;
}




#partnership{
  position: relative;
  background: linear-gradient(to bottom,  #00317f 0%,#004c96 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  background-size: cover;
  margin: 120px 0 120px;
  width: 100%;
  padding: 120px 0;
}
#partnership .service_min{
  position: relative;
  z-index: 1;
}
#partnership:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/service/partner_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}
#partnership:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/service/partner_top.png") no-repeat center top;
  background-size: 100% auto;
  opacity: 0.8;
}

#partnership h2{
  font-size: 90px;
  line-height: 120px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  #partnership h2{
    font-size: 8vw;
    line-height: 10vw;
  }
}

#soukan{
  position: relative;
  margin: 30px 30px 30px;
}
.service02_cn #soukan img{
  aspect-ratio: 184 / 105;
  margin: 0 auto;
}
.service01_inner{
  position: relative;
  margin: 90px auto 0;
}

#service_wrap{
  position: relative;
  z-index: 1;

}
.service_min{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;  
}

.h_section{
  position: relative;
  padding: 0 0 60px;
}
.yellow{
  color: #ffe534;
  font-weight: inherit;
  font-size: inherit;
}
#partner_flow{
  margin-top: 60px;
}

#partnership .service_min{
  padding: 90px 60px;
  max-width:  calc(1100px - 120px);
  /*
  background: rgba(42,75,81,0.8);
  */
  color: #FFF;
}
#partnership h3{  
  color: #bcf2fd;
  padding: 0 0 120px;
  font-size: 1.75rem;
  text-align: center;
}
.service_min h4{
  position: relative;
  font-weight: 600;
}
#partnership h4{
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 30px;  
}
#partnership p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.25rem;
}
@media screen and (max-width: 999px) {
  #partnership h4{
    font-size: 2rem;
    line-height: 2.875rem;
  }
  #partnership p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

#partnership .more_btn{
  display: inline-block;
  padding: 30px 60px;
  border-radius: 120px;
  border: solid 1px #548088;
  box-sizing: border-box;
  font-size: 1.6rem;    
}
.service_info_last{
  margin-bottom: 90px;
}
#service_copy{
  margin-top: 80px;
  margin-bottom: 120px;
}
.service_img_flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_txt{
  width: 44.6%;
  margin: 0 2.7%;
}
.service_img{
  width: 47.3%;
  margin: 0 2.7% 0 0;
}
.service_img img{
  aspect-ratio: 520 / 350; 
}
.reverse .service_img{
  margin: 0 0 0 2.7%;
}

.service_txt h2{
  display: flex;
  align-items: center;
}
.service_txt .no{
  color: #42757e;
  font-size: 6rem;
  font-weight: 600;
}
.no_margin{
  margin-right: 10px;
}
.service_txt .h2_title{
  font-size: 1.52rem;
  display: block;
  font-weight: 600;
}
.service_txt .en_title{
  font-size: 0.875rem;
  display: block;
  font-weight: 600;
}
.service_copy{
  margin: 30px 0 15px;
}
.service_copy span {
  position: relative;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 3.2rem;
  /*
  color: #FFF;
  background-color: #000;
  */
  padding: 4px 8px; /* 文字部分に適切な余白を追加 */
  background: none;
  color: rgba(0,0,0,0);
  z-index: 1;
  overflow: hidden;
}
.service_copy span:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f383c;
}
.service_copy_active span:nth-child(1):before{
  animation: h_active 0.6s ease-in-out forwards;
}
.service_copy_active span:nth-child(3):before{
  animation: h_active 0.6s ease-in-out 0.2s forwards;
}
.sc_anim{
  opacity: 0;
}
.active_anim .sc_anim{
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease;
}

#partner_merit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner_li{
  box-sizing: border-box;
  background: rgba(2,132,200,0.9);
  border: solid 1px #429bcb;
  width: 31.4%;
  padding: 2%;
}
.prtner_logo{
  max-width: 85px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.partner_li h5{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .partner_li h5{
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
#partner_merit .partner_li p{
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .partner_li h5{
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .partner_li {
    width: 100%;
    padding: 20px;
    margin-bottom:20px;
  }
  .prtner_logo {
    padding: 10px 0 20px;
  }
  #partnership h4 {
    font-size: 6vw;
    line-height:9vw;
    margin-bottom: 20px;
  }
  .h_section {
    padding: 0 0 60px;
  }
  #partner_flow {
    margin-top: 30px;
  }
  #partnership h3 {
    max-width: 70%;
    margin: 0 auto;
    padding: 80px 0px;
  }
  #partnership .more_btn{
    /*
    margin-top: 20px;
    */
  }
}

@keyframes h_active{
  0%{
    width: 0%
  }
  50%{
    width: 100%;
    left: 0;
  }
  100%{
    left: 100%;
  }
}
.service_copy_active span:nth-child(1){
  transition:0s;
  transition-delay: 0.3s;
  background: #000;
  color: #FFF;
}
.service_copy_active span:nth-child(3){
  transition:0s;
  transition-delay: 0.5s;
  background: #000;
  color: #FFF;
}



.service01_cn{
  padding: 60px;
  max-width: 1200px;
  margin: 40px auto 0;
  background: #FFF;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(15px);
}
.service01_cn_active{
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease;
}


#service_flex{
  display: flex;
  margin-top: 40px;
  margin-right: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_flow{
  position: relative;
  width: 32%;
}
.service_flow img{
  position: relative;
  max-width: 100px;
  height: auto;
  margin: 0 auto 10px;
}
.service_flow h3{
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-left: 6.5%;
}
.service_flow ul li{
  position: relative;
  text-align: center;
  list-style: none;
  font-size: 0.875rem;
  padding: 0 5px;
  border-radius: 100px;
  background: #FFF;
  margin-bottom: 10px;
  font-weight: 600;
}
.service_flow:nth-child(1) h3,
.service_flow:nth-child(1) ul li{
  color: #225994;
}
.service_flow:nth-child(2) h3,
.service_flow:nth-child(2) ul li{
  color: #229427;
}
.service_flow:nth-child(3) h3,
.service_flow:nth-child(3) ul li{
  color: #bf6b09;
}
.service_flow:nth-child(4) h3,
.service_flow:nth-child(4) ul li{
  color: #b10122;
}
.service_flow_d{
  position: relative;
  width:calc(100% - 20px);
  margin: 10px;
  padding: 10px;
}
.triangleCanvas{
  position: absolute;
  left: 0;
  bottom: 0;
}
.service_margin{
  margin-top: 120px;
}
#car_flow{
  text-align: center;
  color: #42757e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.service02_cn{
  /*
  max-width: 830px;
  */
  margin: 0 auto;
}
.service02_cn h3{
  text-align: center;
  color: #42757e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.service02_cn img{
  margin-top: 30px;
  aspect-ratio: 83 / 33; 
}
.service_flex{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service_flex:nth-child(2){
  margin-top: 60px;
}
.service03_img{
  width: 40%;
}
.service03_img img{
  aspect-ratio: 392 / 294; 
}
.service03_txt{
  width: 56%;
  margin-left: 4%;
  flex: 1;
}
.service03_txt h3{
  font-size: 22px;
  font-weight: 600;
  color: #42757e;
  margin-bottom: 10px;
}
.service04_cn {
    margin: 0 auto;
}
.service04_cn h3 {
  text-align: center;
  color: #42757e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.activity_list li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: solid 1px #dfdfdf;
}
.activity_list li:last-child{
  border-bottom: none;
}
.activity_date{
  display: block;
  color: #42757e;
  margin-right: 30px;
  font-weight: 600;
}
.activity_txt{
  display: block;
  flex:1;
}
.activity_txt a{
  text-decoration: underline;
  color: #42757e;
  font-weight: 600;
}
.activity_txt a:hover{
  text-decoration: none;
}
#service_04_imgs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.service04_img{
  width: 49%;
}
.service04_img img{
  aspect-ratio: 480 / 269; 
}
.service05_cn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service05_details{
  width: 31%;
}
.service05_details h3{
  font-weight: 600;
  color: #42757e;
  margin-top: 5px;
}


@media screen and (min-width: 941px) and (max-width: 1199px) {
  .service_flow h3{
    font-size: 2vw;
    line-height: 2vw;
  }
  .service_flow ul li {
    font-size: 1.2vw;
  }  
  .service_flow img{
    width: 66%;
  }
}


@media screen and (max-width: 1099px) {
  .service01_cn {
    padding: 30px;
  }
  .service_p{
    font-size: 0.875rem;
    line-height: 1.6rem;
  }
  .service_txt .h2_title{
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .service_txt .en_title{
    font-size: 0.875rem;
    display: block;
    font-weight: 600;
  }
  .service_txt .no{
    font-size: 4rem;
  }
  .service_copy{
    margin: 20px 0 10px;
  }
  .service_copy span {
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: 2px 4px;
  }
}
@media screen and (max-width: 940px) {
  #service_flex {
    margin-right: 0;
  }
  .service_flow h3{
    margin-left: 0;
  }
  .service_flow{
    position: relative;
    width: 48%;
  }
  .service_flow:nth-child(3){
    margin-top: 30px;
  }  
  .service_flow:nth-child(4){
    margin-top: 30px;
  }  
  .service_flow_d {
    width: calc(100% - 30px);
    margin: 0;
    padding:15px 15px 15px;
  }
  .service_flex{
    align-items: flex-start;
  }
  .service05_details h3{
    font-size: 1rem;
  }
  .service_copy span {
    font-size: 1rem;
    line-height: 1rem;
  }
  .service_txt .no {
      font-size: 2.6rem;
  }
  .service_txt .h2_title {
      font-size: 1.1rem;
      line-height: 1.3rem;
  }
}


@media screen and (max-width: 768px) {
  .service_flow_d {
    padding: 0 15px 20px;
  }  
  .service03_txt h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #partnership{
    padding: 0 0 60px 0;
    margin: 60px 0;
  }
  #partnership .service_min {
    padding: 110px 20px 60px;
  }  
  #partnership p{
    text-align: justify;
  }
  #partnership p br{
    display: none;
  }
  #partnership h2{
    margin: 0 auto;
    padding: 0;
    font-size: 10vw;
    line-height: 16vw;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  #partnership .more_btn {
    display: inline-block;
    padding: 20px 0;
    border-radius: 120px;
    border: solid 1px #548088;
    box-sizing: border-box;
    font-size: 1.12rem;
    width: 100%;
  }
  #partnership .h_section{
    padding-bottom: 30px;
  }
  .service01_inner {
    margin: 40px auto 0;
  }
  .service02_cn #soukan img {
    aspect-ratio: 489 / 350;
  }
  #soukan {
    margin: 15px 0 30px;
  }
  .service_p {
      font-size: 1rem;
      line-height: 1.8rem;
  }
  .service_margin{
    margin-top: 60px;
  }
  #service_flex{
    margin-top: 0;
  }
  #service_copy {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .service_img,.service_txt,.reverse .service_img{
    width: 100%;
    margin: 0;
  }
  #service_wrap {
    padding: 0 0 60px;
  }
  .service_min{
    padding: 0 20px;
  }
  .service_txt{
    margin-top: 15px;
  }
  .service01_cn{
    margin-top: 20px;
    padding: 20px;
  }
  .service_flow {
    position: relative;
    width: 100%;
  }
  .service_txt .h2_title {
    font-size: 1.3rem;
  }
  .service_txt .no {
    font-size: 3rem;
    margin-right: 5px;
  }  
  .service_copy span {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 2px 4px;
  }
  .service_flow img {
    max-width: 90px;
    aspect-ratio: 1 / 1; 
    margin: 10px auto;
  }
  .service_flow h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .service01_cn h3{
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .service02_cn img {
    margin-top: 15px;
    aspect-ratio: 320 / 463;
  }
  #service_flex{
    margin-top: 10px;
  }
  #service_flex .service_flow {
    margin-top:20px;
  }
  .service03_img{
    width: 100%;
  }
  .service03_txt{
    width: 100%;
    margin: 10px 0 0;
  }
  .service_flex:nth-child(1) {
    margin-top: 5px;
  }
  .service_flex:nth-child(2) {
    margin-top: 30px;
  }
  .service04_cn h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .activity_date{
    margin: 0;
    width: 100%;
  }
  .activity_txt{
    width: 100%;
  }
  .service04_img{
    width: 100%;
  }
  .service04_img:nth-child(1){
    margin-bottom: 15px;
  }
  .service05_details{
    width: 100%;
    margin-bottom: 30px;
  }
  .service05_details:last-child{
    margin-bottom: 0;
  }
  .service05_details h3{
    font-size: 1.2rem;
  }
  .service_info_last{
    margin-bottom: 0;
  }

}
@media screen and (max-width: 520px) {
  .service_copy{
    margin-top: 10px;
  }
  .service_copy span {
      font-size: 5.1vw;
      line-height: 9.6vw;
  }
  .service_txt .h2_title {
      font-size: 5.4vw;
      line-height: 6vw;
  }
  .service_txt .en_title {
    font-size: 3vw;
  }
  .service_txt .no {
    font-size: 14vw;
  }
}



#ex_title{
  margin-top: 90px;
}
#ex_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 880px) {
  #ex_flex{
    align-items: flex-start;
  }
}
#ex_img{
  position: relative;
  width: 48%;
}
#ex_img img{
  aspect-ratio: 2 / 1;
  margin: 0;
}
#ex_txt{
  position: relative;
  width: 48%;
}
#ex_txt h4{
  color: #378cca;
  font-size: 22px;
  font-weight: 600;
}
#ex_txt a{
  color: #378cca;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}
#ex_txt a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #ex_title {
    margin-top: 40px;
  }
  #ex_img{
    width: 100%;
  }
  #ex_txt{
    width: 100%;
    margin-top: 5px;
  }
  #ex_txt h4{
    font-size: 1.1rem;
  }

}








