@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

div.lower-top-area {
  position: relative;
}
div.lower-top-area .lower-top-area-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  div.lower-top-area .map-img {
    padding-top: 0;
  }
}

section.sec-office {
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-office {
    padding: 210px 0;
  }
}
section.sec-office div.sec-office-inner {
  margin: auto;
  width: 88%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  section.sec-office div.sec-office-inner {
    width: 82%;
  }
}
section.sec-office ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.sec-office ul {
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
section.sec-office ul li {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  section.sec-office ul li {
    width: 46%;
    margin-bottom: 85px;
  }
}
section.sec-office ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-office ul li.w100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-office ul li.w100 div.office-img {
    width: 63%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-office ul li.w100 div.info-box {
    width: 32%;
  }
}
section.sec-office ul div.office-img {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.office-img {
    margin-bottom: 30px;
  }
}
section.sec-office ul div.info-box div.info-box-inner:nth-of-type(2) {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.info-box div.info-box-inner:nth-of-type(2) {
    margin-top: 46px;
  }
}
section.sec-office ul div.info-box h2 {
  color: var(--clred01);
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.info-box h2 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-office ul div.info-box h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-office ul div.info-box h2 {
    font-size: 18px;
  }
}
section.sec-office ul div.info-box p {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.info-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-office ul div.info-box p {
    font-size: 14px;
  }
}
section.sec-office ul div.info-box p a {
  margin-right: 1em;
}
section.sec-office ul div.info-box a.map-btn {
  display: block;
  border: solid 1px var(--clgray02);
  color: var(--clred01);
  position: relative;
  text-align: center;
  margin-top: 1em;
  width: 47%;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
  padding: 0.7em 0;
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.info-box a.map-btn {
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.15em;
    line-height: 1em;
    width: 157px;
    padding: 0.5em 0 0.5em;
    transition: all 0.3s;
  }
  section.sec-office ul div.info-box a.map-btn:hover {
    background-color: var(--clred01);
    color: #fff;
  }
  section.sec-office ul div.info-box a.map-btn:hover .icon path {
    fill: #fff;
  }
  section.sec-office ul div.info-box a.map-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
  section.sec-office ul div.info-box a.map-btn:hover .arrow {
    background: #fff;
  }
  section.sec-office ul div.info-box a.map-btn:hover .arrow path {
    stroke: var(--clred01);
  }
}
section.sec-office ul div.info-box a.map-btn .txt {
  display: block;
  line-height: 1em;
}
section.sec-office ul div.info-box a.map-btn .txt .icon {
  display: inline-block;
  width: 0.8em;
  transform: translate(0, -0.05em);
}
@media screen and (min-width: 768px) {
  section.sec-office ul div.info-box a.map-btn .txt .icon {
    transform: translate(0, 0em);
  }
}
section.sec-office ul div.info-box a.map-btn svg, section.sec-office ul div.info-box a.map-btn path {
  transition: all 0.3s;
}
section.sec-office ul div.info-box a.map-btn .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  background-color: var(--clred01);
  display: block;
  width: 0.9em;
  border-radius: 50em;
}/*# sourceMappingURL=office.css.map */