@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2841091493vw;
  }
}
@media (min-width: 1246px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner-pc {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1246px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
}

.c-breadcrumb a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.3125rem;
}

.c-breadcrumb p {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.5625rem;
  position: relative;
}

.c-breadcrumb p::before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 0.0625rem;
  background: #333;
  top: 50%;
  left: 0.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn1 {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  border: 1px solid #333;
  max-width: 15rem;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.c-btn1__bg {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #333;
  top: -1px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

@media (hover: hover) {
  .c-btn1:hover .c-btn1__bg {
    -webkit-transform: scale(25);
            transform: scale(25);
  }
  .c-btn1:hover .c-btn1__text {
    color: #fff;
  }
}
.c-btn1__text {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}

.c-contact {
  background-color: #207698;
  position: relative;
  z-index: 1001;
}

.c-contact__wrapper {
  padding-top: 3.6875rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 6.1875rem;
    padding-bottom: 6.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-contact__wrapper::before {
  content: "contact";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  color: rgba(191, 191, 191, .3);
  z-index: 0;
  top: -1.375rem;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__wrapper::before {
    font-size: 8.75rem;
    top: -1.875rem;
    right: auto;
    right: initial;
    left: 0;
  }
}

.c-contact__btn {
  display: inline-block;
  max-width: 15rem;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
  position: relative;
  border: 1px solid #333;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-contact__btn {
    max-width: 24.75rem;
    padding-top: 2.0625rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .c-contact__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 2.5rem;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 0.875rem;
    height: 0.875rem;
    z-index: 3;
  }
}

.c-contact__btn + .c-contact__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-contact__btn + .c-contact__btn {
    margin-top: 0;
    margin-top: initial;
    margin-left: 7.0625rem;
  }
}

.c-contact__btn-text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-contact__btn-text {
    font-size: 1.5rem;
    position: relative;
  }
}

.c-contact__btn-bg {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #333;
  top: -1px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-contact__btn-bg {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

@media (hover: hover) {
  .c-contact__btn:hover .c-contact__btn-bg {
    -webkit-transform: scale(25);
            transform: scale(25);
  }
  .c-contact__btn:hover .c-contact__btn-text {
    color: #fff;
  }
  .c-contact__btn:hover::before {
    border-color: #fff;
  }
}
.c-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1005;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta {
    display: block;
    top: 0;
    left: auto;
    left: initial;
    right: 0;
    max-width: 5.3125rem;
    z-index: 1000;
  }
}

.c-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-cta__contact-btn,
.c-cta__download-btn,
.c-cta__consultation-btn {
  background-color: #EDFAFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn,
  .c-cta__download-btn,
  .c-cta__consultation-btn {
    width: 100%;
  }
}

.c-cta__contact-btn,
.c-cta__download-btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn,
  .c-cta__download-btn {
    width: 100%;
  }
}

@media (hover: hover) {
  .c-cta__contact-btn:hover,
  .c-cta__download-btn:hover,
  .c-cta__consultation-btn:hover {
    opacity: 0.7;
  }
}
.c-cta__contact-btn span,
.c-cta__download-btn span,
.c-cta__consultation-btn span {
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn span,
  .c-cta__download-btn span,
  .c-cta__consultation-btn span {
    font-size: 1.125rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
}

.c-cta__contact-btn {
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
    z-index: 3;
  }
}

.c-cta__contact-btn span {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn span {
    padding-top: 1.875rem;
    padding-left: 0;
    padding-left: initial;
  }
}

.c-cta__contact-btn span::before {
  content: "";
  position: absolute;
  background: url("../images/icon-mail.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-cta__contact-btn span::before {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    top: 0;
  }
}

.c-cta__download-btn {
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
  background-color: #C0E5F4;
}
@media screen and (min-width: 768px) {
  .c-cta__download-btn {
    padding-top: 3.4375rem;
    padding-bottom: 2rem;
    margin-top: -1.5625rem;
    -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
            clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
    z-index: 2;
  }
}

.c-cta__download-btn span {
  padding-left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-cta__download-btn span {
    padding-top: 1.875rem;
    padding-left: 0;
    padding-left: initial;
  }
}

.c-cta__download-btn span::before {
  content: "";
  position: absolute;
  background: url("../images/icon-shiryou.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-cta__download-btn span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.c-cta__consultation-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-cta__consultation-btn {
    display: block;
    background-color: #95D5ED;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    margin-top: -1.4375rem;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.c-cta__consultation-btn span {
  padding-top: 1.875rem;
}

.c-cta__consultation-btn span::before {
  content: "";
  position: absolute;
  background: url("../images/icon-soudan.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drawer-content {
  position: fixed;
  top: 4.0625rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #207698;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (min-width: 768px) {
  .c-drawer-content {
    display: none;
  }
}

.c-drawer-content.is-active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8.125rem;
}

.c-drawer-content__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
  color: #fff;
}

.c-drawer-content__items {
  margin-left: 1.25rem;
}

.c-drawer-content__item {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.c-drawer-content__item a {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  position: relative;
}

.c-drawer-content__item a::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  left: -0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-drawer-content__item:not(:first-child) {
  margin-top: 0.625rem;
}

.c-drawer-icon {
  width: 2.125rem;
  height: 2rem;
  z-index: 9999;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-drawer-icon {
    display: none;
  }
}

.c-drawer-icon__bars {
  position: relative;
  width: inherit;
  height: inherit;
}

.c-drawer-icon__bar {
  position: absolute;
  width: 2.125rem;
  height: 0.0625rem;
  background: #333;
}

.c-drawer-icon__bar:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-drawer-icon__bar:nth-child(2) {
  top: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-drawer-icon__text {
  position: absolute;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.68;
  text-transform: uppercase;
  bottom: 0;
}

.c-drawer-icon__bar.is-active:nth-child(1) {
  top: 1rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-drawer-icon__bar.is-active:nth-child(2) {
  top: 1rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-drawer-icon__text.is-active {
  display: none;
}

.c-drawer-icon__bars.is-active .c-drawer-icon__bar {
  background-color: #fff;
}

.c-mv__wrapper {
  width: 100%;
  height: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-mv__wrapper::before {
  position: absolute;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  color: rgba(172, 172, 172, .4);
  top: -1.25rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-mv__wrapper::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 10.625rem;
  }
}

.c-mv__wrapper--support {
  background: url("../images/support-mv-SP.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-mv__wrapper--support {
    background: url("../images/support-mv.jpg") no-repeat center center/cover;
  }
}

.c-mv__wrapper--support::before {
  content: "support";
  position: absolute;
  text-transform: uppercase;
  right: 0;
}

.c-mv__wrapper--company,
.c-mv__wrapper--contact,
.c-mv__wrapper--404 {
  background: url("../images/company-mv-SP.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-mv__wrapper--company,
  .c-mv__wrapper--contact,
  .c-mv__wrapper--404 {
    background: url("../images/company-mv.jpg") no-repeat center center/cover;
  }
}

.c-mv__wrapper--company::before {
  content: "company";
  position: absolute;
  text-transform: uppercase;
}

.c-mv__wrapper--contact::before {
  content: "contact";
  position: absolute;
  text-transform: uppercase;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-mv__wrapper--contact::before {
    right: 10.625rem;
  }
}

.c-mv__wrapper--policy {
  background: url("../images/privacy-mv-SP.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-mv__wrapper--policy {
    background: url("../images/privacy-mv.jpg") no-repeat center center/cover;
  }
}

.c-mv__wrapper--privacy::before {
  content: "privacy policy";
  position: absolute;
  text-transform: uppercase;
  right: 0;
}

.c-mv__wrapper--404::before {
  content: "404";
}

.c-mv__title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4375;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-mv__title {
    font-size: 2.5rem;
  }
}

.c-page-top {
  position: absolute;
  top: -4.125rem;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-page-top {
    top: -4.125rem;
    right: 6.875rem;
  }
}

.c-page-top__btn {
  font-weight: 600;
  font-size: 1rem;
  padding-top: 3.5625rem;
  padding-left: 0.5rem;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  --scroll: 0;
}

.c-page-top__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #333;
}

.c-page-top__btn::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#18AFEA), to(#207698));
  background: linear-gradient(180deg, #18AFEA 0%, #207698 100%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  top: 0;
  left: -0.3125rem;
  -webkit-transform: translateY(var(--scroll));
          transform: translateY(var(--scroll));
}

.c-section-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.c-section-title::before {
  position: absolute;
  content: attr(data-en);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  top: -3.75rem;
  left: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    line-height: 1.4;
  }
}

.c-section-title-sm {
  font-size: 1rem;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title-sm {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.c-section-title-sm::before {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title-sm::before {
    font-size: 2.5rem;
    line-height: normal;
    line-height: initial;
  }
}

.p-404 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-top: 6.3125rem;
    padding-bottom: 6.25rem;
  }
}

.p-404__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-top: 1px solid #207698;
  border-bottom: 1px solid #207698;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.3125rem;
  }
}

.p-404__lead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-404__lead {
    letter-spacing: 0.04em;
  }
}

.p-404__btn-wrapper {
  text-align: center;
  margin-top: 3.75rem;
}

.p-access {
  background: linear-gradient(149deg, #EDFAFF 0%, #95D4ED 100%);
  padding-top: 6.625rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-bottom: 1.875rem;
  }
}

.p-access::before {
  content: "access";
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  top: -1.5rem;
  right: 1rem;
  color: rgba(172, 172, 172, .2);
}
@media screen and (min-width: 768px) {
  .p-access::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 10.625rem;
  }
}

.p-access__wrapper {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-access__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.0625rem;
            flex: 0 0 32.0625rem;
  }
}

.p-access__map iframe {
  aspect-ratio: 343/212;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-access__info {
    margin-left: 4.375rem;
  }
}

.p-access__address-text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-access__address-text + .p-access__address-text {
    margin-top: 2.5rem;
  }
}

.p-access__breadcrumb {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__breadcrumb {
    margin-top: 7.5rem;
  }
}

.p-achievements {
  padding-top: 6.625rem;
  padding-bottom: 3.75rem;
  position: relative;
  background-color: #76C1DE;
}
@media screen and (min-width: 768px) {
  .p-achievements {
    padding-top: 9.75rem;
    padding-bottom: 6.25rem;
  }
}

.p-achievements::before {
  content: "achievements";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.425;
  letter-spacing: 0.04em;
  color: rgba(191, 191, 191, .3);
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-achievements::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 5.3125rem;
  }
}

.p-achievements__links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2.8125rem;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__links {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.p-achievements__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 0.0625rem;
}

.p-achievements__link::before {
  content: "→";
  position: absolute;
  color: #207698;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #207698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-achievements__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
}

.p-achievements__link-number {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #207698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #207698;
  padding-bottom: 0.25rem;
}

.p-achievements__link-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-left: 0.625rem;
}

.p-achievements__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__cards {
    margin-top: 3.8125rem;
    gap: 2.5rem;
  }
}

.p-achievements__card {
  padding: 1rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-achievements__card {
    padding: 3.75rem;
  }
}

.p-achievements__card-head-box {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-achievements__card-head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-achievements__card-head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-achievements__card-head {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-achievements__card-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-achievements__card-number {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #207698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #207698;
  padding-bottom: 0.25rem;
}

.p-achievements__card-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-left: 0.625rem;
}

.p-achievements__card-lead {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-achievements__card-lead {
    margin-top: 2.75rem;
    font-size: 1.5rem;
  }
}

.p-achievements__card-img {
  margin-top: 1.25rem;
  margin-inline: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-achievements__card-img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    margin-top: initial;
    margin-inline: initial;
    margin-left: auto;
    margin-right: 1.0625rem;
  }
}

.p-achievements__card-img img {
  aspect-ratio: 130/117;
  -o-object-fit: cover;
     object-fit: cover;
  width: 8.125rem;
}

.p-achievements__card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-achievements__card-text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-achievements__bottom-wrapper {
  margin-top: 3.75rem;
  max-width: 21.4375rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-achievements__bottom-wrapper {
    max-width: none;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-achievements__example + .p-achievements__example {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__example + .p-achievements__example {
    margin-top: 0;
    margin-top: initial;
    margin-left: 6.6875rem;
  }
}

.p-achievements__example-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-achievements__example-title {
    font-size: 1.5rem;
  }
}

.p-achievements__example__wrapper {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__example__wrapper {
    margin-top: 2.5rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-achievements__example-items + .p-achievements__example-items {
  margin-left: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__example-items + .p-achievements__example-items {
    margin-left: 2.8125rem;
  }
}

.p-achievements__example-item {
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__example-item {
    font-size: 1.125rem;
    padding-left: 1.4375rem;
  }
}

.p-achievements__example-item:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__example-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-achievements__example-item::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-company-mv__wrapper {
  position: relative;
  z-index: 1001;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-company-mv__wrapper {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-company {
  padding-top: 6.625rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 9.8125rem;
    padding-bottom: 6.25rem;
  }
}

.p-company::before {
  content: "";
  position: absolute;
  background: url("../images/company-back2.jpeg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-company::after {
  content: "company";
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  top: -1.5rem;
  right: 0;
  color: rgba(172, 172, 172, .2);
}
@media screen and (min-width: 768px) {
  .p-company::after {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 10.625rem;
  }
}

.p-company__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    margin-top: 3.75rem;
  }
}

.p-company__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    text-align: initial;
  }
}

.p-company__head {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  background-color: #C0E5F4;
  border: 1px solid #FCFCFC;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.5rem;
            flex: 0 0 17.5rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.0625rem;
    padding-left: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-company__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  background-color: #FCFCFC;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.625rem;
            flex: 0 0 46.625rem;
    padding-left: 2.9375rem;
    border: 1px solid #ECEFF2;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.625rem;
            flex: 0 0 46.625rem;
  }
}

.p-company__text-bottom {
  padding-bottom: 0;
  padding-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-company__text-bottom {
    border-bottom: none;
  }
}

.p-company__text--left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-top: initial;
}
@media screen and (min-width: 768px) {
  .p-company__text--left {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-left: 4.375rem;
    border-top: none;
    padding-top: 0.625rem;
  }
}

.p-contact-thanks {
  padding-top: 3.75rem;
  padding-bottom: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-top: 6.3125rem;
    padding-bottom: 6.25rem;
  }
}

.p-contact-thanks__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-top: 1px solid #207698;
  border-bottom: 1px solid #207698;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.3125rem;
  }
}

.p-contact-thanks__lead {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__lead {
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}

.p-contact-thanks__btn-wrapper {
  text-align: center;
  margin-top: 3.75rem;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

.p-contact {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.p-contact__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-contact__wrapper {
  margin-top: 2.5rem;
  max-width: 33.125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    max-width: 49.125rem;
  }
}

.p-contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact__form-item + .p-contact__form-item {
  margin-top: 2.5rem;
}

.p-contact__form-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.375rem;
            flex: 0 0 14.375rem;
  }
}

.p-contact__form-label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.p-contact__form-label-required {
  display: inline-block;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: #E82F2A;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-contact__form-item-wrapper {
    max-width: 33.125rem;
    width: 100%;
    margin-left: 1.625rem;
  }
}

.p-contact__form-input {
  max-width: 33.125rem;
  height: 2.5rem;
  width: 100%;
  padding: 0.3125rem;
  background-color: #F4F4F4;
  margin-top: 1rem;
}

.p-contact__form-example {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  color: #9B9B9B;
}

.p-contact__form-textarea {
  max-width: 33.125rem;
  height: 15rem;
  width: 100%;
  padding: 0.3125rem;
  background-color: #F4F4F4;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-textarea {
    margin-left: 1.625rem;
  }
}

.p-contact__form-text {
  margin-top: 3.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-contact__btn-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__breadcrumb {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form-item-head--upper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 1.25rem;
  }
}

.p-footer {
  background-color: #207698;
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.0625rem;
    padding-bottom: 1.25rem;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__content {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    display: block;
  }
}

.p-footer__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-footer__logo {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  color: #fff;
}

.p-footer__address {
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
}

.p-footer__policy-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__policy-wrapper {
    margin-top: 6.125rem;
  }
}

.p-footer__copyright,
.p-footer__policy {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  color: #fff;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-footer__policy {
    margin-left: 5.4375rem;
  }
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__item {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    font-size: 1rem;
  }
}

.p-footer__item + .p-footer__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item + .p-footer__item {
    margin-top: 1.25rem;
  }
}

.p-footer__item span,
.p-footer__policy span {
  position: relative;
}

.p-footer__item span::after,
.p-footer__policy span::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background-color: #76C1DE;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (hover: hover) {
  .p-footer__item a:hover span::after,
  .p-footer__policy:hover span::after {
    width: 100%;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  z-index: 9990;
}
@media screen and (min-width: 768px) {
  .p-header {
    position: relative;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  max-width: 11.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 16.5625rem;
  }
}

.p-header__logo img {
  aspect-ratio: 265/46;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    margin-left: auto;
  }
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__item {
  position: relative;
}

.p-header__item:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.125rem;
}

.p-header__item a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0.625rem 1.25rem;
  position: relative;
}

.p-header__item span {
  position: relative;
}

.p-header__item span::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background-color: #76C1DE;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (hover: hover) {
  .p-header__item a:hover span::after {
    width: 100%;
  }
}
.p-improvement {
  padding-top: 6.625rem;
  padding-bottom: 3.75rem;
  background: linear-gradient(157deg, #EDFAFF 0%, #95D4ED 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-improvement {
    padding-top: 9.8125rem;
    padding-bottom: 5rem;
    background: linear-gradient(129deg, #EDFAFF 0%, #95D4ED 100%);
  }
}

.p-improvement::before {
  content: "improvement";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.425;
  letter-spacing: 0.04em;
  color: rgba(242, 242, 242, .3);
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-improvement::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 5.3125rem;
  }
}

.p-improvement__lead {
  margin-top: 3.125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-improvement__lead {
    margin-top: 3.75rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
}

.p-improvement__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-improvement__cards {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 2.0625rem;
  }
}

.p-improvement__card-img img {
  aspect-ratio: 320/198;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-improvement__card-text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-improvement__card-text {
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
  }
}

.p-message {
  padding-top: 6.5625rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-message::before {
  content: "message";
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  top: -1.5rem;
  right: 0;
  color: rgba(172, 172, 172, .2);
}
@media screen and (min-width: 768px) {
  .p-message::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 5.3125rem;
  }
}

.p-message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-message__contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-message__contents {
    display: block;
    margin-right: 5.625rem;
    padding-top: 3.5625rem;
  }
}

.p-message__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-message__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin-top: 2.75rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-message__name-box {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-message__name-box {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 2.5rem;
  }
}

.p-message__position {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-message__name {
  margin-left: 1.875rem;
  max-width: 10.3125rem;
  width: 100%;
}

.p-message__name img {
  aspect-ratio: 165/33;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-message__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 2.5rem;
  max-width: 28.125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    margin-top: initial;
    max-width: none;
    max-width: initial;
    margin-inline: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 26.4375rem;
            flex: 1 0 26.4375rem;
  }
}

.p-message__img img {
  aspect-ratio: 343/456;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-policy-mv {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-policy-mv {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-policy {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-policy {
    padding-top: 7.875rem;
  }
}

.p-policy__top-lead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

.p-policy__wrapper {
  margin-top: 2.5rem;
}

.p-policy__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
}

.p-policy__title--ws {
  white-space: nowrap;
  letter-spacing: 0;
}

.p-policy__text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

.p-policy__lead {
  margin-top: 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75;
}

.p-policy__lead--small {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}

.p-policy__lead--weight {
  font-weight: 400;
}

.p-policy__lists {
  margin-top: 1.25rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-policy__lists {
    padding-left: 0;
    padding-left: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__lists--pc {
    padding-left: 1.25rem;
  }
}

.p-policy__list {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

.p-policy__list + .p-policy__list {
  margin-top: 0.5rem;
}

.p-policy__small-lists {
  margin-top: 1.1875rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-policy__small-lists {
    padding-left: 2.5rem;
  }
}

.p-policy__small-list {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

.p-policy__small-list + .p-policy__small-list {
  margin-top: 0.5rem;
}

.p-policy__breadcrumb {
  margin-top: 3.75rem;
}

.p-price {
  padding-top: 6.875rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding-top: 9.75rem;
    padding-bottom: 1.25rem;
  }
}

.p-price::before {
  content: "";
  position: absolute;
  background: url("../images/support-price-img-SP.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-price::before {
    background: url("../images/support-price-img.jpg") no-repeat center center/cover;
    width: 49%;
    left: auto;
    left: initial;
    right: 5.3125rem;
  }
}

.p-price::after {
  content: "price";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  color: rgba(172, 172, 172, .2);
  top: -1.5rem;
  right: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-price::after {
    font-size: 8.75rem;
    top: -1.875rem;
    right: 10.625rem;
  }
}

.p-price__wrapper {
  max-width: 29.375rem;
  width: 100%;
}

.p-price__text {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 4rem;
    font-size: 1.125rem;
  }
}

.p-price__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__btn {
    text-align: left;
  }
}

.p-price__breadcrumb {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-price__breadcrumb {
    margin-top: 5.8125rem;
  }
}

.p-support-mv__wrapper {
  position: relative;
  z-index: 1001;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-support-mv__wrapper {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-support {
  padding-top: 6.625rem;
  padding-bottom: 4.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-top: 9.8125rem;
    padding-bottom: 6.25rem;
  }
}

.p-support::before {
  content: "support";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  color: rgba(172, 172, 172, .2);
  top: -1.5rem;
  right: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-support::before {
    font-size: 8.75rem;
    top: -3.125rem;
    right: 10.625rem;
  }
}

.p-support__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support__cards {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.p-support__card {
  padding: 1rem;
  background-color: #EDFAFF;
}
@media screen and (min-width: 768px) {
  .p-support__card {
    padding: 2.5rem;
  }
}

.p-support__card--pd {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-support__card--pd {
    padding: 2.5rem;
  }
}

.p-support__card--blue {
  background-color: #C0E5F4;
}

.p-support__card--img {
  padding: 0;
}

.p-support__card-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-support__card-title {
    font-size: 1.5rem;
    padding-left: 4.375rem;
  }
}

.p-support__card-title::before {
  content: "";
  position: absolute;
  background: url("../images/support-icon-01.svg") no-repeat center center/contain;
  width: 2.1875rem;
  height: 2.5rem;
  top: -0.375rem;
  left: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-support__card-title::before {
    width: 4.375rem;
    height: 4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -0.375rem;
  }
}

.p-support__card-title--2::before {
  background: url("../images/support-icon-02.svg") no-repeat center center/contain;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__card-title--2::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-support__card-title--3::before {
  background: url("../images/support-icon-03.svg") no-repeat center center/contain;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__card-title--3::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-support__card-title--4::before {
  background: url("../images/support-icon-04.svg") no-repeat center center/contain;
  top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-support__card-title--4::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-support__card-title--5::before {
  background: url("../images/support-icon-05.svg") no-repeat center center/contain;
}

.p-support__card-text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-support__card-text {
    margin-top: 2.6875rem;
  }
}

.p-support__card-img {
  max-width: 21.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-support__card-img {
    max-width: 30.8125rem;
  }
}

.p-support__card-img img {
  aspect-ratio: 343/230;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-support__text {
  text-align: center;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    margin-top: 3.5rem;
    font-size: 1.25rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-top-about {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 6.25rem;
  }
}

.p-top-about::before {
  content: "";
  position: absolute;
  background: url("../images/top-about-img.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-top-about::before {
    width: 49%;
    left: auto;
    left: initial;
    right: 5.3125rem;
    opacity: 0.8;
  }
}

.p-top-about::after {
  content: "about us";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  color: rgba(172, 172, 172, .2);
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-about::after {
    font-size: 8.75rem;
    top: -1.875rem;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    right: 6.25rem;
  }
}

.p-top-about__wrapper {
  padding-top: 3.75rem;
}

.p-top-about__lead {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}

.p-top-about__text {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-width: 34.375rem;
}

.p-top-about__btn-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn-wrapper {
    text-align: left;
  }
}

.p-top-mv {
  width: 100%;
  height: 100vh;
  margin-top: 4.0625rem;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    margin-top: 0;
    margin-top: initial;
    aspect-ratio: 1366/668;
    height: 100%;
  }
}

.p-top-mv__wrapper {
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-mv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  padding-bottom: 8.125rem;
  max-width: 15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead {
    padding-bottom: 0;
    max-width: 17.5rem;
  }
}

.p-top-mv__lead1,
.p-top-mv__lead2 {
  margin-left: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead1,
  .p-top-mv__lead2 {
    margin-left: 3.125rem;
  }
}

.p-top-mv__lead1,
.p-top-mv__lead2,
.p-top-mv__lead3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  max-width: 2.5rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead1,
  .p-top-mv__lead2,
  .p-top-mv__lead3 {
    max-width: 2.75rem;
  }
}

.p-top-mv__lead1 img {
  aspect-ratio: 44/279;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__lead2 img {
  aspect-ratio: 44/461;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__lead3 img {
  aspect-ratio: 43/225;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__lead1::before,
.p-top-mv__lead2::before,
.p-top-mv__lead3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #C0E5F4;
  right: -0.5rem;
  top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead1::before,
  .p-top-mv__lead2::before,
  .p-top-mv__lead3::before {
    top: 0;
    right: -0.875rem;
  }
}

.p-top-mv__lead1::before {
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead1::before {
    height: 18rem;
  }
}

.p-top-mv__lead2::before {
  height: 24.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead2::before {
    height: 28.75rem;
  }
}

.p-top-mv__lead3::before {
  height: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__lead3::before {
    height: 14.5rem;
  }
}

.p-top-mv__img-top,
.p-top-mv__img-bottom {
  position: absolute;
  max-width: 18.75rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img-top,
  .p-top-mv__img-bottom {
    max-width: 33%;
  }
}

.p-top-mv__img-top {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.p-top-mv__img-bottom {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.p-top-mv__img-top img,
.p-top-mv__img-bottom img {
  aspect-ratio: 300/224;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__bg-up {
  position: absolute;
  width: 100%;
  height: 29.5625rem;
  background: linear-gradient(132deg, #EDFAFF 0%, #C0E5F4 100%);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p-top-mv__bg-bottom {
  position: absolute;
  width: 100%;
  height: 29.5625rem;
  background: linear-gradient(218deg, #EDFAFF 0%, #C0E5F4 100%);
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .p-top-mv__bg-bottom {
    aspect-ratio: 1366/473;
    height: 100%;
  }
}

.p-top-service {
  margin-top: -3.4375rem;
  padding-top: 10rem;
  padding-bottom: 3.75rem;
  background: linear-gradient(161deg, #EDFAFF 0%, #95D4ED 100%);
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    background: linear-gradient(123deg, #EDFAFF 0%, #95D4ED 100%);
    padding-bottom: 6.25rem;
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -6.25rem;
    padding-top: 13.75rem;
  }
}

.p-top-service::before {
  content: "service";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.4333333333;
  letter-spacing: 0.04em;
  color: rgba(242, 242, 242, .3);
  top: 1.375rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-service::before {
    font-size: 8.75rem;
    top: 3.125rem;
    right: 5.3125rem;
  }
}

.p-top-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-service__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-top-service__contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-service__contents {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5rem;
            flex: 0 0 32.5rem;
  }
}

.p-top-service__title-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.p-top-service__cards1,
.p-top-service__cards2,
.p-top-service__cards3 {
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 26.25rem;
}

.p-top-service__cards1.is-active,
.p-top-service__cards2.is-active,
.p-top-service__cards3.is-active {
  display: block;
}

.p-top-service__card + .p-top-service__card {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__card + .p-top-service__card {
    margin-top: 3.75rem;
  }
}

.p-top-service__card-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-service__card-title {
    font-size: 1.5rem;
  }
}

.p-top-service__card-text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.p-top-service__card-title--white {
  background-color: #fff;
  display: inline-block;
  padding-right: 0.1875rem;
  padding-left: 0.125rem;
}

.p-top-service__img-wrapper {
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  aspect-ratio: 343/321;
  max-width: 21.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service__img-wrapper {
    max-width: initial;
    max-width: 30.3125rem;
    margin-top: 0;
    margin-top: initial;
    margin-left: 0.9375rem;
  }
}

.p-top-service__img-top,
.p-top-service__img-left,
.p-top-service__img-right {
  position: absolute;
  width: 11.5625rem;
  height: 11.5625rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  border: 1px solid #207698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0.625rem #95D4ED;
          box-shadow: 0 0 0.625rem #95D4ED;
}
@media screen and (min-width: 768px) {
  .p-top-service__img-top,
  .p-top-service__img-left,
  .p-top-service__img-right {
    width: 16.25rem;
    height: 16.25rem;
  }
}

.p-top-service__img-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}

.p-top-service__img-top.is-active,
.p-top-service__img-left.is-active,
.p-top-service__img-right.is-active {
  z-index: 10;
}

.p-top-service__img-top:hover,
.p-top-service__img-left:hover,
.p-top-service__img-right:hover {
  z-index: 11;
  cursor: pointer;
}

.p-top-service__img-top img {
  aspect-ratio: 195/135;
  -o-object-fit: contain;
     object-fit: contain;
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img-top img {
    width: 12.1875rem;
  }
}

.p-top-service__img-left {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}

.p-top-service__img-left img {
  aspect-ratio: 71/93;
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img-left img {
    width: 6.25rem;
  }
}

.p-top-service__img-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}

.p-top-service__img-right img {
  aspect-ratio: 71/94;
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img-right img {
    width: 6.25rem;
  }
}

.p-top-service__btn-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__btn-wrapper {
    text-align: left;
  }
}

.p-top-strengths {
  position: relative;
  background-color: #76C1DE;
  padding-top: 6.625rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-strengths {
    padding-top: 9.875rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-strengths::before {
  content: "strengths";
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.44;
  letter-spacing: 0.04em;
  color: rgba(191, 191, 191, .3);
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-strengths::before {
    font-size: 8.75rem;
    font-weight: 700;
    line-height: 1.4357142857;
    letter-spacing: 0.04em;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    right: 5.3125rem;
    top: -2.8125rem;
  }
}

.p-top-strengths__title-wrapper {
  text-align: left;
}

.p-top-strengths__top-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1875rem;
  margin-top: 0.9375rem;
  max-width: 21.5625rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__top-wrapper {
    margin-top: 3.75rem;
    gap: 3.625rem;
    max-width: none;
    max-width: initial;
  }
}

.p-top-strengths__circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid #207698;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 1.25rem rgba(237, 250, 255, .6039215686);
          box-shadow: 0 0 1.25rem rgba(237, 250, 255, .6039215686);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__circle {
    width: 18.75rem;
    height: 18.75rem;
  }
}

@media (hover: hover) {
  .p-top-strengths__circle:hover {
    cursor: pointer;
  }
}
.p-top-strengths__number {
  font-family: "Cormorant", serif;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  letter-spacing: 0.04em;
  color: #207698;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__number {
    font-size: 3.75rem;
    margin-top: 1.875rem;
  }
}

.p-top-strengths__text {
  margin-top: 0.4375rem;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__text {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.p-top-strengths__card-wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card-wrapper {
    margin-top: 3.75rem;
  }
}

.p-top-strengths__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-strengths__card-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.375rem;
            flex: 0 0 28.375rem;
    margin-right: 1.9375rem;
  }
}

.p-top-strengths__card-img {
  width: 100%;
}
.p-top-strengths__card-img img {
  aspect-ratio: 343/212;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-box-shadow: 0 0 1.25rem #C0E5F4;
          box-shadow: 0 0 1.25rem #C0E5F4;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card-img img {
    aspect-ratio: 454/454;
  }
}

.p-top-strengths__card-pagination-item + .p-top-strengths__card-pagination-item {
  margin-left: 3.375rem;
}

.p-top-strengths__card-pagination-item:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #EDFAFF;
  width: 2.5625rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.0625rem;
}

.p-top-strengths__card-body {
  height: 16.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card-body {
    height: auto;
    height: initial;
    margin-right: 1.75rem;
  }
}

.p-top-strengths__card-title-wrapper {
  position: relative;
}

.p-top-strengths__card-title-number {
  position: relative;
}

.p-top-strengths__card-title-number::before {
  content: "";
  position: absolute;
  width: 2.5625rem;
  height: 1px;
  background-color: #EDFAFF;
  left: 1.875rem;
  top: -2.1875rem;
}

.p-top-strengths__card-title-number span {
  position: absolute;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  top: -3rem;
  left: 0;
  color: #EDFAFF;
}

.p-top-strengths__card-title {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card-title {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.5rem;
  }
}

.p-top-strengths__card-text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__card-text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}

.js-strengths-card1,
.js-strengths-card2,
.js-strengths-card3 {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.js-strengths-card1.is-active,
.js-strengths-card2.is-active,
.js-strengths-card3.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .js-strengths-card1.is-active,
  .js-strengths-card2.is-active,
  .js-strengths-card3.is-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop--span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
