@charset "UTF-8";
/*----------------------------------------
Foundation
-----------------------------------------*/
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #212E44;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.65rem;
  }
}

h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.card {
  border-radius: 0;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card .logo {
  flex-shrink: 0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .logo img {
  max-height: 60px;
}
.card h5 {
  color: #888;
  font-weight: normal;
  font-size: 14px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.nav-link {
  color: #212E44 !important;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .navbar-collapse .navbar-nav {
    padding-bottom: 64px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-collapse .nav-link {
    border-bottom: 1px solid rgba(33, 46, 68, 0.2);
  }
}

.rounded {
  border-radius: 10px !important;
}

.py-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .py-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.container {
  max-width: 970px;
}

/*----------------------------------------
Layout
-----------------------------------------*/
/*----------------------------------------
Project
-----------------------------------------*/
/*グロナビ ----------------*/
.p-gnav__logo a {
  display: flex;
  color: #212E44;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.p-gnav__logo a .big {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-gnav__logo a .big {
    font-size: 2rem;
  }
}
.p-gnav__logo a .small {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25;
}
.p-gnav__logo a:hover {
  text-decoration: none;
}

.p-section-ttl {
  font-size: 1.75rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-section-ttl {
    margin-bottom: 40px;
  }
}
.p-section-ttl__sub {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: transparent linear-gradient(90deg, #67A0E0 0%, #1AACAF 100%) 0% 0% no-repeat;
  border-radius: 5px;
  padding: 8px 12px;
  line-height: 1;
}

.p-section-ttl02 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-section-ttl02 {
    font-size: 1.5rem;
  }
}

.p-section-ttl03 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-section-ttl03 {
    font-size: 1.875rem;
  }
}

.p-section-ttl04 {
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-section-ttl04 {
    margin-bottom: 56px;
    font-size: 1.65rem;
  }
}
.p-section-ttl04__sub {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #FFE222;
}

.p-section-ttl05 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #25ABB3;
}
@media (min-width: 768px) {
  .p-section-ttl05 {
    font-size: 1.75rem;
  }
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1.5rem;
}
.nav-phone .phone-icon {
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #28a745;
  border-radius: 4px;
}
.nav-phone .phone-icon i {
  position: relative;
  font-size: 1rem;
  color: #ffffff;
}
.nav-phone .phone-info {
  margin-left: 0.2rem;
  line-height: 1.3rem;
}
.nav-phone .phone-info .phone-label,
.nav-phone .phone-info .phone-sub {
  font-size: 0.75rem;
  color: #333;
}
.nav-phone .phone-info .phone-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.nav-phone .phone-info .phone-number:hover {
  color: #0056b3;
  text-decoration: underline;
}

/*MV ----------------*/
.p-mv {
  position: relative;
  margin-bottom: 0;
  position: relative;
  background: no-repeat url(../img/mainv-bg.png) bottom center/cover;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .p-mv .container {
    max-width: 680px;
  }
}
@media (min-width: 768px) {
  .p-mv .container {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 1400px) {
  .p-mv .container {
    width: clamp(1200px, 100vw - 80px, 1500px);
  }
}
.p-mv__row {
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .p-mv__row {
    flex-direction: column;
  }
}
.p-mv__left {
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  margin-top: 90px;
  max-width: 750px;
}
@media (min-width: 992px) {
  .p-mv__left {
    flex: 0 0 60%;
  }
}
@media (min-width: 1400px) {
  .p-mv__left {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .p-mv__cta {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .p-mv__cta {
    max-width: none;
  }
}
.p-mv__right {
  position: absolute;
  width: clamp(400px, 100vw, 490px);
  z-index: 0;
  top: 3%;
  left: 0;
  transform: translateX(34%);
}
@media (min-width: 576px) {
  .p-mv__right {
    width: clamp(470px, 100vw, 550px);
    transform: translateX(-11%);
    left: 50%;
  }
}
@media (min-width: 768px) {
  .p-mv__right {
    width: clamp(540px, 100vw, 760px);
    transform: translateX(1%);
  }
}
@media (min-width: 992px) {
  .p-mv__right {
    width: clamp(760px, 100vw, 900px);
    transform: translateX(-5%);
  }
}
@media (min-width: 1200px) {
  .p-mv__right {
    width: clamp(900px, 100vw, 1050px);
    transform: translateX(-10%);
  }
}
@media (min-width: 1400px) {
  .p-mv__right {
    width: clamp(1050px, 100vw, 1200px);
    transform: translateX(-8%);
    top: 7%;
  }
}
.p-mv__maintitle {
  margin-top: 24px;
  color: #83A9B2;
  word-break: keep-all;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .p-mv__maintitle {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .p-mv__maintitle {
    line-height: 1.25;
    margin-top: 40px;
  }
}
.p-mv__maintitle .small {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212E44;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-mv__maintitle .small {
    font-size: 1.5rem;
  }
}
.p-mv__maintitle .big {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .p-mv__maintitle .big {
    font-size: 67px;
    line-height: 1.25;
  }
}
.p-mv__subtitle {
  line-height: 1;
  font-weight: 700;
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-mv__subtitle {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .p-mv__subtitle {
    font-size: 36px;
  }
}
.p-mv__info {
  color: #6D7A8E;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-mv__info {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .p-mv__info {
    margin-top: 10px;
    font-size: 17px;
  }
}

.p-mv-achievement {
  font-weight: 700;
  color: #CCAB6A;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 576px) {
  .p-mv-achievement {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .p-mv-achievement {
    gap: 16px;
  }
}
.p-mv-achievement__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 155px;
  aspect-ratio: 255/160;
  justify-content: center;
}
@media (min-width: 1200px) {
  .p-mv-achievement__content {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .p-mv-achievement__content {
    width: 213px;
  }
}
.p-mv-achievement__content::before {
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat url(../img/mainv-pic-002.png) center/contain;
  position: absolute;
}
.p-mv-achievement__01 {
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .p-mv-achievement__01 {
    font-size: 1rem;
  }
}
.p-mv-achievement__02 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-mv-achievement__02 {
    font-size: 60px;
  }
}
.p-mv-achievement__03 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .p-mv-achievement__03 {
    font-size: 1.25rem;
  }
}

.p-cta02__sub-title {
  font-size: 1.25rem;
  font-weight: 700;
}

/*ボタン ----------------*/
.p-cta-btn {
  border-radius: 50vw;
  padding: 24px;
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  line-height: 1;
  position: relative;
  background-color: #FFC026;
  color: #111;
}
@media (min-width: 768px) {
  .p-cta-btn {
    padding: 36px;
    max-width: 674px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1019607843);
  }
}
.p-cta-btn__txt {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .p-cta-btn__txt {
    font-size: 1.75rem;
  }
}
.p-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 20px;
  background-color: #111;
}
@media (min-width: 768px) {
  .p-cta-btn::before {
    width: 32px;
    height: 32px;
    right: 32px;
  }
}
.p-cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 3px solid #FFC026;
  border-right: 3px solid #FFC026;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .p-cta-btn::after {
    right: 43px;
    width: 12px;
    height: 12px;
  }
}
.p-cta-btn:hover {
  background-color: #111;
  color: #FFC026;
}
.p-cta-btn:hover::before {
  background-color: #FFC026;
}
.p-cta-btn:hover::after {
  border-color: #111;
}
.p-cta-btn--small {
  padding: 20px;
}
@media (min-width: 768px) {
  .p-cta-btn--small {
    padding: 28px;
  }
}
.p-cta-btn--small .p-cta-btn__txt {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-cta-btn--small .p-cta-btn__txt {
    font-size: 1.3rem;
  }
}
.p-cta-btn--small::before {
  right: 20px;
  width: 20px;
  height: 20px;
}
.p-cta-btn--small::after {
  right: 27px;
  width: 8px;
  height: 8px;
}
.p-cta-btn--dark {
  background-color: #677580;
  color: #fff;
}
.p-cta-btn--dark::before {
  background-color: #fff;
}
.p-cta-btn--dark::after {
  border-color: #677580;
}
.p-cta-btn--dark:hover {
  background-color: #212E44;
  color: #fff;
}
.p-cta-btn--dark:hover::before {
  background-color: #fff;
}
.p-cta-btn--dark:hover::after {
  border-color: #212E44;
}
.p-cta-btn--manual {
  background-color: #26abb3;
  color: #fff;
}
.p-cta-btn--manual::before {
  background-color: #fff;
}
.p-cta-btn--manual::after {
  border-color: #26abb3;
}
.p-cta-btn--manual:hover {
  background-color: #212E44;
  color: #fff;
}
.p-cta-btn--manual:hover::before {
  background-color: #fff;
}
.p-cta-btn--manual:hover::after {
  border-color: #212E44;
}
.p-cta-btn--submit {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-cta-btn--submit {
    font-size: 1.75rem;
  }
}
.p-cta-btn--submit[type=submit]:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed; /* 禁止マークのカーソル */
}

.p-btn {
  border-radius: 50vw;
  padding: 16px;
  width: 90%;
  line-height: 1;
  font-size: 1.125rem;
  border: 2px solid #212E44;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-btn {
    padding: 24px;
    width: 100%;
    max-width: 500px;
    font-size: 1.25rem;
  }
}
.p-btn:hover {
  background-color: #212E44;
  color: #fff;
}

.p-header-btn {
  border-radius: 50vw;
  line-height: 1;
  background-color: #FFC026;
  font-weight: 700;
  padding: 24px;
  width: 100%;
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .p-header-btn {
    margin-left: 1rem;
    padding: 8px 16px;
  }
}
.p-header-btn:hover {
  background-color: #111;
  color: #FFC026;
}
.p-header-btn--manual {
  background-color: #26abb3;
  color: #fff;
}
.p-header-btn--manual:hover {
  background-color: #212E44;
  color: #fff;
}
.p-header-btn--dark {
  background-color: #677580;
  color: #fff;
}
.p-header-btn--dark:hover {
  background-color: #212E44;
  color: #fff;
}
.p-header-btn--grad {
  background-color: #26abb3;
  color: #fff;
}
.p-header-btn--grad:hover {
  background-color: #212E44;
  color: #fff;
}

.p-fixed-bottom-btn {
  border-radius: 50vw;
  line-height: 1.2;
  background-color: #FFC026;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  font-size: 1rem;
  height: 100%;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) {
  .p-fixed-bottom-btn {
    font-size: 1.2rem;
    padding: 16px 16px;
  }
}
.p-fixed-bottom-btn:hover {
  background-color: #111;
  color: #FFC026;
}
.p-fixed-bottom-btn--manual {
  background-color: #26abb3;
  color: #fff;
}
.p-fixed-bottom-btn--manual:hover {
  background-color: #212E44;
  color: #fff;
}
.p-fixed-bottom-btn--dark {
  background-color: #677580;
  color: #fff;
}
.p-fixed-bottom-btn--dark:hover {
  background-color: #212E44;
  color: #fff;
}

.p-fixed-bottom {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  .p-fixed-bottom {
    padding: 16px 0;
  }
}

/*悩み ----------------*/
.p-question {
  position: relative;
}
.p-question__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F0F5F8;
  border-radius: 10px;
  padding: 20px 20px 24px;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-question__box {
    padding: 24px;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .p-question__box {
    aspect-ratio: 1;
  }
}
.p-question__box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F0F5F8;
}
.p-question__ic {
  width: 75px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-question__ic {
    width: 120px;
  }
}

/*特徴 ----------------*/
.p-features__set {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-features__set {
    gap: 20px;
  }
}
.p-features__set img {
  border-radius: 10px;
  width: 65%;
}
@media (min-width: 768px) {
  .p-features__set img {
    width: 85%;
  }
}
.p-features__copy {
  font-size: 1.25rem;
  font-weight: 700;
}

/*サービス内容 ----------------*/
.p-service {
  counter-reset: p-service-number 0;
}
.p-service__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 16px 16px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (min-width: 768px) {
  .p-service__box {
    padding: 48px 24px 24px;
  }
}
.p-service__box::before {
  counter-increment: p-service-number 1;
  content: counter(p-service-number, decimal-leading-zero);
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  color: #83A9B2;
}
@media (min-width: 768px) {
  .p-service__box::before {
    width: 50px;
  }
}
.p-service__set {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-service__set {
    gap: 20px;
  }
}
.p-service__img {
  width: 50px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .p-service__img {
    width: 70px;
  }
}
.p-service__copy {
  font-size: 1.25rem;
  white-space: pre-wrap;
  word-break: keep-all;
}

/*取引業者様 ----------------*/
.p-partner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-partner__box.c-bg-dark, .p-partner__box.c-bg-white {
  padding: 8px;
}
@media (min-width: 768px) {
  .p-partner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-partner__container {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-partner .swiper-top, .p-partner .swiper-bottom {
  width: 100%;
}
.p-partner__item {
  width: auto;
  height: 50px;
  aspect-ratio: 300/90;
}
@media (min-width: 768px) {
  .p-partner__item {
    height: 60px;
  }
}
.p-partner__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
}
@media (min-width: 768px) {
  .p-partner__img {
    max-width: 320px;
  }
}
.p-partner__img img {
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-partner .p-section-ttl {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-partner .p-section-ttl {
    margin-bottom: 32px;
  }
}

/*今後の流れ ----------------*/
.p-flow {
  counter-reset: p-flow-number 0;
  position: relative;
}
.p-flow__box {
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 32px 32px 16px 32px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 10px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-flow__box {
    padding: 40px 40px 20px 40px;
    flex-direction: row;
    gap: 50px;
  }
}
.p-flow__box::before {
  counter-increment: p-flow-number 1;
  content: counter(p-flow-number, decimal-leading-zero);
  position: absolute;
  display: block;
  aspect-ratio: 1;
  width: 50px;
  top: 0;
  left: 0;
  transform: translate(25%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  background: transparent linear-gradient(90deg, #67A0E0 0%, #1AACAF 100%) 0% 0% no-repeat;
  line-height: 1;
  color: #fff;
  border-radius: 50vw;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) {
  .p-flow__box::before {
    width: 70px;
    font-size: 30px;
  }
}
.p-flow__box::after {
  content: "";
  position: absolute;
  display: block;
  top: 104%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1AACAF;
}
@media (min-width: 768px) {
  .p-flow__box::after {
    top: 105%;
  }
}
.p-flow__box--last::after {
  content: none;
}
@media (max-width: 767.98px) {
  .p-flow__right img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 3;
  }
}
@media (min-width: 768px) {
  .p-flow__right {
    flex: 0 0 120px;
    aspect-ratio: 1;
  }
}
.p-flow__copy {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
/*利用者の感想 ----------------*/
.p-voice__box-wrap {
  scroll-margin-top: 100px;
}
.p-voice__box {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-voice__box {
    gap: 25px;
  }
}
.p-voice__img {
  flex: 0 0 50px;
}
@media (min-width: 768px) {
  .p-voice__img {
    flex: 0 0 100px;
  }
}
.p-voice__txt {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .p-voice__txt {
    padding: 40px;
  }
}
.p-voice__txt::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0%;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .p-voice__txt::before {
    border: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 40px;
  }
}
.p-voice__more {
  color: #83A9B2;
  text-decoration: none;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
}
.p-voice__more::before {
  content: ">>";
}

#index .p-voice__box {
  flex-direction: column;
  align-items: center;
  background-color: #F0F5F8;
  border-radius: 10px;
  padding: 32px;
}
#index .p-voice__img {
  width: 90px;
}
#index .p-voice__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  padding: 0;
  background-color: transparent;
}
#index .p-voice__txt::before {
  content: none;
}
#index .p-voice__ttl {
  font-size: 1.25rem;
  font-weight: bold;
}

/*よくある質問 ----------------*/
.p-faq__q {
  background-color: #83A9B2;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.p-faq__q::before {
  content: "Q";
  margin-right: 0.75rem;
}
.p-faq__a {
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.p-faq__a::before {
  content: "A";
  margin-right: 0.75rem;
  font-weight: 700;
}

/*ポイントボックス ----------------*/
.p-point {
  background-color: #F0F5F8;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-point {
    padding: 32px;
  }
}
.p-point--gray {
  background-color: #F9F9F9;
}
.p-point__ico {
  flex: 0 0 auto;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1;
  border-radius: 50vw;
  background-color: #83A9B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-point__ico::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.p-point__contents {
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px dashed #83A9B2;
}
.p-point__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.p-point__txt a {
  word-break: break-all;
}

/*オウンドメディアとは ----------------*/
.p-owned_media_box02_wrap {
  counter-reset: p-owned-media-number 0;
}

.p-owned_media {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) {
  .p-owned_media {
    gap: 100px;
  }
}
.p-owned_media_box01 {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .p-owned_media_box01 {
    padding: 40px;
  }
}
.p-owned_media_box01__flex {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-owned_media_box01__flex {
    flex-direction: row;
    gap: 32px;
  }
}
.p-owned_media_box01__left {
  width: 65%;
}
@media (min-width: 768px) {
  .p-owned_media_box01__left {
    flex: 0 0 260px;
  }
}
@media (min-width: 768px) {
  .p-owned_media_box01__left.content {
    flex: auto;
  }
}
.p-owned_media_box01__right .image {
  width: 35%;
}
.p-owned_media_box01__ttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: #25ABB3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-owned_media_box01__ttl {
    text-align: left;
  }
}
.p-owned_media_box02 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-owned_media_box02 {
    gap: 20px;
    padding: 24px;
  }
}
.p-owned_media_box02::before {
  counter-increment: p-owned-media-number 1;
  content: counter(p-owned-media-number, decimal-leading-zero);
  position: absolute;
  display: block;
  aspect-ratio: 1;
  width: 50px;
  top: 0;
  left: 0;
  font-size: 1.625rem;
  font-weight: 700;
  background: #25ABB3;
  line-height: 1;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 10px 0 0 0;
}
@media (min-width: 768px) {
  .p-owned_media_box02::before {
    width: 50px;
  }
}
.p-owned_media_box02__img {
  width: 80px;
  aspect-ratio: 1;
}
.p-owned_media_box02__ttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: #25ABB3;
  text-align: center;
  white-space: pre-wrap;
  word-break: keep-all;
}

/*制作体制 ----------------*/
.p-system__box {
  position: relative;
}
.p-system__txts {
  background-color: #83A9B2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  align-items: center;
  padding: 12px 16px;
  line-height: 1;
  position: absolute;
  margin: auto;
  bottom: 10px;
  gap: 24px;
}
.p-system__txts--01 {
  background-color: #64A1DF;
}
.p-system__txts--02 {
  background-color: #4AA5CF;
}
.p-system__txts--03 {
  background-color: #25ABB3;
}
@media (min-width: 768px) {
  .p-system__txts {
    left: -10px;
  }
}
.p-system__name {
  font-weight: 700;
}
.p-system__num {
  font-size: 1.625rem;
  font-weight: 700;
}
.p-system__num span {
  font-size: 1rem;
}

/* 成功事例 ----------------*/
.p-seo_success {
  padding: 50px 0;
}
.p-seo_success h3 {
  margin-bottom: 20px;
}
.p-seo_success .highlight {
  color: #FFC026;
  font-size: 2rem;
  font-weight: bold;
}
.p-seo_success__list {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.8;
}
.p-seo_success__list li {
  margin-bottom: 10px;
}
.p-seo_success__image-wrapper {
  text-align: center;
  padding: 20px;
}
.p-seo_success__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-seo_success {
    padding: 80px 0;
  }
  .p-seo_success .p-section-ttl {
    font-size: 2rem;
  }
  .p-seo_success .p-seo_success__subtitle {
    font-size: 1.5rem;
  }
}

/* 沿革 ----------------*/
.p-history {
  padding: 3rem 0;
}
.p-history a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.p-history .timeline {
  position: relative;
  margin-top: 3rem;
}
.p-history .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 4px;
  background: #dee2e6;
}
.p-history .timeline .timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 2rem;
}
.p-history .timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 16px;
  background: #83A9B2;
  border-radius: 50%;
}
.p-history .timeline .timeline-item h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}
.p-history .timeline .timeline-item p {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.p-history .photo-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.p-history .container .row {
  display: flex;
  flex-wrap: nowrap;
}
.p-history .timeline {
  flex: 1;
  padding-right: 2rem;
}
.p-history .photo-gallery {
  flex: 1;
  padding-left: 2rem;
}

/*テーブル ----------------*/
.p-tokushoho table {
  font-size: 13px;
}
.p-tokushoho td:first-of-type {
  width: 30%;
}
@media (min-width: 768px) {
  .p-tokushoho td:first-of-type {
    max-width: 300px;
  }
}

.p-table th,
.p-table td {
  padding: 1rem;
}
.p-table thead th {
  background-color: #F0F5F8;
}
.p-table tbody td:nth-of-type(1) {
  width: 41%;
}
.p-table tbody td:nth-of-type(2) {
  width: 41%;
}

.p-comparison-table table {
  border-collapse: separate;
  border-spacing: 0px;
}
.p-comparison-table thead {
  font-weight: 700;
}
.p-comparison-table thead th {
  text-align: center;
  padding: 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: none;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.p-comparison-table thead th:nth-of-type(1) {
  background-color: inherit;
}
.p-comparison-table thead th:nth-of-type(2) {
  background-color: #64A1DF;
  border-left: solid 4px #64A1DE;
  border-right: solid 4px #64A1DE;
}
.p-comparison-table thead th:nth-of-type(3) {
  background-color: #97ACB1;
}
.p-comparison-table thead th:nth-of-type(4) {
  background-color: #9FACB5;
}
.p-comparison-table thead th:nth-of-type(5) {
  background-color: #9BABB7;
}
.p-comparison-table tbody th {
  font-weight: 700;
  border: none;
  padding: 20px;
  color: #64A1DF;
  min-width: 150px;
  vertical-align: middle;
}
.p-comparison-table tbody td {
  border: none;
  padding: 20px;
  text-align: center;
  font-size: 0.9375rem;
  min-width: 205px;
  vertical-align: middle;
}
.p-comparison-table tbody td:not(:last-of-type) {
  border-left: solid 1px #DBDBDB;
  border-right: solid 1px #DBDBDB;
}
.p-comparison-table tbody td:nth-of-type(1) {
  border-left: solid 4px #64A1DE;
  border-right: solid 4px #64A1DE;
  background: #F4FEFF;
  font-weight: 700;
}
.p-comparison-table tbody ul {
  padding-left: 1em;
}
.p-comparison-table tbody tr:last-of-type td:nth-of-type(1) {
  border-bottom: solid 4px #64A1DE;
}

/*お問い合わせ ----------------*/
.p-form__false-message, .p-form__end-message {
  display: none;
}
.p-form__set {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .p-form__set {
    margin-bottom: 40px;
  }
}
.p-form__name {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 1.25rem;
}
.p-form__name--required {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-form__name--required::after {
  border-radius: 5px;
  background-color: #FD687F;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  content: "必須";
  margin: 0;
  display: grid;
  place-content: center;
  height: 20px;
  width: 45px;
}
.p-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  outline: none;
  border: none;
  font-size: 1rem !important;
  color: #212E44 !important;
}
.p-form :placeholder-shown, .p-form ::-webkit-input-placeholder {
  color: #a4a4a4;
}
.p-form__checkset {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-form__checkbox {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 5px;
}
.p-form__checktxt {
  color: #fff;
  line-height: 1;
  font-size: 0.9rem;
}
.p-form__radioset {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-form__radio {
  width: 24px;
  height: 24px;
  border: none;
}
.p-form__radiotxt {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.p-form__attention {
  color: #fff;
}
.p-form a {
  color: #fff;
}
.p-form__error {
  font-size: 0.8rem;
  color: #c71e2d;
}
.p-form__attention {
  font-size: 0.9rem;
}

/*お問い合わせ完了 ----------------*/
.p-thanks__img {
  margin-inline: auto;
  max-width: 320px;
}

/*フッター ----------------*/
.p-footer__nav {
  list-style: none;
  padding-left: 0;
}
.p-footer__nav li {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .p-footer__nav li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}
@media (min-width: 768px) {
  .p-footer__nav li + li {
    border-left: 1px solid rgba(17, 17, 17, 0.2);
  }
}
.p-footer__nav a {
  text-decoration: none;
  display: inline-block;
  color: #6F6F6F;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .p-footer__nav a {
    padding: 0 1rem;
  }
}

/*----------------------------------------
Component
-----------------------------------------*/
.c-small {
  font-size: 0.75rem;
  line-height: 1;
}
.c-small--subtitle {
  font-weight: 900;
  letter-spacing: 0.45em;
}
.c-small--link {
  color: #CCD4FF;
}
.c-small--link:hover {
  color: #fff;
}
.c-small--lightgray {
  color: #656565;
}

.c-arrow {
  position: relative;
  padding-left: 1em !important;
}
.c-arrow::before, .c-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.c-arrow::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgba(33, 46, 68, 0.5);
  border-right: 1px solid rgba(33, 46, 68, 0.5);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .c-arrow-sp {
    position: relative;
    padding-left: 1em !important;
  }
  .c-arrow-sp::before, .c-arrow-sp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .c-arrow-sp::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid rgba(33, 46, 68, 0.5);
    border-right: 1px solid rgba(33, 46, 68, 0.5);
    transform: rotate(45deg);
  }
}

.c-arrow02 {
  width: 26px;
  height: 33px;
  display: block;
  background: url(../img/ic-triangle@2x.png) center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-arrow02 {
    width: 33px;
    height: 43px;
  }
}

.c-ribbon {
  position: relative;
  background-color: #fff;
  line-height: 3em;
  text-align: center;
  padding: 0 1em;
}
.c-ribbon::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.5em solid #fff;
  border-bottom: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  right: -1.5em;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FFE222 0%);
}

.c-animation-float {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

.c-bg-gradation-txt {
  display: inline-block;
  background: transparent linear-gradient(90deg, #67A0E0 0%, #1AACAF 100%) 0% 0% no-repeat;
  color: #fff;
  padding: 8px 12px;
}

.c-gradation-txt {
  background: transparent linear-gradient(90deg, #67A0E0 0%, #1AACAF 100%) 0% 0% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.c-bg-blue, #index .c-bg-alternating:nth-of-type(even), #index .c-bg-alternating__item {
  background-color: #F0F5F8 !important;
}

.c-bg-gray {
  background-color: #F9F9F9 !important;
}

.c-bg-dark {
  background-color: #3A3A3A !important;
}

.c-bg-img {
  background: no-repeat url(../img/bg-001.jpg) center/cover;
}

.c-bg-green {
  background-color: #25ABB3 !important;
}

#index .c-bg-alternating:nth-of-type(even) .c-bg-alternating__item {
  background: #fff !important;
}
#index .c-bg-alternating:nth-of-type(even) .c-bg-alternating__item::before {
  border-top-color: #fff !important;
}
#index .c-bg-alternating:nth-of-type(even) .p-point {
  background: #fff !important;
}

.c-microcopy {
  position: relative;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.c-microcopy::before, .c-microcopy::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #212E44;
  transform: rotate(45deg);
}
.c-microcopy::after {
  transform: rotate(-45deg);
}
.c-microcopy__txt {
  font-weight: 700;
}

a:hover .c-microcopy::before, a:hover .c-microcopy::after {
  background-color: #FFC026;
}

.c-wbr-txt {
  white-space: pre-wrap;
  word-break: keep-all;
}

/*----------------------------------------
Utility
-----------------------------------------*/
/*----------------------------------------
その他
-----------------------------------------*/
/*slick ----------------*/
.slick-dots {
  bottom: -40px;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: -60px;
  }
}

.slick-dots li button:before {
  font-size: 0.75rem;
}

.slick-arrow {
  z-index: 1;
}

.slick-next.slick-arrow {
  right: 3rem;
}

.slick-prev.slick-arrow {
  left: 3rem;
}

.slick-prev:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  transform: rotate(180deg);
  opacity: 0.85;
}

.slick-next:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  opacity: 0.85;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.achievement-box .p-section-ttl02,
.achievement-box .achievement-img {
  margin-left: 72px;
  margin-bottom: -8px;
  width: calc(100% - 72px);
}
@media (min-width: 768px) {
  .achievement-box .p-section-ttl02,
  .achievement-box .achievement-img {
    margin-left: 125px;
    margin-bottom: -24px;
    width: calc(100% - 125px);
  }
}

/*----------------------------------------
swiper
-----------------------------------------*/
.swiper-slide img {
  width: auto;
  height: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 40px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #25ABB3;
}

/*----------------------------------------
下層ページ
-----------------------------------------*/
#services .container {
  max-width: 800px;
}

.p-article > * {
  margin-top: 32px;
  margin-bottom: 0;
}
.p-article > *:first-child {
  margin-top: 0 !important;
}
.p-article > h2 {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-article > h2 {
    font-size: 2.5rem;
  }
}
.p-article > h3 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 56px;
  padding-left: 10px;
  border-left: 4px solid #212E44;
  padding: 8px 0 8px 20px;
}
@media (min-width: 768px) {
  .p-article > h3 {
    font-size: 2rem;
    margin-top: 64px;
  }
}
.p-article > h4 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-article > h4::before {
  content: "";
  height: 5px;
  width: 1rem;
  background-color: #212E44;
}
.p-article > h4, .p-article > h5 {
  margin-bottom: -0.75rem;
}
.p-article > p, .p-article > figure {
  margin-top: 32px;
}
.p-article > p {
  line-height: 1.75;
}
.p-article .p-point {
  background-color: #dfecf3;
}
.p-article .p-point__contents {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
.p-article .p-point__contents p {
  margin-top: 0;
}
.p-article [id^=heading] {
  scroll-margin-top: 60px;
}
@media (min-width: 768px) {
  .p-article [id^=heading] {
    scroll-margin-top: 100px;
  }
}
.p-article .accordion-button:not(.collapsed) {
  background-color: #83A9B2;
  color: #fff;
}

#toc {
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #toc {
    padding: 2.5em;
  }
}
#toc > ol {
  counter-reset: toc;
  margin-bottom: -16px;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
#toc > ol li {
  position: relative;
  margin-bottom: 16px;
}
#toc > ol li a {
  text-decoration: none;
  color: #212E44;
  display: block;
  transition: 0.3s;
}
#toc > ol li a:hover {
  text-decoration: underline;
}
#toc > ol > li {
  padding: 0 0 0 2em;
}
#toc > ol > li > a {
  font-weight: 700;
}
#toc > ol > li::before {
  font-size: 10px;
  position: absolute;
  left: 0;
  display: grid;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background-color: #212E44;
  border-radius: 50%;
  content: counter(toc);
  counter-increment: toc;
  border: none;
  top: 0.2em;
  place-content: center;
}

.bi-b::before {
  padding-right: 0.25rem;
  content: "\f26c";
  font-size: 0.9rem;
}

.bi-c::before {
  padding-right: 0.25rem;
  content: "\f26a";
  font-size: 1.25rem;
}/*# sourceMappingURL=style.css.map */