/*------------------------------------------------------------
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: #231815;
  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 .font-ad{
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#strength .font-mont{
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#strength .txt-gradient{
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#strength .txt-orange{
  color: #FB6420;
}

#strength .txt{
  font-size: 14px;
  line-height: 1.8;
}

#strength .inner {
  width: calc(100% - 25px);
  max-width: 1200px;
  margin: 0 auto;
}

#strength .content-main{
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  background: url("../images/strength/content_main_sp.jpg")no-repeat center center / cover;
}

#strength .content-main .ja{
  position: relative;
  display: block;
  padding-left: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

#strength .content-main .ja::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

#strength .content-main .en{
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  padding: 0 40px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
  clip-path: polygon(158px 0%, 100% 0%, 100% 100%, 0% 100%);
  line-height: 1;
}

#strength .content-main .en img{
  width: 122px;
}

#strength .overview{
  margin: 60px 0 40px;
  text-align: center;
}

#strength .overview-ttl{
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .overview-txt{
  font-size: 14px;
  line-height: 1.8;
}

#strength .menu-list{
  width: calc(100% - 25px);
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#strength .menu-item{
  width: calc(100% - 25px);
}

#strength .menu-item:nth-of-type(2n){
  margin-left: auto;
}

#strength .menu-item-link{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 25px;
  color: #fff;
  z-index: 0;
}

#strength .menu-item-link::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 25% , rgb(247,183,51) 66% , rgb(247,183,51) 75% , rgb(252, 82, 28) 100%);
  background-size: 400% 100%;
  background-position: left bottom;
  border-radius: 5px;
  z-index: -2;
  transition: all .3s;
}

#strength .menu-item-link::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 25% , rgb(247,183,51) 66% , rgb(247,183,51) 75% , rgb(252, 82, 28) 100%);
  background-size: 400% 100%;
  background-position: right bottom;
  border-radius: 5px;
  z-index: -1;
  transition: all .3s;
  opacity: 0;
}

#strength .menu-item-link .num-block{
  position: relative;
  width: fit-content;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

#strength .menu-item-link .num-block::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  right: 0;
  top: calc(50% - 15px);
  background-color: #fff;
}

#strength .menu-item-link .num-block .num{
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

#strength .menu-item-link .link-txt{
  padding-left: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .menu-item-link .icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px 0 0 0;
  z-index: 1px;
}

#strength .menu-item-link .icon::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#strength .menu-item-link .icon::after{
  position: absolute;
  content: "";
  top: -30px;
  right: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#strength .point-content-wrapper{
  margin-top: 30px;
}

#strength .point-content{
  padding: 30px 0;
}

#strength .content-ttl{
  text-align: center;
}

#strength .content-ttl .num-block{
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

#strength .content-ttl .num-block::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 10px);
  background-color: #231815;
}

#strength .content-ttl .num-block .num{
  display: block;
  font-size: 28px;
  font-weight: 700;
}

#strength .content-ttl .ttl{
  display: block;
  margin-top: 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .content-overview{
  margin: 15px 0 40px;
  text-align: center;
}

#strength .point-content:nth-of-type(2n){
  background-color: #F6F6F6;
}

#strength .point01-list-wrapper{
  max-width: 350px;
  margin: 0 auto 40px;
}

#strength .point01-list{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#strength .point01-list .person-block{
  position: relative;
  width: 256px;
  margin: 0 auto 10px;
}

#strength .point01-list .person-block .name-block{
  position: absolute;
  top: 0;
  left: 0;
}

#strength .point01-list .person-block .name-block .case{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

_::-webkit-full-page-media, _:future, :root #strength .point01-list .person-block .name-block .case .txt-gradient{
  border: solid 2px #fff;
}

#strength .point01-list .person-block .name-block .num{
  margin-left: 3px;
}

#strength .point01-list .person-block .name-block  .name{
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

#strength .point01-list .person-block .name-block .name .large{
  font-size: 18px;
}

#strength .point01-list .img{
  width: 200px;
  margin-left: auto;
}

#strength .point01-list .data-block{
  position: relative;
  padding-right: 50px;
}

#strength .point01-list .emphasis{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 12px;
  right: 0;
  padding-top: 4px;
  align-content: center;
  background: url("../images/strength/strength_emphasis_icon.png")no-repeat center center / contain;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}

#strength .point01-list .emphasis .num{
  display: inline-block;
  font-size: 25px;
  transform: translateY(3px);
}

#strength .point01-list .before-block{
  position: relative;
  margin-bottom: 3px;
  padding: 29px 0 8px;
  background-color: #F6F6F6;
  text-align: center;
}

@media print, screen and (max-width: 767px){
  #strength .point01-list .list-item:nth-of-type(3) .before-block{
    padding-right: 48px;
  }
}

@media print, screen and (max-width: 374px){
  #strength .point01-list .list-item:nth-of-type(3) .before-txt{
    font-size: 12px;
  }
  
  #strength .point01-list .list-item:nth-of-type(3) .before-txt .income{
    margin-left: 2px;
  }
}

#strength .point01-list .before-block::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 13px;
  bottom: -13px;
  right: 105px;
  background-color: #231815;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

#strength .point01-list .before-ttl{
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 24px;
  background-color: #B6B6B6;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#strength .point01-list .before-txt{
  font-size: 13px;
  line-height: 1;
}

#strength .point01-list .before-txt .income{
  margin-left: 5px;
  font-size: 14px;
}

#strength .point01-list .before-txt .num{
  display: inline-block;
  margin: 0 3px;
  font-size: 28px;
  font-weight: 600;
  transform: translateY(2px);
}

#strength .point01-list .after-block{
  position: relative;
  padding: 29px 0 10px;
  background-color: #FFEDE4;
  text-align: center;
}

#strength .point01-list .after-ttl{
  position: absolute;
  top: 0;
  left: 0;
  width: 154px;
  height: 24px;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#strength .point01-list .after-txt{
  font-size: 15px;
  line-height: 1;
}

#strength .point01-list .after-txt .income{
  margin-left: 5px;
}

#strength .point01-list .after-txt .num{
  display: inline-block;
  margin: 0 2px 0 4px;
  font-size: 40px;
  font-weight: 600;
  transform: translateY(4px);
}

#strength .point01-list-wrapper .message{
  width: fit-content;
  margin: 10px 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .point01-welfare{
  margin: 40px 0;
}

#strength .content-ttl02{
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .content-ttl02::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#strength .welfare-list{
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 13px;
}

#strength .welfare-list .list-item{
  padding: 1px;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  border-radius: 5px;
}

#strength .welfare-list .list-item-content{
  padding: 30px 0;
  background-color: #fff;
  border-radius: 4px;
}

#strength .welfare-list .icon{
  width: 60px;
  margin: 0 auto 15px;
}

#strength .welfare-txt{
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
}

#strength .voice-block{
  position: relative;
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-template-rows: auto 1fr;
  gap: 10px 20px;
  align-items: center;
}

#strength .voice-icon{
  position: relative;
  grid-area: 1 / 1 / 2 / 2;
  width: fit-content;
  height: fit-content;
  padding: 12px 13px 6px;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  border-radius: 10px 10px 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
  
_::-webkit-full-page-media, _:future, :root #strength .voice-icon{
  padding: 10px 13px 8px;
}

#strength .voice-icon::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  bottom: 0;
  right: -9px;
  background-color: rgba(250,133,40,1);
  clip-path: polygon(0% 0%, 100% 100%, 0 100%);
}

#strength .voice-ttl{
  position: relative;
  grid-area: 1 / 2 / 2 / 3;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .voice-ttl .small{
  display: block;
  font-size: 14px;
  font-weight: 500;
}

#strength .voice-ttl::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  top: 5px;
  left: 0;
  background: linear-gradient(0deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#strength .voice-ttl .year{
  display: block;
}

#strength .voice-txt{
  grid-area: 2 / 1 / 3 / 3;
}

#strength .point02-change{
  position: relative;
  margin: 0 0 40px;
  padding: 30px 0;
  background-color: #fff;
}

#strength .change-person{
  position: relative;
  width: calc(100% - 95px);
  margin: 0 auto;
}


#strength .change-person:first-of-type::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 13px;
  left: calc(50% - 15px);
  bottom: -56px;
  background-color: #231815;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

#strength .change-job{
  position: absolute;
  top: 0;
  left: 0;
}

#strength .change-job .en{
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

_::-webkit-full-page-media, _:future, :root #strength .change-job .en{
  border: solid 2px #fff;
}

#strength .change-job .ja{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#strength .change-bg{
  position: relative;
  width: fit-content;
  margin: -30px auto 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 1.1;
  opacity: .2;
  transform: rotate(-15deg);
}

@-moz-document url-prefix() {
  #strength .change-bg{
    opacity: .4;
  }
}
#strength .change-txt{
  margin-top: 20px;
  text-align: center;
}

#strength .point02-relation{
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #fff;
}

#strength .relation-block{
  position: relative;
  max-width: 320px;
  margin: 20px auto 0;
}

#strength .relation-ttl{
  position: absolute;
  width: 150px;
  height: 150px;
  top: calc(50% - 64px);
  left: calc(50% - 75px);
  z-index: 1;
}

#strength .relation-ttl::before{
  position: absolute;
  content: "";
  width: 115px;
  height: 20px;
  top: calc(50% - 10px);
  left: -42px;
  background: url("../images/strength/strength_arrow.png")no-repeat 82px 0  / contain;
  background-color: #F6F6F6;
  z-index: -1;
  transform: scale(-1,1);
}

#strength .relation-ttl::after{
  position: absolute;
  content: "";
  width: 115px;
  height: 20px;
  top: calc(50% - 10px);
  right: -42px;
  background: url("../images/strength/strength_arrow.png")no-repeat 85px 0  / contain;
  background-color: #F6F6F6;
  z-index: -1;
}

#strength .relation-ttl .ttl-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../images/strength/strength_point02_img03.png")no-repeat center center / contain;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .relation-ttl .corp{
  margin-bottom: 5px;
  font-size: 15px;
}

#strength .relation-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 180px 30px;
}

#strength .relation-list .list-item{
  position: relative;
  min-height: 170px;
  padding: 20px 15px;
  background-color: #F6F6F6;
  border-radius: 5px;
}

#strength .relation-list .list-item:nth-of-type(3),
#strength .relation-list .list-item:nth-of-type(4){
  padding: 33px 15px;
}

#strength .relation-list .list-item::before,
#strength .relation-list .list-item::after{
  position: absolute;
  content: "";
  background: url("../images/strength/strength_arrow.png")no-repeat center center / contain;
  background-color: #F6F6F6;
}

#strength .relation-list .list-item:nth-of-type(1)::before{
  top: 40px;
  right: -30px;
  width: 30px;
  height: 20px;
}

#strength .relation-list .list-item:nth-of-type(1)::after{
  top: 100%;
  left: 45px;
  width: 90px;
  height: 20px;
  background-position: 20px 0px;
  transform: rotate(90deg);
  z-index: 1;
  transform-origin: top left;
}

#strength .relation-list .list-item:nth-of-type(2)::before{
  top: 90px;
  left: -30px;
  width: 30px;
  height: 20px;
  transform: scale(-1,1);
}

#strength .relation-list .list-item:nth-of-type(2)::after{
  top: 100%;
  right: -65px;
  width: 90px;
  height: 20px;
  background-position: 20px 0px;
  transform: rotate(90deg);
  z-index: 1;
  transform-origin: top left;
}

#strength .relation-list .list-item:nth-of-type(3)::before{
  bottom: 100px;
  right: -30px;
  width: 30px;
  height: 20px;
}

#strength .relation-list .list-item:nth-of-type(3)::after{
  bottom: 100%;
  left: 45px;
  width: 90px;
  height: 20px;
  background-position: 20px 0px;
  transform: rotate(-90deg);
  z-index: 1;
  transform-origin: left bottom;
}

#strength .relation-list .list-item:nth-of-type(4)::before{
  bottom: 50px;
  left: -30px;
  width: 30px;
  height: 20px;
  transform: scale(-1,1);
}

#strength .relation-list .list-item:nth-of-type(4)::after{
  bottom: 100%;
  right: -65px;
  width: 90px;
  height: 20px;
  background-position: 20px 0px;
  transform: rotate(-90deg);
  z-index: 1;
  transform-origin: left bottom;
}

#strength .relation-list .list-item .ttl{
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .point03-allowance{
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #F6F6F6;
}

#strength .allowance-wrapper{
  max-width: 300px;
  margin: 20px auto 0;
}

#strength .allowance-list-block{
  padding: 1px;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
  border-radius: 5px;
}

#strength .allowance-list-content{
  padding: 29px 24px;
  background-color: #fff;
  border-radius: 4px;
}

#strength .allowance-list-content .txt{
  margin-bottom: 15px;
  text-align: center;
}

#strength .allowance-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 5px;
}

#strength .allowance-list .list-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .allowance-list .list-item::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
}

#strength .allowance-list .price .num{
  font-size: 20px;
}

#strength .allowance-wrapper .plus-icon{
  width: 40px;
  margin: 25px auto;
}

#strength .allowance-wrapper .note{
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}

#strength .allowance-wrapper .plus-icon.small{
  width: 20px;
  margin: 15px auto;
}

#strength .allowance-small{
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
}

#strength .allowance-small-content{
  padding: 15px 0;
  background-color: #fff;
  border-radius: 99px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#strength .point03-qualification{
  margin: 40px 0;
}

#strength .qualification-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: clamp(300px,calc(100% - 25px),470px);
  margin: 20px auto 0;
  counter-reset: listnum;
}

#strength .qualification-list .list-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#strength .qualification-list .list-item .ttl{
  position: relative;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  z-index: 0;
}

#strength .qualification-list .list-item .ttl::before{
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  counter-increment: listnum;
  content: counter(listnum,decimal-leading-zero);
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  opacity: .4;
  z-index: -1;
}

#strength .qualification-list .list-item .img{
  width: calc(100% - 130px);
  border-radius: 10px;
  overflow: hidden;
}

#strength #content04{
  padding: 30px 0;
}

#strength .content04-support{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
  width: calc(100% - 55px);
  margin: 40px auto;
}

#strength .support-ttl .en{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

#strength .support-ttl{
  margin-bottom: 5px;
}

#strength .support-ttl .en .num{
  margin-left: 3px;
  font-size: 18px;
}

#strength .support-ttl .ja{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#strength .support-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 590/170;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

@media print, screen and (max-width: 374px){
  #strength .support-item{
    font-size: 16px;
  }
}

#strength .support-item:last-of-type{
  margin-top: 10px;
}

#strength .support-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#strength .support-img img{
  height: 100%;
  object-fit: cover;
}


@media print, screen and (min-width: 768px) {
  
  #strength .sp-br {
    display: none;
  }
  
  #strength .pc-br {
    display: inline;
  }
  
  #strength .txt{
    font-size: 16px;
  }
  
  #strength .content-main{
    height: 280px;
    background: url("../images/strength/content_main_pc.jpg")no-repeat center center / cover;
  }

  #strength .content-main .ja{
    padding-left: max(60px,calc(50vw - 600px + 60px));
    font-size: 46px;
  }

  #strength .content-main .ja::before{
    width: max(40px,calc(50vw - 600px + 40px));
    height: 2px;
    top: calc(50% - 1px);
  }

  #strength .content-main .en{
    width: max(650px,calc(50vw - 310px)); 
    padding: 0 120px;
    left: auto;
    right: 0;
    clip-path: polygon(325px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  #strength .content-main .en img{
    width: 365px;
  }

  #strength .overview{
    margin: 100px 0 80px;
  }

  #strength .overview-ttl{
    margin-bottom: 40px;
    font-size: 28px;
  }

  #strength .overview-txt{
    font-size: 18px;
  }
  
  #strength .menu-list{
    max-width: 1180px;
    flex-direction: row;
    gap: 20px;
  }

  #strength .menu-item{
    width: 100%;
  }
  
  #strength .menu-item:nth-of-type(2n){
    margin: 50px 0 0;
  }

  #strength .menu-item-link{
    min-height: 300px;
    flex-direction: column;
    padding: 50px 0 0;
    transition: all .3s;
  }
  
  #strength .menu-item-link::before,
  #strength .menu-item-link::after{
    border-radius: 10px;
  }

  #strength .menu-item-link .num-block{
    padding: 0 0 20px;
    font-size: 18px;
  }

  #strength .menu-item-link .num-block::before{
    width: 30px;
    height: 2px;
    top: auto;
    bottom: 0;
    right: calc(50% - 15px);
  }

  #strength .menu-item-link .num-block .num{
    font-size: 48px;
  }

  #strength .menu-item-link .link-txt{
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  
  #strength .menu-item-link .icon{
    width: 50px;
    height: 50px;
    border-radius: 10px 0 0 0;
  }
  
  #strength .menu-item-link .icon img{
    display: block;
    transition: all .3s;
  }

  #strength .menu-item-link .icon::before{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff
  }

  #strength .menu-item-link .icon::after{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff;
  }
  
  #strength .point-content-wrapper{
    margin-top: 80px;
  }
  
  #strength .point-content{
    padding: 100px 0;
  }

  #strength .content-ttl .num-block{
    padding-bottom: 20px;
    font-size: 18px;
  }

  #strength .content-ttl .num-block::before{
    width: 30px;
    height: 2px;;
    left: calc(50% - 15px);
  }

  #strength .content-ttl .num-block .num{
    font-size: 48px;
  }

  #strength .content-ttl .ttl{
    margin-top: 30px;
    font-size: 40px;
  }

  #strength .content-overview{
    margin: 30px 0 80px;
  }
 
  #strength .point01-list-wrapper{
    max-width: none;
    margin-bottom: 80px;
  }

  #strength .point01-list{
    gap: 60px;
  }

  #strength .point01-list .list-item{
    display: flex;
    justify-content: space-between;
  }
  
  #strength .point01-list .person-block{
    width: 420px;
    margin: 0;
  }

  #strength .point01-list .person-block .name-block .case{
    font-size: 18px;
    line-height: 1.6;
  }

  #strength .point01-list .person-block .name-block .num{
    margin-left: 6px;
    font-size: 26px;
  }

  #strength .point01-list .person-block .name-block  .name{
    font-size: 20px;
  }

  #strength .point01-list .person-block .name-block .name .large{
    font-size: 26px;
  }

  #strength .point01-list .img{
    width: 400px;
  }

  #strength .point01-list .data-block{
    width: 700px;
    padding-right: 100px;
  }

  #strength .point01-list .emphasis{
    width: 170px;
    height: 170px;
    top: 40px;
    font-size: 20px;
  }

  #strength .point01-list .emphasis .num{
    font-size: 40px;
    transform: translate(-2px,3px);
  }

  #strength .point01-list .before-block{
    margin-bottom: 6px;
    padding: 40px 0 16px;
  }

  #strength .point01-list .before-block::before{
    width: 48px;
    height: 18px;
    bottom: -18px;
    right: calc(50% - 24px);
  }

  #strength .point01-list .before-ttl{
    width: 118px;
    height: 30px;
    font-size: 18px;
    line-height: 2;
  }

  #strength .point01-list .before-txt{
    font-size: 16px;
  }

  #strength .point01-list .before-txt .income{
    margin-left: 10px;
  }

  #strength .point01-list .before-txt .num{
    margin: 0 2px 0 4px;
    font-size: 56px;
    transform: translateY(4px);
  }

  #strength .point01-list .after-block{
    padding: 39px 0 16px;
  }

  #strength .point01-list .after-ttl{
    width: 200px;
    height: 29px;
    font-size: 18px;
  }

  #strength .point01-list .after-txt{
    font-size: 20px;
  }

  #strength .point01-list .after-txt .income{
    margin-left: 10px;
    font-size: 24px;
  }

  #strength .point01-list .after-txt .num{
    font-size: 80px;
  }

  #strength .point01-list-wrapper .message{
    font-size: 18px;
  }

  #strength .point01-welfare{
    margin: 80px 0;
  }

  #strength .content-ttl02{
    padding-left: 50px;
    font-size: 26px;
    line-height: 1.8;
  }

  #strength .content-ttl02::before{
    width: 30px;
    height: 2px;
    top: calc(50% - 1px);
  }

  #strength .welfare-list{
    margin: 40px auto 0;
    grid-template-columns: repeat(4,1fr);
    gap: 26px;
  }

  #strength .welfare-list .list-item{
    border-radius: 10px;
  }

  #strength .welfare-list .list-item-content{
    padding: 48px 0;
    border-radius: 9px;
  }

  #strength .welfare-list .icon{
    width: 120px;
    margin: 0 auto 30px;
  }

  #strength .welfare-txt{
    font-size: 18px;
  }
  
  #strength .voice-block{
    grid-template-columns: 288px 1fr;
    gap: 20px 18px;
  }

  #strength .voice-icon{
    position: relative;
    margin: 0 auto;
    padding: 22px 35px 16px;
    border-radius: 20px 20px 0 20px;
    font-size: 24px;
    grid-area: 1 / 1 / 3 / 2;
    line-height: 1.25;
  }
  
  _::-webkit-full-page-media, _:future, :root #strength .voice-icon{
    padding: 20px 35px 18px;
  }
  
  #strength .voice-icon::before{
    width: 18px;
    height: 20px;
    right: -17px;
  }
  
  #strength .voice-ttl{
    padding: 30px 30px 0 42px;
    font-size: 18px;
    grid-area: 1 / 2 / 2 / 3;
  }
  
  #strength .voice-ttl::before{
    width: 2px;
    height: 16px;
    top: 36px;
    left: 30px;
  }
  
  #strength .voice-ttl .year{
    display: inline-block;
    margin-right: 1em;
  }
  
  #strength .voice-ttl .small{
    display: inline;
    font-size: 18px;
    font-weight: 700;
  }
  
  #strength .voice-txt{
    padding: 0 30px 30px;
    grid-area: 2 / 2 / 3 / 3;
  }
  
  #strength .point02-change{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 80px;
    padding: 40px 102px;
  }

  #strength .change-person{
    width: 400px;
    margin: 0;
  }

  #strength .change-person:first-of-type::before{
    width: 24px;
    height: 60px;
    left: calc(100% + 86px);
    bottom: auto;
    top: calc(50% - 30px);
    clip-path: polygon(0 0, 100% 50% , 0 100%);
  }

  #strength .change-job .en{
    font-size: 18px;
    line-height: 1.6;
  }

  #strength .change-job .ja{
    font-size: 26px;
  }

  #strength .change-bg{
    position: absolute;
    top: 200px;
    left: 50%;
    font-size: 180px;
    transform: translateX(-50%) rotate(-15deg);
    z-index: 1;
  }

  #strength .change-txt{
    width: 814px;
    margin: 40px auto 0;
    text-align: left
  }

  #strength .point02-relation{
    margin-bottom: 80px;
    padding: 50px 0;
  }

  #strength .relation-block{
    max-width: 1040px;
    margin: 40px auto 0;
  }

  #strength .relation-ttl{
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
  }

  #strength .relation-ttl::before{
    width: 310px;
    top: calc(50% - 10px);
    left: -185px;
    background: url("../images/strength/strength_arrow.png")no-repeat 210px 0  / 25px 20px;
    background-color: #F6F6F6;
  }

  #strength .relation-ttl::after{
    width: 310px;
    right: -185px;
    background: url("../images/strength/strength_arrow.png")no-repeat 210px 0  / 25px 20px;
    background-color: #F6F6F6;
  }

  #strength .relation-ttl .ttl-block{
    font-size: 26px;
    line-height: 1.8;
  }

  #strength .relation-ttl .corp{
    margin-bottom: 10px;
    font-size: 18px;
  }

  #strength .relation-list{
    gap: 210px 240px;
  }

  #strength .relation-list .list-item{
    height: 130px;
    min-height: auto;
    padding: 16px 30px;
    border-radius: 10px;
  }
  
  #strength .relation-list .list-item:nth-of-type(3),
  #strength .relation-list .list-item:nth-of-type(4){
    padding: 30px;
  }

  #strength .relation-list .list-item::before,
  #strength .relation-list .list-item::after{
    background-size: 25px 20px;
  }
  
  #strength .relation-list .list-item:nth-of-type(1)::before{
    top: 55px;
    right: -120px;
    width: 120px;
    background-position: 40px 0px
  }

  #strength .relation-list .list-item:nth-of-type(1)::after{
    left: 210px;
    width: 105px;
    background-position: 25px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(2)::before{
    top: 55px;
    left: -120px;
    width: 120px;
    transform: scale(-1,1);
    background-position: 40px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(2)::after{
    right: 85px;
    height: 20px;
    width: 105px;
    background-position: 25px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(3)::before{
    bottom: 55px;
    right: -120px;
    width: 120px;
    background-position: 40px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(3)::after{
    left: 210px;
    width: 105px;
    background-position: 25px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(4)::before{
    bottom: 55px;
    left: -120px;
    width: 120px;
    background-position: 40px 0px;
  }

  #strength .relation-list .list-item:nth-of-type(4)::after{
    right: 85px;
    width: 105px;
    background-position: 25px 0px;
  }

  #strength .relation-list .list-item .ttl{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.6;
  }

  #strength .point03-allowance{
    margin-bottom: 80px;
    padding: 50px 0 80px;
  }

  #strength .allowance-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 960px;
    margin: 40px auto 0;
  }
  
  #strength .allowance-list-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
  }

  #strength .allowance-list-block{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-radius: 10px;
  }

  #strength .allowance-list-content{
    padding: 29px 48px 20px;
    border-radius: 9px;
    flex-grow: 1;
  }

  #strength .allowance-list-content .txt{
    margin-bottom: 30px;
  }

  #strength .allowance-list{
    gap: 10px;
  }

  #strength .allowance-list .list-item{
    padding-left: 22px;
    font-size: 18px;
  }

  #strength .allowance-list .list-item::before{
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }

  #strength .allowance-list .price .num{
    font-size: 24px;
  }

  #strength .allowance-wrapper .plus-icon{
    width: 80px;
    display: flex;
    align-items: center;
  }

  #strength .allowance-wrapper .note{
    position: absolute;
    bottom: -32px;
    right: 0;
    font-size: 16px;
  }
  
  #strength .allowance-small-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 80px 0 0 auto;
  }

  #strength .allowance-wrapper .plus-icon.small{
    position: static;
    width: 40px;
    margin: auto 30px;
  }

  #strength .allowance-small{
    width: 340px;
  }

  #strength .allowance-small-content{
    padding: 26px 0;
    font-size: 18px;
  }

  #strength .allowance-small-block .note{
    position: static;
    width: 100%;
  }
  
  #strength .point03-qualification{
    margin: 80px 0;
  }

  #strength .qualification-list{
    flex-direction: row;
    gap: 40px;
    width: 960px;
    margin: 40px auto 0;
  }

  #strength .qualification-list .list-item{
    display: block;
  }

  #strength .qualification-list .list-item .ttl{
    width: 100%;
    margin-bottom: 20px;
    padding-top: 38px;
    font-size: 18px;
  }

  #strength .qualification-list .list-item .ttl::before{
    top: -4px;
    font-size: 56px;
  }
  
  ::-webkit-full-page-media, :future, :root
    #strength .qualification-list .list-item .ttl::before{
      top: -12px;
  }

  #strength .qualification-list .list-item .img{
    width: 100%;
    border-radius: 20px;
  }

  #strength .content04-support{
    width: 100%;
    gap: 40px;
    margin: 100%;
    margin: 80px auto;
  }
  
  #strength .support-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #strength .support-ttl{
    width: 100%;
  }
  
  #strength .support-ttl .en{
    font-size: 18px;
    line-height: 1.6;
  }

  #strength .support-ttl{
    margin-bottom: 10px;
  }

  #strength .support-ttl .en .num{
    margin-left: 6px;
    font-size: 26px;
  }

  #strength .support-ttl .ja{
    font-size: 26px;
    line-height: 1.1;
  }

  #strength .support-item{
    width: calc((100% - 20px) / 2);
    height: 170px;
    margin: 0;
    border-radius: 20px;
    font-size: 26px;
    line-height: 1.4;
  }

  #strength .support-item:last-of-type{
    margin: 0;
  }
  
  #strength .support-txt{
    width: 100%;
    height: 100%;
    align-content: center;
  }
}

@media print, screen and (min-width: 1201px){
  #strength .menu-item-link:hover::after{
    opacity: 1;
  }
  
  #strength .menu-item-link:hover .icon img{
    transform: translateY(10px);
  }
}
