/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#data {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: clip;
  background: #fff;
  position: relative;
}

#data * {
  box-sizing: border-box;
}

#data a {
  transition: opacity .3s;
  color: initial;
}

#data a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#data a:hover {
  text-decoration: none;
}

#data a:focus-visible {
  outline: none;
}

#data img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#data .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#data .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#data .pc-br {
  display: none;
}

#data .sp-br {
  display: inline;
}

#data .font-hel,
#data .num{
  font-family: "helvetica-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

#data .txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

#data .inline-block{
  display: inline-block;
}

#data .inner {
  width: calc(100% - 50px);
  min-width: 325px;
  max-width: 1200px;
  margin: 0 auto;
}

#data .red {
  color: #CC2936;
}

#data .main-block{
  position: relative;
}

#data .main-block .main-ttl-block{
  position: relative;
  height: 80px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding-top: 16px;
  margin-top: -80px;
}

#data .main-block .main-ttl .ja{
  display: block;
  padding-left: .3em;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.8;
}

#data .main-block .main-ttl .en{
  display: block;
  font-size: 15px;
  line-height: 1;
}

#data .menu-list{
  width: 250px;
  margin: 60px auto;
}

#data .menu-list .list-item{
  margin-bottom: 12px;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
}

#data .menu-list .list-item:last-of-type{
  margin-bottom: 0;
}

#data .menu-list .list-item a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 56px 8px 0;
  font-size: 14px;
  font-weight: 700;
}

#data .menu-list .list-item a::before,
#data .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 25px;
  background: #EBA9AF;
  border-radius: 50%;
  z-index: 1;
}

#data .menu-list .list-item a::after{
  background: url("../images/data/arrow_white_down.svg")no-repeat center center / 12px 12px;
  z-index: 2;
}

#data .common-ttl {
  padding-top: 38px;
}

#data .common-ttl .en {
  display: block;
  font-size: 45px;
  line-height: 1;
  color: #F5D4D7;
  -webkit-text-stroke: 0.5px #D6545E;
  /*text-shadow: -1px -1px 0 #D6545E, 1px -1px 0 #D6545E, -1px 1px 0 #D6545E, 1px 1px 0 #D6545E;*/
  margin-bottom: 8px;
}

#data .common-ttl .ja {
  display: block;
  font-size: 22px;
  line-height: 1.4;
}

#data .common-ttl02 .en{
  padding: 2px 5px;
  background-color: #CC2936;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#data .common-ttl02 .ja{
  display: block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

#data .data-wrapper{
  padding: 60px 0 80px;
}

@media print, screen and (max-width: 767px){
  #data .data-list:first-of-type{
    border-top: 1px solid #767777;
  }
  
  #data .list-item{
    border-bottom: 1px solid #767777;
  }
}

#data .data-list.column-3{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#data .list-item{
  position: relative;
  flex: 1;
  z-index: 0;
}

#data .list-item::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 130px;
  bottom: 15px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

#data .list-item.employees::before{
  background-image: url("../images/data/data_icon01_sp.png");
}

#data .list-item.male-to-female::before{
  background-image: url("../images/data/data_icon02_sp.png");
}


#data .list-item.age::before{
  background-image: url("../images/data/data_icon03_sp.png");
}


#data .list-item.new-mid::before{
  background-image: url("../images/data/data_icon04_sp.png");
}


#data .list-item.year::before{
  background-image: url("../images/data/data_icon05_sp.png");
}


#data .list-item.return::before{
  background-image: url("../images/data/data_icon06_sp.png");
}

#data .column-3 .list-item{
  min-height: 170px;
  padding-top: 80px;
}

#data .data-ttl{
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#data .data-txt{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#data .employees .data-txt{
  letter-spacing: .04em;
}

#data .employees .note{
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(20px);
}

#data .ratio .key{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 230px;
  position: absolute;
  top: 60px;
  left: calc(50% - 115px);
  font-size: 16px;
}

#data .ratio .data-txt{
  font-size: 50px;
}

#data .age .small,
#data .year .small{
  position: relative;
  padding-left: 14px;
  font-size: 50px;
}

#data .year .small{
  padding-left: 17px;
}

#data .age .small::before,
#data .year .small::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 14px;
  background-color: #CC2936;
  border-radius: 50%;
}

#data .year .small::before{
  left: 4px;
}

#data .data-txt .num{
  padding-right: 4px;
  font-size: 60px;
}

#data .occupation{
  height: 225px;
  padding-top: 74px;
  text-align: center;
}

#data .car{
  padding-top: 72px;
}

#data .car-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 8px 0;
  list-style: none;
  max-width: 325px;
  margin: 0 auto;
  padding: 0;
}

#data .car-list-item:first-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

@media print, screen and (max-width: 767px){
  #data .car-list-item:nth-of-type(2n - 1){
    border-left: solid 1px #767777;
    border-right: solid 1px #767777;
  }

  #data .car-list-item:nth-of-type(2n){
    border-left: solid 1px #767777;
  }
}

#data .car-list figcaption{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#data .car-other{
  margin: 8px 20px 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: right
}

#data .manufacturer{
  padding: 58px 0 20px;
  text-align: center;
}

#data .sighting{
  padding: 95px 0 20px;
}

#data .sighting .data-txt{
  font-size: 35px;
  transform: translateX(-17px);
}

#data .sighting .percent{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#data .sighting .percent .num{
  font-size: 80px;
}

#data .sighting::before{
  height: 200px;
  background-image: url("../images/data/data_icon10_sp.png");
}

#data .occupational-disease{
  padding: 88px 0 20px;
  text-align: center;
}

#data .myhome{
  padding: 72px 0 20px;
  text-align: center;
}

#data .hobby{
  text-align: center;
}

#data .holiday{
  padding: 72px 0 20px;
}

#data .holiday-item01{
  margin-bottom: 20px;
}

#data .holiday-ttl{
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#data .holiday .data-txt{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#data .holiday .data-txt .num{
  font-size: 60px;
  margin-right: 4px;
}

#data .holiday .img{
  text-align: center;
}

#data .holiday .note{
  display: block;
  width: 175px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  
  #data .sp-br {
    display: none;
  }
  
  #data .pc-br {
    display: inline;
  }

  #data .txt{
    font-size: 18px;
  }
  
  #data .main-block .main-img {
    height: calc(100vw / 1920 * 600);
    min-height: 600px;
  }
  
  #data .main-block .main-img img {
    height: 100%;
    object-fit: cover;
  }

  #data .main-block .main-ttl-block{
    height: 160px;
    border-radius: 24px 24px 0 0;
    padding-top: 32px;
    margin-top: -160px;
  }

  #data .main-block .main-ttl .ja{
    font-size: 46px;
  }

  #data .main-block .main-ttl .en{
    font-size: 30px;
  }

  #data .menu-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 200px;
  }

  #data .menu-list .list-item{
    margin-bottom: 0;
    border: none;
    border-left: solid 1px #EEEEEE;
  }

  #data .menu-list .list-item:last-of-type{
    border-right: solid 1px #EEEEEE;
  }

  #data .menu-list .list-item a{
    padding: 5px 112px 5px 0;
    font-size: 18px;
    transition: letter-spacing .3s;
  }

  #data .menu-list .list-item a::before,
  #data .menu-list .list-item a::after{
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 62px;
  }

  #data .common-ttl .en {
    font-size: 80px;
    -webkit-text-stroke: 1px #D6545E;
    margin-bottom: 16px;
  }

  #data .common-ttl .ja {
    font-size: 40px;
  }
  
  #data .common-ttl02 .en{
    font-size: 16px;
  }

  #data .common-ttl02 .ja{
    margin-top: 8px;
    font-size: 36px;
    letter-spacing: .1em;
  }

  #data .data-wrapper{
    padding: 120px 0 160px;
  }

  #data .data-list.column-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 40px 0;
    border-bottom: solid 2px #767777;
  }
  
  #data .data-list.column-3:first-of-type{
    border-top: solid 2px #767777;
  }
  
#data .list-item{
  position: relative;
  min-height: 450px;
  border-bottom: solid 2px #767777;
  flex: 1;
  z-index: 0;
}

  #data .list-item::before{
    height: 100%;
    bottom: 0;
  }

  #data .list-item.employees::before{
    background-image: url("../images/data/data_icon01.png");
  }

  #data .list-item.male-to-female::before{
    background-image: url("../images/data/data_icon02.png");
  }


  #data .list-item.age::before{
    background-image: url("../images/data/data_icon03.png");
  }


  #data .list-item.new-mid::before{
    background-image: url("../images/data/data_icon04.png");
  }


  #data .list-item.year::before{
    background-image: url("../images/data/data_icon05.png");
  }


  #data .list-item.return::before{
    background-image: url("../images/data/data_icon06.png");
  }

  #data .column-3 .list-item{
    min-height: 280px;
    padding-top: 108px;
    border-bottom: none;
  }

  #data .column-3:nth-of-type(2) .list-item{
    padding-top: 130px;
  }
  
  #data .column-3 .list-item:nth-of-type(2){
    border-left: solid 1px #767777;
    border-right: solid 1px #767777;
  }
  
  #data .column-2 .data-ttl,
  #data .column-3 .data-ttl{
    top: 0;
  }
  
  #data .data-ttl{
    top: 40px;
    font-size: 32px;
  }

  #data .data-txt{
    font-size: 36px;
  }

  #data .employees .note{
    margin-top: 8px;
    font-size: 18px;
    transform: translateX(30px);
  }

  #data .ratio .key{
    width: 176px;
    top: 82px;
    left: calc(50% - 88px);
    font-size: 20px;
  }
  
  #data .new-mid .key{
    top: 110px;
    transform: translateX(-4px);
  }

  #data .ratio .data-txt{
    font-size: 80px;
  }

  #data .age .small,
  #data .year .small{
    padding-left: 20px;
    font-size: 80px;
  }

  #data .age .small::before,
  #data .year .small::before{
    width: 12px;
    height: 12px;
    left: -2px;
    bottom: 22px;
  }
  
  #data .year .small::before{
    left: 3px;
  }
  
  #data .year .data-ttl{
    top: 20px;
  }

  #data .data-txt .num{
    padding-right: 8px;
    font-size: 100px;
  }

  #data .occupation{
    padding: 150px 40px 120px;
  }

  #data .car{
    padding-top: 146px;
  }

  #data .car-list{
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    width: calc(100% - 80px);
    max-width: none;
  }

  #data .car-list-item{
    border-right: solid 1px #767777;
  }
  
  #data .car-list-item:first-child {
    grid-column: auto;
    width: auto;
    border-left: solid 1px #767777;
  }

  #data .car-list figcaption{
    margin-top: 8px;
    font-size: 20px;
  }

  #data .car-other{
    margin: 16px 40px  0 0;
    font-size: 15px;
  }

  #data .column-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 40px 0;
    border-bottom: solid 2px #767777;
  }
  
  #data .column-2 .list-item{
    min-height: 370px;
    border-bottom: none;
  }
  
  #data .column-2 .list-item:first-of-type{
    border-right: solid 1px #767777;
  }

  #data .manufacturer{
    padding: 0;
  }
  
  #data .manufacturer .data-ttl{
    top: 20px;
  }

  #data .sighting{
    padding: 138px 0 0;
  }

  #data .sighting .data-txt{
    font-size: 59px;
    transform: translateX(-22px);
  }

  #data .sighting .percent{
    font-size: 40px;
  }

  #data .sighting .percent .num{
    font-size: 140px;
  }

  #data .sighting::before{
    height: 370px;
    background-image: url("../images/data/data_icon10.png");
  }

  #data .occupational-disease{
    padding-top: 120px;
  }

  #data .myhome{
    padding: 0;
  }

  #data .holiday{
    display: grid;
    grid-template-columns: 40fr 68fr;
    gap: 40px;
    padding: 138px 40px 27px;
  }

  #data .holiday-item01{
    margin: 0;
    border-right: solid 1px #767777;
  }

  #data .holiday-ttl{
    margin-bottom: 48px;
    font-size: 32px;
  }

  #data .holiday .data-txt{
    font-size: 36px;
  }

  #data .holiday .data-txt .num{
    display: inline-block;
    font-size: 100px;
    margin-right: 0;
    transform: translateY(2px);
  }

  #data .holiday .note{
    width: 235px;
    margin: 10px auto 0;
    font-size: 18px;
  }
}

@media print, screen and (min-width: 1201px){
  
  #data .menu-list .list-item a:hover{
    letter-spacing: .2em;
  }
  
  #data .menu-list .list-item a::before{
    transition: color .3s,transform .3s;
  }
  
  #data .menu-list .list-item a:hover::before{
    background: #D6545E;
    transform: scale(1.38);
  }
}