html {
  height: -webkit-fill-available;
  font-size: clamp(14px, 0.9vw, 16px); }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  position: relative; }

img {
  max-width: 100%; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a {
  color: #041f5a; }

* {
  box-sizing: border-box; }

body {
  font-family: noto-sans-cjk-jp, sans-serif; }

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900; }
  @media screen and (min-width: 1024px) {
    .l-header.is-fixed {
      position: fixed;
      top: -60px; } }
  @media screen and (max-width: 1023px) {
    .l-header {
      position: fixed;
      top: 10px; } }

.l-cover {
  height: 50vh; }
  .l-cover__top {
    height: 90vh; }

.l-main {
  padding: 4rem 0 0 0; }

.l-banner {
  border-top: 1px solid #dadfe9; }

.l-contact {
  padding: 4rem 0;
  border-top: 1px solid #dadfe9; }

.l-footer {
  padding: 4rem 0;
  background-color: #041f5a; }

.c-container {
  width: clamp(300px, 95vw, 1280px);
  margin: 0 auto; }
  .c-container__narrow {
    width: clamp(300px, 95vw, 960px);
    margin: 0 auto; }

.c-btn, .c-btn__contact, .c-btn__form, .c-btn__bordered, .c-btn__red {
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none; }
  .c-btn:hover, .c-btn__contact:hover, .c-btn__form:hover, .c-btn__bordered:hover, .c-btn__red:hover {
    text-decoration: none; }

.c-btn__contact {
  font-size: 1.25rem;
  white-space: nowrap;
  background-color: #041f5a;
  color: white;
  text-align: center;
  display: block;
  padding: 1rem 4rem;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media screen and (max-width: 1023px) {
    .c-btn__contact {
      max-width: 50%;
      margin: 2rem auto 0;
      padding: 1rem 0; } }
  @media screen and (max-width: 599px) {
    .c-btn__contact {
      max-width: 100%; } }
  .c-btn__contact:hover {
    filter: brightness(220%);
    text-decoration: none; }

.c-btn__form {
  font-size: 1.25rem;
  white-space: nowrap;
  background-color: #041f5a;
  border: none;
  color: white;
  text-align: center;
  display: block;
  padding: 1rem 4rem;
  margin: 1rem auto 0;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .c-btn__form:hover {
    filter: brightness(220%);
    text-decoration: none; }

.c-btn__bordered {
  border: 1px solid #041f5a;
  color: #041f5a;
  font-size: 0.875rem;
  padding: 0.25rem 2rem;
  height: 30px;
  border-radius: 15px;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .c-btn__bordered:hover {
    background-color: #041f5a;
    color: #ffffff; }

.c-btn__red {
  font-size: 1.125rem;
  white-space: nowrap;
  background-color: #dc000c;
  color: white;
  text-align: center;
  display: block;
  padding: 0.75rem;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .c-btn__red:hover {
    background-color: #dc000c !important; }
  .c-btn__red:hover {
    filter: brightness(220%);
    text-decoration: none; }

.c-btn__download {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
  text-decoration: none;
  align-items: center; }
  .c-btn__download:hover {
    opacity: .5; }
  .c-btn__download:before {
    content: "";
    background-image: url("../images/icon_download.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem; }

.c-btn__prev, .c-btn__next {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer; }
  .c-btn__prev:hover, .c-btn__next:hover {
    background-color: rgba(255, 255, 255, 0.75); }
  .c-btn__prev img, .c-btn__next img {
    width: 14px !important;
    height: 14px !important;
    margin: 13px; }

.c-btn__prev {
  top: calc(50% - 20px);
  left: 20px; }

.c-btn__next {
  top: calc(50% - 20px);
  right: 20px;
  transform: rotate(180deg); }

.c-btn__gmb {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .c-btn__gmb:hover {
    opacity: .5; }
  .c-btn__gmb:after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/icon_map.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0.5rem; }

.c-breadcrumb {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem; }
  .c-breadcrumb li {
    color: #041f5a;
    margin-right: 0.5rem;
    font-size: 1.125rem; }
    .c-breadcrumb li:not(:last-child):after {
      content: ">";
      margin-left: 0.5rem; }
  .c-breadcrumb a {
    color: #041f5a;
    text-decoration: none;
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .c-breadcrumb a:hover {
      opacity: .5; }

.c-embed {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: calc(4rem / 2); }
  .c-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-table {
  width: 100%;
  margin-bottom: calc(4rem / 2);
  border: 1px solid #f0f2f6;
  border-collapse: collapse; }
  .c-table th, .c-table td {
    margin: 0;
    padding: 0.75rem;
    border: 1px solid #ffffff;
    vertical-align: top; }
    .c-table th ul, .c-table td ul {
      padding-left: 1.5rem;
      margin: 0; }
    .c-table th small, .c-table td small {
      font-size: 0.75rem;
      display: block; }
  .c-table th {
    background-color: #041f5a;
    color: #ffffff;
    font-weight: 400; }
  .c-table tr:nth-child(odd) td {
    background-color: #f0f2f6; }
  .c-table__fixed {
    table-layout: fixed; }

.p-footer {
  color: #ffffff; }
  @media screen and (min-width: 1024px) {
    .p-footer {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: flex-start; } }
  @media screen and (max-width: 1023px) {
    .p-footer__access {
      text-align: center; } }
  .p-footer__access br {
    display: none; }
    @media screen and (max-width: 599px) {
      .p-footer__access br {
        display: inline; } }
  .p-footer__logo img {
    width: 220px; }
  .p-footer__address {
    font-size: 1.125rem;
    margin: 0.75rem 0;
    line-height: 1; }
    .p-footer__address a {
      color: #ffffff;
      text-decoration: none;
      opacity: 1;
      will-change: opacity;
      transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .p-footer__address a:hover {
        opacity: .5; }
      .p-footer__address a:after {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url("../images/icon_map.svg");
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 0.5rem; }
  .p-footer__phone {
    line-height: 1;
    margin: 0.75rem 0;
    font-size: 1.5rem;
    align-items: center; }
    .p-footer__phone small {
      font-size: 0.75rem;
      vertical-align: middle; }
    .p-footer__phone:before {
      content: "";
      width: 1.25rem;
      height: 1.25rem;
      display: inline-block;
      background-image: url("../images/icon_phone-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 0.5rem; }
  .p-footer__copyright {
    font-size: 0.75rem; }
  .p-footer__sitemap {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .p-footer__sitemap > div {
        margin-left: 4rem; } }
    @media screen and (max-width: 1023px) {
      .p-footer__sitemap {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 599px) {
      .p-footer__sitemap {
        flex-direction: column; } }
    .p-footer__sitemap h5 {
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
      margin-top: 1rem; }
    .p-footer__sitemap ul {
      padding-left: 0;
      margin-top: 0.5rem;
      list-style: none; }
    .p-footer__sitemap li {
      color: #dadfe9;
      font-size: 0.875rem;
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0.5rem; }
      .p-footer__sitemap li:before {
        content: "-";
        margin-right: 0.25rem; }
    .p-footer__sitemap a {
      color: #dadfe9;
      text-decoration: none;
      opacity: 1;
      will-change: opacity;
      transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .p-footer__sitemap a:hover {
        opacity: .5; }

.p-contact > div p:last-child {
  margin-bottom: 0; }
.p-contact h4 {
  color: #041f5a;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0; }
@media screen and (min-width: 1024px) {
  .p-contact {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .p-contact > div:first-child {
      padding-right: calc(4rem / 2); } }
.p-contact__phone {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -1.5rem;
  padding-top: 0; }
  @media screen and (max-width: 599px) {
    .p-contact__phone {
      font-size: 3rem;
      margin-top: -0.5rem; } }
  .p-contact__phone:before {
    content: "";
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background-image: url("../images/icon_phone.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem; }
  .p-contact__phone small {
    display: block;
    font-size: 1.5rem; }
.p-contact__form {
  background-color: #f0f2f6;
  border: 1px solid #dadfe9;
  padding: 4rem calc(4rem * 2);
  border-radius: 5px; }
  @media screen and (max-width: 1023px) {
    .p-contact__form {
      padding: 4rem calc(4rem / 2); } }
  @media screen and (max-width: 599px) {
    .p-contact__form {
      padding: 4rem calc(4rem / 4); } }
  .p-contact__form table {
    width: 100%; }
    .p-contact__form table td, .p-contact__form table th {
      padding: 0.5rem;
      text-align: left;
      vertical-align: middle; }
      @media screen and (max-width: 599px) {
        .p-contact__form table td, .p-contact__form table th {
          display: inline-block; } }
    .p-contact__form table th {
      font-size: 1.25rem;
      font-weight: 400;
      white-space: nowrap; }
    .p-contact__form table td {
      width: 100%; }
  .p-contact__form input, .p-contact__form textarea, .p-contact__form select {
    width: 100%;
    border: 1px solid #dadfe9;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    position: relative; }
    .p-contact__form input::placeholder, .p-contact__form textarea::placeholder, .p-contact__form select::placeholder {
      transition: opacity .5s ease; }
    .p-contact__form input:focus, .p-contact__form textarea:focus, .p-contact__form select:focus {
      background-color: white;
      outline: none; }
      .p-contact__form input:focus::placeholder, .p-contact__form textarea:focus::placeholder, .p-contact__form select:focus::placeholder {
        opacity: 0; }
  .p-contact__form-required {
    color: red; }

.p-banner {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 599px) {
    .p-banner {
      flex-direction: column; } }
  .p-banner h4 {
    color: #041f5a;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0; }
    .p-banner h4 small {
      color: #73809e;
      font-size: 0.875rem;
      font-weight: 400;
      display: block; }
  .p-banner > div {
    width: 100%; }
    .p-banner > div:first-child {
      border-right: 1px solid #dadfe9; }
      @media screen and (max-width: 599px) {
        .p-banner > div:first-child {
          border-bottom: 1px solid #dadfe9;
          border-right: none; } }
      @media screen and (min-width: 1280px) {
        .p-banner > div:first-child .p-banner__text {
          padding-left: calc((100vw - 1280px) /2); } }
    @media screen and (min-width: 1280px) {
      .p-banner > div:last-child .p-banner__text {
        padding-right: calc((100vw - 1280px) /2); } }
  .p-banner__photo {
    width: 100%;
    height: 160px;
    background-color: #f0f2f6;
    display: block;
    overflow: hidden; }
    .p-banner__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .p-banner__text {
    padding: 4rem 2.5vw; }
    .p-banner__text p:last-child {
      margin-bottom: 0; }

.p-header {
  height: 4rem;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .p-header__logo {
    width: 9rem;
    height: 4rem;
    display: flex;
    align-items: center;
    margin: 0 1rem; }
  .p-header__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .p-header__nav {
        display: none; } }
    .p-header__nav a {
      text-decoration: none; }
    .p-header__nav > li:not(:last-child) {
      margin: 0 1.5rem 0 0;
      position: relative;
      height: 100%;
      display: flex; }
      .p-header__nav > li:not(:last-child) > a {
        color: #041f5a;
        display: flex;
        align-items: center; }
        .p-header__nav > li:not(:last-child) > a:before {
          content: " ";
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          margin-right: 0.25rem;
          background-image: url("../images/caret.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .p-header__nav > li:not(:last-child) > a:hover:before {
          transform: translateY(3px); }
      .p-header__nav > li:not(:last-child):hover ul {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto; }
      .p-header__nav > li:not(:last-child) ul {
        position: absolute;
        top: 3rem;
        left: -0.5rem;
        min-width: 100%;
        background-color: rgba(4, 31, 90, 0.875);
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
        border-radius: 5px;
        white-space: nowrap;
        list-style: none;
        margin: 0;
        padding: 0.5rem 1rem;
        transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
        transform: translateY(-10px);
        opacity: 0;
        pointer-events: none; }
        .p-header__nav > li:not(:last-child) ul a {
          color: #ffffff;
          font-size: 0.875rem;
          display: block;
          padding: 0.25rem;
          opacity: 1;
          will-change: opacity;
          transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1); }
          .p-header__nav > li:not(:last-child) ul a:hover {
            opacity: .5; }
    .p-header__nav > li:last-child {
      height: 100%; }
      .p-header__nav > li:last-child a {
        background-color: #041f5a;
        height: 100%;
        color: #ffffff;
        display: flex;
        padding: 0 1.5rem;
        border-radius: 0 5px 5px 0;
        align-items: center;
        transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
        .p-header__nav > li:last-child a:hover {
          filter: brightness(220%);
          text-decoration: none; }
  .p-header__phone {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
    height: 70px;
    line-height: 70px;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .p-header__phone {
        display: none; } }
    .p-header__phone:before {
      content: "";
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      background-image: url("../images/icon_phone-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 0.75rem; }
    .p-header__phone small {
      font-size: 0.875rem;
      font-weight: 400;
      vertical-align: middle; }
      @media screen and (max-width: 599px) {
        .p-header__phone small {
          display: none; } }
  .p-header__toggle {
    display: none; }
    @media screen and (max-width: 1023px) {
      .p-header__toggle {
        display: block;
        position: relative;
        margin-top: calc((4rem - 36px) / 2);
        margin-right: 1rem;
        width: 36px;
        height: 36px;
        cursor: pointer; }
        .p-header__toggle span {
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 0;
          width: 36px;
          height: 2px;
          border-radius: 2px;
          background-color: #041f5a; }
          .p-header__toggle span:nth-of-type(1) {
            top: 7px;
            animation: menu-open01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1); }
          .p-header__toggle span:nth-of-type(2) {
            top: 17px;
            transition: all .25s .25s;
            opacity: 1; }
          .p-header__toggle span:nth-of-type(3) {
            top: 27px;
            animation: menu-open02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1); } }
  @media screen and (max-width: 1023px) {
    .p-header {
      overflow: hidden;
      transition: height 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .is-spnav-opened .p-header {
        height: calc(100vh - 20px); } }
  .p-header__spnav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 20px);
    top: 4rem;
    left: 0;
    font-size: 1.25rem;
    padding-top: 0.5rem; }
    @media screen and (min-width: 1024px) {
      .p-header__spnav {
        display: none; } }
    .p-header__spnav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0;
      font-size: 1rem; }
      .p-header__spnav ul ul {
        display: flex;
        flex-wrap: wrap;
        margin: 1.25vh 1rem 0;
        font-size: 1.125rem; }
        .p-header__spnav ul ul li {
          padding: 0 1rem;
          margin-bottom: 1.25vh; }
        .p-header__spnav ul ul a {
          color: #041f5a; }
      .p-header__spnav ul a {
        text-decoration: none; }
    .p-header__spnav > ul > li > a {
      background-color: #73809e;
      display: block;
      padding: 1vh 1rem;
      margin: 0 1rem;
      color: #ffffff;
      font-size: 0.875rem; }
    .p-header__spnav-phone {
      text-align: center;
      font-size: 2rem;
      width: 100%;
      color: #000000;
      font-weight: 700;
      margin: 0.5rem; }
      .p-header__spnav-phone small {
        display: block;
        font-weight: 400;
        font-size: 1rem; }
      .p-header__spnav-phone:before {
        content: "";
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background-image: url("../images/icon_phone.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.75rem; }

.is-spnav-opened .p-header__toggle span:nth-of-type(1) {
  animation: menu-close01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1); }
.is-spnav-opened .p-header__toggle span:nth-of-type(2) {
  opacity: 0; }
.is-spnav-opened .p-header__toggle span:nth-of-type(3) {
  animation: menu-close02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1); }

@keyframes menu-open01 {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@keyframes menu-open02 {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@keyframes menu-close01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }
@keyframes menu-close02 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }
.p-sidebar {
  margin-bottom: calc(4rem * 1.5); }
  @media screen and (min-width: 1024px) {
    .p-sidebar {
      margin-right: 4rem; } }
  @media screen and (max-width: 1023px) {
    .p-sidebar {
      width: 100%; } }
  .p-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .p-sidebar > ul {
    margin-bottom: calc(4rem / 2); }
  .p-sidebar a {
    text-decoration: none;
    border-radius: 5px;
    display: block;
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .p-sidebar a:hover {
      background-color: #73809e;
      color: #ffffff; }
  .p-sidebar li.is-current > a {
    background-color: #041f5a;
    color: white;
    cursor: default; }
  .p-sidebar > ul {
    min-width: 300px; }
  .p-sidebar > ul > li {
    margin-bottom: 0.75rem;
    font-size: 1.125rem; }
    .p-sidebar > ul > li > a {
      background-color: #f0f2f6;
      color: #041f5a;
      padding: 0.25rem 0.75rem; }
    .p-sidebar > ul > li ul {
      margin: 0.75rem 0; }
      .p-sidebar > ul > li ul li {
        font-size: 1rem;
        margin-bottom: 0.25rem; }
        .p-sidebar > ul > li ul li a {
          color: #041f5a;
          padding: 0.25rem 0.75rem; }
          @media screen and (min-width: 1024px) {
            .p-sidebar > ul > li ul li a:before {
              content: "-";
              margin-right: 0.25rem; } }
      @media screen and (max-width: 1023px) {
        .p-sidebar > ul > li ul {
          display: flex;
          flex-wrap: wrap; } }
  .p-sidebar__container {
    overflow: visible;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1023px) {
      .p-sidebar__container {
        flex-direction: column; } }
  .p-sidebar__contact {
    border: 2px solid #dc000c;
    border-radius: 5px;
    padding: 1rem; }
    .p-sidebar__contact h5 {
      font-size: 1.125rem;
      text-align: center;
      margin: 0 auto 0.25rem; }
      @media screen and (max-width: 1023px) {
        .p-sidebar__contact h5 {
          font-size: 1.75rem; } }
    .p-sidebar__contact-photo {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .p-sidebar__contact-photo {
          justify-content: space-around; }
          .p-sidebar__contact-photo ul {
            display: flex;
            flex-wrap: wrap;
            font-size: 1.5rem; } }
      .p-sidebar__contact-photo li {
        margin: 0.75rem 0;
        white-space: nowrap; }
        @media screen and (max-width: 1023px) {
          .p-sidebar__contact-photo li {
            margin: 0.25rem 1rem; } }
        .p-sidebar__contact-photo li:before {
          content: "";
          width: 1rem;
          height: 1rem;
          background-image: url("../images/icon_check.svg");
          background-size: cover;
          display: inline-block;
          margin-right: 0.5rem; }
      .p-sidebar__contact-photo p {
        max-width: 10rem;
        max-height: 10rem;
        margin: 0; }
        .p-sidebar__contact-photo p img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .p-sidebar__contact-phone {
      text-align: center;
      font-size: 1.75rem;
      font-weight: 700;
      margin: 0.25rem auto; }
      .p-sidebar__contact-phone:before {
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        background-image: url("../images/icon_phone.svg");
        background-size: cover;
        display: inline-block;
        margin-right: 0.5rem; }
    .p-sidebar__contact-hours {
      text-align: center;
      margin: 0; }

.p-cover {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .p-cover__image {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
    .p-cover__image img {
      opacity: .75;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .p-cover__title {
    position: relative;
    z-index: 200;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .p-cover__title h1 {
      color: #ffffff;
      font-weight: 500;
      font-size: 4rem;
      margin-bottom: 0;
      line-height: 1; }
    .p-cover__title p {
      color: #ffffff;
      font-size: 1.125rem;
      line-height: 1;
      margin: 0.75rem; }
  .p-cover__top-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100%;
    background-color: #000000;
    border-radius: 0 0 0 10px;
    overflow: hidden;
    z-index: 200; }
    @media screen and (max-width: 1023px) {
      .p-cover__top-image {
        width: 100%;
        border-radius: 0; } }
    .p-cover__top-image h1 {
      color: #ffffff;
      font-size: 100px;
      margin-bottom: 3rem;
      margin-top: 0;
      position: absolute;
      top: 40vh;
      left: -35vw;
      white-space: nowrap;
      z-index: 300;
      line-height: 1; }
      @media screen and (min-width: 1280px) {
        .p-cover__top-image h1 {
          left: calc(10vw - 620px); } }
      @media screen and (max-width: 1023px) {
        .p-cover__top-image h1 {
          display: none; } }
    .p-cover__top-image img {
      opacity: .9;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 1023px) {
        .p-cover__top-image img {
          opacity: .7; } }
  .p-cover__top-copy {
    height: 90vh;
    width: 100%;
    z-index: 300;
    position: absolute;
    top: 20vh; }
    @media screen and (min-width: 1024px) {
      .p-cover__top-copy {
        z-index: 100;
        top: 40vh; } }
    @media screen and (max-width: 1023px) {
      .p-cover__top-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0; } }
    .p-cover__top-copy h1 {
      color: #041f5a;
      font-size: 100px;
      margin-bottom: 3rem;
      line-height: 1;
      margin-top: 0; }
      @media screen and (max-width: 1023px) {
        .p-cover__top-copy h1 {
          font-size: 11vw;
          color: #ffffff;
          line-height: 1.25;
          margin-bottom: 0.5rem; } }
      @media screen and (max-width: 599px) {
        .p-cover__top-copy h1 {
          font-size: 15vw; } }
      @media screen and (min-width: 1024px) {
        .p-cover__top-copy h1 br {
          display: none; } }
    .p-cover__top-copy p {
      font-size: 1.25rem;
      line-height: 2; }
      @media screen and (max-width: 1023px) {
        .p-cover__top-copy p {
          color: #ffffff; } }

.p-content {
  flex-grow: 1; }
  .p-content section {
    margin-bottom: calc(4rem * 1.5); }
  .p-content h2 {
    font-size: 3rem;
    font-weight: 500;
    margin: 0 0 1.5rem;
    color: #041f5a; }
    .p-content h2 small {
      display: block;
      font-size: 1.5rem;
      font-weight: 500; }
  .p-content h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    color: #041f5a;
    border-left: 5px solid #73809e;
    padding-left: 1rem; }
  .p-content h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 0.25rem;
    color: #041f5a; }
  .p-content h5 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
    color: #041f5a; }
  .p-content p, .p-content ul, .p-content ol {
    line-height: 1.75;
    margin-bottom: calc(4rem / 2); }
  .p-content p + ul, .p-content p + ol {
    margin-top: calc(4rem / -4); }

.p-service {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2rem; }
  .p-service h5 {
    margin-bottom: 1rem; }
  .p-service h5 + p {
    margin-bottom: 2rem;
    font-size: 0.875rem; }
  .p-service > div {
    width: calc(50% - 4rem/2);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem; }
    .p-service > div:nth-last-child(2), .p-service > div:last-child {
      margin-bottom: 0; }
      .p-service > div:nth-last-child(2) p:last-child, .p-service > div:last-child p:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    .p-service {
      display: inherit;
      margin-left: auto;
      margin-right: auto; }
      .p-service > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4rem; }
        .p-service > div:nth-last-child(2) {
          margin-bottom: 4rem; }
          .p-service > div:nth-last-child(2) p:last-child {
            margin-bottom: inherit; } }
  .p-service__thumbnail {
    background-color: #dadfe9;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 40%;
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden; }
    .p-service__thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.p-carousel {
  width: 100%;
  position: relative; }
  .p-carousel__bg {
    height: 100%;
    width: 60vw;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f0f2f6;
    z-index: 100;
    border-radius: 5px 0 0 5px; }
    @media screen and (max-width: 1023px) {
      .p-carousel__bg {
        display: none; } }
  .p-carousel__content {
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .p-carousel__content {
        display: block; } }
  .p-carousel__num {
    font-size: 300px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    z-index: 300;
    left: 70px;
    bottom: -110px; }
  .p-carousel__photo {
    flex: 1;
    position: relative;
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden; }
  .p-carousel__text {
    flex: 1;
    padding-left: calc(4rem / 2);
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .p-carousel__text {
        padding-left: 0; } }

.u-flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  .u-flex__photo {
    min-width: 20%;
    margin-right: calc(4rem / 2); }
    .u-flex__photo img {
      width: 100%; }
  @media screen and (max-width: 599px) {
    .u-flex {
      display: inline; }
      .u-flex__photo {
        max-width: 50%;
        margin: calc(4rem / 2) auto;
        text-align: center; } }
  .u-flex__list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 599px) {
      .u-flex__list {
        display: inherit; } }
    .u-flex__list li {
      width: 50%; }
      @media screen and (max-width: 599px) {
        .u-flex__list li {
          width: inherit; } }

.u-position__sticky {
  position: sticky;
  top: 100px; }

.u-margin-top {
  margin-top: calc(4rem / 2); }
.u-margin-bottom {
  margin-bottom: calc(4rem / 2); }
