body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#aboutus {
  font-size: 13px;
  font-weight: 500;
  color: #153C4A;
  overflow: hidden;
  background: #fff;
  position: relative;
  background: #EBF5FA;
  background: linear-gradient(270deg, rgb(235, 245, 250) 0%, rgb(253, 245, 235) 30%, rgb(255, 246, 243) 56%, rgb(253, 245, 235) 78%, rgb(235, 242, 244) 100%);
}

#aboutus * {
  box-sizing: border-box;
}

#aboutus a {
  transition: opacity .3s;
}

#aboutus a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#aboutus a:hover {
  text-decoration: none;
}

#aboutus a:focus-visible {
  outline: none;
}

#aboutus img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#aboutus .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#aboutus .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#aboutus .pc-br {
  display: none;
}

#aboutus .sp-br {
  display: inline;
}

#aboutus .inline-block{
  display: inline-block;
}

#aboutus .inner {
  width: calc(100% - 35px);
  max-width: 1200px;
  margin: 0 auto;
}

#aboutus .font-hel{
  font-family: helvetica-lt-pro, "Noto Sans JP", futura-pt, "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#aboutus .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

#aboutus .txt-red{
  color: #DA4014;
}

#aboutus .common-ttl .en{
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1;
}

#aboutus .common-ttl .ja{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#aboutus .main-ttl{
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#aboutus .main-ttl .en{
  display: block;
  padding: 0 20px;
  background: #005979;
  background: linear-gradient(140deg, rgb(0, 89, 121) 0%, rgb(2, 125, 188) 10%, rgb(0, 89, 121) 40%, rgb(2, 125, 188) 50%, rgb(0, 89, 121) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1.8;
}

#aboutus .main-ttl .ja{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#aboutus .menu-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px 11px;
  width: calc(100% - 24px);
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#aboutus .menu-list .list-item a{
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 4px 10px rgba(218,64,20,.1);
  color: #153C4A;
  font-size: 14px;
  font-weight: 700;
}

#aboutus .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 10px;
  background: url("../images/aboutus/arrow_red.svg")no-repeat center center / contain;
}

#aboutus .overview{
  padding: 60px 0;
  background: #fff;
}

#aboutus .overview .txt-block{
  max-width: 340px;
  margin: 0 auto;
}

#aboutus .overview .mintoku-logo{
  width: 300px;
}

#aboutus .overview .ttl{
  margin: 20px 0 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#aboutus .overview-achievements{
  margin: 32px 0;
}

#aboutus .overview-achievements .achievements-ttl{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

#aboutus .overview-achievements .achievements-ttl .num{
  margin-left: -5px;
  font-size: 54px;
}

#aboutus .overview-achievements .achievements-ttl .small{
  font-size: 15px;
}

#aboutus .overview-achievements .achievements-list{
  width: 260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px 20px;
}

#aboutus .overview-achievements .achievements-list .list-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #FDF4EB;
  border-radius: 50%;
}

#aboutus .overview-achievements .achievements-list .list-item-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#aboutus .overview-achievements .achievements-list .list-item-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

#aboutus .overview-achievements .achievements-list .list-item-data .num{
  font-size: 45px;
  line-height: 1;
}

#aboutus .overview-achievements .achievements-list .list-item-data .txt{
  position: relative;
  top: -7px;
  margin-left: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

#aboutus .overview-achievements .achievements-list .list-item-data .percent{
  font-size: 15px;
}

#aboutus .overview .img-block{
  width: calc(100% + 35px);
  margin: 0 -17.5px;
}

#aboutus .aboutus-content{
  padding: 60px 0;
}

#aboutus .reasons-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 80px;
  margin-top: 36px;
}

#aboutus .reasons-list .txt-block{
  margin-bottom: 16px;
}

#aboutus .reasons-ttl{
  position: relative;
  margin-bottom: 34px;
  z-index: 0;
}

#aboutus .reasons-ttl .en{
  display: block;
  font-size: 16px;
  line-height: 1;
}

#aboutus .reasons-ttl .ja{
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

#aboutus .reasons-ttl .num{
  position: absolute;
  left: 140px;
  top: -14px;
  color: #F0B3A1;
  font-size: 70px;
  line-height: 1;
  z-index: -1;
}

#aboutus .reasons-list .main-txt{
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#aboutus .reasons-list .img-block{
  text-align: center;
}

#aboutus #message{
  background: #fff;
}

#aboutus .message-content .txt-block{
  margin-bottom: 38px;
}

#aboutus .message-content .main-txt{
  margin: 36px 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#aboutus .message-content .txt{
  line-height: 1.8;
}

#aboutus .message-content .ceo{
  display: block;
  margin-top: 24px;
  font-size: 14px;
  text-align: right
}

#aboutus .message-content .ceo .name{
  margin-left: 8px;
  font-size: 18px;
}

#aboutus #company{
  padding-bottom: 80px;
}

#aboutus .company-content{
  margin: 36px 0;
}

#aboutus .company-item{
  margin-bottom: 16px;
  border-bottom: solid 1px #C5C5C5;
}

#aboutus .company-item:last-of-type{
  margin-bottom: 0;
}

#aboutus .company-item .ttl{
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#aboutus .company-item .txt{
  padding: 8px 16px 4px;
}
@media print, screen and (min-width: 768px) {
  
  #aboutus .sp-br {
    display: none;
  }
  
  #aboutus .pc-br {
    display: inline;
  }
  
  #aboutus .txt{
    line-height: 1.8;
  }

  #aboutus .common-ttl .en{
    margin-bottom: 10px;
    font-size: 52px;
  }

  #aboutus .common-ttl .ja{
    font-size: 18px;
  }
  
  #aboutus .main-ttl{
    height: 300px;
    margin-bottom: -30px;
  }

  #aboutus .main-ttl .en{
    font-size: 50px;
    line-height: 1.6;
  }

  #aboutus .main-ttl .ja{
    font-size: 20px;
    line-height: 1;
  }

  #aboutus .menu-list{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    padding-bottom: 80px;
  }

  #aboutus .menu-list .list-item a{
    justify-content: center;
    height: 46px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 5px 8px 20px rgba(218,64,20,.1);
    color: #153C4A;
    font-size: 15px;
  }

  #aboutus .menu-list .list-item a::after{
    position: static;
    display: inline-block;
    padding-left: 16px;
    box-sizing: content-box;
    transition: transform .3s;
  }

  #aboutus .overview{
    padding: 0;
  }

  #aboutus .overview .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  #aboutus .overview .txt-block{
    width: 600px;
    max-width: none;
  }
  
  #aboutus .overview .mintoku-logo{
    width: 460px;
  }

  #aboutus .overview .ttl{
    margin: 24px 0;
    font-size: 26px;
    line-height: 1.8;
  }

  #aboutus .overview-achievements{
    margin: 24px 0 0;
  }

  #aboutus .overview-achievements .achievements-ttl{
    font-size: 30px;
    text-align: left;
  }

  #aboutus .overview-achievements .achievements-ttl .num{
    margin: 0 10px;
    font-size: 80px;
  }

  #aboutus .overview-achievements .achievements-ttl .small{
    margin-left: 9px;
    font-size: 24px;
  }

  #aboutus .overview-achievements .achievements-list{
    width: 100%;
    grid-template-columns: repeat(4,140px);
    gap: 8px;
  }

  #aboutus .overview-achievements .achievements-list .list-item-ttl{
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.2;
  }

  #aboutus .overview-achievements .achievements-list .list-item-data .num{
    font-size: 56px;
  }

  #aboutus .overview-achievements .achievements-list .list-item-data .txt{
    top: -9px;
    margin-left: 4px;
    font-size: 15px;
    line-height: 1.1;
  }

  #aboutus .overview-achievements .achievements-list .list-item-data .txt.pc-18{
    font-size: 18px;
  }

  #aboutus .overview-achievements .achievements-list .list-item-data .txt.pc-16{
    font-size: 16px;
  }
  
  #aboutus .overview-achievements .achievements-list .list-item-data .percent{
    font-size: 18px;
  }

  #aboutus .overview .img-block{
    width: calc(100% - 600px);
    margin: 0;
    text-align: center;
  }

  #aboutus .aboutus-content{
    padding: 120px 0;
  }

  #aboutus .reasons-list{
    gap: 88px;
    margin-top: 56px;
  }

  #aboutus .reasons-list .list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  #aboutus .reasons-list .list-item:nth-of-type(2n){
    flex-direction: row-reverse;
  }
  
  #aboutus .reasons-list .txt-block{
    width: 600px;
    margin: 0;
  }

  #aboutus .reasons-ttl{
    margin-bottom: 34px;
  }

  #aboutus .reasons-ttl .en{
    font-size: 24px;
  }

  #aboutus .reasons-ttl .ja{
    font-size: 28px;
    line-height: 1.8;
  }

  #aboutus .reasons-ttl .num{
    top: -24px;
    left: 148px;
    font-size: 100px;
  }

  #aboutus .reasons-list .main-txt{
    font-size: 26px;
    line-height: 1.8;
    white-space: nowrap;
  }

  #aboutus .reasons-list .img-block{
    width: calc(100% - 660px);
  }

  #aboutus .message-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #aboutus .message-content .txt-block{
    width: calc(100% - 680px);
    margin: 0;
  }

  #aboutus .message-content .main-txt{
    margin: 48px 0 40px;
    font-size: 28px;
    line-height: 1.8;
  }

  #aboutus .message-content .ceo{
    margin-top: 40px;
    font-size: 18px;
  }

  #aboutus .message-content .ceo .name{
    margin-left: 16px;
    font-size: 28px;
  }
  
  #aboutus #company{
    padding-bottom: 160px;
  }
  
  #aboutus .message-content .img-block{
    width: 600px;
  }

  #aboutus .company-content{
    margin: 56px 0 40px;
  }

  #aboutus .company-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border: none;
  }

  #aboutus .company-item .ttl{
    width: 300px;
    display: flex;
    align-items: center;
    padding-left: 120px;
    border-bottom: solid 1px #153C4A;
    font-size: 16px;
    line-height: 1.8;
  }

  #aboutus .company-item .txt{
    width: calc(100% - 300px);
    padding: 20px 20px 20px 120px;
    border-bottom: solid 1px #C5C5C5;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1201px){
  #aboutus .menu-list .list-item a:hover::after{
    transform: translateY(4px);
  }
}
