@charset "UTF-8";
/*
=======================================================
# 共通
=======================================================
*/
.keni-header_wrap {
  position: absolute;
  z-index: 99;
}
.col1 .header-scroll {
  margin-top: 16px;
}
@media(min-width:768px){
  .col1 .keni-main_outer {
    margin-top: -24px;
}
	div.keni-main_inner {
		padding-top: 60px;
	}
}
@media(max-width:767px){
	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 (min-width:768px) {
  .col1 .keni-main_outer {
    margin-top: -32px;
}
}
/* ハンバーガーメニュー*/
@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,
.page-id-17654 .keni-main_inner,
.page-id-17657 .keni-main_inner {
  padding: 0;
  margin-top: -60px;
} 

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

@media (min-width:768px) {
  .col1 .page-id-17050 .keni-main_outer,
  .col1 .page-id-17654 .keni-main_outer,
  .col1 .page-id-17657 .keni-main_outer {
    margin-top: -88px;
}
}

/*
=======================================================
# メインビジュアル
=======================================================
*/
@media (max-width: 519px){
  .keni-main .keni-section_wrap {
      padding: 0;
  }
  }
  
  .main-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 88vh;
    height: 88svh;
    overflow: hidden;
    z-index: 100;
  }
  .main-visual .overlay {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .main-visual__image {
    position: absolute;
    width: 100%;
    height: 100%;
    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.2);
    }
    100% {
    opacity: 0;
    }
  }
  
  .main-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 84%;
  }
  
  @media (max-width:767px) {
    .main-visual__image img {
      object-position: 0 50%;
    }
  }
  
  .main-visual .link-box {
    line-height: 1.5;
    position: absolute;
    right: 40px;
    top: 90px;
    white-space: nowrap;
    z-index: 2;
  }

  .main-visual .link-box .sub-title {
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 200;
    padding: 4px 16px;
    position: absolute;
    right: 0;
    top:0;
  }
  .main-visual .link-box .sub-title.inactive {
    display: none;
  }
  .main-visual .link-box:hover .sub-title.active {
    display: none;
  }
  .main-visual .link-box:hover .sub-title.inactive {
    display: inline-block;
  }
  .main-visual .login-text {
    position: absolute;
    right: 60px;
    top: 120px;
    z-index: 2;
  }
  .main-visual .login-text a {
    color: #ffffff;
    font-size: 1.1rem;
  }
  .main-visual .login-text a span {
    padding-left: 8px;
  }
  .content-box {
    margin: 0 auto;
    position: absolute;
    top: 54%;
    left: calc(50% + 40px);
    -webkit-transform: translate(-50%,-44%);
    transform: translate(-50%,-44%);
    width: 88%;
    max-width: 960px;
    z-index: 3;
  }
  .content-box_inner {
    z-index: 2;
  }
  .content-box_inner > div {
    display: inline-table;
  }
  .text-box {
    margin: 0 auto;
  }
  .text-box h2 {
    color: #ffffff !important;
    font-size: 2.2rem !important;
  }
  .text-box p {
    color: #ffffff;
    font-size: 2.4rem !important;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom:4vh !important;
    margin-bottom:4svh !important;
    margin-top: 40px;
  }

  .text-box .text02 {
    display: block;
    font-size: 3.4rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 24px;
  }

  .text-box .text04 {
    display: table;
    float: left;
    font-size: 3.4rem;
  }
  .text-box .text04 .text04-box {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: bold;
    color: #ffffff;
  }
  .text-box .text04 .text04-box .text04-highlight {
    font-size: 5.0rem;
    padding-right: 8px;
  }
  .text-box .text04 .text04-box .text04-red {
    font-size: 5.6rem !important;
    color: #fff;
    background-color: #ff165e;
    border-radius: 4px;
    margin: 0 12px 0 14px;
    padding: 6px 22px 0;
    vertical-align: middle;
  }

.logo-area {
  display: inline-block;
  margin-left:8px;
  margin-top: 16vh;
  margin-top: 16svh;
  }

  .logo-area img {
    width: 520px;
    height: 100px;
    margin-right: 16px;
  }
  .logo-area h1 {
    color: #ffffff !important;
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
    margin: 12px 0 0 !important;
    max-width: 520px;
    padding: 0 !important;
    text-align: left;
  }
  .logo-area h1 .name {
    padding-left: 4px !important;
  }

  @media (max-width: 919px) {
    .text-box .text02 {
      margin-bottom: 24px;
    }
    .logo-area {
      margin-top: 10vh;
      margin-top: 10svh;
    }
    .logo-area .col2-wrap .col_ns {
      display: contents !important;
    }
  }
  
  @media (max-width:767px) {
    html {
      margin-top: 0 !important;
    }
    .main-visual .link-box, 
    .main-visual .login-text {
      display: none;
    }
    .text-box h2 {
      font-size: 2.2rem !important;
      line-height: 1.4 !important;
    }
    .text-box p {
      font-size: 2.0rem !important;
    }
    .logo-area img {
      width: 400px;
      height: auto;
  }
  }
  
  @media (max-width:519px) {
    .text-box h2 {
      font-size: 1.8rem !important;
      line-height: 1.4 !important;
    }
    .text-box p {
      font-size: 1.7rem !important;
    }
    .text-box .text02 {
      font-size: 3.0rem;
    }
    .text-box .text04 {
      font-size: 3.0rem;
    }
    .text-box .text04 .text04-box .text04-highlight {
      font-size: 4.6rem;
    }
    .text-box .text04 .text04-box .text04-red {
      font-size: 4.8rem !important;
      margin: 0 12px 0 14px;
    }
    .logo-area img {
      width: 320px;
      height: auto;
    }
  }

@media (max-width:428px) {
  .content-box {
    left: 50%;
    max-width: 320px;
  }
  .text-box h2 {
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
  }
  .text-box p {
    font-size: 1.5rem !important;
  }
  .text-box .text02 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .text-box .text04 {
    font-size: 2.4rem;
  }
  .text-box .text04 .text04-box .text04-highlight {
    font-size: 4.0rem;
  }
  .text-box .text04 .text04-box .text04-red {
    font-size: 4.2rem !important;
    margin: 0 8px 0 10px;
  }
}

@media (max-width:374px) {
  .text-box p {
    font-size: 1.4rem !important;
  }
  .text-box .text02 {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
  .text-box .text04 {
    font-size: 1.9rem;
  }
  .text-box .text04 .text04-box .text04-highlight {
    font-size: 3.2rem;
  }
  .text-box .text04 .text04-box .text04-red {
    font-size: 3.2rem !important;
    margin: 0 4px 0 4px;
  }
}
  
@media (orientation: landscape) and (max-width: 1024px) {
  .main-visual {
    height: 100vh;
    height: 100svh;
  }
  .content-box {
    max-width: none;
    width: 60%;
  }
  .text-box p {
    font-size: 1.6rem !important;
  }
  .text-box .text02 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .text-box .text04 {
    font-size: 2.8rem;
  }
  .text-box .text04 .text04-box .text04-highlight {
    font-size: 3.8rem;
  }
  .text-box .text04 .text04-box .text04-red {
    font-size: 4.0rem !important;
    border-radius: 3px;
    margin: 0 8px 0 10px;
  }
  .logo-area .col2-wrap .col_ns {
    display: inline !important;
  }
}

  /* インテリアページ */
  #interior .text-box .text02 {
    margin-bottom: 8px;
}
  #interior .text-box .text04 .text04-box {
    line-height: 2.0;
  }
  #interior .logo-area {
    margin-top: 8vh;
    margin-top: 8svh;
  }
  #interior .text-box .text04 .text04-box .text04-red {
    margin: 0 12px 0 4px !important;
  }

  @media (max-width:767px) {
    #interior .content-box {
      left: 50%;
    }
    #interior .text-box p {
      font-size: 1.8rem !important;
    }
    #interior .text-box .text04 .text04-box .text04-highlight {
      font-size: 4.0rem;
    }
  }
  @media (max-width:519px) {
    #interior .text-box .text04 .text04-box .text04-highlight {
      font-size: 3.3rem;
    }
    #interior  .logo-area h1 {
      font-size: 1.3rem !important;
    }
  }
  @media (max-width:428px) {
    #interior .text-box p {
      font-size: 1.6rem !important;
    }
    #interior .text-box .text04 .text04-box .text04-highlight {
      font-size: 2.8rem;
    }
  }
  @media (max-width:374px) {
    #interior .text-box .text04 .text04-box .text04-highlight {
      font-size: 2.5rem;
    }
  }
  @media (orientation: landscape) and (max-width: 1024px) {
    #interior .content-box {
      width: 70%;
    }
  }
/*
=======================================================
# メインビジュアル下
=======================================================
*/
.reason {
  background-color: #000000;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  padding: 24px 40px;
}
.reason-inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 960px;
}

.reason-inner .caption {
  color: #ffffff;
  margin: 0 auto;
  max-width: 280px;
  margin-bottom: 24px;
  position: relative;
}
.reason-inner .caption::before {
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #ffffff;
  left: -4%;
  bottom: 6px;
  transform: rotate(-20deg);
  display: block;
  content: "";
}
.reason-inner .caption::after {
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #ffffff;
  right: -4%;
  bottom: 6px;
  transform: rotate(20deg);
  display: block;
  content: "";
}
.reason-inner .col3-wrap {
  margin: 0 !important;
}
.reason-box {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  height: 80px;
  padding: 0 24px;
  position: relative;
  text-align: right;
}
.reason-box span.text-bold {
  font-size: 2.4rem;
  font-weight: bold;
}
.reason-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: right;
  opacity: 70%;
}
.reason-box p {
  margin-bottom: 0 !important;
  max-width: 178px;
  position: absolute;
  text-align: left;
  top:16%;
}
@media (min-width: 520px) and (max-width: 959px) {
  .reason-box img {
    opacity: 20%;
  }
}
@media (min-width: 520px) and (max-width: 699px) {
  .reason-box {
    padding: 0 12px;
  }
  .reason-box span.text-bold {
    font-size: 1.8rem;
  }
  .reason-box p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media (min-width: 520px) {
  .reason {
    height: 22vh;
    height: 22svh;
  }
  #reason_02.reason-box {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 519px) {
  .reason-inner .col3-wrap {
    margin: 0 auto!important;
    max-width: 360px;
}
  .reason .col3-wrap > .col_ns {
    width: 100%;
  }
  .reason .col3-wrap > .col_ns:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 16px;
  }
  .reason-box {
    border-left: none;
    border-right: none;
    height: 52px;
  }
  #reason_02.reason-box {
    height: 80px;
  }
  .reason-box p {
    font-size: 1.5rem;
    max-width: 188px;
    line-height: 1.3;
  }
  .reason-box span.text-bold {
    font-size: 2.6rem;
    padding-right: 4px;
  }
}
@media (max-width:428px) {
  .reason-inner .caption {
    line-height: 1.4;
  }
  .reason-box {
    padding: 0 16px;
  }
  #reason_02.reason-box {
    height: 72px;
  }
  .reason-box p {
    font-size: 1.4rem;
    line-height: 1.3;
    max-width: 168px;
  }
  .reason-box span.text-bold {
    font-size: 2.2rem;
    padding-right: 4px;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .reason {
    height: auto;
  }
}
/*
=======================================================
# サービスコピー
=======================================================
*/
#service {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: block;
}
#service .center-box {
  max-width: 920px;
}
#service .center-box h2 {
  font-size: calc(28px + 4 * ((100vw - 320px) / 447));
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 660px;
  padding: 0 16px;
  position: relative;
  text-align: left;
}
#service .lead-copy {
  font-size: 1.6rem;
}
#service .center-box ul {
  text-align: left;
  padding: 0 48px 16px;
}
#service .center-box li {
  font-size: 1.8rem;
}
#service .center-box li span {
  padding-right: 8px;
}
#service .center-box li span.underline {
  text-decoration: underline 1px wavy #cccccc !important;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  #service .center-box h2 {
    font-size: 3.4rem;
    max-width: 920px;
}
}
@media (min-width: 561px){
  #service .text-break-none {
      display: none;
  }
  #service .center-box h2 {
    text-align: center;
}
}
  
@media (max-width: 560px){
  #service .text-break {
    display: none;
  }
}

@media (max-width:374px) {
  #service .center-box h2 .text {
    display: inline;
  }
}
/*
=======================================================
# 申し込みボタン  
=======================================================
*/
.request-btn {
  margin: 0 auto;
  text-align: center;
}
.request-btn .simple_square_btn {
  display: inline-block;
  position: relative;
  width: 400px;
  padding: 12px 0 12px 24px;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  background: #ff3a77;
  border: 1px solid #ff3a77;
  margin: 0 auto;
}

.request-btn-01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 360px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ff3a77;
  border: 1px solid #ff3a77;
  transition: 0.3s;
}

.request-btn-01 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -5px;
  width: 97%;
  height: 2px;
  background-color: rgb(255 58 119 / 70%);
  transition: 0.2s ease 0s;
}

.request-btn-01 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: rgb(255 58 119 / 70%);
  transition: 0.2s ease 0.2s;
}

.request-btn-01 a:hover::before {
  width: 0%;
}

.request-btn-01 a:hover::after {
  height: 0%;
}

.request-btn-01 a:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.label-free-02 {
  background: #ffffff;
  border: 1px solid #ff3a77;
  color: #ff3a77;
  padding: 1px 4px;
  font-size: 1.4rem !important;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-left: 16px;
  vertical-align: middle;
}
.label-free-02:focus,
.label-free-02:hover {
  background: #ff3a77;
  color: #ffffff;
}
@media (max-width:519px) {
  .request-btn-01 a {
    display: block;
    width: 300px;
  }
}
@media (max-width:320px) {
  .request-btn-01 a {
    width: 240px;
    padding: 1em;
  }
}
/*
=======================================================
# サークルカテゴリー
=======================================================
*/
/* #categorys {
  margin: 64px auto 0;
  max-width: 800px;
}

.circle {
  width: 120px;
  height: 120px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  margin: 16px auto;
}
.circle img {
  margin: 20px auto 12px;
}
.circle span {
  font-size: 3.6rem;
  text-align: center;
  color: #ffffff;
  padding: 0 !important;
  position: relative;
  top: 20%;
}
.circle p {
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  padding-left: 0;
  position: relative;
  top:25%;
} */

/*
=======================================================
# ７つのポイント
=======================================================
*/

.features-points{
	font-family: 'Noto Sans JP', sans-serif;;
	font-weight: 600;
	font-size: 2.4rem;
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}

.features-points-02{
	color: #FF165E;
	font-size: 7.0rem;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}

@media (min-width : 768px){
	.features-points{
		font-size: 3.6rem;
		line-height: 1.3;
    margin-top: 80px;
    margin-bottom: 32px;
	}
	.features-points-02{
		font-size: 10.0rem;
}
}


/* 7つのポイント*/
.features{
  background: #f9f9f9;
  margin: 0 auto;
  max-width: 1000px;
  padding: 28px 20px 20px;
}
@media (min-width : 768px){
	.features {
		padding: 40px 20px 20px;
	}
}

@media (max-width : 1023px){
  .features{
    margin: 0 8px;
  }
}

.points {
  max-width: 1000px;
  margin: 0 auto;
	background-color: #f9f9f9;
  position: relative;
	text-align: center;
	display: inline-block;
	}

/* beforeで三角を表現 */
.points::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;
}

.feature-box {
position: relative;
width: 96%;
margin-bottom: 4%;
display: inline-table;
background-color:#ffffff;
}
.feature-img img {
width: 100%;
height: 88px;
object-fit: cover;
position: relative;
}
.feature-text {
text-align: center;
width: 100%;
height: 100%;
}
.feature-number{
width: 48px;
height: 48px;
margin-top: 12px;
position: absolute;
top: 64px;
left: 0;
right: 0;
margin: 0 auto;
background: rgba(255, 22, 94, 0.8);
border-radius: 2px;
}

.feature-number p {
	color: rgba(255, 255, 255,1.0);
	font-size: 4.0rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 0;
}

.feature-text h3 {
background-color: transparent;
border-top: none!important;
border-bottom: none!important;
font-size: 1.8rem;
font-weight: bold;
font-style: normal;
line-height: 1.6;
margin: 36px 0 24px;
padding: 0;
transform: rotate(0.03deg);
}

.feature-text > p {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 0 16px;
	text-align: left;
}

@media screen and (min-width: 768px){
.feature-text h3 {
font-size: 2.0rem;
}
.features-text {
padding-bottom: 0;
}
}

/*そして*/
.features-text {
	font-size: 2.4rem;
	margin: 40px 0 120px;
	}
	
	.features-text .box {
		border: 1px solid #cccccc;
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
	}
	.features-text .box:not(:first-child) {
		margin-left: 8px;
	}
	.features-text .box span {
		position: absolute;
    left: 4px;
    top: 4px;
	}
	@media screen and (min-width: 768px){
		.features-text {
		font-size: 2.8rem;
	}
	}


/*ポイント7*/
.feature-box-7 {
width: 96%;
position: relative;
display: inline-table;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
font-style: normal;
transform: rotate(0.03deg);
}
.feature-number-7 {
width: 48px;
height: 48px;
position: absolute;
top: -23px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 1;
background: rgba(255, 22, 94, 0.8);
border-radius: 2px
}
.feature-number-7 p {
	color: rgba(255, 255, 255,1.0);
	font-size: 4.0rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 0;
	transform: rotate(0.03deg);
}

.feature-img-back {
	position: relative;
}
.feature-img-back img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%;
}

.feature-text-7{
	  position: absolute;
	  top: 55%;
	  left: 50%;
	  -webkit-transform : translate(-50%,-50%);
	  transform : translate(-50%,-50%);
	  width: 90%;
	  text-align: center;/*一応BOX内の文字も中央寄せ*/
		height: 120px;
		display: table;
}

.feature-img-back-02 {
	display: block !important;
}
.feature-img-back-01 {
	 display: none !important;
 }

 .feature-text-7 > p {
 	display:table-cell;
 	vertical-align: middle;
 	font-size: 1.8rem;
 	line-height: 1.6;
 	color: #ff165e;
 }


@media screen and (min-width: 561px) {
  .feature-img-back img {
  	object-position: 50% 50%;
  }
.feature-img-back-01 {
	display: block !important;
 }
.feature-img-back-02 {
	display: none !important;
}
.feature-text-7 > p {
font-size: 2.4rem;
}
}



/* ballon*/
.feature-box-7-ballon {
  position: absolute;
	top:-80px;
	text-align: center;
	margin: 0 auto;
  background-color: #ff165e;
	border-radius: 2px;
	width: 220px;
	height: 48px;
}

.feature-box-7-ballon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 40px;
  bottom: -24px;
  border-top: 32px solid #ff165e;
  border-left: 20px solid transparent;
}

.feature-box-7-ballon > P {
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	width: 100%;
	font-size: 1.6rem;
	color:#ffffff;
}



@media screen and (min-width: 768px) {
.feature-box-7-ballon {
  top:-64px;
}

.feature-box-7-ballon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 60px;
  bottom: -15px;
  border-top: 15px solid #ff165e;
  border-left: 15px solid transparent;
}

.feature-box-7-ballon > P {
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	width: 100%;
	font-size: 1.8rem;
	color:#ffffff;
}
}

.points .note {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 16px;
	padding: 16px;
}


/*
=======================================================
# 事例紹介
=======================================================
*/
#posts {
  padding-top: 200px;
  margin: -80px auto 40px;
}
#posts .center-box {
  max-width: 600px;
}
#posts h3 {
  font-size: 2.4rem;
}
#posts p {
  padding: 0 40px;
  text-align: center;
}

@media(max-width:520px) {
  #posts .center-box {
    max-width: 360px;
  }
  #posts p {
    text-align: left;
  }
}

.wp-block-group {
  margin: 0 24px;
}

#professional_post {
  margin: 0 auto;
  max-width: 1000px;
}
#professional_post .entry {
  position: relative;
}
.keni-main .entry-list_style02 .entry_thumb img {
  object-fit: cover;
  object-position: 50% 60%;
  width: revert-layer;
  height: 120px;
}
#professional_post .entry_inner {
  left: -16px;
  position: relative;
}
.entry-list h2.entry_title {
  font-weight: normal;
  font-size: 1.5rem;
}
.entry_status li.entry_category_item {
  border-radius: 0;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 1.1rem;
}
.entry_status .entry_category li.build {
  background: #ff8e20;
  border: 1px solid #ff8e20;
}
.entry_status .entry_category li.renovation {
  background: #5bc436;
  border: 1px solid #5bc436;
}
.entry_status .entry_category li.reform {
  background: #ed57d1;
  border: 1px solid #ed57d1;
}
.entry_category_item#term_plan_type a {
  color: #ffffff  !important;
}
.post .entry_status .entry_category_item a:hover,
.post .entry_status .entry_category_item a:active,
.post .entry_status .entry_category_item a:focus {
color: #ffffff !important;
opacity: 0.65;
}
.entry_status .entry_date {
  display: none !important;
}

.entry_description,
.ently_read-more {
  display: none !important;
}
/*
=======================================================
# サービスの流れ
=======================================================
*/
#service-flow {
  margin: 120px auto 0px;
  padding: 80px 20px 80px;
  position: relative;
}
#service-flow .center-box {
  max-width: 1100px;
  position: relative;
  z-index: 3;
}
#service-flow h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  padding: 4px 0;
}
#service-flow .caption {
  color: #ffffff;
  padding: 24px 40px;
  text-align: left;
  margin: 0 auto;
  max-width: 780px;
}
#service-flow .flow-a {
  margin: 24px auto;
  padding-top: 5px;
  width: 140px;
  height: 140px;
  background-color: rgb(255 255 255 / 20%);
  position: relative;
  border: 1px solid #ffffff;
}

#service-flow .flow-b {
  margin: 24px auto;
  padding-top: 5px;
  width: 140px;
  height: 140px;
  background-color: rgb(255 255 255 / 20%);
  position: relative;
  border: 1px dashed rgb(255 255 255 / 100%);
}
#service-flow .flow-a::after,
#service-flow .flow-b::after{
  position: absolute;
  top: 36%;
  margin-left: 80px;
  content: "\e96c";
  color: #ffffff;
  font-family: 'icomoon';
}
#service-flow .last .flow-b::after {
  content: "";
}
#service-flow p.number {
  font-style: italic;
  font-family: heisei-mincho-std, serif;
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin: 24px auto 12px;
}
#service-flow p.number-b {
  font-style: italic;
  font-family: heisei-mincho-std, serif;
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin: 24px auto 12px;
}
#service-flow p.flow-text {
  position: relative;
  top: 20%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
#service-flow p.flow-text-b {
  position: relative;
  top: 20%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 1051px){
  #service-flow .bg_img.tablet {
    display: none;
  }
}
@media (max-width: 1050px){
  #service-flow .col5-wrap {
    margin: 0 auto 1em;
    max-width: 800px;
}
  #service-flow .col5-wrap>.col_ns {
    width: 33.33333333%;
  }
  #service-flow .flow-a::after, 
  #service-flow .flow-b::after {
    margin-left: 74px;
}
#service-flow .bg_img.pc {
  display: none;
}
}
@media (max-width: 519px){
  #service-flow .col5-wrap>.col_ns {
    width: 100%;
  }
  #service-flow .flow-a::after, 
  #service-flow .flow-b::after {
    top: 100%;
    margin-left: -8px;
    content: "\e960";
    font-family: 'icomoon';
}
}

#service-flow .overlay {
  background-color: rgb(198 128 45 / 10%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#service-flow .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/*
=======================================================
# よくある質問
=======================================================
*/
#faq-list {
  background: #f9f9f9;
  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;
  }
}
/*
=======================================================
# 用途別カテゴリ―
=======================================================
*/
.title {
  padding-top: 200px;
  margin: -80px auto 40px !important;
}
.title.center-box {
  max-width: 640px;
}
.title span {
  color: #ff2f70;
  padding-right: 8px;
  transform: scale(-1);
}
.title h3 {
  font-size: 2.4rem !important;
}
.title p {
  padding: 0 40px;
  text-align: left;
}

.use_categorys {
  	background: #f9f9f9;
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
}

.col3-wrap.use_category {
	margin: 0;
}
.use_category .col {
	background: #ffffff;
	text-align: center;
}
#use_category_3 .col:last-child {
  margin-bottom: 0;
}

.use_category .col p {
	margin-bottom: 0;
}

@media (min-width: 768px){
  .use_categorys .keni-section_wrap.widget {
      padding: 10px 20px;
  }
	#use_category_3 .col {
		margin-bottom: 0;
	}
}
@media(min-width: 480px){
  #use_category_3 .col:nth-child(n+3) {
		margin-bottom: 0;
	}
}

.use_category a {
	color: #3f3f3f;
}
.use_category a:hover,
.use_category a:active,
.use_category a:focus {
	color: #00a0e9 !important;
}
.use_category P {
	margin: 0;
}
.category-name {
	font-size: 1.8rem;
	padding-top: 8px;
	padding-bottom: 8px;
}
.use-category-japanese {
	font-size: 1.1rem;
  padding: 0 8px 4px;
	line-height: 1.8;
}
.use_category .button:hover {
  letter-spacing: 2px;
}

/*
=======================================================
# サービス テキスト（リンク上）
=======================================================
*/
/* リードコピー */
#service-text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: block;
}
#service-text .center-box {
  max-width: 920px;
}
#service-text .down {
 font-size: 3.0rem;
}
#service-text .center-box h1 {
  font-size: 2.1rem !important;
  font-weight: normal;
  padding: 0 24px;
}

#service-text .center-box h2 {
  font-size: calc(28px + 6 * ((100vw - 320px) / 447));
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 660px;
  padding: 0 24px;
  position: relative;
  text-align: left;
}
.ballon {
  position: absolute;
  top: -8px;
  right: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: #ff165e;
  border-radius: 2px;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 8px 24px;
}

#service-text .lead-copy {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  #service-text .center-box h2 {
    font-size: 3.1rem;
    text-align: center;
    max-width: 920px;
}
}
@media (max-width: 767px) {
  #service-text .center-box h1 {
    margin-bottom: 60px;
  }
  .ballon {
    top: -48px;
}
}
@media (max-width:559px) {
  #service-text .center-box h1 {
    text-align: left;
    max-width: 380px;
    margin: 0 auto 60px;
  }
  .ballon {
    top: -60px;
    right: 0;
  }
}


/*
=======================================================
# 外部リンク
=======================================================
*/
#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 #ff3a77;
  border-radius: 0;
  margin: 80px 40px;
  border-radius: 0;
  font-size: 1.6rem;
  width: auto;
}

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

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

/*
=======================================================
# 建築家
=======================================================
*/
#post-17654 .text-box .text03.text03-02 span {
  font-size: 4.0rem;
}