@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* foundation > base
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
}

/* layout > main
--------------------------------------------- */
.l-main {
  margin-top: 101px;
}
@media screen and (max-width:900px) {
  .l-main {
    margin-top: 70px;
  }
}

/* object > component > button
--------------------------------------------- */
.c-button {
  display: inline-block;
  width: 100%;
  padding: 13px 10px 17px;
  border-radius: 100vh;
  background-color: #7bb8f5;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width:768px) {
  .c-button.c-button--store {
    background-color: #fff;
    color: #7bb8f5;
  }
}
.c-button.c-button--font-md {
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .c-button {
    font-size: 17px;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.8;
  }
}

.c-button__wrap {
  margin-inline: auto;
  max-width: 345px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-button__wrap {
    max-width: 300px;
  }
}
.c-button__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background-image: url(../img/chevron-right-white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 6px;
  height: 12px;
}
.c-button__wrap.c-button__wrap--store::after {
  background-image: url(../img/chevron-right-blue.webp);
}

.c-tel-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  padding: 13px 10px 17px;
  border-radius: 100vh;
  background-color: #7bb8f5;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .c-tel-button:hover {
    opacity: 0.8;
  }
}

.c-tel-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-tel-button__text {
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.1em;
}

/* object > component > heading
--------------------------------------------- */
.c-section-heading {
  text-align: center;
  color: #7bb8f5;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .c-section-heading {
    font-size: 23px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:500px) {
  .c-section-heading.c-section-heading--sm {
    font-size: 20px;
  }
}
.c-section-heading.c-section-heading--dark {
  color: #002a5a;
}

/* object > project > top
--------------------------------------------- */
/* fv */
.p-top__fv {
  width: min(1100px, 100%);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-top__fv {
    height: 452px;
  }
}

.p-top__fv-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__hours-wrap {
  position: absolute;
  right: 50px;
  bottom: 8px;
  border: 2px solid #7bb8f5;
  padding: 26px 32px 24px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width:768px) {
  .p-top__hours-wrap {
    padding: 12px 8px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 14px;
  }
}

.p-top__hours-row:nth-of-type(1) {
  border-bottom: 1px solid #cfcfcf;
}
.p-top__hours-row:nth-of-type(1) .p-top__hours-head {
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width:768px) {
  .p-top__hours-row:nth-of-type(1) .p-top__hours-head {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.p-top__hours-row:nth-of-type(2) .p-top__hours-head,
.p-top__hours-row:nth-of-type(2) .p-top__hours-data {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width:768px) {
  .p-top__hours-row:nth-of-type(2) .p-top__hours-head,
  .p-top__hours-row:nth-of-type(2) .p-top__hours-data {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-top__hours-head,
.p-top__hours-data {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .p-top__hours-head,
  .p-top__hours-data {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.p-top__hours-head.en,
.p-top__hours-data.en {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.p-top__hours-head {
  text-align: center;
}
.p-top__hours-head.radius-left-top {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width:768px) {
  .p-top__hours-head.radius-left-top {
    display: block;
    width: 100px;
  }
}

.p-top__hours-data {
  text-align: center;
}
.p-top__hours-data.radius-right-top {
  border-radius: 0 10px 0 0;
}
.p-top__hours-data.radius-left-bottom {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width:768px) {
  .p-top__hours-data.radius-left-bottom {
    display: block;
    width: 100px;
  }
}
.p-top__hours-data.radius-right-bottom {
  border-radius: 0 0 10px 0;
}
.p-top__hours-data img {
  display: block;
  margin-inline: auto;
  width: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news */
.p-top__news {
  padding: 48px 0 64px;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__news {
    scroll-margin-top: 70px;
  }
}
@media screen and (max-width:768px) {
  .p-top__news {
    padding: 34px 0 42px;
  }
}

.p-top__news-inner {
  max-width: 770px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__news-heading {
  text-align: center;
  color: #7bb8f5;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .p-top__news-heading {
    font-size: 23px;
  }
}

.p-top__news-content {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .p-top__news-content {
    margin-top: 24px;
  }
}

.p-top__news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-top__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #7bb8f5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width:768px) {
  .p-top__news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding-bottom: 12px;
  }
}
@media (any-hover: hover) {
  .p-top__news-item:hover {
    opacity: 0.8;
  }
}

.p-top__news-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: #7bb8f5;
  letter-spacing: 0.2em;
  margin-top: 4px;
}
@media screen and (max-width:768px) {
  .p-top__news-date {
    margin-top: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 12px;
  }
}

.p-top__news-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .p-top__news-text {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 16px;
  }
}

/* feature */
.p-top__feature {
  padding: 64px 0 40px;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__feature {
    scroll-margin-top: 70px;
  }
}
@media screen and (max-width:768px) {
  .p-top__feature {
    padding: 42px 0 40px;
  }
}

.p-top__feature-inner {
  max-width: 1040px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__feature-content {
  margin-top: 54px;
}
@media screen and (max-width:768px) {
  .p-top__feature-content {
    margin-top: 36px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:500px) {
  .p-top__feature-content {
    width: auto;
  }
}

.p-top__feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-top__feature-item {
  background-color: #e5f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 34px 40px;
}
@media screen and (max-width:768px) {
  .p-top__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden;
    border-radius: 25px;
  }
}
.p-top__feature-item.p-top__feature-item--white {
  background-color: #fff;
}

.p-top__feature-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
}
@media screen and (max-width:768px) {
  .p-top__feature-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__feature-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__feature-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:768px) {
  .p-top__feature-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0 16px 32px;
  }
}

.p-top__feature-title {
  color: #002a5a;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-top__feature-title {
    font-size: 21px;
  }
}

.p-top__feature-textarea {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .p-top__feature-textarea {
    margin-top: 16px;
  }
}

.p-top__feature-text,
.p-top__feature-box-list-item {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .p-top__feature-text,
  .p-top__feature-box-list-item {
    font-size: 16px;
  }
}

@media screen and (max-width:768px) {
  .p-top__feature-box-list-item {
    font-size: 14px;
  }
}

.p-top__feature-box {
  margin-top: 14px;
  border: 1px solid #013765;
  padding: 10px 20px 10px;
  margin-left: 16px;
}
@media screen and (max-width:768px) {
  .p-top__feature-box {
    margin-top: 8px;
    padding: 10px 10px;
    margin-left: 0;
  }
}

.p-top__feature-box-list {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* store */
.p-top__store {
  padding: 32px 0;
  background-color: #7bb8f5;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__store {
    scroll-margin-top: 70px;
  }
}
@media screen and (max-width:768px) {
  .p-top__store {
    padding: 20px 0;
  }
}

.p-top__store-inner {
  max-width: 760px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__store-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 15px 34px;
}
@media screen and (max-width:768px) {
  .p-top__store-content {
    background-color: #7bb8f5;
    padding: 0;
  }
}

.p-top__store-textarea {
  text-align: center;
}

.p-top__store-text {
  font-size: 24px;
  color: #7bb8f5;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .p-top__store-text {
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (max-width:500px) {
  .p-top__store-text {
    font-size: 17px;
  }
}

.p-top__store-btn-wrap {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .p-top__store-btn-wrap {
    margin-top: 12px;
  }
}

/* attempt */
.p-top__attempt {
  padding: 120px 0 64px;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__attempt {
    padding: 46px 0 46px;
    scroll-margin-top: 70px;
  }
}

.p-top__attempt-inner {
  max-width: 1030px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__attempt-content {
  margin-top: 78px;
}

.p-top__attempt-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 78px;
}
@media screen and (max-width:1024px) {
  .p-top__attempt-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width:900px) {
  .p-top__attempt-items {
    width: 65%;
  }
}
@media screen and (max-width:768px) {
  .p-top__attempt-items {
    width: 70%;
  }
}
@media screen and (max-width:600px) {
  .p-top__attempt-items {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .p-top__attempt-items {
    width: 85%;
  }
}
@media screen and (max-width:500px) {
  .p-top__attempt-items {
    width: auto;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 46px;
  }
}

.p-top__attempt-item {
  width: calc((100% - 60px) / 4);
  height: 235px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e5f8ff;
  border: 1px solid #7bb8f5;
  display: grid;
  place-items: center;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .p-top__attempt-item {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  .p-top__attempt-item {
    display: block;
    padding: 42px 12px 0;
  }
}

.p-top__attempt-title {
  text-align: center;
  font-size: 24px;
  color: #002a5a;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .p-top__attempt-title {
    font-size: 17px;
  }
}

.p-top__attempt-text {
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .p-top__attempt-text {
    font-size: 12px;
  }
}
.p-top__attempt-text.mt18 {
  margin-top: 18px;
}
.p-top__attempt-text.--02 {
  margin-top: 18px;
}
.p-top__attempt-text.--03 {
  margin-top: 18px;
}

.p-top__attempt-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -35px;
  display: block;
  width: 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .p-top__attempt-icon {
    top: -25px;
    width: 60px;
  }
}

/* info */
.p-top__info {
  padding: 64px 0 126px;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__info {
    scroll-margin-top: 70px;
    padding: 46px 0 102px;
  }
}

.p-top__info-inner {
  max-width: 1050px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__info-content {
  margin-top: 46px;
}
@media screen and (max-width:900px) {
  .p-top__info-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:768px) {
  .p-top__info-content {
    margin-top: 32px;
    width: auto;
  }
}

.p-top__info-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (max-width:900px) {
  .p-top__info-top {
    grid-template-columns: 1fr;
    row-gap: 16px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-top__info-photo {
  aspect-ratio: 490/270;
}
.p-top__info-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__info-map {
  aspect-ratio: 490/270;
  border-radius: 10px;
}
.p-top__info-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__info-list {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-top__info-list-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #7bb8f5;
}
.p-top__info-list-item.first {
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.first {
    grid-template-columns: 150px 1fr;
  }
}
.p-top__info-list-item.second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.second {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.p-top__info-list-item.second .p-top__info-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.second .p-top__info-list-inner {
    padding-bottom: 8px;
  }
  .p-top__info-list-item.second .p-top__info-list-inner:not(:last-of-type) {
    border-bottom: 1px solid #7bb8f5;
  }
}
.p-top__info-list-item.second .p-top__info-list-inner .p-top__info-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.second .p-top__info-list-inner .p-top__info-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
.p-top__info-list-item.second .p-top__info-list-inner .p-top__info-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-top__info-list-item.third {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.third {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.p-top__info-list-item.third .p-top__info-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.third .p-top__info-list-inner {
    padding-bottom: 8px;
  }
  .p-top__info-list-item.third .p-top__info-list-inner:not(:last-of-type) {
    border-bottom: 1px solid #7bb8f5;
  }
}
.p-top__info-list-item.third .p-top__info-list-inner.third {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.third .p-top__info-list-inner.third {
    grid-template-columns: 150px 1fr;
  }
}
.p-top__info-list-item.third .p-top__info-list-inner .p-top__info-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width:900px) {
  .p-top__info-list-item.third .p-top__info-list-inner .p-top__info-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
.p-top__info-list-item.third .p-top__info-list-inner .p-top__info-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-top__info-term {
  color: #7bb8f5;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-top__info-term {
    font-size: 16px;
  }
}

.p-top__info-desc {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-top__info-desc {
    font-size: 16px;
  }
}

/* contact */
.p-top__contact {
  padding: 80px 0 128px;
  background-image: url(../img/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  scroll-margin-top: 101px;
}
@media screen and (max-width:900px) {
  .p-top__contact {
    padding: 40px 0 64px;
    scroll-margin-top: 70px;
  }
}

.p-top__contact-inner {
  max-width: 985px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__contact-content {
  margin-top: 90px;
}
@media screen and (max-width:768px) {
  .p-top__contact-content {
    margin-top: 30px;
  }
}

/* object > project > policy
--------------------------------------------- */
.p-policy__inner {
  max-width: 770px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-policy__content {
  padding: 46px 0 120px;
}
@media screen and (max-width:768px) {
  .p-policy__content {
    padding: 32px 0 94px;
  }
}

.p-policy__items {
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .p-policy__items {
    margin-top: 26px;
  }
}

.p-row__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .p-row__text {
    font-size: 15px;
  }
}

.p-row__list {
  margin-top: 4px;
}

.p-row__list-item {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-row__list-item {
    font-size: 15px;
  }
}
.p-row__list-item .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.p-row__list-item .dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.p-policy__bottom {
  margin-top: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width:768px) {
  .p-policy__bottom {
    margin-top: 64px;
  }
}

.p-policy__bottom-year,
.p-policy__bottom-founder,
.p-policy__bottom-admin {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-policy__bottom-year,
  .p-policy__bottom-founder,
  .p-policy__bottom-admin {
    font-size: 15px;
  }
}

.p-policy__bottom-company {
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-policy__bottom-company {
    font-size: 20px;
  }
}

/* object > project > terms
--------------------------------------------- */
.p-terms__inner {
  max-width: 770px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-terms__content {
  padding: 46px 0 120px;
}
@media screen and (max-width:768px) {
  .p-terms__content {
    padding: 32px 0 94px;
  }
}

.p-terms__items {
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .p-terms__items {
    margin-top: 26px;
  }
}

.p-terms__lead-text {
  font-size: 16px;
  letter-spacing: 0.1em;
}

/* object > project > header
--------------------------------------------- */
.p-header {
  padding: 32px 50px 8px 40px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width:900px) {
  .p-header {
    height: 70px;
    padding: 0 16px;
  }
}

.p-header__inner {
  height: 100%;
  max-width: min(1100px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:900px) {
  .p-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo {
  width: 280px;
  padding-bottom: 10px;
}
@media screen and (max-width:900px) {
  .p-header__logo {
    width: 175px;
    padding-bottom: 0;
  }
}

.p-header__logo-link {
  display: block;
}

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

.p-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width:900px) {
  .p-header__info {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}

.p-header__nav-item {
  position: relative;
}
.p-header__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #414141;
}

.p-header__nav-link {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 14px;
  border-bottom: 1px solid #bccacf;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: relative;
}
@media (any-hover: hover) {
  .p-header__nav-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width:900px) {
  .p-header__nav-link::after {
    content: "";
    position: absolute;
    top: 33%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    display: inline-block;
    background-image: url(../img/chevron-right-blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 6px;
    height: 10px;
  }
}

.p-header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-header__tel-link img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-header__tel-link .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #7bb8f5;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.p-header__sp-info {
  display: none;
}
@media screen and (max-width:900px) {
  .p-header__sp-info {
    display: block;
  }
}

.p-header__hamburger {
  display: block;
  width: 38px;
  height: 9px;
  position: relative;
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(17.19deg);
          transform: rotate(17.19deg);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-17.19deg);
          transform: rotate(-17.19deg);
}

.p-header__hamburger-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #7bb8f5;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  bottom: 0;
}

/* object > project > footer
--------------------------------------------- */
.p-footer {
  background-color: #7bb8f5;
  padding: 40px 15px 32px;
}

.p-footer__logo {
  width: 250px;
  margin-inline: auto;
}
@media screen and (max-width:900px) {
  .p-footer__logo {
    width: 160px;
  }
}

.p-footer__logo-link {
  display: block;
}

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

.p-footer__nav {
  margin: 32px auto 0;
  max-width: 550px;
}
@media screen and (max-width:900px) {
  .p-footer__nav {
    margin: 24px auto 0;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.p-footer__nav-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__nav-item {
  position: relative;
}

.p-footer__nav-line {
  display: inline-block;
  width: 1.5px;
  height: 18px;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width:900px) {
  .p-footer__nav-line {
    font-size: 16px;
  }
}

.p-footer__nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width:900px) {
  .p-footer__nav-link {
    font-size: 14px;
  }
}

.p-footer__copyright {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}

/* object > project > breadcrumb
--------------------------------------------- */
.p-breadcrumb {
  max-width: 960px;
  margin-inline: auto;
  padding: 20px 15px 0;
}
.p-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-breadcrumb a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumb li {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .p-breadcrumb li {
    font-size: 13px;
  }
}
.p-breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin: 0 1em;
  position: relative;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .p-breadcrumb li:not(:last-child)::after {
    font-size: 13px;
  }
}

/* object > project > form
--------------------------------------------- */
.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width:768px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-form__item:not(:first-of-type) {
  margin-top: 18px;
}
@media screen and (max-width:768px) {
  .p-form__item:not(:first-of-type) {
    margin-top: 22px;
  }
}

.p-form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  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;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .p-form__label {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 10px;
  }
}

.p-form__label-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-form__label-text {
    font-size: 16px;
  }
}

.p-form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:768px) {
  .p-form__control {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}
.p-form__control input[type=text],
.p-form__control input[type=email],
.p-form__control input[type=tel],
.p-form__control textarea {
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding: 8px;
}
.p-form__control textarea {
  resize: none;
  height: 200px;
}

.p-form__tag {
  display: inline-grid;
  width: 48px;
  height: 25px;
  place-items: center;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #7bb8f5;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  padding-bottom: 1px;
}
@media screen and (max-width:768px) {
  .p-form__tag {
    font-size: 14px;
    width: 45px;
    height: 22px;
  }
}
.p-form__tag.p-form__tag--required {
  background-color: #7bb8f5;
  color: #fff;
}
.p-form__tag.p-form__tag--optional {
  background-color: #fff;
  color: #7bb8f5;
}

.p-form__btn-wrap {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-form__btn-wrap {
    margin-top: 22px;
  }
}

.wpcf7-spinner {
  display: none;
}

/* object > project > drawer
--------------------------------------------- */
.p-drawer {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: auto;
  background-color: #e5f8ff;
  z-index: 1000;
  padding: 22px 23px 32px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-drawer__nav-link {
  display: block;
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-bottom: 18.5px;
  border-bottom: 1px solid #cfcfcf;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-drawer__nav-link:hover {
    opacity: 0.8;
  }
}
.p-drawer__nav-link span {
  display: block;
  position: relative;
}
@media screen and (max-width:900px) {
  .p-drawer__nav-link span::after {
    content: "";
    position: absolute;
    top: -21px;
    right: 1px;
    display: inline-block;
    width: 8px;
    height: 20px;
    background-image: url(../img/chevron-right-blue.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.p-drawer__btn-wrap {
  margin: 36px auto 0;
  text-align: center;
}

/* object > project > company
--------------------------------------------- */
.p-company__content {
  padding: 54px 0 130px;
}
@media screen and (max-width:768px) {
  .p-company__content {
    padding: 32px 0 94px;
  }
}

.p-company__inner {
  max-width: 700px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-company__item {
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .p-company__item {
    margin-top: 26px;
  }
}

.p-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #7bb8f5;
}

.p-company__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  font-size: 18px;
  color: #7bb8f5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .p-company__term {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

.p-company__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-company__desc {
    font-size: 16px;
  }
}

/* object > project > page fv
--------------------------------------------- */
.p-page-fv {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 15px;
}
.p-page-fv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > row
--------------------------------------------- */
.p-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 42px;
}
@media screen and (max-width:768px) {
  .p-row {
    row-gap: 24px;
  }
}

.p-row__textarea {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .p-row__textarea {
    margin-top: 14px;
  }
}

.p-row__title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7bb8f5;
  padding-bottom: 10px;
  border-bottom: 1px solid #7bb8f5;
}
@media screen and (max-width:768px) {
  .p-row__title {
    font-size: 19px;
    padding-bottom: 8px;
  }
}

.p-row__text-block + .p-row__text-block {
  margin-top: 1em;
}
.p-row__text-block.mt1em {
  margin-top: 1em;
}

.p-row__indent-text {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-row__text {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .p-row__text {
    font-size: 15px;
  }
}
.p-row__text + .p-row__text {
  margin-top: 1em;
}

/* object > utility > display
--------------------------------------------- */
.u-br-tab {
  display: none;
}
@media screen and (max-width:768px) {
  .u-br-tab {
    display: inline;
  }
}

.u-br-md {
  display: none;
}
@media screen and (max-width:900px) {
  .u-br-md {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */