@charset "UTF-8";
/*
=======================================================
# 共通
=======================================================
*/
.col1 .header-scroll {
  margin-top: 16px;
}
@media(min-width:768px){
  .col1 .keni-main_outer {
    margin-top: -76px;
}
	div.keni-main_inner {
		padding-top: 60px;
	}
}
@media(max-width:767px){
  .col1 .keni-main_outer {
    margin-top: -64px;
}
	div.keni-main_inner {
		padding-top: 46px;
	}
}
.col1 .keni-section_wrap {
  max-width: none !important;
  padding: 0 !important;
}
.col1 .article-body {
  margin-top: 0;
} 
.col1 .keni-breadcrumb-list_wrap {
	display: none;
}

.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

.mincho {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ハンバーガーメニュー*/
@media (max-width: 767px){
  body.home:not(.logged-in) .keni-gnav_wrap {
    position: relative;
  }
  body.home:not(.logged-in) .keni-gnav_btn {
    background: rgba(0,0,0,0.9);
    top: 10px;
    right: 20px;
  }
  body.home:not(.logged-in) .keni-gnav_inner {
    top: 0;
    background: rgba(0,0,0,0.9);
  }
  body.home:not(.logged-in) .keni-gnav_btn_icon-close::before {
    width: 100%;
  }
  body.home:not(.logged-in) .login-mobile-menu ul {
      padding-top: 60px;
  }
  body.home:not(.logged-in) ul.keni-gnav_cont li:not(li.responsive-menu-02,ul.sub-menu li,li.menu-search) {
    background: transparent;
  }
}

/* フッターパネル */
@media (orientation: landscape) and (max-width: 767px){
  .keni-footer-panel_wrap {
    display: none;
  }
}

/* ヘッダ */
.page-id-17050 .keni-main_inner {
  padding: 0;
  margin-top: -32px;
} 

.page-id-17050 .article-body {
  margin-top: 0;
}
.page-id-17050 .keni-section_wrap {
  max-width: none;
  padding: 0;
}

@media (orientation: landscape) {
  .portrait {
    display: none;
  }
}
@media (orientation:portrait) {
  .landscape {
    display: none;
  }
}

/*
=======================================================
# メインビジュアル
=======================================================
*/
  .main-visual {
    background-color: #ffffff;
    position: relative;
    place-items: center;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100lvh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    z-index: 100;
  }

  .main-visual .col2-wrap {
    width: 100%;
    height: 70vh;
    height: 70svh;
    overflow: hidden;
    margin: 0;
  }
  .main-visual .col2-wrap .col2-1 {
    position: relative;
    width: 60%;
  }
  .main-visual .col2-wrap .col2-2 {
    background-color: #000000;
    position: relative;
    width: 40%;
  }
  .main-visual__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    opacity: 0;
    animation: slider-1 24s ease-in-out infinite;
  }
  #img_01 {
    animation-delay: -2s;
  }
  #img_02 {
    animation-delay: 4s;
  }
  #img_03 {
    animation-delay: 10s;
  }
  #img_04 {
    animation-delay: 16s;
  }
  @keyframes slider-1 {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    4.16% {
      opacity: 1;
    }
    25.00% {
      opacity: 1;
    }
    41.66% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
    opacity: 0;
    }
  }
  
  .main-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  #img_04.main-visual__image img {
    object-position: 80% 50%;
  }

  figcaption {
    color: #f9f9f9;
    font-size: 1.2rem;
    line-height: 1.4;
    position: absolute;
    bottom: 32px;
    right: 24px;
    text-align: right;
    padding-left: 8px;
  }
  
  .content-box {
    width: 68%;
    max-width: 480px;
    margin: 0 auto;
  }

  .logo-area {
    display: flex;
    justify-content: center;
    }
  
  .logo-area img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .content-box h2 {
    border: none;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 !important;
    padding: 16px 0 0;
    text-align: center;
  }

@media (max-width:399px) {
  .content-box h2 {
    font-size: 1.2rem;
  }
}

/* 縦長画面 */
@media (orientation: portrait) {
  .main-visual .col2-wrap {
    height: 100vh;
    height: 100svh;
    height: 100lvh;
  }
  .main-visual .col2-wrap .col_ns {
    display: flex !important;
    justify-content: center;
  }
  .main-visual .col2-wrap .col2-1 {
    width: 100%;
    height: 72%;
  }
  .main-visual .col2-wrap .col2-2 {
    width: 100%;
    height: 28%;
    align-items: center;
  }
}

@media (orientation: landscape) and (max-width:960px) {
  .content-box h2 {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-width:684px) {
  .content-box h2 {
    font-size: 1.0rem;
  }
}
/* セールスコピー */
.heading {
  position: relative;
  height: 100%;
}
.heading h1 {
  font-size: 2.4rem;
  font-weight: normal;
  margin:0 auto !important;
  padding: 40px 0 20px !important;
  text-align: center;
}

.heading .heading-copy {
  font-family: 黎ミン M, serif;
  font-size: 3.6rem;
  line-height: 1.8;
  margin:0 auto 40px;
  position: relative;
  text-align: center;
}
.portrait .heading-copy {
  margin: 0 auto 80px;
}

.ballon {
  position: absolute;
  bottom: 34%;
  text-align: center;
  margin: 0 auto;
  background-color: #ff165e;
  border-radius: 2px;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 2px 24px;
  white-space: nowrap;
}
.ballon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 8px;
  bottom: -15px;
  border-top: 15px solid #ff165e;
  border-right: 15px solid transparent;
}
@media (max-width: 840px){
  .heading h1 {
    font-size: 2.2rem !important;
  }
  .heading .heading-copy {
    font-size: 3.4rem;
  }
}

@media (max-width:519px) {
  .heading h1 {
    font-size: 2.1rem !important;
  }
  .heading .heading-copy {
    font-size: 3.0rem;
  }
}
@media (max-width:324px) {
  .heading .heading-copy {
    font-size: 2.8rem;
  }
}
/* アニメーション設定 */
.arrow {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

@media (orientation: portrait) and (max-width:519px) {
  .keni-main .keni-section .heading .heading-copy {
    padding: 0;
  }
}
/* スマホ横画面 */
@media (orientation: landscape) and (max-height: 749px) {
  .main-visual .col2-wrap {
    height: 64vh;
    height: 64svh;
    height: 64lvh;
}
  .scroll_down {
    display: none;
  }
}

/* 横画面で高さ561px以下 */
@media (orientation: landscape) and (max-height: 561px) {
  .main-visual .col2-wrap {
    height: 100vh;
    height: 100svh;
    height: 100lvh;
  }
  .heading.landscape {
    display: none;
  }
  .heading.portrait {
    display: block;
  }
}
/* 縦画面での設定 */
@media (orientation: portrait) and (max-width: 767px)  {
  .ballon {
    font-size: 1.4rem;
    bottom: -32px;
    padding: 4px 24px;
    right: 4px;
  }
  .ballon::before {
    border-bottom: 15px solid #ff165e;
    border-top: none;
    top: -15px;
    bottom: 0;
  }
}
/*
=======================================================
# サービス
=======================================================
*/

#service:before {
    content: "";
    display: block;
    height: 320px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -320px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
@media (orientation: portrait) and (max-width: 767px) {
  #service:before {
    content: "";
    display: block;
    height: 440px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -440px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
}
.service {
  margin: 0 auto;
  padding: 40px
}

.worry h3 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 auto 24px;
  max-width: 480px;
  text-align: center;
}

.grid-container {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, auto);
}
.subgrid-container {
  grid-column: span 2;
  display: grid;
  grid-template-columns: subgrid;
  margin-bottom: 16px;
}
.grid-item-01 {
  margin-right: 16px;
  text-align: right;
}
.grid-item-02{
  font-size: 2.2rem;
  padding-top: 4px;
}
.grid-item-02 .large {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  color: #26b0e8;
  font-size: 2.6rem;
}

@media (max-width: 840px){
  .worry h3  {
    font-size: 2.2rem !important;
  }
  .grid-item-02 {
    font-size: 2.0rem;
  }
  .grid-item-02 .large {
    font-size: 2.4rem;
  }
}

@media (max-width:519px) {
  .worry h3  {
    font-size: 2.1rem !important;
    text-align: left;
  }
  .worry h3 .text {
    display: inline;
  }
  .grid-item-02 {
    font-size: 1.8rem;
  }
  .grid-item-02 .large {
    font-size: 2.2rem;
  }
}


/*
=======================================================
# サービスの特長
=======================================================
*/
.features h3 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.common-features {
  background: #f9f9f9;
  margin: 80px auto 160px;
  padding: 52px 0;
  position: relative;
}
.common-features::before {
  content: '';
  position: absolute;
  bottom: -88px;
  left: 50%;
  margin-left: -140px;
  border-top: 88px solid transparent;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top-color: #f9f9f9;
}
.container  {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.container-box {
  background-color: #ffffff;
  text-align: center;
}
.features .col_ns {
  padding: 0 8px;
}
.common-features h4 {
  color: #ff2a77 !important;
  font-family: "Folk Medium";
  font-size: 2.0rem;
  margin-top: 16px !important;
  margin-bottom: 16px;
  text-align: center;
}
.feature-text {
  padding: 0 24px 24px;
  text-align: left;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .container  {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .common-features {
    padding: 64px 0;
  }
  .container  {
    max-width: 720px;
    padding: 0 80px;
  }
}
@media (min-width: 992px) {
  .container  {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container  {
    max-width: 1140px;
  }
}

@media (max-width:991px) {
  .features .col3-wrap > .col_ns {
    width: 100% !important;
    float: none;
    margin-bottom: 24px;
  }
  .features .col3-wrap > .col_ns img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (max-width: 840px) {
  .features h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .common-features {
    margin: 0px auto 160px;
  }
}

@media (max-width:519px) {
  .features h3 {
    font-size: 2.1rem;
  }
}


/*
=======================================================
# 申し込みボタン  
=======================================================
*/
.request-btn {
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  vertical-align:middle; 
}

.request-btn .button-02 {
  display: flex;
  margin: 4px auto;
  align-items: center;
  color: #000000; 
  position: relative;
  width: fit-content;
  gap: 1em;
}

.request-btn .btn_txt {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.request-btn .btn_txt span {
  font-size: 4.0rem;
  color: #ff2a77;
  vertical-align: text-bottom !important;
}
.request-btn .btn_txt #right {
  padding-right: 8px;
}
.request-btn .btn_txt #left {
  padding-left: 8px;
}
.label-free-02 {
  background: #ff3a77;
  color: #ffffff;
  padding: 2px 8px;
  font-size: 1.4rem !important;
  line-height: 1.5;
  vertical-align: middle;
}

@media (max-width:439px) {
  .request-btn .btn_txt {
    font-size: 2.2rem;
  }
  .request-btn .btn_txt span {
    font-size: 3.4rem;
  }
}
@media (max-width:374px) {
  .request-btn .btn_txt {
    font-size: 1.8rem;
  }
  .request-btn .btn_txt span {
    font-size: 2.4rem;
  }
}

/*
=======================================================
# 事例紹介
=======================================================
*/
#posts {
  background-color: #f9f9f9;
  margin: 120px auto 160px;
  padding: 80px 0;
  position: relative;
}
#posts::before {
  content: '';
  position: absolute;
  bottom: -88px;
  left: 50%;
  margin-left: -140px;
  border-top: 88px solid transparent;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top-color: #f9f9f9;
}
#posts .center-box {
  max-width: 300px;
  margin-bottom: 40px;
}
#posts h3 {
  font-size: 2.4rem;
}

/*
=======================================================
# サービスの流れ
=======================================================
*/
#service-flow {
  background-color: #F9F9F9;
  margin: 120px auto 0px;
  padding: 80px 20px 80px;
  position: relative;
}
#service-flow .center-box {
  max-width: 1200px;
  position: relative;
  z-index: 3;
}
#service-flow h3 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0;
}
.flow-box .step {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  margin: 52px 4px;
  padding: 4px 16px;
  position: relative;
}
.flow-box .step .number {
  font-size: 1.8rem;
}

.flow-box .flow-text {
  padding: 0 52px 32px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
.flow-box .flow-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 0 16px;
}

@media (min-width:768px) {
  .flow-box .step:not(#step_1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #f9f9f9;
    z-index: 1;
  }
  .flow-box .step:not(#step_3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #000000;
    z-index: 2;
  }
}

@media (max-width:767px) {
  #service-flow h3 {
    font-size: 2.4rem;
  }
  #service-flow .col3-wrap > .col_ns {
    width: 100% !important;
    float: none;
  }
}

/*
=======================================================
# よくある質問
=======================================================
*/
#faq-list {
  margin: 0 auto 0px;
  padding: 80px 20px 80px;
}
#faq-list .center-box {
  max-width: 1100px;
}
#faq-list h3 {
  font-size: 28px;
  line-height: 1.6;
  margin: -0.3em 0;
}
#faq-list .lead-copy {
  font-size: 16px;
  padding: 0 0 14px 40px;
  text-indent: -42px;
}
#faq-list .lead-copy span {
  font-size: 2.8rem;
  padding-right: 8px;
  vertical-align: text-bottom;
}
.faq-check {
  display: none;
}
.faq-label {
  box-sizing: border-box;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 24px 56px 20px 32px;
  text-align: left;
}
#acd-check5 + .faq-label {
  border-bottom: 1px solid #cccccc;
}
.faq-label::after {
  display: flex;
  align-items: center;
  font-family: "icomoon";
  content: "\e960";
  transition: all 0.3s;
  padding-left: 32px;
}

.faq-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 0;
  margin: 0 auto;
}
.faq-content p {
  margin: 0;
  padding: 40px 84px 40px 30px;
  word-break: break-all;
}
.faq-content ol {
  margin: 0 0 0 30px;
  padding: 0 84px 0 30px;
}
.faq-content .attention {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-left: 30px;
  text-indent: -18px;
}
.faq-check:checked + .faq-label + .faq-content {
  height: auto;
  opacity: 1;
  padding: 15px 0;
  visibility: visible;
  word-break: break-all;
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align: left;
}
#acd-check5.faq-check:checked + .faq-label + .faq-content {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  display: block;
}
#acd-check5.faq-check:checked + .faq-label + .faq-content p {
  padding-bottom: 16px;
}
#acd-check5.faq-check:checked + .faq-label + .faq-content figure {
  padding-left: 40px;
}
.faq-check:checked + .faq-label::after {
  transform: rotate(180deg);
}

@media (max-width: 960px) {
  .faq-label {
      width: 95%;
  }
  .faq-content {
      width: 95%;
  }
  .faq-check:checked + .faq-label + .faq-content {
      padding: 10px 0;
  }
}
@media (max-width: 519px) {
  .faq-label {
    padding: 20px 24px 16px;
  }
}


/*
=======================================================
# 外部リンク
=======================================================
*/
#external-link {
  margin: 120px auto 80px;
}
.flex_test-box {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex_test-item {
  margin:  16px;                  /* 外側の余白 */
}

.flex_test-item a {
  color:  #fff;                   /* 文字色 */
  text-decoration:  none;         /* デフォルトCSS打ち消し */
}

.flex_test-item img {
  vertical-align: middle;
}


/*
=======================================================
# モバイル用リンクボタン
=======================================================
*/
.mobile .simple_square_btn {
  display: block;
  position: relative;
  padding: 16px 24px 16px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgb(255 58 119 / 100%);
  border: 1px solid #ff2a77;
  border-radius: 0;
  margin: 80px 40px;
  border-radius: 0;
  font-size: 1.6rem;
  width: auto;
}

@media (max-width:767px) {
  #navigation {
    padding: 0px 40px 0;
  }
}

/* メニュー */
.new-03 {
	background: #ff2a77;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 4px 8px;
	font-size: 1.2rem !important;
	margin-right: 8px;
	position: relative;
	top: -6px;
}
