@charset "utf-8";

	.pc_only{
		display:block;
	}
	.sp_only{
		display:none;
	}

.small_sp_only{
	display:none;
}

.not_small_sp{
	display:none;
}

.under_line {
  background: linear-gradient(transparent 60%, #FFD0D1 60%);
}

.fv{
	width:100%;
	padding-top: 4rem;
}

.fv_box {
	z-index:0;
  position: relative;
  max-width: 1256px;
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/fv-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.fv_dec {
  position: absolute;
  display: block;
	z-index: -1;
}

.main{
	padding: 36px 21px;
}

.img1 {
  top: 5%;
	left: 2%;
  width: 150px;
}

.img2 {
   top: 17%;
   right: 24%;
   width: 200px;
	z-index: -1;
}

.img3 {
  bottom: 10%;
  left: 3%;
  width: 150px;
}

.woman {
   bottom: 0;
   right: 16px;
    max-width: 528px;
    width: 46%;
}

.fv_contents{
	max-width:584px;
	padding-top:48px;
	padding-bottom:16px;
	margin-left:14%;
}

.point_title{
	font-weight:bold;
	color:#333177;
	font-size:clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
    /* max-w1256px min-w375px 24px-20px	 */
	text-align:center;
}

.point_title span{
	font-size:clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
	 /* max-w1256px min-w375px 32px-24px */
}

.sub_title{
	text-align:center;
	color:#fff;
	font-size:clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
	 /* max-w1256px min-w375px 24px-16px */
	font-weight:bold;
	line-height:2.5;
	background-image:url(../images/fv_ribbon.webp);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:78px;
}

.fv h1{
	text-align:center;
	font-size:clamp(3.25rem, 2.17rem + 4.61vw, 5.625rem);
 /* max-w1256px min-w375px 90px-52px */
	line-height: 1;
	color:#333177;
	text-shadow:2px 2px 0 #C9C8D7;
}

.fv h1 .txt_normal{
font-size:clamp(1.875rem, 1.193rem + 2.91vw, 3.375rem);
	 /* max-w1256px min-w375px 54px-30px */
	letter-spacing: -0.1em;
}

.fv h1 .txt_high{
	font-size:clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
	 /* max-w1256px min-w375px 80px-40px */
	letter-spacing: -0.1em;
}

.fv h1 .txt_low{
	font-size:clamp(1.875rem, 1.364rem + 2.18vw, 3rem);
	 /* max-w1256px min-w375px 48px-30px */
	padding-left: 0.1em;
}

.fv .under_title{
	display:flex;
	gap: 16px;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-size:clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
	/* max-w1256px min-w375px 32px-24px */
	padding-top:40px;
	padding-bottom:16px;
	background: linear-gradient(0deg, #dab765, #ac7a2c 50%, #dab765);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* テキスト部分 */
.under_title .text_wrap {
  display: inline-flex;
  align-items: baseline; /* テキストの基準線に揃える */
}

/* 画像 */
.under_title .decoration_img {
  width: 20px;
  height: 49px;
  object-fit: contain;
}

/* 左の画像だけ反転 */
.under_title .decoration_img.left {
  transform: scaleX(-1);
}

.fv .under_title span.txt_low{
	font-size:clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
	/* max-w1256px min-w375px 24px-16px */
}

.fv .under_title span.koukakaitori,
.fv .under_title span.anshin{
	position:relative;
  background: linear-gradient(0deg, #dab765, #ac7a2c 50%, #dab765);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
}

.fv .under_title span.koukakaitori::before,
.fv .under_title span.anshin:before{
	position:absolute;
	content:"";
	background-image:url(../images/dot4.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:106px;
	height:6px;
	left:0;
	right:0;
	margin:0 auto;
	top:-10px;
}

.fv .under_title span.anshin:before{
	background-image:url(../images/dot2.svg);
	width:38px;
	height:6px;
	top:-9px;
}

.fv .fv_contents ul.fv_osara{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:3px;
	margin-bottom:16px;
}

.fv .fv_contents ul.fv_osara li{
	padding: 50px 0px 60px;
	color:#333177;
	text-align:center;
	font-weight:bold;
	line-height: 1.2;
	font-size:1.25rem;
	max-width:129px;
	max-height:129px;
	width:100%;
}

.fv .fv_contents ul.fv_osara li:nth-child(1),
.fv .fv_contents ul.fv_osara li:nth-child(2),
.fv .fv_contents ul.fv_osara li:nth-child(3),
.fv .fv_contents ul.fv_osara li:nth-child(4){
	background-image:url(../images/fv_icon_satei.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

.fv .fv_contents ul.fv_osara li:nth-child(2){
	background-image:url(../images/fv_icon_shurui.webp);
}

.fv .fv_contents ul.fv_osara li:nth-child(3){
	background-image:url(../images/fv_icon_zisseki.webp);
}

.fv .fv_contents ul.fv_osara li:nth-child(4){
	background-image:url(../images/fv_icon_area.webp);
	padding:40px 0;
}

.fv .fv_box .sp_only{
	display:none;
}

@media screen and (max-width:1192px){
	.img2 {
    right: 22%;
	top: -4%;
}
	.woman {
   bottom: 0;
   right: 16px;
	width:46%;
	z-index: -1;
}
}

@media screen and (max-width:1100px){
	.img2 {
	display:none;
}
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.woman {
   right: 0px;
	width:40%;
}
}

/* スマホ */
@media screen and (max-width: 767px){
	.sp_only{
		display:block;
	}
	.pc_only{
		display:none;
	}
	
	.not_small_sp{
	display:block;
}
	
	.fv{
		padding-top:2rem;
	}
	
	.fv .fv_contents ul.pc_only{
		display:none;
	}
	
	.fv .fv_box .sp_only{
	display:block;
}
	
	.fv_box{
		background-size: 350% auto;
        background-position: center;
		overflow-x: clip; 
	}
	.img1,
	.img3{
		display:none;
	}
	.woman{
		width: 78%;
		right: -34px;
	}
	.img4{
		bottom: 16px;
        left: 5%;
		width:153px;
	}
	
	.fv_contents{
		margin:0 auto;
		padding-bottom: 114px;
	}
	.sub_title{
		background-size:contain;
		height: 50px;
		margin-bottom: 8px;
	}
	.fv .under_title{
	padding-top: 24px;
	}
	.fv .under_title span.koukakaitori::before,
	.fv .under_title span.anshin:before {
    width: 84px;
    height: 5px;
    left: 0;
}
	.fv .under_title span.anshin:before{
		width:32px;
	}
	
	.fv .fv_contents ul.fv_not_osara li{
	position:relative;
	color:#333177;
	text-align:left;
	font-weight:bold;
	font-size:1.25rem;
	max-width:208px;
	margin-bottom:24px;
	margin-left:15%;
	}
	.fv .fv_contents ul.fv_not_osara li::before{
		position:absolute;
		content:"";
		background-image:url(../images/fv_icon1_sp.webp);
		background-repeat:no-repeat;
		background-size:contain;
        width: 50px;
        height: 50px;
        top: -9px;
        left: -24px;
	}
	.fv .fv_contents ul.fv_not_osara li:nth-child(2)::before{
		background-image:url(../images/fv_icon2_sp.webp);
	}
	.fv .fv_contents ul.fv_not_osara li:nth-child(3)::before{
	background-image:url(../images/fv_icon3_sp.webp);
	}
	.fv .fv_contents ul.fv_not_osara li:nth-child(4)::before{
	background-image:url(../images/fv_icon4_sp.webp);
	}
	
	
	.fv .fv_contents ul.fv_not_osara li span{
		background-color:rgba(255, 255, 255, 50%);
		border-radius: 0 10px 10px 0;
		padding: 8px 16px 8px 32px;
		box-shadow:2px 2px 4px rgb(178 178 178 / 25%);
	}
	
}

@media screen and (max-width: 400px){
	.small_sp_only{
		display:block;
	}
	
	.not_small_sp{
	display:none;
}
		.sub_title{
		height: 55px;
	}
	.fv .under_title{
		gap:8px;
	}
	 .woman {
        width: 88%;
        right: -48px;
    }
	.fv_box {
        background-size: 400% auto;
    }
}
/* フッター */
.footer{
	background-color:#1C3977;
}
.footer-before ul{
	display:flex;
	justify-content:center;
	gap:24px;
	margin-top:8px;
	margin-bottom:8px;
}

.footer-before ul li a{
	font-size:1rem;
	color:#fff;
}

.copyright{
	color:#fff;
}

/* フロントページ PR banner */
.prBanner.yokonaga{
	position:relative;
	margin-bottom:24px;
	margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.prBanner.yokonaga .prBar{
	position:absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    height: 26px;
	font-weight: bold;
}

@media screen and (max-width:800px){
	.prBanner.yokonaga .prBar{
		 width: 10%;
	}
	
	.prBanner.yokonaga{
		max-width:300px;
		margin: 16px auto 32px;
	}
}

/* --------------------------
  以下、中身 
-------------------------- */

.section_catch{
	margin-bottom:88px;
}

.section_catch h2{
	font-size:clamp(1.375rem, 1.073rem + 1.29vw, 1.75rem);
	/* 	max-w840px min-w375px 28px-22px*/
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/hikitori_title.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 10px 0;
}

.section_catch p{
	font-size:1.125rem;
}

.section_catch .title_under{
	padding-top:40px;
	padding-bottom:24px;
	line-height:2;
}

.section_catch .title_under span{
	font-weight:bold;
}

.section_catch .point_under{
	padding-top:24px;
	padding-bottom:40px;
	line-height:2;
}

.section_catch .kaisetsu_btn a{
	display:flex;
	justify-content:flex-start;
	gap:16px;
	color:#1C3977;
	font-weight:bold;
	border-bottom:2px solid #1C3977;
	max-width:556px;
	text-decoration:none;
	align-items: center;
}

.section_catch ul li{
	padding: 12px 16px;
	font-size:clamp(1.125rem, 1.024rem + 0.43vw, 1.25rem);
	/* 	max-w840px min-w375px 20px-18px*/
	font-weight:bold;
	border:2px solid #7890C3;
	border-radius:12px;
	margin-bottom: 16px;
}

.section_catch ul li span.dot_icon{
	padding-right:16px;
	color:#7890C3;
}

.section_catch ul li span.under_line {
  background: linear-gradient(transparent 60%, #FFD0D1 60%);
}

/* 解説 */
.section_kaisetsu{
	padding:88px 0;
}

.section_kaisetsu h2{
	font-size:clamp(1.375rem, 1.274rem + 0.43vw, 1.5rem);
	/* 	max-w840px min-w375px 24px-22px*/
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/kaisetsu_title.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 10px 0;
}

.section_kaisetsu h4{
	font-size:1.125rem;
	font-weight:bold;
	padding-top:16px;
	padding-bottom:24px;
	border-bottom:none;
	border-top:none;
}

.section_kaisetsu h3{
	font-size:clamp(1.25rem, 1.048rem + 0.86vw, 1.5rem);
	/* 	max-w840px min-w375px 24px-20px*/
	font-weight:bold;
	color:#1C3977;
}

.section_kaisetsu ol{
	padding-top:40px;
}


.section_kaisetsu ol li{
	padding-bottom:56px;
}

.section_kaisetsu ol li .point_title{
	display:flex;
	justify-content:flex-start;
	gap:24px;
	align-items:center;
	border-bottom: 2px solid #CBD4E8;
	padding-bottom: 2px;
}

.section_kaisetsu .point_contents_flex{
	display:flex;
	justify-content:flex-start;
	gap:32px;
	padding-top:24px;
	flex-wrap:nowrap;
}

.section_kaisetsu .point_contents_flex .point_img{
	max-width:259px;
	width:100%;
}

.section_kaisetsu ol li .point_txt{
	font-size:1.125rem;
	line-height:2;
	padding-top:24px;
}
.section_kaisetsu ol li .point_contents_flex .point_txt{
	font-size:1.125rem;
	line-height:2;
	max-width:503px;
	width:100%;
	padding-top:0;
}

.section_kaisetsu ol li .point_contents_flex .point_txt span{
	font-weight:600;
}

.section_kaisetsu ol li .point_title .point_title_icon{
	max-width:112px;
}

.section_kaisetsu .takane_brand .takane_grid{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 8px;
	text-align: center;
}
.section_kaisetsu .takane_brand .takane_grid .brand_logo{
	max-width:210px;
	margin:0 auto;
}

.section_kaisetsu .takane_brand .takane_grid p{
	text-align:center;
	font-size:1rem;
	line-height:2;
}

/* 1つ1つのブランドBOX */
.brand_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ロゴ画像エリア（高さ揃え） */
.brand_logo > div {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

/* ロゴ画像の大きさ：比率はそのままで最大化 */
.brand_logo img {
  max-width: 80%;
  max-height: 80px;
  width: auto;
  height: auto;
}

.brand_logo > div.logo_img3 img{
	max-height:50px;
}

/* テキスト高さ揃え */
.brand_logo p {
  min-height: 2.5em;
}

@media screen and (max-width:768px){
	.section_kaisetsu .point_contents_flex{
		justify-content:center;
		flex-wrap:wrap;
	}
	
	.section_catch ul li{
        padding-left: 3rem;
        text-indent: -2rem;
	}
	.section_kaisetsu ol li .point_contents_flex .point_txt{
	max-width:360px;
}
	
.section_kaisetsu .takane_brand .takane_grid{
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 8px;
	}
	.section_kaisetsu ol li .point_title{
		gap:10px;
	}
	.section_kaisetsu ol li .point_title .point_title_icon{
		max-width:72px;
	}
	.section_kaisetsu h3{
		text-align:left;
	}
	.takane_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .brand_logo > div {
    height: 60px;
  }

  .brand_logo img {
    max-height: 60px;
  }
	
	.section_kaisetsu .takane_brand .takane_grid p{
		font-size:0.875rem;
	}
	.section_kaisetsu .point_contents_flex .point_img img{
		width:100%;
		height:auto;
		max-width:300px;
	}
	.section_kaisetsu .point_contents_flex .point_img{
		max-width:300px;
	}
}

@media screen and (max-width:400px){
	.section_kaisetsu ol li .point_contents_flex .point_txt{
	max-width:308px;
}
	.section_kaisetsu h2{
	font-size:1.25rem;
	}
	
	.section_kaisetsu h3{
		font-size:1.15rem;
	}
}

/* 買取業者選びが最重要 */

.section_kaitorigyosha{
	margin-bottom:92px;
}

.section_kaitorigyosha h2{
	font-size:clamp(1.375rem, 1.274rem + 0.43vw, 1.5rem);
	/* 	max-w840px min-w375px 24px-22px*/
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/zisseki_title.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 10px 0;
}

.section_kaitorigyosha p.title_under{
	font-size:clamp(1.125rem, 1.024rem + 0.43vw, 1.25rem);
	/* 	max-w840px min-w375px 20px-18px*/
	padding-top:24px;
	padding-bottom:32px;
	line-height:1.8;
}

.section_kaitorigyosha p.title_under span{
	font-weight:600;
}

.section_kaitorigyosha h3{
	font-size:clamp(1.25rem, 1.048rem + 0.86vw, 1.5rem);
	/* 	max-w840px min-w375px 24px-20px*/
	font-weight:bold;
	color:#1C3977;
	display:flex;
	gap:16px;
	justify-content:center;
	padding-bottom:32px;
}

.section_kaitorigyosha h3 .saikougaku,
.section_kaitorigyosha h3 .num_high{
	position:relative;
	font-size:clamp(1.5rem, 1.097rem + 1.72vw, 2rem);
	/* 	max-w840px min-w375px 32px-24px*/
}

.section_kaitorigyosha h3 .saikougaku::before{
	position:absolute;
	content:"";
	background-image:url(../images/hige.svg);
	background-repeat:no-repeat;
	background-size:contain;
	right:-10px;
	top:0;
	width:10px;
	height:10px;
}

.section_kaitorigyosha ol{
	display:flex;
	justify-content:center;
	gap:32px;
	flex-wrap:wrap;
}

.section_kaitorigyosha ol li{
	position:relative;
	border:1px solid #AEBCD9;
	border-radius:12px;
	text-align:center;
	max-width:230px;
	width:100%;
	font-weight:bold;
	line-height:1.3;
	box-shadow:2px 2px 4px rgba(124, 157, 169, 0.25);
}

.section_kaitorigyosha ol li:nth-child(1){
	padding: 2.5rem 0 2rem;
}

.section_kaitorigyosha ol li:nth-child(2){
	padding:4.5rem 0 1rem;
}

.section_kaitorigyosha ol li:nth-child(3){
	padding: 4rem 0 1rem;
}

.section_kaitorigyosha ol li::before{
	position:absolute;
	content:"";
	background-image:url(../images/saikougaku_step1.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:83px;
	height:83px;
	left:0;
	top:0;
}

.section_kaitorigyosha ol li:nth-child(2)::before{
	background-image:url(../images/saikougaku_step2.svg);
}

.section_kaitorigyosha ol li:nth-child(3)::before{
	background-image:url(../images/saikougaku_step3.svg);
}

.section_kaitorigyosha ol li::after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width: 10.5px 0 10.5px 18.2px;
	border-color: transparent transparent transparent #1C3977;
    right: -26px;
    top: 44%;
}

.section_kaitorigyosha ol li:last-child::after{
	display:none;
}

.section_kaitorigyosha ol li a{
	text-decoration:none;
}

a:hover{
	color:inherit;
}

.section_kaitorigyosha ol li a .txt_content p{
	padding-bottom:16px;
}

.section_kaitorigyosha ol li a .txt_content .cv_btn{
	max-width:190px;
	margin:0 auto;
	background-color:#FF8A34;
	border-radius:8px;
	display:flex;
	color:#fff;
	justify-content:center;
	align-items:center;
	padding:10px 0;
	font-size:0.875rem;
	gap:8px;
}

@media screen and (max-width:768px){
	.section_kaitorigyosha h3 span{
		text-align:center;
	}
	.section_kaitorigyosha ol li{
		max-width: 300px;
	}
	.section_kaitorigyosha ol li::after{
		right:0;
		left:0;
		margin:0 auto;
		bottom:-15%;
		top:auto;
		transform: rotate(90deg);
	}
	
	.section_kaitorigyosha ol li:nth-child(2)::after{
		bottom:-20%;
	}
	.section_kaitorigyosha ol li:nth-child(2){
	padding:3rem 0 3rem;
}

.section_kaitorigyosha ol li:nth-child(3){
	padding: 3rem 0 3rem;
}
}

@media screen and (max-width:400px){
	.section_kaitorigyosha h3{
		gap:12px;
	}
}
/* 買取実績 */
.kaitorizisseki h2{
	font-size:clamp(1.375rem, 1.274rem + 0.43vw, 1.5rem);
	/* 	max-w840px min-w375px 24px-22px*/
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/gyosyaerabi_title.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 10px 0;
}

.kaitorizisseki .contents ul{
	display:flex;
	justify-content:center;
	gap:16px;
}

.kaitorizisseki .contents ul li{
	max-width:260px;
	width:100%;
	padding-top:32px;
}

.kaitorizisseki .contents ul li .title{
	text-align:center;
	background-image:url(../images/zisseki_contents_title_.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	border-radius:0 12px 0 0;
	padding:9px 0;
	font-weight:bold;
}

.kaitorizisseki .contents ul li .kinds{
	text-align:center;
	padding:8px 0 16px;
	font-size:1rem;
	font-weight:bold;
}

@media (max-width: 768px) {
  .kaitorizisseki .contents ul {
	justify-content: flex-start;
    overflow-x: auto;     /* 横スクロールを有効化 */
    gap: 16px;
    padding-bottom: 16px; /* スクロールしやすい余白 */
  }

  .kaitorizisseki .contents ul li {
    flex: 0 0 75%;       /* スマホでの表示幅：調整可 */
    max-width: none;     /* PCのmax-width制限を解除 */
  }
	
	/* ▼ ScrollHint アイコンを前面に出す（念のため） */
.scroll-hint-icon-wrap {
  z-index: 9999 !important;
}
}
/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
	gap: 32px;
}
.pagination .current {
	background-color:#efefef;
	border: 1px solid #bbb;
	padding:3px 10px;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.page-numbers {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #D2D2D2;
  margin: 0 4px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: var(--cocoon-xx-thin-color);
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid var(--cocoon-thin-color);
  color: var(--cocoon-text-color);
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.five-digits-or-more {
  font-size: 13px;
}

.six-digits-or-more {
  font-size: 11px;
}

/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center;
}
.pager-links .post-page-numbers {
  background-color: transparent;
}
.pager-links span {
  background-color: var(--cocoon-current-background-color);
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: var(--cocoon-white-color);
}
.pager-links a:hover span {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.pager-prev-next a {
  width: 30%;
  margin: 0 4px;
}
.pager-prev-next span {
  width: 100%;
  margin: 0;
}

/* header */
.home .site-header{
	background-color: #ffffff;
	box-shadow: 0px 1px 4px #4b4b4b3d;
	position:fixed;
	z-index:1;
	width:100%;
}
.home .header-inner{
	display:flex;
	justify-content:space-between;
	gap:3rem;
	align-items:center;
	padding-left:1rem;
	padding-top:1rem;
	max-width: 1440px;
    margin: 0 auto;
}

.home .site-header{
	min-height:66px;
}

.home .header-inner .header-logo{
	max-width:420px;
}

.home .header-inner .header-nav ul{
	display:flex;
	justify-content:space-between;
	gap:3rem;
}

.home .header-inner .header-nav ul li a{
	text-decoration:none;
	color:#333333;
	font-size:1rem;
	font-weight: 600;
}

.home .header-inner .header-nav ul li a:hover{
	border-bottom:1px solid #333333;
}

@media screen and (max-width:1372px){
	.home .header-inner{
		justify-content:flex-start;
		padding-left: 0.875rem;
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
		width: 100%;
	}


@media screen and (max-width:1240px){
	.home .header-inner .header-nav{
		display:none;
	}
}

@media (max-width: 768px) {
	.home .header-inner .header-logo{
		max-width:196px;
	}
}
