/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#strength {
  font-size: 13px;
  font-weight: 500;
  color: #1F0305;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#strength * {
  box-sizing: border-box;
}

#strength a {
  transition: opacity .3s;
}

#strength a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#strength a:hover {
  text-decoration: none;
}

#strength a:focus-visible {
  outline: none;
}

#strength img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#strength .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#strength .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#strength .pc-br {
  display: none;
}

#strength .sp-br {
  display: inline;
}

#strength .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#strength .font-mont{
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}

#strength .strength-txt a{
  color: #D41221;
  text-decoration: underline;
  transition: all .3s;
}

#strength .strength-txt a.mail-link{
  display: block;
  margin-top: 5px;
}

#strength .strength-txt a.pdf-link svg{
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 5px;
  transform: translateY(3px);
}

#strength .strength-txt a.pdf-link svg path{
  fill: #D41221;
  transition: all .3s;
}

#strength .common-heading .ja{
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(31, 3, 5) 75%, rgb(31, 3, 5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}
#strength .common-heading .en{
  background: rgb(31, 3, 5);
  background: linear-gradient(-90deg, rgb(31, 3, 5) 0%, rgb(230, 0, 133) 38%, #e60012 75%, #e60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}

#strength .common-heading.scroll-in .ja{
  animation: heading01 ease-in-out 2s forwards;
}
#strength .common-heading.scroll-in .en{
  animation: heading01 ease-in-out 3s forwards;
}

#strength .strength-heading{
  position: relative;
  padding-top: 110px;
}

#strength .strength-heading::before{
  position: absolute;
  content: "STRENGTH";
  bottom: 40px;
  left: 12px;
  color: #FEF2F2;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: .8;
  z-index: -1;
}

#strength .strength-heading .ja,
#strength .strength-heading .en{
  display: block;
  line-height: 1.1;
}

#strength .strength-heading .ja{
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 700;
}

#strength .strength-heading .en{
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
} 

#strength .strength-menu{
  max-width: 1200px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
}

#strength .menu-item{
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}

#strength .strength-menu .menu-item:nth-of-type(3),
#strength .strength-menu .menu-item:nth-of-type(4){
  margin-bottom: 0;
}


#strength .strength-menu .menu-item:first-of-type::after,
#strength .strength-menu .menu-item:nth-of-type(2)::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #DDD;
}

#strength .strength-menu .menu-item:nth-of-type(2n){
  border-right: solid 1px #DDDDDD;
}

#strength .strength-menu .menu-item:nth-of-type(2n+1){
  border-left: solid 1px #DDDDDD;
  background-image: repeating-linear-gradient(180deg, #DDD, #DDD 2px, transparent 2px, transparent 4px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

#strength .strength-menu .menu-item-txt{
  position: relative;
  display: block;
  padding: 10px 0 22px;
  color: #1F0305;
  font-size: 15px;
  text-align: center;
  transition: all .3s;
}

#strength .strength-menu .menu-item-txt::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  left: calc(50% - 8px);
  bottom: 4px;
  background: url("../images/strength/arrow_red.svg")no-repeat center center / contain;
  transition: all .3s;
}

#strength .content-heading .ja,
#strength .content-heading .en{
  display: block;
  line-height: 1.2;
}

#strength .content-heading .ja{
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 700;
}

#strength .content-heading .en{
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

#strength .content-heading .en::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E60012;
  top: calc(50% - 3px);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  
  #strength .sp-br {
    display: none;
  }
  
  #strength .pc-br {
    display: inline;
  }
  
  #strength .strength-txt a{
    color: #1F0305;
    font-weight: 700;
    text-decoration: none;
  }
  
  #strength .strength-txt a.pdf-link svg path{
    fill: #1F0305
  }
  
  #strength .strength-heading{
    padding-top: 140px;
    padding-left: 10px;
  }

  #strength .strength-heading::before{
    bottom: 80px;
    left: 20px;
    font-size: 120px;
  }

  #strength .strength-heading .ja{
    margin-bottom: 24px;
    font-size: 48px;
    filter: blur(0);
  }

  #strength .strength-heading .en{
    padding-left: 20px;
    font-size: 30px;
    filter: blur(0);
  }

  #strength .strength-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #strength .strength-menu{
    margin: 130px auto 0;
  }
  
  #strength .strength-menu .menu-item-txt{
    padding: 14px 0 28px;
    font-size: 18px;
  }

  #strength .strength-menu .menu-item-txt::before{
    width: 20px;
    height: 12px;
    left: calc(50% - 10px);
    bottom: 12px;
    transition: all .3s;
  }
  
  #strength .menu-item{
    width: calc(100% / 3);
    overflow: hidden;
    margin-bottom: 0!important;
    background-image: repeating-linear-gradient(180deg, #DDD, #DDD 3px, transparent 3px, transparent 6px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }

  #strength .strength-menu .menu-item:first-of-type::after,
  #strength .strength-menu .menu-item:nth-of-type(2)::after{
    content: none;
  }

  #strength .strength-menu .menu-item:nth-of-type(2n),
  #strength .strength-menu .menu-item:nth-of-type(2n+1){
    border: none;
  }
  
  #strength .strength-menu .menu-item:first-of-type{
    border-left: solid 1px #DDD;
  }
  
  #strength .strength-menu .menu-item:last-of-type{
    background: none;
    border-right: solid 1px #DDD;
  }
  
  #strength .menu-item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  #strength .content-heading .ja{
    margin-bottom: 16px;
    font-size: 34px;
    filter: blur(0);
  }

  #strength .content-heading .en{
    padding-left: 20px;
    font-size: 26px;
    filter: blur(0);
  }

  #strength .content-heading .en::before{
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }

  #strength .content-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #strength #content02 .content-heading .en::after{
    background-color: #514F4F;
  }
  
  #strength #content03 .content-heading .en::after{
    background-color: #F7F8FC;
  }
}

@media print, screen and (min-width: 1201px){
  #strength .menu-item:hover::before{
    transform: none;
  }
  
  #strength .menu-item:hover .menu-item-txt::before{
    transform: translateY(2px);
  }
  
  #strength .strength-txt a:hover{
    color: #D41221;
  }
  
  #strength .strength-txt a:hover svg path{
    fill: #D41221;
  }
}

@keyframes heading01 {
  0% {
    background-position: 100%,0;
  }
  100% {
    background-position: 0,0;
  }
}

/*------------------------------------------------------------
content
------------------------------------------------------------*/
#strength .company-main {
  margin-bottom: 90px;
}

/*------REASONここから------*/
#strength #content01 {
  padding: 75px 0 80px;
}

#strength .reason-content {
  position: relative;
  margin-top: 13px;
}

#strength .reason-content::before {
  position: absolute;
  content: "";
  width: calc(100% + 12px);
  height: 100%;
  background: #F7F8FC;
  left: -12px;
}

#strength .movie-wrap {
  position: relative;
  padding: 53px 0 28px;
}

#strength .movie-wrap .movie {
  width: 180px;
  margin: 0 auto;
}

#strength .movie-wrap .ttl {
  color: #D41221;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

#strength .movie-wrap .txt {
  width: calc(100% - 36px);
  line-height: 1.77;
  margin: 0 auto;
}

#strength .reason-wrap {
  position: relative;
}

#strength .reason-list {
  position: relative;
  padding: 48px 8px 0 13px;
}

#strength .reason-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

#strength .reason-item {
  margin-bottom: 40px;
}

#strength .reason-item:last-of-type {
  margin-bottom: auto;
}

#strength .reason-wrap .ttl-wrap {
  position: relative;
  min-height: 52px;
}

#strength .reason-wrap .circleTxt {
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 22px;
  top: 8px;
  left: 0;
  z-index: 1;
}

#strength .reason-wrap .circleTxt::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: calc(50% - 20px);
  left: calc(50% - 20px);
  background: linear-gradient(90deg,#e60085 0%,#d41221 100%);
  border-radius: 50%;
  transform: rotate(45deg);
}

#strength .reason-wrap .circleTxt .circleItem {
  position: absolute;
  width: 42px;
  height: 42px;
  top: -2px;
  left: 2px;
}

#strength .reason-wrap .circleTxt .circleItem svg {
   overflow: visible;
   transform: rotate(38deg);
}

#strength .reason-wrap .circleTxt .circleItem svg path {
  fill: none;
}

#strength .reason-wrap .circleTxt .circleItem svg text {
  fill: #e60012;
  font-weight: 700;
}

#strength .reason-wrap .circleTxt .num {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  top: 0;
  left: 0;
}

#strength .reason-wrap .ttl-wrap .ttl {
  width: calc(100% + 10px);
  color: #E60085;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 54px;
  padding-top: 16px;
}

#strength .reason-item .txt {
  font-size: 14px;
  line-height: 1.78;
  margin: 15px auto 20px;
}
/*------REASONここまで------*/

/*------DATAここから------*/
#strength #content02 {
  padding: 56px 0 50px;
  background: #514F4F;
}

#strength #content02 .common-heading .ja {
  background-image: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}

#strength #content02 .common-heading .en {
  background-image: linear-gradient(-90deg, rgb(31, 3, 5) 0%, rgb(230, 0, 18) 38%, rgb(230, 0, 133) 75%, rgb(230, 0, 133) 100%);
}

#strength #content02 .common-heading .en::before {
  background-color: #E60085;
}

#strength .data-content {
  margin-top: 40px;
}

#strength .data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#strength .data-item {
  position: relative;
}

#strength .data-item::before, #strength .data-item.sp-last::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #F7F8FC;
  top: 0;
  left: 0;
}

#strength .data-item.sp-last::after {
  top: auto;
  bottom: 0;
}

#strength .data-item-ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#strength .data-item-ttl .ttl {
  position: relative;
  display: inline-block;
}

#strength .data-item-ttl .ttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #E60012;
  bottom: -8px;
  left: calc(50% - 5px);
}

#strength .data-item-ttl .ttl .sub-ttl {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-top: -5px;
}
/*------DATAここまで------*/

/*------WELFAREここから------*/
#strength #content03 {
  padding: 50px 0 40px;
  background: #F7F8FC;
}

#strength .welfare-content {
  margin-top: 40px;
}

#strength .welfare-list {
  padding: 0 18px;
}

#strength .welfare-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  padding: 20px 17px;
  margin-bottom: 20px;
}

#strength .welfare-item:last-of-type {
  margin-bottom: auto;
}

#strength .welfare-item .ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 10px auto 15px;
  line-height: 1.45;
}

#strength .welfare-item .txt {
  line-height: 1.77;
}
/*------WELFAREここまで------*/

@media print, screen and (min-width: 768px){
  #strength .company-main {
    margin-bottom: 180px;
  }
/*------REASONここから------*/
  #strength #content01 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 88px;
    margin-top: 50px;
  }
  
  #strength .reason-content {
    margin-top: 78px;
  }
  
  #strength .reason-content::before {
    width: 100vw;
    height: 1080px;
    left: calc(50% - 50vw);
  }
  
  #strength .movie-wrap {
    position: absolute;
    width: 180px;
    padding-top: 72px;
  }
  
  #strength .movie-wrap .ttl {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  #strength .movie-wrap .txt {
    font-size: 14px;
    width: 100%;
  }
  
  #strength .reason-wrap {
    max-width: 962px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 72px;
  }
  
  #strength .reason-list {
    padding: 98px 0 0 62px;
  }
  
  #strength .reason-list::before {
    width: calc(100% + calc(50vw - 50%));
  }
  
  #strength .reason-item {
    display: flex;
    margin-bottom: 60px;
  }
  
  #strength .reason-wrap .ttl-wrap {
    min-height: 75px;
  }
  
  #strength .reason-wrap .circleTxt {
    width: 70px;
    height: 70px;
  }
  
  #strength .reason-wrap .circleTxt::before {
    width: 60px;
    height: 60px;
    bottom: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  
  #strength .reason-wrap .circleTxt .circleItem {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
  }
  
  #strength .reason-wrap .circleTxt .num {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  
  #strength .reason-wrap .ttl-wrap .ttl {
    font-size: 20px;
    padding-left: 90px;
    padding-top: 30px;
  }
  
  #strength .reason-item .txt {
    font-size: 16px;
    line-height: 2;
    margin: 30px auto auto;
  }
  
  #strength .reason-item .img {
    flex-shrink: 0;
    margin-left: 40px;
  }
/*------REASONここまで------*/

/*------DATAここから------*/
  #strength #content02 {
    padding: 108px 0 100px;
  }
  
  #strength .data-content {
    margin-top: 78px;
  }
  
  #strength .data-item {
    padding: 20px 0;
  }
  
  #strength .data-item.sp-last::after {
    content: none;
  }
  
  #strength .data-item.pc-last::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #F7F8FC;
    bottom: 0;
    left: 0;
  }
  #strength .data-item:first-of-type,
  #strength .data-item:nth-of-type(5),
  #strength .data-item:nth-of-type(6),
  #strength .data-item:nth-of-type(7),
  #strength .data-item:nth-of-type(8){
    width: calc(100% / 3);
  }
  
  #strength .data-item:nth-of-type(2),
  #strength .data-item:nth-of-type(4){
    width: calc((100% / 3) * 2);
  }
  
  #strength .data-item-ttl {
    font-size: 30px;
    padding-top: 40px;
  }
  
  #strength .pc-last .data-item-ttl {
    padding-top: 60px;
  }
  
  #strength .data-item-ttl .ttl::before {
    width: 20px;
    height: 4px;
    bottom: -12px;
  }
  
  #strength .data-item-ttl .ttl .sub-ttl {
    font-size: 16px;
    margin-top: -16px;
  }
  
  #strength .data-item .data-item-img {
    position: relative;
  }
  
  #strength .data-item.line .data-item-img::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #F7F8FC;
    top: 0;
    right: 0;
  }
/*------DATAここまで------*/

/*------WELFAREここから------*/
  #strength #content03 {
    padding: 105px 0 78px;
  }
  
  #strength .welfare-content {
    margin-top: 78px;
  }
  
  #strength .welfare-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #strength .welfare-item {
    width: calc((100% - 60px) / 3);
    min-height: 380px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 42px 40px 28px;
    margin-bottom: 30px;
    
  }
  
  #strength .welfare-item:last-of-type {
    margin-bottom: 30px;
  }
  
  #strength .welfare-item .ttl {
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 30px;
  }
  
  #strength .welfare-item .txt {
    font-size: 14px;
    margin-bottom: auto;
  }
  
  /*------WELFAREここまで------*/
}
@media print, screen and (min-width: 1201px){

  #strength .data-item:first-of-type,
  #strength .data-item:nth-of-type(5),
  #strength .data-item:nth-of-type(6),
  #strength .data-item:nth-of-type(7),
  #strength .data-item:nth-of-type(8),
  #strength .data-item:nth-of-type(2),
  #strength .data-item:nth-of-type(4){
    width: auto;
  }
}