.partnerSection .pageBotann{
	margin: auto;
	display: block;
	text-align: center;
	max-width: 350px;
	padding: 20px 0px;
	border: 1px solid #81C15A;
	color:  #81C15A;
	transition: all 0.3s ease 0s;
	margin-bottom:50px;
}

.partnerSection .pageBotann:hover{
	text-decoration: none;
	background-color: #81C15A;
	color: #FFFFFF;
}

.mb30 {
	margin-bottom:30px;
}



.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 270px 0px 0px;
	border-color: #78B554 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.triangle2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 270px 0px 0px;
	border-color: #4DADD9 transparent transparent transparent;
	transform: scaleX(-1);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.in-page {
	padding-top: 120px;
}

.breadcrumbs {
	font-size: 14px;
	margin-bottom: 80px;
}

.service-page .sec01 {
	margin-bottom: 100px;
}

.service-page .sec01 dl {
	text-align: center;
	margin-bottom: 110px;
	padding-top: 20px;
}

.service-page .sec01 dt,
.magazine-page .sec01 dt,
.recruit-page .sec01 dt {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 10px;
}

.recruit-page .sec01 dt {
	text-align: center;
}

.magazine-page .sec01 dt {
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}

.service-page .sec01 dd {
	font-size: 21px;
}

.service-page .sec01 .reason-title {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
	text-align: center;
	background: linear-gradient(180deg, #68b7e6 0%, #85bf60 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-page .sec01 .reason-title span {
	font-size: 50px;
}

.service-page .sec01 ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}

.service-page .sec01 li {
	border: 1px solid #5D6970;
	border-radius: 10px;
	padding: 40px 20px 30px 20px;
	background: #fff;
	position: relative;
}

.service-page .sec01 li .img {
	margin: 15px 0;
}

.service-page .sec01 li .img img {
	border-radius: 5px;
}

.service-page .sec01 li .circle {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: -21px;
	background: #81C15A;
}

.service-page .sec01 li h3 {
	color: #81C15A;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}

.service-page .sec02 {
	background: linear-gradient(0deg, #68b7e6, #85bf5e);
    
    clip-path: polygon(150px 0, calc(100% - 150px) 0, 100% 85px, 100% calc(100% - 85px), calc(100% - 150px) 100%, 150px 100%, 0 calc(100% - 85px), 0 85px);
	margin-bottom: 80px;
}

.service-page .sec02-inner {
	background: url(../images/page/service-bg.svg) repeat-y;
	background-size: 100% auto;
	padding: 100px 0 50px 0;
}

.box-img {
	width: 92px;
	margin: 0 auto 30px auto;
}

.service-page .sec02 .title,
.service-other02 .title,
.company-page .title,
.recruit-page .title {
	text-align: center;
	margin-bottom: 40px;
}

.service-page .sec02 h2,
.service-other02 h2 {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 5px;
}

.company-page .title h2,
.recruit-page .sec02 .title h2{
	font-size: 30px;
	font-weight: 900;
	color: #5D6970;
	margin-bottom: 5px;
}

.service-other02 h2,
.recruit-page .sec02 h2 {
	color: #5D6970;
}

.service-other02 .title,
.company-page .title,
.recruit-page .sec02 .title{
	color: #81C15A;
}

.service-page .sec02 h3 {
  position: relative;
  display: inline-block;
  padding: 0 320px;
	font-size: 20px;
	color: #fff;
}

.service-other02 h3,
.company-page h3,
.recruit-page .sec02 h3{
  position: relative;
  display: inline-block;
  padding: 0 320px;
	font-size: 20px;
}

.service-page .sec02 h3:before, .service-page .sec02 h3:after,
.company-page .title h3:before, .company-page .title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 300px;
  height: 1px;
  background-color: #fff;
}


.service-other02 h3:before,
.service-other02 h3:after,
.company-page .title h3:before,
.company-page .title h3:after,
.recruit-page .sec02 .title h3:before,
.recruit-page .sec02 .title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 300px;
  height: 1px;
  background-color: #81C15A;
}

.service-page .sec02 h3:before,
.service-other02 h3:before,
.company-page .title h3:before,
.recruit-page .sec02 .title h3:before{
  left:0;
}

.service-page .sec02 h3:after,
.service-other02 h3:after,
.company-page .title h3:after,
.recruit-page .sec02 .title h3:after{
  right: 0;
}

.service-link {
	margin-bottom: 50px;
}

.service-link ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:10px;
}

.service-link a {
	display: block;
	padding: 10px 15px;
	border-radius: 60px;
	background: linear-gradient(0deg, #5c666c, #363c3e);
	color: #fff;
	display: flex;
    justify-content: center;
	gap:15px;
	align-items: center;
}

.service-link .num {
	font-size: 40px;
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	opacity: 0.2;
}

.service-link .text {
	position: relative;
	font-weight: 900;
	font-size: 18px;
}

.service-link .li01 {
	display: block;
	width: 15px;
	margin: 5px auto 0 auto;
}

.service-box {
	padding: 65px 40px;
	background: #fff;
	border-left: 10px solid #81C15A;
	border-radius: 10px;
	margin-bottom: 60px;
}

.service-box .service-title {
	font-size: 18px;
	color: #81C15A;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}

.service-icon {
	position: absolute;
	right: 0;
}

.service-box .text {
	border-left: 1px solid #5D6970;
	padding-left: 40px;
	margin-left: 40px;
}

.service-box .service-title .num {
	text-align: center;
}

.service-box .service-title .num span {

	color: #81C15A;
	opacity: 0.2;
	font-size: 100px;
	line-height: 1;
	z-index: 1;
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	display: block;
}



.service-box .service-title .eng {
	color: #D7DDDA;
	font-size: 83px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 5px;
}

.service-box .service-title h4 {
	color: #5D6970;
	font-size: 21px;
	font-weight: 900;
}

.point2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}

.point2 .text-box {
	background: #ECF0ED;
	border-radius: 10px;
	padding: 20px;
}

.point2 .text-box h5 {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.4;
}

.service-box dt {
	font-size: 26px;
	font-weight: 900;
	color: #81C15A;
	margin-bottom: 10px;
}

.service-box dd {
	font-size: 18px;
	margin-bottom: 40px;
}

.point2 {
	margin-bottom: 60px;
}

.point2 .text-box li {
	position: relative;
	padding-left: 15px;
}

.point2 .text-box li:after {
	content: '●';
	display: inline-block;
	position: absolute;
	color: #81C15A;
	font-size: 8px;
	line-height: 1;
	left: 0;
	top: 11px;
}

.service-slide {
	width: 90%;
	max-width: 610px;
	margin: 0 auto 50px auto;
}

.service-slide p {
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
}

.service-slide img {
	border-radius: 10px;
}

.service-slide .slick-prev,
.service-slide .slick-next {
	position: absolute;
	top: 40%;
}

.service-slide .slick-prev {
	left: -50px;
}

.service-slide .slick-next {
	right: -50px;
}

.mb0 {
	margin-bottom: 0;
}

.web-recommend .web-recommend-title {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}

.web-recommend .web-recommend-title span {
	background: url(../images/page/web-h.svg) bottom no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: inline-block;
}

.web-recommend-inner {
	text-align: center;
}

.web-recommend ul {
	font-size: 24px;
	display: inline-block;
	margin: 0 auto 50px auto;
}

.web-recommend li {
	position: relative;
	padding-left: 20px;
	text-align: left;
}

.web-recommend li:after {
	content: '●';
	display: inline-block;
	position: absolute;
	color: #81C15A;
	font-size: 14px;
	line-height: 1;
	left: 0;
	top: 15px;
}

.service-other-inner {
	text-align: center;
}

.service-other-inner ul {
	font-size: 24px;
	display: inline-block;
	margin: 0 auto 50px auto;
}

.service-other-inner li {
	position: relative;
	padding-left: 20px;
	text-align: left;
	color: #fff;
}

.service-other-inner li:after {
	content: '●';
	display: inline-block;
	position: absolute;
	font-size: 14px;
	line-height: 1;
	left: 0;
	top: 15px;
}

.flow-list {
	padding-bottom: 150px;
}

.flow-list ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap:25px;
}

.flow-list .img {
	width: 75%;
	margin: 0 auto 15px auto;
}

.flow-list .num {
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
}

.flow-list h4 {
	background: #5D6970;
	text-align: center;
	padding: 5px 0;
	border-radius: 40px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 18px;
	font-weight: 900;
}

.flow-list p {
	font-size: 14px;
}

.flow-list h5 {
	text-align: center;
	color: #81C15A;
	margin-top: 6px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
}

.flow-list li {
	position: relative;
}

.flow-list li:after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 27px;
	background-image: url(../images/page/flow.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: -25px;
	top: 50px;
}

.flow-list li:last-child:after {
	display: none;
}

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

.magazine-category .magazine-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	margin-bottom: 60px;
}

.magazine-category .magazine-thumbnail {
    aspect-ratio: 16 / 9;
	position: relative;
}

.cateIcon {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	color:#fff;
	
}

.cateIcon .cate01 {
	border-radius: 6px;
	padding: 2px 10px;
	background: #67bdeb;
}

.cateIcon .cate02 {
	border-radius: 6px;
	padding: 2px 10px;
	background: #00a99d;
}

.wp-pagenavi {
	text-align: center;
	    margin-bottom: 60px;
}

.wp-pagenavi span.current {
	background: #81C15A;
	color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #81C15A!important;
	text-align:center;
	line-height: 28px;
	color: #81C15A;
	margin: 0 5px;
}

.wp-pagenavi a:hover {
	opacity: 0.7;
}

.magazine-category #content {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 20px;
	position: relative;
}

.magazine-category #content .cateIcon {
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
	margin-bottom: 15px;
}

#content h1 {
    background: #ebf5ff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px 15px;
    border-left: 6px solid #4DADD9;
	margin-bottom: 0;
}

#content h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #4DADD9;
	color: #4DADD9;
	margin-bottom: 20px;
	margin-top: 40px;
}

#content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #4DADD9;
	margin-bottom: 20px;
	margin-top: 30px;
}

.pageTime {
	font-size: 13px;
	margin-bottom: 10px;
}


#content p {
	margin-bottom: 15px;
	margin-top: 20px;
}

#content img {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.postNav {
	text-align: center;
	padding: 20px 0 20px 0;
	margin-bottom: 60px;
}

.postNav ul {
	display: flex;
	justify-content: center;
	font-size: 13px;
	gap: 25px;
}

.postNav a {
	color: #4DADD9;
	line-height: 1;
	display: flex;
	align-items: center;
}

.archive-link a {
	padding: 5px 60px;
	
	
}

.next_post a {
	padding: 5px 0 5px 60px;
	border-left: 1px solid #4DADD9;
}

.previous_post a {
	padding: 5px 60px 5px 0;
	border-right: 1px solid #4DADD9;
}


.magazine-title {
	font-size: 19px;
	line-height: 1.4;
	color: #5D6970;
	font-weight: bold;
	margin-bottom: 10px;
	width: 85%;
	margin: 30px auto 10px auto;
}

.magazine-excerpt {
	width: 85%;
	margin: 0 auto 15px auto;
}

.magazine-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

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

.magazine-item .bt,
.user-voice-list .bt {
	text-align: center;
	font-size: 13px;
	color: #4DADD9;
}

.magazine-item .bt span,
.user-voice-list .bt span {
	border-bottom: 1px dotted #4DADD9;
	padding: 0 10px 4px 10px;
}

.magazine-item {
    background: #fff;
    padding-bottom: 30px;
    transition: .15s;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.05));
}

.magazine-item:hover {
	opacity: 0.8;
}

.cateIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #fff;
}

.cateIcon .voice {
    border-radius: 40px;
    padding: 2px 10px;
    background: #78B554;
}

.cateIcon .news {
    border-radius: 40px;
    padding: 2px 10px;
    background: #61e1be;
}

.cateIcon .works {
    border-radius: 40px;
    padding: 2px 10px;
    background: #5D6970;
}

.cateIcon .know-how {
    border-radius: 40px;
    padding: 2px 10px;
    background: #4DADD9;
}

.contact-form table,
.contact-form tr,
.contact-form tbody,
.contact-form th,
.contact-form td {
	display: block;
	width: 100%;
}

.contact-form th {
	padding-bottom: 5px;
}

.contact-form td {
	padding-bottom: 30px;
}

.contact-form .wpcf7-text {
	width: 100%;
	background: #fff;
	padding: 10px;
	border: 1px solid #4DADD9;
	border-radius: 4px;
}

.contact-form th span {
    background: #e13d54;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px 2px 8px;
    line-height: 1;
    position: relative;
    left: 10px;
}

.wpcf7-select {
	width: 40%;
	background: #fff;
	padding: 10px;
	border: 1px solid #4DADD9;
	border-radius: 4px;
}

textarea {
	width: 100%;
	background: #fff;
	padding: 10px;
	border: 1px solid #4DADD9;
	border-radius: 4px;
	height: 150px;
}

.privacy-policy-text,
.privacy-policy-text02 {
	text-align: center;
}

.privacy-policy-text02 a {
	font-size: 12px;
	color: #008ad4;
	text-decoration: underline;
}

.privacy-policy-text02 a:hover {
	text-decoration: none;
}

.wpcf7-list-item {
    display: block;
}

.send-bt {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 80px auto;
}

.wpcf7-submit {
    width: 100%;
    display: block;
    background-image: linear-gradient(0deg, #85bf5e, #68b7e6);
    font-size: 18px;
	font-weight: bold;
    height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.wpcf7-submit:hover {
	opacity: 0.7;
}

.contact-sec01 {
	padding: 50px 0;
}

.company-page .sec02 {
	padding: 50px 0 90px 0;
}

.company-page .sec02 p {
	font-size: 20px;
	text-align: center;
}

.company-page .sec03 .sec03-inner {
	display: flex;
	justify-content: space-between;
}

.company-page .sec03 .sec03-inner .text {
	width: 45%;
}

.company-page .sec03 .sec03-inner .text p {
	margin-bottom: 15px;
}

.company-page .sec03 .sec03-inner .text p.name {
	text-align: right;
}

.company-page .sec03 .sec03-inner .img {
	width: 50%;
}

.google-map {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-style01 {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
}


.table-style01 th {
	white-space: nowrap;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.table-style01 td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.table-style01 tr {
	background: #fff;
}

.table-style01 tr:nth-child(odd) {
	background: #F8F8F8;
}

.table-style01 tr:last-child th,
.table-style01 tr:last-child td {
	border-bottom: none;
}

.company-page .sec06 {
	margin-bottom: 80px;
}

.company-page .sec07 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 80px;
}

.company-page .sec07 a {
	text-decoration: underline;
	color: #4DADD9;
}

.company-page .sec07 a:hover {
	text-decoration: none;
}

.company-page .sec04-inner a {
    text-decoration: underline;
    color: #4DADD9;
}

.company-page .sec04-inner a:hover {
    text-decoration: none;
}

.company-page .sec04-inner p {
	margin-bottom: 60px;
}




/* ヒーローセクション */
        .hero {
            
            text-align: center;
            margin-bottom: 80px;
        }
        
        .hero h1 {
			background: linear-gradient(135deg, #4DADD9 0%, #81C15A 100%);
            color: white;
            padding: 40px;
			padding: 10px;
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }
        
        .hero-lead {
            font-size: 18px;
            line-height: 2;
            margin: 0 auto;
        }
        
        /* セクション共通 */
        .section {
            margin-bottom: 100px;
        }
        
        .section-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 3px solid #81C15A;
        }
        
        .section-intro {
            font-size: 17px;
            line-height: 2;
            margin-bottom: 40px;
        }
        
        /* Re-board®とは？セクション */
        .reboard-overview {
            margin-bottom: 40px;
        }
        
        .feature-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 30px 0;
        }
        
        .feature-item {
            background: white;
            padding: 0;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

.feature-item img {
	border-radius: 8px 8px 0 0;
	display: block;
	margin-bottom: 30px;
}
        
        .feature-icon {
            font-size: 36px;
            margin-bottom: 15px;
        }
        
        .feature-text {
            font-size: 15px;
			font-weight: 900;
            line-height: 1.7;
			padding: 0 20px 30px 20px;
        }
        
        /* 使用シーンセクション */
        .usage-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 30px;
        }
        
        .usage-category {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }
        
        .usage-category h4 {
            font-size: 18px;
            font-weight: bold;
            color: #81C15A;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #81C15A;
        }
        
        .usage-category ul {
            list-style: none;
        }
        
        .usage-category li {
            font-size: 15px;
            color: #555;
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        .usage-category li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #81C15A;
            font-weight: bold;
        }
        
        .trademark-note {
            font-size: 13px;
            color: #999;
            margin-top: 30px;
            font-style: italic;
        }
        
        /* メリットを横並び（PCは2カラム、SPは1カラム） */
.merit-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* 既存が flex ならそのままでOK（中身の並び） */
.merit-item{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* タブレット/スマホは縦並びに */
@media (max-width: 768px){
  .merit-list{
    grid-template-columns: 1fr;
  }
}

        
        .merit-number {
            font-size: 48px;
            font-weight: bold;
            color: #81C15A;
            min-width: 80px;
            text-align: center;
            line-height: 1;
        }
        
        .merit-content {
            flex: 1;
        }
        
        .merit-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        
        .merit-content p {
            font-size: 16px;
            line-height: 1.9;
            color: #555;
        }
        
        /* できることセクション */
        .capability-list {
            display: grid;
            gap: 50px;
            margin-top: 40px;
        }
        
        .capability-item h3 {
            font-size: 22px;
			    line-height: 1.5;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
            padding-left: 25px;
            position: relative;
        }
        
        .capability-item h3::before {
            content: '●';
            position: absolute;
            left: 0;
            top: 40%;
    color: #81C15A;
    line-height: 1;
    font-size: 11px;
        }
        
        .capability-item p {
            font-size: 16px;
            line-height: 1.9;
            color: #555;
            padding-left: 25px;
        }
        
        /* 活用事例ギャラリー */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 40px;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.1);
        }
        
        .gallery-image {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #999;
        }
        
        .gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 15px 20px;
            font-size: 15px;
        }
        
        /* CTAセクション */
        .cta-section {
            background: linear-gradient(135deg, #4DADD9 0%, #81C15A 100%);
            color: white;
            padding: 80px 40px;
            text-align: center;
            margin-top: 100px;
        }
        
        .cta-section h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .cta-area-note {
            font-size: 16px;
            margin: 20px 0;
            opacity: 0.9;
        }
        
        .cta-description {
            font-size: 18px;
            margin-bottom: 40px;
            line-height: 1.8;
        }
        
        .btn-cta {
            display: inline-block;
            background: white;
            color: #4DADD9;
            padding: 20px 50px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        
        .btn-cta:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }
        
        /* レスポンシブ */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 32px;
            }
            
            .hero-lead {
                font-size: 16px;
            }
            
            .feature-list,
            .usage-grid,
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .merit-item {
                flex-direction: column;
                text-align: center;
            }
            
            .merit-number {
                margin: 0 auto;
            }
            
            .section-title {
                font-size: 26px;
            }
            
            .cta-section h2 {
                font-size: 28px;
            }
        }


/* ヒーローセクション */
.web-page .hero {
    
    text-align: center;
    margin-bottom: 80px;
}

.web-page .hero h1 {
	background: linear-gradient(135deg, #4DADD9 0%, #81C15A 100%);
    color: white;
    padding: 20px;
	border-radius: 10px;
    font-size: 36px;
	line-height: 1.4;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.web-page .hero-lead {
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
}

/* セクション共通 */
.web-page .section {
    margin-bottom: 100px;
}

.web-page .section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #81C15A;
}

.web-page .section-intro {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 40px;
}

/* お悩み解決セクション */
.web-page .problems-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.web-page .problems-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.web-page .problems-box ul {
    list-style: none;
}

.web-page .problems-box li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.web-page .problems-box li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFB84D;
    font-weight: bold;
    font-size: 18px;
}

/* サービス一覧 */
.web-page .service-grid {
    display: grid;
    gap: 30px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .web-page .service-grid {
    grid-template-columns: 1fr 1fr;
}
}

.web-page .service-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.web-page .service-card h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.web-page .service-card ul {
    list-style: none;
}

.web-page .service-card li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.web-page .service-card li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #81C15A;
    font-weight: bold;
}

/* 特別枠 - パッケージ×WEB */
.web-page .special-service {
    background: #F0FFF4;
    border: 3px solid #81C15A;
}

.web-page .special-badge {
    display: inline-block;
    background: #81C15A;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 制作フロー */
.web-page .flow-timeline {
    margin-top: 40px;
}

.web-page .flow-phase {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    align-items: center;
}

.web-page .flow-phase-number {
    font-size: 48px;
    font-weight: bold;
    color: #e0e0e0;
    min-width: 80px;
    text-align: center;
}

.web-page .flow-phase-content {
    flex: 1;
}

.web-page .flow-phase-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.web-page .flow-phase-desc {
    margin-bottom: 10px;
}

.web-page .flow-phase-duration {
    color: #4DADD9;
    font-weight: bold;
}

.web-page .flow-arrow {
    text-align: center;
    font-size: 32px;
    color: #81C15A;
    margin: 10px 0;
}

/* 選ばれる理由 */
.web-page .reason-list {
    display: grid;
    gap: 40px;
    margin-top: 40px;
}

.web-page .reason-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.web-page .reason-number {
    font-size: 48px;
    font-weight: bold;
    color: #81C15A;
    min-width: 80px;
    text-align: center;
    line-height: 1;
}

.web-page .reason-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.web-page .reason-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* 料金セクション */
.web-page .pricing-box {
    background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 50px;
    border-radius: 12px;
    margin-top: 40px;
}

.web-page .pricing-main {
    text-align: center;
    margin-bottom: 40px;
}

.web-page .pricing-amount {
    font-size: 48px;
    font-weight: bold;
    color: #4DADD9;
    margin: 20px 0;
}

.web-page .pricing-note {
    font-size: 15px;
    color: #666;
}

.web-page .pricing-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.web-page .option-item {
    background: #ECF0ED;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.web-page .option-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.web-page .option-price {
    font-size: 20px;
    font-weight: bold;
    color: #81C15A;
}

/* FAQ */
.web-page .faq-list {
    margin-top: 40px;
}

.web-page .faq-item {
    margin-bottom: 30px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.web-page .faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.web-page .faq-question::before {
    content: 'Q';
    position: absolute;
    left: 0;
    color: #4DADD9;
    font-size: 24px;
    font-weight: bold;
}

.web-page .faq-answer {
    font-size: 16px;
    line-height: 1.9;
    padding-left: 30px;
    position: relative;
}

.web-page .faq-answer::before {
    content: 'A';
    position: absolute;
    left: 0;
    color: #81C15A;
    font-size: 24px;
    font-weight: bold;
}

/* CTAセクション */
.web-page .cta-section {
    background: linear-gradient(135deg, #4DADD9 0%, #81C15A 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    margin-top: 100px;
}

.web-page .cta-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.web-page .cta-description {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.8;
}

.web-page .btn-cta {
    display: inline-block;
    background: white;
    color: #4DADD9;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.web-page .btn-cta:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* レスポンシブ */
@media (max-width: 768px) {
    .web-page .hero h1 {
        font-size: 20px;
		line-height: 1.5;
    }

    .web-page .hero-lead {
        font-size: 16px;
		text-align: left;
    }

    .web-page .service-grid,
    .web-page .pricing-options {
        grid-template-columns: 1fr;
    }

    .web-page .reason-item,
    .web-page .flow-phase {
        flex-direction: column;
        text-align: center;
    }

    .web-page .reason-number,
    .web-page .flow-phase-number {
        margin: 0 auto;
    }

    .web-page .section-title {
        font-size: 26px;
    }

    .web-page .pricing-amount {
        font-size: 32px;
        line-height: 1;
    }
}









/* privacy.css */
:root{
  --bg: #f7f8fa;
  --card: #ffffff;
  --text: #5D6970;
  --muted: #5D6970;
  --line: #e6e8ee;
  --accent: #81C15A;
  --accent-hover: #81C15A;
  --radius: 10px;
  --shadow: 0 8px 24px rgba(16, 24, 40, .04);
  --max: 980px;
}


.page__header{
  padding: 44px 20px 22px;
}

.page__content{
  padding: 16px 20px 64px;
}

.page__footer{
  padding: 24px 20px 40px;
  color: var(--muted);
}

.page__inner{
  max-width: var(--max);
  margin: 0 auto;
}


.page__title{
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 36px);
  letter-spacing: .02em;
}
.page__lead{
  margin: 0;
  color: var(--muted);
}

.card{
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 22px;
  margin: 18px 0;
}

.card__title{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: .02em;
	font-weight: 900;
}
.card__text{
  margin: 0 0 12px;
  color: var(--text);
}
.card__text:last-child{ margin-bottom: 0; }

.deflist{
  margin: 0;
}
.deflist__row{
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 16px;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
}
.deflist__row:first-child{ border-top: 0; padding-top: 0; }
.deflist__term{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}
.deflist__desc{
  margin: 0;
}

.list{
  margin: 10px 0 14px;
  padding-left: 1.2em;
}
.list li{
  margin: 6px 0;
}

.linkbox{
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 6px);
  padding: 14px 14px;
  background: #fbfcfe;
}
.linkbox__title{
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}
.linkbox__list{
  margin: 0;
  padding-left: 1.2em;
}
.linkbox__list li{ margin: 6px 0; }

.cta{
  margin: 14px 0 0;
}
.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .06s ease, background .2s ease;
}
.button:hover{
  background: var(--accent-hover);
  text-decoration: none;
}
.button:active{ transform: translateY(1px); }

.meta{
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 640px){
  .page__header{ padding: 32px 16px 14px; }
  .page__content{ padding: 12px 16px 56px; }
  .card{ padding: 18px 16px; }

  .deflist__row{
    grid-template-columns: 1fr;
    gap: 4px 0;
  }
  .deflist__term{
    font-size: 13px;
  }
}

.recruit-page .sec01 {
	margin-bottom: 50px;
}

.recruit-page .sec01 dd {
	padding-top: 15px;
}

.recruit-page .sec01 dd p {
	margin-bottom: 15px;
}

.recruit-page .sec01 dd p:last-child {
	margin-bottom: 0;
}

.recruit-page .sec02-inner {
	display: grid;
    grid-template-columns: 25% 70%;
	gap:5%;
}

.recruit-page .sec02-inner {
	border-bottom: 1px dotted #dbd8cb;
	padding-bottom: 40px;
	margin-bottom: 55px;
}

.recruit-page .sec02-inner .img {
	text-align: center;
}

.recruit-page .sec02-inner .img img {
	margin-bottom: 25px;
}

.recruit-page .sec02-inner .img h4 {
	font-size: 24px;
	line-height: 1;
}

.recruit-page .sec02-inner .img h4 span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.recruit-page .sec02-inner.interview02 {
	display: grid;
    grid-template-columns: 70% 25%;
	gap:5%;
}

.interview02 .img {
	order: 2;
}

.interview02 .text {
	order: 1;
}


.rec-bt {
	max-width: 400px;
	margin: 0 auto 50px auto;
	border: 2px solid #81C15A;
	border-radius: 40px;
	padding: 10px 10px 10px 30px;
	background: #fff;
}

.rec-bt dl {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.rec-bt dt,
.rec-bt dd{
	width: 50%;
}

.rec-bt a {
	display: block;
	border-radius: 40px;
	border: 1px solid #81C15A;
    padding: 13px 25px;
	width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    position: relative;
    background-image: linear-gradient(0deg, #85bf5e, #68b7e6);
	position: relative;
}

.rec-bt a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/index/arrow01.svg);
	background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
	top: calc(50% - 10px);
}











/* Q&A / インタビュー用 */
.pq-list{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* 1セット(質問+回答)のまとまり感 */
.pq-list dt{
  margin: 0;
  position: relative;
	align-items: center;

  /* Qラベル + 本文の2カラム化（複数行でも揃う） */
  display: grid;
  grid-template-columns: 2.4em 1fr;
  column-gap: 12px;
  row-gap: 6px;

  font-weight: 700;
  line-height: 1.75;
}

/* Qラベル */
.pq-list dt::before{
  content: "Q";
  width: 2.4em;
  height: 2.4em;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #68b7e6;
	color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
}

/* 回答 */
.pq-list dd{
  margin: 0;
  display: grid;
  grid-template-columns: 2.4em 1fr;
  column-gap: 12px;
  row-gap: 6px;
	margin-bottom: 15px;
}

/* Aラベル */
.pq-list dd::before{
  content: "A";
  width: 2.4em;
  height: 2.4em;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #85bf5e;
	color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
}

/* dtとddの間隔を気持ち詰めて1セット感 */
.pq-list dt + dd{
  margin-top: -6px;
}





.is-provider-youtube .wp-block-embed__wrapper {
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-top: 40px;
}

.is-provider-youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.company-movie {
	margin: 35px 0 80px 0;
}





