@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

body * {
  color: #000000;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #000000;
}

img {
  vertical-align: top;
}

main {
  flex: 1;
}

hr {
  border-top: 1px solid #FFF;
  display: block;
  width: 100%;
}

.l-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .l-inner.p-service {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}

.c-title__en {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: bold;
  color: #004385;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .c-title__en {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.c-title__jp {
  font-size: 38px;
  line-height: 1.3684210526;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-title__jp {
    font-size: 28px;
    line-height: 1.8571428571;
  }
}

.c-title__text {
  font-size: 22px;
  line-height: 1.9090909091;
  letter-spacing: 0;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .c-title__text {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
  }
}

.c-cta {
  width: 540px;
  max-width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s, background-image 0.3s;
}
.c-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(223, 86, 0) 0%, rgb(185, 35, 9) 100%);
  z-index: -1;
  transition: all 0.3s;
}
.c-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(185, 35, 9) 0%, rgb(223, 86, 0) 100%);
  z-index: -2;
}
.c-cta:hover::before {
  opacity: 0;
}

.c-cta__text {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
}

.c-cta__img {
  position: absolute;
  right: 18px;
  width: 22px;
}

.c-btn {
  display: flex;
  align-items: center;
  padding: 14px 0;
  width: 300px;
  max-width: 100%;
  position: relative;
  background: #004385;
  padding-left: 13px;
}
.c-btn:hover .c-btn__img {
  right: 10px;
}

.c-btn__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5555555556;
}

.c-btn__img {
  position: absolute;
  right: 15px;
  width: 22px;
  transition: all 0.3s;
}

.c-mvTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: url(../assets/img/mv_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 93px;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .c-mvTitle {
    background: url(../assets/img/mv_bg_sp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 81px;
  }
}

.c-mvTitle__en {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  color: #004385;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-mvTitle__en {
    font-size: 18px;
  }
}

.c-mvTitle__jp {
  font-size: 44px;
  font-weight: bold;
  line-height: 0.9090909091;
  letter-spacing: 0.04em;
  color: #004385;
}
@media (max-width: 767px) {
  .c-mvTitle__jp {
    font-size: 32px;
    line-height: 1.4375;
  }
}

.c-rec {
  width: fit-content;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 0.9285714286;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: #E44601;
  color: #ffffff;
}

.c-any {
  width: fit-content;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 0.9285714286;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: #004385;
  color: #ffffff;
}

.c-cat {
  width: fit-content;
  padding: 4px 24px;
  color: #ffffff;
  background: #004385;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.c-outlineList {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-outlineList {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-outlineList {
    flex-direction: column;
  }
}
.c-outlineList + .c-outlineList {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-outlineList + .c-outlineList {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .c-outlineList + .c-outlineList {
    margin-top: 45px;
  }
}

.c-outlineList__l {
  width: 160px;
  padding-left: 13px;
  padding-right: 21px;
  padding-bottom: 17px;
  padding-top: 6px;
  border-bottom: 1px solid #004385;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-outlineList__l {
    width: 100%;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .c-outlineList__l {
    width: 100%;
    padding-bottom: 16px;
  }
}

.c-outlineList__r {
  flex: 1;
  padding-left: 18px;
  padding-bottom: 17px;
  padding-top: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-outlineList__r {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .c-outlineList__r {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 13px;
  }
}

.c-demeritLists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-demeritLists {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-demeritLists {
    grid-template-columns: 1fr;
    gap: 21px;
    margin: auto;
  }
}

.c-demeritList {
  padding: 56px 0px 34px;
  background: #004385;
}
@media (max-width: 767px) {
  .c-demeritList {
    padding: 41px 0px 34px;
  }
}
.c-demeritList:nth-of-type(1) .c-demeritList__img {
  width: 108px;
  max-width: 100%;
}
.c-demeritList:nth-of-type(2) .c-demeritList__img {
  width: 127px;
  max-width: 100%;
}
.c-demeritList:nth-of-type(3) .c-demeritList__img {
  width: 175px;
  max-width: 100%;
}

.c-demeritList__img {
  margin: auto;
}

.c-demeritList__text {
  text-align: center;
  font-size: 22px;
  line-height: 1.7272727273;
  letter-spacing: 0.02em;
  margin-top: 25px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-demeritList__text {
    font-size: 20px;
    line-height: 1.6;
  }
}

.c-serviceBanner {
  width: 100%;
  padding: clamp(2.188rem, 0.168rem + 4.21vw, 4.375rem) 0 clamp(1.875rem, -2.938rem + 7vw, 4.063rem) clamp(1.5rem, -0.692rem + 4.57vw, 3.875rem);
  background: url(../assets/img/service_banner01.webp) no-repeat center center/cover;
}

.c-serviceBanner__text {
  display: flex;
  flex-direction: column;
}

.c-serviceBanner__text__en {
  color: #004385;
  font-size: 16px;
  line-height: 2.75;
  letter-spacing: 0.2em;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: bold;
}

.c-serviceBanner__text__jp {
  font-size: clamp(1.375rem, 0.452rem + 1.92vw, 2.375rem);
  font-weight: bold;
  line-height: 1.3684210526;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
}

.c-exampleList {
  display: flex;
}
.c-exampleList + .c-exampleList {
  margin-top: 50px;
}

.c-exampleList__l {
  width: 45.4545454545%;
  max-width: 100%;
}

.c-exampleList__r {
  flex: 1;
  background: #004385;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 36px;
}

.c-exampleList__title {
  display: flex;
  flex-direction: column;
}

.c-exampleList__title-sub {
  font-size: 22px;
  line-height: 1.9090909091;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 767px) {
  .c-exampleList__title-sub {
    font-size: 19px;
    line-height: 2.2105263158;
  }
}

.c-exampleList__title-main {
  font-size: 30px;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 23px;
  color: #FFF;
}
@media (max-width: 767px) {
  .c-exampleList__title-main {
    font-size: 26px;
    line-height: 1.5384615385;
  }
}

.c-exampleList__text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
  color: #FFF;
}

@media (max-width: 900px) {
  .c-exampleList {
    flex-direction: column;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
  }
  .c-exampleList__l {
    width: 100%;
  }
}
@media (max-width: 900px) and (max-width: 767px) {
  .c-exampleList__l {
    aspect-ratio: 310/200;
  }
}
@media (max-width: 900px) {
  .c-exampleList__r {
    padding: 30px 22px 38px;
  }
}
@media (max-width: 900px) and (max-width: 767px) {
  .c-exampleList__r {
    padding: 16px 25px 12px;
  }
}
.c-newsList {
  position: relative;
}
.c-newsList:nth-of-type(2n) {
  background: rgba(0, 67, 133, 0.05);
}

.c-newsList__link {
  display: flex;
  width: 100%;
  padding: 40px 14px;
  padding-right: 36px;
  align-items: baseline;
}
@media (max-width: 767px) {
  .c-newsList__link {
    display: block;
  }
}
.c-newsList__link:hover .c-newsList__arrow {
  right: 14px;
}

.c-newsList__date {
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 10px;
}

.c-newsList__title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 12px;
  flex: 1;
}
@media (max-width: 767px) {
  .c-newsList__title {
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}

.c-newsList__arrow {
  width: 8px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.c-bread {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0;
}

.c-bread__prev {
  color: #AAA;
}

.p-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header {
    background: #FFF;
    height: 60px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-header {
    background: #FFF;
    height: 60px;
    align-items: center;
    padding-left: 8px;
  }
}

.p-header__l {
  width: clamp(12.5rem, -5.375rem + 26vw, 20.625rem);
  max-width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header__l {
    width: 308px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-header__l {
    width: 308px;
    padding: 0;
  }
}

.p-header__nav {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__links {
  margin-right: clamp(1rem, -1.2rem + 3.2vw, 2rem);
  display: flex;
  align-items: center;
}

.p-header__link + .p-header__link {
  margin-left: 27px;
}

.p-header__a {
  font-size: clamp(0.813rem, 0.125rem + 1vw, 1.125rem);
  line-height: 1.1111111111;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  transition: all 0.3s;
}
.p-header__a:hover {
  color: #DF5601;
}

.p-header__cta {
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
  width: clamp(8.75rem, 0.5rem + 12vw, 12.5rem);
  max-width: 100%;
  font-size: clamp(0.875rem, 0.05rem + 1.2vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s, background-image 0.3s;
}
.p-header__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(223, 86, 0) 0%, rgb(185, 35, 9) 100%);
  z-index: -1;
  transition: all 0.3s;
}
.p-header__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(185, 35, 9) 0%, rgb(223, 86, 0) 100%);
  z-index: -2;
}
.p-header__cta:hover::before {
  opacity: 0;
}

.p-drawer-icon {
  width: 60px;
  height: 60px;
  background: #ECECEC;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-drawer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-drawer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-drawer-icon.is-active .p-drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon-bar2 {
  top: 8px;
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
}

.p-drawer-icon-bars {
  width: 26px;
  height: 18px;
  display: block;
  position: relative;
}

.p-drawer-icon-bar1,
.p-drawer-icon-bar2,
.p-drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #004385;
  top: 0;
  left: 0;
}

.p-drawer-icon-bar1 {
  top: 0;
}

.p-drawer-icon-bar2 {
  top: 8px;
}

.p-drawer-icon-bar3 {
  top: 16px;
}

.p-drawer-content {
  margin-top: 60px;
  padding-top: 58px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 290;
  transform: translateY(-120%);
  transition: transform 0.5s ease 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100dvh - 60px);
}
.p-drawer-content.is-active {
  transform: translateY(0);
}

.p-drawer-content-item {
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.p-drawer-content-item:nth-of-type(1) {
  border-top: 1px solid #ECECEC;
}
.p-drawer-content-item a {
  display: block;
  color: #000000;
  padding: 18px 40px;
  position: relative;
  transition: all 0.3s;
}
.p-drawer-content-item a:hover {
  color: #DF5601;
}
.p-drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 11px;
}

.p-drawer_arrow {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.p-drawer__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__cta .c-cta {
  width: 350px;
  max-width: 100%;
  padding: 14px 0;
  font-size: 20px;
  line-height: 1.5;
}
.p-drawer__cta .c-cta__text {
  font-size: 20px;
  line-height: 1.5;
}

.p-drawer__copy {
  text-align: center;
  display: block;
  padding-top: 16px;
  padding-bottom: 13px;
}

.p-footer {
  margin-top: clamp(5.625rem, 1.657rem + 16.28vw, 17.938rem);
}

.p-footer__inner {
  padding: 32px 28px 17px;
  background: url(../assets/img/footer_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__inner {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .p-footer__inner {
    padding: 36px 20px 17px;
    padding-top: 54px;
  }
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__content {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-footer__content {
    justify-content: center;
  }
}

.p-footer__logo {
  width: 215px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__logo {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .p-footer__logo {
    margin: auto;
  }
}

.p-footer__info {
  font-size: clamp(1rem, 0.725rem + 0.4vw, 1.125rem);
  line-height: 1.7777777778;
  letter-spacing: 0;
  margin-top: 20px;
  color: #FFF;
  text-decoration: none;
}
.p-footer__info a {
  text-decoration: none;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-footer__info {
    text-align: center;
  }
}

.p-footer__content-r {
  display: flex;
  gap: 25px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__content-r {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-footer__content-r {
    display: none;
  }
}

.p-footer__link {
  color: #ffffff;
  font-size: clamp(1rem, 0.725rem + 0.4vw, 1.125rem);
  line-height: 2.5555555556;
  transition: all 0.3s;
  cursor: pointer;
}
.p-footer__link:hover {
  color: #DF5601;
}

.p-footer__copy {
  display: block;
  color: #ffffff;
  margin-top: 138px;
  text-align: right;
  padding-right: 42px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__copy {
    text-align: left;
    padding-right: 0;
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .p-footer__copy {
    text-align: left;
    padding-right: 0;
    margin-top: 55px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-footer__spLists {
  display: none;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer__spLists {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-footer__spLists {
    display: block;
  }
}

.p-footer__spList {
  background: #004385;
  position: relative;
  transition: all 0.3s;
}
.p-footer__spList:hover {
  opacity: 0.7;
}
.p-footer__spList + .p-footer__spList {
  border-top: 1px solid #001B36;
}

.p-footer__spLink {
  display: block;
  padding: 11px 40px;
  cursor: pointer;
}

.p-footer__spLink-text {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
}

.p-footer__spLink-img {
  width: 6px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateX(-50%);
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.p-banner {
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-banner {
    display: none;
  }
}

.p-banner__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.p-banner__list:nth-of-type(1) .c-serviceBanner {
  background: url(../assets/img/service_banner02.webp) no-repeat center center/cover;
}

.p-banner__list:nth-of-type(2) .c-serviceBanner {
  background: url(../assets/img/service_banner03.webp) no-repeat center center/cover;
}

.p-banner-sp {
  display: none;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-banner-sp {
    display: block;
  }
}

.p-banner-sp__list + .p-banner-sp__list {
  margin-top: 28px;
}

.p-banner-sp__list-content {
  padding: 18px 30px 24px;
  background: #ECF0F3;
}
.p-banner-sp__list-content .c-btn {
  width: 100%;
  max-width: 310px;
  margin: auto;
  margin-top: 11px;
  padding: 10px 0;
  padding-left: 12px;
}

.p-banner-sp__title {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-banner-sp__title-en {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #004385;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

.p-banner-sp__title-jp {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 0;
}

.p-cta {
  margin: 0 calc(50% - 50vw);
  margin-top: 270px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-cta {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-cta {
    display: none;
  }
}

.p-cta__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 68.75%;
  aspect-ratio: 1100/560;
}

.p-cta__title {
  display: flex;
  flex-direction: column;
}

.p-cta__content {
  position: relative;
  z-index: 2;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}

.p-cta__titleJp {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0;
  color: #004385;
}

.p-cta__titleEn {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

.p-cta__list {
  display: flex;
  flex-direction: column;
}
.p-cta__list .c-cta {
  margin-top: 11px;
}
.p-cta__list + .p-cta__list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-cta__list + .p-cta__list {
    margin-top: 34px;
  }
}

.p-cta__listTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0;
}

.p-cta__listText {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0;
}

.p-cta-sp {
  display: none;
  padding: 48px 0 73px;
  margin: 0 calc(50% - 50vw);
  margin-top: 86px;
  background: url(../assets/img/cta_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-cta-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-cta-sp {
    display: block;
  }
}
.p-cta-sp .p-cta__lists {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
.p-cta-sp .c-cta {
  padding: 16px 0;
  margin-top: 6px;
  width: 350px;
}
.p-cta-sp .c-cta__text {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
.p-cta-sp .p-cta__listTitle {
  padding-left: 20px;
}
.p-cta-sp .p-cta__listText {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 5px;
}

.p-cta-sp__title {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: bold;
  color: #004385;
  text-align: center;
}

.p-cta-sp__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 37px;
}

.p-toTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 990;
}

.p-top .p-banner {
  margin-top: calc(clamp(6.875rem, 0.963rem + 8.6vw, 9.563rem) * -1);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-top .p-banner {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p-top .p-banner {
    margin-top: 0;
  }
}

.p-top__mv {
  margin: 0 calc(50% - 50vw);
  background: url(../assets/img/fv.webp);
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1600/900;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-top__mv {
    background: url(../assets/img/fv_sp.webp);
    aspect-ratio: 390/610;
    background-size: contain;
    background-position: center center;
    margin-top: 60px;
  }
}

.p-top__mvTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #004385;
  padding-top: clamp(6.25rem, 2.212rem + 8.41vw, 10.625rem);
}
@media (max-width: 767px) {
  .p-top__mvTitle {
    padding-top: 40px;
    text-align: center;
  }
}

.p-top__mvTitle-top {
  font-weight: bold;
  text-shadow: 0 0 10px #FFF;
  font-size: clamp(1.25rem, 0.788rem + 0.96vw, 1.75rem);
  line-height: 1.6428571429;
  letter-spacing: 0;
  font-family: hiragino-mincho-pron, sans-serif;
}
@media (max-width: 767px) {
  .p-top__mvTitle-top {
    font-size: 21px;
    line-height: 1.5238095238;
  }
}

.p-top__mvTitle-middle {
  font-weight: bold;
  text-shadow: 0 0 10px #FFF;
  font-size: clamp(2.125rem, 1.087rem + 2.16vw, 3.25rem);
  line-height: 0.8846153846;
  letter-spacing: 0.02em;
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: hiragino-mincho-pron, sans-serif;
}
@media (max-width: 767px) {
  .p-top__mvTitle-middle {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 15px;
  }
}

.p-top__mvTitle-bottom {
  font-weight: bold;
  text-shadow: 0 0 10px #FFF;
  font-size: clamp(1.125rem, 0.663rem + 0.96vw, 1.625rem);
  line-height: 1.6923076923;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__mvTitle-bottom {
    font-size: 20px;
    line-height: 1.7;
  }
}

.wf-loading .p-top__mvTitle {
  opacity: 0;
}

.wf-active .p-top__mvTitle {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.p-top__mvTitle-top,
.p-top__mvTitle-middle,
.p-top__mvTitle-bottom {
  color: #004385;
}

.p-top__demerit {
  margin-top: clamp(4.375rem, 3.368rem + 4.13vw, 7.5rem);
}

.p-top__demeritTitle {
  text-align: center;
  font-size: 48px;
  line-height: 1.7222222222;
  letter-spacing: 0.02em;
  color: #004385;
}
@media (max-width: 767px) {
  .p-top__demeritTitle {
    font-size: 36px;
  }
}

.p-top__demeritTitle-st {
  background-image: radial-gradient(circle at center, #DF5601 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.2em; /* 縦方向の位置調整 */
  color: #004385;
}

.p-top__demeritText {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.0666666667;
  letter-spacing: 0.02em;
  margin-top: 25px;
  margin-bottom: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__demeritText {
    font-size: 22px;
    line-height: 1.7272727273;
    margin-top: 13px;
  }
}

.p-top__map {
  margin: 0 calc(50% - 50vw);
  margin-top: calc(clamp(11.25rem, 0.25rem + 16vw, 16.25rem) * -1);
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-top__map {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-top__map {
    display: none;
  }
}

.p-top__mapText {
  position: absolute;
  top: clamp(17.188rem, -9.212rem + 38.4vw, 29.188rem);
  left: clamp(0rem, -30.8rem + 44.8vw, 14rem);
  font-size: clamp(1.75rem, 1.2rem + 0.8vw, 2rem);
  font-weight: bold;
  line-height: 2.125;
  letter-spacing: 0.02em;
  color: #004385;
}

.p-top__mapText-small {
  font-size: clamp(1.5rem, 0.95rem + 0.8vw, 1.75rem);
  font-weight: bold;
  line-height: 2.125;
  letter-spacing: 0.02em;
  color: #004385;
}

.p-top__mapImg-wrap {
  width: clamp(38.125rem, 9.663rem + 41.4vw, 51.063rem);
  max-width: 100%;
  position: absolute;
  right: clamp(0rem, -17.875rem + 26vw, 8.125rem);
  top: clamp(13.75rem, -8.25rem + 32vw, 23.75rem);
}

.p-top__map-ok {
  position: absolute;
  bottom: 14vw;
  left: 41vw;
  width: 3.5vw;
}

.p-top__map-sk {
  position: absolute;
  left: 54.5vw;
  bottom: 33.1vw;
  width: 5.4vw;
}

.p-top__map-kk1 {
  position: absolute;
  right: 32vw;
  bottom: 33.1vw;
  width: 5.4vw;
}

.p-top__map-kk2 {
  position: absolute;
  right: 32vw;
  bottom: 35.3vw;
  width: 5.4vw;
}

.p-top__map-kk3 {
  position: absolute;
  right: 27.5vw;
  bottom: 35.3vw;
  width: 5.4vw;
}

.p-top__map-kt {
  position: absolute;
  right: 19.3vw;
  bottom: 36.8vw;
  width: 5.4vw;
}

.p-top__map-tk {
  position: absolute;
  right: 16.5vw;
  top: 45.6vw;
  width: 5.4vw;
}

.p-top__map-hk {
  position: absolute;
  right: 10vw;
  top: 24vw;
  width: 10.6vw;
}

@media (max-width: 1600px) {
  .p-top__map-ok {
    bottom: clamp(10.313rem, 1.375rem + 13vw, 14.375rem);
    left: clamp(28.563rem, 2.025rem + 38.6vw, 40.625rem);
    width: clamp(1.875rem, -1.838rem + 5.4vw, 3.563rem);
  }
  .p-top__map-sk {
    left: clamp(37.688rem, 1.25rem + 53vw, 54.25rem);
    bottom: clamp(23.375rem, 1.925rem + 31.2vw, 33.125rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-kk1 {
    right: clamp(22.5rem, 1.875rem + 30vw, 31.875rem);
    bottom: clamp(23.125rem, 1.125rem + 32vw, 33.125rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-kk2 {
    right: clamp(22.188rem, 1.563rem + 30vw, 31.563rem);
    bottom: clamp(23.75rem, 0.375rem + 34vw, 34.375rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-kk3 {
    right: clamp(19.375rem, 1.5rem + 26vw, 27.5rem);
    bottom: clamp(24.063rem, 1.375rem + 33vw, 34.375rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-kt {
    right: clamp(13.75rem, 1.375rem + 18vw, 19.375rem);
    bottom: clamp(25.625rem, 0.875rem + 36vw, 36.875rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-tk {
    right: clamp(11.563rem, 0.563rem + 16vw, 16.563rem);
    top: clamp(31.875rem, 1.625rem + 44vw, 45.625rem);
    width: clamp(3.125rem, -1.962rem + 7.4vw, 5.438rem);
  }
  .p-top__map-hk {
    right: clamp(6.875rem, 1.375rem + 8vw, 9.375rem);
    top: clamp(16.563rem, 2.813rem + 20vw, 22.813rem);
    width: clamp(6.25rem, -3.512rem + 14.2vw, 10.688rem);
  }
}
.p-top__map-sp {
  display: none;
  margin-top: 90px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-top__map-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-top__map-sp {
    display: block;
    margin-top: 80px;
  }
}

.p-top__map-spText {
  font-weight: bold;
  color: #004385;
  text-align: center;
  font-size: 25px;
  line-height: 1.6153846154;
  letter-spacing: 0;
}
.p-top__map-spText .p-top__mapText-small {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0;
  color: #004385;
}

.p-top__map-spImage {
  margin: 0 calc(50% - 50vw);
  margin-top: calc(clamp(5.375rem, 2.148rem + 13.24vw, 11.25rem) * -1);
  position: relative;
  z-index: -1;
}
.p-top__map-spImage .p-top__map-ok {
  position: absolute;
  bottom: clamp(2.313rem, -0.194rem + 10.28vw, 6.875rem);
  left: clamp(2.5rem, -0.246rem + 11.27vw, 7.5rem);
  width: clamp(1.313rem, 0.592rem + 2.96vw, 2.625rem);
}
.p-top__map-spImage .p-top__map-sk {
  position: absolute;
  left: clamp(7.5rem, -0.396rem + 32.39vw, 21.875rem);
  bottom: clamp(9.375rem, -0.409rem + 40.14vw, 27.188rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-kk1 {
  position: absolute;
  left: clamp(10.313rem, -0.502rem + 44.37vw, 30rem);
  bottom: clamp(9.375rem, -0.581rem + 40.85vw, 27.5rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-kk2 {
  position: absolute;
  left: clamp(10.625rem, -0.189rem + 44.37vw, 30.313rem);
  bottom: clamp(10.313rem, 0.185rem + 41.55vw, 28.75rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-kk3 {
  position: absolute;
  right: clamp(10.313rem, -0.33rem + 43.66vw, 29.688rem);
  bottom: clamp(10rem, -0.299rem + 42.25vw, 28.75rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-kt {
  position: absolute;
  right: clamp(7.313rem, -0.343rem + 31.41vw, 21.25rem);
  bottom: clamp(10.938rem, -0.22rem + 45.77vw, 31.25rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-tk {
  position: absolute;
  right: clamp(6.125rem, -0.741rem + 28.17vw, 18.625rem);
  top: clamp(18rem, -0.298rem + 75.07vw, 51.313rem);
  width: clamp(2rem, 0.901rem + 4.51vw, 4rem);
}
.p-top__map-spImage .p-top__map-hk {
  position: absolute;
  right: clamp(3.438rem, -0.854rem + 17.61vw, 11.25rem);
  top: clamp(9.688rem, -0.783rem + 42.96vw, 28.75rem);
  width: clamp(3.938rem, 1.775rem + 8.87vw, 7.875rem);
}

.p-bread {
  margin: 0 calc(50% - 50vw);
  margin-top: 8px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-bread {
    margin-top: 13px;
  }
}

.p-news__lists {
  padding-top: 86px;
  padding-bottom: 120px;
}

ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
ul.pagination .page-item + .page-item {
  margin-left: 20px;
}
@media (max-width: 767px) {
  ul.pagination .page-item + .page-item {
    margin-left: 10px;
  }
}
ul.pagination .page-item.prev {
  margin-right: 30px;
  font-size: 16px;
}
@media (max-width: 767px) {
  ul.pagination .page-item.prev {
    margin-right: 20px;
  }
}
ul.pagination .page-item.prev + .page-item {
  margin-left: 0;
}
ul.pagination .page-item.next {
  margin-left: 30px;
  font-size: 16px;
}
@media (max-width: 767px) {
  ul.pagination .page-item.next {
    margin-left: 20px;
  }
}
ul.pagination .page-item.current span {
  color: #FFF;
}
ul.pagination .page-item.current:not(.prev):not(.next) {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #004385;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  ul.pagination .page-item.current:not(.prev):not(.next) {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
ul.pagination .page-item:not(.prev):not(.next) a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #C1C8CF;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  ul.pagination .page-item:not(.prev):not(.next) a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.p-single {
  margin: auto;
  margin-top: 129px;
  margin-bottom: 128px;
  width: 900px;
  max-width: 100%;
}
.p-single P {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
}
.p-single * + p {
  margin-top: 19px;
}
.p-single img {
  aspect-ratio: 900/600;
  margin-top: 36px;
}

.p-single__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 21px;
}

.p-single__date {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
}

.p-single__title {
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.p-single__btn {
  width: fit-content;
  margin: auto;
  margin-bottom: 150px;
}

.p-contact {
  padding-top: 83px;
  padding-bottom: 140px;
}
.p-contact + .p-footer {
  margin-top: 0px;
}

.p-contact__text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0;
  margin-top: 39px;
  margin-bottom: 43px;
}

.p-contact__form {
  padding: 60px 88px 74px;
  background: rgba(0, 67, 133, 0.05);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-contact__form {
    padding: 60px 20px 74px;
  }
}
@media (max-width: 767px) {
  .p-contact__form {
    padding: 60px 20px 74px;
  }
}

.p-contact__formItem {
  display: flex;
  align-items: center;
}
.p-contact__formItem:nth-of-type(1) {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .p-contact__formItem:nth-of-type(1) {
    margin-bottom: unset;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-contact__formItem {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-contact__formItem {
    display: block;
  }
}
.p-contact__formItem + .p-contact__formItem {
  margin-top: 24px;
}

.p-contact__formItem-l {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-contact__formItem-l {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .p-contact__formItem-l {
    margin-bottom: 8px;
  }
}

.p-contact__formItem-label {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
}

.p-contact__formItem-r {
  width: 660px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-contact__formItem-r {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-contact__formItem-r {
    width: 100%;
  }
}

.p-contact__input {
  padding: 13px 14px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5555555556;
  width: 100%;
  border: 1px solid #000;
}

.p-contact__postal {
  padding: 13px 14px;
  width: 180px;
  max-width: 100%;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-contact__postal {
    width: 90px;
  }
}

.p-contact__postalBtn {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  width: 130px;
  max-width: 100%;
  color: #ffffff;
  background: #004385;
  text-align: center;
  padding: 13px 0;
  border: 1px solid #004385;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .p-contact__postalBtn {
    width: 100px;
    margin-left: 7px;
  }
}
.p-contact__postalBtn:hover {
  color: #004385;
  background: #ffffff;
}

.p-contact__selectWrap {
  width: fit-content;
  position: relative;
}
.p-contact__selectWrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
}

.p-contact__select {
  width: 220px;
  max-width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  padding: 13px 14px;
  border: 1px solid #000;
  appearance: none;
  background: #FFF;
}

.p-contact__textarea {
  width: 660px;
  max-width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #000;
  padding: 13px 14px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-contact__textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-contact__textarea {
    width: 100%;
  }
}

.p-contact__formItem.u-flex-start .p-contact__formItem-l {
  padding-top: 13px;
}

.p-contact__poricyWrap {
  margin-top: 30px;
}

.p-contact__poricyTitle {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.p-contact__poricyText-wrap {
  width: 100%;
  height: 324px;
  overflow-y: auto;
  border: 1px solid #000;
  padding: 22px 20px;
}

.p-contact__poricyText {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

.p-contact__check {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-contact__check {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .p-contact__checkLabel {
    font-size: 16px;
  }
}

.p-contact__submit {
  width: 540px;
  max-width: 100%;
  padding: 32px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s, background-image 0.3s;
  z-index: 1;
  font-size: 32px;
  line-height: 0.75;
  letter-spacing: 0.02em;
  margin: auto;
  margin-top: 67px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-contact__submit {
    padding: 16px 0;
    font-size: 20px;
  }
}
.p-contact__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(223, 86, 0) 0%, rgb(185, 35, 9) 100%);
  z-index: -1;
  transition: all 0.3s;
}
.p-contact__submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(185, 35, 9) 0%, rgb(223, 86, 0) 100%);
  z-index: -2;
}
.p-contact__submit:hover::before {
  opacity: 0;
}

.p-contact__radioWrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-contact__radioWrap {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .p-contact__radioWrap .p-contact__radioLabel + .p-contact__radioLabel {
    margin-top: 8px;
  }
}

.p-contact__radio {
  display: none;
}

.p-contact__radioLabel {
  position: relative;
  padding-left: 32px;
}

.p-radio-button::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-radio-button::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  display: none;
}

.p-contact__radio:checked + .p-radio-button::after {
  display: block;
}

.p-contact__radio {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-contact__radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-contact__radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
  }
}
.p-contact__radio input[type=radio] {
  display: none;
}
.p-contact__radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
}
.p-contact__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
.p-contact__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  display: none;
}
.p-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-list-item {
  margin-left: 0;
}

.p-contact__error {
  color: #dc3232;
  font-size: 14px;
  display: none;
}

.p-contact__formItem-r .wpcf7-not-valid-tip {
  display: none;
}

.p-contact__formItem-r:has(.wpcf7-not-valid-tip) .p-contact__error {
  display: block;
}

.custom-error-message {
  display: none;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 15px;
  }
}

.p-contact__check input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.p-contact__check .wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  border: 1px solid #000000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 2px;
  vertical-align: middle;
  text-align: center;
}
.p-contact__check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(-45deg);
  left: 4px;
  top: 6px;
  opacity: 0;
}
.p-contact__check input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  opacity: 1;
}

.p-about__greeting {
  margin-top: 88px;
}

.p-about__greeting-content {
  margin-top: 28px;
  display: flex;
  gap: 64px;
  margin-right: calc(50% - 50vw);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-about__greeting-content {
    flex-direction: column;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  .p-about__greeting-content {
    flex-direction: column;
    margin-right: unset;
  }
}

.p-about__greeting-l {
  width: 536px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-about__greeting-l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-about__greeting-l {
    width: 100%;
  }
}

.p-about__greeting-text {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}

.p-about__greeting-company {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: right;
}

.p-about__greeting-nameWrap {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: right;
  margin-top: 8px;
}

.p-about__greeting-name {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-about__greeting-nameImg {
  width: 163px;
  max-width: 100%;
}

.p-about__greeting-r {
  flex: 1;
}

.p-about__company {
  margin-top: 116px;
}
.p-about__company .c-outlineLists {
  margin-top: 39px;
}

.p-about__map {
  margin-top: 94px;
  margin-bottom: 150px;
}

.p-about__map-google {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 36.3636363636%;
  height: 0;
}
@media (max-width: 767px) {
  .p-about__map-google {
    padding-top: 100%;
  }
}

.p-about__map-google iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-service__strengths {
  margin-top: 83px;
}

.p-service__strengths-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  gap: 25px;
}
@media (max-width: 767px) {
  .p-service__strengths-lists {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}

.p-service__strengths-list {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.p-service__strengths-img {
  position: relative;
}
@media (max-width: 767px) {
  .p-service__strengths-img {
    aspect-ratio: 310/204;
  }
}
@media (max-width: 767px) {
  .p-service__strengths-img img {
    height: 100%;
    object-fit: cover;
  }
}

.p-service__strengths-listNum {
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: -14px;
}

.p-service__strengths-content {
  background: #004385;
  color: #ffffff;
  padding: 30px 20px 27px;
}
@media (max-width: 767px) {
  .p-service__strengths-content {
    padding: 30px 20px 23px;
  }
}

.p-service__strengths-title {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .p-service__strengths-title {
    margin-bottom: 11px;
  }
}

.p-service__strengths-titleSmall {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .p-service__strengths-titleSmall {
    font-size: 18px;
  }
}

.p-service__strengths-text {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .p-service__strengths-text {
    line-height: 1.8888888889;
  }
}

.p-service__flow {
  margin-top: 108px;
}
@media (max-width: 767px) {
  .p-service__flow {
    margin-top: 80px;
  }
}

.p-service__flow-text {
  font-size: 22px;
  line-height: 1.9090909091;
  letter-spacing: 0;
  margin-top: 25px;
}

.p-service__flow-lists {
  margin-top: 44px;
}

.p-service__flow-list {
  display: flex;
  padding-bottom: 36px;
}
.p-service__flow-list + .p-service__flow-list .p-service__flow-listL {
  position: relative;
}
.p-service__flow-list + .p-service__flow-list .p-service__flow-listL::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: var(--after-height, 100%);
  background: #004385;
}

.p-service__flow-listL {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #004385;
  margin: 9px 0;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .p-service__flow-listL {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
}

.p-service__flow-listR {
  flex: 1;
}

.p-service__flow-listTitle {
  padding: 3px 12px;
  color: #004385;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-service__flow-listTitle {
    font-size: 19px;
    line-height: 1.4761904762;
    letter-spacing: -0.02em;
  }
}

.p-service__flow-listTitle-small {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .p-service__flow-listTitle-small {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
  }
}

.p-service__flow-listText {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
  margin-top: 11px;
  padding: 0 12px;
}

.p-service__flow-about {
  display: flex;
  padding: 30px 27px;
  gap: 20px;
  margin-top: 30px;
  background: #004385;
  align-items: start;
}
@media (max-width: 767px) {
  .p-service__flow-about {
    padding: 33px 20px;
    margin-bottom: 24px;
    flex-direction: column;
  }
}

.p-service__flow-aboutL {
  width: 39.0566037736%;
}
@media (max-width: 767px) {
  .p-service__flow-aboutL {
    width: 100%;
    max-width: 100%;
  }
}

.p-service__flow-aboutTitle {
  color: #FFF890;
  font-size: 26px;
  line-height: 1.6153846154;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .p-service__flow-aboutTitle {
    font-size: 19px;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 2px;
    letter-spacing: 0;
  }
}

.p-service__flow-aboutText {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-service__flow-aboutText {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

.p-service__flow-aboutR {
  padding: 20px;
  background: #3A74AC;
  flex: 1;
}
.p-service__flow-aboutR .p-service__flow-table {
  width: 100%;
}
@media (max-width: 767px) {
  .p-service__flow-aboutR {
    display: none;
  }
}

.p-service__flow-aboutSP-contentWrap {
  display: none;
  background: #3A74AC;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .p-service__flow-aboutSP-contentWrap {
    display: block;
    width: 100%;
  }
}

.p-service__flow-aboutSP-content:nth-of-type(1) {
  padding-bottom: 32px;
}
.p-service__flow-aboutSP-content + .p-service__flow-aboutSP-content {
  padding-top: 23px;
  border-top: 2px solid #FFF;
}

.p-service__flow-aboutSP-list + .p-service__flow-aboutSP-list {
  margin-top: 15px;
}

.p-service__flow-aboutSP-contentTitle {
  font-size: 20px;
  line-height: 1.7;
  color: #FFF890;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.p-service__flow-aboutSP-listTitle {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
}

.p-service__flow-aboutSP-listText {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.p-service__flow-table, .p-service__flow-table td, .p-service__flow-table th {
  border-collapse: collapse;
}

.p-service__flow-tableTitle {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0;
  padding: 0 16px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: bold;
  color: #FFF890;
  border-bottom: 2px solid #FFF;
  border-left: 1px solid #FFF;
}

.p-service__flow-tableSubTitle {
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #FFF;
  text-align: center;
}

.p-service__flow-tableText {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.p-service__cta {
  margin-top: 34px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(223, 86, 0) 0%, rgb(185, 35, 9) 100%);
  padding: 32px 26px 32px 52px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-service__cta {
    padding: 42px 20px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-service__cta {
    padding: 42px 20px;
    flex-direction: column;
  }
}

.p-service__cta-l {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #FFF;
  font-weight: bold;
  flex: 1;
  gap: 47px;
}
.p-service__cta-l span {
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-service__cta-l {
    text-align: center;
    margin-bottom: 15px;
  }
  .p-service__cta-l .u-sp + .u-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  .p-service__cta-l {
    text-align: center;
    margin-bottom: 15px;
  }
}

.p-service__cta-r {
  width: 610px;
  max-width: 100%;
}

.p-service__cta-btn {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  position: relative;
}
.p-service__cta-btn:hover .p-service__cta-img {
  right: 12px;
}
@media (max-width: 767px) {
  .p-service__cta-btn {
    padding: 16px 0;
  }
}

.p-service__cta-text {
  font-size: 32px;
  line-height: 0.75;
  font-weight: bold;
  color: #BA2408;
}
@media (max-width: 767px) {
  .p-service__cta-text {
    font-size: 24px;
    line-height: 1;
  }
}

.p-service__cta-img {
  width: 22px;
  position: absolute;
  right: 18px;
  transition: all 0.3s;
}

.p-service__diff {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .p-service__diff {
    margin-top: 82px;
  }
}

.p-service__diff-content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-service__diff-content {
    flex-direction: column-reverse;
    margin-top: 25px;
  }
}

.p-service__diff-contentL {
  width: 51.3636363636%;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-service__diff-contentL {
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
}

.p-service__diff-contentR {
  width: 50%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-service__diff-contentR {
    width: 100%;
  }
}

.p-service__illust {
  margin-top: 53px;
  padding: 24px 16px;
  background: rgba(0, 67, 133, 0.05);
}
@media (max-width: 767px) {
  .p-service__illust {
    margin-top: 35px;
    padding: 0;
  }
}

.p-service__ex {
  padding: 126px 0;
  margin: 0 calc(50% - 50vw);
  margin-top: 152px;
  position: relative;
}
@media (max-width: 767px) {
  .p-service__ex {
    padding: 76px 0;
    margin-top: 90px;
  }
}
.p-service__ex::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 67, 133, 0.05);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-service__ex::before {
    width: 51.2820512821%;
  }
}
.p-service__ex .c-exampleLists {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .p-service__ex .c-exampleLists {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .p-service03__bottomText {
    margin: 0 calc(50% - 50vw);
  }
  .p-service03__bottomText .service__bottomText {
    width: 340px;
    margin: 40px auto 133px;
  }
  .p-service03__bottomText .service__bottomText-main {
    width: 340px;
  }
  .p-service03__bottomText .service__bottomText-sub {
    font-size: 18px;
  }
}

.service__bottomText {
  margin-top: 40px;
  margin-bottom: 133px;
  text-align: center;
}

.service__bottomText-main {
  width: fit-content;
  margin: auto;
  font-size: 35px;
  margin-bottom: 43px;
  font-weight: bold;
  color: #004385;
  letter-spacing: 0;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .service__bottomText-main {
    width: 300px;
    font-size: 25px;
    line-height: 1.36;
    padding: 0;
  }
}
.service__bottomText-main::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 4px;
  background: #DF5501;
  top: 50%;
  transform: translateY(-50%) rotate(65deg);
  left: 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .service__bottomText-main::before {
    left: -20px;
  }
}
.service__bottomText-main::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 4px;
  background: #DF5501;
  top: 50%;
  transform: translateY(-50%) rotate(-65deg);
  right: 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .service__bottomText-main::after {
    right: -20px;
  }
}

.service__bottomText-sub {
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .service__bottomText-sub {
    font-size: 19px;
    line-height: 2;
  }
}

.p-service02 .p-service__flow {
  margin-top: 135px;
}

.p-sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 990;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .p-sticky {
    display: block;
  }
}
.p-sticky .c-cta {
  padding: 14px 0;
  width: 100%;
  margin: auto;
}
.p-sticky .c-cta .c-cta__text {
  font-size: 20px;
  line-height: 1.5;
}

.p-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.p-modal.is-active {
  display: block;
}

.p-modal__wrap {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-modal__poricy {
  background: #FFF;
}

.p-modal__close {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-bold {
  font-weight: 700;
}

.u-flex-start {
  align-items: start;
}

.u-br-tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-br-tab {
    display: block;
  }
}

.u-br-tab.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br-tab.u-sp {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .u-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-no-click {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */