@charset "UTF-8";


/*--------------- 
全体設定 
------------------*/
.home #content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: none;
  background-color: #fff;
}

.home #main_content {
  margin: 0;
  width: 100%;
  max-width: none;
}

@media (max-width: 959px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 959px) {
  .sp-only {
    display: block;
  }
}


/*--------------- 
MV 
-----------------*/
.mv{
  position: relative;
  z-index: 0;
}
/* mv高さ・幅 */
.mv .mv-swiper {
  width: 100vw;
  height: 100vh;
}

/* mvスライド */
.mv .mv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

/* mv画像 */
.mv .mv-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mv画像フィルター */
.mv .mv-swiper .slide-fillter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #EE99AA0D;
}

@media (max-width: 1100px) {
  .frist-img {
    object-position: 30% 50%;
  }
}

@media (max-width: 959px) {
  .frist-img {
    object-position: top;
  }

  /* sp時はフィルターなし */
  .mv .mv-swiper .slide-fillter::before {
    display: none;
  }
}


/* mvテキスト配置 */
.mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -75%;
}

/* mvテキスト一枚目専用配置 */
.mv__content.frist-text {
  translate: -20% -50%;
}

/* mvテキストスタイル */
.mv__text {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #63585B;
  background-color: #FFFFFFE5;
  padding: 16px 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  width: fit-content;
}

@media (max-width: 959px) {
  .mv__content {
    translate: initial !important;
    left: 16px;
  }

  .mv__text {
    font-size: 30px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 599px) {
  .mv__text {
    font-size: 24px;
  }
}


/* ---------------
mv下セクション
---------------- */
.mvunder {
  width: 100%;
  max-height: 540px;
  position: relative;
  background-image: url(/rikon/wp-content/uploads/2026/02/Rectangle-25-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.mvunder-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mvunder-content {
  padding: 0 20px;
  width: 40%;
  max-width: 600px;
  text-align: center;
}

.mvunder-head {
  display: inline;
  margin: 0 auto;
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 0.02em;
  color: #63585B;
  text-align: center;
  background: linear-gradient(transparent 60%, #EE99AA33 60%);
}

.mvunder-text {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.0025em;
  color: #63585B;
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .mvunder-text {
    font-size: 20px;
  }
}

@media (max-width: 1020px) {
  .mvunder-text {
    font-size: 18px;
  }
}

.mvunder-left-img {
  width: 30%;
  max-width: 500px;
  padding-right: 50px;
}

.mvunder-outer {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.mvunder-outer::before {
  content: "";
  background:
    url(/rikon/wp-content/uploads/2026/02/Vector-22.png) no-repeat center / cover;
  position: absolute;
  left: -15%;
  bottom: -20%;
  width: 40%;
  aspect-ratio: 110 / 326;
}

.mvunder-outer::after {
  content: "";
  background:
    url(/rikon/wp-content/uploads/2026/02/Vector-21.png) no-repeat center / cover;
  position: absolute;
  top: 55px;
  right: -50%;
  width: 60%;
  aspect-ratio: 163 / 479;
}

.mvunder-icon {
  max-width: 276px;
  object-fit: contain;
  width: clamp(138px, 18vw, 276px);
}

.mvunder-right-img {
  display: flex;
  width: 30%;
  max-width: 500px;
  z-index: 2;
}

.mvunder-lawyer {
  max-width: 102px;
  object-fit: contain;
  translate: 0px 30px;

  width: clamp(51px, 6.5vw, 102px);
}

.mvunder-town {
  max-width: 228px;
  object-fit: contain;
  translate: 0px -70px;

  width: clamp(114px, 14.5vw, 228px);
}

.color-box:nth-of-type(1) {
  display: block;
  position: absolute;
  top: 40%;
  right: 3%;
  width: 65px;
  height: 192px;
  transform: skewY(20deg);
  background-color: #EE99AA;
  filter: blur(10px);
  opacity: 0.5;
  z-index: -3;
}

.color-box:nth-of-type(2) {
  display: block;
  position: absolute;
  top: 80%;
  right: 5%;
  width: 22px;
  height: 66px;
  transform: skewY(20deg);
  background-color: #C0AFD2;
  filter: blur(12px);
  opacity: 0.6;
  z-index: -3;
}

.color-box:nth-of-type(3) {
  display: block;
  position: absolute;
  top: 10%;
  left: 20%;
  width: 22px;
  height: 66px;
  transform: skewY(20deg);
  background-color: #C0AFD2;
  filter: blur(12px);
  opacity: 0.6;
  z-index: -3;
}

.color-box:nth-of-type(4) {
  display: block;
  position: absolute;
  top: 10%;
  left: 40%;
  width: 35px;
  height: 103px;
  transform: skewY(20deg);
  background-color: #EE99AA;
  filter: blur(7px);
  opacity: 0.3;
  z-index: -3;
}

.color-box:nth-of-type(5) {
  display: block;
  position: absolute;
  top: 5%;
  right: 48%;
  width: 44px;
  height: 130px;
  transform: skewY(-20deg);
  background-color: #C0AFD2;
  filter: blur(5px);
  opacity: 0.3;
  z-index: -3;
}

.color-box:nth-of-type(6) {
  display: block;
  position: absolute;
  top: 5%;
  right: 40%;
  width: 48px;
  height: 142px;
  transform: skewY(20deg);
  background-color: #D1E0D1;
  filter: blur(5px);
  opacity: 0.4;
  z-index: -3;
}

.color-box:nth-of-type(7) {
  display: block;
  position: absolute;
  top: 10%;
  right: 33%;
  width: 22px;
  height: 66px;
  transform: skewY(20deg);
  background-color: #F2BD9D;
  filter: blur(10px);
  opacity: 0.6;
  z-index: -3;
}

.color-box:nth-of-type(8) {
  display: block;
  position: absolute;
  bottom: -6%;
  left: 37%;
  width: 67px;
  height: 198px;
  transform: skewY(-20deg);
  background-color: #F2BD9D;
  filter: blur(5px);
  opacity: 0.3;
  z-index: -3;
}

.color-box:nth-of-type(9) {
  display: block;
  position: absolute;
  bottom: 6%;
  left: 48%;
  width: 22px;
  height: 66px;
  transform: skewY(-20deg);
  background-color: #E2E2BC;
  filter: blur(10px);
  opacity: 0.6;
  z-index: -3;
}

.color-box:nth-of-type(10) {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 57%;
  width: 22px;
  height: 66px;
  transform: skewY(-20deg);
  background-color: #EE99AA;
  filter: blur(10px);
  opacity: 0.6;
  z-index: -3;
}

@media (max-width: 959px) {
  .mvunder {
    max-height: none;
  }

  .mvunder-container {
    gap: 20%;
  }

  .mvunder-content {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }

  .mvunder-icon {
    width: clamp(100px, 18vw, 276px);
  }

  .mvunder-lawyer {
    width: clamp(50px, 6.5vw, 102px);
  }

  .mvunder-town {
    width: clamp(70px, 14.5vw, 228px);
  }

  .mvunder-head {
    font-size: 28px;
    line-height: 1.67;
    letter-spacing: 0.025em;
  }

  .mvunder-text {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    margin-top: 16px;
  }

  .mvunder-right-img {
    gap: 5px;
  }


  .color-box:nth-of-type(1) {
    top: 15%;
    right: 44%;
    width: 18px;
    height: 55px;
    transform: skewY(-20deg);
    background-color: #EE99AA;
    filter: blur(5px);
    opacity: 0.3;
  }

  .color-box:nth-of-type(2) {
    top: 60%;
    right: 20%;
    width: 33px;
    height: 98px;
    transform: skewY(-20deg);
    background-color: #C0AFD2;
    filter: blur(5px);
    opacity: 0.3;
  }

  .color-box:nth-of-type(3) {
    top: 46%;
    left: 55%;
    width: 12px;
    height: 35px;
    transform: skewY(-20deg);
    background-color: #C0AFD2;
    filter: blur(10px);
    opacity: 0.3;
  }

  .color-box:nth-of-type(4) {
    display: none;
  }

  .color-box:nth-of-type(5) {
    display: none;
  }

  .color-box:nth-of-type(6) {
    top: initial;
    bottom: 6%;
    right: 10%;
    width: 18px;
    height: 55px;
    transform: skewY(-20deg);
    background-color: #D1E0D1;
    filter: blur(5px);
    opacity: 0.3;
  }

  .color-box:nth-of-type(7) {
    bottom: 6%;
    top: initial;
    left: 5%;
    width: 23px;
    height: 69px;
    transform: skewY(-20deg);
    background-color: #F2BD9D;
    filter: blur(5px);
    opacity: 0.3;
  }

  .color-box:nth-of-type(8) {
    display: none;
  }

  .color-box:nth-of-type(9) {
    display: none;
  }

  .color-box:nth-of-type(10) {
    display: none;
  }
}

@media (max-width: 599px) {
  .mvunder-town {
    translate: 0px -40px;
  }

  .mvunder-head {
    font-size: 24px;
  }

  .mvunder-text {
    font-size: 16px;
  }
}


/* ---------------
Contactセクション
---------------- */

.contact {
  width: 100%;
  background: url(/rikon/wp-content/uploads/2026/02/Rectangle-23.png) no-repeat center / cover;
  ;
  padding: 150px 80px 100px 80px;
}

.contact-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 36px;
  position: relative;
}


.contact-head::before{
	content:"Contact";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
}

.contact-container {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

.contact-subhead {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-align: center;
  background: linear-gradient(to right, #FFA99F, #FF719A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 40px;

}

.contact-subhead::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50%;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #FFA99F, #FF719A);
}

.contact-text {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #63585B;
  background: linear-gradient(transparent 60%, #EE99AA33 60%);
  display: inline;
  text-align: center;
}

.contact-tel {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contact-tel img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tel-num {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  color: #EE99AA;
}

.contact-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.contact-time-head {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.08;
  letter-spacing: 0.03em;
  color: #63585B;

}

.contact-time-head.pc-only {
  padding: 2px 8px;
  border: 1px solid #63585B;
}

.contact-time-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.08;
  letter-spacing: 0.03em;
  color: #63585B;

}

.contact-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.contact-banner a {
  width: 50%;
  max-width: 461px;
/*   aspect-ratio: 461 /169; */
  display: block;
  transition: 0.3s;
}

.contact-banner a:hover {
  opacity: 0.5;
}

.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.contact__outer{
	border:1px solid #F2BD9D;
	border-radius:16px;
	padding:8px 16px;
	margin:16px auto;
	max-width:461px;
}

@media (max-width:959px) {
  .contact-banner {
    flex-direction: column;
    gap: 16px;
  }

  .contact-banner a {
    width: 100%;
  }

  .contact {
    padding: 120px 16px;
  }

  .contact-time {
    gap: 40px;
    margin-top: 10px;
	  
	  /* 	  追加 */
	  margin:0;
  }

  .contact-time-text {
    text-align: left;
  }

  .contact-time-head {
    position: relative;
  }

  .contact-time-head::before {
    content: "";
    width: 1px;
    height: 56px;
    background-color: #E5E5E5;
    position: absolute;
    top: 50%;
    right: -20px;
    translate: 0 -50%;
  }
	  .contact-head::before {
	font-size:120px;
  }
	
		/* 	  追加 */
	.contact-time.pc-only,
	.contact-tel.pc-only{
		display:none;
	}
}

@media (max-width:599px) {
  .contact-container {
    padding: 16px;
  }

  .contact-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
  }

  .contact-subhead {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.53;
    letter-spacing: 0.02em;
  }

  .contact-text {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }

  .contact-time-head {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
  }

  .contact-head::before {
	font-size:48px;
	  bottom:25px;
  }

  .contact {
    padding: 80px 16px;
  }
}

/* ---------------
featureセクション
---------------- */
.feature {
  width: 100%;
  background: #fff;
  padding: 240px 0 140px 0;
  position: relative;
}

.feature-container {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.feature-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 266px;
  height: 100%;
  background: url(/rikon/wp-content/uploads/2026/02/Minamiikebukuro-Law-Office-scaled.png) no-repeat center / contain;
  ;
	
	z-index: 3;
    mix-blend-mode: multiply;
	opacity: 0.4;
}

.feature-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 68px;
  position: relative;
}

.feature01 {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}

.feature01::before {
  content: "";
  background: url(/rikon/wp-content/uploads/2026/02/Vector-25-1.png) no-repeat center / cover;
  ;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: -1;
  filter: blur(5px);
}



.feature-head::before{
	content:"Feature";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
}

.feature-img {
  max-width: 655px;
  aspect-ratio: 655 / 570;
  width: 50%;
  position: relative;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}

img.feature-subimg {
  position: absolute;
  bottom: -50%;
  right: -50%;
  translate: -50% -50%;
  width: 50%;
  max-width: 364px;
  aspect-ratio: 364 / 317;
  border-radius: 24px;
  object-fit: contain;
  height: fit-content;
}

.feature-content {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 558px;
  height: auto;
  position: relative;

}

.feature01 .feature-content {
  left: -60px;
  top: -80px;
}

.feature-num {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.025em;
  color: #63585B;
  padding-bottom: 16px;
  margin-bottom: 24px;
  display: block;
  border-bottom: 1px solid #63585B;

}

.feature-subhead {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 0.02em;
  color: #63585B;
  display: inline;
  background: linear-gradient(transparent 60%, #EE99AA33 60%);
  margin-bottom: 24px;
}

.feature-text {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  margin-top: 24px;
}


.feature02 {
  margin-top: 110px;
  position: relative;
/*   z-index: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}

.feature-site-icon {
  position: absolute;
  top: -30%;
  right: 55px;
	z-index:0;
}

.feature02::before {
  content: "";
  background: url(/rikon/wp-content/uploads/2026/02/Vector-26-1.png) no-repeat center / cover;
  ;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 100%;
  z-index: -2;
  filter: blur(5px);
}

.feature02 .feature-content {
  right: -60px;
  top: -80px;
  z-index: 5;
}

.feature02 img.feature-subimg {
  left: 0;
}

.feature-flex {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
  padding: 16px;
}

.feature-flex-box {
  width: 30%;
  position: relative;
  z-index: 1;
}

.feature-colorbox {
  width: 135px;
  height: 397px;
  transform: skewY(-20deg);
  background: linear-gradient(to bottom, #FFA091, #FFC7B1, #FFE4D0);
  filter: blur(5px);
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
  opacity: 0.4;
}

.feature-flex-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 321px;
  max-height: 381px;
  aspect-ratio: 321/381;
  margin-bottom: 24px;
}

.feature-flex-box .feature-subhead {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  color: #63585B;
  display: inline;
  background: linear-gradient(transparent 60%, #EE99AA33 60%);

}

.feature-flex-box .feature-num {
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.feature-flex-box .feature-text {
  margin-top: 16px;
}

@media (max-width:959px) {
	
	.feature {
    padding: 180px 0 140px 0;
}
	
  .feature-site-icon {
    position: absolute;
    top: initial;
    right: initial;
        bottom: -10%;
        left: 20px;
        z-index: 2;
  }
  .feature-site-icon svg{
    width: 150px;
    height: 254px;
  }

  .feature01 {
    flex-direction: column;
    padding: 40px 16px;
  }

  .feature02 {
    flex-direction: column-reverse;
    padding: 40px 16px;
  }

  .feature01::before {
    background-image: none;
  }

  .feature01-bg {
    position: absolute;
    inset: -20px;
    /* ぼかしがはみ出す分を考慮 */
    z-index: -1;
    filter: blur(5px);
  }

  .feature01-bg::before {
    content: "";
    position: absolute;
/*     inset: 20px; */
    /* 親要素で広げた分を戻す */
    clip-path: polygon(0 11%, 100% 0%, 100% 89%, 0 100%);
    background: linear-gradient(to bottom, #FFECD2, #FCB69F);
	  
	  
	  top: 0;
        left: 0;
        right: 0;
        bottom: 50px;
  }

  .feature02-bg {
    position: absolute;
    inset: -20px;
    /* ぼかしがはみ出す分を考慮 */
    z-index: -1;
    filter: blur(5px);
  }

  .feature02-bg::before {
    content: "";
    position: absolute;
/*     inset: 20px; */
    /* 親要素で広げた分を戻す */
    clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 89%);

    background: linear-gradient(to bottom, #FFC3A0, #FFAFBD);
	  
	  top: 0;
        left: 0;
        right: 0;
        bottom: 150px;
  }

  .feature02::before {
    background: url(/rikon/wp-content/uploads/2026/02/Vector-28.png) no-repeat center / cover;
    filter: blur(5px);
    display: none;
  }

  .feature-img {
    aspect-ratio: 360 / 245;
    width: 100%;
    height: fit-content;
  }

  .feature-img img {
    border-radius: 24px;
  }

  .feature01 .feature-content {
    left: 0;
    width: 80%;
    padding: 16px;
  }

  .feature02 .feature-content {
    left: 0;
    width: 80%;
    padding: 16px;
  }

  .feature-num {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    padding-bottom: 4px;
    margin-bottom: 16px;

  }

  .feature-flex-box .feature-subhead,
  .feature-subhead {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
  }

  .feature-flex-box .feature-subhead br {
    display: none;
  }

  .feature-text {
    margin-top: 16px;
  }

  img.feature-subimg {
    translate: initial;
    bottom: -100px;
    right: -30px;
    width: 129px;
    height: 112px;
  }

  .feature02 img.feature-subimg {
    left: initial;
    translate: initial;
    bottom: -100px;
    right: -30px;
    width: 129px;
    height: 112px;
  }

  .feature-flex {
    flex-direction: column;
	  margin-top:90px;
  }

  .feature-flex-box {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .feature-flex-box img {
    width: 95%;
    max-width: none;
    max-height: 300px;
    aspect-ratio: 321 / 381;
    margin-bottom: 16px;
    border-radius: 12px;
    object-position: top;
  }

  .feature-flex-box .feature-num {
    margin-bottom: 16px;
    padding-bottom: 4px;
  }

  .feature-colorbox {
    width: 98px;
    height: 287px;
    transform: skewY(-20deg);
    background: linear-gradient(to bottom, #FFA091, #FFC7B1, #FFE4D0);
    top: -40px;
    right: 0px;
    left: initial;
    z-index: -1;
    opacity: 0.4;
  }

  .feature-container::before {
    content: "";
    position: absolute;
    top: 17%;
    left: 15px;
    width: 75%;
    height: auto;
    aspect-ratio: 312 / 216;
    z-index: 2;
    background: url(/rikon/wp-content/uploads/2026/02/Minami-ikebukuro-Law-Office.png) no-repeat center / contain;
	  
	  mix-blend-mode: multiply;
        max-width: 400px;
	  opacity:1;
  }
	  .feature-head::before {
	font-size:120px;
  }
}

@media (max-width:599px) {
  .feature {
    padding: 100px 0 80px 0;
  }

  .feature-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 24px;
  }

  .feature-head::before {
	font-size:48px;
	  bottom:25px;
  }
	  .feature-flex-box img {
    max-height: 239px;
  }

}


/*--------------- 
problem 
----------------*/
.problem {
  width: 100%;
  position: relative;
  padding: 250px 16px 140px 16px;
}

.problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F7F5ED;
  opacity: 0.8;
  z-index: -1;
}

.problem-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.problem-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 68px;
  position: relative;
}

.problem-head::before{
	content:"Problem";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
}

.problem-text {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  text-align: center;
}

.problem-text span {
  background: linear-gradient(transparent 60%, #F2BD9D66 60%);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列 */
  grid-template-rows: repeat(2, auto);
  /* 2行 */
  gap: 24px;
  /* 任意 */
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  margin-top: 72px;

}

.grid-item {
  border: 2px solid #EE99AA;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  position: relative;
	transition:0.3s;
}
.grid-item:hover{
	opacity:0.5;
}

.grid-outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}

.grid-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EE99AA;
  width: 44px;
  height: 44px;
  border-radius: 0 0 10px 0;
  position: absolute;
  bottom: 0;
  right: 0;

}

.grid-img {
  display: block;
  width: 80px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 16px;
}

.grid-head {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.025em;
  text-align: center;
  color: #EE99AA;
  margin-bottom: 16px;
}

.grid-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.08;
  letter-spacing: 0.03em;
  color: #63585B;
}

@media (max-width:959px) {
	
	
	.problem {
    padding: 170px 16px 140px 16px;
}
	  .problem-head::before {
	  bottom:90px;
		  font-size:120px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
    /* 1列にする */
  }

  .grid-item {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .grid-outer {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
  }

  .grid-img {
    height: auto;
  }

  .grid-head {
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.6;
  }

  .grid-head br {
    display: none;
  }

  .grid-text {
    max-width: 240px;
  }

}

@media (max-width:599px) {

  .problem {
    padding: 80px 16px 90px 16px;
  }

  .problem-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 24px;
  }
	.problem-bg{
		object-position:65% 50%;
	}

  .problem-head::before {
	font-size:48px;
	  bottom:80%;
  }

}
/*--------------- 
case
----------------*/

.case {
  width: 100%;
  padding: 390px 16px 280px 16px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.case-bg-top {
  position: absolute;
  top: 190px;
  bottom: 120px;
  right: 0;
  width: 85%;
  border-radius: 60px 0 0 60px;
  background-image: url(/rikon/wp-content/uploads/2026/02/a2dc3eaf6d1ca90e1934da9752a9994d8d252af6-1-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.case-bg-top::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 60px 0 0 60px;
  background: #FEF9FA;
  opacity: 0.7;
}

.case-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 35%;
  border-radius: 0 60px 60px 0;
  z-index: -2;
  opacity: 0.2;
  background: linear-gradient(90deg, #97D9E1, #FFEE8B);
}


.case-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 68px;
  position: relative;
}


.case-head::before{
	content:"Case Studies";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
	white-space:nowrap;
}

.case-media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4%;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px;
}

.case-img {
  display: block;
  width: 48%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-img-figure {
  position: absolute;
  top: 50%;
  left: -40px;
  translate: 0 -50%;
  width: 237px;
  height: 550px;
  transform: skewY(-20deg);
  background: linear-gradient(to bottom right, #FFA091, #FFC7B1, #FFE4D0);
  opacity: 0.5;
  z-index: -1;
}

.case-img-figure.another-figure {
  left: initial;
  right: -40px;
  transform: skewY(20deg);
}

.case-label {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #fff;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #C0AFD2;
  padding: 10px 24px;
  border-radius: 999px;
  position: absolute;
  top: -35px;
  left: 20px;
}

.case-label img {
  display: block;
  width: 28px;
  object-fit: contain;
}

.case-label.another-label {
  left: initial;
  right: 20px;
}

/* .case-label.another-label img {
  width: 60px;
} */

.case-outer {
  width: 48%;
}

.case-title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  color: #EE99AA;
  margin-bottom: 16px;
}

.case-cats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.case-cat {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #63585B;
  display: inline-block;
  padding: 8px;
  background-color: #F7F5ED;
  border-radius: 4px;

}

.case-subtitle {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #63585B;
  display: inline;
  background: linear-gradient(transparent 60%, #EE99AA33 60%);
}

.case-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}

.case-tag {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #EE99AA;
  display: inline-block;
  padding: 4px;
  background-color: #EE99AA26;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}

.case-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: #63585B;
  flex: 1;
	
	text-align: justify;
}

.case-icon {
  position: absolute;
  top: 10px;
  right: 70px;

}

.case-color-box:nth-of-type(1) {
  display: block;
  position: absolute;
    top: -11%;
    left: 8%;
  width: 56px;
  height: 164px;
  transform: skewY(20deg);
  background-color: #D1E0D1;
  filter: blur(10px);
  opacity: 0.5;
  z-index: -3;
}

.case-color-box:nth-of-type(2) {
  display: block;
  position: absolute;
  top: -25%;
  left: 20%;
  width: 22px;
  height: 64px;
  transform: skewY(20deg);
  background-color: #C0AFD2;
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

.case-color-box:nth-of-type(3) {
  display: block;
  position: absolute;
bottom: 10%;
    left: 6%;
  width: 22px;
  height: 64px;
  transform: skewY(20deg);
  background-color: #EE99AA;
  filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
}

.case-color-box:nth-of-type(4) {
  display: block;
  position: absolute;
    bottom: -11%;
    left: 12%;
  width: 62px;
  height: 183px;
  transform: skewY(-20deg);
  background-color: #C0AFD2;
  filter: blur(10px);
  opacity: 0.5;
  z-index: -1;
}

.case-color-box:nth-of-type(5) {
  display: block;
  position: absolute;
    bottom: -15%;
    left: 30%;
  width: 46px;
  height: 137px;
  transform: skewY(20deg);
  background-color: #F2BD9D;
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

.case-color-box:nth-of-type(6) {
  display: block;
  position: absolute;
    bottom: -19%;
    right: 20%;
  width: 48px;
  height: 144px;
  transform: skewY(20deg);
  background-color: #EE99AA;
  filter: blur(10px);
  opacity: 0.5;
  z-index: -1;
}

@media (max-width:959px) {
	
	
	.case {
    padding: 320px 16px 220px 16px;
}

	  .case-head::before {
	font-size:85px;
  }
  .case-media {
    flex-direction: column;
    max-width: 650px;
    align-items: center;
    margin-bottom: 100px;
  }

  .case-media.media-sp-rev {
    flex-direction: column-reverse;
  }

  .case-img {
    width: 100%;
    margin-bottom: 16px;
  }

  .case-img img {
    aspect-ratio: 328 /200;
  }

  .case-outer {
    width: 100%;
  }

  .case-title {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }

  .case-title br {
    display: none;
  }

  .case-cats {
    margin-bottom: 6px;
  }

  .case-subtitle {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }

  .case-content {
    flex-direction: column;
    margin-top: 24px;

  }

  .case-tag {
    width: 100%;
  }

  .case-text {
    width: 100%;
  }

  .case-label {
    left: initial;
    right: 20px;
  }

  .case-label img {
    aspect-ratio: auto;
  }

  .case-bg-top {
    width: 95%;
  }

  .case-container {
    padding-left: 32px;
  }

  .case-img-figure {
    width: 110px;
    height: 110%;
  }

  .case-img-figure.another-figure {
    right: initial;
    left: -40px;
    transform: skewY(-20deg);
  }

  .case-color-box:nth-of-type(1) {
    top: -6%;
    left: -8px;
    width: 20px;
    height: 64px;
    transform: skewY(20deg);
    background-color: #D1E0D1;
    filter: blur(8px);
    opacity: 0.5;
  }

  .case-color-box:nth-of-type(2) {
    top: -13%;
    left: 50%;
    width: 22px;
    height: 71px;
    transform: skewY(-20deg);
    background-color: #D1E0D1;
    filter: blur(8px);
    opacity: 0.5;
  }

  .case-color-box:nth-of-type(3) {
    top: -17%;
    left: 20%;
    width: 16px;
    height: 55px;
    transform: skewY(-20deg);
    background-color: #F2BD9D;
/*     filter: blur(20px); */
	  filter:blur(8px);
    opacity: 0.5;
  }

  .case-color-box:nth-of-type(4),
  .case-color-box:nth-of-type(5),
  .case-color-box:nth-of-type(6) {
    display: none;
  }

  .case-icon {
    position: absolute;
    top: 70px;
    right: 20px;
  }
}

@media (max-width:599px) {
  .case {
    padding: 300px 16px 200px 16px;
  }

  .case-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
	  margin-bottom:100px;
  }

	  .case-head::before {
	font-size:48px;
	  bottom:25px;
  }
	
	.case-img-figure {
    top: 36%;
    height: 270px;
}

}


/*-------------------- 
page-linkセクション 
--------------------*/

.page-link {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 140px 16px 200px 16px;
  position: relative;
}

.page-link-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 461px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px #0000001A;
  z-index: 1;
  padding: 64px 96px;
}

.page-link-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EE99AACC;
  z-index: -1;
  border-radius: 8px;
  display: block;
	transition:0.3s;
}
.page-link-box:hover::before{
	background-color: rgba(238, 153, 170, 0.6);
}
.page-link-box:hover .page-link-figure{
	opacity:0.6;
}

.page-link-box img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  border-radius: 8px;
}

.page-link-title {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.025em;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.page-link-text {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #fff;
}

.page-link-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-right: 1px solid #EE99AA;
  border-bottom: 1px solid #EE99AA;
  border-radius: 0 0 8px 0;
  position: absolute;
  bottom: 0;
  right: 0;
	transition:0.3s;
}

.page-link-bg {
  position: absolute;
  bottom: 110px;
  width: 100%;
  object-fit: cover;
}

@media (max-width:959px) {
  .page-link {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .page-link-box {
    max-width: 461px;
    padding: 24px 32px;
  }

  .page-link-bg {
    bottom: 50px;
  }

  .page-link-title {
    font-size: 20px;
    line-height: 1.6;
    ;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }

  .page-link-text {
    font-size: 14px;
    line-height: 1.71;
  }
}




.message {
  width: 100%;
  position: relative;
  padding: 60px;
  z-index: 1;
}

.message::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #B4C9B4;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  mix-blend-mode: soft-light;

}


.message-bg {
  /* display: block; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}

.message-bg-2 {
  /* display: block; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: cover;
}

/* 追加 3/5*/
.message-outer{
	position: relative;
    z-index: 9;
}
.message-content {
  background-color: #FFFFFFB2;
  border-radius: 8px;
  padding: 120px 32px 32px 32px;
  max-width: 832px;
  width: 70%;
  margin-left: 5%;
  position: relative;
}

.message-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 32px;
  position: relative;
}



.message-head::before{
	content:"Message";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 80px;
line-height: 1;
letter-spacing: 0.02em;
	white-space:nowrap;
}

.message-text {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  margin-bottom: 32px;
}

.message-text span {
  background: linear-gradient(transparent 60%, #C0AFD266 60%);
}

.message-name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  color: #63585B;
  margin-bottom: 32px;
}

.message-name img {
  width: 234px;
  object-fit: contain;
}

.message-icon {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

@media (min-width:1500px) {
  .message-content {
    margin-left: 10%;
  }
}

@media (max-width:1399px) {
  .message-content {
    margin-left: 3%;
  }
}

@media (max-width:1120px) {
  .message-content {
    margin-left: 0;
  }

  .message-bg,
  .message-bg-2 {
    object-position: 65% 50%;
  }
}

@media (max-width:959px) {
  .message {
    padding: 0;
    background-color: #9ED4E4;
  }

  .message::before {
    /* content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    background-color: #9ED4E4;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    z-index: 1; */
    display: none;

  }

  .message-icon {
    position: absolute;
    bottom: initial;
    left: initial;
    top: 5%;
    right: 7%;
  }

  .message-icon svg {
    width: 200px;
    height: 300px;
  }

  .message-head {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
  }

  .message-head::before {
	font-size:48px;
	  bottom:25px;
  }

  .message-text {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 21px;
  }

  .message-name {
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .message-name img {
    max-width: 200px;
  }

  .message-content {
    background-color: #FFFFFFE5;
    border-radius: 8px;
    padding: 56px 24px 24px 24px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    top: -400px;
  }

  .message-sp-img {
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }

  .message-outer {
    padding: 0 12px;
    height: 160px;
  }
}

@media (max-width:749px) {
  .message-content {
    top: -330px;
  }

  .message-outer {
    height: 240px;
  }
}

@media (max-width:599px) {
  .message-content {
    top: -220px;
  }

  .message-icon svg {
    width: 120px;
    height: 197px;
  }

  .message-outer {
    height: 370px;
  }
}

@media (max-width:479px) {
  .message-content {
    top: -190px;
  }

  .message-outer {
    height: 440px;
  }
}

/*-------------- 
column 
---------------*/
.column {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 250px 0 140px 0;
}

.column-wrapper {
  width: 100%;
  position: relative;
}

.column-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 65%;
  background: linear-gradient(to left, #DDD6F3, #FAACA8, #FAACA8);
  opacity: 0.3;
  border-radius: 60px 0 0 60px;
  z-index: -2;
}

.column-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  z-index: -3;
  opacity: 0.4;
}

/* 白い半透明の膜を追加 */
.column::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* #FFFFFF66 と同等 */
  inset: 0;
  z-index: -3;
  /* 背景画像の上、コンテンツの下 */
}

.column-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 36px;
  position: relative;
}




.column-head::before{
	content:"Column";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
	white-space:nowrap;
}


.column-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 72px;
}

.column-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 267px;
  width: 100%;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 0 10px #00000040;
	transition:0.3s;
}
.column-article:hover{
	opacity:0.5;
}

.column-article img {
  display: block;
  width: 100%;
  aspect-ratio: 267/208;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.column-text-box {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  width:100%;
	min-height:143px;
}


.column-text-meta{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:8px;
}


.column-time {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: #63585B;
/*   margin-bottom: 8px; */
}


.column-cat-news{
	font-family: "Shippori Mincho B1";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #E88C7A;
    padding: 8px;
    border-radius: 4px;
    opacity: 1;
}
.column-cat-lawyer-column{
	font-family: "Shippori Mincho B1";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #EE99AA;
    padding: 8px;
    border-radius: 4px;
    opacity: 1;
}
.column-cat-case{
	font-family: "Shippori Mincho B1";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #D98FB5;
    padding: 8px;
    border-radius: 4px;
    opacity: 1;
}
.column-cat-voice{
	font-family: "Shippori Mincho B1";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #E6A07F;
    padding: 8px;
    border-radius: 4px;
    opacity: 1;
}


.column-title {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.08;
  letter-spacing: 0.03em;
  color: #63585B;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
}

.column-padding-wrapper {
  padding: 0 20px;
}

.column-info {
  width: 100%;
  max-width: 946px;
  background-color: #fff;
  box-shadow: 0 0 20px #F2BD9D99;
  border-radius: 24px;
  padding: 64px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
	
	
	min-height:400px;
}

.column-info-content {
  width: 65%;
  flex: 1;
}

.column-info-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.column .link-btn {
  height: auto;
}

.column-info-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 0.02em;
  color: #63585B;
  /* margin-bottom: 114px; */
  text-align: center;
  position: relative;
  top: 50px;
  z-index: 1;
}

.column-info-head span {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  color: #EE99AA;
  margin-bottom: 8px;
}

.column-color-box {
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  translate: 0 -50%;
  width: 65px;
  height: 140px;
  transform: skewY(-20deg);
  background: linear-gradient(to right, #FFA091, #FFC7B1, #FFE4D0);
  opacity: 0.5;
  z-index: -3;
}

.column-info-article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  border-bottom: 1px solid #E5E5E5;
	transition:0.3s;
}
.column-info-article:hover{
	background-color:#F2F1F1;	
}
.column-info-article:hover .column-info-time,
.column-info-article:hover .column-info-title{
	opacity:0.5;
}

.column-info-article:last-of-type {
  border-bottom: none;
}

.column-info-time {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #EE99AA;
	transition:0.3s;
}

.column-info-title {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.08;
  letter-spacing: 0.03em;
  color: #63585B;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	transition:0.3s;
}

@media (max-width:959px) {
	
	.column {
    padding: 200px 0 140px 0;
}
	
	  .column-head::before {
	font-size:120px;
  }

  .column-container {
    flex-direction: column;
    margin-bottom: 18px;
    gap: 16px;
  }

  .column-article {
    width: 100%;
    max-width: 800px;
  }

  .column-article img {
    aspect-ratio: 359/178;
    border-radius: 8px 8px 0 0;
  }

  .column-wrapper::before {
    height: 80%;
  }

  .column-info {
    width: 90%;
    max-width: none;
    flex-direction: column;
    padding: 24px 16px;
	  
	  min-height:300px;
  }

  .column-info-content {
    width: 100%;
  }

  .column-info-article {
    padding: 8px 16px;
  }

  .column-info-article:last-of-type {
    border-bottom: 1px solid #E5E5E5;
  }

  .column-info-head {
    top: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .column-info-head span {
    margin-bottom: 0;
  }

  .column-color-box {
    left: -5px;
    width: 11px;
    height: 33px;
  }
}

@media (max-width:599px) {
  .column {
    padding: 100px 0 80px 0;
  }

  .column-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 24px;
  }


	  .column-head::before {
	font-size:48px;
	  bottom:25px;
  }

  .column-title {
    font-size: 14px;
    line-height: 1.71;
  }

  .column-info-head {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }

  .column-info-head span {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;

  }

  .column-info-article {
    gap: 16px;
  }

  .column-info-time {
    font-size: 14px;
    line-height: 1.71;
  }

  .column-info-title {
    font-size: 14px;
    line-height: 1.71;
  }
  .column-text-box {
    min-height: 135px;
}

}


/*--------------- 
accessセクション 
-----------------*/
.access {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0 140px 0;
}

.access-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  z-index: -2;
}

.access-color-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 27%;
  background-color: #F2BD9D;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: -1;
}

.access-wrapper {
  width: 100%;
  background-color: #FFFFFFE5;
  border-radius: 60px 0 0 60px;
  padding: 180px 150px 72px 96px;
  /* margin-left: 17%; */
  width: 83%;
  margin-left: auto;
  max-width: 1400px;
}

.access-head {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #63585B;
  margin-bottom: 36px;
  position: relative;
  max-width: 947px;
}


.access-head::before{
	content:"Access";
	position:absolute;
	bottom:30px;
	left:50%;
	translate:-50%;
	color:transparent;
  -webkit-text-stroke: 1px #63585B; /* ベンダープレフィックス */
  text-stroke: 1px #63585B;
	opacity:0.25;
	font-family: "Shippori Mincho B1";
font-weight: 500;
font-size: 140px;
line-height: 1;
letter-spacing: 0.02em;
	white-space:nowrap;
}

.access-info {
  width: 100%;
  max-width: 947px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  /* margin: 0 auto; */
  margin-bottom: 40px;

}

.access-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 363px;
  aspect-ratio: 363/209;
}

.access-list {
  list-style: none;
}

.access-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 0;
}

.access-item:last-of-type {
  border-bottom: none;
}

.access-item-head {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  display: block;
  min-width: 97px;
}

.access-item-content {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
	
}


.access-item-content span {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 12px;
  line-height: 2.09;
  letter-spacing: 0.04em;
  color: #63585B;
}
.access-item-content-lh{
	line-height:1.7;
}
.access-map {
  width: 100%;
  max-width: 947px;
  height: 287px;
  /* margin: 0 auto; */
  margin-bottom: 40px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-note {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  max-width: 947px;
  /* margin: 0 auto; */
  margin-bottom: 40px;
}

.access-note-item {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  padding: 4px 16px;
  background-color: #F2F1F1;
  display: block;
  margin-bottom: 8px;
  width: fit-content;
}

.access-note-list {
  list-style: inside;
}

.access-note-list li {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.access-note-list li::marker {
  color: #EE99AA;
}

.access-note-text {
  font-family: "Shippori Mincho B1";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.03em;
  color: #63585B;
}

.access-btn {
  width: 100%;
  max-width: 947px;
}

@media (max-width:1200px) {
  .access-wrapper {
    padding: 180px 30px 72px 30px;
  }
}

@media (max-width:959px) {
  .access-wrapper {
    padding: 130px 24px 60px 24px;
    width: 97%;
  }

  .access-info {
    flex-direction: column;
    gap: 16px;
  }

  .access-note {
    flex-direction: column;
  }
	  .access-head::before {
	font-size:120px;
  }

}

@media (max-width:599px) {
  .access {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 0 60px 0;
  }
	
	  .access-wrapper {
    padding: 90px 24px 60px 24px;
  }

  .access-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    margin-bottom: 32px;
  }

  .access-head::before {
	font-size:48px;
	  bottom:25px;
  }

  .access-info {
    margin-bottom: 24px;
  }

  .access-icon {
    max-width: 215px;
    aspect-ratio: 363/209;
  }

  .access-item-head {
    min-width: 66px;
  }

  .access-item {
    gap: 24px;
  }

  .access-map {
    height: 193px;
    margin-bottom: 24px;
  }

  .access-note {
    margin-bottom: 24px;
  }

  .access-bg {
    object-position: right;
  }
	.access-item-content-lh{
	line-height:2.09;
}
	span.access-item-content-span{
		        line-height: 2.09;
        display: inline-block;
	}
}

/*---------------- 
bannerセクション
---------------- */
.banner {
  width: 100%;
  background-color: #fff;
  padding: 140px 20px;
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.banner-wrapper a {
  display: block;
  width: 100%;
  max-width: 364px;
  aspect-ratio: 364/120;
	transition:0.3s;
}
.banner-wrapper a:hover{
	opacity:0.5;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-bg {
  position: absolute;
  bottom: -85%;
  width: 100%;
  object-fit: contain;
  z-index: -1;
}

@media (max-width:959px) {


  .banner-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .banner-bg {
    bottom: -60%;
  }
}

@media (max-width:599px) {
  .banner {
    padding: 100px 20px;
  }
}