/*------------------------------------------------------------
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: #313131;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#data * {
  box-sizing: border-box;
}

#data a {
  transition: opacity .3s;
}

#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 .txt{
  font-size: 14px;
  line-height: 1.78;
}

#data .font-hand{
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#data .font-pen{
  font-family: vdl-penletter, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 768px){
_::-webkit-full-page-media, _:future, :root #data .font-pen{
    font-weight: 500;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
  }
}
#data .font-kaku{
  font-weight: 700;
}

#data .font-cen{
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#data .inner {
  width: calc(100% - 24px);
  min-width: 350px;
  max-width: 1160px;
  margin: 0 auto;
}

@media print, screen and (max-width: 350px){
  #data .inner{
    min-width: auto;
  }
}

#data .main-block{
  position: relative;
  z-index: 0;
  padding: 165px 0 0;
}

#data .main-block::before{
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: 200px;
  right: 0;
  top: 0;
  background: url("../images/data/data_mainimg_sp.jpg")no-repeat bottom right / cover;
  z-index: -1;
}

#data .main-txt{
  position: relative;
  height: 70px;
  padding: 40px 0 0 50px;
  z-index: 0;
}

#data .main-txt::before{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 250px;
  height: 70px;
  top: 0;
  left: 0;
  z-index: -1; 
}

#data .main-txt .en{
  display: block;
  color: #60B459;
  font-size: 23px;
}

#data .main-txt .ja{
  display: block;
  font-size: 20px;
}

#data #data01{
  background-color: #F7FCF5;
}

#data #data02{
  background-color: #FCF9F5;
}

#data #data03{
  background-color: #F0F9FD;
}

#data .data-content-block{
  padding: 50px 0;
}

#data .data-content-wrapper{
  margin: 25px 0 50px;
}

#data .data-list{
  max-width: 351px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#data #data02 .data-ttl-block{
   background-color: #FCEEE1;
}

#data #data03 .data-ttl-block{
   background-color: #E2F1F8;
}

#data .data-item.sp-2{
  width: calc((100% - 10px) / 2);
}

#data .data-ttl-block{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 24px;
  border: solid 2px #fff;
  z-index: 0;
  background-color: #E8F4E5;
}

#data .data-ttl-block::before{
  position: absolute;
  /*content: "";*/
  width: 120px;
  height: 60px;
  background: url(../images/data/data_bg01.png) no-repeat center center / contain;
  bottom: 12px;
  left: calc(50% - 60px);
  z-index: -1;
}

#data #data02 .data-ttl-block::before{
  background-image: url("../images/data/data_bg02.png");
}

#data #data03 .data-ttl-block::before{
  background-image: url("../images/data/data_bg03.png");
}

#data .data-ttl-block .number{
  width: 75px;
  margin-bottom: -10px;
  padding-left: 10px;
  color: #60B459;
  font-size: 20px;
  line-height: 1;
  transform: rotate(-20deg);
}

#data #data02 .data-ttl-block .number,
#data #data02 .sub-ttl{
  color: #FD8C34;
}

#data #data03 .data-ttl-block .number,
#data #data03 .sub-ttl{
  color: #0394D7;
}

#data .data-ttl-block .number .num{
  position: relative;
  display: block;
  font-size: 43px;
  z-index: 0;
  transform: translateX(-5px);
}

#data .data-ttl-block .ttl{
  font-size: 18px;
}

#data .data-item{
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

#data .data-item:last-of-type{
  margin-bottom: 0;
}

#data .data-item-ttl{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

#data .data-item-ttl .line{
  position: relative;
}

#data .data-item-ttl .line::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  left: calc(50% - 12px);
  bottom: -5px;
  background-color: #60B459;
}

#data #data02 .data-item-ttl .line::before{
  background-color: #FD8C34;
}

#data #data03 .data-item-ttl .line::before{
  background-color: #0394D7;
}

#data .sub-ttl{
  display: block;
  margin-bottom: 3px;
  color: #60B459;
  font-size: 12px;
}

#data .data-item-ttl .min{
  display: block;
  font-size: 13px;
  line-height: 1.38;
}

@media print, screen and (min-width: 768px) {
  
  #data .sp-br {
    display: none;
  }
  
  #data .pc-br {
    display: inline;
  }
  
  #data .txt{
    font-size: 18px;
    line-height: 2;
  }
  
  #data .main-block{
  padding: 220px 0 0;
  }

  #data .main-block::before{
    width: calc(100vw / 1920 * 1700);
    height: 400px;
    background: url("../images/data/data_mainimg_pc.jpg")no-repeat center right / cover;
  }

  #data .main-txt{
    max-width: 1160px;
    margin: 0 auto;
    width: calc(100% - 40px);
    height: 180px;
    padding: 74px 0 0;
  }

  #data .main-txt::before{
    width: calc(50vw - 60px);
    height: 180px;
    left: calc(580px - 50vw);
  }

  #data .main-txt .en{
    font-size: 46px;
  }

  #data .main-txt .ja{
    font-size: 36px;
  }
  
  #data .data-content-wrapper{
    margin: 120px 0 100px;
  }
   
  #data .data-list{
    max-width: none;
  }
  
  #data .data-content-block{
    padding: 100px 0;
  }

  #data .data-ttl-block{
    width: calc((100% - 20px) / 3);
    page-break-inside: 0;
    border-width: 4px;
    text-align: center;
  }

  #data .data-item.pc-2{
    width: calc((100% - 10px) / 2);
  }
  
  #data .data-item.pc-3{
    width: calc((100% - 20px) / 3);
  }
  
  #data .data-item.pc-2-3{
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }

  #data .data-ttl-block::before{
    width: 300px;
    height: 120px;
    bottom: 60px;
    left: calc(50% - 150px);
  }

  #data .data-ttl-block .number{
    width: 100%;
    margin-bottom: -30px;
    padding-left: 0;
    font-size: 52px;
  }

  #data .data-ttl-block .number .num{
    font-size: 104px;
    transform: translateX(-20px);
  }

  #data .data-ttl-block .ttl{
    font-size: 36px;
  }

  #data .data-item-ttl{
    font-size: 24px;
  }

  #data .data-item-ttl .line::before{
    width: 30px;
    height: 4px;
    left: calc(50% - 15px);
    bottom: -10px;
  }

  #data .sub-ttl{
    margin-bottom: 8px;
    font-size: 16px;
  }

  #data .data-item-ttl .min{
    font-size: 20px;
  }

}
