@charset "utf-8";
/*
Theme Name: cmindstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/


html{
font-size:62.5%;
}

body{
 font-size:1.6rem;/* 16px*/
}



body, h1, h2, h3, h4, h5, h6, p, td, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
 font-weight: 500;
	font-size: 1.6rem;
color:#000000;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
p {
	font-size: 1.6rem;
}
}

body{
	background-color:#FFF;
	line-height:2;
}

@media screen and (max-width: 768px) {
body{
	line-height:1.8;
}
}


#wrapper{
overflow:hidden;
}

.pagelink{
padding-top:75px;
margin-top:-75px;
}

@media screen and (max-width: 768px) {
.pagelink{
padding-top:60px;
margin-top:-60px;
}
}



ul,li{
list-style:none;
}


p {
	
	margin-bottom:18px;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
max-width:100%;
	vertical-align:bottom;
	border: none;
}

a:link {
-webkit-transition: all .3s;
	transition: all .3s;
opacity:1;
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
}
a:active,
a:hover {
opacity:0.6;
	color: #000000;
	text-decoration:none;
}


h2{
}



h3{
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.pagetop{
background:#FFF;
width:100%;
height:66px;
margin:0;
}
.pagetop a{
font-size:10px;
width:100%;
line-height:66px;
display:block;
text-decoration:none;
text-align:center;
letter-spacing:0.08em;
}
.pagetop span{
background:url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
background-size:9px;
padding-left:14px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin:25px auto;
}
.postmeta{
	clear:both;
}
.post {
	zoom:1;
}
.post .post{
	margin:10px;
}
#breadNavi .post:after{
	content:"";
	display:inline-block;
	clear:both;
}

.post:after{
	content:"";
	display:block;
	clear:both;
}

.wp-pagenavi{
	margin-top:20px;
	clear:both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/




#header-area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

.headerbar .logo {
    margin-right: auto;
}



/* 上部バー */
.headerbar-area {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

/* 中央配置＆横並び */
.headerbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 5vw;
  gap: 40px;
}

/* =========================
   ロゴ
========================= */
.logo img {
    height: 50px;
    width: auto;
    display: block;
}

/* =========================
   ナビゲーション
========================= */
.main-nav>ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
font-weight: 700;
    font-size: 1.6rem;
  transition: color 0.3s;
}

.main-nav>ul>li {
  position: relative;
}


.main-nav a:hover {
  color: #d70d18; /* 赤ペンESカラー */
opacity:1;
}

/* サブメニュー（初期は非表示） */
.sub-menu {
    position: absolute;
    margin-top: 22px;
    top: 100%;
    left: 0;
    width: 240px;
    background: #000000e3;
    transform: translateY(-12px);
    transition: all 0.3s ease;
    z-index: 10;
  opacity: 0;
  visibility: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.sub-menu li {
  display: block;
  text-align: left;
}

.sub-menu li a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.sub-menu li a:hover {
  background: #fff6f6;
  color: #d4372d;
}

/* マウスオーバーで開く */
.has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



/* =========================
   エントリーボタン
========================= */
.entry-btn a {
display: inline-block;
    background: #d70d18;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 40px;
    border-radius: 40px;
    transition: background 0.3s;
}

.entry-btn a:hover {
  background: #000000;
opacity:1;
}

/* =========================
   LINEバナー
========================= */
.header-line-banner a span {
      background: url(/wp/wp-content/uploads/icon-line.svg) no-repeat left center;
    background-size: 30px;
    padding: 10px 0px 10px 34px;
}

.header-line-banner a {
    background: #31A926;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.4;
}
.header-line-banner {
    text-align: center;
display:none;
}

/* =========================
   レスポンシブ対応
========================= */
@media screen and (max-width: 1120px) {
  .headerbar {
    flex-wrap: wrap;
    gap: 12px;
  }

  .main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .entry-btn a {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
 

  .logo img {
    height: 40px;
  
  }

 .entry-btn a {
    padding: 4px 16px;
}

}



.page-title-area {
    padding-top: 73px;
}

.page-title-inner{
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 32px;
    padding: 60px 0;
}

.page-title-box {
    text-align: center;
    margin: 0 5vw;
}
.page-title {
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 900;
    color: #FFF;
}



#fv-area {
    margin-top: 73px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}



#fv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* PC（4:3くらい） */
@media screen and (min-width: 769px) {
  #fv-area {
    aspect-ratio: 2 / 1; /* 約4:3の比率 */
    height: auto;
  }
}

/* スマホ（やや縦長） */
@media screen and (max-width: 768px) {
  #fv-area {
    margin-top: 60px;
    aspect-ratio: 5 / 3; /* 縦長に */
    height: auto;
  }

.page-title-inner {
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 16px;
    padding: 30px 0;
}

.page-title-area {
    padding-top: 60px;
}
.page-title {
    text-align: center;
    font-size: 2.6rem;
}

}



/*----------------------------------------
■グローバルナビ
-----------------------------------------*/

#g-nav {
    width: auto;  /* 幅指定解除 */
}



/*==================================================
　5-2-6 3本線が回転して×に
===================================*/



/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
       position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background: #1e2b3d;
color:#1e2b3d;
    mix-blend-mode: difference;
  }



.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;

}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;

}


.openbtn.active{
}


.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
display:block;
      position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
}


#g-nav-contents {
   background: #fffffff7;
    position: relative;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
}

#g-nav {
       position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translate(0%, 0%);
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20%);
}
#g-nav-area {
    text-align: center;
    z-index: 999;
    width: 100%;
    position: absolute;
    transform: translate(0%, -50%);
top: 50%;
}
#g-nav ul#navi-list{
  margin-right: 0;
        margin-bottom: 0px;
        display: block;
        height: auto;
        text-align: center;
}



#g-nav.panelactive ul#navi-list li#nav1{
    transition-delay: .1s;
}
#g-nav.panelactive ul#navi-list li#nav2{
    transition-delay: .2s;
}
#g-nav.panelactive ul#navi-list li#nav3{
    transition-delay: .3s;
}
#g-nav.panelactive ul#navi-list li#nav4{
    transition-delay: .4s;
}
#g-nav.panelactive ul#navi-list li#nav5{
    transition-delay: .5s;
}
#g-nav.panelactive ul#navi-list li#nav6{
    transition-delay: .6s;
}

#g-nav.panelactive #recruit-sp-btn{
    transition-delay: .6s;
}


#g-nav.panelactive {
 opacity: 1;
display:block;
visibility: inherit;
   pointer-events: auto;
 z-index: -1;
 -webkit-overflow-scrolling: touch;
  transform: translateY(0%);
    }


#g-nav ul#navi-list > li {
    display: block;
    margin-right: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    height: auto !important;
    line-height: 1.6 !important;
}
#g-nav ul#navi-list > li a{
    font-size: 2.4rem;
    text-decoration: none;
        font-weight: 700;
}


#g-nav ul#navi-list > li,
#g-nav #recruit-sp-btn {
transition: all 0.4s;
    transform: translateX(200px);
    opacity: 0;
    -webkit-transform: translate3d(0px, 20px, 0);
}

#g-nav.panelactive ul#navi-list > li,
#g-nav.panelactive #recruit-sp-btn {
transform: translateX(0);
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
}


.headerbar.panelactive {
    background: none;
    box-shadow: none;
}


#header-bm{
display:none;
}



/* =========================
   レスポンシブ対応（スマホ）
========================= */

@media screen and (max-width: 1120px) {
.headerbar {
    width: auto;
}
.main-nav {
    display: none;
}


#header-bm{
display:block;
}


#recruit-sp-btn .btn {
display:none;
}


}


ul.sp-sub-menu > li a {
    font-size: 1.4rem !important;
    color: #d70d18;
}

ul.sp-sub-menu {
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}
ul.sp-sub-menu > li {
    box-sizing: border-box;
    padding: 5px 10px;
}


@media screen and (max-width: 768px) {


#g-nav ul#navi-list > li a{
    font-size: 2rem;
}


#logo img {
    width: 180px;
}
.headerbar {
         padding: 5px 5vw;
}

#header-bm {
  
}

.header-line-banner a {
    font-size: 1.6rem;
}

.header-line-banner a span{
    padding: 10px 0px 10px 34px;
}


  .main-nav > ul {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
  
  .main-nav.active > ul {
    display: flex;
  }



}



/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/






/*----------------------------------------
■メイン
-----------------------------------------*/
#main{
 padding: 0px 0;
}
.home #main{
 padding: 0px 0;
}

.container{
padding:100px 0;
  position: relative;
    z-index: 2;
}


.section{
    max-width: calc(1200px + 10vw);
       margin: 0 auto;
    position: relative;
    padding: 0 5vw;
}


@media screen and (max-width: 768px) {
.container{
padding:80px 0;
}

#main{
 padding:0px 0;
}
.home #main{
 padding: 0px 0;
}


}



/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area{
width:1000px;
margin:0 auto;
}
#contents{
	width:700px;
	margin-right:50px;
	float:left;
}



/*----------------------------------------
■サイド
-----------------------------------------*/
#side_right{
	width:250px;
	float:right;
}



#side .sitenavi{
	background:#ffffff;
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#side .sitenavi a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}

	
#recent-posts-3,
#categories-3,
#archives-3 {
border:solid 1px #EEE;
padding:20px;
margin-bottom:20px;
}

.side-title{
font-size:16px;
letter-spacing:0.08em;
text-align:center;
line-height:1;
margin-bottom:20px;
}

#recent-posts-3 ul li,
#categories-3 ul li,
#archives-3 ul li{
border-bottom:dashed 1px #EEE;
margin-bottom:10px;
padding-bottom:10px;
font-size:12px;
line-height:1.6;
}
#recent-posts-3 ul li:last-child,
#categories-3 ul li:last-child,
#archives-3 ul li:last-child{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}







/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs{
height:370px;
}

#tabs ul{
width: 200px;
margin-bottom:7px;
}
#tabs li{
margin:0;
padding:0;
}

#tabs #tab_facebook{
background:url(/images/side/bg_facebook.png) no-repeat;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_facebook{
background:url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter{
background:url(/images/side/bg_twitter.png) no-repeat right top;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_twitter{
background:url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide { display: none; }
.ui-tabs {
margin: 10px 0 0 0;
}
.ui-tabs-nav {

list-style: none;
margin: 0;
padding: 0;

}
.ui-tabs-nav:after {
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li { 
float: left; 
font-weight: bold;
width: 99px;
}
.ui-tabs-nav a{
display: block;
}
.ui-tabs-nav a {
margin: 1px 0 0;
padding-left: 0;
text-align: center;
outline: 0;
text-decoration:none;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { cursor: pointer; }
.ui-tabs-disabled { opacity: .4; }
.ui-tabs-panel { padding: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-tabs-panel { width: 178px; border: 0px solid #ade500/*{borderColorActive}*/;}
.ui-tabs-panel img { border:none; }


/*----------------------------------------
■フッター
-----------------------------------------*/

footer{
   position: relative;
}

#pagetoplink {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    margin-top: -80px;
}


#footer-cat-area {
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 32px;
    padding: 100px 0;
}


#footer-cat-title span {
    font-size: 1.4em;
    vertical-align: -4px;
    margin: 0 2px;
}
#footer-cat-title {
    text-align: center;
    font-weight: 900;
    color: #FFF;
    font-size: 4rem;
    line-height: 1;
margin-bottom:30px;
}


.btn a {
    text-decoration: none;
    background: #222;
    padding: 20px 100px;
    display: inline-block;
    line-height: 1;
    border-radius: 50px;
    color: #FFF;
    border: solid 2px #FFF;
}
.btn {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
}

#footer-cat-btn a span,
#top-cat-btn a span {
    background: url(/wp/wp-content/uploads/arrow.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

#footer-cat {
    max-width: 900px;
}


#footer-cat-illust2 img {
    width: 170px;
}

#footer-cat-illust1 img {
    width: 240px;
}
#footer-cat-illust2 {
    bottom: -100px;
    right: 0;
}
#footer-cat-illust1 {
    bottom: -100px;
    left: -40px;
}
.footer-cat-illust {
    position: absolute;
}


#fv-flag-left {
    top: -100px;
    left: 0;
}
#fv-flag-left img{
    width: 30vw;
    max-width: 400px;
}


#fv-flag-right {
    top: -100px;
    right: 0;
}
#fv-flag-right img{
    width: 30vw;
    max-width: 400px;
}


address {
    color: #ababab;
    font-size: 1.3rem;
    font-style: normal;
}
#footer-bottom {
    background: #f1f4f7;
    padding: 14px;
    text-align: center;
}

#footer-section {
    padding: 100px 5vw;
}
#footer-logo {
    text-align: center;
    margin-bottom: 40px;
}
#footer-logo img {
    width: 300px;
}


#footer-navi-list {
    text-align: center;
}

#footer-navi-list li {
    display: inline-block;
    padding: 16px;
}


#footer-navi-list li a {
    text-decoration: none;
}



@media screen and (max-width: 768px) {

#footer-cat-area {
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 16px;
        padding: 60px 5vw 200px;
}

#footer-cat-title {
    font-size: 3rem;
    margin-bottom: 20px;
}



#footer-cat-illust1 {
     bottom: -200px;
    left: 50%;
    margin-left: -130px;
}
#footer-cat-illust1 img {
    width: 140px;
}

#footer-cat-illust2 {
    bottom: -200px;
right: 50%;
    margin-right: -120px;
}
#footer-cat-illust2 img {
    width: 100px;
}



address {
    font-size: 1.2rem;
}
#pagetoplink {
    width: 10px;
    margin-top: -60px;
}

#footer-section {
    padding: 60px 5vw;
}

#footer-logo {
    margin-bottom: 20px;
}

#footer-navi-list li {
    display: block;
    padding: 8px;
}

#footer-logo img{
    width: 200px;
}

.btn {
    font-size: 2rem;
}
.btn a {
    padding: 20px 20px;
    border-radius: 30px;
}
#footer-cat-btn a span, #top-cat-btn a span {
    background: url(/wp/wp-content/uploads/arrow.svg) no-repeat center left;
    background-size: 12px;
    padding-left: 20px;
}


}

/*----------------------------------------
■トップページ
-----------------------------------------*/


#top-about-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 22px;
    padding-bottom: 160px;
}

.top-about-box {
  position: relative;
  background: #fff;
border-radius: 30px;
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.top-about-box::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #ffcdd3;
    border-radius: calc(30px - 6px);
    pointer-events: none;
}


/* ==========================
   タイトル
========================== */
.top-about-title {
     font-size: 4rem;
    font-weight: 900;
    color: #d70d18;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* ==========================
   本文
========================== */
.top-about-text {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 50px;
}

.top-about-text .highlight {
  color: #d70d18;
  font-weight: 700;
  border-bottom: 2px solid #d70d18;;
  padding: 2px 6px;
font-size:1.2em;
    margin: 0 2px;
}


#top-about-btn a {
    background: #d70d18;
    border-color: #000;
font-size: 2.2rem;
}

/* ==========================
   イラスト配置
========================== */
.top-about-illust {
  position: absolute;
  bottom: 0;
}

#top-about-illust1 {
    right: -20px;
    top: -20px;
}

#top-about-illust2 {
    left: -10px;
    bottom: -10px;
}


#top-about-illust1 img {
    width: 180px;
height:auto;
}
#top-about-illust2 img {
    width: 190px;
height:auto;
}




/* ==========================
   セクション全体
========================== */
#top-point-area {
}


.top-point-box {
     padding: 100px 0 140px;
    margin-top: -60px;
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 2;
}

#top-point3{
padding: 120px 0 120px;
}

#top-point {
  text-align: center;
}

/* ==========================
   各ポイントブロック
========================== */
#top-point1,
#top-point3 {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 9px;
}

#top-point2 {
   background: url(/wp/wp-content/uploads/bg4.jpg) repeat;
    background-size: 9px;
}

/* 内側配置 */
.top-point-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;

    max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* ==========================
   テキスト・画像
========================== */
.top-point-text {
  flex: 1 1 50%;
  text-align: left;
}

.top-point-img {
    flex: 1 1 40%;
    text-align: center;
}

.top-point-img img {
  max-width: 100%;
  height: auto;
}

/* ==========================
   見出しテキストなど
========================== */

.point-num img {
    height: 113px;
    width: auto;
}

.point-num {
    margin-bottom: 20px;
}

.point-title {
    font-size: 5.6rem;
    line-height: 1.4;
    font-weight: 900;
    color: #d70d18;
    margin-bottom: 30px;
}

.point-title strong {
    font-size: 1.3em;
    font-weight: 700;
    vertical-align: -0.05em;
    padding: 0 3px;
}

#top-point1 .point-title br{
display:none;
}
#top-point2 .point-title br{
display:none;
}
#top-point3　.point-title br{
display:block;
}

@media screen and (max-width: 768px) {
#top-point1 .point-title br{
display:block;
}
#top-point2 .point-title br{
display:none;
}
}

.point-title span {
    border-bottom: solid 5px;
}


#top-point2 .point-title {
  color: #fff;
}

.point-desc {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 700;
    color: #d70d18;
}

#top-point2 .point-desc {
  color: #fff;
}

/* ==========================
   PCの左右レイアウト切り替え
========================== */
#top-point2 .top-point-inner {
  flex-direction: row; /* 左テキスト／右画像 */
}

#top-point1 .top-point-inner,
#top-point3 .top-point-inner {
  flex-direction: row-reverse; /* 右テキスト／左画像 */
}



#top-case {
    max-width: none;
}


#top-case-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 9px;
}
#top-case-area .midashih2{
color:#FFF;
}

#top-case-area .midashih2 span {
    border-color: #FFFFFF;
}
#top-case-area .midashih2 span::after {
    border-top: 20px solid #FFFFFF;
}

#top-case-btn a::before {
    background: url(/wp/wp-content/uploads/icon-line.svg) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    width: 60px;
    height: 110px;
    display: block;
    top: -10px;
    left: 10px;
}

#top-case-btn a {
    background: #30a925;
    font-size: 2.2rem;
    border: solid 2px #000;
    position: relative;
}


#top-case-illust {
    position: absolute;
    bottom: -140px;
    right: 10vw;
}

#top-case-illust img {
    width: 130px;
}


#top-case-slide {
    margin: 0 -5vw;
    margin-bottom: 60px;
    overflow: hidden;
}

/* ==========================
   各スライド
========================== */

#top-case-noslide-area {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
#top-case-noslide {
display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.top-case-human {
    margin-bottom: 12px;
}

.top-case-no {
    font-size: 3rem;
    font-weight: 700;
    color: #d70d18;
    margin-bottom: 12px;
    line-height: 1.4;
}

.top-case-box {
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 40px 40px;
    text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.top-case-box:before {
content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #d70d18;
    border-radius: calc(50px - 6px);
    pointer-events: none;
}

/* 中央スライドを強調 */
.slick-center .top-case-box {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ==========================
   ドット・矢印
========================== */
.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}






/* =========================
   背景・セクション全体
========================= */
#top-flow-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 22px;
}

#top-flow {
  text-align: center;
}


/* =========================
   フローカード
========================= */
.top-flow-list {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    padding-top: 40px;
}

.top-flow-item {
    position: relative;
    background: #fff;
    border-radius: 30px;
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    padding: 40px 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* 既存の slidein の transform とは別軸で動かす（topで浮かす） */
.top-flow-item{
  position: relative;
  transition: top .25s ease, box-shadow .25s ease, filter .25s ease;
  top: 0;
  will-change: top;
}

@media (hover:hover) and (pointer:fine){
  .top-flow-item:hover{
    top: -6px;
    box-shadow: 0 14px 28px rgba(0,0,0,.10);
    filter: brightness(1.01);
  }
}

/* スマホ用：押してる間だけ */
.top-flow-item:active{
  top: -4px;
  box-shadow: 0 12px 24px rgba(0,0,0,.10);
}



.top-flow-item:nth-child(4),
.top-flow-item:nth-child(5) {
    width: calc((100% - 30px) / 2);
}

.top-flow-item::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #ffcdd3;
    border-radius: calc(30px - 6px);
    pointer-events: none;
}



/* 右矢印（カード間） */
.top-flow-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}


.top-flow-item:last-child::after,
.top-flow-item:nth-child(3)::after {
  display: none;
}

/* =========================
   アイコン
========================= */
.flow-icon {
  margin-bottom: 20px;
    margin-top: -80px;
    position: relative;
}
.flow-icon img {
  width: 135px;
  height: auto;
}

/* =========================
   ステップテキスト
========================= */
.flow-step {
font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
}
.flow-step span {
    display: block;
    color: #d70d18;
    font-weight: 700;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 2.8rem;
}

.flow-step span::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: #d70d18;
    vertical-align: 0.1em;
    margin-right: 6px;
}


.flow-step span::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: #d70d18;
    vertical-align: 0.1em;
    margin-left: 6px;
}






/* ==========================
   FAQ 全体
========================== */

#top-faq-illust img {
    width: auto;
    height: 140px;
}

#top-faq-illust {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: 200px;
}


#top-faq-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 9px;
}

#top-faq-area .midashih2{
color:#FFF;
}

#top-faq-area .midashih2 span {
    border-color: #FFFFFF;
}
#top-faq-area .midashih2 span::after {
    border-top: 20px solid #FFFFFF;
}


.faq-list {
  margin-top: 40px;
    margin-bottom: 40px;
}

#top-faq-btn a {
    font-size: 2.2rem;
}


/* 外枠つきの白い箱 */
.faq-item {
position: relative;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 16px;
    overflow: hidden;
}

/* 10px 内側にもう1本の枠（角丸も追従） */
.faq-item::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #d70d18;
    border-radius: calc(50px - 6px);
    pointer-events: none;
}

/* ==========================
   質問部分
========================== */
.faq-question {
    position: relative;
    padding: 40px 120px 40px 60px;
    font-weight: 900;
    color: #d70d18;
    font-size: 3rem;
    cursor: pointer;
    line-height: 1.4;
}

.faq-question span.faq-q {
    margin-right: 40px;
}

.faq-question .faq-toggle{
    position: absolute;
    top: 50%;
    right: 60px;
    width: 10px;
    height: 10px;
    margin-left: -2px;
    border-top: 2px solid #d5362d;
    border-right: 2px solid #d5362d;
    transform: translate(-50%, -50%) rotate(135deg);
}

/* ▲ 開いたとき（−） */
.faq-item.open .faq-toggle {
  width: 14px;
  height: 2px;
  border: none;
  background: #d5362d;
  transform: translateY(-50%) rotate(0deg);
}

/* ==========================
   回答部分
========================== */
.faq-answer{
  display: none;
    font-size: 2rem;
      margin: 0 60px;
    padding: 40px 0px 40px;
    border-top: 2px dashed #d70d18;
    line-height: 1.8;
    color: #000;
    background: #fff;
}
.faq-answer p{
  font-size: 2rem;
}
.faq-item.open .faq-answer { 
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}






.top-cat-illust {
    position: absolute;
}

#top-cat-illust2 img {
    width: 30vw;
    max-width: 400px;
}

#top-cat-illust2 {
    bottom: -106px;
    right: 0;
}
#top-cat-illust1 {
    bottom: -106px;
    left: 0;
}
#top-cat-illust1 img {
    width: 30vw;
    max-width: 400px;
}

#top-cat-area {
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 32px;
    padding: 100px 0;
}

#top-cat-title span {
    font-size: 1.4em;
    vertical-align: -0.04em;
}

#top-cat-title img {
    width: 550px;
}

#top-cat-title {
    text-align: center;
}


.midashih2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2em;
}

.midashih2 span {
    border-bottom: solid 6px #d70d18;
    padding: 0 10px 6px;
    position: relative;
}

.midashih2 span::after {
content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d70d18;
}


.news-item{
margin-bottom:20px;
}
.news-item:last-child{
margin-bottom:0px;
}

a.news-link{
text-decoration:none;
}
.news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #e2e8ee;
  border-radius: 20px;
  padding: 40px 60px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.news-link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 左の日付 */
.news-date {
  color: #d70d18;
  font-weight: 700;
    font-size: 2.2rem;
  flex: 0 0 160px;
}

/* タイトル部分 */
.news-title {
    font-size: 2.2rem;
    font-weight: 700;
    flex: 1;
    text-align: left;
}

/* 右の丸い矢印 */
.news-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d70d18; /* 赤背景 */
  flex-shrink: 0;
}


.news-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
    margin-left: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}


#top-news-area {
    background: #f2f4f7;
}

#top-news-btn {
    position: absolute;
    right: 5vw;
    top: 30px;
    font-weight: 700;
    margin: 0;
}
#top-news-btn a {
    text-decoration: none;
    font-size: 2rem;
    color: #c4c9ce;
padding-right:30px;
}

#top-news-btn a::before {
        content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-top: 2px solid #c4c9ce;
    border-right: 2px solid #c4c9ce;
    transform: translate(-50%, -50%) rotate(45deg);
}



@media screen and (max-width: 768px) {

#top-about-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 11px;
    padding-bottom: 120px;
}


#top-cat-area{
    background: url(/wp/wp-content/uploads/bg1.jpg) repeat;
    background-size: 16px;
    padding: 60px 0;
}
#fv-flag-right {
    top: -60px;
}
#fv-flag-left {
    top: -60px;
}
#top-cat-illust1 {
    bottom: -63px;
}
#top-cat-illust2 {
    bottom: -63px;
}
#top-about-illust1 {
    right: -10px;
    top: -50px;
}

#top-about-illust2 {
    left: -12px;
    bottom: -40px;
}
#top-about-illust1 img{
width: 80px;
}
#top-about-illust2 img {
    width: 80px;
}


.top-about-box {
    border-radius: 30px;
    padding: 40px 30px;
}
.top-about-box::before {
    inset: 4px;
    border-radius: calc(30px - 4px);
}



.top-about-title {
    font-size: 2.2rem;
    margin-bottom: 16px;
}
.top-about-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.top-about-text br {
    display: none;
}

#top-about-btn a {
padding: 14px 30px;
    font-size: 1.6rem;
}
.top-point-box {
    padding: 80px 0 120px;
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
}
#top-point1, #top-point3 {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 4.5px;
}

#top-point2 {
    background: url(/wp/wp-content/uploads/bg4.jpg) repeat;
    background-size: 4.5px;
}

  .top-point-inner {
    flex-direction: column !important;
    text-align: center;
    gap: 30px;
  }
#top-point3 {
    padding: 80px 0 80px;
}

  .top-point-text {
    order: 2;
    text-align: center;
  }
.point-desc {
    font-size: 1.6rem;
    text-align: left;
}

.point-desc br {
    display: none;
}

  .top-point-img {
    order: 1;
  }
.point-num {
    margin-bottom: 10px;
}

.point-num img {
    height: 70px;
}

.point-title {
    font-size: 3.4rem;
    margin-bottom: 20px;
}

.top-point-img img {
    max-width: 260px;
}



.midashih2 {
    font-size: 2.2rem;
}
.midashih2 span {
    border-bottom: solid 4px #d70d18;
}
.midashih2 span::after {
    bottom: -14px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #d70d18;
}


#top-case-noslide-area {
    display: block;
    justify-content: center;
    margin: 0 -5vw 40px;
}

#top-case-noslide{
        display: block;
        align-items: center;
        justify-content: space-between;
        grid-template-columns: auto;
        flex: 1;
}


.top-case-human img {
    max-width: 80px;
}
#top-case-area .midashih2 span::after {
    border-top: 14px solid #FFFFFF;
}
#top-case-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 4.5px;
}
.top-case-box{
    margin: 0 10px;
    border-radius: 30px;
padding: 20px;
}
.top-case-box:before {
    inset: 4px;
    border-radius: calc(30px - 4px);
}

.top-case-human img,
.top-case-img img {
    display: inline-block !important;
}



#top-case-btn a{
    font-size: 1.4rem;
    padding: 14px 20px;
}

#top-case-illust {
    position: absolute;
    bottom: -82px;
    right: 5vw;
}
#top-case-illust img {
    width: 65px;
}

#top-case-btn a::before{
width: 40px;
    height: 60px;
    display: block;
    top: 0px;
    left: -25px;
}

#top-flow-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 11px;
}
.top-flow-item:nth-child(4), .top-flow-item:nth-child(5) {
    width: 100%;
}
.top-flow-item:last-child{
margin-bottom:0;
}


.flow-step {
    font-size: 1.6rem;
    margin: 0;
}
.flow-step span {
    font-size: 2.2rem;
}


.top-flow-list {
    display: block;

        padding-top: 0;
}
.flow-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -40px;
        margin-bottom: 0;
}
.flow-icon img {
    width: 85px;
}
.top-flow-item::after {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.top-flow-item {
    width: 100%;
    display: block;
    border-radius: 20px;
    margin-bottom: 24px;
        position: relative;
   padding: 30px 20px 30px 120px;
        text-align: left;
}
.top-flow-item::before {
    inset: 4px;
    border-radius: calc(20px - 4px);
}

.top-flow-item:nth-child(3)::after {
  display: block;
}

#top-faq-illust {
    top: -8px;
    margin-left: 90px;
}
#top-faq-illust img {
    height: 80px;
}


#top-faq-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 4.5px;
}

#top-faq-area .midashih2 span::after {
    border-top: 14px solid #FFFFFF;
}

.faq-question {
    padding: 20px 60px 20px 80px;
    font-size: 2rem;
    position: relative;
}
.faq-question span.faq-q {
    margin-right: 0;
    position: absolute;
    left: 30px;
}
.faq-item {
    border-radius: 30px;
    margin-bottom: 10px;
}
.faq-item::after {
    inset: 4px;
    border-radius: calc(30px - 4px);
}

.faq-question .faq-toggle {
    right: 30px;
}
.faq-answer {
    font-size: 1.6rem;
    margin: 0 30px;
    padding: 20px 0px 20px;
    line-height: 1.6;
}
.faq-answer p {
    font-size: 1.6rem;
}

#top-faq-btn a {
    font-size: 1.4rem;
    padding: 14px 20px;
}

.news-link {
    display: block;
    padding: 20px 20px;
}
.news-date {
    display: block;
    font-size: 1.8rem;
}
.news-title {
    font-size: 1.8rem;
    line-height: 1.4;
    display: block;
}
.news-item {
    margin-bottom: 10px;
}


}



/*----------------------------------------
■エントリー
-----------------------------------------*/


ul.p-register__list {
    max-width: 800px;
    margin: 0 auto;
}
.p-register-item__value input, .p-register-item__value select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f4f7;
    border: none;
    padding: 20px 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.p-register-item__value--half {
    display: flex;
    justify-content: space-between;
gap: 10px;
}
.p-register-item__value {

    }
.p-register-item__value {
    margin-top: 0.5rem;
    position: relative;
}

.p-register__item:first-child {
    margin-top: 0;
}
.p-register__item {
      margin-top: 40px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}

.p-register-item__label p {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 2rem;
}

.p-register-item__value--half p {
    flex: 1;
}

.wpcf7-not-valid-tip{
    font-size: 0.7em !important;
}


.p-register-item__required {
    font-size: 0.8em;
    color: #d70d18;
}

.p-register__privacy-policy {
     align-items: center;
    display: flex;
    font-size: 0.875rem;
    gap: 0.75rem;
    justify-content: center;
       margin-top: 60px;
}
.p-register__btn-wrap {
    margin-top: 3.125rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
}

.c-btn {
    border-radius: 48px;
    color: #FFF;
    font-size: 1.6875rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
  margin: 0;
}

.p-register__btn input {
       background-color: #d70d18;
    border: 2px solid #000;
    font-size: 2rem;
    padding: 16px 60px;
    border-radius: 48px;
    color: #FFF;
    font-weight: 900;
    letter-spacing: 0.125rem;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.p-register__privacy-policy .wpcf7-list-item {
    margin-left: 0;
}
.p-register__privacy-policy p{
margin-bottom:0;
}
.p-register__privacy-policy p span {
    color: #d70d18;
}


.wpcf7-spinner {
    margin: 10px auto 0 !important;
    display: block !important;
}

.p-register-item__value p {
    margin: 0;
}


.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
border-color:none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
    text-align: center !important;
    color: #FFF;
}



@media screen and (max-width: 768px) {

.p-register-item__label p{
    font-size: 1.6rem;
}
.p-register__item {
    margin-top: 20px;
}

.p-register-item__value input, .p-register-item__value select {
 
    padding: 16px 16px;
}
.p-register__privacy-policy{
margin-top: 40px;
}
.p-register__privacy-policy-text {
    font-size: 1.4rem;
}

.c-btn {
    font-size: 1.4rem;
    margin: 0;
}

.p-register__btn input {
    font-size: 1.8rem;
    padding: 16px 40px;
}

}


/*----------------------------------------
■サンクス
-----------------------------------------*/

#thanks-contents-area {
    padding-top: 160px;
}


#thanks-contents {
    text-align: center;
}

#thanks-title {
    font-weight: 900;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #d70d18;
}

#thanks-title span {
    background: url(/wp/wp-content/uploads/thanks-image.png) no-repeat top center;
    background-size: auto 200px;
    padding-top: 220px;
    display: inline-block;
}


#thanks-catch {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 20px;
  line-height: 1.6;
}
.thanks-dec {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.thanks-dec strong {
    color: #d70d18;
    border-bottom: solid 2px;
    display: inline-block;
    margin-bottom: 6px;
}



/* 通常時間（即時性） */
.thanks-box--day {
  border-color: #c62828;
}

/* 夜間・土日（誠実さ） */
.thanks-box--night {
  border-color: #4caf50;
}



/* ===== LINEボタン ===== */
a.thanks-line-btn {
display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 16px 20px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #30a925;
    font-size: 2.2rem;
    border: solid 2px #000;
    position: relative;
}

.thanks-line-btn:hover {
  transform: translateY(-2px);
 
}

/* 夜間用（少し落ち着いたトーン） */
.thanks-line-btn--sub {
  background: #2e7d32;
}

.thanks-btn-hosoku {
    color: #999999;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}



/* ===== SP調整 ===== */
@media screen and (max-width: 768px) {



#thanks-contents-area {
    padding-top: 130px;
}

#thanks-title span {
    background: url(/wp/wp-content/uploads/thanks-image.png) no-repeat top center;
    background-size: auto 120px;
    padding-top: 140px;
}
#thanks-title {
    font-weight: 900;
    font-size: 4rem;
}
#thanks-catch {
    font-size: 1.8rem;
    margin-bottom: 18px;
    line-height: 1.4;
}

.thanks-dec {
    font-size: 1.4rem;
    margin-bottom: 30px;
}


a.thanks-line-btn {
    width: auto;
    max-width: none;
    padding: 14px 30px;
    font-size: 1.6rem;
    box-sizing: border-box;
}


}



/*----------------------------------------
■よくある質問
-----------------------------------------*/



#faq-all-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 22px;
}

@media screen and (max-width: 768px){

#faq-all-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 11px;
}
}

/*----------------------------------------
■赤ペンESとは
-----------------------------------------*/


#about-value-area {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 9px;
    padding-bottom: 100px;
 padding-top: 100px;
}



#about-ai-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 22px;
    padding: 100px 0;
}

#about-strengths-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 9px;
}


#about-strengths-area .midashih2 {
    color: #FFF;
}
#about-strengths-area .midashih2 span {
    border-color: #FFFFFF;
}
#about-strengths-area .midashih2 span::after {
    border-top: 20px solid #FFFFFF;
}


@media screen and (max-width: 768px){
#about-value-area {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 4.5px;
    padding-bottom: 100px;
 padding-top: 100px;
}



#about-ai-area {
    background: url(/wp/wp-content/uploads/bg3.jpg) repeat;
    background-size: 11px;
    padding: 100px 0;
}

#about-strengths-area {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 4.5px;
}
}



/* =========================
  ABOUT DATA
========================= */

#about-data-area {

}


#about-data {
  /* h2下の余白調整したいならここ */
}

.about-data-wrap{
    margin-top: 32px;
    max-width: 1040px;
    margin: 32px auto 0;
}

.about-data-list{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}

.about-data-item{
  text-align: center;
}

.about-data-title{
margin: 0 0 18px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .02em;
    font-size: 3.2rem;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-data-icon{
    width: auto;
    margin: 0 auto 18px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-data-icon img{
display: block;
    max-width: 190px;
    height: auto;
}

.about-data-value{
  margin: 0;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
}

.about-data-value-main{
  font-size: clamp(34px, 3.6vw, 64px);
  color: #d11111; /* 赤 */
}

.about-data-value-sub{
  font-size: clamp(18px, 1.8vw, 30px);
  color: #d11111;
  margin-left: 6px;
}

.about-data-footer-image{
    margin-top: 60px;
    text-align: center;
    margin-bottom: -100px;
}

.about-data-footer-image img{
    max-width: 700px;
    height: auto;
    display: inline-block;
}

/* ===== Responsive ===== */
@media screen and (max-width: 1024px){
  .about-data-list{
    grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
        display: inline-grid;
  }

.about-data-wrap {
    margin-top: 32px;
    text-align: center;
}

.about-data-item {
    text-align: center;
    min-width: 280px;
}

}

@media screen and (max-width: 768px){


.about-data-item {
    text-align: center;
    min-width: auto;
}

.about-data-title {
    font-size: 2.2rem;
    height: 54px;
        margin-bottom: 10px;
}

.about-data-icon {
    margin: 0 auto 10px;
}
.about-data-icon img {
         width: 80%;
        max-width: 130px;
}

  .about-data-wrap{
    margin-top: 50px;
  }
  .about-data-list{
    grid-template-columns: 1fr 1fr;
          gap: 30px 18px;
  }
  .about-data-icon{
        height: 80px;
        width: auto;
  }
.about-data-footer-image {
    margin-top: 40px;
    margin-bottom: -80px;
}
.about-data-footer-image img {
    width: 300px;
    height: auto;
    display: inline-block;
}

}



/* 全体レイアウト */
.about-value-body {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about-value-graph {
    margin-bottom: -100px;
}

/* 円グラフ */
.about-value-graph img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

/* テキスト側 */
.about-value-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 400px;
}

.about-value-item {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.about-value-item:last-child {
    margin-bottom: 0;
}


/* 色チップ */
.about-value-color {
    width: 30px;
    height: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
}

.about-value-color.is-red       { background: #d60012; }
.about-value-color.is-pink      { background: #ea6a6a; }
.about-value-color.is-blue      { background: #00a0e9; }
.about-value-color.is-lightblue { background: #8fd6f4; }
.about-value-color.is-gray      { background: #d8d1c9; }
.about-value-color.is-white     { background: #eef6fd; }

/* テキスト */
.about-value-label {
    font-size: 2.2rem;
    font-weight: 700;
}

.about-value-rate {
    font-size: 3.4rem;
    font-weight: 900;
    color: #d70d18;
    white-space: nowrap;
}

/* スマホ */
@media screen and (max-width: 768px) {

.about-value-graph {
    text-align: center;
        margin-bottom: 0;
}
.about-value-item {
    display: grid;
    grid-template-columns: 20px 1fr auto;
       column-gap: 10px;
}

ul.about-value-list {
    margin: 0;
        min-width: auto;
    width: 100%;
}
.about-value-label {
    font-size: 1.6rem;
}
.about-value-color {
    width: 20px;
    height: 10px;
}

.about-value-graph img {
    width: 240px;
    height: auto;
    margin-left: -40px;
}

#about-value-area{
padding-bottom: 60px;
    padding-top: 60px;
}

#about-value .midashih2 {
    font-size: 1.6rem;
}

  .about-value-body {
    flex-direction: column;
    gap: 20px;
        margin-top: 40px;
  }

     .about-value-rate {
        font-size: 2rem;
    }
}



.about-why-wrap {
  margin-top: 100px;
  text-align: center;
}

/* 上の赤い強調テキスト */
.about-why-lead {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.6;
    margin: 0 auto 24px;

}

.about-why-red {
  color: #d60012;
    border-bottom: solid 3px;
}

/* 本文（小さめ） */
.about-why-text {
    margin: 0 auto 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

.about-why-text p {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
}

/* 下の赤帯 */
.about-why-band {
  position: relative;
  padding: 26px 16px;
  overflow: hidden;
background: url(/wp/wp-content/uploads/bg4.jpg) repeat;
    background-size: 9px;
}

.about-why-band-text {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* 左右の人物 */
.about-why-human {
    position: absolute;
    width: 80px;
    pointer-events: none;
    bottom: -2px;
}

.about-why-human img {
  width: 100%;
  height: auto;
  display: block;
}

.about-why-human--left  {     left: 50%;
    margin-left: -320px; }
.about-why-human--right {     right: 50%;
    margin-right: -320px; }

/* 表示制御 */
.pc-only { display: inline; }
.sp-only { display: none; }

/* SP */
@media screen and (max-width: 768px) {


.about-why-wrap {
    margin-top: 60px;
}



.about-why-band {
    background: url(/wp/wp-content/uploads/bg4.jpg) repeat;
    background-size: 4.5px;
}

  .about-why-lead {
         font-size: 2rem;
        line-height: 1.5;
       padding: 0 5vw;
  }


  .about-why-text {
padding: 0 5vw;
    font-size: 1.4rem;
    line-height: 1.6;
        margin-bottom: 60px;
  }


  .about-why-band {
    padding: 22px 10px 78px; /* 下に人物分の余白 */
  }

  .about-why-band-text {
    font-size: 26px;
    line-height: 1.25;
  }

  .about-why-human {
    width: 50px;
    max-width: 36vw;
  }
.about-why-human--left {
        margin-left: -60px;
    }
.about-why-human--right {
        margin-right: -60px;
    }

  .pc-only { display: none; }
  .sp-only { display: inline; }
}


/* =========================
  赤ペンESのAIの落とし穴
========================= */
.about-ai-wrap {
}

/* ピンクドット背景をこのセクションだけに */
#about-ai-area {
}

.about-ai-card {
    max-width: 1000px;
    margin: 0 auto 34px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 60px 46px;
    box-sizing: border-box;
}
.about-ai-card:before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid #d70d18;
    border-radius: calc(50px - 6px);
    pointer-events: none;
}


/* 赤見出し */
.about-ai-lead {
      font-size: 3rem;
    font-weight: 900;
    line-height: 1.4;
    color: #d70d18;
    margin: 0 0 14px;
    text-align: center;
}

.about-ai-lead br{
display: none;
}

#about-ai1 .about-ai-lead br:nth-child(2){
display: block;
}
#about-ai2 .about-ai-lead br:nth-child(1){
display: block;
}

@media screen and (max-width: 768px) {
.about-ai-lead br{
display: block;
}
}


/* 説明文 */
.about-ai-text {
font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 30px;
    text-align: center;
}

.about-ai-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

#about-ai2 .about-ai-row {
    gap: 30px;
}

/* 画像 */
.about-ai-graph img,
.about-ai-pie img,
.about-ai-human img {
  width: 100%;
  height: auto;
  display: block;
}

.about-ai-graph { width: 220px; }
.about-ai-graph--small { width: 140px; }
.about-ai-pie {
    width: 140px;
}

.about-ai-human {
width: 14vw;
    max-width: 160px;
    position: absolute;
    right: 0px;
    bottom: -15px;
}
.about-ai-human--left {
   max-width: 120px;
    align-self: flex-end;
    left: 30px;
    bottom: -5px;
 }

/* 右の説明 */
.about-ai-note {
  text-align: left;
}

#about-ai2 .about-ai-note {
    max-width: 380px;
}



.about-ai-q {
     font-size: 2rem;
    font-weight: 900;
    color: #d70d18;
    line-height: 1.4;
    margin: 0 0 10px;
    border-bottom: 2px solid #d70d18;
    display: inline-block;
    padding-bottom: 6px;
}

.about-ai-legend {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

#about-ai1 .about-ai-legend{
    max-width: 300px;
}

.about-ai-legend li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2rem;
        text-align: left;
}

.about-ai-legend b {
    margin-left: auto;
    color: #d70d18;
    font-size: 2.4rem;
    white-space: nowrap;
}

/* 凡例の四角 */
.about-ai-dot {
    width: 22px;
    height: 14px;
    border: 2px solid #000;
    display: inline-block;
    flex: 0 0 auto;

    box-sizing: border-box;
}



.about-ai-dot--red  { background: #d60012; }
.about-ai-dot--pink { background: #ff6d77; }
.about-ai-dot--blue { background: #2aa9ff; }
.about-ai-dot--gray { background: #d9d2cb; }

/* 82.7% */
.about-ai-metric {
  text-align: left;
}

.about-ai-metric__label {
    font-size: 2rem;
    font-weight: 900;
    color: #d70d18;
    margin: 0 0 8px;
    border-bottom: 2px solid #d70d18;
    display: inline-block;
    padding-bottom: 6px;
    line-height: 1.4;
    white-space: nowrap;
}

.about-ai-metric__value {
  font-size: 5rem;
  font-weight: 900;
  color: #d60012;
  line-height: 1;
  margin: 0;
    white-space: nowrap;
}

.about-ai-metric__value span {
  font-size: 24px;
  margin-left: 4px;
}

/* 3枚目 */
.about-ai-row--last {
  gap: 22px;
}

.about-ai-big {
  font-size: 56px;
  font-weight: 900;
  color: #d60012;
  margin: 0;
  white-space: nowrap;
}

.about-ai-big span {
  font-size: 22px;
  margin-left: 4px;
}

/* 出典 */
.about-ai-source {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {

#about-ai2 .about-ai-row {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 60px;
    row-gap: 20px;
    width: fit-content;
    margin: 0 auto;
}
}

/* SP */
@media screen and (max-width: 768px) {
    #about-ai2 .about-ai-row {
        display: flex;
}

.about-ai-card {
    padding: 30px 8vw;
    border-radius: 24px;
}
.about-ai-card:before {
    border-radius: calc(24px - 4px);
}


#about-ai1 .about-ai-legend{
    max-width: 280px;
    margin: 0 auto;
}

  #about-ai-area {
    padding: 44px 0;
  }

  .about-ai-card__inner {
  
  }
.about-ai-dot {
    width: 20px;
    height: 10px;
}

.about-ai-legend li {

    margin: 10px 0;
    line-height: 1.4;
    font-size: 1.6rem;
}
  .about-ai-lead {
    font-size: 2rem;
  }

  .about-ai-text {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.6;
margin-bottom: 20px;
  }

.about-ai-text br{
display:none;
}

  .about-ai-row {
    flex-direction: column;
    gap: 16px;
  }

  .about-ai-note {
    min-width: auto;
    width: 100%;
        text-align: center;
  }

  .about-ai-graph,
  .about-ai-graph--small,
  .about-ai-pie {
    width: 140px;
  }

  .about-ai-human,
  .about-ai-human--left {
    width: 60px;
  }
  .about-ai-human--left {
    left: 0;
    bottom: -5px;
}

.about-ai-metric__label {
    font-size: 1.6rem;
}





  .about-ai-legend b {
    font-size: 2rem;
  }

  .about-ai-metric__value {
          font-size: 3.4rem;
  }

  .about-ai-big {
    font-size: 3rem;
        line-height: 1;
  }
.about-ai-q{
    line-height: 1.2;
    margin: 0 0 10px;
    padding-bottom: 4px;
    font-size: 1.6rem;
}

.about-ai-source{
font-size: 1rem;
    line-height: 1.4;
    text-align: center;
}
}


/* =========================
  赤ペンESの強み
========================= */

#about-strengths2 {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 9px;
}

.about-strengths-section {
    padding: 80px 0;
}
#about-strengths1, #about-strengths3 {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 9px;
}


/* 全体 */
.about-strengths-wrap {
    display: flex;

    justify-content: center;
}



#about-strengths2 .about-strengths-image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#about-strengths2 .about-strengths-text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}



/* サブコピー */
.about-strengths-sub {
     text-align: center;
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 80px;
    line-height: 1.4;
    background: #fff;
    color: #d70d18;
    display: inline-block;
    padding: 10px 22px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.about-strengths-sub br{
display:none;
}

@media screen and (max-width: 768px) {
.about-strengths-sub br{
display:block;
}
}

/* 中身 */
.about-strengths-inner {
  margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}



/* テキスト */
.about-strengths-text {
}

.about-strengths-title {
     font-size: 6rem;
    font-weight: 900;
    margin: 0 0 20px;
    color: #FFF;
    line-height: 1.2;
}

.about-strengths-catch {
font-size: 3rem;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.4;
    color: #FFF;
}

.about-strengths-catch br {
    display: none;
}

@media screen and (max-width: 768px) {
.about-strengths-catch br {
    display: block;
}
}

.about-strengths-desc {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    color: #FFF;
    margin: 0;
}

.about-strengths-text--blue .about-strengths-title {
     color: #00a6e9;
}

.about-strengths-text--blue .about-strengths-catch {
    color: #00a6e9;
}
.about-strengths-text--blue .about-strengths-desc {
    color: #000000;
}

/* 画像 */
.about-strengths-image {
  flex-shrink: 0;
  width: 340px;
}

.about-strengths-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media screen and (max-width: 768px) {


#about-strengths2 {
    background: url(/wp/wp-content/uploads/bg5.jpg) repeat;
    background-size: 4.5px;
}

#about-strengths1, #about-strengths3 {
    background: url(/wp/wp-content/uploads/bg2.jpg) repeat;
    background-size: 4.5px;
}



.about-strengths-sub {
    margin: 0 auto 30px;
    line-height: 1.4;
    font-size: 2rem;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}

#about-strengths-area .midashih2 span::after {
    border-top: 14px solid #FFFFFF;
}

.about-strengths-section{
padding: 40px 0;
}

  .about-strengths-inner {
    flex-direction: column;
    text-align: center;
        gap: 20px;
  }

  .about-strengths-title {
        font-size: 3rem;
        margin-bottom: 10px;
  }

  .about-strengths-catch {
          font-size: 2.2rem;
        margin-bottom: 10px;
  }
.about-strengths-desc br {
    display: none;
}

.about-strengths-desc {
    font-size: 1.4rem;
}

.about-strengths-image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.about-strengths-text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}


  .about-strengths-image {
    width: 140px;
  }
}

/* =========================
  赤ペンESの特徴
========================= */




.about-point-list {
  display: flex;
  justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-point-item {
  flex: 1;
  text-align: center;
}


.about-point-no {
    margin-bottom: 30px;
}


.about-point-no img {
 width: auto;
    height: 80px;
}

.about-point-illust img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.about-point-illust{
  margin-bottom: 20px;
}

.about-point-text {
  line-height: 1.4;
    font-weight: 900;
font-size:2.6rem;
    margin: 0;
}

.about-point-text-red {
    color: #d70d18;
}

.about-point-text-black {
}

/* =========================
  レスポンシブ
========================= */

@media screen and (max-width: 768px) {
  .about-point-list {
    flex-direction: column;
    gap: 30px;
  }

  .about-point-no img {
    width: auto;
    height: 50px;
  }
.about-point-no {
    margin-bottom: 14px;
}
.about-point-illust {
      margin-bottom: 14px;
}

  .about-point-illust img {
    max-width: 200px;
  }

.about-point-text {
    line-height: 1.2;
    font-weight: 900;
    font-size: 2.2rem;
}

}


/*----------------------------------------
■サイトマップ
-----------------------------------------*/

#menu-sitemap{
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#menu-sitemap a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}










/*----------------------------------------
■ブログ
-----------------------------------------*/

#news-all-area {
    background: #f2f4f7;
}


.wp-pagenavi {
    padding-top: 40px;
}


.all-news-content {
    margin: 0;
    font-size: 1.6rem;
}
.all-news-title {
    font-size: 2.2rem;
    font-weight: 700;
margin-bottom: 10px;
}

a.news-all-link {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 2px solid #e2e8ee;
    border-radius: 20px;
    padding: 40px 60px;
    text-decoration: none;
}

.all-news-box-r {
    flex: 1;
}
.all-news-box-l {
    flex: 0 0 180px;
}
.all-news-date {
    color: #d70d18;
    font-weight: 700;
    font-size: 2.2rem;
    flex: 0 0 160px;
    margin: 0;
}

#news-single-area {
    background: #f2f4f7;
}



#news-single-content {
    background: #fff;
    border: 2px solid #e2e8ee;
    border-radius: 20px;
    padding: 60px 60px;
    text-decoration: none;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}


#news-single-content h2 {
    font-size: 2.6rem;
    margin: 1em 0 2em;
    line-height: 1.6;
    font-weight: 700;
    color: #d70d18;
    border-bottom: solid 3px;
    padding-bottom: 0.2em;
}

#news-single-content p {
    font-size: 1.6rem;
    margin: 1em 0 2em;
}


#news-single-content h3 {
    font-size: 2.2rem;
    margin: 1em 0 1.2em;
    line-height: 1.6;
    font-weight: 700;

}




#post-nav-links-area {
    max-width: 1000px;
    margin: 0 auto;
}

.post-nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
    margin-top: 80px;
}
.post-nav-links .post-prev,
.post-nav-links .post-next {
  width: 48%;
}
.post-nav-label {
     font-size: 1.4rem;
  color: #888;
}
.post-nav-date {
    font-size: 1.4rem;
font-weight:700;
    color: #c0c0c0;
}
.post-nav-title {
  font-size: 1.6rem;
}
.post-nav-links a {
  text-decoration: none;
  display: block;
}

.post-nav-links:has(.post-prev):not(:has(.post-next)) {
  justify-content: flex-start; /* 前のみ → 左寄せ */
}
.post-nav-links:has(.post-next):not(:has(.post-prev)) {
  justify-content: flex-end; /* 次のみ → 右寄せ */
}


.post-next {
    text-align: right;
}

.page-numbers {
    margin: 0 6px;
    font-size: 1.4rem;
}

.navigation {
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: center;
}

.separator {
  width: 1px;
  background-color: #ddd;
  height: 80px; /* 適宜調整 */
  margin: 0 20px;
}

.wp-pagenavi {
    text-align: center;
}


.pagination {
    padding-top: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    margin: 2px;
    background: #FFF;
    border-radius: 9999px;
    padding: 4px 10px !important;
    border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #00a6e9;
    color: #FFF;
}



@media screen and (max-width: 768px) {

a.news-all-link {
    display: block;
        padding: 20px 20px;
}
    .all-news-title {
        font-size: 1.8rem;
        line-height: 1.4;
        display: block;
    }

    .all-news-date {
        display: block;
        font-size: 1.8rem;
    }

.all-news-content {
    margin: 0;
    font-size: 1.2rem;
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ← 2行 */
    overflow: hidden;
}


#news-single-content {
    border-radius: 10px;
    padding: 30px 5vw;
}

#news-single-content h2 {
    font-size: 2.2rem;
    margin: 0.5em 0 1.2em;
}


#news-single-content p {
    font-size: 1.4rem;
    margin: 0.8em 0 2em;
}


#news-single-content h3 {
    font-size: 1.8rem;
    margin: 0.8em 0 1.2em;
}


.post-nav-links {
    margin-top: 40px;
}

.post-nav-label {
    font-size: 1.2rem;
}
.post-nav-date {
    font-size: 1.2rem;
}

.post-nav-title {
    font-size: 1.2rem;
    line-height: 1.4;
}

.bloglist-box-list {
    grid-template-columns: 1fr;
    gap: 10px;
}


.bloglist-box-list li a {
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 12px;
}

}




/*----------------------------------------
■個別設定
-----------------------------------------*/

.slide-box {
    overflow: hidden;
}


.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 700px;
  color: #fff;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.blur{
    transition: all 2s;
    filter: blur(10px);
    &.scrollin{
      filter: blur(0);
    }
}



.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,30%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}