.about-header {
  width: 100%;
  height: 100vh;
  max-height: 80rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 3%;
}
@media only screen and (max-width: 767px) {
  .about-header {
    flex-direction: column;
    padding: 8rem 5% 4rem;
    height: auto;
  }
  .about-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(13, 30, 46, 0.15);
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
  }
}
.about-header:before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/about/bg_bark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-header:before {
    width: 100%;
  }
}
.about-header-message {
  width: 45%;
  max-width: 47rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about-header-message {
    width: 100%;
  }
}
.about-header-message img {
  max-width: 40rem;
}
@media only screen and (max-width: 767px) {
  .about-header-message img {
    max-width: 70%;
  }
}
.about-header-message p {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .about-header-message p {
    font-size: 1.2rem;
  }
}
.about-header-catch {
  padding-top: 8%;
}
@media only screen and (max-width: 767px) {
  .about-header-catch {
    padding-top: 2rem;
    width: 100%;
  }
}
.about-header-catch mark {
  width: 100%;
  display: flex;
  font-weight: 500;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  background: none;
  color: #fff;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .about-header-catch mark {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .about-header-catch mark {
    font-size: 2rem;
  }
}
.about-header-catch mark:before {
  content: "";
  background: url("../../img/common/bg_catch.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -26rem;
  width: 52rem;
  height: 4rem;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .about-header-catch mark:before {
    width: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-header-catch mark:before {
    width: 31rem;
    height: 2.5rem;
    margin-left: -15.5rem;
  }
}
.about-header-vision {
  width: 55%;
  max-width: 58rem;
  padding-left: 3%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .about-header-vision {
    width: 100%;
    padding-top: 4rem;
  }
}
.about-header-vision p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about-header-vision p {
    font-size: 1.2rem;
  }
}
.about-header-ttl {
  font-size: 6.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .about-header-ttl {
    font-size: 3.2rem;
    padding-bottom: 1.5rem;
  }
}

.section-customers, .section-partner, .section-economy {
  position: relative;
  z-index: 1;
  padding: 15vh 2%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .section-customers, .section-partner, .section-economy {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-customers, .section-partner, .section-economy {
    padding: 10vw 5%;
  }
}

.section-customers:after, .section-partner:after, .section-economy:after {
  content: "";
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .section-customers:after, .section-partner:after, .section-economy:after {
    width: 50%;
  }
}
.section-customers-fig, .section-partner-fig, .section-economy-fig {
  width: 40%;
  height: 54rem;
  max-width: 47.5rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-customers-fig, .section-partner-fig, .section-economy-fig {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: -10rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-customers-fig, .section-partner-fig, .section-economy-fig {
    margin-bottom: 0;
  }
}

.section-customers-fig img, .section-partner-fig img, .section-economy-fig img {
  width: 80rem;
  max-width: none;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .section-customers-fig img, .section-partner-fig img, .section-economy-fig img {
    max-width: 100%;
    position: static;
  }
}
.section-customers-en, .section-partner-en, .section-economy-en {
  font-size: 10rem;
  height: 16rem;
  line-height: 0.7;
  top: -1.2em;
  position: absolute;
  color: #e73828;
  background: linear-gradient(30deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 767px) {
  .section-customers-en, .section-partner-en, .section-economy-en {
    font-size: 5rem;
    height: 8rem;
  }
}
.section-customers-ttl, .section-partner-ttl, .section-economy-ttl {
  font-size: 3.6rem;
  line-height: 1.3;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .section-customers-ttl, .section-partner-ttl, .section-economy-ttl {
    font-size: 1.8rem;
  }
}
.section-customers-inner, .section-partner-inner, .section-economy-inner {
  width: 60%;
  max-width: 66.5rem;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 8rem 5rem 5rem;
  text-align: left;
  box-shadow: 0 0 2rem 0 rgba(13, 30, 46, 0.1);
  margin-top: 27rem;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .section-customers-inner, .section-partner-inner, .section-economy-inner {
    margin-top: 0;
    width: 80%;
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-customers-inner, .section-partner-inner, .section-economy-inner {
    width: 100%;
    padding: 4rem 2rem 2rem;
  }
}

.section-customers-inner p, .section-partner-inner p, .section-economy-inner p {
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section-customers-inner p, .section-partner-inner p, .section-economy-inner p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-economy {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-economy {
    padding-bottom: 16vw;
  }
}

.section-economy:after {
  background-image: url("../../img/about/bg_o.svg");
  background-position: 0% 0%;
  right: 0;
}
.section-economy-fig img {
  left: 0;
}
.section-economy-en {
  text-align: right;
  right: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-economy-en {
    right: 2rem;
  }
}
.section-partner {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .section-partner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-partner:after {
  background-image: url("../../img/about/bg_or.svg");
  background-position: 100% 0%;
  left: 0;
}
.section-partner-fig img {
  right: 0;
}
.section-partner-en {
  text-align: left;
  left: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-partner-en {
    left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-customers {
    align-items: flex-end;
  }
}
.section-customers:after {
  background-image: url("../../img/about/bg_r.svg");
  background-position: 0% 0%;
  right: 0;
}
.section-customers-fig img {
  left: 0;
}
.section-customers-en {
  text-align: right;
  right: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-customers-en {
    right: 2rem;
  }
}

.div-message {
  background: url("../../img/common/bg_nami.svg") no-repeat 0% -1px #f3f4f4;
  background-size: 100% 7.4rem;
  padding: calc(15vh + 7.2rem) 2% 15vh;
}
@media only screen and (max-width: 1023px) {
  .div-message {
    background-size: 100% 4.8rem;
    padding: calc(15vh + 4.8rem) 2% 15vh;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .div-message {
    background-size: 100% 2rem;
    padding: calc(10vw + 10rem) 2% 15vh;
    position: relative;
    z-index: 1;
  }
  .div-message:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: url("../../img/about/icon_family.svg") no-repeat 50% 50%;
    background-size: 15rem auto;
    width: 100%;
    height: 15rem;
    left: 0;
    top: -2rem;
  }
}

.div-message > p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3rem;
  margin-bottom: 12vh;
}
@media only screen and (max-width: 767px) {
  .div-message > p {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 4vw;
  }
}
.div-message > p mark {
  background: none;
  color: #e73828;
}
.div-message > p span {
  font-family: "Playfair Display", serif;
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .div-message > p span {
    font-size: 2rem;
  }
}
.div-message > p b {
  font-size: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .div-message > p b {
    font-size: 1.8rem;
  }
}
.div-message > p strong {
  font-family: "Playfair Display", serif;
  font-size: 7.2rem;
  margin-top: -1rem;
  text-shadow: 0.2rem 0.2rem #0d1e2e;
  color: #c30d23;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .div-message > p strong {
    font-size: 5rem;
    text-shadow: 0.1rem 0.1rem #0d1e2e;
  }
}
.div-message .nav-service {
  max-width: 100rem;
  margin: 0 auto;
}
.div-message .nav-service-more {
  padding-top: 10vh;
  width: 24rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service-more {
    padding-top: 8vw;
    width: 20rem;
  }
}
.div-message .nav-service-more a {
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.1rem solid #0d1e2e;
  border-bottom: 0.1rem solid #0d1e2e;
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  transition: all .5s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service-more a {
    font-size: 2rem;
    height: 5rem;
  }
}
.div-message .nav-service-more a:hover {
  border-color: transparent;
}
.div-message .nav-service-more a:hover:before, .div-message .nav-service-more a:hover:after {
  width: 100%;
}
.div-message .nav-service-more a:before {
  height: calc(100% + .2rem);
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  bottom: -.1rem;
  z-index: -2;
}
.div-message .nav-service-more a:after {
  height: 100%;
  background: #f3f4f4;
  z-index: -1;
  bottom: 0;
}
.div-message .nav-service-more a:after, .div-message .nav-service-more a:before {
  content: "";
  width: 0%;
  position: absolute;
  left: 0;
  transition: all .5s;
}
.div-message .nav-service-more a i {
  color: #c30d23;
  margin-left: 2rem;
  margin-right: -1rem;
  font-size: 2.2rem;
}
.div-message .nav-service-name {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service-name {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.div-message .nav-service-btn {
  position: absolute;
  width: 6rem;
  height: 3rem;
  right: -1.2rem;
  top: 50%;
  margin-top: -1.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  font-family: "Playfair Display", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .5s;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service-btn {
    opacity: 1;
    font-size: 1.2rem;
    width: 5rem;
    position: static;
    margin: 1rem auto 0 auto;
    color: #0d1e2e;
    border-bottom-color: #0d1e2e;
  }
}
.div-message .nav-service-btn i {
  color: #c30d23;
  font-size: 1.3rem;
}
.div-message .nav-service ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service ol {
    flex-direction: column;
  }
}
.div-message .nav-service ol > li {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 1rem rgba(13, 30, 46, 0.1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 4rem;
  transition: all .5s;
}
.div-message .nav-service ol > li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.div-message .nav-service ol > li:nth-of-type(1) {
  margin-left: 12%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .div-message .nav-service ol > li:nth-of-type(1) {
    margin: 0 20%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .div-message .nav-service ol > li:nth-of-type(1) {
    margin: 0 auto 1.5rem;
  }
}

.div-message .nav-service ol > li:nth-of-type(1):after {
  content: "1";
  left: 1rem;
  top: 3rem;
}
.div-message .nav-service ol > li:nth-of-type(2) {
  margin-right: 12%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .div-message .nav-service ol > li:nth-of-type(2) {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .div-message .nav-service ol > li:nth-of-type(2) {
    margin: 0 auto 1.5rem;
  }
}

.div-message .nav-service ol > li:nth-of-type(2):after {
  content: "2";
  right: 1rem;
  top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .div-message .nav-service ol > li:nth-of-type(3) {
    margin-bottom: 2rem;
  }
}
.div-message .nav-service ol > li:nth-of-type(3):after {
  content: "3";
  left: -1rem;
  top: 60%;
}
.div-message .nav-service ol > li:nth-of-type(4) {
  box-shadow: none;
  background: none;
  justify-content: center;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .div-message .nav-service ol > li:nth-of-type(4) {
    width: 100%;
    height: 20rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .div-message .nav-service ol > li:nth-of-type(4) {
    display: none;
  }
}

.div-message .nav-service ol > li:nth-of-type(4):hover {
  box-shadow: none;
}
.div-message .nav-service ol > li:nth-of-type(4):after, .div-message .nav-service ol > li:nth-of-type(4):before {
  display: none;
}
.div-message .nav-service ol > li:nth-of-type(5):after {
  content: "4";
  right: -1rem;
  bottom: 60%;
}
.div-message .nav-service ol > li:nth-of-type(6):after {
  content: "5";
  right: 5rem;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service ol > li {
    width: 24rem;
    height: 24rem;
    margin: 0 auto 1.5rem;
    padding-bottom: 2rem;
  }
}
.div-message .nav-service ol > li:before, .div-message .nav-service ol > li:after {
  content: "";
  position: absolute;
}
.div-message .nav-service ol > li:hover {
  color: #fff;
  box-shadow: 0.5rem 0.5rem 0 #e73828;
}
.div-message .nav-service ol > li:hover ul li {
  border-color: #fff;
}
.div-message .nav-service ol > li:hover:before {
  background: rgba(13, 30, 46, 0.9);
}
.div-message .nav-service ol > li:hover .nav-service-btn {
  opacity: 1;
}
.div-message .nav-service ol > li:after {
  color: #e73828;
  font-size: 7.2rem;
  line-height: 1;
  z-index: 2;
  text-shadow: 0.2rem 0.2rem #0d1e2e;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.div-message .nav-service ol > li:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 100%);
  transition: all .5s;
  left: 0;
  top: 0;
}
.div-message .nav-service ol > li dl {
  font-size: 1rem;
  text-align: center;
}
.div-message .nav-service ol > li dl dt {
  font-size: 1.2rem;
  font-weight: 700;
}
.div-message .nav-service ol > li dl dd img {
  width: 8rem;
  margin: .3rem 0;
}
.div-message .nav-service ol > li ul {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 21rem;
}
@media only screen and (max-width: 767px) {
  .div-message .nav-service ol > li ul {
    max-width: 18rem;
  }
}
.div-message .nav-service ol > li ul li {
  padding: .1rem .2rem;
  border: 0.1rem solid #0d1e2e;
  margin: .15rem;
  transition: all .5s;
}
