@charset "UTF-8";

/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}

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

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

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* ===============================================
# ページ内遷移で行き過ぎるのを制御
=============================================== */
[id] {
  scroll-margin-top: 20px;
}

html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-contact-text__text {
  border: 1px solid #000;
}

.c-test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  padding: 3.125rem 0;
}

.l-404 {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 80px 0;
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .l-404 {
    margin-top: 7.5rem;
    padding: 6.25rem 0;
  }
}

.l-company {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 6.25rem;
    padding: 7.5rem 0;
  }
}

.l-contact {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 6.25rem;
    padding: 7.5rem 0;
  }
}

.l-cv {
  background-color: #04287E;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-cv {
    padding: 4rem 0;
  }
}

.l-document-confirm {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-document-confirm {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
  }
}

.l-document-thanks {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-document-thanks {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
  }
}

.l-document {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 64px 0;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .l-document {
    margin-top: 6.25rem;
    padding: 7.5rem 0;
  }
}

.l-footer {
  background-color: #3A3A3A;
  padding: 40px 0 8px;
  padding: 2.5rem 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 6.25rem 0 1.5rem;
  }
}

/* ===============================================
    ヘッダーのスタイリング
    =============================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 64px;
  height: 4rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 6.25rem;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 16px;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .header__container {
    padding: 0 1.5rem;
  }
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 999;
}

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

.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #04287E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger span::before {
  top: -10px;
}

.hamburger span::after {
  bottom: -10px;
}

.hamburger.open span {
  background-color: transparent;
}

.hamburger.open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ===============================================
メニューのスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: #F6F6F6;
  padding: 64px 0;
  padding: 4rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.nav__item a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  padding: 16px 0 16px 32px;
  padding: 1rem 0 1rem 2rem;
  text-transform: uppercase;
}

.nav.open {
  right: 0;
}

.nav__item--cv a {
  background-color: #04287E;
  text-align: center;
  padding: 16px 32px;
  padding: 1rem 2rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  color: #fff;
}

.l-inner {
  width: 100%;
  max-width: 550px;
  max-width: 34.375rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-inner-middle {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner-middle {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-top-top-mv {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-top-top-mv {
    margin-top: 6.25rem;
    margin-bottom: 8.75rem;
  }
}

.l-privacy {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-privacy {
    margin-top: 6.25rem;
    padding: 7.5rem 0;
  }
}

.l-sitepolicy {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 48px 0;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .l-sitepolicy {
    margin-top: 6.25rem;
    padding: 7.5rem 0;
  }
}

.l-sub-document {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 80px 0;
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .l-sub-document {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
  }
}

.l-test {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: aquamarine;
}

@media screen and (min-width: 768px) {
  .l-test {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
    padding: 2.5rem 0;
    background-color: aquamarine;
  }
}

.l-top-about {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

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

.l-top-document {
  padding: 40px 0;
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-top-document {
    padding: 6.25rem 0;
  }
}

.l-top-problem {
  padding: 40px 0;
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-top-problem {
    padding: 6.25rem 0;
  }
}

.l-top-service {
  background-color: #F6F6F6;
  padding: 40px 0;
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-top-service {
    padding: 6.25rem 0;
  }
}

.p-404__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__link a {
  display: block;
  background-color: #04287E;
  border-radius: 100px;
  color: #fff;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-404__link a {
    font-size: 1.375rem;
    padding: 1rem 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #04287E;
  }
}

@media screen and (min-width: 768px) {
  .p-404__link a:hover {
    border: 2px solid #04287E;
    background-color: #fff;
    color: #04287E;
  }
}

.p-company__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  color: #04287E;
}

@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DFE0E4;
  border-left: 1px solid #DFE0E4;
  border-right: 1px solid #DFE0E4;
}

@media screen and (min-width: 768px) {
  .p-company__item {
    font-size: 1.125rem;
  }
}

.p-company__item:last-child {
  border-bottom: 1px solid #DFE0E4;
}

.p-company__item--head {
  width: 32%;
  background-color: #5A5A5A;
  color: #fff;
  padding: 30px 16px;
  padding: 1.875rem 1rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-company__item--head {
    width: 25%;
    padding: 2rem;
  }
}

.p-company__item--body {
  width: 68%;
  padding: 0 16px;
  padding: 0 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-company__item--body {
    width: 75%;
    padding: 0 2rem;
  }
}

.p-contact-thanks__title {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-contact-thanks__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-contact-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-contact-thanks__text {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}

.p-contact-thanks__button a {
  display: block;
  margin: 0 auto 80px;
  margin: 0 auto 5rem;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  background-color: #5A5A5A;
  color: #fff;
  border: 2px solid #5A5A5A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-contact-thanks__button a {
    padding: 0.75rem 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-thanks__button a:hover {
    background-color: #fff;
    color: #000;
  }
}

.p-contact__title {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #04287E;
}

@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-contact__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}

.p-contact__container {
  background-color: #F6F6F6;
  padding: 32px 16px;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-contact__container {
    padding: 4rem 7.5rem;
  }
}

.p-cv__title {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-cv__title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

.p-cv__text {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-cv__text {
    font-size: 1.375rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cv__buttons {
    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;
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cv__button {
    width: 50%;
    max-width: 30.9375rem;
  }
}

.p-cv__button a {
  display: block;
  text-align: center;
  color: #04287E;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-radius: 100px;
  width: 80%;
  max-width: 485px;
  max-width: 30.3125rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-cv__button a {
    padding: 1rem 0;
    font-size: 1.25rem;
    width: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-cv__button--yellow a {
  background-color: #FFD301;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-cv__button--yellow a {
    margin-bottom: 0rem;
    border: 2px solid #FFD301;
  }
}

.p-cv__button--yellow a:hover {
  opacity: 1;
  border: 2px solid #FFD301;
  color: #FFD301;
  background-color: transparent;
}

.p-cv__button--white a {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-cv__button--white a {
    border: 2px solid #fff;
  }
}

.p-cv__button--white a:hover {
  opacity: 1;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.p-document-list__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 10px;
  gap: 1rem 0.625rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-document-list__categories {
    gap: 2.625rem;
    margin-bottom: 4rem;
  }
}

.p-document-list__category a {
  display: block;
  border: 2px solid #04287E;
  border-radius: 50px;
  color: #04287E;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-document-list__category a {
    font-size: 1.375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.75rem 0;
  }
}

.p-document-list__category:first-child {
  width: calc(50% - 0.3125rem);
}

@media screen and (min-width: 768px) {
  .p-document-list__category:first-child {
    width: calc(33.33333% - 1.75rem);
  }
}

.p-document-list__category:nth-child(2) {
  width: calc(50% - 0.3125rem);
}

@media screen and (min-width: 768px) {
  .p-document-list__category:nth-child(2) {
    width: calc(33.33333% - 1.75rem);
  }
}

.p-document-list__category:nth-child(3) {
  min-width: calc(50% - 0.3125rem);
}

@media screen and (min-width: 768px) {
  .p-document-list__category:nth-child(3) {
    width: calc(33.33333% - 1.75rem);
    min-width: 10%;
  }
}

.p-document-list__category a:hover {
  opacity: 1;
  background-color: #04287E;
  color: #fff;
}

/* 例: アクティブなカテゴリータブのスタイル */
.p-document-list__category.active a {
  background-color: #04287E;
  color: #fff;
}

.p-document-thanks__title {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-document-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__text {
    font-size: 1.25rem;
    margin-bottom: 5.5rem;
  }
}

.p-document-thanks__subTitle {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  background-color: #04287E;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 100px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__subTitle {
    font-size: 1.5rem;
    padding: 0.75rem;
    margin-bottom: 2.5rem;
  }
}

.p-document-thanks__block {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__block {
    margin-bottom: 6.25rem;
  }
}

.p-document-thanks__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 8px;
  gap: 1.25rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__items {
    gap: 4rem 1rem;
  }
}

.p-document-thanks__image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__image {
    margin-bottom: 1rem;
  }
}

.p-document-thanks__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-document-thanks__image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
}

.p-document-thanks__category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1E60D7;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__category {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-document-thanks__content {
    font-size: 1.375rem;
  }
}

.p-document-thanks__button a {
  display: block;
  margin: 64px auto 0;
  margin: 4rem auto 0;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  background-color: #5A5A5A;
  color: #fff;
  border: 2px solid #5A5A5A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__button a {
    padding: 0.75rem 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.25rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-document-thanks__button a:hover {
    background-color: #fff;
    color: #000;
  }
}

.p-document-thanks__1column {
  width: calc(50% - 0.25rem);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-document-thanks__1column {
    width: calc(50% - 0.5rem);
  }
}

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

.p-document__item {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-document__item {
    margin-bottom: 0rem;
  }
}

.p-document__item--thumb {
  width: 100%;
  height: 200px;
  height: 12.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-document__item--thumb {
    height: 20rem;
  }
}

.p-document__item--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-document__item--category {
  color: #04287E;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-document__item--category {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-document__item--title {
    font-size: 1.5rem;
  }
}

.p-footer__inner {
  color: #fff;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}

.p-footer__left {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-footer__left {
    margin-bottom: 0rem;
  }
}

.p-footer__logo {
  width: 80px;
  width: 5rem;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 7.5rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer__company {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__company {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 1.25rem;
  }
}

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

.p-footer__item {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__item {
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0rem;
  }
}

.p-footer__copyright {
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-form {
  margin-top: 48px;
  margin-top: 3rem;
}

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

.p-form__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-form__text {
    font-size: 1.25rem;
    margin-bottom: 4rem;
  }
}

.p-form__inner {
  background-color: #F6F6F6;
  padding: 32px 16px;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-form__inner {
    padding: 4rem 7.5rem;
  }
}

.p-form__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: 2rem;
    margin-bottom: 3.375rem;
  }
}

.p-form__item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-form__item {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

.p-form__item--head {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-form__item--head {
    margin-bottom: 0.5rem;
  }
}

.p-form__item--head span {
  color: #FF0000;
  margin-left: 4px;
  margin-left: 0.25rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-form__item--head span {
    font-size: 1rem;
  }
}

.p-form__item--body input {
  border: 2px solid rgba(0, 0, 0, .2);
  width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
}

.p-form__item select {
  border: 2px solid rgba(0, 0, 0, .2);
  width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
}

.p-form__item--privacy {
  height: 280px;
  height: 17.5rem;
  padding: 16px 16px;
  padding: 1rem 1rem;
  border: 2px solid rgba(0, 0, 0, .2);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .p-form__item--privacy {
    overflow-y: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-form__attention {
  font-weight: 500;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-form__attention {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.p-form__submit input {
  display: block;
  padding: 14px 48px;
  padding: 0.875rem 3rem;
  margin: 0 auto;
  background-color: #04287E;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 100px;
  border: 2px solid #04287E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-form__submit input {
    font-size: 1.25rem;
    padding: 0.875rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__submit input:hover {
    background-color: #fff;
    color: #04287E;
  }
}

/* ===============================================
# 資料請求 - 確認ページ
=============================================== */
@media screen and (min-width: 768px) {
  .p-form__submit--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 1rem;
  }
}

.p-form__submit--return input {
  display: block;
  padding: 14px 48px;
  padding: 0.875rem 3rem;
  background-color: #fff;
  color: #04287E;
  letter-spacing: 0.1em;
  border-radius: 100px;
  border: 2px solid #04287E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-form__submit--return input {
    font-size: 1.25rem;
    padding: 0.875rem 4rem 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__submit--return input:hover {
    background-color: #04287E;
    color: #fff;
  }
}

.p-form__submit--submit input {
  display: block;
  margin: 0 auto;
  padding: 14px 48px;
  padding: 0.875rem 3rem;
  background-color: #04287E;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 100px;
  border: 2px solid #04287E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-form__submit--submit input {
    font-size: 1.25rem;
    padding: 0.875rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__submit--submit input:hover {
    background-color: #fff;
    color: #04287E;
  }
}

.p-header-list-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header-list-pc {
    display: block;
  }
}

.p-header-list-pc__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  gap: 1.5rem;
}

.p-header-list-pc__item {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-header-list-pc__item {
    font-size: 1.25rem;
  }
}

.p-header-list-pc__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-list-pc__item a:hover {
  color: #04287E;
}

.p-header-list-pc__item--cv a {
  background-color: #04287E;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  border-radius: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  border: 2px solid #04287E;
}

@media screen and (min-width: 768px) {
  .p-header-list-pc__item--cv a {
    padding: 1rem 1.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-header-list-pc__item--cv a:hover {
  opacity: none;
  background-color: #fff;
  color: #04287E;
}

.p-header__logo {
  width: 54px;
  width: 3.375rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 80px;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-mv__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-top-mv__title {
    font-size: 4.5rem;
  }
}

.p-top-mv__title span {
  color: #04287E;
}

.p-privacy__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  color: #04287E;
}

@media screen and (min-width: 768px) {
  .p-privacy__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.p-privacy__subTitle {
  font-size: 24px;
  font-size: 1.5rem;
  color: #04287E;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-privacy__subTitle {
    font-size: 2rem;
  }
}

.p-privacy__textRight {
  text-align: right;
  font-weight: 500;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-privacy__description {
  font-weight: 500;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-privacy__description {
    margin-bottom: 4rem;
  }
}

.p-privacy__last {
  font-weight: 500;
  text-align: right;
}

.p-sitepolicy__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  color: #04287E;
}

@media screen and (min-width: 768px) {
  .p-sitepolicy__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.p-sitepolicy__content {
  font-weight: 500;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 半透明にするなら rgba(255, 255, 255, 0.8) など */
  z-index: 9999;
  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-spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-sub-document__category {
  background-color: #04287E;
  color: #fff;
  border-radius: 50px;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sub-document__category {
    font-size: 1.25rem;
    padding: 0.375rem 2rem;
  }
}

.p-sub-document__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-sub-document__title {
    font-size: 2.125rem;
    margin-bottom: 3rem;
  }
}

.p-sub-document__thumb {
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  aspect-ratio: 350/240;
}

.p-sub-document__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sub-document__text p {
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text p {
    font-size: 1.375rem;
  }
}

.p-sub-document__text p strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text p strong {
    font-size: 1.125rem;
  }
}

.p-sub-document__text h2 {
  margin: 24px 0 16px;
  margin: 1.5rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text h2 {
    font-size: 1.875rem;
  }
}

.p-sub-document__text h3 {
  margin: 24px 0 16px;
  margin: 1.5rem 0 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text h3 {
    font-size: 1.625rem;
  }
}

.p-sub-document__text ul {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  list-style: disc;
}

.p-sub-document__text ul li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text ul li {
    font-size: 1.125rem;
  }
}

.p-sub-document__text ul li:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.p-sub-document__text ol {
  list-style-type: decimal;
  margin-left: 28px;
  margin-left: 1.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-sub-document__text ol li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-sub-document__text ol li {
    font-size: 1.125rem;
  }
}

.p-sub-document__text ol li:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.p-swiper {
  width: 70%;
  margin: 0 !important;
  border-bottom-left-radius: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 240px;
  height: 15rem;
}

@media screen and (min-width: 768px) {
  .p-swiper {
    width: 70%;
    height: 46.875rem;
    border-bottom-left-radius: 30px;
  }
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-test {
  font-size: 30px;
  font-size: 1.875rem;
  color: yellow;
  background-color: aqua;
}

.p-top-about__inner {
  background-color: #ECF3FF;
  padding: 24px;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-about__inner {
    padding: 3rem 2rem;
  }
}

.p-top-about__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-about__title {
    font-size: 2rem;
  }
}

.p-top-about__item {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-about__item {
    font-size: 1.25rem;
    padding-left: 1.5rem;
  }
}

.p-top-about__item span {
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-about__item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.p-top-document__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #04287E;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-document__title {
    font-size: 2.5rem;
  }
}

.p-top-document__title span {
  color: green;
}

.p-top-document__text {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-top-document__text {
    font-size: 1.625rem;
    margin-bottom: 5rem;
  }
}

.p-top-document__text span {
  color: green;
}

.p-top-document__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-top-document__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-document__more a {
    gap: 1rem;
  }
}

.p-top-document__more a:hover {
  opacity: 1;
}

.p-top-document__more--icon {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background-color: #04287E;
  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;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-top-document__more--icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-top-document__more--icon img {
  width: 14px;
  height: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-document__more--icon img {
    width: 1.5rem;
  }
}

@media screen and (min-width: 768px) {

  .p-top-document__more a:hover+.p-top-document__more--icon img,
  .p-top-document__more a:hover .p-top-document__more--icon img {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.p-top-document__more--text {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-top-document__more--text {
    font-size: 1.625rem;
  }
}

.p-top-problem__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #04287E;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-problem__title {
    font-size: 2.5rem;
  }
}

.p-top-problem__text {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-problem__text {
    font-size: 1.625rem;
    margin-bottom: 5rem;
  }
}

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

.p-top-problem__item {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-top-problem__circle {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-problem__circle {
    width: 18.75rem;
    height: 18.75rem;
    margin-bottom: 2rem;
  }
}

.p-top-problem__circle img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-problem__itemText {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-problem__itemText {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4rem;
  }
}

.p-top-service__image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-service__image {
    width: calc(50% - 2rem);
    margin-bottom: 0rem;
  }
}

.p-top-service__image img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-top-service__image img {
    border-radius: 15px;
  }
}

.p-top-service__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-service__content {
    width: calc(50% - 2rem);
  }
}

.p-top-service__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #04287E;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-top-service__title {
    font-size: 2.5625rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-top-service__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  width: 4.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #04287E;
}

@media screen and (min-width: 768px) {
  .p-top-service__title::after {
    width: 5rem;
  }
}

.p-top-service__text {
  line-height: 1.8;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-service__text {
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }
}

.p-top-service__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-top-service__button a {
  border-radius: 50px;
  display: block;
  color: #fff;
  background-color: #04287E;
  padding: 12px 28px;
  padding: 0.75rem 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-top-service__button a {
    font-size: 1.5rem;
    padding: 1rem 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #04287E;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__button a:hover {
    opacity: 1;
    border: 2px solid #04287E;
    background-color: #fff;
    color: #04287E;
  }
}


/* ===============================================
# p-about
=============================================== */
.p-about {
  margin-top: 32px;
  margin-top: 4rem;
  padding: 32px 0;
  padding: 2rem 0;
}

.p-about__thumb {
  margin-bottom: 48px;
}

.p-about__title {
  color: #04287e;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

.p-about__subTitle {
  color: #04287e;
  font-size: 22px;
  font-weight: bold;
  margin-top: 64px;
}

.p-about__text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 32px;
  font-weight: 400;
}

.p-about__image {
  margin-top: 8px;
  width: 100%;
  max-width: 800px;
  margin: 8px auto 0;
}

.p-about__bg {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: -24px;
  z-index: -1;
  position: relative;
}

.p-about__items {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 4.25rem;
    padding: 7.5rem 0;
  }

  .p-about__title {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    margin-top: 100px;
  }

  .p-about__subTitle {
    margin-top: 140px;
    text-align: center;
    font-size: 32px;
  }

  .p-about__text {
    font-size: 20px;
    font-size: 1.3rem;
    margin-top: 32px;
  }

  .p-about__items {
    font-size: 20px;
    font-size: 1.3rem;
  }

  .p-about__bg {
    margin-top: -120px;
  }
}

.p-about__button a {
	font-size: 1.25rem;
  display: block;
  margin: 80px auto;
  margin: 5rem auto;
  padding: 8px 48px;
  padding: 0.5rem 3rem;
  background-color: #05287E;
/* 	border-radius:50px; */
  color: #fff;
  border: 2px solid #05287E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-about__button a {
    padding: 1rem 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__button a:hover {
    background-color: #fff;
    color: #05287E;
  }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/*# sourceMappingURL=styles.css.map */