/*============================================================
	ABOUT US
============================================================*/
/*  GREETING
-------------------------------------------------*/
#greeting {
  position: relative;
  overflow-x: hidden;
}
#greeting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 28.5625rem;
  background: rgba(0, 113, 188, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #greeting::before {
    height: 19.2307692308rem;
  }
}
#greeting > figure {
  position: absolute;
  width: 46.6666666667vw;
  height: 28.5625rem;
  right: -5.3333333333vw;
  top: 0;
  overflow: hidden;
  opacity: 0.08;
}
@media only screen and (max-width: 767px) {
  #greeting > figure {
    width: 66.6666666667vw;
    height: 19.2307692308rem;
    right: -3.0769230769rem;
  }
}
#greeting .inner .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #greeting .inner .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.9230769231rem;
  }
}
#greeting .inner .ttl figure {
  width: 25rem;
  height: 18.75rem;
  background: #ccc;
  margin-right: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #greeting .inner .ttl figure {
    margin: 0 auto 3.125rem;
  }
}
#greeting .inner .ttl h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #greeting .inner .ttl h3 {
    font-size: 1.5384615385rem;
  }
}
#greeting .inner p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #greeting .inner p {
    font-size: 1rem;
  }
}
#greeting .inner .sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3.125rem;
}
#greeting .inner .sign p {
  line-height: 1.2;
}
#greeting .inner .sign figure {
  width: 8.4375rem;
  margin-left: 1em;
}

/*  COMPANY PROFILE
-------------------------------------------------*/
#profile {
  position: relative;
  padding-top: 5.9375rem;
}
@media only screen and (max-width: 767px) {
  #profile {
    padding-top: 1.9230769231rem;
  }
}
#profile::before, #profile::after {
  position: absolute;
  content: "";
  right: 0;
}
#profile::before {
  width: 100%;
  height: 15.625rem;
  background: #0071bc;
  top: 0;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  #profile::before {
    height: 11.5384615385rem;
  }
}
#profile::after {
  width: 63.3333333333vw;
  height: 25rem;
  background: #003e66;
  top: -4.6875rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #profile::after {
    width: 75%;
    height: 17.3076923077rem;
    top: -2.8846153846rem;
  }
}
#profile .inner h2 {
  text-align: right;
  margin-bottom: 12.1875rem;
}
@media only screen and (max-width: 767px) {
  #profile .inner h2 {
    margin-bottom: 7.5rem;
  }
}
#profile .inner dl {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: dotted 1px #0071bc;
  padding-bottom: 0.9375rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #profile .inner dl {
    grid-template-columns: 100%;
    gap: 0.7692307692rem;
  }
}
#profile .inner dl:not(:last-child) {
  margin-bottom: 1.875rem;
}
#profile .inner dl dt {
  font-weight: 600;
  color: #0071bc;
}

/*  LOCATION
-------------------------------------------------*/
#location {
  padding-bottom: 0;
  position: relative;
}
#location::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 11.25rem);
  top: 0;
  left: 0;
  background: rgba(0, 113, 188, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #location::before {
    height: calc(100% - 7.6923076923rem);
  }
}
#location .inner h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#location .inner h2 span {
  margin-left: 1em;
  line-height: 1.8;
}
#location .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #location .inner ul {
    grid-template-columns: 100%;
    gap: 1.9230769231rem;
  }
}
#location .inner ul li dl {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
#location .inner ul li dl dt {
  color: #0071bc;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#location .inner ul li dl dd {
  line-height: 1.4;
}
#location .inner ul li .map {
  position: relative;
  overflow: hidden;
  height: 22.5rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #location .inner ul li .map {
    height: 15.3846153846rem;
    margin-top: 0.7692307692rem;
  }
}
#location .inner ul li .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  HISTORY
-------------------------------------------------*/
#history .inner h2 {
  text-align: center;
}
#history .inner ul {
  position: relative;
}
#history .inner ul::before {
  position: absolute;
  content: "";
  background: #003e66;
}
@media print, screen and (min-width: 768px) {
  #history .inner ul::before {
    width: 0.125rem;
    height: calc(100% - 1.5rem);
    top: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #history .inner ul::before {
    width: 0.0769230769rem;
    height: calc(100% - 1.1538461538rem);
    top: 1.1538461538rem;
    left: 0;
  }
}
#history .inner li {
  position: relative;
}
#history .inner li::before {
  position: absolute;
  content: "";
  background: #003e66;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  top: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #history .inner li::before {
    width: 0.7692307692rem;
    height: 0.7692307692rem;
    top: 0.7692307692rem;
    left: -0.3461538462rem;
  }
}
@media print, screen and (min-width: 768px) {
  #history .inner li {
    width: 50%;
    padding-bottom: 3.125rem;
  }
  #history .inner li:nth-child(odd) {
    text-align: right;
    padding-right: 3.125rem;
  }
  #history .inner li:nth-child(odd)::before {
    right: -0.6875rem;
  }
  #history .inner li:nth-child(even) {
    padding-left: 3.125rem;
    margin-left: auto;
  }
  #history .inner li:nth-child(even)::before {
    left: -0.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  #history .inner li {
    padding-left: 1.9230769231rem;
    padding-bottom: 1.9230769231rem;
  }
}
#history .inner li span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(0, 62, 102, 0.3);
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #history .inner li span {
    font-size: 2.3076923077rem;
  }
}
#history .inner li dl {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
#history .inner li dl dt {
  color: #0071bc;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#history .inner li dl dd {
  line-height: 1.4;
}