@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.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A182F;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    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-about {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 3.5625rem;
  }
}

.l-area {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-area {
    padding-top: 5rem;
  }
}

.l-compliance {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-compliance {
    padding-top: 13rem;
  }
}

.l-footer {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.l-fv {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-fv {
    margin-top: 5rem;
  }
}

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

.l-liability {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-liability {
    padding-top: 13rem;
  }
}

.l-management {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-management {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-news {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 4.4375rem;
  }
}

.l-privacy {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-privacy {
    padding-top: 13rem;
  }
}

.l-qa {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-qa {
    margin-top: 10.625rem;
    margin-bottom: 11.75rem;
  }
}

.l-service {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 4.6875rem;
    padding-bottom: 5rem;
  }
}

.l-subAbout {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-subAbout {
    margin-top: 10.625rem;
    margin-bottom: 9.375rem;
  }
}

.l-subContact {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-subContact {
    margin-top: 10.625rem;
    margin-bottom: 8.4375rem;
  }
}

.l-subNews {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-subNews {
    margin-top: 10.625rem;
    margin-bottom: 8.4375rem;
  }
}

.l-thanks {
  margin-top: 11.25rem;
  margin-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-thanks {
    margin-top: 18.75rem;
    margin-bottom: 15.625rem;
  }
}

.l-work {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-work {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.c-article {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-article {
    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;
  }
}

.c-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-article__head {
    display: block;
  }
}

.c-article__date {
  display: inline-block;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #1055A1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .c-article__date {
    width: 102.125%;
  }
}

.c-article__text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-article__text {
    margin-top: 0;
    margin-left: 2.1875rem;
    width: 83.75%;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #0A182F;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  min-width: 18.125rem;
  padding: 1.125rem 4.375rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 0.625rem 7.5625rem 0.6875rem 6rem;
    min-width: 20.625rem;
  }
}

.c-btn::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 3.125rem;
  background-color: #0A182F;
  -webkit-clip-path: polygon(0% 100%, 1.5rem 0%, 1.5rem 3.125rem);
          clip-path: polygon(0% 100%, 1.5rem 0%, 1.5rem 3.125rem);
  top: 50%;
  left: -1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/arrow.svg) no-repeat center center/contain;
  width: 0.625rem;
  height: 1rem;
  top: 50%;
  right: 1.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-card__img {
  position: relative;
  width: 100%;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-card__img {
    width: 40.625%;
    padding-left: 2.25rem;
  }
}

.c-card__img::before {
  position: absolute;
  content: "";
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/triangle.png) no-repeat center center/contain;
  top: 0;
  left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-card__img::before {
    width: 7.1875rem;
    height: 7.1875rem;
    left: 2.25rem;
  }
}

.c-card__img img {
  aspect-ratio: 375/248;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card__img img {
    aspect-ratio: 419/273;
  }
}

.c-card__img span {
  position: absolute;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #1055A1;
  line-height: 1.8;
  letter-spacing: 0.05em;
  top: -0.9375rem;
  left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-card__img span {
    font-size: 3.125rem;
    left: 0;
  }
}

.c-card__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    width: 56.875%;
    margin-top: 0;
  }
}

.c-card__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #1055A1;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #1055A1;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.875rem;
    padding-left: 1.875rem;
    padding-bottom: 1.6875rem;
  }
}

.c-card__excerpt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  padding: 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-card__excerpt {
    font-size: 1.25rem;
    padding: 0 1.125rem 0 1.875rem;
  }
}

.c-card__excerpt ul {
  margin-top: 1.25rem;
}

.c-card__excerpt li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  list-style-type: disc;
}

.c-card2 {
  background-color: #FFFFFF;
  display: block;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 3.75rem 4.1875rem 3.75rem 3.1875rem;
  }
}

.c-card2.c-card2__forth {
  padding: 2.9375rem 4.1875rem 2.8125rem 3.1875rem;
}

.c-card2__img {
  max-width: 9.4375rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-card2__img {
    margin: 0;
    width: 13.4821428571%;
  }
}

.c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 151/106;
}

.c-card2__img.c-card2__img-second img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 117/91;
}

@media screen and (min-width: 768px) {
  .c-card2__body {
    width: 71.9642857143%;
  }
}

@media screen and (min-width: 768px) {
  .c-card2__body.c-card2__body-third {
    width: 75.4464285714%;
  }
}

@media screen and (min-width: 768px) {
  .c-card2__body.c-card2__body-forth {
    width: 75.1785714286%;
  }
}

.c-card2__img.c-card2__img-second {
  max-width: 7.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card2__img.c-card2__img-second {
    width: 10.4464285714%;
  }
}

.c-card2__img.c-card2__img-second img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 117/91;
}

.c-card2__img.c-card2__img-third {
  max-width: 6.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card2__img.c-card2__img-third {
    width: 9.1964285714%;
  }
}

.c-card2__img.c-card2__img-third img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 103/125;
}

@media screen and (min-width: 768px) {
  .c-card2__img.c-card2__img-forth {
    width: 13.75%;
  }
}

.c-card2__img.c-card2__img-forth img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 154/137;
}

.c-card2__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card2__body {
    margin-top: 0;
    width: 77.9980178394%;
  }
}

.c-card2__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    font-size: 1.875rem;
  }
}

.c-card2__title span {
  color: #1055A1;
}

.c-card2__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}

.c-hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 1.5625rem;
  height: 0.875rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  background-color: #0A182F;
  width: 1.5625rem;
  height: 0.125rem;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.375rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 0.75rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 0.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-head {
  position: relative;
  width: 100%;
}

.c-head__img {
  width: 100%;
}

.c-head__img img {
  width: 100%;
  max-height: 11.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/180;
}
@media screen and (min-width: 768px) {
  .c-head__img img {
    max-height: 18.75rem;
    aspect-ratio: 1440/300;
  }
}

.c-head__title {
  position: absolute;
  font-size: 1.625rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-head__title {
    font-size: 2.25rem;
  }
}

.c-logo {
  max-width: 9.375rem;
  width: 100%;
  margin-top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 13.75rem;
    margin-top: 0;
  }
}

.c-logo__link {
  display: inline-block;
}

.c-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/22;
}

.c-section-title {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.5rem;
  }
}

.c-section-title span {
  display: inline-block;
  width: 2.9375rem;
  height: 0.25rem;
  background-color: #0A182F;
  vertical-align: middle;
  margin-right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    width: 4.375rem;
  }
}

.c-section-title.c-section-title-en {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.c-section-title.c-section-title__privacy {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title__privacy {
    font-size: 2.5rem;
  }
}

.c-section-title.c-section-title__compliance {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title__compliance {
    font-size: 2.5rem;
  }
}

.c-section-title.c-section-title__liability {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title__liability {
    font-size: 2.5rem;
  }
}

.c-title {
  position: relative;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.5625rem;
    padding-bottom: 1.4375rem;
  }
}

.c-title::after {
  position: absolute;
  content: "";
  background-color: #1055A1;
  width: 2.5rem;
  height: 0.25rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-title::after {
    width: 4.375rem;
  }
}

.c-title--left {
  padding-bottom: 0;
  padding-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-title--left {
    padding-left: 6.5rem;
  }
}

.c-title--left::after {
  bottom: 50%;
  left: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.p-about {
  display: block;
}

.p-about__inner.l-inner {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner.l-inner {
    padding-top: 0;
  }
}

.p-about__content {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__item {
    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-about__text {
  font-weight: 700;
  color: #1055A1;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.75rem;
  }
}

.p-about__img {
  max-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    margin-top: 0;
    margin-right: 0;
    margin-left: 3.875rem;
  }
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/240;
}

.p-about__btn {
  display: block;
  text-align: center;
  margin-top: 2.5rem;
}

.p-area {
  display: block;
}

.p-area__content {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-area__content {
    max-width: 75rem;
  }
}

.p-area__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #1055A1;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-area__title {
    font-size: 1.875rem;
    margin-left: 2.5rem;
  }
}

.p-area__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__text {
    margin-left: 2.5rem;
  }
}

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

.p-area__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1080/636;
}

.p-area__table {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-area__table {
    max-width: 70rem;
  }
}

.p-area__table img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1120/147;
}

.p-compliance {
  display: block;
}

.p-compliance__inner.l-inner {
  max-width: 73.125rem;
}

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

.p-contact {
  display: block;
}

.p-contact__block {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #0A182F;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-contact__block {
    padding-top: 5rem;
    padding-bottom: 5.0625rem;
  }
}

.p-contact__title {
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.75rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-contact__content {
  margin-top: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-contact__content {
    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-contact__link1 {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  background-color: #1055A1;
  min-width: 20.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__link1 {
    min-width: 31.5625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.5625rem;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.p-contact__link1::before {
  position: absolute;
  content: "";
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  width: 0.9375rem;
  height: 0.875rem;
  top: 45%;
  left: 4.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__link1::before {
    width: 1.5rem;
    height: 1.4375rem;
    top: 50%;
    left: 8.375rem;
  }
}

.p-contact__link1::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__link1-text {
  font-size: 1rem;
  line-height: 2;
}

.p-contact__link1-tel {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__link1-tel {
    font-size: 1.6875rem;
    margin-top: 0;
    margin-left: 2.25rem;
  }
}

.p-contact__link1-time {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__link1-time {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

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

.p-contact__link2 {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  min-width: 20.9375rem;
  padding-top: 2.25rem;
  padding-bottom: 2.5625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__link2 {
    font-size: 1.4375rem;
    min-width: 31.5625rem;
    padding: 2.375rem 2.125rem 2.375rem 4.125rem;
    margin-top: 0;
  }
}

.p-contact__link2::before {
  position: absolute;
  content: "";
  background: url(../images/mail-icon.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 1rem;
  top: 47%;
  left: 2.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__link2::before {
    width: 1.625rem;
    height: 1.375rem;
    top: 50%;
    left: 7.125rem;
  }
}

.p-contact__link2::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-black.svg) no-repeat center center/contain;
  width: 0.4375rem;
  height: 0.875rem;
  top: 50%;
  right: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__body {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    padding-bottom: 4.5625rem;
  }
}

.p-contact__title2 {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__title2 {
    font-size: 1.875rem;
  }
}

.p-contact__text2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text2 {
    font-size: 1.25rem;
    margin-top: 0.6875rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #EDEEF2;
  z-index: -300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__content-list {
  width: 100%;
  height: inherit;
  overflow: scroll;
  padding-top: 13.0625rem;
}

.p-drawer__content-item {
  display: block;
  text-align: center;
}

.p-drawer__content-item:not(:first-child) {
  margin-top: 2rem;
}

.p-drawer__content-item a {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.6;
  width: 100%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-drawer.is-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9998;
}

.p-footer {
  display: block;
  background-color: #EDEEF2;
}

@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    max-width: 73.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo.c-logo {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo.c-logo {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__logo.c-logo {
    max-width: 19.625rem;
    width: 100%;
  }
}

.p-footer__logo.c-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/22;
}
@media screen and (min-width: 768px) {
  .p-footer__logo.c-logo img {
    aspect-ratio: 450/40;
  }
}

.p-footer__block {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-top: 0;
  }
}

.p-footer__list1,
.p-footer__list2 {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__list1 li {
  width: 5.25rem;
}

.p-footer__list1 li:not(:first-child),
.p-footer__list2 li:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list1 li:not(:first-child),
  .p-footer__list2 li:not(:first-child) {
    margin-top: 1.0625rem;
  }
}

.p-footer__link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-footer__list2 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list2 {
    margin-top: 0;
    margin-left: 5rem;
  }
}

.p-footer__list2 li {
  width: 11.5625rem;
}

.p-footer__info {
  margin-inline: auto;
  margin-top: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-top: 3.125rem;
  }
}

.p-footer__address {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-footer__box {
  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-footer__box {
    margin-top: 1rem;
  }
}

.p-footer__tel,
.p-footer__fax {
  display: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

.p-footer__copyright {
  padding-top: 0.9375rem;
  margin-top: 3.6875rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-top: 1px solid #0A182F;
}

.p-footer__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-fv {
  width: 100%;
}

.p-fv__bg {
  position: relative;
  width: 100%;
}

.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/307;
}
@media screen and (min-width: 768px) {
  .p-fv__bg img {
    aspect-ratio: 1440/586;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__bg-title {
    position: absolute;
    max-width: 48.25rem;
    width: 100%;
    bottom: 4rem;
    left: 0.625rem;
  }
}

.p-fv__bg-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__bg-title img {
    aspect-ratio: 772/311;
  }
}

.p-fv__tel {
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
  background-color: #1055A1;
  text-align: right;
  padding: 0.5625rem 1.8125rem 0.75rem 1.5625rem;
  right: 1.25rem;
  bottom: -3.1875rem;
  min-width: 21.375rem;
}

.p-fv__tel-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-fv__tel span {
  position: relative;
  display: inline-block;
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}

.p-fv__tel span::before {
  position: absolute;
  content: "";
  width: 1.8125rem;
  height: 1.8125rem;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-fv__content {
  background-color: #16325C;
  padding-bottom: 0.9375rem;
}

.p-fv__label {
  position: absolute;
  bottom: -1.0625rem;
  max-width: 20.5625rem;
  width: 100%;
}

.p-fv__label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 329/43;
}

.p-fv__title {
  max-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-fv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/151;
}

.p-fv__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 0.9375rem;
  border-top: solid 1px #FFFFFF;
}

.p-fv__block {
  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;
  margin-top: 0.75rem;
}

.p-fv__block span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #0A182F;
  padding: 0.625rem 1.875rem;
}

.p-fv__block span:not(:first-child) {
  margin-left: 0.4375rem;
}

.p-header {
  position: fixed;
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header.is-active {
  background-color: #EDEEF2;
}

.p-header__inner.l-inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    max-width: 88.375rem;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    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-header__nav li:not(:first-child) {
    margin-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-header__link.p-header__link-contact {
    position: relative;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__link.p-header__link-contact::before {
    position: absolute;
    content: "";
    width: 1.0625rem;
    height: 0.875rem;
    background: url(../images/mail-icon.svg) no-repeat center center/contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-liability {
  display: block;
}

.p-liability__inner.l-inner {
  max-width: 73.125rem;
}

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

.p-liability__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1055A1;
  text-align: center;
}

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

.p-management {
  display: block;
}

.p-management__list {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 1.3125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-management__list {
    max-width: 75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.0625rem;
  }
}

.p-management__item {
  background-color: #EDEEF2;
  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;
  padding-top: 2.0625rem;
  padding-bottom: 2rem;
}

.p-management__img {
  max-width: 1.6875rem;
  width: 100%;
}

.p-management__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 27/27;
}

.p-management__title {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-management__title {
    font-size: 1.25rem;
  }
}

.p-news {
  display: block;
  background-color: #EDEEF2;
}
@media screen and (min-width: 768px) {
  .p-news {
    background-color: #FFFFFF;
  }
}

.p-news__content {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  background-color: #EDEEF2;
}
@media screen and (min-width: 768px) {
  .p-news__content {
    max-width: 75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5625rem 5.625rem 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item.c-article {
    width: 50rem;
  }
}

.p-news__link {
  display: inline-block;
  font-weight: 500;
  color: #1055A1;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: solid 1px #1055A1;
}

.p-privacy {
  display: block;
}

.p-privacy__inner.l-inner {
  max-width: 73.125rem;
}

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

.p-privacy__list {
  list-style: decimal;
  padding-left: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.p-privacy__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-qa {
  display: block;
}

.p-qa__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__inner.l-inner {
    max-width: 78.125rem;
  }
}

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

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

.p-qa__item {
  background-color: #EDEEF2;
}

.p-qa__item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-qa__question {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #1055A1;
  padding: 1.6875rem 1.25rem 1.875rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__question {
    font-size: 1.5rem;
    padding: 1.6875rem 6.3125rem 1.875rem;
  }
}

.p-qa__question::before {
  position: absolute;
  display: block;
  content: "q.";
  width: 1.125rem;
  height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-qa__question::before {
    width: 2.1875rem;
    height: 2.8125rem;
    font-size: 2rem;
    left: 2rem;
  }
}

.p-qa__content {
  padding: 0.6875rem 0.9375rem 1rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__content {
    padding: 2.125rem 6.5625rem 2.625rem;
  }
}

.p-qa__answer {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-qa__answer {
    font-size: 1.25rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}

.p-qa__answer::before {
  position: absolute;
  display: block;
  content: "a.";
  width: 1.125rem;
  height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  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;
  top: 50%;
  left: -1.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-qa__answer::before {
    width: 1.9375rem;
    height: 3.625rem;
    font-size: 1.375rem;
    left: -3.5rem;
  }
}

.p-service {
  background-color: #EDEEF2;
}

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

.p-service___item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-subAbout {
  display: block;
}

.p-subAbout__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-subAbout__breadcrumb {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__breadcrumb {
    margin-top: 3.75rem;
  }
}

.p-subAbout__content {
  background-color: #EDEEF2;
  padding: 2.5rem 1.5625rem 4.375rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__content {
    padding: 3.8125rem 5.3125rem 6.8125rem;
    margin-top: 9.625rem;
  }
}

.p-subAbout__title {
  text-align: center;
}

.p-subAbout__list {
  margin-top: 2.6875rem;
}

.p-subAbout__row {
  padding: 0.625rem 0.5rem;
  border-bottom: solid 1px #8B9199;
}
@media screen and (min-width: 768px) {
  .p-subAbout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4375rem 1.875rem 1.25rem;
  }
}

.p-subAbout__head {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #1055A1;
  line-height: 1.4;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__head {
    width: 13.75rem;
  }
}

.p-subAbout__data {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__data {
    margin-top: 0;
  }
}

.p-subAbout__bottom {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__bottom {
    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;
    margin-top: 7.5rem;
  }
}

.p-subAbout__left {
  position: relative;
  max-width: 15.25rem;
  width: 100%;
  margin: auto;
  height: 13.125rem;
  background-color: #1055A1;
}
@media screen and (min-width: 768px) {
  .p-subAbout__left {
    max-width: 34rem;
    height: 25.375rem;
    margin: 0;
  }
}

.p-subAbout__left::before {
  position: absolute;
  content: "";
  width: 16.875rem;
  height: 14.125rem;
  background: url(../images/subAbout-img.jpg) no-repeat center center/contain;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-subAbout__left::before {
    width: 35rem;
    height: 20.375rem;
    right: 4.1875rem;
  }
}

.p-subAbout__right {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subAbout__right {
    margin-top: -1.6875rem;
    margin-left: 3.375rem;
    width: 37.1875rem;
  }
}

.p-subAbout__title--bottom {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-subAbout__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-subContact__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__inner.l-inner {
    max-width: 73.125rem;
  }
}

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

.p-subContact__message {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__message {
    font-size: 1.25rem;
    margin-top: 9.25rem;
  }
}

.p-subContact__box {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.375rem 5.875rem 2.0625rem;
    margin-top: 4.5rem;
    border-top: solid 1px #0A182F;
    border-bottom: solid 1px #0A182F;
  }
}

.p-subContact__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subContact__text {
    text-align: unset;
    font-size: 1.5rem;
  }
}

.p-subContact__box-btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subContact__box-btn {
    text-align: unset;
  }
}

.p-subContact__tel {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1055A1;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__tel {
    font-size: 2.25rem;
    padding-left: 2.25rem;
    margin-top: 0;
    margin-left: 3.8125rem;
    text-align: unset;
  }
}

.p-subContact__tel::before {
  position: absolute;
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../images/tel-icon-blue.svg) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-subContact__tel::before {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}

.p-subContact__time {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__time {
    text-align: unset;
    margin-left: 2.4375rem;
    margin-top: 0;
  }
}

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

.p-subContact__form {
  max-width: 70rem;
  width: 100%;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-subContact__form {
    margin: 3.125rem auto 0;
  }
}

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

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

.p-subContact__form-label {
  background-color: #EDEEF2;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__form-label {
    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;
    padding: 0;
  }
}

.p-subContact__form-label label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #EDEEF2;
}
@media screen and (min-width: 768px) {
  .p-subContact__form-label label {
    width: 17.5rem;
    display: inline-block;
    padding: 1.6875rem 4.125rem 1.875rem 1.25rem;
  }
}

.is-required {
  display: inline-block;
  position: relative;
}

.is-required::after {
  position: absolute;
  content: "必須";
  width: 2.8125rem;
  height: 1.1875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #B22B2B;
  text-align: center;
  border-radius: 0.1875rem;
  right: -3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .is-required::after {
    right: 1rem;
  }
}

.p-subContact__form-wrap {
  border-bottom: solid 1px #EBEBEB;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-subContact__form-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: 0.625rem;
  }
}

.p-subContact__form-input [type=text],
.p-subContact__form-input [type=email],
.p-subContact__form-input [type=tel],
.p-subContact__form-input select,
.p-subContact__form-input textarea {
  font-size: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  padding: 0.5rem 0.9375rem;
}

.p-subContact__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-subContact__form-input textarea {
  height: 12.5rem;
  resize: none;
}

.p-contact__form-check {
  margin-top: 2.625rem;
  text-align: center;
}

.wpcf7-list-item [type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-list-item:not(:first-child) {
  margin-top: 0.625rem;
}

.wpcf7-list-item-label a {
  position: relative;
  text-align: center;
  margin-top: 1.75rem;
  text-decoration: underline;
  color: #3384BF;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label a {
    margin-top: 2.3125rem;
  }
}

.p-contact__form-btn {
  text-align: center;
  margin-top: 1.875rem;
}

.p-contact__form-btn [type=submit] {
  display: inline-block;
  min-width: 21.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #1055A1;
  text-align: center;
  padding: 2rem 2.625rem;
  border-radius: 0.625rem;
  border: none;
  background-image: url(.././images/arrow-white.svg);
  background-size: 0.875rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-btn [type=submit] {
    font-size: 1.25rem;
  }
}

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label::before {
  position: absolute;
  top: 3.25px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #000;
  border-radius: 3px;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label::after {
  position: absolute;
  top: 9.25px;
  left: 5px;
  width: 10px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form-control-wrap.p-subContact__form-privacy {
  margin-inline: auto;
}

.wpcf7-list-item.p-subContact__form-privacy-item {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item.p-subContact__form-privacy-item {
    margin-right: 5.75rem;
    margin-top: 3.125rem;
  }
}

.p-subNews__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subNews__inner.l-inner {
    max-width: 75rem;
  }
}

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

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

.p-subNews__list {
  max-width: 50rem;
  width: 100%;
  margin-top: 2.5rem;
  margin-inline: auto;
}

.p-subNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 1.25rem;
}

.p-subNews__item:not(:first-child) {
  border-top: solid 1px #8B9199;
}

.p-subNews__item-date {
  width: 7.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-subNews__item-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: calc(100% - 120px);
}

.p-thanks {
  display: block;
}

.p-thanks__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 1.75rem;
  }
}

.p-work {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-work__inner.l-inner {
    max-width: 73.125rem;
  }
}

.p-work__list {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-work__list {
    max-width: 75rem;
    margin-top: 3.3125rem;
  }
}

.p-work__item:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-work__item:not(:first-child) {
    margin-top: 4.6875rem;
  }
}

.c-card.p-work__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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