/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#strong-point {
  font-size: 13px;
  font-weight: 500;
  color: #002845;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#strong-point * {
  box-sizing: border-box;
}

#strong-point a {
  transition: opacity .3s;
}

#strong-point a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#strong-point a:hover {
  text-decoration: none;
}

#strong-point a:focus-visible {
  outline: none;
}

#strong-point img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#strong-point .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#strong-point .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#strong-point .pc-br {
  display: none;
}

#strong-point .sp-br {
  display: inline;
}

#strong-point .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#strong-point .font-dinosaur{
  font-family: dinosaur, sans-serif;
  font-weight: 700;
}

#strong-point .color-sub{
  color: #4CA0BE;
}

#strong-point .color-main{
  color: #1753A2;
}

#strong-point .ttl01{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}

#strong-point .ttl02{
  font-size: min(calc(1.1875rem + ((1vw - 3.6px) * 6.6667)), 20px);
  font-weight: 500;
  text-align: center;
}

#strong-point .note{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

#strong-point .ttl-badge{
  background-color: #1753A2;
  color: #FFF;
  border-radius: 4px;
  width: fit-content;
  height: min-content;
  padding: 4px 8px;
  font-size: 12px;
}

#strong-point .ttl-wrap{
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px;
  align-items: center;
}

#strong-point .ttl03{
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

#strong-point .ttl03.sub-ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*---common-btn---*/
#strong-point .common-btn{
  position: relative;
  width: max-content;
  padding: 12px 48px 12px 24px;
  background-color: #fff;
  border-radius: 99px;
  border: solid 2px #1753A2;
  box-shadow: 2px 2px 4px #006ab733;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto;
}

#strong-point .common-btn::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
  background: url("../images/strong-point/btn-arrow.png") no-repeat center center / 12px 12px;
  background-color: #1753a2;
  border-radius: 50%;
}

/*---main---*/
#strong-point .main{
  height: 240px;
  position: relative;
  min-height: 220px;
  margin: 12px 0 40px;
}

#strong-point .main-ttl-text .jpn{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

#strong-point .main-ttl-text .eng{
  letter-spacing: -.02em;
  line-height: 1;
  font-size: 16px;
}

#strong-point .main-ttl-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#strong-point .main-img-outer{
  position: relative;
  padding-top: 39px;
}

#strong-point .main-img-wrap{
  position: relative;
}

#strong-point .main-img-text{
  font-size: 48px;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  width: calc(50vw + calc(50vw - 25px));
  padding: 0 8px;
}

#strong-point .main-img{
  position: absolute;
  top: 31px;
  left: 25px;
  width: calc(50vw + calc(50vw - 25px));
  text-align: right;
}

#strong-point .main-img-wrap img{
  height: 150px;
  object-fit: cover;
  object-position: left;
}

#strong-point .one-comment{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 8px;
}

#strong-point .one-comment .text-wrap{
  background-color: #DBECF2;
  border-radius: 12px;
  padding: 12px 12px 12px 16px;
  font-size: min(calc(0.9375rem + ((1vw - 3.6px) * 6.6667)), 16px);
  position: relative;
}

#strong-point .one-comment .text-wrap .innertext::before{
  content: "";
  display: block;
  width: 28px;
  height: 17px;
  background-image: url("../images/strong-point/strong_point_icon_tri.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
}

#strong-point .content-wrap:nth-of-type(2n) .one-comment .text-wrap .innertext::before{
  background-image: url("../images/strong-point/strong_point_icon_tri_white.png");
}

#strong-point .content-inner .detail{
  background-color: #ebf4f7;
  border-radius: 12px;
  padding: 20px 0;
}

#strong-point .content-wrap:nth-of-type(2n) .content-inner .detail{
  background-color: #FFF;
}

#strong-point .detail-box{
  margin: 24px 0;
}

#strong-point .content-shift .detail-box .img-box{
  margin-bottom: 12px;
}

#strong-point .detail .detail-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 20px;
}

#strong-point .content-inner{
  margin-top: 20px;
}

#strong-point .content-wrap .bg{
  padding: 40px 0;
}

#strong-point .content-wrap:nth-of-type(2n) .bg{
  background-color: #ebf4f7;
  padding: 40px 0;
}

#strong-point .content-wrap:nth-of-type(2n) .one-comment .text-wrap{
  background-color: #FFF;
}

#strong-point .detail .ttl02{
  padding: 0 16px;
}

#strong-point .detail-box .note{
  padding: 0 20px;
}

#strong-point .content-greate01 .detail .ttl02{
  padding: 0;
}

#strong-point .box-inner-ttl .number{
  color: #ebf4f7;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#strong-point .box-inner-ttl{
  position: relative;
  margin-bottom: 10px;
}

#strong-point .content-greate02 .img-box{
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}

#strong-point .content-greate02 .box-inner-list .innertext{
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #ebf4f7;
  border-radius: 4px;
  margin-top: 8px;
}

#strong-point .content-greate02 .box-inner-list .innertext:first-of-type{
  margin-top: 0;
}

#strong-point .content-greate02 .box-innerwrap{
  padding: 10px 20px 0;
  margin-bottom: 20px;
}

#strong-point .content-greate02 .box-innerwrap:last-of-type{
  margin-bottom: 0;
}

#strong-point .content-greate02 .detail-box{
  margin: 28px 0;
}

#strong-point .ttl03.sub-ttl .note{
  font-size: 12px;
  line-height: 1.4;
}


/*---content---*/

@media print, screen and (min-width: 768px) {
  
  #strong-point .sp-br {
    display: none;
  }
  
  #strong-point .pc-br {
    display: inline;
  }
  
  #strong-point .ttl01{
    font-size: 36px;
  }
  
  #strong-point .ttl02{
    font-size: 30px;
  }
  
  #strong-point .ttl-badge{
    font-size: 20px;
    line-height: 1.6;
    padding: 8px 16px;
    border-radius: 8px;
  }
  
  #strong-point .ttl-wrap{
    gap: 16px;
  }
  
  #strong-point .ttl03{
    font-size: 20px;
  }
  
  /*---common-btn---*/
  #strong-point .common-btn{
    width: max-content;
    border-color: #4CA0BE;
    box-shadow: unset;
    transition: box-shadow .3s,border .3s;
  }
  
  #strong-point .common-btn:hover{
    border-color: #1753A2;
    box-shadow: 4px 4px 8px #006ab733;
  }
  
  #top .commonBtn:before{
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  
  #strong-point .common-btn::before{
    background-color: #4CA0BE;
    transition: all .3s;
  }
  
  #strong-point .common-btn:hover::before{
    background-color: #1753a2;
  }
  
  
  /*---main---*/
  #strong-point .main-ttl{
    width: 100%;
    position: relative;
    z-index: 10;
  }
  
  #strong-point .main-ttl-text .jpn{
    font-size: 40px;
  }
  
  #strong-point .main-ttl-text .eng{
    font-size: 24px;
  }
  
  #strong-point .main{
    height: 440px;
    display: flex;
    align-items: center;
    margin: 34px 0 80px;
  }
  
  #strong-point .main-img-text{
    font-size: calc(7rem + ((1vw - 12px) * 6.6667));
    bottom: -44px;
    top: unset;
    z-index: 2;
    padding: 0;
    width: calc(50vw + 264px);
    text-align: left;
  }
  
  #strong-point .main-img{
    left: unset;
    right: 0;
    top: 0;
    width: calc(50vw + 60px);
    z-index: 0;
  }
  
  #strong-point .main-img-outer{
    padding: 0;
  }
  
  #strong-point .main-img-wrap img{
    object-fit: cover;
    object-position: 19%;
    height: 400px;
    border-radius: 999px 0 0 999px;
  }
  
  
  
  
  /*---content---*/
  
  #strong-point .one-comment .text-wrap{
    font-size: 20px;
    padding: 24px 24px 24px 32px;
    border-radius: 24px;
  }
  
  #strong-point .one-comment{
    grid-template-columns: 140px 1fr;
    gap: 64px;
    margin-bottom: 16px;
  }
  
  #strong-point .one-comment .text-wrap .innertext::before{
    width: 55px;
    height: 34px;
    background-image: url("../images/strong-point/strong_point_icon_tri_pc.png");
    right: calc(100% - 20px);
  }
  
  #strong-point .content-wrap:nth-of-type(2n) .one-comment .text-wrap .innertext::before{
    background-image: url("../images/strong-point/strong_point_icon_tri_white_pc.png");
  }
  
  #strong-point .content-inner{
    margin-top: 40px;
  }
  
  #strong-point .content-inner .detail{
    padding: 40px 0;
    border-radius: 24px;
  }
  
  #strong-point .detail-box{
    margin: 40px 0;
    padding: 0 40px;
  }
  
  #strong-point .detail .detail-text{
    font-size: 16px;
    padding: 0 40px;
  }
  
  #strong-point .content-wrap .bg{
    padding: 80px 0;
  }
  
  #strong-point .content-shift .img-box{
    max-width: 868px;
    margin: 0 auto;
  }
  
  #strong-point .detail .ttl02{
    padding: 0 40px;
  }
  
  #strong-point .content-greate01 .img-box{
    border-radius: 24px;
    overflow: hidden;
  }
  
  #strong-point .content-greate01 .one-comment{
    margin-bottom: 40px;
  }
  
  #strong-point .content-greate02 .detail-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0 24px;
  }
  
  #strong-point .detail-box .note{
    text-align: center;
  }
  
  #strong-point .content-shift .detail-box .note{
    transform: translateX(11px);
  }
  
  #strong-point .content-greate02 .box-innerwrap{
    padding: 0;
    margin: 0;
  }
  
  #strong-point .box-inner-ttl .number{
    font-size: 64px;
    top: -41px;
  }
  
  #strong-point .content-greate02 .img-box{
    border-radius: 8px;
    margin-bottom: 16px;
  }
  
  #strong-point .content-greate02 .box-inner-list .innertext{
    font-size: 18px;
    border-radius: 8px;
  }
  
  #strong-point .box-inner-ttl{
    margin-top: 29px;
  }
  
  #strong-point .ttl03.sub-ttl .note{
    font-size: 16px;
  }
  
  #strong-point .content-wrap:nth-of-type(2n) .bg{
    padding: 80px 0;
  }
  
  
}
