@charset "UTF-8";
*,
*::before,
*::after {
  -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,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", serif;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

main {
  opacity: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
}

.jp {
  font-family: "Noto Sans JP", serif;
}

.en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1200px;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-inner--topResults {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .l-inner--topResults {
    padding-left: 5.1282051282vw;
  }
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.l-header__inner {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.875rem;
  max-width: 1320px;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    grid-template-columns: 7.5rem 1fr;
    padding-inline: 1.25rem;
    padding-block: 1.1875rem;
  }
}

.l-header__logo {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #444;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.l-header__nav {
  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;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.l-header__list li a {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding-inline: 0.25rem;
  padding-block: 0.5rem;
  display: inline-block;
  position: relative;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background: #014B9F;
  scale: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (any-hover: hover) {
  .l-header__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.l-header__btn {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  padding-inline: 1.5rem;
  padding-block: 0.1875rem;
  background-color: #014B9F;
  border: 1px solid #014B9F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
}
@media (any-hover: hover) {
  .l-header__btn:hover {
    color: #014B9F;
    background: #fff;
  }
}

.l-drawer__icon {
  display: none;
  z-index: 21;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  -webkit-transition: rotate 0.3s ease, translate 0.3s ease;
  transition: rotate 0.3s ease, translate 0.3s ease;
  rotate: 26.56deg;
  translate: 0 0.5rem;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  rotate: -26.56deg;
  translate: 0 -0.5rem;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.l-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #014B9F;
}

.l-drawer {
  position: fixed;
  z-index: 101;
  top: 3.75rem;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #014B9F;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.l-drawer.js-show {
  translate: 0;
}

.l-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 7.5rem 2.5rem;
  text-align: center;
}

.l-drawer__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;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
.l-drawer__list li a {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.l-drawer__btn {
  display: inline-block;
  margin-inline: auto;
  padding: 0.5rem 3rem;
  background: #fff;
  color: #014B9F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.l-footer {
  background: #014B9F;
  -webkit-padding-before: 4.75rem;
          padding-block-start: 4.75rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
  }
}

.l-footer__inner {
  max-width: 1200px;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 1.25rem;
  }
}

.l-footer__main {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    grid-template-columns: 1fr;
    row-gap: 3.375rem;
  }
}

.l-footer__logo {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
  }
}
@media (any-hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  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;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.l-footer__list li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding-inline: 0.25rem;
  padding-block: 0.5rem;
  display: inline-block;
  position: relative;
}
.l-footer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background: #fff;
  scale: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.l-footer__btn {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  padding-inline: 1.5rem;
  padding-block: 0.1875rem;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #014B9F;
}
@media (any-hover: hover) {
  .l-footer__btn:hover {
    color: #fff;
    background: #014B9F;
  }
}

.l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 4.75rem;
          margin-block-start: 4.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.l-section {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 3.125rem;
  }
}

.l-card {
  width: 20.75rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  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: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-card {
    width: 17.5rem;
  }
}

.l-card__img {
  width: 100%;
  height: 12.5rem;
}
.l-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.l-card__name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  overflow: hidden;
}

.l-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-card__btn {
  border: 1px solid #333;
  padding-block: 0.3125rem;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-card__btn {
    padding-block: 0.1875rem;
    -webkit-padding-end: 1.5rem;
            padding-inline-end: 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.l-card__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  scale: 0 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.5s ease, color 0.3s ease;
  transition: scale 0.5s ease, color 0.3s ease;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-card__btn:hover {
    border: 1px solid #333;
  }
  .l-card__btn:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .l-card__btn:hover span {
    color: #fff;
  }
  .l-card__btn:hover svg path {
    stroke: #fff;
  }
  .l-card__btn:hover .l-card__btn__icon--detail path {
    fill: #fff;
  }
}
.l-card__btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.l-card__btn svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.25rem);
  width: 1.25rem;
  height: 1.25rem;
  z-index: 2;
  -webkit-transition: stroke 1s ease, fill 1s ease;
  transition: stroke 1s ease, fill 1s ease;
}
@media screen and (max-width: 767px) {
  .l-card__btn svg {
    width: 1rem;
    height: 1rem;
  }
}

.l-card__btn--detail {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  -webkit-padding-end: 2.4375rem;
          padding-inline-end: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .l-card__btn--detail {
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 2.1875rem;
            padding-inline-end: 2.1875rem;
  }
}

.l-cardBlog {
  width: 25rem;
  height: 25.291625rem;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.2);
  display: block;
}
@media screen and (max-width: 767px) {
  .l-cardBlog {
    width: 100%;
    height: 21.8125rem;
  }
}

.l-cardBlog--top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.l-cardBlog--top:nth-child(odd) {
  translate: -100px 40px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.l-cardBlog--top:nth-child(even) {
  translate: 100px 40px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media (any-hover: hover) {
  .l-cardBlog--top:hover {
    opacity: 0.7 !important;
    visibility: visible;
  }
}

.l-cardBlog__img {
  width: 100%;
  height: 16.666625rem;
}
@media screen and (max-width: 767px) {
  .l-cardBlog__img {
    height: 13.9375rem;
  }
}
.l-cardBlog__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cardBlog__texts {
  padding-block: 1rem;
  padding-inline: 1rem;
}

.l-cardBlog__texts__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 100%; /* 横幅指定は親要素でも可 */
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数指定 */
}
@media screen and (max-width: 767px) {
  .l-cardBlog__texts__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    height: 3.25rem;
  }
}

.l-cardBlog__texts__bottom {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.l-cardBlog__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .l-cardBlog__date {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.l-cardBlog__tags {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  max-width: 17.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-cardBlog__tags {
    max-width: 14.0625rem;
  }
}

.l-cardBlog2 {
  width: 22.5rem;
  height: 22.875rem;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.2);
  display: block;
}
@media screen and (max-width: 767px) {
  .l-cardBlog2 {
    width: 100%;
    height: 21.8125rem;
  }
}

.l-cardBlog2__img {
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .l-cardBlog2__img {
    height: 13.9375rem;
  }
}
.l-cardBlog2__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cardBlog2__texts {
  padding-block: 1rem;
  padding-inline: 1rem;
}

.l-cardBlog2__texts__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 100%; /* 横幅指定は親要素でも可 */
  height: 3.25rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数指定 */
}
@media screen and (max-width: 767px) {
  .l-cardBlog2__texts__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    height: 3.25rem;
  }
}

.l-cardBlog2__texts__bottom {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.l-cardBlog2__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -ms-flex-item-align: center;
      align-self: center;
}

.l-cardBlog2__tags {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  max-width: 15.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-cardBlog2__tags {
    max-width: 14.0625rem;
  }
}

.l-cardBlog3 {
  width: 22.5rem;
  min-height: 24.625rem;
  background: #fff;
  display: block;
  padding-block: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .l-cardBlog3 {
    width: 100%;
    min-height: 22.875rem;
  }
}

.l-cardBlog3__img {
  width: 100%;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-cardBlog3__img {
    height: 11.5rem;
  }
}
.l-cardBlog3__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cardBlog3__texts {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  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: 0.5rem;
}

.l-cardBlog3__texts__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.l-cardBlog3__tags {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.125rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  overflow: hidden;
}

.l-cardBlog3__tag {
  pointer-events: none;
}

.l-cardBlog3__position,
.l-cardBlog3__page {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数指定 */
}
@media screen and (max-width: 767px) {
  .l-cardBlog3__position,
  .l-cardBlog3__page {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.l-headerBottom {
  padding-block: 5rem;
  padding-inline: 5rem;
  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;
  row-gap: 0.5rem;
  background: #014B9F;
}
@media screen and (max-width: 767px) {
  .l-headerBottom {
    padding-block: 3.125rem;
  }
}

.l-headerBottom__en {
  color: #F7F7F7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.l-headerBottom__ja {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-headerBottom__ja {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.l-breadcrumb {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #444;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-inline: 6.25rem;
  padding-block: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding-inline: 1.25rem;
    padding-block: 0.25rem;
  }
}
.l-breadcrumb a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-breadcrumb a:hover {
    color: #014B9F;
  }
}
.l-breadcrumb [typeof=ListItem]:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.l-breadcrumb__icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(./../img/arrow_blue_right.png) no-repeat center center/cover;
}

.l-contact {
  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: 1.5rem;
}

.l-contact__head {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-padding-after: 0.125rem;
          padding-block-end: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-contact__head {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.l-contact__head span.l-contact__head__must {
  position: relative;
  display: inline-block;
}
.l-contact__head span.l-contact__head__must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.5rem);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding-inline: 0.25rem;
  padding-block: 1px;
  background: #9F0127;
  white-space: nowrap;
}

.l-contact__data {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}

.l-contact__notice,
.l-contact__submit {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.l-contact__notice {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-contact__notice {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.l-contact__submit p .wpcf7-spinner {
  display: none;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: 1px solid #014B9F;
  padding-inline: 0.5rem;
  -webkit-padding-before: 0.25rem;
          padding-block-start: 0.25rem;
  -webkit-padding-after: 0.375rem;
          padding-block-end: 0.375rem;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-padding-before: 0.1875rem;
            padding-block-start: 0.1875rem;
    -webkit-padding-after: 0.3125rem;
            padding-block-end: 0.3125rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CFCFCF;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #CFCFCF;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CFCFCF;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CFCFCF;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CFCFCF;
}

textarea {
  height: 8.75rem;
  resize: vertical;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-contact__submit {
  text-align: center;
}
.l-contact__submit input[type=submit] {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  border: 0.125rem solid #014B9F;
  background: #014B9F;
  padding-block: 0.375rem;
  padding-inline: 2.875rem;
}
@media screen and (max-width: 767px) {
  .l-contact__submit input[type=submit] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media (any-hover: hover) {
  .l-contact__submit input[type=submit]:hover {
    background: #fff;
    color: #014B9F;
    border: 0.125rem solid #014B9F;
  }
}

.l-archive {
  background: url(./../img/archive_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/archive_bg.webp) no-repeat center center/cover) {
  .l-archive {
    background: url(./../img/archive_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .l-archive {
    background: url(./../img/archive_bg_sp.png) no-repeat center center/cover;
  }
  @supports (background: url(./../img/archive_bg_sp.webp) no-repeat center center/cover) {
    .l-archive {
      background: url(./../img/archive_bg_sp.webp) no-repeat center center/cover;
    }
  }
}

.l-archive--work {
  background: url(./../img/archiveWork_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/archiveWork_bg.webp) no-repeat center center/cover) {
  .l-archive--work {
    background: url(./../img/archiveWork_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .l-archive--work {
    background: url(./../img/archiveWork_bg_sp.png) no-repeat center center/cover;
  }
  @supports (background: url(./../img/archiveWork_bg_sp.webp) no-repeat center center/cover) {
    .l-archive--work {
      background: url(./../img/archiveWork_bg_sp.webp) no-repeat center center/cover;
    }
  }
}

.l-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-archive__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 16.5625rem;
    margin-inline: auto;
  }
}

.l-archive__item {
  min-width: 7.5rem;
  padding-block: 0.4375rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #CFCFCF;
  background: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-archive__item.is-active {
  background: #CFCFCF;
}
@media (any-hover: hover) {
  .l-archive__item:hover {
    cursor: pointer;
    background: #CFCFCF;
  }
}

.l-archive__item--work {
  padding-block: 0.375rem;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(102, 166, 234, 0);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-archive__item--work.is-active {
  background: #fff;
  color: #66A5EA;
}
@media (any-hover: hover) {
  .l-archive__item--work:hover {
    cursor: pointer;
    background: #fff;
    color: #66A5EA;
  }
}

.l-archive__contents {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-archive__contents {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.l-archive__contentWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.25rem;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-archive__contentWrap {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.l-archive__contentWrap.js-show {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  visibility: visible;
}

.l-archive__pagination {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.l-archive__pagination .page-numbers {
  padding-block: 0.1875rem;
  padding-inline: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CFCFCF;
  background: #fff;
}
.l-archive__pagination .current {
  background: #CFCFCF;
}

.l-archive__pagination--work .page-numbers {
  border: 1px solid #fff;
  color: #fff;
}
.l-archive__pagination--work .current {
  background: #fff;
  color: #66A5EA;
}

.l-loading {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 300;
  background: url(./../img/loading_bg.png) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-loading {
    background: url(./../img/loading_bg_sp.png) no-repeat center center/cover;
  }
}

.l-loading__circleContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .l-loading__circleContainer {
    width: 300px;
    height: 300px;
  }
}

.l-loading__circle__mac {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 362.698px;
  height: 218.182px;
}
@media screen and (max-width: 767px) {
  .l-loading__circle__mac {
    width: 203.031px;
    height: 113.007px;
  }
}

.l-loading__circle__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 0 -300px;
          transform-origin: 0 -300px; /* 円周上に配置 */
  rotate: calc(var(--index) * 60deg);
  translate: 0 100%;
}
@media screen and (max-width: 767px) {
  .l-loading__circle__icon {
    -webkit-transform-origin: 0 -150px;
            transform-origin: 0 -150px; /* 円周上に配置 */
    width: 50px;
    height: 50px;
  }
}

.l-loading__circle__icon img {
  width: 100%;
  height: auto;
  rotate: calc(var(--index) * -60deg); /* アイコンの向きを固定 */
  translate: -50% -50%;
}

.c-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.c-title--blue {
  color: #014B9F;
}

.c-tag {
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-radius: 8px;
  background: #66A5EA;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .c-tag:not(.c-tag--gray):hover {
    background: #EFEFEF;
    color: #333;
  }
}

.c-tag--gray {
  background: #EFEFEF;
  color: #333;
}

.c-tag--large {
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
}

.c-btn {
  display: inline-block;
  background: #fff;
  color: #014B9F;
  padding-block: 0.375rem;
  padding-inline: 2.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.125rem solid #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  min-width: 13.5rem;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: #014B9F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    min-width: 11rem;
  }
}

.c-btn--blue {
  background: #014B9F;
  color: #fff;
  border: 0.125rem solid #014B9F;
}
@media (any-hover: hover) {
  .c-btn--blue:hover {
    background: #fff;
    color: #014B9F;
    border: 0.125rem solid #014B9F;
  }
}

.p-topFv {
  overflow: hidden;
  background: url(./../img/topFv_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/topFv_bg.webp) no-repeat center center/cover) {
  .p-topFv {
    background: url(./../img/topFv_bg.webp) no-repeat center center/cover;
  }
}

.p-topFv_slideText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 2.5rem;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  color: #CFCFCF;
  -webkit-margin-before: -1rem;
          margin-block-start: -1rem;
}
@media screen and (max-width: 767px) {
  .p-topFv_slideText {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-margin-before: -0.5rem;
            margin-block-start: -0.5rem;
  }
}

.p-topFv_slideText-inner {
  -webkit-animation: slideText 40s linear infinite;
          animation: slideText 40s linear infinite;
  font-family: "Open Sans", sans-serif;
}

.p-topFv_slideText:nth-of-type(4) {
  height: 7.0625rem;
  translate: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-topFv_slideText:nth-of-type(4) {
    translate: 0 0.4375rem;
    height: 4.875rem;
    -webkit-margin-before: 4.25rem;
            margin-block-start: 4.25rem;
  }
}

/* 2つ目のp-topFv_slideTextだけに逆向きのアニメーションを適用 */
.p-topFv_slideText:nth-of-type(4) .p-topFv_slideText-inner {
  -webkit-animation: slideTextReverse 40s linear infinite;
          animation: slideTextReverse 40s linear infinite;
}

@-webkit-keyframes slideText {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 2.5rem);
  }
}

@keyframes slideText {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 2.5rem);
  }
}
@-webkit-keyframes slideTextReverse {
  0% {
    translate: calc(-100% - 2.5rem);
  }
  100% {
    translate: 0;
  }
}
@keyframes slideTextReverse {
  0% {
    translate: calc(-100% - 2.5rem);
  }
  100% {
    translate: 0;
  }
}
.p-topFv__img {
  width: 50.6875rem;
  -webkit-margin-before: -2.1875rem;
          margin-block-start: -2.1875rem;
  height: auto;
  translate: 0.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topFv__img {
    width: 19.25rem;
    -webkit-margin-before: 8.125rem;
            margin-block-start: 8.125rem;
    translate: -0.25rem;
  }
}

.p-topFv__text {
  color: #014B9F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
  -webkit-margin-before: -1.9375rem;
          margin-block-start: -1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-topFv__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-margin-before: 0.0625rem;
            margin-block-start: 0.0625rem;
  }
}

.p-topResults {
  background: url(./../img/topResults_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/topResults_bg.webp) no-repeat center center/cover) {
  .p-topResults {
    background: url(./../img/topResults_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-topResults {
    background: url(./../img/topResults_bg_sp.png) no-repeat center center/cover;
  }
}

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

.p-topResults__swiper-container,
.p-topResults__swiper,
.p-topResults__swiper-wrapper,
.p-topResults__swiper-slide {
  position: relative;
}

.p-topResults__swiper-container {
  width: calc(100% + (100vw - 100%) / 2);
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topResults__swiper-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-topResults__swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topResults__swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 1.5rem);
  width: 70rem;
  height: 4px;
  background: #CFCFCF;
  border-radius: 100vmax;
  overflow: hidden; /* 追加 */
}
@media screen and (max-width: 767px) {
  .p-topResults__swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 100vmax;
}

/* スクロールダウンの位置 */
.p-topResults__swiper__scrollBar {
  position: relative;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-start: 6.59375rem;
          margin-inline-start: 6.59375rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topResults__swiper__scrollBar {
    display: block;
  }
}

/* 線のアニメーション部分 */
.p-topResults__swiper__scrollBar::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #fff;
  top: 50%;
  translate: 0 -50%;
  content: "";
  height: 1px;
  left: calc(100% + 0.5rem);
  margin: auto;
  position: absolute;
  right: 0;
  width: 5rem;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.p-topResults__more {
  -webkit-margin-before: 6.5rem;
          margin-block-start: 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topResults__more {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-topFee__inner {
  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: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topFee__inner {
    row-gap: 2.5rem;
  }
}

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

.p-topFee__table {
  width: 46.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topFee__table {
    width: 100%;
  }
}

.p-topFee__table__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__wrapper {
    grid-template-columns: 9rem 1fr;
    gap: 0.125rem;
    grid-template-areas: "title1 price1" "title2 price2" "title3 price3";
  }
  .p-topFee__table__wrapper .p-topFee__table__title:nth-child(1) {
    grid-area: title1;
  }
  .p-topFee__table__wrapper .p-topFee__table__title:nth-child(2) {
    grid-area: title2;
  }
  .p-topFee__table__wrapper .p-topFee__table__title:nth-child(3) {
    grid-area: title3;
  }
  .p-topFee__table__wrapper .p-topFee__table__price:nth-child(4) {
    grid-area: price1;
  }
  .p-topFee__table__wrapper .p-topFee__table__price:nth-child(5) {
    grid-area: price2;
  }
  .p-topFee__table__wrapper .p-topFee__table__price:nth-child(6) {
    grid-area: price3;
  }
}

.p-topFee__table__title,
.p-topFee__table__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-topFee__table__title {
  background: #014B9F;
  height: 5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__title {
    height: 2.625rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topFee__table__price {
  background: rgba(1, 75, 159, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__price {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    height: 2.625rem;
  }
}
.p-topFee__table__price span:first-of-type {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__price span:first-of-type {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-topFee__table__price span:nth-of-type(2), .p-topFee__table__price span:nth-of-type(3) {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__price span:nth-of-type(2) {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-topFee__table__price span:nth-of-type(3) {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topFee__table__notes {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-topFee__table__notes {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topFee__btn {
  margin-inline: auto;
}
.p-topOrder {
  background: url(./../img/topOrder_bg.png) no-repeat center center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-topOrder {
    background: url(./../img/topOrder_bg_sp.png) no-repeat center center/cover;
  }
}

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

.p-topOrder__wrapper {
  width: 59.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
  margin-inline: auto;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topOrder__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 15rem;
    row-gap: 2.5rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-topOrder__item {
  text-align: center;
  width: 17.5rem;
  height: 17.5rem;
  padding-inline: 2.5rem;
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
  position: relative;
  background: transparent; /* 初期状態は透明 */
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease; /* 背景色の変化をスムーズにする */
  border-radius: 100vh;
  --scaleX:0;
  --scaleY:0;
}
@media screen and (max-width: 767px) {
  .p-topOrder__item {
    width: 15rem;
    height: 15rem;
    padding-inline: 1.25rem;
  }
}
.p-topOrder__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 100% -50%;
  right: 0;
  width: 3.375rem;
  height: 0.5rem;
  background: #014B9F;
  -webkit-transform: scaleX(var(--scaleX));
          transform: scaleX(var(--scaleX));
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 767px) {
  .p-topOrder__item:not(:last-child)::before {
    top: auto;
    bottom: 1px;
    left: 50%;
    translate: -50% 100%;
    width: 0.5rem;
    height: 2.625rem;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(var(--scaleY));
            transform: scaleY(var(--scaleY));
  }
}

.p-topOrder__item__step {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #66A5EA;
}
@media screen and (max-width: 767px) {
  .p-topOrder__item__step {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topOrder__item__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topOrder__item__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topOrder__item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topOrder__item__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

/* ===============================================
# 円
=============================================== */
.circle-container {
  width: 17.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .circle-container {
    width: 15rem;
  }
}

.stroke-circle,
.stroke-circle2 {
  fill: none;
  stroke-width: 0.25rem;
  rotate: -180deg;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .stroke-circle,
  .stroke-circle2 {
    rotate: -90deg;
    stroke-width: 4px;
  }
}

.stroke-circle {
  stroke-dasharray: 434.3628179867 866.7256359733;
}

.stroke-circle2 {
  stroke-dasharray: 434.3628179867 866.7256359733;
  stroke-dashoffset: 866.7256359733;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* /円------------------------------------------------------ */
.p-topOrder__note {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topOrder__note {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-topVoice {
  background: #fff;
}

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

.p-topVoice__swiper-container,
.p-topVoice__swiper,
.p-topVoice__swiper-wrapper,
.p-topVoice__swiper-slide {
  position: relative;
}

.p-topVoice__swiper-container {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  width: 59.25rem;
  margin-inline: auto;
  -webkit-padding-after: 4.5rem;
          padding-block-end: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-topVoice__swiper-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    width: calc(100% + (100vw - 100%) / 2);
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

.p-topVoice__swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topVoice__card {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  width: 18.75rem;
  min-height: 18.375rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 165, 234, 0.4)), to(rgba(102, 165, 234, 0.4))), #FFF;
  background: linear-gradient(0deg, rgba(102, 165, 234, 0.4) 0%, rgba(102, 165, 234, 0.4) 100%), #FFF;
}
@media screen and (max-width: 767px) {
  .p-topVoice__card {
    padding-block: 0.5rem;
    padding-inline: 1rem;
    width: 17.5rem;
    min-height: 14.5rem;
  }
}

.p-topVoice__card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p-topVoice__card__top__img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 100vh;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-topVoice__card__top__img {
    width: 5rem;
    height: 5rem;
  }
}
.p-topVoice__card__top__img img {
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-topVoice__card__top__name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.p-topVoice__card__comment {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-topVoice__card__comment {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topVoice__card__siteUrl {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-topVoice__card__siteUrl {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media (any-hover: hover) {
  .p-topVoice__card__siteUrl a:hover {
    color: #014B9F;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-topVoice__swiper-button-prev,
.p-topVoice__swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  bottom: 0;
}
.p-topVoice__swiper-button-prev svg,
.p-topVoice__swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.p-topVoice__swiper-button-prev {
  left: calc(50% - 2.5rem);
  translate: -100%;
}
@media screen and (max-width: 767px) {
  .p-topVoice__swiper-button-prev {
    left: calc(50% - 5rem - 0.625rem);
  }
}

.p-topVoice__swiper-button-next {
  right: calc(50% - 2.5rem);
  translate: 100%;
}
@media screen and (max-width: 767px) {
  .p-topVoice__swiper-button-next {
    right: calc(50% - 5rem + 0.625rem);
  }
}

.p-topContact {
  position: relative;
  overflow: hidden;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .p-topContact {
    height: 44.375rem;
  }
}

.p-topContact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topContact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topContact__texts {
  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: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topContact__texts {
    row-gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topContact__texts__title {
    text-align: center;
  }
}

.p-topContact__texts__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topContact__texts__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-topContact__texts__text p:not(:first-child) {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topContact__texts__text p:not(:first-child) {
    -webkit-margin-before: 1.625rem;
            margin-block-start: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topContact__texts__btn {
    margin-inline: auto;
  }
}

.p-topContact__x {
  width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-topContact__x {
    display: none;
  }
}

.p-topContact__x__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topContact__x__sp {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    margin-inline: auto;
    display: block;
    width: 15rem;
  }
  .p-topContact__x__sp .twitter-tweet {
    width: 15rem !important;
    height: 16.625rem !important;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
  }
}

.p-topContact__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.p-topContact__bg .p-topContact__bg__img {
  width: 100%;
  height: calc(100% + 188px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}

.p-topBlog {
  background: url(./../img/topBlog_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/topBlog_bg.webp)) {
  .p-topBlog {
    background: url(./../img/topBlog_bg.webp);
  }
}

.p-topBlog__inner {
  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: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topBlog__inner {
    row-gap: 2.5rem;
  }
}

.p-topBlog__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-topBlog__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center;
  }
}

.p-topBlog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 3rem;
  max-width: 55rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topBlog__wrapper {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

.p-contact__message {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__message {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-contact__container {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-thanks {
  background: url(./../img/thanks_bg.png) no-repeat center center/cover;
  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: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@supports (background: url(./../img/thanks_bg.webp) no-repeat center center/cover) {
  .p-thanks {
    background: url(./../img/thanks_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    background: url(./../img/thanks_bg_sp.png) no-repeat center center/cover;
    padding-inline: 1.25rem;
    row-gap: 2.5rem;
  }
  @supports (background: url(./../img/thanks_bg_sp.webp) no-repeat center center/cover) {
    .p-thanks {
      background: url(./../img/thanks_bg_sp.webp) no-repeat center center/cover;
    }
  }
}

.p-thanks__successful {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-thanks__successful {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-thanks__message {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-404 {
  color: #fff;
  text-align: center;
  background: url(./../img/404_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/404_bg.webp) no-repeat center center/cover) {
  .p-404 {
    background: url(./../img/404_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-404 {
    background: url(./../img/404_bg_sp.png) no-repeat center center/cover;
  }
  @supports (background: url(./../img/404_bg_sp.webp) no-repeat center center/cover) {
    .p-404 {
      background: url(./../img/404_bg_sp.webp) no-repeat center center/cover;
    }
  }
}

.p-404__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-404__subTitle {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-404__subTitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-404__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-thanks__btn {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-blog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

.p-blog__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-blog__contents h2,
.p-blog__contents h3,
.p-blog__contents h4,
.p-blog__contents h5 {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.p-blog__contents p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-blog__contents figure {
  margin-block: 1rem;
}
.p-blog__contents table {
  margin-block: 1rem;
}
.p-blog__contents h2,
.p-blog__contents h3,
.p-blog__contents h4 {
  padding-inline: 1rem;
  padding-block: 0.25rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-blog__contents h2,
  .p-blog__contents h3,
  .p-blog__contents h4 {
    padding-inline: 0.5rem;
  }
}
.p-blog__contents h2 {
  background: #014B9F;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-blog__contents h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-blog__contents h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog__contents h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-blog__contents h3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.25rem;
  top: 0;
  left: 0;
  background: #014B9F;
}
.p-blog__contents h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  border-bottom: 2px solid #014B9F;
}
@media screen and (max-width: 767px) {
  .p-blog__contents h4 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-blog__contents h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-blog__contents h5 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-blog__contents p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-blog__contents p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-blog__contents a {
  color: #66A5EA;
}
.p-blog__contents p + ul,
.p-blog__contents p + ol,
.p-blog__contents ul + p,
.p-blog__contents ol + p,
.p-blog__contents ul + ol,
.p-blog__contents ol + ul,
.p-blog__contents p + h2,
.p-blog__contents ul + h2,
.p-blog__contents ol + h2,
.p-blog__contents figure + h2,
.p-blog__contents table + h2,
.p-blog__contents p + h3,
.p-blog__contents ul + h3,
.p-blog__contents ol + h3,
.p-blog__contents figure + h3,
.p-blog__contents table + h3,
.p-blog__contents p + h4,
.p-blog__contents ul + h4,
.p-blog__contents ol + h4,
.p-blog__contents figure + h4,
.p-blog__contents table + h4,
.p-blog__contents p + h5,
.p-blog__contents ul + h5,
.p-blog__contents ol + h5,
.p-blog__contents figure + h5,
.p-blog__contents table + h5 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
.p-blog__contents table + table {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-blog__contents__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-blog__contents__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-blog__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-blog__contents__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-blog__contents__tags a {
  color: #333;
}
@media (any-hover: hover) {
  .p-blog__contents__tags .c-tag--gray:hover {
    background: #66A5EA;
    color: #fff;
  }
}

.p-blog__contents__date {
  color: #CFCFCF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-blog__contents__thumbnail {
  margin-block: 3.125rem;
  width: 37.5rem;
  height: 25rem;
  margin-inline: auto;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
          box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  .p-blog__contents__thumbnail {
    width: 100%;
    height: 13.9375rem;
    margin-block: 2rem;
  }
}
.p-blog__contents__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog__contents__pagination {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-blog__contents__pagination {
    -webkit-margin-before: 1.4375rem;
            margin-block-start: 1.4375rem;
  }
}

.p-blog__contents__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.p-blog__contents__pagination__prev,
.p-blog__contents__pagination__next {
  border: 1px solid #014B9F;
  background: #fff;
  padding-block: 0.1875rem;
  color: #014B9F;
  position: relative;
}
.p-blog__contents__pagination__prev span,
.p-blog__contents__pagination__next span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  display: inline-block;
  translate: 0 -1px;
}

.p-blog__contents__pagination__prev {
  padding-inline: 2rem 0.4375rem;
}
.p-blog__contents__pagination__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(./../img/btn_prev_arrow.png) no-repeat center center/cover;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .p-blog__contents__pagination__prev:hover::before {
    translate: -25% -50%;
  }
}

.p-blog__contents__pagination__next {
  padding-inline: 0.4375rem 2rem;
}
.p-blog__contents__pagination__next::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  rotate: 180deg;
  background: url(./../img/btn_prev_arrow.png) no-repeat center center/cover;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .p-blog__contents__pagination__next:hover::before {
    translate: 25% -50%;
  }
}

.p-blog__sidebar {
  width: 17.875rem;
  position: sticky;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-blog__sidebar {
    position: static;
    width: 100%;
    top: auto;
  }
}

.p-blog__sidebar__category__title,
.p-blog__sidebar__blog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  position: relative;
  border-left: 2px solid #014B9F;
  color: #014B9F;
}

.p-blog__sidebar__category__wrapper {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  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: 0.5rem;
}
.p-blog__sidebar__category__wrapper .cat-item {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media (any-hover: hover) {
  .p-blog__sidebar__category__wrapper .cat-item a:hover {
    color: #66A5EA;
  }
}
.p-blog__sidebar__category__wrapper .cat-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 0;
  width: 1rem;
  height: 1rem;
}

.p-blog__sidebar__blog {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.p-blog__sidebar__blog__wrapper {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  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: 2rem;
  width: 17.875rem;
}
@media screen and (max-width: 767px) {
  .p-blog__sidebar__blog__wrapper {
    width: 100%;
  }
}

.p-blog__sidebar__blog__item {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-blog__sidebar__blog__item:hover {
    opacity: 0.7;
  }
}
.p-blog__sidebar__blog__item:not(:first-child) {
  position: relative;
}
.p-blog__sidebar__blog__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 16.25rem;
  height: 1px;
  top: -1rem;
  left: 50%;
  translate: -50%;
  background: #CFCFCF;
}

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

.p-blog__sidebar__blog__item__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  height: 4.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 行数指定 */
}

.p-work__inner {
  max-width: 55rem;
  margin-inline: auto;
  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: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    row-gap: 2.5rem;
  }
}

.p-work__thumbnail {
  width: 100%;
  height: 31.25rem;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
          box-shadow: 4px 4px 4px 0px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  .p-work__thumbnail {
    height: 13.125rem;
  }
}
.p-work__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work__content__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-work__content__items {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  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: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-work__content__items {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
    row-gap: 0.625rem;
  }
}

.p-work__content__item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  display: grid;
  grid-template-columns: 13.625rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-work__content__item {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    grid-template-columns: 1fr;
  }
}
.p-work__content__item a {
  color: #66A5EA;
  position: relative;
}
@media (any-hover: hover) {
  .p-work__content__item a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #66A5EA;
  }
}
.p-work__content__item.p-work__content__item--url {
  color: #66A5EA;
  word-break: break-all;
}

.p-work__content__item__head {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #014B9F;
  padding-left: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work__content__item__head {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-work__content__item__head::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: #014B9F;
  border-radius: 100vh;
  left: 0;
  top: 1rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-work__content__item__head::before {
    top: 0.875rem;
  }
}

.p-work__content__item__text {
  max-width: 100%;
  line-break: strict;
  overflow-wrap: anywhere;
}
.p-work__content__item__text a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-work__content__item__text {
    -webkit-padding-start: 1.125rem;
            padding-inline-start: 1.125rem;
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work__content__item__text--detail {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-work__content__item__text--detail p + ul,
.p-work__content__item__text--detail p + ol,
.p-work__content__item__text--detail ul + p,
.p-work__content__item__text--detail ol + p,
.p-work__content__item__text--detail ul + ol,
.p-work__content__item__text--detail ol + ul,
.p-work__content__item__text--detail p + h2,
.p-work__content__item__text--detail ul + h2,
.p-work__content__item__text--detail ol + h2,
.p-work__content__item__text--detail figure + h2,
.p-work__content__item__text--detail table + h2,
.p-work__content__item__text--detail p + h3,
.p-work__content__item__text--detail ul + h3,
.p-work__content__item__text--detail ol + h3,
.p-work__content__item__text--detail figure + h3,
.p-work__content__item__text--detail table + h3,
.p-work__content__item__text--detail p + h4,
.p-work__content__item__text--detail ul + h4,
.p-work__content__item__text--detail ol + h4,
.p-work__content__item__text--detail figure + h4,
.p-work__content__item__text--detail table + h4,
.p-work__content__item__text--detail p + h5,
.p-work__content__item__text--detail ul + h5,
.p-work__content__item__text--detail ol + h5,
.p-work__content__item__text--detail figure + h5,
.p-work__content__item__text--detail table + h5 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
.p-work__content__item__text--detail table + table {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-work__content__item__text--detail p + figure {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-work__img {
  width: 50rem;
  height: 37.5rem;
  overflow-y: scroll;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-work__img {
    width: 100%;
    height: 15.625rem;
  }
}
.p-work__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-price {
  background: url(./../img/archive_bg.png) no-repeat center center/cover;
}
@supports (background: url(./../img/archive_bg.webp) no-repeat center center/cover) {
  .p-price {
    background: url(./../img/archive_bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-price {
    background: url(./../img/archive_bg_sp.png) no-repeat center center/cover;
  }
  @supports (background: url(./../img/archive_bg_sp.webp) no-repeat center center/cover) {
    .p-price {
      background: url(./../img/archive_bg_sp.webp) no-repeat center center/cover;
    }
  }
}

.p-price__list {
  width: 55.625rem;
  margin-inline: auto;
  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: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    width: 100%;
    row-gap: 1rem;
  }
}

.p-price__list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-price__list__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-price__list__category__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #014B9F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__category__head {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    width: 100%;
    padding-block: 0.5rem;
    padding-inline: 1rem;
  }
}

.p-price__list__category__body {
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__list__category__body {
    padding-block: 1rem;
    padding-inline: 1rem;
  }
}

.p-price__list__title {
  color: #66A5EA;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  min-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    min-height: auto;
  }
}
.p-price__list__title:not(:first-child) {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__title:not(:first-child) {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-price__list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-price__list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}
.p-price__list__row.selected {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 165, 234, 0.2)), to(rgba(102, 165, 234, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(102, 165, 234, 0.2) 0%, rgba(102, 165, 234, 0.2) 100%), #FFF;
}

.p-price__list__row--w100 {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__row--w100 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-price__list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.25rem;
  padding-inline: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 26.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__info {
    padding-inline: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    width: 100%;
    min-height: 2.8125rem;
  }
}

.p-price__list__info--3col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-price__list__info--3col .p-price__list__info__amount {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-price__list__info--python {
    min-height: 1.875rem;
  }
}

.p-price__list__info__px {
  width: 11.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__info__px {
    width: 9.875rem;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }
}
.p-price__list__info__px span:nth-of-type(1), .p-price__list__info__px span:nth-of-type(4) {
  min-width: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-price__list__info__px span:nth-of-type(3) {
  min-width: 1rem;
}

.p-price__list__info__name {
  width: 13.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-price__list__info__name {
    width: 11.375rem;
  }
}

.p-price__list__info__px--last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-price__list__select {
  position: relative;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__select {
    width: 11.5rem;
    margin-left: auto;
  }
}
.p-price__list__select svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1rem;
  width: 1.5rem;
  height: 0.75rem;
  pointer-events: none;
}
.p-price__list__select .p-price__list__select__caption {
  display: none;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  translate: -50%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-price__list__select .p-price__list__select__caption {
    display: block;
    top: 50%;
    translate: -100% -50%;
    left: -0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-price__list__select--first .p-price__list__select__caption {
  display: block;
}

.p-price__list__select--w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__list__select--w100 svg {
    right: 0.5rem;
  }
}
.p-price__list__select--w100 .p-price__list__select__caption {
  left: auto;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__select--w100 .p-price__list__select__caption {
    top: -1rem;
    translate: 0 -50%;
  }
}

.p-price__list__select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-block: 0.1875rem;
  padding-inline: 1rem;
  border: 1px solid #CFCFCF;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", serif;
  min-height: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__select select {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    min-height: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-price__list__select select:hover {
    cursor: pointer;
  }
}
.p-price__list__select select.selected {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 165, 234, 0.2)), to(rgba(102, 165, 234, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(102, 165, 234, 0.2) 0%, rgba(102, 165, 234, 0.2) 100%), #FFF;
}

@media screen and (max-width: 767px) {
  .p-price__list__select--w100 select {
    min-height: 2.125rem;
    padding-inline: 0.5rem;
  }
}

.p-price__list__totalPrice {
  background: #66A5EA;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-price__list__totalPrice {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-price__list__totalPrice__title,
.p-price__list__totalPrice__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1rem;
  padding-inline: 1rem;
}

.p-price__list__totalPrice__title {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-price__list__totalPrice__title {
    width: 6.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    padding: 0;
  }
}

.p-price__list__totalPrice__price {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-price__list__totalPrice__price {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    padding-block: 0.5rem;
  }
}

.p-price__list__notes {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__list__notes {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

/* ===============================================
# 納期目安
=============================================== */
.p-price__deadline {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  margin-inline: auto;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__deadline {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    width: 100%;
  }
}

.p-price__deadline__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #014B9F;
}
@media screen and (max-width: 767px) {
  .p-price__deadline__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-price__deadline__list {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-price__deadline__list {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    row-gap: 0.5rem;
  }
}

.p-price__deadline__item {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding-left: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__deadline__item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-price__deadline__item span {
  color: #014B9F;
}
.p-price__deadline__item::before {
  content: "";
  position: absolute;
  background: #014B9F;
  border-radius: 100vh;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__deadline__item::before {
    top: 0.8125rem;
  }
}

.p-price__btn {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-price__btn {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.u-btnShine:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .u-is--pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-is--pcTab {
    display: none;
  }
}

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

.u-color__blue {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 4.8vw;
  color: #629DE2;
}

.u-color__blue2 {
  color: #629DE2;
}