@charset "utf-8";
/* CSS Document */
.newstop_b .catelabel {
  background: #DDDBDB;
  padding: 2px 10px;
  border-radius: 50px;
}
.newstop_b .webgene-blog .webgene-item a > .flex {
 
  padding: 20px 0;
}


.card_wrap {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.card_wrap .card_box {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  min-height: 320px;
  transition: transform .3s, box-shadow .3s;
}
.card_wrap .card_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.card_wrap .card_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
  transition: background .3s;
}
.card_wrap .card_box:hover::after {
  background: rgba(0, 0, 0, .5);
}
.card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
body .card_wrap .bg_img_wrap2 {
  transition: transform .6s ease;
}
/* カード設定 */
.card_wrap .card_box {
  position: relative;
  overflow: hidden;
}
/* hoverズーム */
.card_wrap .card_box:hover.bg_img_wrap2 {
  transform: scale(1.02);
}
.card_wrap .card_box a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  min-height: 320px;
  padding: 20px;
  box-sizing: border-box;
}
.card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
.card_wrap .underline::after {
  background: #fff;
}
.card_wrap, .card_wrap p, .card_wrap h2 {
  color: #fff;
}
.card_wrap .more {
  margin-top: 20px;
}
.card_wrap .more p {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  transition: .3s;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.card_wrap .line1::after {
  background: #fff;
}
@media screen and (max-width:768px) {
  .card_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.product {
  gap: 24px;
}
.product .boxwrap {
  width: 47%;
  min-width: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.product .boxwrap .leftbox {
  width: 34%;
  flex-shrink: 0;
}
.product .boxwrap .rightbox {
  width: 58%;
}
.product .boxwrap .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd8d3;
}
.product .boxwrap .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product .boxwrap .txtbox {
  min-width: 0;
}
.product .boxwrap .entitle2 {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ece4de;
  color: #9b7a53;
  letter-spacing: .08em;
  margin-bottom: 14px;
  line-height: 1;
}
.product .boxwrap h3 {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #4c4844;
}
.product .boxwrap .txtbox > p:last-child {
  margin-top: 12px;
  line-height: 1.8;
}
/* 1080以下で少しだけ詰める */
@media screen and (max-width: 1080px) {
  .product .boxwrap {
    width: 100%;
    gap: 20px;
    max-width: 550px;
  }
  .product .boxwrap .leftbox {
    width: 36%;
  }
  .product .boxwrap .rightbox {
    width: 56%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .product {
    flex-direction: column;
    gap: 32px;
  }
  .product .boxwrap {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    gap: 18px;
  }
  .product .boxwrap .leftbox {
    width: 38%;
  }
  .product .boxwrap .rightbox {
    width: 56%;
  }
}
@media screen and (max-width: 576px) {
  .product .boxwrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .product .boxwrap .leftbox, .product .boxwrap .rightbox {
    width: 100%;
  }
}
.voice_list.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.voice_item {
  width: calc((100% - 40px) / 3);
  background: #fff;
  border: 1px solid #EFECEA;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.voice_item .imgbox {
  margin-bottom: 14px;
  line-height: 0;
}
.voice_item .imgbox img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.voice_item .txtbox h3 {
  margin: 0 0 10px;
}
.voice_item .txtbox .lineheight22 {
  margin: 0 0 12px;
  color: #555;
}
.voice_item .txtbox .voice_info {
  margin: 0;
  color: #666;
}
@media (max-width: 1080px) {
  .voice_item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .voice_item {
    width: 100%;
  }
}
.service.flex {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 40px);
}
/* 見出しは1行フル幅 */
.service.flex .service_head {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
/* 左の大画像 */
.service.flex .service_item {
  width: 40%;
  max-width: 560px;
  flex-shrink: 0;
}
.service.flex .service_item .imgbox {
  width: 100%;
}
.service.flex .service_item .imgbox img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
/* 中央テキスト */
.service.flex .service_body {
  width: 35%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
}
/* service_body内の2枚目画像 */
.service.flex .service_body > .imgbox {
  width: 42%;
  max-width: 250px;
  margin-top: 28px;
  align-self: flex-end;
  margin-right: -40px;
}
.service.flex .service_body > .imgbox img {
  width: 100%;
  display: block;
  border-radius: 14px;
}
/* 右側 */
.service.flex .service_side {
  width: 16%;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: -120px;
}
.service.flex .service_side .ennum {
  font-size: clamp(70px, 8vw, 120px);
  line-height: 1;
  color: #cfc7c2;
  font-family: serif;
}
.service.flex .service_side .service_copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 300;
  letter-spacing: 0.22em;
  line-height: 2;
  color: #4C4844;
}
@media (max-width: 1080px) {
  .service.flex {
    gap: 32px;
  }
  .service.flex .service_head {
    margin-bottom: 10px;
  }
  .service.flex .service_side {
    order: 1;
    width: 100%;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .service.flex .service_item {
    order: 2;
    width: 48%;
  }
  .service.flex .service_body {
    order: 3;
    width: 42%;
    min-width: 0;
    margin-top: 0;
  }
  .service.flex .service_side .service_copy {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
@media (max-width: 768px) {
  .service.flex {
    gap: 28px;
  }
  .service.flex .service_head {
    margin-bottom: 10px;
  }
  .service.flex .service_item, .service.flex .service_body, .service.flex .service_side {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .service.flex .service_item {
    order: 1;
  }
  .service.flex .service_body {
    order: 2;
    max-width: 520px;
    margin: 0 auto;
  }
  .service.flex .service_side {
    order: 0;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
  .service.flex .service_item .imgbox {
    max-width: 520px;
    margin: 0 auto;
  }
  .service.flex .service_body h3 {
    margin-bottom: 18px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .service.flex .service_body .more {
    margin: auto;
  }
  .service.flex .service_body p {
    font-size: 14px;
    line-height: 2;
  }
  .service.flex .service_body > .imgbox {
    margin-right: 0;
  }
  .service.flex .service_side .ennum {
    font-size: 56px;
  }
  .service.flex .service_side .service_copy {
    writing-mode: horizontal-tb;
    line-height: 1.8;
    text-align: center;
  }
}
.service.flex.service02 .service_item {
  order: 3;
}
.service.flex.service02 .service_body {
  order: 2;
}
.service.flex.service02 .service_side {
  order: 1;
  margin-top: -40px;
}
/* SPでは通常順に戻す */
@media (max-width: 768px) {
  .service.flex.service02 .service_item {
    order: 2;
  }
  .service.flex.service02 .service_body {
    order: 3;
  }
  .service.flex.service02 .service_side {
    margin-top: 0;
  }
}
.section01 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.33)), url("https://kokua-totalcare.com/system_panel/uploads/images/top0.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(32px, 4vw, 72px);
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.top_a .leftbox, .top_a .rightbox {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.top_a .txtbox {
  width: 32%;
  min-width: 380px;
  padding-top: 18px;
}
/* 画像共通 */
.top_a .imgbox {
  overflow: hidden;
  border-radius: 14px;
  line-height: 0;
}
.top_a .imgbox img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}
/* 左カラム
   上：右寄せ
   中：左端ピタ
   下：少し中央寄せ
*/
.top_a .leftbox .imgbox:nth-child(1) {
  width: clamp(120px, 62%, 150px);
  align-self: flex-end;
}
.top_a .leftbox .imgbox:nth-child(2) {
  width: clamp(180px, 78%, 210px);
  align-self: flex-start;
  margin-top: 40px;
  margin-left: 40px;
}
.top_a .leftbox .imgbox:nth-child(3) {
  width: clamp(110px, 70%, 190px);
  align-self: center;
  margin-top: 30px;
}
/* 右カラム
   上：右端ピタ
   下：少し内側
*/
.top_a .rightbox .imgbox:nth-child(1) {
  width: clamp(220px, 88%, 300px);
  align-self: flex-end;
  margin-top: 82px;
  border-radius: 14px 0 0 14px;
}
.top_a .rightbox .imgbox:nth-child(1) img {
  border-radius: 14px 0 0 14px;
}
.top_a .rightbox .imgbox:nth-child(2) {
  width: clamp(150px, 62%, 190px);
  align-self: flex-start;
  margin-top: 110px;
}
/* タブレットで少しだけ詰める */
@media (max-width: 1080px) {
  .top_a {
    gap: 28px;
  }
  .top_a .txtbox {
    min-width: 320px;
  }
  .top_a .leftbox .imgbox:nth-child(2) {
    margin-left: 0px;
  }
  .top_a .rightbox .imgbox:nth-child(1) {
    margin-top: 56px;
  }
  .top_a .rightbox .imgbox:nth-child(2) {
    margin-top: 90px;
  }
}
/* SP */
@media (max-width: 768px) {
  .top_a {
    flex-direction: column;
    gap: 32px;
    padding: auto 0px;
  }
  .top_a .leftbox, .top_a .rightbox, .top_a .txtbox {
    width: 100%;
    min-width: 0;
  }
  .top_a .txtbox {
    padding-top: 0;
    max-width: 350px;
    margin: auto;
  }
 
  
    
  .top_a .leftbox .imgbox:nth-child(1), .top_a .leftbox .imgbox:nth-child(2), .top_a .leftbox .imgbox:nth-child(3), .top_a .rightbox .imgbox:nth-child(1), .top_a .rightbox .imgbox:nth-child(2) {
    width: calc(50% - 8px);
         max-width: 300px;
    margin: 0;
    align-self: auto;
  }
     .top_a .leftbox{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }
  .top_a .leftbox .imgbox:nth-child(1) {
    width: 42%;
    align-self: flex-end;
  }
    .top_a .leftbox .imgbox:nth-child(2) {
        margin-top: -80px;}
.top_a .leftbox .imgbox:nth-child(3) {
  margin-left: auto;
  margin-top: -120px;
  position: relative;
  z-index: 3;
    margin-bottom: 30px;
}
    .top_a .rightbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
    .top_a .rightbox .imgbox:nth-child(1) {
  width:40%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.top_a .rightbox .imgbox:nth-child(2) {
  width: 50%;
  margin-left: 30px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
    
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.gjs-dashed .fv {
  height: auto;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  background-color: #656565;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
body.gjs-dashed .fv::before, body.gjs-dashed .fv::after {
  display: none;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: scale(1);
  }
  30% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv .swiper-slide {
  width: 100% !important;
  height: 100vh;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
.fv .txtbox {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
body.gjs-dashed .fv .txtbox {
  position: static;
  transform: translateY(0);
}
.fv .txtbox h1, .fv .txtbox p {
  opacity: 0;
}
body.gjs-dashed .fv .txtbox h1, body.gjs-dashed .fv .txtbox p {
  opacity: 1;
  color: #000;
}
.fv .txtbox h1 {
  animation-name: fvtxt1;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  font-size: clamp(28px, 3.2vw, 60px);
  animation-delay: 0.4s;
}
.fv .txtbox p {
  animation-name: fvtxt2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  font-weight: 300;
  animation-delay: 1.4s;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@keyframes fvtxt1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes fvtxt2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 576px) {}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}