/* メインビジュアル */
.access_mainvisual {
  position: relative;
  margin: 0 6rem;
  width: 116rem;
  height: 33.5rem;
}

.access_mainvisual_sp {
  display: none;
}

.access_mainvisual_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #3FBCD6 0%, #51CFA2 100%);
  width: 18.9rem;
  height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.access_mainvisual_text h1 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  color: #FFFFFF;
  line-height: calc( 40em / 30 );
  letter-spacing: calc( 0.9em / 30);
}


.access_container {
  margin: 5.5rem 14rem 0 14rem;
  position: relative;
}

.access_box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  color: #000000;
  line-height: calc( 36em / 25 );
  letter-spacing: 0rem;
  text-align: center;
  position: relative;
  margin-bottom: 5.2rem;
}

.access_box h2::after {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #3FBCD6;
}

.access_map_deco{
  display: block;
  width: 94rem;
  height: 50.5rem;
  margin: 0 auto 5rem;
}

.access_outer{
  display: flex;
  width: 94rem;
  margin: 0 auto 15.8rem;
  justify-content: space-between;
}
.access_building_img{
  display: block;
  width: 43.3rem;
  height: 28.2rem;
  object-fit: cover;
}
.access_company_name{
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--NotoSans);
  color:#008783;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.access_address{
  font-size: 1.7rem;
  font-weight: 400;
  font-family: var(--NotoSans);
  line-height: calc( 34em / 17 );
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
.access_mainvisual_img{
  display: inline-block;
  object-position: 50% 30%;
}




@media screen and (max-width:699.98px){
  .access_mainvisual {
    display: none;
  }
  .access_mainvisual_sp{
    display: block;
    width: 100%;
    height: 33.5rem;
    position: relative;
  }

  .access_mainvisual_text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #3FBCD6 0%, #51CFA2 100%);
    width: 12.2rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .access_mainvisual_text h1 {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    color: #FFFFFF;
    line-height: calc( 27em / 18);
    letter-spacing: calc( 0.54em / 18 );
  }

  .access_container {
    margin: 6rem auto;
    position: relative;
  }

  .access_box h2 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
    color: #000000;
    line-height: calc( 26em / 18 );
    letter-spacing: 0rem;
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
  }

  .access_box h2::after {
    content: "";
    position: absolute;
    top: 3.6rem;
    left: 1rem;
    width: 35.5rem;
    height: 0.2rem;
    background-color: #3FBCD6;
  }
  .access_map_deco{
    display: block;
    width: 35.5rem;
    height: 23.2rem;
    margin: 0 auto 6rem;
  }


  .access_outer{
    display: flex;
    width: 35.5rem;
    margin: 0 auto 8rem;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .access_building_img{
    display: block;
    width: 35.5rem;
    height: 20.7rem;
    object-fit: cover;
    margin-top: 1.5rem;
  }
  .access_company_name{
    font-size: 1.8rem;
    font-weight: 500;
    font-family: var(--NotoSans);
    color:#008783;
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
  .access_address{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: var(--NotoSans);
    line-height: calc( 30em / 14 );
  }
}
