@charset "UTF-8";
#page-eyecatch{
  position: relative;
  z-index: 1;

  padding-top: 18rem;
  padding-bottom: 21.2rem;

  background: #FFF793;
  overflow-y: hidden;
}
#page-eyecatch .waveimg{
  position: absolute;
  left: 0;
  bottom: calc(-1*100vw/32);

  width: 100%;
}
#page-eyecatch .floatimg{
  position: absolute;
}
h2{
  position: relative;
  z-index: 3;

  font-size: clamp(2.4rem,8vw,4.2rem);
  text-align: center;
  color: var(--theme-color-brown);
  line-height: 1;
}
h2 span{
  font-size: clamp(1.6rem,6vw,2.4rem);
  color: #DBCC9C;
}
.sec-bg-tc{
  width: min(112rem,100%);
  padding: 4rem 9.6rem;
  margin-inline: auto;
  margin-bottom: 11.2rem;

  line-height: 2;
  background: var(--theme-color);
  border-radius: 2.4rem;
}



.hero-eyecatch{
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(50vw,92rem);
  background-image: url(../img/business/business-global.png);
  background-size: cover;
}
.hero-eyecatch::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: min(7vw,14rem);
  background: #fff;

  border-radius: min(7vw,14rem) min(7vw,14rem) 0 0;
}
h3.common-heading ,
h3.common-heading  {
  margin-bottom: 6.4rem;

  font-size: 1.8rem;
  font-weight: 600;
}
h3.common-heading  span ,
h3.common-heading  span {
  font-size: 5.7rem;
  font-family: "poppins", sans-serif;
  line-height: 1;
}


ul.listLayout{
  display: flex;
  flex-direction: column;
  width: 100%;

  border-top: solid 1px #DDDDDD;
}
ul.listLayout li{
  width: 100%;
}
ul.listLayout li dl{
  display: grid;
  grid-template-columns: 12em 1fr;
  width: 100%;

  font-size: 1.6rem;
  line-height: 1.6;
  
  border-bottom: solid 1px #DDDDDD;
}
ul.listLayout li dl dt{
  font-weight: 600;
  background:#F8F8F8;
}
ul.listLayout li dl dd,
ul.listLayout li dl dt{
  padding: 1em clamp(1em,2vw,4rem);
  padding-right: clamp(.5em,1vw,2rem);
}
@media (max-width : 1200px){
  #page-eyecatch {
    padding-top: 14rem;
    padding-bottom: 6.4rem;
    margin-bottom: 4rem; 
  }
  #page-eyecatch .waveimg{
    display: none;
  }
  .hero-eyecatch{
    padding: 0 3vw;
  }
  .sec-bg-tc{
    padding: 4rem 3vw;
    border-radius: 0;
  }
}
@media (max-width : 599px){
  #page-eyecatch {
    padding-top: 14rem;
    padding-bottom: 6.4rem;
  }
  .hero-eyecatch{
    height: 38vh;
  }
  .hero-eyecatch::before{
    height: 5vh;
  
    border-radius:  0;
  }

  ul.listLayout li dl{
    display: grid;
    grid-template-columns: 8em 1fr;
  }
}