@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  font-size: 1rem;
  line-height: 1.75;
}

.font-Montserrat {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-btn a {
  position: relative;
  background-color: #0E3667;
  color: #fff;
  border: 1px solid #0E3667;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  transition: 0.3s;
}
.c-btn a:hover, .c-btn a:focus {
  background-color: #fff;
  color: #0E3667;
}
.c-btn02 a {
  border-color: #fff;
  background-color: #fff;
  color: #0E3667;
}
.c-btn02 a:hover, .c-btn02 a:focus {
  background-color: #0E3667;
  color: #fff;
}

.color01 {
  color: #0E3667;
}

.color02 {
  color: #F4D839;
}

.color03 {
  color: #24ABFF;
}

.color04 {
  color: #CFD7E1;
}

.p-header {
  position: fixed;
  width: calc(100vw - 60px);
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header {
    height: 50px;
  }
}
.p-header__inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.p-header__logo {
  padding-left: 30px;
  width: 200px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__logo {
    position: relative;
    padding-left: 10px;
    z-index: 10;
  }
  .p-header__logo a {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .p-header__logo a img {
    height: 40px;
  }
}
.p-header__nav {
  max-width: 50%;
  width: calc(100% - 300px);
  padding-right: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__nav {
    position: relative;
  }
}
.p-header__ul {
  justify-content: right;
  gap: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__ul {
    position: fixed;
    display: block;
    width: 80vw;
    height: 100vh;
    padding: 90px 20px 20px 50px;
    top: -20px;
    background-color: white;
    left: -30px;
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .p-header__ul.show {
    transform: translateX(0%);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__li {
    width: 100%;
  }
}
.p-header__li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #111827;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__li a {
    height: 50px;
    justify-content: left;
  }
}
.p-header__li a:hover {
  color: #0E3667;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .p-header__menu::before, .p-header__menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #111827;
    top: calc(50% - 1px);
    left: 0;
    transform: translateY(-5px);
    transition: 0.3s;
  }
  .p-header__menu::after {
    transform: translateY(5px);
  }
  .p-header__menu.active::before {
    top: 50%;
    transform: rotate(45deg);
  }
  .p-header__menu.active::after {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.p-kv {
  height: 25vh;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E3667;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv {
    height: 200px;
  }
}
.p-kv__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__title {
    font-size: 1.5rem;
  }
}
.p-kv__text {
  font-size: 1.125rem;
}
.p-kv--white {
  background-color: #fff;
  color: #0E3667;
}

.p-contactArea {
  padding: 90px 0;
  background-color: #111827;
}
.p-contactArea-inner {
  position: relative;
  z-index: 1;
}
.p-contactArea-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #fff;
}
.p-contactArea-text {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.p-contactArea-btn a {
  margin: 0 auto;
}

.p-footer {
  position: relative;
  padding: 90px 0 30px;
}
.p-footer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 5px;
  background-image: linear-gradient(to right, #24abff, #0E3667);
  top: 0;
  left: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer {
    padding-top: 60px;
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
}
.p-footer__inner {
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__inner {
    gap: 20px;
  }
}
.p-footer__logo {
  width: 250px;
}
.p-footer__link a {
  transition: 0.3s;
}
.p-footer__link a:hover, .p-footer__link a:focus {
  color: #24ABFF;
}

.p-copyright {
  padding-top: 60px;
}
.p-copyright__text {
  text-align: center;
}

.p-page {
  padding: 90px 0;
}
.p-page__block p {
  margin-bottom: 30px;
}
.p-page__block a {
  color: #24ABFF;
  transition: 0.3s;
}
.p-page__block a:hover, .p-page__block a:focus {
  opacity: 0.7;
}
.p-page__block h2 {
  margin-top: 40px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.p-page__block h3 {
  margin-top: 40px;
  font-size: 1.5rem;
}
.p-page__block h4 {
  margin-top: 30px;
  font-size: 1.25rem;
}
.p-page__block h5, .p-page__block h6 {
  margin-top: 30px;
  font-size: 1.125rem;
}
.p-page__block ul {
  margin-bottom: 30px;
}
.p-page__block li {
  position: relative;
  padding-left: 20px;
}
.p-page__block li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-page__block img {
  height: auto;
  margin-bottom: 10px;
}

.p-404page__message {
  margin-bottom: 30px;
}

body {
  background-color: #fff;
}

body {
  margin: 0;
  overflow-x: hidden;
}

canvas {
  display: block;
}

.p-top__mv {
  background-color: #111827;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__mv-bg {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-top__mv-text {
  width: 100%;
  font-size: 4rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__mv-text {
    font-size: 2.5rem;
  }
}
.p-top__mv-title {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__mv-title {
    font-size: 1.5rem;
  }
}
.p-top__mv-btn a {
  width: 190px;
}
.p-top__lead {
  padding: 120px 0;
}
.p-top__lead-p {
  text-align: center;
  font-size: 1.125rem;
}
.p-top__tools {
  padding: 60px 0;
  background-color: #0e3667;
  margin-bottom: 100px;
}
.p-top__tools-title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  z-index: 1;
}
.p-top__tools-ul {
  gap: 20px;
  margin-bottom: 40px;
}
.p-top__tools-li {
  width: calc(33.33% - 15px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__tools-li {
    width: 100%;
  }
}
.p-top__tools-li a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.p-top__tools-li a::after {
  content: "→";
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.p-top__tools-li a:hover, .p-top__tools-li a:focus {
  background-color: white;
}
.p-top__tools-li .link-title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-top__tools-btn {
  position: relative;
  z-index: 1;
}
.p-top__tools-btn a {
  background-color: #fff;
  margin: 0 auto;
  color: #111827;
}
.p-top__about {
  margin-bottom: 100px;
}
.p-top__about-box {
  padding: 100px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__about-box {
    padding: 90px 20px;
    justify-content: center;
  }
}
.p-top__about-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.p-top__about-img {
  position: relative;
  width: 250px;
}
.p-top__about-img img {
  border-radius: 50%;
}
.p-top__about-text {
  position: relative;
  width: calc(100% - 290px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__about-text {
    width: 100%;
  }
}
.p-top__about-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #0E3667;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top__about-title {
    font-size: 1.5rem;
  }
}
.p-top__about-p {
  margin-bottom: 40px;
}
.p-tools {
  padding: 60px 0;
  background-color: #0e3667;
  margin-bottom: 100px;
}
.p-tools__title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  z-index: 1;
}
.p-tools__text {
  color: #fff;
  margin-bottom: 30px;
}
.p-tools__ul {
  gap: 20px;
  margin-bottom: 40px;
}
.p-tools__li {
  width: calc(33.33% - 15px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-tools__li {
    width: 100%;
  }
}
.p-tools__li a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.p-tools__li a::after {
  content: "→";
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.p-tools__li a:hover, .p-tools__li a:focus {
  background-color: white;
}
.p-tools__li .link-title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-toolsSingle {
  overflow: hidden;
  padding-bottom: 100px;
}
.p-toolsSingle__content {
  width: 100%;
  height: auto;
}
.p-toolsSingle__inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.p-toolsSingle__text {
  padding-top: 40px;
  max-width: 850px;
  margin: 0 auto 30px;
}

.p-about {
  margin-bottom: 100px;
}
.p-about__box {
  padding: 100px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  gap: 40px;
}
.p-about__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.p-about__img {
  position: relative;
  width: 250px;
}
.p-about__img img {
  border-radius: 50%;
}
.p-about__text {
  position: relative;
  width: calc(100% - 290px);
}
.p-about__title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #0E3667;
}
.p-about__p {
  margin-bottom: 40px;
}
.p-blog {
  padding: 60px 0;
}
.p-blog__inner {
  max-width: 840px;
}
.p-blog__bg {
  padding: 60px 40px;
  background-color: rgba(36, 171, 255, 0.1);
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blog__bg {
    padding: 40px 20px;
  }
}
.p-blog__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.p-blog__li {
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blog__li {
    margin-bottom: 20px;
    padding: 0px 0 10px;
    border-bottom: 1px solid;
  }
}
.p-blog__li a {
  gap: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blog__li a {
    gap: 5px;
  }
}
.p-blog__li a .date {
  width: 100px;
  opacity: 0.7;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blog__li a .date {
    width: 100%;
  }
}
.p-blog__li a .title {
  width: calc(100% - 120px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blog__li a .title {
    width: 100%;
  }
}
.p-blog__li a:hover, .p-blog__li a:focus {
  color: #24ABFF;
}
.p-blog__pagination {
  justify-content: center;
  gap: 20px;
}

.p-blogSingle {
  padding: 60px 0;
}
.p-blogSingle__inner {
  max-width: 1040px;
}
.p-blogSingle .date {
  text-align: right;
  opacity: 0.7;
}
.p-blogSingle__bg {
  padding: 60px 40px;
  background-color: rgba(36, 171, 255, 0.1);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blogSingle__bg {
    padding: 40px 20px;
  }
}
.p-blogSingle__bg p {
  margin-bottom: 30px;
}
.p-blogSingle__bg a {
  color: #24ABFF;
  transition: 0.3s;
}
.p-blogSingle__bg a:hover, .p-blogSingle__bg a:focus {
  opacity: 0.7;
}
.p-blogSingle__bg h2 {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blogSingle__bg h2 {
    font-size: 1.5rem;
  }
}
.p-blogSingle__bg h3 {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blogSingle__bg h3 {
    font-size: 1.25rem;
  }
}
.p-blogSingle__bg h4 {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blogSingle__bg h4 {
    font-size: 1.125rem;
  }
}
.p-blogSingle__bg h5, .p-blogSingle__bg h6 {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-blogSingle__bg h5, .p-blogSingle__bg h6 {
    font-size: 1rem;
  }
}
.p-blogSingle__bg ul {
  margin-bottom: 30px;
}
.p-blogSingle__bg li {
  position: relative;
  padding-left: 20px;
}
.p-blogSingle__bg li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-blogSingle__bg img {
  height: auto;
  margin-bottom: 10px;
}
.p-blogSingle__bg .wp-block-code {
  padding: 10px;
  background-color: #222;
  color: #fff;
  margin-bottom: 10px;
}
.p-blogSingle__btn {
  padding-top: 60px;
}
.p-blogSingle__btn a {
  margin: 0 auto;
}

.p-contact {
  padding: 120px 0;
}
.p-contact__form-flex {
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-flex {
    gap: 16px;
  }
}
.p-contact__form-flex.align-top {
  align-items: flex-start;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-flex.align-top-tab {
    align-items: flex-start;
  }
  .p-contact__form-flex.align-top-tab .p-contact__form-td {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-contact__form-flex.align-top-tab .p-contact__form-td span {
    width: 100%;
  }
}
.p-contact__form-th {
  width: 224px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-th {
    width: 100%;
  }
}
.p-contact__form-th .hissu {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #fff;
  margin-right: 4px;
  background-color: #263DA4;
  border-radius: 2px;
}
.p-contact__form-th .nini {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 4px;
  color: #666;
  margin-right: 4px;
  background-color: #F1F3F3;
  border-radius: 2px;
}
.p-contact__form-td {
  width: calc(100% - 234px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-td {
    width: 100%;
  }
}
.p-contact__form-td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-contact__form-td .wpcf7-list-item {
  margin: 0;
}
.p-contact__form-td .wpcf7-form-control.radio input {
  display: none;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #DDDDDD;
}
.p-contact__form-td .wpcf7-form-control .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 5px;
  top: 50%;
  background-color: #263DA4;
  transform: translateY(-50%);
  opacity: 0;
}
.p-contact__form-td .wpcf7-form-control.radio input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #263DA4;
}
.p-contact__form-td .wpcf7-form-control.radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-td .text, .p-contact__form-td .textarea {
  background-color: #F1F2F8;
  padding: 12px 10px;
  border-radius: 5px;
  width: 100%;
}
.p-contact__form-td .text::-moz-placeholder, .p-contact__form-td .textarea::-moz-placeholder {
  color: #ccc;
}
.p-contact__form-td .text::placeholder, .p-contact__form-td .textarea::placeholder {
  color: #ccc;
}
.p-contact__form-privacy {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.p-contact__form-text {
  margin-bottom: 14px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-text {
    font-size: 0.875rem;
  }
}
.p-contact__form-text a {
  color: #263DA4;
  font-weight: bold;
  border-bottom: 1px solid #263DA4;
}
.p-contact__form-check {
  font-weight: bold;
}
.p-contact__form-check .wpcf7-form-control.checkbox input {
  display: none;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #DDDDDD;
}
.p-contact__form-check .wpcf7-form-control .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-bottom: 3px solid #263DA4;
  border-left: 3px solid #263DA4;
  left: 3px;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
}
.p-contact__form-check .wpcf7-form-control.checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #263DA4;
}
.p-contact__form-check .wpcf7-form-control.checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-submit {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.p-contact__form-submit .submit {
  width: 400px;
  max-width: calc(50% - 20px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-submit .submit {
    width: 70%;
    max-width: 100%;
    text-align: center;
  }
  .p-contact__form-submit .submit .wpcf7-spinner {
    display: none;
  }
}
.p-contact__form-submit .submit input {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #263DA4;
  border-radius: 40px;
  height: 64px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-submit .submit input {
    height: 3.5rem;
    width: 100%;
  }
}
.p-contact__form-submit .back {
  width: 200px;
  max-width: calc(50% - 20px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-submit .back {
    width: 30%;
    max-width: 100%;
  }
}
.p-contact__form-submit .back input {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  height: 64px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-submit .back input {
    height: 3.5rem;
    width: 100%;
  }
}
.p-contact__form-google {
  font-size: 0.875rem;
}
.p-contact__form-google a {
  color: #263DA4;
  border-bottom: 1px solid #263DA4;
}
/*# sourceMappingURL=style.css.map */