/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl::before {
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
  margin-left: -2px;
  width: 31.875rem;
  background-image: url(../images/img-frame.png);
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 480px;
  }
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner h2 span.__en {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: min(12vw, 3.5em);
    line-height: 1em;
  }
}
#page-ttl .pgttl-inner h2 span.__en.__navy {
  line-height: 1.2em;
}
#page-ttl .pgttl-inner h2 span.__jp {
  display: block;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.25em;
    margin-top: 1em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #333333;
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-image: url(../images/arrow-right_light.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

/* office.html
---------------------------------------------------- */
.sec-office_intro .sec-txt p {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-office_intro .sec-txt p {
    font-size: 1em;
  }
}
.sec-office_intro .flowingText {
  margin-top: 2em;
}

.sec-office01 .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-office01 .sec-txt {
    margin-top: 2em;
  }
}
.sec-office01 .sec-txt p {
  font-size: 1.125em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-office01 .sec-txt p {
    font-size: 1em;
  }
}
.sec-office01 .sec-txt p.__name {
  text-align: end;
  margin-top: 2em;
}

.sec-office02 .sec-ttl {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-office02 .sec-ttl {
    margin-top: 0;
  }
}
.sec-office02 .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-office02 .flex-wrap {
    display: block;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-office02 .flex-wrap {
    margin-top: 3em;
  }
}
.sec-office02 .flex-wrap .overview-table {
  width: 50rem;
}
@media screen and (max-width: 1199px) {
  .sec-office02 .flex-wrap .overview-table {
    width: 100%;
  }
}
.sec-office02 .flex-wrap .overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-office02 .flex-wrap .overview-table dl {
    display: block;
  }
}
.sec-office02 .flex-wrap .overview-table dl dt {
  font-weight: 700;
  width: 14em;
  padding: 1em 0;
  border-bottom: solid 1px #999;
}
@media screen and (max-width: 767px) {
  .sec-office02 .flex-wrap .overview-table dl dt {
    font-size: 0.9em;
    width: 100%;
    padding-top: 1.6em;
    padding-bottom: 0.8em;
    border-bottom: none;
  }
}
.sec-office02 .flex-wrap .overview-table dl dd {
  width: calc(100% - 14em);
  padding: 1em 0;
  border-bottom: solid 1px #999;
}
@media screen and (max-width: 767px) {
  .sec-office02 .flex-wrap .overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
    padding-left: 0;
  }
}
.sec-office02 .flex-wrap .overview-table dl dd a {
  display: inline;
  font-size: 1em;
}
.sec-office02 .flex-wrap .overview-table dl:nth-of-type(1) dt, .sec-office02 .flex-wrap .overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}
.sec-office02 .flex-wrap .office-img {
  width: calc(100% - 50rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-office02 .flex-wrap .office-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
}
.sec-office02 .flex-wrap .office-img .img-wrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-office02 .flex-wrap .office-img .img-wrap {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .sec-office02 .flex-wrap .office-img .img-wrap {
    width: calc(50% - 10px);
  }
}
.sec-office02 .flex-wrap .office-img .img-wrap::before {
  width: 60%;
}
.sec-office02 .flex-wrap .office-img .img-wrap:nth-of-type(1)::before {
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
  margin-left: -2px;
}
.sec-office02 .flex-wrap .office-img .img-wrap:nth-of-type(2) {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-office02 .flex-wrap .office-img .img-wrap:nth-of-type(2) {
    margin-top: 0;
  }
}
.sec-office02 .flex-wrap .office-img .img-wrap:nth-of-type(2)::before {
  bottom: 0;
  right: 0;
  margin-bottom: -2px;
  margin-right: -2px;
}
.sec-office02 .flex-wrap .office-img .img-wrap img {
  width: 100%;
  height: auto;
}

.sec-office03 .sec-ttl {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-office03 .sec-ttl {
    margin-top: 0;
  }
}
.sec-office03 .map-wrap {
  width: 100%;
  height: 37.5rem;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-office03 .map-wrap {
    height: 480px;
  }
}
.sec-office03 .map-wrap iframe {
  width: 100%;
  height: 100%;
}

/* navy.html
---------------------------------------------------- */
.sec-navy_intro .sec-catch h3 {
  font-size: 1.5em;
  padding: 0 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-navy_intro .sec-catch h3 {
    line-height: 1em;
    padding: 0.6em;
  }
}
.sec-navy_intro .sec-txt {
  margin-top: 2em;
}
.sec-navy_intro .sec-txt h4 {
  font-weight: 900;
  font-size: 1.125em;
}
.sec-navy_intro .sec-txt p {
  margin-top: 1em;
}

.sec-navy_about .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - (100% - 80.625 * 1rem) / 2);
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-navy_about .sec-content {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_about .sec-content {
    width: calc(100% - 20px);
    margin-top: 0;
  }
}
.sec-navy_about .sec-content .txt-wrap {
  width: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content .txt-wrap {
    width: 80.625rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-navy_about .sec-content .txt-wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_about .sec-content .txt-wrap {
    width: calc(100% - 20px);
  }
}
.sec-navy_about .sec-content .txt-wrap .content-ttl h3 {
  font-size: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content .txt-wrap .content-ttl h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_about .sec-content .txt-wrap .content-ttl h3 {
    font-size: 1.375em;
  }
}
.sec-navy_about .sec-content .txt-wrap .content-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content .txt-wrap .content-txt {
    margin-top: 1em;
  }
}
.sec-navy_about .sec-content .txt-wrap .content-txt p {
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-navy_about .sec-content .txt-wrap .content-txt p {
    font-size: 1em;
  }
}
.sec-navy_about .sec-content .txt-wrap .sns-links ul {
  display: flex;
}
.sec-navy_about .sec-content .txt-wrap .sns-links ul li a {
  background-color: #333333;
  border-radius: 6px;
  padding: 1em;
  margin-right: 1em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content .txt-wrap .sns-links ul li a {
    padding: 0.6em;
  }
}
.sec-navy_about .sec-content .txt-wrap .sns-links ul li a img {
  width: 1.6em;
  height: auto;
}
.sec-navy_about .sec-content .txt-wrap .sns-links ul li a:hover {
  background-color: #585858;
}
.sec-navy_about .sec-content .img-wrap {
  width: calc(100% - 37.5rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-navy_about .sec-content .img-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-navy_about .sec-content .img-wrap img {
  width: 100%;
  height: auto;
}
.sec-navy_about.__01 .sec-content {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about.__01 .sec-content .img-wrap {
    aspect-ratio: 1/1;
  }
  .sec-navy_about.__01 .sec-content .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-navy_about.__01 .sec-content .img-wrap::before {
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-right: -2px;
  transform: scaleY(-1);
}
.sec-navy_about.__02 .sec-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-navy_about.__02 .sec-content .txt-wrap {
    margin-left: auto;
  }
}
.sec-navy_about.__02 .sec-content .img-wrap {
  border-bottom: solid 1px #fff;
}
.sec-navy_about.__02 .sec-content .img-wrap::before {
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
  margin-left: -2px;
}

@media screen and (max-width: 1199px) {
  .sec-navy_contact .sec-ttl {
    margin-top: -1em;
  }
}
.sec-navy_contact .sec-ttl h3 span.__en {
  font-size: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-navy_contact .sec-ttl h3 span.__en {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-ttl h3 span.__en {
    font-size: 2.5em;
  }
}
.sec-navy_contact .sec-ttl h3 span.__en::after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  background: linear-gradient(90deg, #e60012, #fff 50%, #004098 60%);
  margin: 0 auto;
}
.sec-navy_contact .sec-txt {
  margin-top: 2em;
}
.sec-navy_contact .sec-txt p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-txt p {
    text-align: start;
  }
}
.sec-navy_contact .sec-content {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content {
    display: block;
  }
}
.sec-navy_contact .sec-content .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24em;
  padding: 1em;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap {
    width: 100%;
    padding: 0.6em 1em;
  }
}
.sec-navy_contact .sec-content .content-wrap .icon {
  width: 5.2em;
}
@media screen and (max-width: 1199px) {
  .sec-navy_contact .sec-content .content-wrap .icon {
    width: 4.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap .icon {
    width: 4em;
  }
}
.sec-navy_contact .sec-content .content-wrap h4 {
  font-weight: 700;
  font-size: 1.75em;
}
@media screen and (max-width: 1199px) {
  .sec-navy_contact .sec-content .content-wrap h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap h4 {
    font-size: 1.375em;
  }
}
.sec-navy_contact .sec-content .content-wrap h4 a {
  font-size: 1em;
}
.sec-navy_contact .sec-content .content-wrap.__tel {
  border: solid 1px #999;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap.__tel {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap.__tel .icon {
    margin-right: 0.5em;
  }
}
.sec-navy_contact .sec-content .content-wrap.__tel h4 {
  line-height: 1.2em;
  letter-spacing: 0.06em;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap.__tel h4 {
    font-size: 1.5em;
  }
}
.sec-navy_contact .sec-content .content-wrap.__tel h4 span.__info {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap.__tel h4 span.__info {
    font-size: min(3.5vw, 12px);
  }
}
.sec-navy_contact .sec-content .content-wrap.__mail {
  position: relative;
  color: #fff;
  background-color: #585858;
  transition: all 0.36s ease;
}
.sec-navy_contact .sec-content .content-wrap.__mail .icon {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-navy_contact .sec-content .content-wrap.__mail .icon {
    margin-right: 1.5em;
  }
}
.sec-navy_contact .sec-content .content-wrap.__mail h4 {
  margin-right: 1.6em;
}
.sec-navy_contact .sec-content .content-wrap.__mail::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 1em;
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/arrow-right_light.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-navy_contact .sec-content .content-wrap.__mail:hover {
  background-color: #333333;
}
.sec-navy_contact .address-txt {
  margin-top: 4em;
}
.sec-navy_contact .map-wrap {
  width: 100%;
  height: 37.5rem;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-navy_contact .map-wrap {
    height: 480px;
  }
}
.sec-navy_contact .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */