@media only screen and (max-width: 767px) {
  .second-mv {
    padding-top: 22.6rem;
    margin-bottom: 9rem;
  }
}
.second-mv::before {
  background: url("../img/outline/mv-img.jpg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    background: url("../img/outline/sp/mv-img.jpg") no-repeat top left/cover;
  }
}

#breadcrumb {
  margin: 0 auto 6rem;
}

.outline-content {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .outline-content .inner {
    width: 110rem;
    margin: auto;
  }
}
.outline-content .scd-section-ttl {
  margin-bottom: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .outline-content .scd-section-ttl {
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .outline-content .scd-section-ttl {
    margin-bottom: 7.1rem;
  }
}
.outline-content .scd-section-ttl span:not([class]) {
  margin: 0 0 0;
}
@media only screen and (max-width: 767px) {
  .outline-content .scd-section-ttl span:not([class]) {
    margin: 0 0 3.2rem;
  }
}
.outline-content .scd-section-ttl span:not([class])::before {
  word-wrap: normal;
}
.outline-content .scd-section-ttl span.en {
  word-wrap: normal;
}
.outline-content .scd-section-ttl span.jp {
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .outline-content .scd-section-ttl span.jp {
    margin-left: 7rem;
  }
}
.outline-content.president .scd-section-ttl span:not([class])::before {
  content: "President";
}
.outline-content.philosophy .scd-section-ttl span:not([class])::before {
  content: "Philosophy";
}
.outline-content.profile .scd-section-ttl span:not([class])::before {
  content: "Company Profile";
}
.outline-content.map .scd-section-ttl span:not([class])::before {
  content: "Access Map";
}

@media print, screen and (min-width: 768px) {
  .content-style1 {
    width: 140rem;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .content-style1 .content-txt {
    width: 55rem;
  }
}
.content-style1 .content-txt p {
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .content-style1 .content-txt p {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
    line-height: 1.65;
  }
}
@media print, screen and (min-width: 768px) {
  .content-style1 .content-txt .name {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .content-style1 .content-txt .name {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 5.6rem;
    padding-right: 1rem;
  }
  .content-style1 .content-txt .name p {
    font-size: 2.6rem;
    margin-right: 4.2rem;
  }
  .content-style1 .content-txt .name img {
    width: 21.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content-style1 .right-image {
    position: absolute;
    top: 12rem;
    right: 0;
    width: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-style1 .right-image {
    width: 100%;
    margin-bottom: 5.8rem;
  }
}
.content-style1 .right-image img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .content-style1 .right-image img {
    width: 100%;
    margin-bottom: 0;
  }
}
.content-style1 .right-image .name {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .content-style1 .right-image .name {
    display: none;
  }
}
.content-style1 .right-image .name p {
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
}
.content-style1 .right-image .name img {
  margin-left: 2.2rem;
}

.president {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .president {
    padding: 0 4rem;
    margin-bottom: 11.2rem;
  }
}

.philosophy {
  margin-bottom: 14.4rem;
}
@media only screen and (max-width: 767px) {
  .philosophy {
    padding: 0 4rem;
    margin-bottom: 13.1rem;
  }
}
.philosophy .content-txt img {
  margin: 5rem auto 4.3rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .philosophy .content-txt img {
    margin: 0 auto 5.8rem;
  }
}

.profile {
  background: #e8f4f4;
  padding: 8.2rem 0 9.8rem;
  margin-bottom: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .profile {
    padding: 8.6rem 4rem 10rem;
    margin-bottom: 12.3rem;
  }
}
.profile .scd-section-ttl {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .profile .scd-section-ttl {
    margin-bottom: 2.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .profile--table {
    width: 100rem;
    margin-left: 5rem;
  }
}
.profile dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.profile dl dt {
  color: #009043;
  font-size: 1.5rem;
  font-weight: 500;
  width: 24rem;
  padding: 2.5rem 2rem 2.3rem 1rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .profile dl dt {
    width: 17.5rem;
    padding-left: 0;
    font-size: 2.8rem;
    padding: 3rem 2rem 2.8rem 0;
  }
}
.profile dl dd {
  font-size: 1.5rem;
  line-height: 1.76;
  width: 76rem;
  padding: 2.5rem 2rem 2.3rem 0;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.07rem;
}
@media only screen and (max-width: 767px) {
  .profile dl dd {
    font-size: 2.8rem;
    width: calc(100% - 17.5rem);
    padding: 3rem 0rem 2.8rem 0;
    line-height: 1.65;
  }
}
.profile dl dd ul li {
  font-size: 1.5rem;
  line-height: 1.86;
}
@media only screen and (max-width: 767px) {
  .profile dl dd ul li {
    font-size: 2.8rem;
    line-height: 1.66;
  }
}
.profile dl dd a.anchor {
  text-decoration: underline;
}
.profile dl dd a.anchor::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #009043;
  border-bottom: 2px solid #009043;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 1.4rem;
  position: relative;
  top: -0.2rem;
}
@media only screen and (max-width: 767px) {
  .profile dl dd a.anchor::after {
    width: 1.75rem;
    height: 1.75rem;
    top: -0.6rem;
  }
}
.profile dl dd .access-map:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .profile dl dd .access-map:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
.profile dl dd .access-map p {
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .profile dl dd .access-map p {
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .profile dl dd.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .profile dl dd.flex ul {
    width: 30rem;
  }
  .profile dl dd.flex ul:nth-of-type(odd) {
    margin-right: 5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .map .inner {
    width: 140rem;
    padding-left: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .map .inner {
    padding: 0 4rem;
  }
}
.map .scd-section-ttl {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .map .scd-section-ttl {
    margin-bottom: 6.9rem;
  }
}
.map--content:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .map--content:not(:last-of-type) {
    margin-bottom: 6.9rem;
  }
}
.map--content h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  line-height: 6rem;
  padding-left: 4rem;
  background: #009043;
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgb(25, 168, 78) 50%, rgb(105, 184, 164) 100%);
  margin-bottom: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .map--content h3 {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .map--content h3 {
    font-size: 3.3rem;
    line-height: 7.6rem;
    margin-bottom: 6.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .map .content-left {
    width: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .map .content-left {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .map--flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.map--txt {
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .map--txt {
    font-size: 2.8rem;
    line-height: 1.63;
    margin-bottom: 4.3rem;
  }
}
.map dl dt {
  color: #009043;
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .map dl dt {
    font-size: 2.8rem;
  }
}
.map dl dd {
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .map dl dd {
    font-size: 2.8rem;
    line-height: 1.63;
  }
}
@media print, screen and (min-width: 768px) {
  .map--frame {
    width: 80rem;
    margin: 0.8rem 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .map--frame {
    width: 100%;
  }
}
.map--frame iframe {
  width: 100%;
  height: 33rem;
}
@media only screen and (max-width: 767px) {
  .map--frame iframe {
    height: 28.3rem;
  }
}

#osaka-map,
#tokyo-map {
  padding-top: 11rem;
  margin-top: -11rem;
}
/*# sourceMappingURL=outline.css.map */