/* ==========================================================================
   Author's custom styles SP
   ========================================================================== */
.pc {
  display: none;
}

a[href^="tel:"] {
  color: inherit;
}

#sec01 {
  background-color: #F0EDE1;
  background-image: url("../img/office_bg@sp.jpg");
  background-size: cover;
}
#sec01 .inner {
  width: 89.744vw;
  margin: 0 auto;
  padding-bottom: 2.564vw;
}
#sec01 .inner .info {
  border: #2A65CB 0.256vw solid;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 3.077vw;
  line-height: 2;
  text-align: center;
  padding: 2.564vw;
  margin-top: 2.564vw;
}
#sec01 .inner .access p {
  font-size: 2.564vw;
  text-align: center;
  margin: 5.128vw 0 0 0;
}
#sec01 .inner .access .googlemap {
  padding: 100% 5.128vw 0;
  position: relative;
  width: 89.744vw;
  height: 0;
  margin: 5.128vw auto 0;
}
#sec01 .inner .access .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec02 {
  background-color: #F0EDE1;
}
#sec02 a {
  color: #2A65CB;
}
#sec02 .inner {
  width: 89.744vw;
  margin: 2.564vw auto 0;
}
#sec02 .inner:last-of-type dl {
  display: flex;
  flex-direction: column;
  gap: 5.128vw;
}
#sec02 dl {
  padding: 5.128vw 7.692vw;
  border: #2A65CB 0.256vw solid;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 5.128vw;
}
#sec02 dl:first-of-type {
  margin-top: 0;
}
#sec02 dl dt {
  color: #4A80DF;
  font-weight: bold;
  font-size: 4.103vw;
  margin-top: 5.128vw;
}
#sec02 dl dt:first-of-type {
  margin-top: 0;
}
#sec02 dl dd {
  font-size: 3.077vw;
  line-height: 2;
  margin-top: 0.769vw;
}
#sec02 dl span {
  display: block;
  padding: 2.564vw 2.564vw 0 3.846vw;
}
#sec02 dl span dt {
  font-size: 3.333vw;
  margin-top: 5.128vw;
}
#sec02 dl span dt:first-of-type {
  margin-top: 1.282vw;
}
#sec02 dl span dd {
  font-size: 2.564vw;
}
#sec02 h2:not(:first-of-type) {
  margin-top: 7.692vw;
}

@media screen and (min-width: 768px) {
  /***************************

      PC

    *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp {
    display: none;
  }
  #sec01 {
    background: url("../img/office_bg@pc.jpg") no-repeat center bottom;
    background-size: cover;
    padding-bottom: 20px;
  }
  #sec01 .inner {
    width: 750px;
    margin: 0 auto;
  }
  #sec01 .inner .info {
    width: 480px;
    border: #2A65CB 1px solid;
    font-size: 11.25px;
    line-height: 2;
    padding: 20px;
    margin: 20px auto 0;
  }
  #sec01 .inner .access p {
    font-size: 10px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #sec01 .inner .access .googlemap {
    padding: 45% 0 0;
    position: relative;
    width: 750px;
    height: 0;
    margin: 20px auto 0;
  }
  #sec01 .inner .access .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #sec02 {
    padding: 40px 55px;
    background-color: #F0EDE1;
  }
  #sec02 .inner {
    width: 750px;
    margin: 20px auto 0;
    display: flex;
    gap: 30px;
  }
  #sec02 .inner:last-of-type dl {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5vw 3.333vw;
  }
  #sec02 dl {
    width: 750px;
    padding: 30px;
    border: #2A65CB 0.083vw solid;
    margin-top: 0;
  }
  #sec02 dl dt {
    color: #4A80DF;
    font-weight: bold;
    font-size: 13.75px;
    margin-top: 20px;
  }
  #sec02 dl dt:first-of-type {
    margin-top: 0;
  }
  #sec02 dl dd {
    font-size: 11.25px;
    line-height: 2;
    margin-top: 3px;
  }
  #sec02 dl span {
    display: block;
    padding: 20px 20px 0 20px;
  }
  #sec02 dl span dt {
    font-size: 12px;
    margin-top: 20px;
  }
  #sec02 dl span dt:first-of-type {
    margin-top: 0px;
  }
  #sec02 dl span dd {
    font-size: 10px;
  }
  #sec02 h2:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /***************************

      PC - vw

    *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp {
    display: none;
  }
  #sec01 {
    background: url("../img/office_bg@pc.jpg") no-repeat center bottom;
    background-size: cover;
    padding-bottom: 1.667vw;
  }
  #sec01 .inner {
    width: 62.5vw;
    margin: 0 auto;
  }
  #sec01 .inner .info {
    width: 40vw;
    border: #2A65CB 0.083vw solid;
    font-size: 0.938vw;
    line-height: 2;
    padding: 1.667vw;
    margin: 1.667vw auto 0;
  }
  #sec01 .inner .access p {
    font-size: 0.833vw;
    text-align: center;
    margin: 2.5vw 0 0 0;
  }
  #sec01 .inner .access .googlemap {
    padding: 45% 0 0;
    position: relative;
    width: 62.5vw;
    height: 0;
    margin: 1.667vw auto 0;
  }
  #sec01 .inner .access .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #sec02 {
    padding: 3.333vw 0 4.583vw;
    background-color: #F0EDE1;
  }
  #sec02 .inner {
    width: 62.5vw;
    margin: 1.667vw auto 0;
    display: flex;
    gap: 2.5vw;
  }
  #sec02 .inner:last-of-type dl {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5vw 3.333vw;
  }
  #sec02 dl {
    width: 62.5vw;
    padding: 2.5vw;
    border: #2A65CB 0.083vw solid;
    margin-top: 0;
  }
  #sec02 dl dt {
    color: #4A80DF;
    font-weight: bold;
    font-size: 1.146vw;
    margin-top: 1.667vw;
  }
  #sec02 dl dt:first-of-type {
    margin-top: 0;
  }
  #sec02 dl dd {
    font-size: 0.938vw;
    line-height: 2;
    margin-top: 0.25vw;
  }
  #sec02 dl span {
    display: block;
    padding: 1.667vw 0.833vw 0 1.667vw;
  }
  #sec02 dl span dt {
    font-size: 1vw;
    margin-top: 1.667vw;
  }
  #sec02 dl span dt:first-of-type {
    margin-top: 0vw;
  }
  #sec02 dl span dd {
    font-size: 0.833vw;
  }
  #sec02 h2:not(:first-of-type) {
    margin-top: 2.5vw;
  }
}/*# sourceMappingURL=office.css.map */