@media only screen and (max-width: 767.98px) {
  footer {
    margin-top: 0.92rem;
  }
  .wrapper {
    padding: 0 0.35rem;
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual::before {
    background-image: url(../img/company/keyvisual_bg.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    background-image: url(../img/company/sp/keyvisual_bg.jpg);
    margin-bottom: 1.03rem;
    margin-top: -0.01rem;
  }
}
.section-company-anchor .company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-company-anchor .company-image {
  border-radius: 100%;
  background: #ffeb00;
  transition: 0.3s ease;
}
.section-company-anchor .company-item {
  background: #fff;
  border: 1px solid #b5b5b6;
  transition: 0.3s ease;
}
.section-company-anchor .company-item:hover {
  background: #ffeb00;
  border-color: #ffeb00;
}
.section-company-anchor .company-item:hover .company-image {
  background: #fff;
}
.section-company-anchor .company-link {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}
.section-company-anchor .company-link::after {
  content: "";
  position: absolute;
  background: url(../img/company/company_decor.svg) no-repeat center/auto 100%;
}
.section-company-anchor .company-title {
  text-align: center;
  margin-bottom: 0;
}
.section-company-anchor .company-title .is-japanese {
  font-weight: 500;
  display: block;
}
.section-company-anchor .company-title .is-english {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b5b5b6;
  display: block;
}
.section-company-anchor .company-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, (min-width: 768px) {
  .section-company-anchor {
    padding: 22px 0;
  }
  .section-company-anchor .company-list {
    margin: 0 -8px;
  }
  .section-company-anchor .company-item {
    width: calc(20% - 16px);
    margin: 0 8px 8px;
  }
  .section-company-anchor .company-link {
    padding: 20px 10px 38px;
  }
  .section-company-anchor .company-link::after {
    width: 22px;
    height: 8px;
    bottom: 10px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .section-company-anchor .company-title .is-japanese {
    font-size: 0.17rem;
    padding-bottom: 1px;
  }
  .section-company-anchor .company-title .is-english {
    font-size: 0.13rem;
  }
  .section-company-anchor .company-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
    position: relative;
    left: 2px;
    top: 2px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1100px) {
  .section-company-anchor .company-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .section-company-anchor .company-item {
    width: calc(33.33% - 16px);
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 900px) {
  .section-company-anchor .company-title .is-japanese {
    font-size: 0.18rem;
  }
  .section-company-anchor .company-title .is-english {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper.is-active .company-heading::before {
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
  .greeting-inner,
  .vision-inner,
  .info-inner,
  .staff-inner,
  .access-inner {
    display: none;
    padding: 0 0.23rem;
  }
  .company-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #b5b5b6;
    padding: 0.21rem 0.2rem 0.15rem;
    min-height: 1.46rem;
    position: relative;
  }
  .company-heading:before, .company-heading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.32rem;
    width: 0.28rem;
    border-top: 1px solid #000;
    transition: 0.26s ease;
  }
  .company-heading:before {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
  .company-heading .heading-image {
    border-radius: 100%;
    background: #ffeb00;
    width: 1.12rem;
    height: 1.12rem;
    position: absolute;
    left: 0.3rem;
    top: 0.18rem;
  }
}
.title-common {
  text-align: center;
}
.title-common .is-japanese {
  font-weight: bold;
  display: block;
}
.title-common .is-english {
  font-weight: 300;
  color: #b5b5b6;
  letter-spacing: 0.08em;
  display: block;
}

@media print, (min-width: 768px) {
  .title-common {
    margin-bottom: 46px;
    position: relative;
    left: 7px;
  }
  .title-common .is-japanese {
    font-size: 0.23rem;
    margin-bottom: -4px;
  }
  .title-common .is-english {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common {
    text-align: center;
    margin-bottom: 0;
  }
  .title-common .is-japanese {
    font-size: 0.34rem;
    margin-bottom: -0.05rem;
  }
  .title-common .is-english {
    font-size: 0.26rem;
  }
}
.section-company-greeting .greeting-title {
  font-weight: bold;
}
.section-company-greeting .greeting-text {
  color: #3e3c3c;
}
.section-company-greeting .greeting-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-company-greeting .greeting-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-company-greeting .greeting-info .info-position {
  font-weight: 400;
}
.section-company-greeting .greeting-info .info-name {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-company-greeting {
    padding: 37px 0 70px;
    margin-bottom: 75px;
  }
  .section-company-greeting .title-common .is-japanese {
    font-size: 0.26rem;
  }
  .section-company-greeting .wrapper {
    position: relative;
    z-index: 10;
  }
  .section-company-greeting .wrapper::after {
    content: "";
    position: absolute;
    background: transparent;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 110px solid rgba(230, 231, 231, 0.55);
    z-index: -1;
    left: -187px;
    top: -26px;
  }
  .section-company-greeting .greeting-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-company-greeting .greeting-content {
    width: 60%;
    padding: 0.7% 3.7% 4% 3%;
    margin-bottom: 2.8%;
  }
  .section-company-greeting .greeting-title {
    font-size: 0.26rem;
    line-height: 1.5326923077;
    margin-bottom: 18px;
  }
  .section-company-greeting .greeting-title mark {
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom/100% 11px;
  }
  .section-company-greeting .greeting-text {
    letter-spacing: -0.05em;
  }
  .section-company-greeting .greeting-text p {
    margin-bottom: 26px;
  }
  .section-company-greeting .greeting-text p:last-child {
    margin-bottom: 0;
  }
  .section-company-greeting .greeting-image {
    width: 37.45%;
    margin-right: 2.2%;
    position: relative;
    z-index: 10;
  }
  .section-company-greeting .greeting-image::after {
    content: "";
    position: absolute;
    background: url(../img/company/greeting_decor.png) repeat 0 0/74px auto;
    width: 50vw;
    bottom: -70px;
    top: 147px;
    left: 132px;
    z-index: -1;
  }
  .section-company-greeting .greeting-info {
    position: absolute;
    right: 43.8%;
    bottom: -0.5%;
  }
  .section-company-greeting .greeting-info .info-position {
    font-size: 0.15rem;
    margin-right: 18px;
  }
  .section-company-greeting .greeting-info .info-name {
    font-size: 0.2rem;
  }
  .section-company-greeting .greeting-info .info-name span {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-greeting {
    margin-bottom: 0.25rem;
  }
  .section-company-greeting .greeting-inner {
    padding-top: 0.57rem;
    padding-bottom: 0.95rem;
  }
  .section-company-greeting .greeting-title {
    font-size: 0.34rem;
    line-height: 1.5588235294;
    margin-bottom: 0.27rem;
    margin-right: -0.4rem;
  }
  .section-company-greeting .greeting-title mark {
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom 0.04rem/100% 0.13rem;
  }
  .section-company-greeting .greeting-text {
    letter-spacing: -0.08em;
    line-height: 1.8;
    margin-bottom: 0.6rem;
  }
  .section-company-greeting .greeting-text p:not(:last-child) {
    margin-bottom: 0.54rem;
  }
  .section-company-greeting .greeting-image {
    width: 4.2rem;
    height: 5.16rem;
    margin: 0 auto 0.65rem;
  }
  .section-company-greeting .greeting-info {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    left: 0.18rem;
  }
  .section-company-greeting .greeting-info .info-position {
    font-size: 0.3rem;
    margin-right: 0.4rem;
  }
  .section-company-greeting .greeting-info .info-name {
    font-size: 0.4rem;
  }
  .section-company-greeting .greeting-info .info-name span {
    padding-right: 0.38rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 950px) {
  .section-company-greeting .greeting-title {
    font-size: 0.22rem;
  }
  .section-company-greeting .greeting-text {
    font-size: 0.14rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 800px) {
  .section-company-greeting .greeting-title {
    font-size: 0.2rem;
  }
  .section-company-greeting .greeting-text {
    font-size: 0.12rem;
  }
}
.section-company-vision .vision-relationship {
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-company-vision .vision-relationship::after, .section-company-vision .vision-relationship::before {
  content: "";
  position: absolute;
  background: url(../img/company/vision_decor.svg) no-repeat 0 0/auto 100%;
}
.section-company-vision .vision-relationship::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.section-company-vision .vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: my-sec-counter;
  text-align: center;
}
.section-company-vision .vision-item {
  background: #fff;
  position: relative;
}
.section-company-vision .vision-item::before {
  content: "一、";
  counter-increment: my-sec-counter;
  position: absolute;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.08em;
  left: 53%;
  -ms-transform: translateX(-55%);
      transform: translateX(-55%);
}
.section-company-vision .vision-title {
  font-weight: bold;
  text-align: center;
}
.section-company-vision .vision-title span {
  color: #f276b4;
}
.section-company-vision .vision-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.section-company-vision .vision-subtitle {
  font-weight: 500;
}
.section-company-vision .vision-text {
  color: #3e3c3c;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-company-vision {
    background: #efefef;
    padding: 57px 0 23px;
  }
  .section-company-vision .title-common {
    margin-bottom: 30px;
  }
  .section-company-vision .vision-relationship {
    font-size: 0.39rem;
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom 10px/100% 9px;
    margin-bottom: 68px;
  }
  .section-company-vision .vision-relationship::after, .section-company-vision .vision-relationship::before {
    width: 30px;
    height: 25px;
  }
  .section-company-vision .vision-relationship::after {
    left: -55px;
    top: 9px;
  }
  .section-company-vision .vision-relationship::before {
    right: -50px;
    top: 8px;
  }
  .section-company-vision .vision-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1068px;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }
  .section-company-vision .vision-item {
    width: calc((100% - 39px) / 3);
    margin-right: 19px;
    margin-bottom: 49px;
  }
  .section-company-vision .vision-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-company-vision .vision-item::before {
    font-size: 0.3rem;
    top: 10px;
  }
  .section-company-vision .vision-title {
    font-size: 0.27rem;
    border-bottom: 1px solid #000;
    padding: 50px 10px 13px;
    margin-bottom: 0;
  }
  .section-company-vision .vision-content {
    padding: 40px 20px 34px;
  }
  .section-company-vision .vision-image {
    margin: 0 auto 20px;
    left: -2px;
  }
  .section-company-vision .vision-subtitle {
    font-size: 0.2rem;
    line-height: 1.3125;
    min-height: 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 11px;
  }
  .section-company-vision .vision-text {
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .section-company-vision .vision-text .tb {
    display: none;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 900px) {
  .section-company-vision .vision-text .tb {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-vision {
    margin-bottom: 0.25rem;
  }
  .section-company-vision .vision-inner {
    background: #efefef;
    padding: 0.82rem 0 0.3rem;
    margin-bottom: 1.33rem;
  }
  .section-company-vision .vision-relationship {
    font-size: 0.4rem;
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom 0.11rem/100% 0.1rem;
    margin-bottom: 0.67rem;
  }
  .section-company-vision .vision-relationship::after, .section-company-vision .vision-relationship::before {
    width: 0.29rem;
    height: 0.25rem;
  }
  .section-company-vision .vision-relationship::after {
    left: -0.47rem;
    top: 0.12rem;
  }
  .section-company-vision .vision-relationship::before {
    right: -0.53rem;
    top: 0.11rem;
  }
  .section-company-vision .vision-list {
    padding: 0 0.25rem;
  }
  .section-company-vision .vision-item::before {
    font-size: 0.45rem;
    top: 0.1rem;
  }
  .section-company-vision .vision-item:not(:last-child) {
    margin-bottom: 0.68rem;
  }
  .section-company-vision .vision-title {
    font-size: 0.4rem;
    border-bottom: 2px solid #000;
    padding: 0.75rem 0.1rem 0.35rem;
    margin-bottom: 0;
  }
  .section-company-vision .vision-content {
    padding: 0.82rem 0.2rem 0.7rem;
  }
  .section-company-vision .vision-image {
    width: 2rem;
    height: 1.5rem;
    left: -0.04rem;
    margin: 0 auto 0.7rem;
  }
  .section-company-vision .vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-company-vision .vision-subtitle {
    font-size: 0.4rem;
    line-height: 1.3125;
    min-height: 0.53rem;
    margin-bottom: 0.42rem;
  }
  .section-company-vision .vision-text {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 375px) {
  .section-company-vision .vision-relationship::after {
    left: -0.4rem;
  }
  .section-company-vision .vision-relationship::before {
    right: -0.42rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 900px) {
  .section-company-vision .vision-list {
    max-width: 800px;
    margin: 0 auto;
    left: 0;
  }
  .section-company-vision .vision-item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .section-company-vision .vision-item:nth-child(3n) {
    margin-right: unset;
  }
  .section-company-vision .vision-item:nth-child(2) {
    margin-right: 0;
  }
}
.section-company-info {
  color: #3e3c3c;
}
.section-company-info .info-list dt {
  font-weight: bold;
}
.section-company-info .info-list a {
  color: #3e3c3c;
}

@media print, (min-width: 768px) {
  .section-company-info {
    padding: 77px 0 74px;
  }
  .section-company-info .title-common {
    margin-bottom: 39px;
  }
  .section-company-info .info-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 3%;
  }
  .section-company-info .info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 51%;
    border-top: 1px dotted #3e3c3c;
  }
  .section-company-info .info-list dt {
    background: #efefef;
    width: 22.5%;
    padding: 14px 16px 16px;
  }
  .section-company-info .info-list dd {
    width: 77.5%;
    padding: 14px 5px 16px 27px;
  }
  .section-company-info .info-list dt, .section-company-info .info-list dd {
    line-height: 1.6;
    min-height: 57px;
    border-bottom: 1px dotted #3e3c3c;
  }
  .section-company-info .info-block {
    width: 47%;
    padding-left: 4.5%;
    margin-top: -0.3%;
  }
  .section-company-info .info-image {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-info {
    margin-bottom: 0.25rem;
  }
  .section-company-info .info-inner {
    padding-top: 0.51rem;
    padding-bottom: 0.61rem;
  }
  .section-company-info .info-list {
    border-top: 1px dotted #3e3c3c;
    margin-bottom: 0.45rem;
  }
  .section-company-info .info-list dl {
    padding: 0.26rem 0;
  }
  .section-company-info .info-list dt {
    padding-top: 0.27rem;
  }
  .section-company-info .info-list dd {
    border-bottom: 1px dotted #3e3c3c;
    padding-bottom: 0.33rem;
  }
  .section-company-info .info-list dd address span {
    position: relative;
    right: -1.88rem;
    top: -0.13rem;
  }
  .section-company-info .info-list dt, .section-company-info .info-list dd {
    line-height: 1.6;
    padding-left: 0.13rem;
    padding-right: 0.13rem;
  }
  .section-company-info .info-block {
    margin: 0 -0.03rem;
  }
  .section-company-info .info-image {
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1160px) {
  .section-company-info .info-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .section-company-info .info-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-company-info .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 0;
  }
  .section-company-info .info-block .info-image {
    width: 48.5%;
  }
}
.section-company-staff .staff-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-company-staff .staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.section-company-staff .staff-name {
  color: #3e3c3c;
  text-align: center;
}
.section-company-staff .staff-name .is-japanese {
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
}
.section-company-staff .staff-name .is-english {
  font-weight: 300;
}
.section-company-staff .staff-text {
  color: #3e3c3c;
  background: #fff;
  margin-bottom: 0;
  position: relative;
}
.section-company-staff .staff-text::before {
  content: "";
  position: absolute;
  background: no-repeat 0 0/auto 100%;
}

@media print, (min-width: 768px) {
  .section-company-staff {
    background: #ffeb00 url(../img/company/staff_decor.png) no-repeat center/2000px auto;
    padding: 56px 0 20px;
  }
  .section-company-staff .title-common {
    margin-bottom: 31px;
  }
  .section-company-staff .title-common .is-japanese {
    font-size: 0.23rem;
  }
  .section-company-staff .staff-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1078px;
    position: relative;
    left: 14px;
  }
  .section-company-staff .staff-item {
    width: 33.33%;
    padding: 0 33px 40px;
  }
  .section-company-staff .staff-image {
    width: 267px;
    height: 267px;
    margin: 0 auto 14px;
    position: relative;
    left: -9px;
  }
  .section-company-staff .staff-name {
    margin-bottom: 10px;
  }
  .section-company-staff .staff-name .is-japanese {
    font-size: 0.2rem;
    margin-bottom: -20px;
  }
  .section-company-staff .staff-name .is-english {
    font-size: 0.13rem;
  }
  .section-company-staff .staff-text {
    border: 1px solid #000;
    line-height: 1.6;
    min-height: 199px;
    padding: 12px 19px 12px 13px;
    border-radius: 20px;
  }
  .section-company-staff .staff-text::before {
    background-image: url(../img/company/staff_decor_02.png);
    width: 17px;
    height: 22px;
    top: 5px;
    left: -16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-staff {
    margin-bottom: 0.25rem;
  }
  .section-company-staff .staff-inner {
    background: #ffeb00 url(../img/company/sp/staff_decor.png) repeat-y 0 0/6.51rem auto;
    padding-top: 0.64rem;
    padding-bottom: 0.81rem;
    margin-bottom: 0.9rem;
  }
  .section-company-staff .staff-item:not(:last-child) {
    margin-bottom: 0.87rem;
  }
  .section-company-staff .staff-image {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 0.24rem;
  }
  .section-company-staff .staff-name {
    margin-bottom: 0.16rem;
  }
  .section-company-staff .staff-name .is-japanese {
    font-size: 0.4rem;
    margin-bottom: -0.38rem;
  }
  .section-company-staff .staff-name .is-english {
    font-size: 0.26rem;
    letter-spacing: 0.08em;
  }
  .section-company-staff .staff-text {
    border: 0.02rem solid #000;
    font-size: 0.3rem;
    line-height: 1.6;
    min-height: 3.38rem;
    padding: 0.18rem 0.23rem 0.18rem 0.37rem;
    margin: 0 0.08rem 0 0.11rem;
    border-radius: 0.4rem;
  }
  .section-company-staff .staff-text::before {
    background-image: url(../img/company/sp/staff_decor_02.png);
    width: 0.26rem;
    height: 0.32rem;
    top: 0.09rem;
    left: -0.16rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1050px) {
  .section-company-staff .staff-list {
    max-width: 800px;
    left: 0;
  }
  .section-company-staff .staff-item {
    width: 50%;
  }
}
.section-company-access .map-link {
  color: inherit;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .section-company-access {
    padding: 73px 0 82px;
  }
  .section-company-access .wrapper {
    max-width: 100%;
    padding: 0;
  }
  .section-company-access .title-common {
    margin-bottom: 24px;
  }
  .section-company-access iframe {
    width: 100%;
    height: 395px;
  }
  .section-company-access .access-map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 8px;
    position: relative;
    top: -5px;
  }
  .section-company-access .map-link {
    font-size: 0.12rem;
    text-underline-offset: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-access .access-inner {
    padding-bottom: 0.31rem;
  }
  .section-company-access iframe {
    width: 100%;
    height: 4.67rem;
  }
  .section-company-access .access-map {
    text-align: center;
    padding: 0 0.3rem;
    margin-top: 0.1rem;
  }
  .section-company-access .map-link {
    font-size: 0.3rem;
    -ms-flex-pack: center;
        justify-content: center;
    text-underline-offset: 0.04rem;
  }
}

.access-image {
  margin-top: 0.8rem;
  text-align: center;
}
/*# sourceMappingURL=company.css.map */