@charset "UTF-8";
body {
  font-family: "Hiragino Mincho Pro", serif;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  color: #111;
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.blogs {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.blogs__lists {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .blogs__lists {
    margin-top: 4rem;
  }
}

.blogs__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .blogs__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.blogs__category {
  display: inline-block;
  background-color: #11315f;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 9px 12px;
  padding: 0.5625rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .blogs__category {
    font-size: 0.875rem;
    min-width: 9.75rem;
    padding: 0.5625rem 3.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.blogs__text {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .blogs__text {
    font-size: 1.5rem;
    line-height: 1.0833333333;
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.blogs__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blogs__btn {
    margin-top: 3.125rem;
  }
}

.breadcrumb {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.25rem;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    max-width: initial;
  }
}

.card__figure {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .card__figure {
    width: 15.875rem;
  }
}

.card__figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #11315f;
  -webkit-transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}

.card__figure.c-open:before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.card__figure img {
  aspect-ratio: 315/234;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card__figure img {
    aspect-ratio: 254/180;
  }
}

.card__category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11315f;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 9px 30px;
  padding: 0.5625rem 1.875rem;
}

.card__body {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .card__body {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.card__date {
  font-size: 16px;
  font-size: 1rem;
}

.card__title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.card__copy {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .card__copy {
    margin-top: 1.25rem;
  }
}

.faq {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-color: rgba(17, 49, 95, .1);
}

.faq__lists {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .faq__lists {
    margin-top: 3.75rem;
  }
}

.faq__item {
  background-color: #fff;
  cursor: pointer;
}

.faq__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.faq__question-wrap {
  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;
}

.faq__question-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__question-info {
    padding: 1.25rem;
  }
}

.faq__q {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #11315f;
  border-radius: 50%;
  color: #11315f;
  display: inline-block;
  text-align: center;
  padding-top: 1px;
  padding-top: 0.0625rem;
  font-size: 10px;
  font-size: 0.625rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .faq__q {
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 0.25rem;
    font-size: 1.3125rem;
  }
}

.faq__question {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-left: 1.5625rem;
  }
}

.faq__arrow {
  display: inline-block;
  position: relative;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .faq__arrow {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 2.875rem;
  }
}

.faq__arrow.open {
  -webkit-transform: rotateZ(540deg);
          transform: rotateZ(540deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.faq__arrow::before {
  /* 三角形 */
  content: "";
  border-top: 2px solid #11315f;
  border-left: 2px solid #11315f;
  border-radius: 1px;
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%) rotate(45deg);
          transform: translatex(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .faq__arrow::before {
    height: 1rem;
    width: 1rem;
  }
}

.faq__arrow::after {
  /* 縦棒 */
  content: "";
  border-top: 1px solid #11315f;
  background-color: #11315f;
  display: inline-block;
  height: 1px;
  width: 12px;
  width: 0.75rem;
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 50%;
  -webkit-transform: translatex(-50%) rotate(90deg);
          transform: translatex(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .faq__arrow::after {
    width: 1.25rem;
    top: 0.5rem;
  }
}

.faq__answer-wrap {
  display: none;
  padding: 0 10px 15px;
  padding: 0 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__answer-wrap {
    padding: 0 1.25rem 1.25rem;
  }
}

.faq__answer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__a {
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  border: 1px solid #2988b5;
  border-radius: 50%;
  color: #2988b5;
  display: inline-block;
  text-align: center;
  padding-top: 1px;
  padding-top: 0.0625rem;
  font-size: 10px;
  font-size: 0.625rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .faq__a {
    height: 2.5rem;
    width: 2.5rem;
    padding-top: 0.25rem;
    font-size: 1.3125rem;
  }
}

.faq__answer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5833333333;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-left: 1.5625rem;
  }
}

.features {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: rgba(17, 49, 95, .1);
}
@media screen and (min-width: 768px) {
  .features {
    padding-bottom: 0;
  }
}

.features__lists {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .features__lists {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.features__item {
  overflow: hidden;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .features__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.features__image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .features__image {
    width: 50%;
    margin: 0;
  }
}

.features__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #11315f;
  -webkit-transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}

.features__image.c-open:before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.features__image img {
  width: 100%;
  aspect-ratio: 375/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .features__image img {
    aspect-ratio: initial;
    height: 100%;
  }
}

.features__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 27px;
  padding: 0 1.6875rem;
}
@media screen and (min-width: 768px) {
  .features__content {
    width: 50%;
    padding: 2.5rem;
    margin-top: 0;
  }
}

.features__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26/18;
}
@media screen and (min-width: 768px) {
  .features__title {
    font-size: 1.75rem;
  }
}

.features__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26/16;
}

.features__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.footer {
  background-color: #11315f;
}

.footer__inner {
  padding: 62px 12px 15px;
  padding: 3.875rem 0.75rem 0.9375rem;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__item {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    width: auto;
    width: initial;
  }
}

.footer__item a {
  display: inline-block;
  width: inherit;
}

.footer__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2.3125rem;
  }
}

.footer__logo {
  margin-top: 62px;
  margin-top: 3.875rem;
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 17.5rem;
  }
}

.footer__copyright {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.header-fixed {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .header-fixed {
    padding: 0 1.875rem;
  }
}

.header-fixed__logo {
  width: 250px;
  width: 15.625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header-fixed__logo {
    width: 18.75rem;
  }
}

.header-fixed__btn {
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header-fixed__btn {
    display: none;
  }
}

.header-fixed__bar {
  width: inherit;
  height: 20px;
  height: 1.25rem;
  position: relative;
  padding: 0;
  z-index: 3;
}

.header-fixed__bar span {
  position: absolute;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.header-fixed__bar span:first-child {
  top: 0;
}

.header-fixed__bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.header-fixed__bar span:nth-child(3) {
  bottom: 0;
}

.header-fixed__bar.open span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.header-fixed__bar.open span:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header-fixed__bar.open span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
}

.header-fixed__bar.open span:nth-child(3) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.header-fixed__menu {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Times New Roman", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-top: 0.3125rem;
  position: relative;
  z-index: 3;
}

.header-pcnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pcnav {
    display: block;
    position: fixed;
    top: 0;
    right: 2.5rem;
    height: inherit;
  }
}

.header-pcnav__wrap {
  height: inherit;
}

.header-pcnav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header-pcnav__item {
  height: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.header-pcnav__item a {
  display: inline-block;
  height: inherit;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.header-spnav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 49, 95, .85);
  padding-top: 140px;
  padding-top: 8.75rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.header-spnav.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  overflow-y: scroll;
}

.header-spnav__lists {
  text-align: center;
}

.header-spnav__item {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
}

.header-spnav__item a {
  display: inline-block;
  width: inherit;
}

.header-spnav__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header {
  background-color: rgba(17, 49, 95, .5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 94px;
  height: 5.875rem;
  z-index: 1;
}

.inner {
  width: 100%;
  padding-right: 27px;
  padding-left: 27px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1174px;
    padding-right: 37px;
    padding-left: 37px;
  }
}

.link-btn {
  color: #fff;
  background-color: #2988b5;
  display: inline-block;
  padding: 12px 35px;
  padding: 0.75rem 2.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  -webkit-box-shadow: 0 0 20px #2988b5;
          box-shadow: 0 0 20px #2988b5;
}

.link-btn::before, .link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(41, 136, 181, .5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}

.link-btn::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1.3) scaleY(1.8);
            transform: scaleX(1.3) scaleY(1.8);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1.3) scaleY(1.8);
            transform: scaleX(1.3) scaleY(1.8);
    opacity: 0;
  }
}
.loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #11315f;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.plan {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .plan {
    margin-top: 5rem;
    overflow: hidden;
  }
}

.plan__inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plan__inner {
    overflow: visible;
  }
}

.plan__wrap {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.plan__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .plan__lists {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.plan__item {
  width: 100%;
  background-color: #11315f;
  color: #fff;
  border-radius: 0.5rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  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 (min-width: 768px) {
  .plan__item {
    margin-left: 1.6875rem;
  }
}

.plan__image img {
  width: 100%;
  aspect-ratio: 322/190;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 8px;
  border-top-right-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plan__image img {
    aspect-ratio: 322/210;
  }
}

.plan__content {
  padding: 19px 17px 50px 17px;
  padding: 1.1875rem 1.0625rem 3.125rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .plan__content {
    padding: 1.5rem 1.5625rem 3.125rem 1.5625rem;
  }
}

.plan__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
}

.plan__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .plan__price {
    margin-top: 4.125rem;
  }
}

.recommend__header {
  background-color: #2988b5;
  padding: 23px;
  padding: 1.4375rem;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}

.recommend__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.recommend__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.recommend__image {
  width: 100px;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recommend__image img {
  height: 100%;
}

.recommend__title {
  margin-left: 17px;
  margin-left: 1.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.4166666667;
}

.related__header {
  background-color: #2988b5;
  padding: 23px;
  padding: 1.4375rem;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}

.related__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.related__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.related__image {
  width: 100px;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.related__image img {
  height: 100%;
}

.related__title {
  margin-left: 17px;
  margin-left: 1.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.4166666667;
}

.section-header {
  text-align: center;
}

.section-header__title {
  display: block;
  font-size: 32px;
  font-size: 2rem;
}

.section-header__subtitle {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Times New Roman", sans-serif;
  text-transform: capitalize;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .section-header__subtitle {
    margin-top: 2.5rem;
  }
}

.service {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: rgba(17, 49, 95, .1);
}

.service__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    max-width: initial;
  }
}

.service__item {
  background-color: #11315f;
  color: #fff;
  padding: 50px 17px;
  padding: 3.125rem 1.0625rem;
  width: 100%;
}

.service__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.service__image {
  width: 110px;
  width: 6.875rem;
  margin: 0 auto;
}

.service__body {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.service__title {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1;
}

.service__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.subpage-top {
  background-size: cover;
  background-position: center;
  height: 390px;
  height: 24.375rem;
  position: relative;
}

.subpage-top::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.subpage-top__title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subpage-top__title-wrap {
    font-size: 3.125rem;
  }
}

.subpage-top span {
  display: inline-block;
}

.top {
  background-image: url(../images/common/top-mv_sp.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top {
    background-image: url(../images/common/top-bg.jpg);
  }
}

.top::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top__title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 35px;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top__title-wrap {
    font-size: 3.125rem;
  }
}

.top span {
  display: inline-block;
}

.pagenavi {
  margin-top: 80px;
  margin-top: 5rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  text-transform: uppercase;
}

.wp-pagenavi .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #11315f;
  border: 1px solid #11315f;
  padding: 3px 8px 5px;
  padding: 0.1875rem 0.5rem 0.3125rem;
  margin: 0 2px;
  margin: 0 0.125rem;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #11315f;
  border-color: #11315f;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #11315f;
  border-color: #11315f;
}

.wp-pagenavi a.to-list {
  margin: 0 48px;
  margin: 0 3rem;
}

.article {
  padding-top: 94px;
  padding-top: 5.875rem;
  padding-bottom: 121px;
  padding-bottom: 7.5625rem;
}

.article__wrap {
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .article__wrap {
    padding-top: 3.125rem;
  }
}

.article__category span {
  display: inline-block;
  background-color: #11315f;
  color: #fff;
  padding: 9px 32px;
  padding: 0.5625rem 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.article__title {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .article__title {
    margin-top: 2.75rem;
    font-size: 2.25rem;
  }
}

.article__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .article__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .article__contents {
    width: 70%;
  }
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.article__sns-wrap {
  display: inline-block;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  background-color: #00ACED;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.article__sns i {
  width: 25px;
  width: 1.5625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.article__date {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .article__date {
    font-size: 1.5rem;
  }
}

.article__image {
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow: hidden;
  position: relative;
}

.article__image img {
  aspect-ratio: 314/210;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .article__image img {
    aspect-ratio: 826/551;
  }
}

.article__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #11315f;
  -webkit-transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}

.article__image.c-open:before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.article__header1 {
  margin-top: 30px;
  margin-top: 1.875rem;
  background-color: #11315f;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .article__header1 {
    margin-top: 2.625rem;
    font-size: 2.25rem;
    padding: 0.8125rem 1.375rem;
  }
}

.article__header2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 10px 21px;
  padding: 0.625rem 1.3125rem;
  border-left: 2px solid #2988b5;
  border-left: 0.125rem solid #2988b5;
}

.article__text1,
.article__text2 {
  margin-top: 37px;
  margin-top: 2.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .article__text1,
.article__text2 {
    font-size: 1.5rem;
    line-height: 1.0833333333;
  }
}

@media screen and (min-width: 768px) {
  .article__sidebar {
    width: 30%;
    padding-left: 3.75rem;
    padding-top: 9.75rem;
  }
}

.article__related {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .article__related {
    margin-top: 0;
  }
}

.article__recommend {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .article__recommend {
    margin-top: 2.375rem;
  }
}

.blog-archives {
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-bottom: 76px;
  margin-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .blog-archives {
    margin-top: 2.375rem;
  }
}

.blog-archives__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.blog-archives__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .blog-archives__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.blog-top {
  background-image: url(../images/blog/mv-sp.jpeg);
}
@media screen and (min-width: 768px) {
  .blog-top {
    background-image: url(../images/blog/mv-pc.jpeg);
  }
}

.contact-form {
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-top: 1.75rem;
  }
}

.contact-form__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__lists {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-form__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contact-form__title {
  font-size: 16px;
  font-size: 1rem;
}

.contact-form__box {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
  border: 1px solid #11315f;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
}

.contact-form__textarea {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 19px;
  padding: 1.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  border: 1px solid #11315f;
  width: 100%;
}

.contact-form__privacy {
  margin-top: 63px;
  margin-top: 3.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
}

.contact-form__privacy a {
  text-decoration: underline;
}

.contact-form__confirm {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.contact-form__checkbox {
  display: inline-block !important;
  border: 2px solid #11315f;
  border: 0.125rem solid #11315f;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  text-align: center;
  position: relative;
  top: 5px;
  top: 0.3125rem;
}

.contact-form__checkbox:checked::before {
  content: "✓";
  position: absolute;
  display: inline-block;
  top: -15px;
  right: -7px;
  font-size: 30px;
  color: #11315f;
}

.contact-form__confirm label {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.contact-form__btn-wrap {
  margin-top: 46px;
  margin-top: 2.875rem;
  text-align: center;
}

.contact-form__btn {
  padding: 0;
}

.contact-form__submit {
  color: #fff;
  padding: 12px 35px;
  padding: 0.75rem 2.1875rem;
}

.contact-top {
  background-image: url(../images/contact/mv-sp.jpeg);
}
@media screen and (min-width: 768px) {
  .contact-top {
    background-image: url(../images/contact/mv-pc.jpeg);
  }
}

.thanks-top {
  background-image: url(../images/thanks/mv-sp.jpeg);
}
@media screen and (min-width: 768px) {
  .thanks-top {
    background-image: url(../images/thanks/mv-pc.jpeg);
  }
}

.thanks {
  margin-top: 75px;
  margin-top: 4.6875rem;
  margin-bottom: 113px;
  margin-bottom: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-top: 4.4375rem;
  }
}

.thanks__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 1.25rem;
  }
}

.thanks__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */
