@charset "UTF-8";

/*
Theme Name: FRS
Description: FRS
Version: 1.0
Author: Road Skip
Text Domain: FRS
*/




/* ヘッダー　*/
.header{
  position: relative;
}
@media screen and (max-width:768px){
.header{
	height: 70px;
    background-color: #0f1116;
}
}
/* ロゴ */
.site-id-wrapper{
  position: fixed;
  top: 16px;
  left: 14px;
  z-index: 100000;
  width: 40px;
}
@media screen and (max-width:768px){
.site-id-wrapper{
 left: 15px;
	}
}
/* メニュー画像 */

.btn-nav{
  position: fixed;
    left: 0;
    top: 0;
    width: 90px;
    height: 100vh;
    background: #0F1115;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
	border-right: 1px solid #dbdbdb;
    z-index: 99999;
}
.close-icon{
  display:none;
}
.btn-nav.is-open .menu-icon{
  display:none;
}

.btn-nav.is-open .close-icon{
  display:block;
}

.btn-nav img{
  width: 70px;
}
@media screen and (max-width:768px){
.btn-nav img{
  width: 48px;
}
  .btn-nav{
	position: absolute;
    top: 16px;
    left: auto;
    right: 10px;
	background: none;
    border: none;
    cursor: pointer;
	position: fixed;
	height: 40px;
  }

  .logo{
    width: 220px;
  }

}


.gnav {
  padding: 52px 0 22px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}


.gnav-list li:not(:last-of-type) {
  margin-right: 30px;
}
.gnav-list a {
  display: block;
}
.gnav-list a {
  color: #fff !important;
}
.copyright{
	color: #999;
}



/* -------------------
  サブメニュー設定
-------------------- */

/* 親 li を基準にする */
.menu-item {
  position: relative;
  color: #fff;
}


/* メニューバー非表示 */

  .menu-item .subMenu {
    display: none;
    position: absolute;
    top: 100%;
    background: #0F1115;
    width: 300px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
	padding: 10px 10px;
  }
	.mini-menu-ttl a{
	color: #fff !important;
    padding: 20px 10px !important;
		}
	.gnav-list {
	padding: 3px 140px;
}
  /* ホバー時に表示 */
  .menu-item:hover .subMenu {
    display: block;
  }

  /* サブメニュー内リンク装飾 */
  .menu-item .subMenu li a {
    display: block;
    padding: 14px 0 14px 40px;
    color: #fff;
    text-decoration: none;
	line-height: 24px;
  }

.subMenu .mini-menu {
  position: relative;
  padding-left: 16px;
}

.subMenu .mini-menu::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 2px;
  background-color: #006934;
}

.subMenu .mini-menu::before {
  top: 0;
  bottom: 0;
}

.subMenu .mini-menu:first-of-type::before {
  top: 20px;
}

.subMenu .mini-menu:last-of-type::before {
  bottom: 20px;
}

  .menu-item .subMenu li:last-child a {
    border-bottom: none;
  }

  .menu-item .subMenu li a:hover {
    background: #333;
  }
	
	.instagram-logo{
		width: 30px;
    vertical-align: middle;
	}	




/* リキャプチャ非表示 */
.grecaptcha-badge { visibility: hidden; }


.inner.is-small {
    margin: 0 auto;
}
.news h2{
font-family: serif;
	text-align: left;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li {
  min-width: 40px;
  padding: 5px 10px;
  margin-top: 0.5em;
  background-color: #006934;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.news-list > li {
  padding-bottom: 18px;
}
.home-news .news-list > li{
	border-bottom: 1px solid #fff;
}
.news-list > li:not(:last-of-type) {
  margin-bottom: 30px;
}
.news-list{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-top: 20px;
	max-width: 1000px;
    margin: 0px auto 40px;
}
.news-date{
	padding-left: 20px;
	color: #555;
}

.news-list .thumbnail {
  margin-right: 10px;
  line-height: 1;
}
.news-list .text {
  flex: 1 1 0;
  line-height: 1.687;
}
.news-list .date {
  font-size: 0.8125rem;
  color: #808080;
}
.thumbnail {
  width: 200px;
  height: 200px;
  overflow: hidden; /* はみ出た部分を隠す */
}

.thumbnail img {
  width: 300px;
  height: auto;
  object-fit: cover; /* 縦横比を保ちながら中央でトリミング */
  object-position: center;
  display: block;
}

.news-detl{
	text-align: right;
    color: #666;
}
@media(max-width: 700px){
	.thumbnail img{
		display: block;
		margin: 0 auto 10px;
	}
}


.page404-text-box {
  max-width: 585px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
.page404-text-box > p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page404-text-box a {
  text-decoration: underline;
}
.notfound h1{
	margin-top: 200px;
    text-align: center;
}

.home-main {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.box-white {
  padding: 60px 0 60px;
  margin-bottom: 74px;
}
.box-white.is-page404 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  border-radius: 30px;
  color: #FFFFFF;
  text-align: center;
  background-color: #004e98;
}
.btn-submit:hover {
  background-position-x: 100%;
  color: #333;
}

.form-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.form-wrapper .about-text {
  margin-bottom: 54px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .form-wrapper .about-text {
    font-size: 0.875rem;
  }
}
.form-wrapper .about-text a:not(a[href^="tel:"]) {
  text-decoration: underline;
}

.form-box dd {
        padding-bottom: 2em;
    }

.required-text {
	font-size:14px;
  color: #fff;
	background-color: #004e98;
	padding: 3px;
	border-radius: 3px;
  margin-left: 0.5em;
}



.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 32.931%;
}

.news-title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  text-transform: uppercase;
}
.more-link {
  color: #2f9b7b;
  font-size:14px;
}
.more-link:hover {
  text-decoration: none;
}

.sidebar h2 {
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.125rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .box-white {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #006934;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #006934;
  margin-right: 0.5em;
  vertical-align: middle;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.375rem;
  }
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #fff;
  border-radius:20px 0px 20px 0;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding: 120px;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 300px;
    height: auto;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 60px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  max-width: 574px;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.privacy-wrapper > * {
  margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
  margin-bottom: 1.35em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper h2 {
    font-size: 1.125rem;
  }
}

/* ========================================
   works・えこさぽ詳細｜アイキャッチ画像
======================================== */

.works-single .post .eyecatch,
.ecosapo-single .post .eyecatch {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 45px;
  padding: 0;
  overflow: hidden;
}

.works-single .post .eyecatch img,
.ecosapo-single .post .eyecatch img {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;

  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;

  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .works-single .post .eyecatch,
  .ecosapo-single .post .eyecatch {
    height: auto;
    margin-bottom: 32px;
    padding: 0;
  }

  .works-single .post .eyecatch img,
  .ecosapo-single .post .eyecatch img {
    width: 100%;
    height: auto;
  }
}




/*========================
  ナビゲーション調整用の設定
==========================*/
  .site-id-img {
    width: 38px;
    height: 17px;
  }
  
  .gnav-list {
    display: block;
    padding-top: 38px;
    padding-bottom: 36px;
  }
  .gnav-list li {
    text-align: left;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
.menu-item-line{
	color: #006934;
}
#gnav {
  width: 100%;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99999;
  background: #0f1115e0;
  padding: 52px 0 22px 20px;
  font-size: 16px;
  line-height: 3;
  transition: all 0.6s;

  height: 100svh;
  overflow-y: auto;
}

#gnav.is-open {
  right: 0;
}

.inner {
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
.priv a{
	padding-top: 10px;
	color:#c7c7c7;
}

/*========================
  769pxより広い場合の設定
==========================*/
@media screen and (min-width: 769px) {
 .gnav.is-open {
    left: 0;
}
 .gnav {
    left: -120%;
}
}
/*========================
  768px以下の設定
==========================*/
@media screen and (max-width: 768px) {
	#gnav{
		width: 100%;
	}
	.gnav-list {
    padding: 40px 40px;
}
	.logo{
		width: 270px;
		margin: 14px 0 0 0;
	}
  .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .news-list a::after {
    right: 5.333%;
  }
  .news-list .thumbnail {
    width: 100%;
  }
  .footer-a {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  .footer-nav {
    justify-content: center;
    margin-top: 16px;
  }

  .home-main {
    padding-bottom: 0;
  }
  
  
  .home-news {
    width: 100%;
    padding-right: 6.4%;
    padding-left: 6.4%;
    padding-bottom: 40px;
    margin-top: 34px;
    margin-bottom: 0;
  }
  .home-news .news-list .thumbnail {
    width: 31%;
  }
  .home-news > p {
    min-height: auto;
  }
  .box-white {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .form-wrapper {
    max-width: 480px;
  }
  .form-box {
    display: block;
  }
  .form-box dt, .form-box dd {
    display: block;
    width: 100%;
  }
  .form-box dt {
    padding-bottom: 0.3em;
  }
  .form-box dt.message {
    padding-top: 0;
  }
  .form-box dd {
    padding-bottom: 1em;
  }
  
  
  .news-wrapper .box-white {
    margin-bottom: 40px;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
  }
  .page-nav a {
    padding: 5px 8px;
  }
  .page-nav a.to-archive {
    padding: 5px 0;
  }
}

.news-icon-h2 {
  display: flex;
  align-items: center;
}

.news-icon-h2::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  background-image: url("http://frs.local/wp-content/uploads/2026/06/news-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/*　お問い合わせ　*/

.contact-telfax-box h3{
padding-bottom: 20px;
	text-align: center;

}
.contact-telfax-box{
	max-width: 600px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #37B594;
	padding-bottom: 10px;
}
.contact-telfax-box .flex-box {
	text-align: center;
}
.contact-box {
    padding-top: 0;
    padding-bottom: 46px;
    border-radius: 0;
  }
  .contact-box .content-wrapper {
    max-width: calc(480px + 17.6%);
    padding: 0 8.8%;
    margin: 0 auto;
  }
  .contact-box .content-wrapper .item-left, .contact-box .content-wrapper .item-right {
    width: 100%;
  }
  .contact-box .content-wrapper .item-left {
    padding: 0 0 38px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact-box .content-wrapper .item-right .text {
    margin-bottom: 36px;
  }
  .contact-box .business-hours {
    display: block;
  }
  .contact-box .business-hours::after {
    content: "";
  }
@media screen and (max-width: 768px) {
    .box-white {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
.box-white {
    margin-bottom: 74px;
}
input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 6px 10px;
    border: 1.8px solid #c0bebe;
	border-radius: 6px;
    outline: none;
}
.checkbox{
  display: block;
  margin-bottom: 0.5em;
	display: flex;
	flex-direction: column;
}
.wpcf7-spinner{
	display: flex !important;
}

/* 送信前は非表示 */
.wpcf7-response-output {
    display: none;
}

/* メッセージがある時だけ表示 */
.wpcf7-response-output:not(:empty) {
    display: block;
    margin: 20px auto !important;
    padding: 20px !important;
    color: #000;
    font-weight: bold;
	text-align: center;
	font-size: 20px;
}


.contact-heading {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 35px;
  color: #fff;
}

.contact-heading p {
  margin: 0 0 4px;
  font-size: 12px;
}

.contact-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1;
}


.contact .page-content {
  border-radius: 8px;
}





@media(min-width:768px){
	input[type=text], input[type=email], input[type=tel], textarea{
margin-top: 7px;
	}
}

.contact_btn {
    background-color: #36b48e;
    border: 1px solid #36b48e;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 20px;
    display: block;
    width: 250px;
    border-radius: 10px;
}
.contact_btn::before {
    display: inline-block;
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}
.contact_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #36b48e;
}
.contact_tel {
    font-size: 30px;
    text-align: center;
}
.contact_tel::before {
    font-size: 23px;
    margin-right: 7px;
}
.contact_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}
.contact-heading {
  padding: 0 5%;
  box-sizing: border-box;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip{
    display:block;
    margin-top:8px;
    color:#d60000;
    font-size:14px;
    font-weight:700;
    line-height:1.6;
}

/* エラーの入力欄 */
.wpcf7-not-valid{
    border:2px solid #d60000 !important;
    background:#fff7f7;
}

/* 上部のエラーメッセージ */
input.wpcf7-not-valid{
    border:2px solid #e60012;
}

@media screen and (max-width: 767px) {  
    .contact_btn {
        margin: 0 auto;
    }   
    .contact_area {
        flex-direction: column;
        gap: 30px;
    }
}
.contact_form {
    width: 100%;
    margin: 20px 0;
}
.contact_form caption {
    text-align: left;
    margin-bottom: 20px;
}
.contact_form tr {
    display: flex;
    align-items: center;
}
.contact_form th {
    width: 30%;
    font-weight: bold;
}
.contact_form td {
    width: 70%;
}
.contact_form th, .contact_form td {
    padding-bottom: 20px;
}
.contact_form th p, .contact_form td p {
    margin: 0;
}
.contact_form input[type="text"],
.contact_form input[type="email"] {
    max-width: 500px;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.contact_form textarea {
    display: block;
    max-width: 500px;
    height: 200px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus {
    outline: 2px solid #36b48e;
}
.required {
    display: inline-block;
    color: red;
    padding: 0 5px;
    font-weight: bold;
}
.form_btn {
    max-width: 500px;
    margin: 0 auto;
}
.form_btn input {
    width: 60%;
    border-radius: 10px;
    background-color: #36b48e;
    border: 1px solid #36b48e;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
	margin: 0 auto;
	display: block;
}
.form_btn input:hover {
    background-color: #fff;
    color: #36b48e;
}
.privacy_confirm {
    text-align: center;
    margin: 0 auto 50px;
}
.privacy_confirm p {
    margin: 0;
}
.privacy_check {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.contact-background {
  background-color: #000;
  background-image: url("/wp-content/uploads/2026/07/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  min-height: 100vh;
  padding-bottom: 80px;
}
.contact .section-ttl {
	color:#fff;
	padding-top: 80px;
}
@media screen and (max-width: 480px) {  
    .contact_form tr {
        flex-direction: column;
    }   
    .contact_form th {
        text-align: center;
    }
    .contact_form th, .contact_form td, 
    .contact_form input[type="text"],
    .contact_form input[type="email"] {
        width: 100%;
    }
}



/*----------------------------------------
  ここから
----------------------------------------*/

html {
  font-size: 100%;
}
body {
  color: #000;
  font-family: "Noto Sans JP", "Yu Mincho", serif;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #006934;
}
h1{
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
h2{
	color: #000;
    padding-bottom: 20px;
}
.section-ttl .left {
  text-align: left;
  line-height: 1.2;
}
.section-ttl .right {
  text-align: right;
  line-height: 1.2;
}
.section-ttl .ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: -20px;
  max-width: 1400px;
  margin: auto;
}
.section-ttl .en {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
	    line-height: 82px;
  display: block;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
h3{
	font-weight:400;
	color: #333;
	font-size: 20px;
}
h4{
	text-align: center;
	padding-bottom: 10px;
	font-size: 18px;
}
p {
	line-height: 24px;
}
section {
  padding: 80px 0;
}

.inner {
  padding: 0 5%;
}
.text-right{
  text-align: right !important;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}

h2{
  opacity: 0;
  transform: translateX(-80px);
}

h2.active{
  opacity: 1;
  transform: translateX(0);
  transition: all 1.5s ease;
}
.green{
	color: #0f6b43;
}

/* スマホの時だけ改行させるクラス */
.br-sp {
    display: none; /* PCでは非表示 */
}
.br-pc {
    display: none;
}
.title{
	font-weight: 600;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
        content: "\A";
        white-space: pre;
    }
	section {
  padding: 60px 0;
}
	.section-ttl .ja {
  font-size: 16px;
  margin-bottom: -14px;
}
.section-ttl .en {
  font-size: 50px;
	line-height: 52px;
}
	h3{
	font-size: 18px;
	}
}
@media (min-width: 601px) {
    .br-pc {
        display: block;
        content: "\A";
        white-space: pre;
    }
}
@media screen and (min-width: 1024px){
	.flex{
		display: flex;
		justify-content: space-between;
	}
	.img{
		margin: 0 auto 20px;
		display: block;
	}
}
@media screen and (min-width: 769px) {
  body {
	  margin-left: 70px;
}
}
@media(max-width:767px){
	p{
		font-size: 15px; 
}
}
/* タブレットだけ改行 */
.br-tab {
  display: none;
}

@media(max-width: 768px) {
  .br-tab {
    display: block;
  }
}
	

/* Mainvisual */
.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.first-vw {
  width: 100%;
  height: auto;
  display: block;
}



@media(max-width:767px){
	.top-description{
		margin-top: 120px !important;
	}
	
  .image-wrapper {
    height: 90vh;
  }
	
	
  .mainvisual,
  .image-wrapper {
    height: auto !important;
    overflow: visible !important;
  }

  .first-vw {
    width: 100%;
    height: 100vh;
    object-fit: cover;
	object-position: 35% center;
  }
	
	
	.page-eyecatch {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.page-eyecatch img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

	
	.info-add{
		display: none;
	}
	.font32{
	font-size: 20px;
}
	.mainvisual .info{
		right: 20px;
	}
}

.mv-text {
  position: static;
  transform: none;
}

/* PC */
.pc-text {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 4px rgb(34 43 25 / 64%), 3px 1px 5px rgb(29 30 16 / 49%);
  position: absolute;
  bottom: 30%;
  left: 10%;
}

@media(min-width:768px){
	.sp-text {
  display: none;
}
	.footer-tel-logo{
	margin-bottom: 5px;
	width: 18px;
	}
}


/* スマホ */
@media(max-width:767px) {
  .pc-text {
    display: none;
  }
.mv-text {
    position: absolute;
    bottom: 16%;
    left: 2%;
    transform: none;
    text-align: left;
    width: 90%;
  }
  .sp-text {
    font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 4px rgb(34 43 25 / 64%), 3px 1px 5px rgb(29 30 16 / 49%);
  }
}
@media screen and (min-width: 768px){
.top-sustainability .section-ttl .en{
	line-height: 120px;
}
}
/* =========================
mainvisual
========================= */

.slider{
  overflow: hidden;
}

.slide-item{
  position: relative;
}

/* =========================
2,3枚目画像
========================= */

.second-slide img,
.third-slide img{
  width: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
3枚目英字
========================= */

.mv-en-text{
  position: absolute;
  left: 10%;
  bottom: 18%;
  z-index: 10;
  color: #fff;
}

.mv-en-text span{
  display: block;
}

.mv-en-text span:first-child{
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.mv-en-text span:last-child{
  font-size: 50px;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px){

  .third-slide .mv-en-text{
    left:auto;
    right:8%;
    top:14%;
    bottom:auto;
  }

  .third-slide .type-text-en{
    width:max-content;
  }
}
/* =========================
タイピング
========================= */

.type-text-en span{
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}
.pc-text span,
.sp-text span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.pc-text span,
.sp-text span{
  display: block;
  overflow: hidden;
  width: 0;
}

/* 1行目 */

.type-text.active .line1{
  animation:
    typing 1.8s steps(20,end) forwards;
}

/* 2行目 */

.type-text.active .line2{
  animation:
    typing 1.8s steps(20,end) forwards;

  animation-delay: 1.6s;
}

.type-text-en.active > span:first-child{
  animation:
    typing 2s steps(20,end) forwards;
}

.type-text-en.active > span:last-child{
  animation:
    typing 2.5s steps(30,end) forwards;

  animation-delay: .8s;
}
.mv-en-text > span{
  display:block;
}

.type-text-en > span{
  overflow:hidden;
  white-space:nowrap;
  width:0;
}

.mv-ev-text_green{
  color:#E1F667;
  font-style:normal;
}
@media screen and (min-width: 768px){

  .third-slide .mv-en-text{
    left:auto;
    right:8%;
    top:14%;
    bottom:auto;
  }
.third-slide .mv-en-text{
    left:auto;
    right:8%;
    top:14%;
    bottom:auto;
  }

  .third-slide .mv-en-text > span:first-child{
    font-size:68px;
  }

  .third-slide .mv-en-text > span:last-child{
    font-size:56px;
    line-height:1.4;
    letter-spacing:0.12em;
  }
}
/* =========================
animation
========================= */

@keyframes typing{

  from{
    width: 0;
  }

  to{
    width: 100%;
  }

}

.slide-item{
  overflow:hidden;
}

.slide-item img{
  object-fit:cover;

  transform:scale(1.08);
  transition:transform 8s ease-out;
}

.slide-item.zoom-out img{
  transform:scale(1);
}




/* =========================
slick dots
========================= */

.slick-dots{
  bottom: 30px;
}

.slick-dots li button:before{
  color: #fff;
  opacity: .5;
  font-size: 12px;
}

.slick-dots li.slick-active button:before{
  opacity: 1;
  color: #fff;
}

/* =========================
SP
========================= */

@media(max-width:767px){

  .second-slide img,
  .third-slide img{
    height: 100vh;
    object-fit: cover;
  }

  .mv-en-text{
    left: 6%;
    bottom: 15%;
  }

  .mv-en-text span:first-child{
    font-size: 11vw;
    margin-bottom: 12px;
  }

  .mv-en-text span:last-child{
    font-size: 4vw;
    line-height: 1.8;
  }

}




/* 固定ページタイトル */
.page-eyecatch {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}




@media screen and (max-width: 1330px){
	.eyecatch-title{
		font-size: 20px;
		width: 90%;
	}	
}
/* Fixed-btn */
#fixed-btn {
  width: 40px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}



/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {


  /*-------------------------------------------
  Bottom-img
  -------------------------------------------*/
  .bottom-img img {
    height: 300px;
  }

  /*-------------------------------------------
  Fixed-btn
  -------------------------------------------*/
  #fixed-btn {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer .content {
    flex-direction: column;
    padding: 40px 20px;
    margin: 0 auto;
  }
  #footer .content .info-area {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .content .btn-area {
    width: 100%;
    margin: 0 auto;
  }
}





/* トップ */
.flex-box-right{
    margin-left:auto;
    width:fit-content !important;
    flex:0 0 auto !important;
}
.logo-text{
    display:flex;
    align-items:center;
    gap:20px;
}

.logo-text img{
    width:120px;
    height:auto;
}
.dosanko-flex{
max-width: 400px;
	}
.dosanko .p-red{
	color: #D84A3A;
	font-weight: 600;
}
.dosanko{
	background-color: #F5F5F0;
}
.flex-box-right a{
	background-color: #D84A3A;
    color: #fff;
	border-radius: 20px;
    padding: 6px 20px;
}
@media screen and (min-width:1024px){
	.dosanko .flex{
align-items: center;
	}
.dosanko .flex-box{
    flex:none;
}

.dosanko .dosanko-flex{
    flex:1;
}

.dosanko .flex-box-right{
    margin-left:auto;
}
}
.dosanko-br {
    display: none;
}
@media screen and (min-width:1024px) and (max-width:1135px){
	.dosanko-br{
		display: block;
        content: "\A";
        white-space: pre;
	}
}
@media screen and (max-width:1023px){
.logo-text img {
    width: 160px;
	margin: 20px 0;
}
	.flex-box-right{
		margin: auto;
	}
}
.fb-logo{
	width: 50px;
}
.mincho,
.mincho *{
    font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif !important;
}
.home-news{
	background-color: #fff;
}
.home-news h2{
	padding-bottom: 40px;
}
h2{
	text-align: center;
}
.home-news h2{
	color: #000;
}
.bold{
	font-weight: 600;
}
.eng{
	font-size:14px;
}
.news-category{
	color: #000;
    background-color: #ccc;
    padding: 5px 10px;
    margin-left: 10px
}
.news-title{
	color: #000;
	margin-bottom: 0;
}

.btn{
	text-align: right;
}
.top-servises{
	max-width: 1400px;
    margin: auto;
}
.num{
	font-size: 50px;
}
.top-servises img{
	max-width: 460px;
    margin: auto;
    width: 100%;
    display: block;
}
.top-servises .flex{
padding-bottom: 60px;
}
.li-dot{
	padding-left: 70px;
	line-height: 2rem;
	padding-bottom: 20px;
}
.li-dot li{
	list-style: disc;
}
.top-servises_btn-1{
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

.top-servises_btn-1::after{
  content: "";
  position: absolute;
  left: 90px;
  right: 10px;
  bottom: -8px;
  height: 1px;
  background: #000;
}
.top-servises .flex p{
	padding-bottom: 20px;
}
.parent{
  text-align: center;
}
.top-servises_btn-2{
  display: inline-block;
  position: relative;
}
.top-servises_btn-2::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -8px;
  height: 1px;
  background: #000;
}



@media (max-width: 600px) {
	.num{
	font-size: 40px;
}
}

@media screen and (min-width: 1024px){
	.top-servises .flex p {
padding-left: 60px;
	}
.flex {
    display: flex;
    gap: 80px;
	max-width: 1400px;
    margin: auto;
}
	.flex.reverse{
	flex-direction: row-reverse;
}

.flex-box {
    flex: 1;
}
	.flex.ttl{
		align-items: center;
	}
	.section-ttl .en {
    font-size: clamp(66px, 6vw, 100px);
	max-width: 1400px;
    margin: auto;
  }
	}
.wpsbc-container .wpsbc-calendars-wrapper {
    max-width: 380px;
    margin: 0 auto;
	max-width: 1400px;
}

/* FRSの探求 */
  section.top-works {
  padding-top: 0;
}
.top-works {
  position: relative;
  background: #0e1117;
  color: #ffffff;
  overflow: hidden;
}
.top-works::before {
  content: "FIELDNOTE";
  position: absolute;
  bottom: -143px;
  left: -28px;
  z-index: 0;
  font-family: "Oswald", sans-serif;
  font-size: 500px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.top-works-inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 80px 0;
}
.top-works-main-img {
  width: 919px;
  max-width: 72%;
}
.top-works-main-img img {
  display: block;
  width: 100%;
  aspect-ratio: 919 / 517;
  object-fit: cover;
}
.top-works-title-wrap {
  position: absolute;
  top: 96px;
  right: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
}
.top-works-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-works-line {
  width: 1px;
  height: 220px;
  background: #ffffff;
  opacity: 0.5;
}
.top-works-sub-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:24px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-works-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Oswald", sans-serif;
  font-size: 180px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-works-title span {
  display: block;
}
.top-works-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin-top: 150px;
}
.top-works-link{
	color: #fff;
}
.top-works .top-servises_btn-2::after{
 background: #fff;
}
.top-works-text-area,
.top-works-sub-img {
  position: relative;
  z-index: 1;
}
.top-works-text-area {
  width: 52%;
  padding-top: 0;
}
.top-works-copy {
  margin: 0 0 70px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.top-works-text {
  margin: 0 0 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.03em;
}
.top-works-sub-img {
  width: 508px;
  max-width: 42%;
}
.top-works-sub-img img {
  display: block;
  width: 100%;
  aspect-ratio: 508 / 750;
  object-fit: cover;
}
.top-works .parent {
	text-align: left;
}
.top-works .top-servises_btn-2 {
	color: #fff;
}
.top-works .top-servises_btn-2::after{
  background: #fff;
}
@media (max-width: 1024px) {
  .top-works-inner {
    padding: 80px 40px 0;
  }
   .top-works-main-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .top-works-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-works-title-wrap {
    right: 40px;
  }
  .top-works-title {
    font-size: 130px;
  }
  .top-works-content {
    gap: 48px;
  }
}
@media (max-width: 768px) {
.top-works {
    overflow: hidden;
  }
  .top-works-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "main title"
      "text text"
      "image image";
    gap: 40px 16px;
    padding: 56px 20px 60px;
  }
  .top-works-main-img {
    grid-area: main;
    width: 100%;
    max-width: none;
  }
  .top-works-main-img img {
    aspect-ratio: auto;
  }
  .top-works-title-wrap {
    grid-area: title;
    position: static;
    justify-content: flex-end;
    gap: 16px;
  }
  .top-works-title-box {
    gap: 16px;
  }
  .top-works-line {
    height: 120px;
  }
  .top-works-sub-title {
    margin-top: 0;
    font-size: 16px;
  }
  .top-works-title {
    font-size: 72px;
    line-height: 0.9;
  }
  .top-works-content {
    display: contents;
  }
  .top-works-text-area {
    grid-area: text;
    width: 100%;
    padding-top: 0;
	margin-bottom: 15px;
  }
  .top-works-copy {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.6;
  }
  .top-works-text {
    margin: 0 0 40px;
    font-size: 15px;
    line-height: 2;
  }
  .top-works .parent {
    text-align: left;
  }
  .top-works-sub-img {
grid-area: image;
  width: 82%;
  max-width: 320px;
  margin: -20px auto 0;
  position: relative;
  z-index: 1;
  }
  .top-works::before {
  font-size: 180px;
  left: -20px;
  bottom: 4px;
}
  .top-works-sub-img img {
    aspect-ratio: auto;
  }
.top-works .parent {
	text-align: center;
}
}

@media screen and (min-width: 1301px){
.flex-2{
	display: flex;
    gap: 20px;
	justify-content: center;
}
	}
.section-lead{
	background-color: #0F1115;
	padding: 0;
}
.section-lead p {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #fff;
  background-color: #0F1115;
	font-size: 26px;
	line-height: 54px;
	width: 600px;
	margin: auto;
	padding: 60px 0 60px 60px;
	position: relative;
}
.section-lead p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  width: 1px;
  height: 30%;
  background: #fff;
}
@media screen and (max-width: 768px){
	.section-lead p {
    font-size: 16px;
    line-height: 34px;
    width: 350px;
    padding: 40px 0 40px 20px;
}
}
.ja{
  display: inline-flex;
  align-items: center;
}

.after::after{
  content: "";
  width: 100px;
  height: 3px;
  background: #006934;
  display: inline-block;
  margin: 0 0 4px 20px;
}
.before::before{
  content: "";
  width: 100px;
  height: 3px;
  background: #006934;
  display: inline-block;
  margin: 0 20px 4px 0;
}
.top-vision{
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 180px;
	margin-top: 80px;
}
.top-vision h2,.top-vision h4, .top-vision p, .top-vision .top-servises_btn-2{
color: #fff;
}
.top-vision h4{
	text-align: left;
	padding: 40px 0;
}
.top-vision .top-servises_btn-2::after{
	background: #fff;
}
.top-vision .top-servises_btn-2{
padding-top: 40px;
}

@media screen and (max-width: 768px) {
.top-vision h4 span{
	font-size: 15px;
}
}
@media screen and (min-width: 1024px){
	.top-vision .flex{
		align-items: flex-end;
	}
	.top-vision .parent{
	text-align: right;
}
}
.top-sustainability .section-ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.top-sustainability .before::before{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #006934;
  margin: 0px auto 5px;
}
.top-sustainability p{
	text-align: center;
}
.top-sustainability h4{
	padding: 50px 0 30px;
}
@media screen and (max-width: 768px) {
.top-sustainability p{
	text-align: left;
}
}
.sustainability-cards{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.s-card{
  width: 300px;
  height: 300px;
  border: 2px solid #006934;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2px 20px;
  box-sizing: border-box;
}

.s-card h4{
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.s-card p{
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 768px){
  .sustainability-cards{
    flex-direction: column;
    align-items: center;
	margin-top: 40px;
    margin-bottom: 60px;
  }
	.s-card{
		width: 280px;
		height: 280px;
	}
}
.section-divider{
  width: 90%;
  border-top: 1px dotted #000;
  margin: 80px auto 0;
}
.top-recruit h4{
	text-align: left;
}
.top-recruit img{
	display: block;
	margin: 0 0 0 auto;
}
.top-recruit .li-dot{
	padding-left: 60px;
}
.top-recruit p{
	line-height: 2rem;
}
.top-recruit p{
	padding-bottom: 40px;
}
.top-recruit .top-servises_btn-2{
	margin-bottom: 40px;
}
@media (max-width: 768px){
.top-recruit h4{
	padding-top: 40px;
	font-size: 17px;
}
	.top-recruit p{
		text-align: center;
}
}
.top-company .section-ttl,
.top-company h4,
.top-company a{
  color: #fff;
}
.top-company h4, .top-company .parent{
	margin: auto;
    max-width: 460px;
}
	.top-company h4{
		text-align: left;
		font-size: 30px;
	}
	.top-company .parent{
		text-align: left;
	}
.top-company{
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px;
  background: linear-gradient(
    90deg,
    #000 0%,
    #1a1a1a 35%,
    #3a3a3a 70%,
    #555 100%
  );
}
.top-company .top-servises_btn-2::after{
	background: #fff;
}
@media (max-width: 768px){
	.top-company h4{
		font-size: 22px;
	}
  .top-company{
    padding: 40px 0 70px;
    background: linear-gradient(
      180deg,
      #000 0%,
      #1a1a1a 35%,
      #3a3a3a 70%,
      #555 100%
    );
  }
}
.news-list{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-item{
  padding-bottom: 40px;
}

.news-link{
  display: flex;
  gap: 40px;
  text-decoration: none;
  color: inherit;
}

.news-thumb{
  width: 320px;
  flex-shrink: 0;
}

.news-thumb img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}


.news-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-meta{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.news-date{
  font-size: 14px;
  color: #666;
}

.news-category{
  font-size: 12px;
  background: #0f6b43;
  color: #fff;
	border-radius: 20px;
  padding: 4px 12px;
}

.news-title{
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news-text{
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.news-detl{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.btn-arrow{
  width: 20px;
}

/* SP */
@media screen and (max-width: 767px){

  .news-link{
    flex-direction: column;
    gap: 20px;
  }

  .news-thumb{
    width: 100%;
  }

  .news-thumb img{
    height: 240px;
  }

  .news-meta{
    flex-wrap: wrap;
    gap: 10px;
  }

  .news-title{
    font-size: 22px;
  }

  .news-text{
    font-size: 14px;
    line-height: 1.8;
  }
}
.back-to-list a{
	color: #006934;
}

/* footer */
/* pc */
.footer{
  position: relative;
  overflow: hidden;
  color:#fff;
  padding:20px 0 40px;
 background:url('/wp-content/uploads/2026/05/footer-bg-scaled.jpg')
  center center / cover no-repeat;
}

.footer-inner{
  position:relative;
  z-index:2;
  margin: auto;
}

/* ページトップ */
.pagetop-wrap {
  position: relative;
  height: 0;
  z-index: 20;
}
.pagetop-link {
  position: absolute;
  right: 7vw;
  top: -120px;
  display: block;
  width: 80px;
  transition: opacity 0.3s;
}
.pagetop-link:hover {
  opacity: 0.7;
}
.pagetop-link img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .pagetop-link {
    right: 24px;
    top: -80px;
    width: 64px;
  }
}

.footer-top{
  display:flex;
  justify-content:space-between;
}

.footer-left{
  width:45%;
}

.footer-right{
  width:50%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer-right img{
  width:100%;
  max-width:480px;
}

.footer-catch{
  font-size:20px;
  margin-top: 50px;
  margin-bottom:50px;
  font-family: serif;
  font-weight:400;
}

.footer-nav ul{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 40px;
}

.footer-nav li{
  list-style:none;
}

.footer-nav a{
  color:#fff;
  font-size:14px;
  letter-spacing:.08em;
  transition:.3s;
}

.footer-nav a:hover{
  opacity:.6;
}

.footer-company{
  margin-top:100px;
}

.footer-company-line{
  width:40%;
  height:2px;
  background:rgb(255 255 255 / 67%);
  margin-bottom:50px;
}

.footer-company-flex{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items: flex-end;
}

.footer-company-left{
  width:70%;
}

.footer-company-left h3{
  font-size:18px;
  margin-bottom:30px;
  color: #fff;
}

.footer-office-wrap{
  display:flex;
  gap:20px;
}

.footer-office{
  font-size:14px;
  line-height:2;
}

.office-name{
  margin-bottom:10px;
  font-weight:700;
}

.footer-company-right{
  width:260px;
}

.footer-company-right img{
  width:100%;
}

.footer-contact{
  width:min(700px,100%);
  background:#fff;
  color:#000;
  margin:40px auto 0;
  padding:50px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:.4s;
  border:2px solid #222;
}

.footer-contact:hover{
  transform:translateY(-6px);
}

.footer-contact-en{
  font-size:60px;
  font-weight:700;
  line-height:1;
  margin-bottom:15px;
  font-family: "Oswald", sans-serif;
}

.footer-contact-ja{
  font-size:14px;
  letter-spacing:.12em;
}

.footer-copy{
  text-align:center;
  margin-top:60px;
  font-size:12px;
  opacity:.7;
}

.footer-bg-typo{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
}

.footer-bg-typo span{
  position:absolute;
  color:#fff;
  opacity:.07;
  font-weight:700;
  white-space:nowrap;
  letter-spacing:.12em;
}

.footer-bg-typo span:nth-child(1){
  top:10%;
  right:5%;
  font-size:90px;
}

.footer-bg-typo span:nth-child(2){
  top:28%;
  left:8%;
  font-size:60px;
}

.footer-bg-typo span:nth-child(3){
  bottom:28%;
  right:12%;
  font-size:72px;
}

.footer-bg-typo span:nth-child(4){
  bottom:8%;
  left:10%;
  font-size:90px;
}
.footer-contact_p{
	color: #000;
}

.footer-en_bg::before{
  content:"";
  position:absolute;
  top:0;
  right:-20px;
  width:800px;
  height:800px;

  background:
    url('/wp-content/uploads/2026/05/typography-1.png')
    top right / contain no-repeat;

  pointer-events:none;
  z-index:1;
}
.map-icon{
	width: 20px;
	vertical-align: -2px;
}
.footer-catch span{
	color:#ffffffb0;
}
.footer-office a{
	color: #fff;
}
.pagetop-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.pagetop-wrap.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}




/* sp */
@media screen and (max-width:900px){

  .footer{
    padding:20px 0 30px;

  background:linear-gradient(to bottom, #edf2fa 0%, rgb(222 233 243) 8%, rgb(145 166 190 / 35%) 18%, rgb(231 240 255 / 7%) 32%, rgba(0, 0, 0, .25) 100%),
    url('/wp-content/uploads/2026/05/footer-bg-sp-scaled.jpg')
    center bottom / cover no-repeat;
}


  .footer-inner{
    width:calc(100%);
  }

  .footer-top{
    flex-direction:column;
    gap:50px;
  }

  .footer-left,
  .footer-right{
    width:100%;
  }

  .footer-catch{
    font-size:18px;
    margin-bottom:40px;
  }

  .footer-nav ul{
    grid-template-columns:1fr;
    gap:14px;
  }

  .footer-right img{
    max-width:420px;
    margin:0 auto 0 12%;
	  min-width: 370px;
  }

  .footer-company{
    margin-top:70px;
  }

  .footer-company-flex{
    flex-direction:column;
  }

  .footer-company-left{
    width:100%;
	  padding-bottom: 60px;
  }

  .footer-office-wrap{
    flex-direction:column;
    gap:30px;
  }

  .footer-company-right{
    width:220px;
  }

  .footer-contact{
    margin-top:20px;
    padding:35px 20px;
  }

  .footer-contact-en{
    font-size:42px;
  }

  .footer-bg-typo span:nth-child(1){
    font-size:44px;
    top:5%;
  }

  .footer-bg-typo span:nth-child(2){
    font-size:28px;
  }

  .footer-bg-typo span:nth-child(3){
    font-size:36px;
  }

  .footer-bg-typo span:nth-child(4){
    font-size:44px;
  }
	.footer-en_bg::before{
		width: 500px;
    height: 400px;
	}
}













/* パンクズリスト */
.breadcrumb {
  width: 100%;
  padding: 16px 0;
}

.breadcrumb-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
	padding-top: 20px;
}
.white{
	color: #fff;
}
.white span{
	color: #fff;
}

/*-------------------------------------------
 固定ページ用css
  -------------------------------------------*/
.eyecatch-title {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

/* 英語 */
.eyecatch-en {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 8vw, 160px);
  color: #fff;
  opacity: 0.4;
  line-height: 1;
  margin: 0;
  white-space: nowrap;

  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* 日本語 */
.eyecatch-ja {
  font-family: '游明朝', YuMincho, serif;
  font-size: 32px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  transform: translateY(12px);
}

@media screen and (max-width: 768px) {

  .eyecatch-en {
    font-size: 50px;
  }

  .eyecatch-ja {
    font-size: 24px;
  }
}

.page-id-58 .page-content,
.page-id-352 .page-content,
.page-id-909 .page-content,
.page-id-357 .page-content {
	margin-bottom: 100px;
}

/* 事業内容 */
/* 全幅 */
.page-id-184 .services-chatch {
  position: relative !important;
  margin-left: -5.5%;
    margin-right: -5.5%;
  box-sizing: border-box !important;
}
.page-id-184 .page-content,
.page-id-184 .inner {
  overflow: visible !important;
}
/* キャッチ */
.services-chatch .wp-block-cover__inner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
 max-width: 900px;
  box-sizing: border-box;
}
.services-chatch {
  min-height: 270px;
  margin-top: -80px;
	margin-bottom: 77px;
  padding-top: 0 !important;
}
.page-id-184 .page-content {
	margin-top: 0;
	margin-bottom: 160px;
}
.services-chatch p {
  margin: 0 0 77px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .page-id-184 .services-chatch {
    min-height: 190px !important;
    margin-top: -80px;
    margin-bottom: 48px;
    padding: 0 !important;
  }

  .page-id-184 .services-chatch .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 190px;
    padding: 40px 24px !important;
    box-sizing: border-box;
  }

  .page-id-184 .services-chatch p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    letter-spacing: 0.04em;
    text-align: left !important;
  }
}
.frs-heading {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 14px;
	margin-top: 77px;
	margin-bottom: 40px;
  text-align: center;
}
.frs-heading .en {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.frs-heading .num {
  font-family: "Oswald", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.9;
  position: relative;
  top: 4px; 
}
.frs-heading .jp {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .frs-heading {
    gap: 8px;
		margin-top: 40px;
  }
  .frs-heading .en {
    font-size: 20px;
  }
  .frs-heading .num {
    font-size: 60px;
    top: 2px; 
  }
  .frs-heading .jp {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .frs-heading .num {
    font-size: 72px;
    top: 0;
  }
}

/* 事業内容パターン */
.services-item {
	position: relative;
  border: 1px solid #999;
  margin-bottom: 60px;
  background: #fff;
}
 .services-wrap {
	display: flex;	
	}
.services-pillar {
  width: 55%;
  display: flex;
  position: relative;
  padding: 56px 48px;
}
.services-wrap::before {
  content: "";
  width: 14px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.services-number {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-right: 32px;
  font-family: "Oswald", sans-serif;
	text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}
.services-content h3 {
  display: flex;
  align-items: flex-end;
  min-height: 56px;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 500;
}
.services-content p {
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}
.more-link {
  display: block;
  width: fit-content;
  margin-left: auto;
	font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #000;
}
.services-image {
  width: 45%;
}
.services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .services-item {
    flex-direction: column;
    margin-bottom: 48px;
  }
	.services-wrap {
   flex-direction: column;
	}
  .services-pillar,
  .services-image {
    width: 100%;
  }
  .services-text {
    padding: 32px 24px;
  }
  .services-number {
    font-size: 40px;
    margin-right: 20px;
  }
  .services-content h3 {
		min-height: 0px;
    font-size: 22px;
	  padding-top: 20px;
  }
  .services-content p {
    font-size: 13px;
    line-height: 1.8;
  }
  .services-image img {
    height: auto;
  }
	.services-pillar {
    display: block;
    padding: 40px 3% 40px 8%;
}
}

/* 生き物調査 */
.wildlife h2, .spatial-survey h2, .system-development h2, .radar-survey h2{
	padding-bottom: 0px;
}
.support-philosophy{
	padding-left: 66px;
}
.wp-block-columns.ttl-gap0{
    gap:0 !important;
    margin-bottom:0 !important;
    --wp--style--block-gap:0 !important;
}
.green-border{
    border: 2px solid #006934;
    padding: 3%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.border-bottom{
    position:relative;
    padding-bottom:20px;
}

.border-bottom::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:180px;
    height:2px;
    background:#006934;
	margin: -5px;
}
.p-btm-border{
padding-top: 10px;
}
@media (max-width: 767px) {
    .p-ttl {
        padding-left: 26px;
    }
	.p-num {
        padding-left: 66px;
    }
}
@media (min-width: 782px) {
    .reverse {
        flex-direction: row-reverse;
    }
}
/* ========================================
   事例紹介一覧ページ
======================================== */

.works-archive {
  --works-green: #8fc31f;
  --works-bg: #080b0f;
  --works-card-bg: #101418;
  --works-border: rgba(255, 255, 255, 0.18);

  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(143, 195, 31, 0.07),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      #0d1116 0%,
      #080b0f 55%,
      #05070a 100%
    );

  counter-reset: work-card;
}

/* 既存レイアウトをリセット */

.works-archive .inner,
.works-archive .news-wrapper,
.works-archive .main-content,
.works-archive .box-white {
  background: transparent;
}

.works-archive .news-wrapper {
  display: flex;
  flex-direction: column;
}

.works-archive .main-content,
.works-archive .sidebar {
  width: 100%;
}

.works-archive .box-white {
  padding: 0 !important;
  border: 0;
  box-shadow: none;
}

/* ========================================
   見出し
======================================== */

.works-heading {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 55px;
  padding: 45px 20px 0;
  text-align: center;
}

.works-heading-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.045);
  font-family: "Oswald", sans-serif;
  font-size: clamp(78px, 9vw, 145px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.works-heading-en {
  margin: 0 0 10px;
  color: var(--works-green);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.works-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.works-heading-line {
  display: block;
  width: 55px;
  height: 2px;
  margin: 18px auto 20px;
  background: var(--works-green);
}

.works-heading-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ========================================
   カード一覧
======================================== */

.work-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 90px;
  padding: 0 5%;
  box-sizing: border-box;
}

/* ========================================
   カード本体
======================================== */

.work-card {
  position: relative;
  min-width: 0;
  counter-increment: work-card;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.work-card:hover {
  transform: translateY(-10px);
  filter:
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 12px rgba(143, 195, 31, 0.12));
}

.work-card > a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

/* ========================================
   画像エリア
======================================== */

.work-card-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 16 / 9;

  clip-path: polygon(
    22px 0,
    calc(100% - 44px) 0,
    100% 0px,
    100% 100%,
    0 100%,
    0 22px
  );

  background: #171b20;
}

.work-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  filter: brightness(0.78) contrast(1.06);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.work-card:hover .work-card-image img {
  transform: scale(1.055);
  filter: brightness(0.98) contrast(1.04);
}

/* ========================================
   画像右上のプラス
======================================== */

.work-plus {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 17px;
  width: 22px;
  height: 22px;
  transition: transform 0.4s ease;
}

.work-plus::before,
.work-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--works-green);
  transform: translate(-50%, -50%);
}

.work-plus::before {
  width: 22px;
  height: 2px;
}

.work-plus::after {
  width: 2px;
  height: 22px;
}

.work-card:hover .work-plus {
  transform: rotate(90deg);
}

/* ========================================
   カード本文
======================================== */

.work-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 320px;
  margin-top: -1px;
  padding: 23px 25px 22px 27px;
  box-sizing: border-box;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.025),
      transparent 42%
    ),
    var(--works-card-bg);

  border-top: 0;
  border-right: 1px solid var(--works-border);
  border-bottom: 1px solid var(--works-border);

  /* 左の緑線と下部の切り欠き */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 22px),
    calc(100% - 22px) 100%,
    calc(48% + 18px) 100%,
    calc(48% - 4px) calc(100% - 15px),
    0 calc(100% - 15px)
  );
}

/* 左側のライム縦線 */

.work-card-body::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 15px;
  left: 0;
  width: 2px;
  background: var(--works-green);
}

/* 右下の細い斜め枠 */

.work-card-body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 32px;
  height: 32px;
  border-right: 1px solid var(--works-border);
  border-bottom: 1px solid var(--works-border);
  transform: skewY(-45deg);
  transform-origin: right bottom;
  pointer-events: none;
}

/* ========================================
   番号・カテゴリー
======================================== */

.work-card-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.work-number::before {
  content: counter(work-card, decimal-leading-zero);
  color: var(--works-green);
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.work-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--works-green);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/* ========================================
   タイトル
======================================== */

.work-card h3 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.work-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--works-green);
  transition: width 0.4s ease;
}

.work-card:hover h3::after {
  width: 68px;
}

/* ========================================
   本文
======================================== */

.work-card-text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.025em;
}

/* ========================================
   詳細を見る
======================================== */

.work-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.work-card-arrow {
  position: relative;
  display: block;
  width: 28px;
  height: 10px;
  margin-right: 4px;
}

.work-card-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 1px;
  background: var(--works-green);
  transform: translateY(-50%);
  transition: width 0.35s ease;
}

.work-card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--works-green);
  border-right: 1px solid var(--works-green);
  transform: translateY(-50%) rotate(45deg);
}

.work-card:hover .work-card-arrow::before {
  width: 38px;
}

/* ========================================
   サイドバー
======================================== */

.works-archive .sidebar .item {
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  background: rgba(16, 20, 24, 0.9);
  border: 1px solid rgba(143, 195, 31, 0.42);
}

/* ========================================
   ページネーション
======================================== */

.works-archive .pagination {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.works-archive .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.works-archive .pagination a,
.works-archive .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.works-archive .pagination .current,
.works-archive .pagination a:hover {
  color: #0b0e11;
  background: var(--works-green);
  border-color: var(--works-green);
}

/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1000px) {
  .work-inner {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 36px;
  }

  .work-card-image {
    aspect-ratio: 16 / 8.5;
  }

  .work-card-body {
    min-height: 300px;
  }

  .work-card h3 {
    font-size: 22px;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {
  .works-heading {
    margin-bottom: 38px;
    padding-top: 30px;
  }

  .works-heading-bg {
    top: 8px;
    font-size: 60px;
  }

  .works-heading-en {
    font-size: 11px;
  }

  .works-heading-title {
    font-size: 29px;
    letter-spacing: 0.06em;
  }

  .works-heading-line {
    width: 42px;
    margin: 14px auto 17px;
  }

  .works-heading-text {
    font-size: 13px;
    line-height: 1.9;
  }

  .works-heading-text br {
    display: none;
  }

  .work-inner {
    gap: 28px;
    margin-bottom: 60px;
  }

  .work-card-image {
    aspect-ratio: 16 / 10;
    clip-path: polygon(
      16px 0,
      calc(100% - 30px) 0,
      100% 0px,
      100% 100%,
      0 100%,
      0 16px
    );
  }

  .work-plus {
    top: 13px;
    right: 12px;
    width: 18px;
    height: 18px;
  }

  .work-plus::before {
    width: 18px;
  }

  .work-plus::after {
    height: 18px;
  }

  .work-card-body {
    min-height: 300px;
    padding: 22px 21px 20px 23px;

    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      calc(48% + 14px) 100%,
      calc(48% - 3px) calc(100% - 12px),
      0 calc(100% - 12px)
    );
  }

  .work-card-body::before {
    bottom: 12px;
  }

  .work-number::before {
    font-size: 24px;
  }

  .work-card h3 {
    font-size: 19px;
  }

  .work-card-text {
    font-size: 13px;
  }
}
/* ========================================
   事例詳細
======================================== */

.works-single {
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(143, 195, 31, 0.07),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      #0d1116 0%,
      #080b0f 55%,
      #05070a 100%
    );
}

/* ========================================
   既存レイアウト・白背景の解除
======================================== */

.works-single .inner {
  background: transparent;
	padding-top: 80px;
}

.works-single .box-white {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.works-single .main-content,
.works-single .sidebar {
  min-width: 0;
}

/* ========================================
   本文＋サイドバー
======================================== */

.works-single .news-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 60px;
  width: 100%;
}

.works-single .main-content {
  width: 100%;
  min-width: 0;
}

.works-single .post {
  width: 100%;
  min-width: 0;
}

/* ========================================
   パンくず
======================================== */

.works-single .c-breadcrumbs {
  color: rgba(255, 255, 255, 0.62);
}

.works-single .c-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.works-single .c-breadcrumbs a:hover {
  color: #8fc31f;
}

/* ========================================
   カテゴリー
======================================== */

.works-single .cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.works-single .cat-list li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 16px;
  color: #080b0f;
  background: #8fc31f;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* ========================================
   日付
======================================== */

.works-single .post-header {
  margin-bottom: 22px;
}

.works-single .post-header time {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* ========================================
   タイトル
======================================== */

.works-single .post-title {
  position: relative;
  margin: 0 0 45px;
  padding-bottom: 24px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.works-single .post-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #8fc31f;
}

/* ========================================
   アイキャッチ
======================================== */

.works-single .eyecatch {
  width: 100%;
  margin: 0 0 45px;
  overflow: hidden;
  background: #11161b;
}

.works-single .eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* ========================================
   本文
======================================== */

.works-single .post-wrapper {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.works-single .post-wrapper > *:first-child {
  margin-top: 0;
}

.works-single .post-wrapper p {
  margin: 0 0 28px;
}

.works-single .post-wrapper h2 {
  position: relative;
  margin: 65px 0 28px;
  padding: 18px 22px 18px 26px;
  color: #fff;
  background: rgba(16, 20, 24, 0.85);
  border-left: 3px solid #8fc31f;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.5;
}

.works-single .post-wrapper h3 {
  position: relative;
  margin: 48px 0 22px;
  padding-bottom: 14px;
  color: #fff;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.5;
}

.works-single .post-wrapper h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: #8fc31f;
}

.works-single .post-wrapper h4,
.works-single .post-wrapper h5,
.works-single .post-wrapper h6 {
  color: #fff;
}

.works-single .post-wrapper a {
  color: #8fc31f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.works-single .post-wrapper ul,
.works-single .post-wrapper ol {
  margin: 25px 0;
  padding-left: 1.5em;
}

.works-single .post-wrapper li {
  margin-bottom: 10px;
}

.works-single .post-wrapper blockquote {
  margin: 35px 0;
  padding: 24px 28px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(16, 20, 24, 0.85);
  border-left: 3px solid #8fc31f;
}

.works-single .post-wrapper table {
  width: 100%;
  margin: 35px 0;
  border-collapse: collapse;
}

.works-single .post-wrapper th,
.works-single .post-wrapper td {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.works-single .post-wrapper th {
  color: #fff;
  background: rgba(143, 195, 31, 0.12);
}

/* ========================================
   前後ナビゲーション
======================================== */

.works-single .page-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  margin: 80px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.works-single .page-nav li {
  min-width: 0;
  margin: 0;
}

.works-single .page-nav li:nth-child(1) {
  text-align: left;
}

.works-single .page-nav li:nth-child(2) {
  text-align: center;
}

.works-single .page-nav li:nth-child(3) {
  text-align: right;
}

.works-single .page-nav a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.works-single .page-nav a:hover {
  color: #8fc31f;
}

.works-single .page-nav li:first-child a:hover {
  transform: translateX(-4px);
}

.works-single .page-nav li:last-child a:hover {
  transform: translateX(4px);
}


.works-single .page-nav .to-archive:hover {
  color: #080b0f;
  background: #8fc31f;
  transform: none;
}

/* ========================================
   右サイドバー
======================================== */

.works-single .sidebar {
  position: sticky;
  top: 120px;
  width: 330px;
  min-width: 330px;
  max-width: 330px;
}

/* サイドバー全体の黒い枠 */

.works-single .sidebar .item {
  width: 100%;
  margin: 0;
  padding: 48px 42px 46px;
  box-sizing: border-box;

  color: #fff;
  background: #11161b;
  border: 2px solid #8fc31f;
}

/* CATEGORIES */

.works-single .sidebar h2,
.works-single .sidebar h3,
.works-single .sidebar .title {
  margin: 0 0 46px;
  padding: 0;

  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.18em;

  word-break: normal;
  overflow-wrap: normal;
}

/* リスト */

.works-single .sidebar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.works-single .sidebar li {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.works-single .sidebar li:last-child {
  margin-bottom: 0;
}

/* カテゴリーリンク */

.works-single .sidebar a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 54px;
  box-sizing: border-box;

  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
  text-decoration: none;

  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

/* 左のライム線 */

.works-single .sidebar a::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;

  width: 36px;
  height: 1px;

  background: #8fc31f;
}

/* 件数 */

.works-single .sidebar .count,
.works-single .sidebar .post-count {
  display: inline;
  margin-left: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* ホバー */

.works-single .sidebar a:hover {
  color: #8fc31f;
  transform: translateX(4px);
}

/* ========================================
   1100px以下
======================================== */

@media screen and (max-width: 1100px) {

  .works-single .news-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .works-single .main-content,
  .works-single .sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .works-single .sidebar {
    position: static;
    order: 2;
  }

  .works-single .sidebar .item {
    padding: 46px 42px;
  }

  .works-single .sidebar ul {
    display: block;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {

  .works-single .sidebar .item {
    padding: 35px 26px;
  }

  .works-single .sidebar h2,
  .works-single .sidebar h3,
  .works-single .sidebar .title {
    margin-bottom: 34px;
    font-size: 25px;
    letter-spacing: 0.14em;
  }

  .works-single .sidebar li {
    margin-bottom: 24px;
  }

  .works-single .sidebar a {
    padding-left: 46px;
    font-size: 15px;
  }

  .works-single .sidebar a::before {
    width: 30px;
  }

  .works-single .sidebar .count,
  .works-single .sidebar .post-count {
    margin-left: 12px;
    font-size: 14px;
  }
}
/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1100px) {
  .works-single .news-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .works-single .main-content,
  .works-single .sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .works-single .sidebar {
    position: static;
    order: 2;
  }

  .works-single .sidebar .item {
    width: 100%;
    max-width: none;
  }

  .works-single .sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
  }

  .works-single .sidebar li:nth-child(2) {
    border-top: 0;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {
  .works-single .post-title {
    margin-bottom: 32px;
    padding-bottom: 18px;
    font-size: 30px;
  }

  .works-single .eyecatch {
    margin-bottom: 32px;
  }

  .works-single .post-wrapper {
    font-size: 15px;
    line-height: 1.9;
  }

  .works-single .post-wrapper h2 {
    margin-top: 48px;
    padding: 15px 16px 15px 19px;
    font-size: 24px;
  }

  .works-single .post-wrapper h3 {
    margin-top: 38px;
    font-size: 20px;
  }

  .works-single .page-nav {
    gap: 16px;
    margin-top: 55px;
	  padding: 8px;
  }

  .works-single .page-nav li,
  .works-single .page-nav li:nth-child(1),
  .works-single .page-nav li:nth-child(2),
  .works-single .page-nav li:nth-child(3) {
    width: 100%;
    text-align: center;
  }

  .works-single .page-nav a {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .works-single .sidebar .item {
    padding: 24px 20px;
  }

  .works-single .sidebar h2,
  .works-single .sidebar h3,
  .works-single .sidebar .title {
    font-size: 24px;
  }

  .works-single .sidebar ul {
    grid-template-columns: 1fr;
  }
}
.works-single .sidebar a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-left: 54px;

  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.works-single .sidebar .count,
.works-single .sidebar .post-count {
  flex: 0 0 auto;
  margin-left: 0;
  white-space: nowrap;
}
.works-single .sidebar li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 28px;
  padding-left: 54px;

  color: #fff;
  white-space: nowrap;
}

.works-single .sidebar li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 36px;
  height: 1px;
  background: #8fc31f;
}

.works-single .sidebar li a {
  display: inline;
  width: auto;
  padding: 0;
  white-space: nowrap;
}

.works-single .sidebar li a::before {
  display: none;
}
.sidebar .news-title{
	text-align: center;
	letter-spacing: 0.02em;
}




/* 環境調査事業 */
.page-id-176 .page-content{
  margin-top: 0 !important;
}
.environmental-catch {
	margin-bottom: 80px;
}
.environmental-circle-item{
  max-width:1100px;
  margin:0 auto 100px;
  padding:0 20px;
	font-family: "Hiragino Mincho Pro", serif;
}
.environmental-circle-item .wp-block-columns{
  gap:0;
  justify-content:center;
  align-items:center;
	flex-wrap:nowrap;
}
.environmental-circle-item .wp-block-column{
  width:415px;
  height:415px;
	max-width:415px;
  min-width:415px;
  flex-basis:415px !important;
  flex-grow:0;
  border:1px solid #006934;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:40px;
  box-sizing:border-box;
  position:relative;
}
.environmental-circle-item p:first-of-type::after{
  content:"";
  display:block;
  width:81px;
  height:1px;
  background:#006934;
  margin:8px auto 29px;
}
.environmental-circle-item .wp-block-column:nth-child(2){
  margin-left:-55px;
}
.environmental-circle-item .wp-block-column:nth-child(3){
  margin-left:-55px;
}
.environmental-circle-item h2{
  margin:0 0 12px;
	font-family: "Oswald", sans-serif;
  font-size:36px;
  line-height:1.1;
}
.environmental-circle-item p{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.7;
}
.environmental-circle-item p:last-child{
  margin-bottom:0;
}
@media(max-width:960px){
  .environmental-catch{
    margin-bottom:50px;
  }
  .environmental-circle-item{
    margin-bottom:25px;
    padding:0 20px;
    overflow:hidden;
  }
  .environmental-circle-item .wp-block-columns{
    flex-direction:column;
    align-items:center !important;
    gap:24px;
    flex-wrap:wrap;
  }
 .environmental-circle-item .wp-block-column,
  .environmental-circle-item .wp-block-column{
    width:280px !important;
    height:280px !important;
    min-height:280px !important;
    max-width:280px !important;
    min-width:280px !important;
    flex:0 0 280px !important;
  }
  .environmental-circle-item .wp-block-column > .wp-block-group,
  .environmental-circle-item .wp-block-column > .wp-block-group > .wp-block-group{
    width:100% !important;
    height:100% !important;
    min-height:280px !important;
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
  }
  .environmental-circle-item .wp-block-column:nth-child(2),
  .environmental-circle-item .wp-block-column:nth-child(3){
    margin-left:0;
  }
  .environmental-circle-item h2{
    margin-bottom: 0;
  }
  .environmental-circle-item p{
		margin-bottom: 0;
    font-size:14px !important;
    line-height:1.7;
  }
  .environmental-circle-item p:first-of-type::after{
    width:60px;
    margin:8px auto 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.environmental-survey h2{
		line-height: 4rem;
    margin-bottom: 20px;
	}
  .page-id-176 .environmental-circle-item {
    max-width: 900px;
    padding: 0 20px;
  }
  .page-id-176 .environmental-circle-item .wp-block-column {
    width: 320px !important;
    height: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    flex-basis: 300px !important;
    padding: 28px;
  }
  .page-id-176 .environmental-circle-item .wp-block-column:nth-child(2),
  .page-id-176 .environmental-circle-item .wp-block-column:nth-child(3) {
    margin-left: -36px;
  }
  .page-id-176 .environmental-circle-item h2 {
    font-size: 28px;
  }
  .page-id-176 .environmental-circle-item p {
    font-size: 13px !important;
  }
}

/* 調査パターン */
.environmental-survey{
  max-width:1200px !important;
  margin:0 auto 70px;
  padding:0 20px;
}
.environmental-survey .wp-block-columns{
  align-items:center;
  gap:70px;
}
.environmental-survey .wp-block-column:first-child{
  flex-basis:50% !important;
}
.environmental-survey .wp-block-column:last-child{
  flex-basis:50% !important;
}
.environmental-survey h2 {
	padding-bottom: 0;
	font-family: "Oswald", sans-serif;
  text-align:left;
  font-size:64px;
}
.environmental-survey h3 {
	padding-bottom: 26px;
  font-family: "Hiragino Mincho Pro", serif !important;
	font-size:24px;
}
.environmental-survey p{
  font-size:16px;
  line-height:1.7;
  margin:0 0 50px;
}
.environmental-survey img{
  width:100%;
  height:auto;
  display:block;
}
.environmental-survey .more-link {
  display:block;
  width:100%;
  text-align:right;
}
.environmental-survey .wp-block-image{
  margin-left:auto;
}
.environmental-survey .wp-block-column:last-child{
  display:flex;
  justify-content:flex-end;
}
@media (max-width: 768px){
  .environmental-survey{
    margin:0 0 60px;
    padding:0 20px;
  }
  .environmental-survey .wp-block-columns{
    flex-direction:column;
    gap:30px;
  }
  .environmental-survey .wp-block-column:first-child,
  .environmental-survey .wp-block-column:last-child{
    flex-basis:100% !important;
    width:100%;
  }
  .environmental-survey h2{
    font-size:32px;
  }
  .environmental-survey h3{
    font-size:20px;
  }
  .environmental-survey p{
	margin-bottom: 20px;
    font-size:15px;
    line-height:1.8;
  }
  .environmental-survey .wp-block-column:last-child{
    display:block;
  }
  .environmental-survey .wp-block-image{
    margin:0;
  }
  .environmental-survey img{
    width:100%;
    height:auto;
  }
}
.page-id-176 .page-content,
.page-id-176 .inner {
  overflow: visible !important;
}
.page-id-176 .environmental-message {
  background: #0F1115;
  padding: 0 20px 90px;
  box-sizing: border-box;
}
.page-id-176 .environmental-message-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.page-id-176 .environmental-message {
  width: auto;
  margin-left: -5.5%;
  margin-right: -5.5%;
}
.environmental-message-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.environmental-message-line {
  width: 3px !important;
  height: 57px !important;
  background: #50A135;
  margin: 0 auto 28px;
}
.environmental-message-text {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page-id-176 .environmental-message {
	  padding-bottom: 100px;
	}
  .environmental-message {
    padding-bottom: 56px;
  } 
  .environmental-message-line {
	height: 30px !important;
	}
  .environmental-message-text {
    font-size: 16px;
  }
}

/*　未来へのビジョン　*/
.vision-en {
  font-size: clamp(15px, 2vw, 24px);
}
.vision-h2 {
  position: relative;
  padding-bottom: 10px;
}

.vision-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 1px;
  background-color: #006934;
}
.p-lineheight{
line-height: 40px;
}
.group-box{
margin: 0 auto;
	max-width: 1200px;
}
.vision-change h2, .vision-change p{
	color: #fff;
}
.vision-change{
  background-image: url("/wp-content/uploads/2026/06/visionbg-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vision-change_pbg1, .vision-change_pbg2, .vision-change_pbg3{
  color: #000 !important;
  background-color: #fff;
  border-left: 4px solid transparent;
}

.vision-change_pbg1{
	margin: auto;
	max-width: 120px;
  border-left-color: #8FC31F;
}

.vision-change_pbg2{
	margin: auto;
	max-width: 120px;
  border-left-color: #4AAE5A;
}

.vision-change_pbg3{
	margin: auto;
	max-width: 120px;
  border-left-color: #006934;
}
.page-id-178 .page-content {
	margin-bottom: 120px;
}
@media (max-width: 768px){
.vision-change{
font-size: 18px;
}
	.page-id-178 .page-content {
	margin-bottom: 60px;
}
}
@media (max-width: 1016px){

  /* 外側（3ブロック）を縦積み */
  .vision_flexi{
    display: block !important;
  }

  .vision_flexi > .wp-block-column{
    width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 16px;
  }

  /* 内側のcolumnsは横並び維持 */
  .vision_flexi .wp-block-columns{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
  }

}








/* 事例紹介 */
.works-archive .news-wrapper{
  display: flex;
  flex-direction: column;
}

.works-archive .main-content{
  width: 100%;
}

.works-archive .sidebar{
  width: 100%;
  padding-top: 60px;
}
.works-archive .box-white{
	padding: 0 !important;
}
.works-archive .sidebar .item {
    max-width: 350px;
    margin: auto;
}
.works-archive .sidebar .item{
    border: 2px solid #8FC31F;
    padding: 20px;
}
.works-archive .news-title{
	color: #fff;
}
.works-archive a{
	color: #fff;
}
.works-archive .sidebar-list a::before{
	background: #8FC31F;
}
.works-archive .sidebar-list{
	color: #fff;
}

/* 事例紹介記事用 */
.works-heading {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 70px;
  padding-top: 30px;
  text-align: center;
}

.works-heading-bg {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(80px, 10vw, 160px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.works-heading-en {
  margin: 0 0 14px;
  color: #8fc31f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.works-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.works-heading-line {
  display: block;
  width: 64px;
  height: 2px;
  margin: 20px auto 25px;
  background: #8fc31f;
}

@media screen and (max-width: 767px) {

  .works-heading {
    margin-bottom: 45px;
    padding-top: 15px;
  }

  .works-heading-bg {
    top: -5px;
    font-size: 62px;
  }

  .works-heading-en {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .works-heading-title {
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  .works-heading-line {
    width: 48px;
    margin: 16px auto 20px;
  }

  
}


/* ========================================
   History Page（沿革ページ）
======================================== */
/* タイトルの英字と日本語の間隔を詰める */
.history .section-ttl .ja {
  margin-bottom: 0 !important;
}

.history .section-ttl .en {
  margin-top: -10px !important;
}

.history .lead,
.conpany-info .lead {
   max-width:none;
    margin-left:0 !important;
}

.history .is-style-outline .wp-block-button__link,
.conpany-info .is-style-outline .wp-block-button__link{
    border: none !important;
    background: transparent !important;
    padding: 0 !important;

    text-decoration: underline !important;
	text-underline-offset: 16px;
    color: #000 !important;
}


   /* 年号丸のアイコン */
.history .year-marker .timeline-block-icon,
.conpany-info .year-marker .timeline-block-icon{
    width:90px !important;
    height:90px !important;
	background: #0f6b43 !important;

    border-radius: 50%;

    border: 4px solid #fff;

    box-shadow: 0 0 0 2px #0f6b43;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 20;
}

/* 年号用だけSVGを消す */
.history .year-marker .timeline-block-icon svg,
.conpany-info .year-marker .timeline-block-icon svg{
    display:none;
}

.history .year-marker .timeline-block-icon::before,
.conpany-info .year-marker .timeline-block-icon::before{
    color:#fff;
    font-size:18px;
    font-weight:400;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.history .year-2009 .timeline-block-icon::before,
.conpany-info .year-2009 .timeline-block-icon::before{
    content:"2009";
}

.history .year-2010 .timeline-block-icon::before{
    content:"2010";
}

.history .year-2011 .timeline-block-icon::before,
.conpany-info .year-2011 .timeline-block-icon::before{
    content:"2011";
}

.history .year-2012 .timeline-block-icon::before{
    content:"2012";
}

.history .year-2013 .timeline-block-icon::before,
.conpany-info .year-2013 .timeline-block-icon::before{
    content:"2013";
}

.history .year-2014 .timeline-block-icon::before,
.conpany-info .year-2014 .timeline-block-icon::before{
    content:"2014";
}

.history .year-2015 .timeline-block-icon::before{
    content:"2015";
}

.history .year-2016 .timeline-block-icon::before,
.conpany-info .year-2016 .timeline-block-icon::before{
    content:"2016";
}


.history .year-2017 .timeline-block-icon::before,
.conpany-info .year-2017 .timeline-block-icon::before{
    content:"2017";
}

.history .year-2018 .timeline-block-icon::before,
.conpany-info .year-2018 .timeline-block-icon::before{
    content:"2018";
}

.history .year-2019 .timeline-block-icon::before,
.conpany-info .year-2019 .timeline-block-icon::before{
    content:"2019";
}

.history .year-2020 .timeline-block-icon::before{
    content:"2020";
}

.history .year-2021 .timeline-block-icon::before{
    content:"2021";
}

.history .year-2022 .timeline-block-icon::before,
.conpany-info .year-2022 .timeline-block-icon::before{
    content:"2022";
}

.history .year-2023 .timeline-block-icon::before{
    content:"2023";
}

.history .year-2024 .timeline-block-icon::before,
.conpany-info .year-2024 .timeline-block-icon::before{
    content:"2024";
}

.history .year-2025 .timeline-block-icon::before,
.conpany-info .year-2025 .timeline-block-icon::before{
    content:"2025";
}

.history .year-2026 .timeline-block-icon::before{
    content:"2026";
}


/* FontAwesomeを包んでいるspanも非表示 */
.history .year-marker .timeline-block-render-icon,
.conpany-info .year-marker .timeline-block-render-icon{
    display:none;
}

/* 年号ブロックの吹き出しを見えなくする */
.history .year-marker .story-details,
.conpany-info .year-marker .story-details{
    visibility:hidden;
    border:none;
    background:none;
    box-shadow:none;
}

/* 吹き出しデザイン */
.history .story-details,
.conpany-info .story-details{
    border: 2px solid #0f6b43;
    border-radius: 8px;
    background: #fff;
}

.history .cool-vertical-timeline-body .timeline-content .story-details,
.conpany-info .cool-vertical-timeline-body .timeline-content .story-details{
    padding: 0 !important;
}

.history .ctlb-block-title,
.conpany-info .ctlb-block-title{
	margin-top :0px ;
}
.history .cool-vertical-timeline-body .story-details .ctlb-block-title,
.conpany-info .cool-vertical-timeline-body .story-details .ctlb-block-title{
    margin:0 !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}


/* 沿革ページ タイムラインタイトル */

.history .story-content .ctlb-block-title,
.conpany-info .story-content .ctlb-block-title{
    text-align: center;
}

.history .story-details,
.conpany-info .story-details{
    overflow:visible;
}

.history .ctlb-block-title,
.conpany-info .ctlb-block-title{
    color: #fff!important;
	font-size: 16px !important; 
    background:#0f6b43; 
    display: block;
　　margin: 0 !important;
    padding: 10px!important;

    text-align: center;
}

.ctlb-block-desc .wp-block-paragraph{
	padding :8px ;
}

.history .story-content p,
.conpany-info .story-content p{
    padding: 8px 16px 8px 16px!important;
}



/* 画像中央 */
.history .ctlb-block-image,
.conpany-info .ctlb-block-image{
text-align: center;
overflow: hidden !important;
border-radius: 6px !important;
}

/* figure */
.history .story-content figure.wp-block-image,
.conpany-info .story-content figure.wp-block-image{
width: 100%;
max-width: 400px;
margin: 8px auto 12px !important;
overflow: hidden;
border-radius: 6px !important;
box-sizing: border-box;
}

/* リンク */
.history .story-content figure.wp-block-image a,
.conpany-info .story-content figure.wp-block-image a{
display: block;
overflow: hidden;
border-radius: 6px !important;
}

/* 画像 */
.history .ctlb-block-image img,
.conpany-info .ctlb-block-image img,
.history .story-content figure.wp-block-image img,
.conpany-info .story-content figure.wp-block-image img{
display: block;
width: 100%;
height: 220px;
object-fit: cover;
margin: 0 auto;
border-radius: 6px !important;
box-sizing: border-box;
}

.timeline-fade .wp-block-cp-timeline-content-timeline-child{
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease;
}

.timeline-fade .wp-block-cp-timeline-content-timeline-child.show{
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   Cool Timeline - カスタムスタイル上書き
   対象ページ：沿革（History）
   フォント：Noto Sans JP
   ============================================================ */

/* ---------- 全体ラッパー ---------- */
.cool-vertical-timeline-body.ctlb-wrapper {
  position: relative;
  padding: 40px 0 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ---------- 中央縦線 ---------- */
.cool-vertical-timeline-body.ctlb-wrapper::before,
.cool-vertical-timeline-body .cool-timeline-block-list::before {
  content: '' !important;
  position: absolute !important;
  top: -48px !important;
  bottom: -48px !important;
  }


/* ============================================================
   レスポンシブ対応（768px以下：スマートフォン）
   → 縦1列・左揃えレイアウトへ切り替え
   ============================================================ */
@media screen and (max-width: 767px) {

  /* 縦線 */
  .cool-vertical-timeline-body.ctlb-wrapper::before,
  .cool-vertical-timeline-body .cool-timeline-block-list::before {
    left: 20px !important;
    transform: none !important;
  }

  /* 各ブロックを縦積みに */
  .ctlb-wrapper .ctl-row {
    flex-direction: column !important;
    padding-left: 70px !important;
    position: relative !important;
  }
	
 /* クールタイムライン全体をはみ出さないように */
  .wp-block-cp-timeline-content-timeline {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ctlb-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
  }
 
 /* ●ポチを縦線上に */
  .conpany-info .ctlb-wrapper .timeline-block-icon svg ,
  .history .ctlb-wrapper .timeline-block-icon svg{
    position: absolute !important;
    left: 36px !important;  /* ← 縦線のleft:40px - SVG幅の半分(7px) */
    top: -30px !important;
    transform: none !important;
    z-index: 5 !important;
  }
	
  /* 時間ラベルを先頭に */
  .ctlb-wrapper .timeline-block-time {
    order: 1 !important;
    padding: 0 0 8px 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .ctlb-wrapper .timeline-block-detail {
    order: 2 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  /* 矢印非表示 */
  .ctlb-wrapper .story-details::after {
    display: none !important;
  }

  /* 年号丸 */
  .history .year-marker .timeline-block-icon,
  .conpany-info .year-marker .timeline-block-icon {
    width: 100px !important;
    height: 100px !important;
    left: 32px !important;
    top: 0 !important;
  }

  .history .year-marker .timeline-block-icon::before,
  .conpany-info .year-marker .timeline-block-icon::before {
    font-size: 13px !important;
  }

  /* 年号バッジ */
  .ctlb-wrapper .story-time p {
    font-size: 12px !important;
    padding: 4px 12px !important;
  }
  .history .year-marker .timeline-block-icon,
  .conpany-info .year-marker .timeline-block-icon {
    border: none !important;
    box-shadow: none !important;
  }

  /* カード内テキスト */
  .ctlb-wrapper .ctlb-block-title {
    font-size: 13px !important;
    padding: 8px !important;
  }

  .ctlb-wrapper .ctlb-block-desc {
    font-size: 12px !important;
  }

  .history .story-content p,
  .conpany-info .story-content p {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }
	
.history .ctlb-block-title,
.conpany-info .ctlb-block-title{
    border-radius: 5px 5px 0 0 !important;
    overflow: hidden;
}

/* 画像 */
.history .story-content figure.wp-block-image,
.conpany-info .story-content figure.wp-block-image{
    margin: 8px 8px 12px !important;
    overflow: hidden;
    border-radius: 6px !important;
}
	
	.history .story-content figure.wp-block-image a,
.conpany-info .story-content figure.wp-block-image a,
.history .story-content figure.wp-block-image img,
.conpany-info .story-content figure.wp-block-image img{
    border-radius:6px !important;
}

.history .story-content figure.wp-block-image,
.conpany-info .story-content figure.wp-block-image,
.history .story-content figure.wp-block-image a,
.conpany-info .story-content figure.wp-block-image a{
    overflow:hidden;
}

.history .story-content figure.wp-block-image img,
.conpany-info .story-content figure.wp-block-image img{
    width: 100% !important;
    height:180px !important;
    object-fit:cover; 
    display: block !important;
}
	
	.history .ctlb-block-image img,
.conpany-info .ctlb-block-image img,
.history .story-content figure.wp-block-image img,
.conpany-info .story-content figure.wp-block-image img{
   width:100% !important;
    height:auto !important;
}
	
  .history .ctlb-block-image img,
  .conpany-info .ctlb-block-image img,
  .history .story-content figure img,
  .conpany-info .story-content figure img {
    border-radius: 6px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    width: 95% !important;
    object-fit: contain !important;
  }

.history .story-content figure.wp-block-image,
.conpany-info .story-content figure.wp-block-image{
    width: calc(100% - 20px);
    margin: 10px auto !important;
    overflow: hidden;
    border-radius: 6px !important;
}

  /* 年表全体 */
  .ctlb-wrapper {
 
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ブロック間隔 */
  .ctlb-wrapper .wp-block-cp-timeline-content-timeline-child {
    margin-bottom: 32px !important;
  }
	
	
  /* カード */
  .ctlb-wrapper .story-details {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
	.timeline-block-detail{
    margin-left:0 !important;
    padding-left:0 !important;
}

.ctl-6{
    width:100% !important;
    max-width:100% !important;
    flex:0 0 100% !important;
}

.position-left .story-details{
    border-right:2px solid #006934 !important;
}
	
	.position-left .story-details,
.position-right .story-details{
    padding:0 !important;
}

h3.ctlb-block-title{
	width:100% !important;
	padding:0 !important;
    margin:0 !important;
}
.story-details{
    padding:0 !important;
}
	
	
.story-details .ctlb-block-title{
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 !important;
}
	
.timeline-subtitle{
    text-align:left !important;
    padding-left:10px;
	}
	
	.section-ttl .ja{
    padding: 10px 0px !important;
}
}
	
	
/* ============================================================
   会社情報ページ　
   ============================================================ */
/* タイトルの英字と日本語の間隔を詰める */
.conpany-info .section-ttl .ja {
  margin-bottom: 0 !important;
}

.conpany-info .section-ttl .en {
  margin-top: -10px !important;
}

/* 会社概要テーブル */

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tr {
  display: flex !important;
  align-items: flex-start !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #006934 !important;
}

.company-table th {
  display: block !important;
  width: 120px !important;
  flex-shrink: 0 !important;
  padding: 0 40px 0 0 !important;
  white-space: nowrap !important;
  text-align: left !important;
  font-size: 16px !important;
}

.company-table td {
  display: block !important;
  flex: 1 !important;
  line-height: 1.8 !important;
  padding: 0 !important;
}

.office-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #006934;
  margin-right: 8px;
  vertical-align: middle;
}

.company-lead {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .company-table th {
    width: 90px !important;
    font-size: 13px !important;
  }
  .company-table td {
    font-size: 13px !important;
  }
}
	
/* 会社情報ページのカラムだけ両端余白適用 */
.conpany-info .wp-block-columns {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}



.gallery-header {
  margin-bottom: -40px !important;
  padding-bottom: 0 !important;
}
	
/* ============================================================
   会社情報ページ　[ギャラリースライダー]
   ============================================================ */

.company-slider {
  margin: 60px 0 80px !important;
  overflow: hidden !important;
  position: relative !important;
  padding-bottom: 60px !important;
}

.company-slider .slick-list {
  overflow: hidden !important;
}

.company-slider .slick-track {
  display: flex !important;
  opacity: 1 !important;
}

.company-slider .slick-slide {
  display: block !important;
  float: none !important;
  height: auto !important;
  opacity: 1 !important;
  padding: 0 8px !important;
}

.company-slider .slick-slide.zoom-out {
  opacity: 1 !important;
  transform: none !important;
}

.company-slider .slick-slide img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
}

/* 矢印 */
.company-slider .slick-prev,
.company-slider .slick-next {
  width: 36px !important;
  height: 36px !important;
  background: #fff !important;
  border: 1px solid #006934 !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: auto !important;
  bottom: 0px !important;
  transform: none !important;
  z-index: 10 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.company-slider .slick-prev {
  left: calc(50% - 180px) !important;
}

.company-slider .slick-next {
  right: calc(50% - 180px) !important;
}

.company-slider .slick-prev:before {
  content: '◀' !important;
  color: #000 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 1 !important;
}

.company-slider .slick-next:before {
  content: '▶' !important;
  color: #000 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 1 !important;
}

/* ドット */
.company-slider .slick-dots {
  position: absolute !important;
  bottom: 8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  white-space: nowrap !important;
}

.company-slider .slick-dots li {
  display: inline-flex !important;
  margin: 0 !important;
}

.company-slider .slick-dots li button {
  font-size: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: none !important;
}

.company-slider .slick-dots li button:before {
  display: none !important;
}

.company-slider .slick-dots li.slick-active button {
  background: #006934 !important;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .company-slider .slick-slide img {
    height: 240px !important;
  }
  .company-slider {
    margin: 40px 0 60px !important;
  }
}

/*コンタクト */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  border: 2px solid #006934;
  padding: 10px;
  border-radius: 4px;
}

.wpcf7 input[type="checkbox"] {
  accent-color: #006934;
}
.wpcf7 .wpcf7-checkbox label {
  padding: 6px 10px;
  margin: 4px;
  display: inline-block;
  border-radius: 4px;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #fff;
}

.required-label {
  background: #006934;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 3px;
}

.privacy-link {
  display: inline-block;
  margin-top: 6px;
  border-bottom: 1px solid #006934;
  color: #006934;
  text-decoration: none;
}

.wpcf7-submit {
  margin-bottom: 12px;
}

.cf7-submit-line {
  border-bottom: 2px solid #006934;
  width: 90px;
    margin: -20px auto 0;
}
.wpcf7-checkbox {
  display: block;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7-checkbox {
  margin-bottom: 40px;
}
.req {
  background: #006934;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  display: inline-block;
  line-height: 1.4;
}
.wpcf7 input[type="submit"] {
  display: block;
  margin: 60px auto 0;
}
.wpcf7-acceptance {
  display: block;
  text-align: center;
}
.wpcf7 a {
  text-decoration: underline;
}

.wpcf7-submit {
  display: block;
  margin: 20px auto 0;
}

.wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
	margin: 0 60% !important;
	background-color: #006934 !important;
}
.contact .page-content{
	background-color: #fff;
	max-width: 900px;
	margin: auto;
	padding: 80px 5% 80px;
}
.contact .wp-block-paragraph{
	padding-bottom: 40px;
}

/* 採用情報 */
.biz {
	font-family: "BIZ UDMincho", "BIZ UD明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.eyecatch-copy{
	position:absolute;
	left:clamp(160px, 28vw, 410px);
	bottom:0;
	z-index:3;
	white-space:nowrap;
}
.eyecatch-copy-en{
	margin:0;
	color:#454545;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.01em;
}
.eyecatch-copy-ja{
	margin:0;
	color:#454545;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.04em;
}
.eyecatch-copy-white{
	color:#fff;
}
.page-id-355 .page-content{
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}
.recruit-entry,
.recruit-details,
.recruit-message{
  max-width:1200px;
  margin:0 auto;
}
@media screen and (max-width: 768px){
	.eyecatch-copy{
/* 		left:160px; */
		bottom:0;
		white-space:nowrap;
		max-width:none;
	}
	.eyecatch-copy-en{
		font-size:9px;
		line-height:1.5;
	}
	.eyecatch-copy-ja{
		font-size:9px;
		line-height:1.5;
	}
}
/* リクルートタイトル */
.recruit-ttl{
  width:fit-content;
	margin-bottom: 36px;
}
.recruit-ttl p{
  display:flex;
  align-items:center;
  gap:24px;
  margin:0 0 12px;
}
.recruit-ttl p::after{
  content:"";
  display:block;
  width:154px;
  height:2px;
  background:#064A80;
}
.recruit-ttl h2{
  position:relative;
  display:inline-block;
  margin:0;
  padding-bottom:4px;
  font-family: "Oswald", sans-serif;
  font-size:48px;
  font-weight:700;
  line-height:1;
  letter-spacing:0.08em;
}
@media(max-width:768px){
	.recruit-ttl p::after{
		width:80px;
	}
	.recruit-ttl h2{
  font-size:30px;
	}
}

/* リクルートリンク */
.recruit-link-btn .wp-block-button__link{
	background:none;
	border:none;
	border-radius:0;
	color:#000;
	padding:0 2px 13px;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	letter-spacing:0.01em;
	text-decoration:none;
	border-bottom:1px solid #000;
}
.recruit-link-btn .wp-block-button__link:hover{
	color:#006934;
	border-bottom-color:#006934;
	opacity:.7;
}
@media(max-width:768px){
 .recruit-link-btn .wp-block-button__link{
	 padding-bottom: 10px;
	 font-size:14px;
}
}
/* リクルートライン */
.recruit-line{
	width:90%;
	max-width:1140px;
	margin:120px auto;
	border:0;
	border-top:1px dashed #000;
}
@media(max-width:768px){
	.recruit-line{
	margin:50px auto;
}
}
/* recruit-introduction */
.recruit-introduction {
  margin-bottom: 150px;
}
.recruit-introduction p{
	margin-bottom: 27px;
}
.recruit-introduction-list {
	width: fit-content;
	margin: 0 auto 27px;
}
.recruit-introduction-list li{
  position:relative;
	padding-left:56px;
  margin-bottom:32px;
}
.recruit-introduction-list li::before{
  content:"";
  width:10px;
  height:10px;
  background:#064A80;
  position:absolute;
  left:30px;
  top:0.25em;
}
@media(max-width:768px){
	.recruit-introduction {
	margin-bottom: 70px;
}
	.recruit-introduction p{
	margin-bottom: 20px;
}
	.recruit-introduction-list li{
	margin-bottom:18px;
	font-size: 14px;
	}
	.recruit-left {
		text-align: left !important;
	}
}
/* entry */
.entry-list li{
	list-style: disc;
    padding-bottom: 10px;
}
.entry-link-box {
  display: block;
  width: 560px;
  height: 180px;
	box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #064A80;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.entry-link-box:hover {
  opacity: .9;
}
.entry-link-closed {
	position: relative;
	pointer-events: none;
  cursor: default;
}
.entry-link-closed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
  pointer-events: none;
}
.entry-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.entry-link-img {
  width: 230px;
  height: 100%;
  flex-shrink: 0;
}
.entry-link-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-link-content {
  position: relative;
  width: calc(100% - 230px);
  height: 100%;
  padding: 46px 48px 24px 28px;
  box-sizing: border-box;
}
.entry-link-status {
  position: absolute;
  top: 14px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
	font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
 letter-spacing:0.04em;
  color: #064A80;
}
.entry-link-status span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.entry-closed {
  color: #524E4D !important;
}
.entry-link-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 8px;
}
.entry-link-num {
  color: #064A80;
  font-size: 20px;
  font-weight: 500;
  letter-spacing:0.04em;
}
.entry-link-title {
	margin: 10px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing:0.04em;
}
.entry-link-category {
	font-size: 20px;
	letter-spacing:0.04em;
}
.entry-small {
	font-size: 16px;
}
.entry-link-en {
  margin: 0;
	font-family: "Oswald", sans-serif;
  font-size: 15px;
	letter-spacing:0.04em;
}
.entry-link-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 28px;
  height: auto;
  display: block;
}
.entry-link-box-wide {
  width: 100%;
  max-width: 100%;
}
.entry-link-box-wide .entry-link-img {
  width: 340px;
}
.entry-link-box-wide .entry-link-content {
  width: calc(100% - 340px);
}
.wp-block-column:first-child .entry-link-box {
  margin-right: auto;
}
.wp-block-column:last-child .entry-link-box {
  margin-left: auto;
}
@media (max-width: 1310px) {
  .entry-container .wp-block-columns {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    gap: 28px !important;
  }
  .entry-container .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .entry-container .entry-link-box {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 1310px) {
  .entry-link-box,
  .entry-link-box-wide{
    width: 100%;
    height: 150px;
  }
  .entry-link-img,
  .entry-link-box-wide .entry-link-img{
    width: 35%;
  }
  .entry-link-content,
  .entry-link-box-wide .entry-link-content{
    width: 65%;
    padding: 38px 20px 18px 18px;
  }
  .entry-link-status{
    top: 12px;
    right: 16px;
    gap: 6px;
    font-size: 12px;
  }
  .entry-link-status span{
    width: 8px;
    height: 8px;
  }
  .entry-link-heading{
    gap: 8px;
    margin-bottom: 6px;
  }
  .entry-link-num{
    font-size: 16px;
  }
  .entry-link-category{
    font-size: 16px;
  }
  .entry-link-title{
    margin: 0;
    font-size: 16px;
  }
  .entry-small{
    font-size: 11px;
  }
  .entry-link-en{
    font-size: 12px;
  }
  .entry-link-arrow{
    right: 14px;
    bottom: 14px;
    width: 22px;
  }
  .entry-container .wp-block-columns{
    gap:20px;
    margin-bottom:20px;
  }
}
/*  recruit-message */
.recruit-message-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
	margin-right:30px;
}
.recruit-message-container{
  width:50%;
}
.recruit-message-img{
  width:50%;
}
.recruit-message-img img{
  display:block;
  width:100%;
  height:auto;
}
.recruit-message-text{
  margin:48px 0 40px 30px;
  font-size:20px;
  font-weight:400;
  line-height:1.6;
}
.recruit-message .recruit-link-btn{
	margin-left: 30px;
}
@media(max-width:768px){
	.recruit-message{
		padding:12px 20px;
	}
	.recruit-message-wrap{
		flex-direction:column;
		gap:40px;
	}
	.recruit-message-container,
	.recruit-message-image{
		width:100%;
	}
	.recruit-message-text{
		margin:36px 0 32px;
		font-size:16px;
		line-height:1.7;
	}
	.recruit-message-image img{
		width:100%;
		height:auto;
	}
	.recruit-message .recruit-link-btn{
		margin-left:0;
	}
}
/* recruit-interview */
.recruit-interview {
	max-width:1200px;
	margin:0 auto;
}
.recruit-interview-text,
.recruit-interview-select{
	margin:0 30px;
}
.recruit-interview h3{
	margin-bottom: 14px;
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing:0.04em;
}
.recruit-interview h3 span{
	margin-left: 12px;
	font-size: 16px;
	font-weight: 400;
}
.recruit-interview-select-wrap{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:16px;
	margin-bottom: 127px;
}
.recruit-interview-select-item{
	position:relative;
	display:block;
	text-decoration:none;
	color:#fff;
}
.recruit-interview-select-item img{
	display:block;
	width:100%;
	height:auto;
}
.recruit-interview-select-item span{
	position:absolute;
	left:17px;
	bottom:16px;
	font-size:18px;
	line-height:1;
}
.recruit-interview-select-item strong{
	font-family:"Oswald", sans-serif;
	font-size:24px;
	font-weight:700;
	margin-right:12px;
}
@media(max-width:768px){
  .recruit-interview-text,
  .recruit-interview-select{
	margin:0px;
}
	.recruit-interview{
		margin-bottom:70px;
	}
	.recruit-interview-text,
	.recruit-interview-select{
		margin-left:0;
		margin-bottom: 10px;
	}
	.recruit-interview h3{
		font-size:30px;
		margin-bottom:12px;
	}
	.recruit-interview h3 span{
		display:block;
		margin:6px 0 20px;
		font-size:14px;
	}
	.recruit-interview-select-wrap{
		grid-template-columns:repeat(2,1fr);
		gap:12px;
		margin-bottom:60px;
	}
	.recruit-interview-select-item span{
		left:10px;
		bottom:10px;
		font-size:12px;
	}
	.recruit-interview-select-item strong{
		font-size:18px;
		margin-right:6px;
	}
}
@media(min-width:769px){
	.recruit-interview-text {
		margin-bottom:34px;
		font-size:24px;
	}
}

/* インタビューセット */
.recruit-interview-item {
	margin-bottom: 100px;
}
.recruit-interview-label{
	border:1px solid #064A80;
	padding:8px 32px;
	margin-bottom:32px;
	font-size:20px;
	line-height:24px;
}
.recruit-interview-label strong{
	margin-right:20px !important;
	font-family:"Oswald", sans-serif;
	font-size: 20px;
}
.recruit-interview-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:80px;
	margin:0 30px 80px;
}
.recruit-interview-profile{
	width:42%;
}
.recruit-interview-catch{
	margin:0 0 32px;
	font-size:36px;
	line-height:1.3;
}
.recruit-interview-position{
	margin:0 0 40px;
	font-size:24px;
	line-height:30px;
}
.recruit-interview-title{
	position:relative;
	margin-left:20px;
	padding-left:72px;
	color:#064A80;
	font-family:"Oswald", sans-serif;
	font-size:40px;
	font-weight:700;
	line-height:1;
}
.recruit-interview-title::before{
	content:"";
	position:absolute;
	left:-20px;
	top:50%;
	width:74px;
	height:3px;
	background:#064A80;
}
.recruit-interview-image{
	width:58%;
}
.recruit-interview-image img{
	display:block;
	width:100%;
	height:auto;
}
.recruit-interview-qa {
	margin:0 30px;
}
.recruit-interview-row{
	display:grid;
	grid-template-columns:260px 1fr;
	align-items:center;
	gap:40px;
	padding:24px 0;
	border-bottom:1px solid #064A80;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.01em;
}
.recruit-interview-question{
	position:relative;
	margin:0;
	padding-left:24px;
}
.recruit-interview-question::before{
	content:"";
	position:absolute;
	left:0;
  top:50%;
	transform:translateY(-50%);
	width:8px;
	height:8px;
	background:#064A80;
}
.recruit-interview-answer{
	margin:0;
}
.recruit-refresh{
	display:flex;
	align-items:center;
	gap:40px;
	margin:80px 30px 56px;
	padding:24px 24px;
	background:#46769C;
	color:#fff;
}
.recruit-refresh-title{
	margin:0;
	font-family:"Oswald", sans-serif;
	font-size:40px;
	font-weight:600;
	line-height:1;
	letter-spacing:0.04em;
}
.recruit-refresh-subtitle {
	margin-top: 6px;
	font-size: 16px;
	font-weight:400;
}
.recruit-refresh-text{
	flex:1;
	margin:0;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.01em;
}
.recruit-refresh-icon{
	width:55px;
	height:55px;
	color:#4F83A9;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:auto;
  align-self:flex-end;
}
.recruit-interview .recruit-link-btn{
	text-align:center;
}
@media(max-width:768px){
	.recruit-interview-qa {
	margin:0;
}
	.recruit-interview-item{
		margin-bottom:80px;
	}
	.recruit-interview-label{
		padding:8px 16px;
		margin-bottom:28px;
		font-size:14px;
		line-height:22px;
	}
	.recruit-interview-label strong{
		margin-right:10px;
	}
	.recruit-interview-head{
		display:block;
		margin:0 0 20px;
	}
	.recruit-interview-profile{
		width:100%;
		margin-bottom:28px;
	}
	.recruit-interview-catch{
		margin-bottom:20px;
		font-size:22px;
		line-height:1.4;
	}
	.recruit-interview-position{
		margin-bottom:10px;
		font-size:14px;
		line-height:22px;
	}
	.recruit-interview-title{
		margin-left:14px;
		padding-left:58px;
		font-size:30px;
	}
	.recruit-interview-title::before{
		left:-14px;
		width:58px;
		height:2px;
	}
	.recruit-interview-image{
		width:100%;
	}
	.recruit-interview-row{
		display:block;
		padding:20px 0;
		font-size:14px;
		line-height:1.8;
	}
	.recruit-interview-question{
		margin-bottom:12px;
		padding-left:20px;
		font-weight:500;
	}
	.recruit-interview-question::before{
		width:7px;
		height:7px;
		top:0.6em;
		transform:none;
	}
	.recruit-interview-answer{
		line-height:1.8;
	}
	.recruit-refresh{
		display:block;
		margin:56px 0 40px;
		padding:20px;
	}
	.recruit-refresh-title{
		margin-bottom:4px;
		font-size:30px;
	}
	.recruit-refresh-subtitle{
		margin:0 0 16px;
		font-size:14px;
	}
	.recruit-refresh-text{
		font-size:14px;
		line-height:1.8;
	}
	.recruit-refresh-icon{
		width:48px;
		height:48px;
		margin:18px 0 0 auto;
	}
	.recruit-refresh-icon img{
		width:100%;
		height:auto;
	}
	.recruit-interview .recruit-link-btn{
		text-align:center;
	}
}


/* 飲食・レンタカー共通 */
.page-id-803,
.page-id-805 {
overflow-x:hidden;
}
.page-id-803 h2,
.page-id-805 h2{
	font-size: 24px;
	font-weight: 300;
}
h2.no-animation {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
.page-id-803 p,
.page-id-805 p{
	font-size: 16px;
}
.cafe-full,
.rentalcar-full {
  width:100vw;
  max-width:none;
	position:relative;
  left:50%;
  right:50%;
	margin: 0 -50vw 50px;
}
.cafe-full img,
.rentalcar-full img{
  width:100%;
  height:auto;
  display:block;
}
@media(max-width:768px){
  .page-id-803 h2,
	.page-id-805 h2{
	font-size: 18px;
}
.page-id-803 p,
.page-id-805 p{
		font-size: 14px;
  }
}
/* レンタカー、カフェ */
.car-rental .page-eyecatch img, .cafe .page-eyecatch img {
    width: 90%;
    height: auto;
    display: block;
    margin: 60px auto 0;
}
.cafe-mv,
.rentalcar-mv {
	position:relative;
	margin-bottom: 88px;
}
.cafe-ttl,
.rentalcar-ttl {
	font-family: "Oswald", sans-serif;
  font-size: 96px;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.cafe-ttl-sub,
.rentalcar-ttl-sub {
  font-size: 24px !important;
}
.cafe-ttl-wrap {
	position:absolute;
  top:-600px;
  left:-6%;
	padding:30px 180px 30px 30px;
	background-color: #F7F3EF;
}
.cafe-catch {
	position:absolute;
	bottom: 133px;
	right: -6%;
	padding:25px;
	font-weight:300;
	background-color: #F7F3EF;
}

.rentalcar-ttl-wrap {
	position:absolute;
  top:-600px;
  left:-6%;
	padding:30px 180px 30px 30px;
	background-color: #E9EEF2;
}
.rentalcar-catch {
	position:absolute;
	bottom: 133px;
	right: -6%;
	padding:25px;
	font-weight:300;
	background-color: #E9EEF2;
}
@media(max-width:1200px){
  .cafe-mv,
	.rentalcar-mv {
    margin-bottom:40px;
  }
  .cafe-ttl,
	.rentalcar-ttl {
    font-size:40px;
    line-height:1.1;
  }
  .cafe-ttl-sub,
	.rentalcar-ttl-sub {
    font-size:18px !important;
  }
  .cafe-ttl-wrap,
	.rentalcar-ttl-wrap {
    position:absolute;
    top:-360px;
    left: -6%;
    padding:12px 19px 12px 12px;
  }
  .cafe-catch {
    position:absolute;
    bottom:100px;
    right:-6%;
    padding:10px 18px;
    font-size:16px;
  }
	.rentalcar-catch {
    position:absolute;
    bottom:100px;
    right:-6%;
    padding:7px 13px;
    font-size:16px !important;
  }
}

/* 飲食事業 */
.page-id-803 {
  background-color: #F7F3EF;
}
@media(max-width:768px){
	.page-id-803 h3{
	font-size: 16px;
}
	.page-id-803 section{
		padding: 40px 0;
  }
}
/* cafe-message */
.cafe-message {
  margin-bottom: 63px;
}
.cafe-message-text {
	margin-bottom: 22px;
  font-size: 30px !important;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media(max-width:768px){
	.cafe-message-text {
	font-size: 16px !important;
	}
	.cafe-message-logo{
    width:100%;
    text-align:center;
  }
  .cafe-message-logo img{
    display:block;
    width:50%;
    margin:0 auto 20px;
  }
	}
/* cafe-introduction */
.cafe-introduction,
.cafe-menu {
	max-width: 1100px;
	margin: 0 auto 70px;
}
.cafe-introduction h2{
	text-align:left;
	margin-bottom: 58px;
}
.cafe-introduction-textbox{
  flex-basis:66% !important;
	display:flex;
  flex-direction:column;
  justify-content:center;
}
.cafe-introduction-img{
  flex-basis:33% !important;
}
.cafe-introduction p{
	margin-bottom: 30px;
  line-height:24px;
  letter-spacing:0.01em;
}
.cafe-heading-hokkaido,
.cafe-heading-book{
  position:relative;
  width:fit-content;
}
.cafe-heading-hokkaido::after{
  content:"";
  position:absolute;
  top:27%;
  right:-116px;
  transform:translateY(-50%);
  width:100px;
  height:100px;  background:url("/wp-content/uploads/2026/06/cafe-icon-01.png") no-repeat center/contain;
}
.cafe-heading-book::after{
  content:"";
  position:absolute;
  top:33%;
  right:-114px;
  transform:translateY(-50%);
  width:88px;
  height:88px;    background:url("/wp-content/uploads/2026/06/cafe-icon-02.png") no-repeat center/contain;
}
	@media(max-width:768px){
	.cafe-heading-hokkaido::after{
	top: 21%;
  right:-62px;
  width:50px;
  height:50px; 
		}	
	.cafe-heading-book::after{
	right:-60px;
	width:44px;
  height:44px;  	
		}
		.cafe-introduction {
		gap: 0;
		}
	.cafe-introduction h2{
		margin-bottom: 20px;
	}
	.cafe-introduction p{
		margin-bottom: 16px;
	}
.cafe-introduction:first-of-type .cafe-introduction-textbox{
    margin-bottom:16px;
  }
	.page-id-803 .cafe-reverse {
    display: flex;
    flex-direction: column;
  }
  .page-id-803 .cafe-reverse .cafe-introduction-textbox {
    order: 1;
  }
  .page-id-803 .cafe-reverse .cafe-introduction-img {
    order: 2;
  }
  .page-id-803 .cafe-reverse .cafe-introduction-img {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .page-id-803 .cafe-reverse .cafe-introduction-img figure {
    width: 100% !important;
  }
  .page-id-803 .cafe-reverse .cafe-introduction-img img {
    width: 100% !important;
    height: auto;
  }
  }
	}
/* cafe-menu */
.cafe-menu {
	margin-bottom: 120px;
}
 .cafe-menu h2{
  margin-top: 20px;
	margin-bottom: 53px;
}
.cafe-menu img{
	margin-bottom: 20px;
}
.cafe-menu h3{
	margin-bottom: 17px;
}
.cafe-menu p{
  padding: 0 10px;
}
@media(max-width:768px){
	.cafe-menu {
	margin-bottom: 60px;
}
	.cafe-menu h2{
		margin-bottom: 20px;
	}
}
/* cafe-fullimage */
.cafe-full-catch {
	margin-bottom: 65px;
	font-size: 24px !important;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media(max-width:768px){
	.cafe-full-catch {
	margin-bottom: 24px;
	font-size: 16px !important;
}
}
/* cafe-details */
.cafe-details {
	margin-bottom: 100px;
}
.cafe-details-list {
  width: 654px;
  margin:0 auto;
	margin-bottom: 64px;
}
.cafe-details-list div{
	display:grid;
  grid-template-columns:120px 1fr;
  gap:0 30px;
  margin-bottom:24px;
}
.cafe-list dt,
.cafe-list dd{
  margin:0;
	line-height:24px;
  letter-spacing:0.01em;
}
.cafe-details h2 {
	margin-bottom: 22px;
}
.cafe-link-icon{
  display:inline-flex;
  align-items:center;
  margin-left:8px;
  vertical-align:middle;
}
.cafe-link-icon img{
  width:16px;
  height:16px;
	margin-left: 10px;
  display:block;
}
.cafe-google-map {
	width: 654px;
}
.cafe-google-map{
  max-width:654px;
  margin:0 auto;
}
.cafe-google-map iframe{
  width:100%;
  height:255px;
  display:block;
	border:2px solid #fff !important;
}
@media (max-width:768px){
  .cafe-details{
    padding:0 20px;
  }
  .cafe-details h2{
    margin-bottom:20px;
  }
  .cafe-details-list{
    width:100%;
    margin:0 auto 48px;
  }
  .cafe-details-list div{
    grid-template-columns:1fr;
    gap:6px;
    margin-bottom:22px;
  }
  .cafe-link-icon{
    margin-left:6px;
  }
  .cafe-link-icon img{
    width:14px;
    height:14px;
  }
	.cafe-list dt,
  .cafe-list dd{
  font-size: 14px;
  line-height: 18px;
}
  .cafe-google-map{
    width:100%;
    max-width:100%;
    padding:0;
    margin:0 auto;
  }
  .cafe-google-map iframe{
    height:220px;
  }
}
@media(max-width:768px){
  .cafe-details-list {
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
		margin-bottom: 35px;
  }
  .page-id-803{
    overflow-x:hidden;
  }
}

/* レンタカー事業 */
.page-id-805 {
  background-color: #E9EEF2;
}
.page-id-805 .page-content{
  padding-bottom:0 !important;
}
.rentalcar-ttl {
margin-top: 11px;
}
.rentalcar-introduction,
.rentalcar-features,
.rentalcar-nature {
	max-width: 1000px;
	margin: 0 auto 80px;
}

/* rentalcar-message */
.rentalcar-message {
  margin-bottom: 99px;
}
.rentalcar-message-text {
	margin-bottom: 56px;
  font-size: 32px !important;
	letter-spacing: 0.04em;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media(max-width:768px){
	.rentalcar-message {
  margin-bottom: 40px;
}
	.rentalcar-message-text {
	margin-bottom: 22px;
	font-size: 16px !important;
	}
	.rentalcar-message-img{
    width:100%;
    text-align:center;
  }
  .rentalcar-message-img img{
    display:block;
    width:80%;
    margin:0 auto 20px;
  }
	}
/* rentalcar-introduction */
.rentalcar-introduction h2{
	position: relative;
  padding-left: 24px;
	padding-bottom:34px;
}
.rentalcar-introduction h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: #2F4C73;
}
@media(max-width:768px){
	.rentalcar-introduction {
		margin-bottom: 40px;
	}
}
/* rentalcar-features */
.rentalcar-features h2{
	position: relative;
  padding-left: 20px;
	padding-bottom:30px;
}
.rentalcar-features h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 32%;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: #2F4C73;
}
.rentalcar-text-big {
 font-size: 36px;	
}
.rentalcar-features-box {
  height:77px;
  padding:0 40px;
  background:#46769C;
  border:3px solid #fff;
  border-radius:16px;
  margin-bottom:30px;
}
.rentalcar-features-box .wp-block-group__inner-container{
  display:flex !important;
  align-items:center;
	height:100%;
  gap:60px;
}
.rentalcar-features-box .wp-block-image{
  margin:0 !important;
}
.rentalcar-features-box p{
  color:#fff;
  text-align:left;
}
.rentalcar-features-icon{
  width:50px;
  margin-right:110px;
  flex-shrink:0;
}
.rentalcar-features-icon img{
  width:100%;
  display:block;
}
.rentalcar-features p{
	color: #FFFFFF;
}
/* rentalcar-category */
.rentalcar-category{
  position:relative;
  padding:0 0 100px;
  overflow:hidden;
	margin-bottom: 87px;
}
.rentalcar-category::before{
  content:"";
  position:absolute;
  top:170px;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:linear-gradient(
    180deg,
    #1F3961 0%,
    #98C5E5 25%,
    #1F3961 100%
  );
  clip-path:polygon(
    0 14%,
    100% 0,
    100% 100%,
    0 100%
  );
  z-index:-1;
}
.rentalcar-category h2{
  font-family:"Oswald", sans-serif;
  font-size:64px;
  font-weight:600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.04em;
  margin:0 0 24px;
}
.rentalcar-category h2 span{
  font-family: 'Inter', sans-serif;
  font-size:18px;
  font-weight:400;
  margin-left:18px;
}
.rentalcar-category > p{
  font-size:16px;
  line-height:1.8;
	letter-spacing: 0.01em;
}
.rentalcar-category > .wp-block-group__inner-container > p{
  margin-bottom:100px !important;
}
.rentalcar-category-wrap{
  max-width:1100px;
  margin:0 auto;
}
.rentalcar-category-container{
  margin-bottom:95px;
}
.rentalcar-category-container > .wp-block-group__inner-container{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
  align-items:start;
	padding: 0 5%;
}
.rentalcar-category-box > .wp-block-group__inner-container{
  display:grid;
  grid-template-columns:repeat(2, 280px);
  gap:55px 40px;
}
.rentalcar-category-ttl > .wp-block-group__inner-container{
  display:flex;
  align-items:center;
  gap:14px;
}
.rentalcar-category-ttl figure{
  width:52px;
  margin:0 !important;
  flex-shrink:0;
}
.rentalcar-category-ttl h3{
  margin:0;
}
.rentalcar-category-ttl img{
  width:100%;
  display:block;
}
.rentalcar-category-ttl h3{
  font-family:"Oswald", sans-serif;
  font-size:26px;
  font-weight:600;
	color: #000;
  line-height:1;
  margin:0;
}
.rentalcar-category-ttl h3 span{
  font-family: 'Inter', sans-serif;
  font-size:15px;
  font-weight:400;
  margin-left:8px;
}
.rentalcar-category-box{
  display:grid !important;
  grid-template-columns:repeat(2, 280px);
  column-gap:90px;
  row-gap:55px;
  width:fit-content;
}
.rentalcar-category-card{
  background:#fff;
  border-radius:18px;
  padding:22px 28px 16px;
  box-shadow:2px 2px 4px 4px rgba(0,0,0,.25);
  text-align:center;
}
.rentalcar-category-card figure{
  margin:0 0 10px !important;
}
.rentalcar-category-card img{
  width:100%;
  display:block;
}
.rentalcar-category-card h4{
  font-family:"Oswald", sans-serif;
  font-size:15px;
  font-weight:600;
  margin:0;
  border-top:1px solid #9aa9b5;
  padding-top:8px;
  line-height:1.2;
}
.rentalcar-category-card h4 span{
  font-family: 'Inter', sans-serif;
  font-size:12px;
  font-weight:400;
  margin-left:10px;
}
@media(max-width:1200px){
  .rentalcar-category{
    margin-bottom:60px;
		overflow:visible;
  }
  .rentalcar-category::before{
    top:210px;
    transform:translateX(-50%);
    clip-path:polygon(
      0 5%,
      100% 0,
      100% 100%,
      0 100%
    );
  }
  .rentalcar-category h2{
    font-size:28px;
    line-height:1.1;
    margin-bottom:20px;
  }
  .rentalcar-category h2 span{
    font-size:14px;
    margin-left:8px;
  }
  .rentalcar-category > .wp-block-group__inner-container > p{
    margin-bottom:60px !important;
    font-size:14px;
    line-height:1.8;
  }
  .rentalcar-category-wrap{
    max-width:100%;
  }
  .rentalcar-category-container{
    margin-bottom:60px;
  }
  .rentalcar-category-container > .wp-block-group__inner-container{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }
  .rentalcar-category-ttl > .wp-block-group__inner-container{
    gap:10px;
  }
  .rentalcar-category-ttl figure{
    width:44px;
  }
  .rentalcar-category-ttl h3{
    font-size:24px;
  }
  .rentalcar-category-ttl h3 span{
    font-size:13px;
  }
  .rentalcar-category-box,
  .rentalcar-category-box > .wp-block-group__inner-container{
    display:grid !important;
    grid-template-columns:1fr;
    justify-items:center;
    gap:28px;
    width:100%;
  }
  .rentalcar-category-card{
    width:260px;
    padding:18px 22px 14px;
    border-radius:16px;
  }
  .rentalcar-category-card h4{
    font-size:14px;
  }
  .rentalcar-category-card h4 span{
    font-size:11px;
  }
}

/* rentalcar-narure */
.rentalcar-nature .is-layout-flex{
  gap: 0 !important;
}
.rentalcar-nature h2{
	position: relative;
	padding-left: 24px;
	padding-bottom:34px;
}
.rentalcar-nature h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: #2F4C73;
}
.rentalcar-nature h2::after{
  content: "";
  position: absolute;
  left: 230px;
  top: 26%;
  transform: translateY(-50%);
  width:44px;
  height:44px;
background:url("/wp-content/uploads/2026/06/rentalcar-icon-04.png") no-repeat center/contain;
}
.rentalcar-nature p{
	margin-bottom:20px;
}
@media(max-width:768px){
	.rentalcar-nature h2::after{
		left: 178px;
		width:33px;
   height:33px;
	}
	.rentalcar-nature .wp-block-column:last-child{
    text-align:center;
	}
	.rentalcar-nature img{
	width: 70%;
	display:block;
  margin:0 auto;
}
}
/* rentalcar-full */
.page-id-852 .inner {
  overflow: visible;
}
.rentalcar-full{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  overflow: visible;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.rentalcar-full .wp-block-image,
.rentalcar-full img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.rentalcar-full p{
  position:absolute;
  top:91px;
  right:5%;
  width:max-content;
  font-size:32px;
  color:#fff;
  text-shadow:2px 4px 4px rgba(0,0,0,.8);
}
.rentalcar-full p::before{
  content:"";
  position:absolute;
  top:50%;
  left:-89px;
  transform:translateY(-50%);
  width:88px;
  height:88px; background:url("/wp-content/uploads/2026/06/rentalcar-icon-05.png") no-repeat center/contain;
}
.rentalcar-full > .wp-block-group__inner-container {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media(min-width:1036px){
	.rentalcar-br {
		display: none;
	}
}
@media (min-width:769px) and (max-width:1035px){
  .rentalcar-full p{
    font-size:28px;
		line-height: 1.5;
  }
}
@media(max-width:768px){
	.rentalcar-full p{
		top:17px;
    right:12px;
		font-size:14px;
	}
	.rentalcar-full p::before{
	top:50%;
  left:-57px;
	width:53px;
  height:53px; 
	}
}

/* ============================================================
   会社概要ページ（Company Profile）
   ============================================================ */
/* タイトルの英字と日本語の間隔を詰める */
.conpany .section-ttl .ja {
  margin-bottom: 0 !important;
}

.conpany .section-ttl .en {
  margin-top: -10px !important;
}

/* テーブル */
.company-profile-table {
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;!important;
  border: none !important;
}

.company-profile-table tr {
  display: flex !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border: none !important;
  border-bottom: 1px solid #006934 !important;
}

.company-profile-table tr:first-child {
  border-top: none;
}

.company-profile-table tr:last-child {
  border-bottom: 1px solid #006934 !important;
}

.company-profile-table th,
.company-profile-table td {
  border: none !important;
}

.company-profile-table th {
  display: block !important;
  width: 140px !important;
  flex-shrink: 0 !important;
  padding: 0 24px 0 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.company-profile-table td {
  display: block !important;
  flex: 1 !important;
  align-items: center !important;
  font-size: 14px !important;
  color: #333 !important;
  line-height: 1.8 !important;
  padding: 0 !important;
}

/* 地図 */
.company-profile-table td iframe {
  width : 200px ;
  height: 200px !important;
  display: block !important;
}

.office-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.office-info iframe{
    flex-shrink:0;
}

/* 社員保有資格・所属団体 2カラム */
.profile-cards {
  display: flex !important;
  gap: 24px !important;
  max-width: 900px !important;
  margin: 60px auto !important;  /* ← 0 auto に変更して中央寄せ */
}

.profile-card {
  flex: 1 !important;
  max-width:420px;
  margin:auto;
  border: 1px solid #006934 !important;
  padding: 24px !important;
  border-radius: 4px !important;
  justify-content: center !important;
}

.profile-card h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #006934 !important;
  margin-bottom: 16px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #006934 !important;
}

.profile-card ul {
  list-style: none !important;
  padding: 0 !important;
  max-width:300px;
  margin:0 auto;
}

.profile-card ul li {
  font-size: 13px !important;
  line-height: 2 !important;
  color: #333 !important;
}

/* パンフレットダウンロード */
.pamphlet-section {
 background: linear-gradient(
    135deg,
    #0f1115 0%,
    #1a1f28 40%,
    #2a3442 100%
  );
  width:100vw;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important
  padding: 60px 5% !important;
  text-align: center !important;
  padding-bottom:40px !important;
　margin: 0 !important;
}

.pamphlet-section h2 {
  color: #ffffff !important;
  font-size: 18px !important;
  padding-top :60px; 
  margin-bottom: 16px !important;
}

.pamphlet-section p {
  color: #cccccc !important;
  font-size: 13px !important;
  margin-bottom: 16px !important;
}

.pamphlet-cards {
  max-width: 1000px;
  margin: 0 auto;
  display: flex !important;
  gap: 24px !important;
  justify-content: center !important;
}

.pamphlet-card{
  position:relative;
   background: linear-gradient(
    135deg,
    #0f1115 0%,
    #1a1f28 40%,
    #2a3442 100%
  );
  border:1px solid #006934;
  border-radius:4px;
  width:calc(50% - 12px);
  min-height:220px;
  padding:30px 140px 30px 30px;
  text-align:left;
}

.pamphlet-card h3 {
  color: #ffffff !important;
  font-size: 15px !important;
  margin-bottom: 12px !important;
}

.pamphlet-card p {
  color: #aaaaaa !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

.pamphlet-card-text {
  flex: 1 !important;
}

.pamphlet-card-image{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
}

.pamphlet-card-image img{
    width:110px;
    height:auto;
}

.pamphlet-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 28px;
  margin-top:20px;

  border:1px solid rgba(255,255,255,.6);
  background:transparent;
  color:#fff;
  text-decoration:none;

  font-size:14px;
  letter-spacing:.08em;
  transition:.3s;
}

.pamphlet-card a:hover{
  background:#fff;
  color:#111;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
.pamphlet-section {
  padding:40px 20px 40px 20px !important;
　margin: 0 !important;
}
  .company-profile-table th {
    width: 100px !important;
    font-size: 13px !important;
  }

  .company-profile-table td {
    font-size: 13px !important;
  }

  .profile-cards {
    flex-direction: column !important;
    gap: 16px !important;
    margin: 40px 0 !important;
  }

  .pamphlet-cards {
    flex-direction: column !important;
  }

  .pamphlet-card {
    width: 100% !important;
  }
}
/* パンフレット注記 */
.pamphlet-note {
  color: #aaaaaa !important;
  font-size: 12px !important;
  margin-top: 40px!important;
  line-height: 2 !important;
}

/* パンフレットボタン */
.pamphlet-btn {
  display: inline-block !important;
  margin-top: 16px !important;
  padding: 8px 24px !important;
  border: 1px solid #006934 !important;
  color: #006934 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

.pamphlet-btn:hover {
  background: #006934 !important;
  color: #fff !important;
}


/* スマホ対応 */
@media (max-width:768px){

.office-info{
    display:block;
}

.office-info iframe{
    width:100% !important;
    margin-top:15px;
}
}

section.page-content{
    padding-bottom:0 !important;
}

/* ギャラリー */
.gallery-inner {
	max-width: 1100px;
  margin: 0 auto;
}
.gallery-p {
	margin-bottom: 50px;
}
.gallery-btn {
	margin-bottom: 60px;
}
.gallery-card {
	position: relative;
	display: block;
	height: 280px;
	overflow: hidden;
	text-decoration: none;
}
.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 17, 21, .9);
	transition: opacity .35s ease;
}
.gallery-card:hover .gallery-overlay {
	opacity: 0;
}
.gallery-card:hover .gallery-image {
	transform: scale(1.03);
}
.gallery-category {
	position: absolute;
	top: 42px;
	left: 32px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	z-index: 2;
}
.gallery-title {
	position: absolute;
	left: 33px;
	bottom: 10px;
	margin: 0;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 96px;
	font-weight: 700;
	z-index: 2;
}
.gallery-arrow {
	position: absolute;
	right: 24px;
	bottom: 33px;
	width: 70px;
	height: auto;
	z-index: 2;
}

.gallery-text {
	margin: 12px 0 60px;
}
@media (max-width: 768px) {
    .gallery-p {
	margin-bottom: 30px;
}
.gallery-btn {
	margin-bottom: 40px;
}
	.gallery-title {
    bottom: 22px;
    font-size: 38px;
}
}
/* ギャラリー個別ページ */
.page-id-1387 h1.page-title,
.page-id-1465 h1.page-title,
.page-id-1468 h1.page-title,
.page-id-1470 h1.page-title,
.page-id-1387 #fancybox-title,
.page-id-1387 #fancybox-title-wrap,
.page-id-1465 #fancybox-title,
.page-id-1465 #fancybox-title-wrap,
.page-id-1468 #fancybox-title,
.page-id-1468 #fancybox-title-wrap,
.page-id-1470 #fancybox-title,
.page-id-1470 #fancybox-title-wrap {
	display: none !important;
}
.page-id-1387 .wp-block-gallery.has-nested-images .wp-block-image,
.page-id-1465 .wp-block-gallery.has-nested-images .wp-block-image,
.page-id-1468 .wp-block-gallery.has-nested-images .wp-block-image,
.page-id-1470 .wp-block-gallery.has-nested-images .wp-block-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.page-id-1387 .wp-block-gallery.has-nested-images .wp-block-image img,
.page-id-1465 .wp-block-gallery.has-nested-images .wp-block-image img,
.page-id-1468 .wp-block-gallery.has-nested-images .wp-block-image img,
.page-id-1470 .wp-block-gallery.has-nested-images .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-heading{
  margin-bottom: 48px;
}
.gallery-heading-top{
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
}
.gallery-heading-ja{
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.gallery-heading-line{
  display: block;
  width: 100px;
  height: 3px;
  background: #006934;
}
.gallery-heading-en{
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(54px, 8vw, 80px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .page-id-1387 .box-white,
  .page-id-1465 .box-white,
  .page-id-1468 .box-white,
  .page-id-1470 .box-white {
    margin-bottom: 24px;
  }
}
/* プライバシーポリシー */
.privacy-ttl {
	margin-bottom: 52px;
}
.privacy-inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.privacy-inner * {
  box-sizing: border-box;
}
.privacy-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.privacy-company p {
  margin: 0;
}
.privacy-date {
  margin: 0;
  white-space: nowrap;
}
.privacy-date div {
  display: flex;
}
.privacy-date dt,
.privacy-date dd {
  margin: 0;
  font-weight: 400;
}
.privacy-block {
  margin-top: 56px;
}
.privacy-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.privacy-text {
  margin: 0 0 20px 1.5em;
}
.privacy-list {
	margin: 0 0 28px;
	list-style: none;
	padding-left: 0;
}
.privacy-list li {
	position: relative;
	padding-left: 1.5em;
}
.privacy-list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.privacy-list > li {
  margin-bottom: 10px;
}
.privacy-number-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: privacy-number;
}
.privacy-number-list > li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 2em;
  counter-increment: privacy-number;
}
.privacy-number-list > li::before {
  content: counter(privacy-number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-alpha-list {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: privacy-alpha;
}
.privacy-alpha-list > li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 2em;
  counter-increment: privacy-alpha;
}

.privacy-alpha-list > li::before {
  content: counter(privacy-alpha, lower-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-roman-list {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: privacy-roman;
}
.privacy-roman-list > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 2em;
  counter-increment: privacy-roman;
}
.privacy-roman-list > li::before {
  content: counter(privacy-roman, lower-roman) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
}
.privacy-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-number-list h3,
.privacy-alpha-list h4,
.privacy-roman-list h5 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.privacy-alpha-list h4,
.privacy-roman-list h5 {
  font-weight:400 !important;
	padding-bottom: 0;
 }
.privacy-number-list p,
.privacy-alpha-list p,
.privacy-roman-list p,
.privacy-contact-box p {
  margin: 0 0 8px;
}
.privacy-circle-list {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
}
.privacy-circle-list > li {
  margin-bottom: 8px;
}
.privacy-circle-list > li:nth-child(1)::before {
  content: "① ";
}
.privacy-circle-list > li:nth-child(2)::before {
  content: "② ";
}
.privacy-dot-list {
  margin: 8px 0;
  padding-left: 1.2em;
  list-style: none;
}
.privacy-dot-list > li {
  position: relative;
  margin-bottom: 4px;
}
.privacy-dot-list > li::before {
  content: "・";
  position: absolute;
  left: -1em;
}
.privacy-page-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-contact-box {
  margin-top: 8px;
}
.privacy-left {
	padding-left: 1em;
}
@media (max-width: 768px) {
	.page-id-3 .page-content {
	margin-top: 0;
	}
  .privacy-inner {
    font-size: 13px;
    line-height: 1.85;
  }
	.privacy-ttl {
	margin-bottom: 24px;
	}
  .privacy-head {
    display: block;
    margin-bottom: 40px;
  }
  .privacy-date {
    margin-top: 24px;
    white-space: normal;
  }
  .privacy-title {
    font-size: 17px;
  }
	.privacy-number-list > li {
		padding-left: 1.5em;
	}
	.privacy-number-list > li::before,
	.privacy-alpha-list > li::before,
	.privacy-roman-list > li::before 
	{
		top: 5px;
	}
}

/* ==========================================================
   サステナビリティページ
========================================================== */

.sustainability .sdgs-section,
.sustainability .benefits-section {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

/* タイトルの英字と日本語の間隔を詰める */
.sustainability .section-ttl {
  margin-bottom:60px !important;
}

.sustainability .section-ttl .en {
  margin-top: -28px !important; 
}

.sustainability .section-ttl .ja {
  margin-bottom: 10px !important;
}

.sustainability .section-ttl .en {
  margin-top: -28px !important; 
}

/* リード文・3つの丸セクション */
.sustainability-lead,
.sustainability-sub {
  max-width: 720px !important;
  margin-left:-5.5%;
	margin-right: -5.5%;
  box-sizing: border-box !important;
}

.sustainability-divider,
.section-sub-ttl,
.sustainability-circles,
.sustainability-illustration {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* SDGsセクション内側のコンテンツ */
.sdgs-intro,
.sdgs-goals,
.sdgs-statement {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* CSRセクション */
.csr-section {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 80px !important;
  box-sizing: border-box !important;
}

.sustainability .section-ttl,
.sustainability .sdgs-statement,
.sustainability .benefits-lead,
.sustainability .benefits-sub,
.sustainability .benefits-grid,
.sustainability .benefits-pickup,
.sustainability .office-label,
.sustainability .office-slider,
.sustainability .office-text {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}


.sustainability-lead {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin: 40px 0 30px;
}

.sustainability-sub {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #333;
}

.sustainability-divider {
  width: 90% !important;
  max-width: 1000px !important;
  margin: 50px auto !important;
  border-top: 1px dashed #ccc !important;
}

.sustainability-lead {
  position: relative !important;
  display: block !important;
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  text-align: center !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sustainability-lead .leaf-icon {
  position: absolute !important;
  top: -10px !important;
  right: 0px !important;
  display: inline-block !important;
}

.sustainability-lead .leaf-icon img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  transform: rotate(20deg) !important;
  margin: 0 !important;
}

.section-sub-ttl {
  position: relative !important;
  display: block !important;
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  text-align: center !important;
  width: fit-content !important;
  margin: 0 auto 50px !important;
}

.section-sub-ttl .leaf-icon {
  position: absolute !important;
  top: -10px !important;
  left: -60px !important;
  display: inline-block !important;
}

.section-sub-ttl .leaf-icon img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  transform: rotate(-20deg) !important;
}

/* 3つの丸 */
.sustainability-circles {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 20px !important;
  max-width: 1100px !important;
  margin: 80px auto 60px !important;
}

.sus-circle-wrap {
  flex: 1 !important;
  text-align: center !important;
}

.sus-circle {
  width: 280px !important;
  height: 280px !important;
  border: 1px solid #8FC31F !important;
  border-radius: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.sus-circle img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
}

.sus-circle-title {
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 10px !important;
}

.sus-circle-text {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #333 !important;
  margin: 0 !important;
}

.sus-circle-wrap:nth-child(2) .sus-circle {
  margin-top: -80px !important;
}

/* イラストエリア */
.sustainability-illustration {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 500px;
}

.sustainability-illustration img {
  width: 60%;
  height: auto;
}

.illustration-caption {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
.sustainability-lead .leaf-icon {
    top: 30px !important;
    right: -60px !important;
	}
}

/* ============================================================
   SDGsセクション
============================================================ */

.sdgs-section {
  background: #eef5ea;
  padding: 80px 5%;
}

/* タイトルの英字と日本語の間隔を詰める */
.sustainability .sdgs-section .section-ttl{
    max-width:1100px;
    width:100%;
    margin:0 auto 60px;
    padding:0;
    box-sizing:border-box;
}

.sustainability .section-ttl .ja{
    display:flex;
    align-items:center;
    gap:16px;
    font-size:18px;
    font-weight:500;
}

.sustainability .section-ttl .ja::after{
    content:"";
    width:100px;
    height:2px;
    background:#006934;
    display:block;
}

.sustainability .section-ttl .en{
    display:block;
    margin-left:-8px;
    font-family:"Oswald",sans-serif;
    font-size:88px;
    font-weight:700;
    line-height:0.9;
    letter-spacing:.02em;
    color:#111;
}

.sustainability .sdgs-intro {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 0 auto 60px;
}

.sustainability .sdgs-intro-text {
  flex: 1.4;
}

.sustainability .sdgs-intro-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}

.sustainability .sdgs-intro-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.sustainability .sdgs-intro-image {
  flex: 1;
}

.sustainability .sdgs-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
@media screen and (max-width: 500px) {
.sustainability .section-ttl .en{
	font-size: 72px;
}
}

/* ゴールアイコングリッド */
.sdgs-goals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto 60px;
}

.sdgs-goal-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
}

.sdgs-goal-item img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.sdgs-goal-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* 下部ステートメント */
.sdgs-statement {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border:2px solid transparent;
  border-image:linear-gradient( 90deg,#cfe8b3 0%, #8FC31F 50%, #cfe8b3 100%    ) 1;
  padding: 30px;
}

.sdgs-logo {
  width: 140px;
  flex-shrink: 0;
}

.sdgs-statement-title {
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #333 !important;
  margin: 0 0 10px !important;
}

.sdgs-statement p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {

  .sdgs-section {
    padding: 50px 4%;
  }

  .sdgs-intro {
    flex-direction: column;
  }

  .sdgs-goals {
    grid-template-columns: repeat(2, 1fr);
  }

  .sdgs-statement {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   CSRセクション
============================================================ */

.csr-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5%;
}

.csr-lead {
  font-size: 16x;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 24px;
}

.csr-lead-wrap {
  display: flex !important;
  gap: 40px !important;
  align-items: flex-start !important;
  margin-bottom: 40px !important;
}

.csr-lead-text {
  flex: 1 !important;
}

.csr-lead-image {
  width: 160px !important;
  flex-shrink: 0 !important;
  padding-top: 20px !important;
}

.csr-lead-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.csr-section .section-ttl-left {
  margin-bottom: 30px !important;
}

.csr-lead-wrap {
  display: flex !important;
  gap: 40px !important;
  align-items: flex-start !important;
  margin-bottom: 40px !important;
}

.csr-lead-text {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.csr-lead {
  margin-bottom: 24px !important;
}

.csr-text {
  margin: 0 !important;
}

.csr-lead-image {
  width: 160px !important;
  flex-shrink: 0 !important;
  padding-top: 20px !important;
}

/* ==========================================
   緑の鍵かっこタイトル
========================================== */

.sustainability .bracket-title{
    position: relative;
    display: table;
    margin: 0 auto 50px;
    padding: 24px 70px;
	font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    z-index: 2;
}

.sustainability .bracket-title::before,
.sustainability .bracket-title::after{
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
}

.sustainability .bracket-title::before{
    top: 0;
    left: 0;
    border-top: 3px solid #8FC31F;
    border-left: 3px solid #8FC31F;
}

.sustainability .bracket-title::after{
    right: 0;
    bottom: 0;
    border-right: 3px solid #8FC31F;
    border-bottom: 3px solid #8FC31F;
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  .csr-lead-wrap {
    flex-direction: column !important;
  }

  .csr-lead-image {
    width: 120px !important;
    margin: 0 auto !important;
  }
}

.csr-section .section-ttl-left {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

.csr-text {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.csr-topic {
  margin-top: 60px;
}

.csr-topic h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 12px;
  border-left: 4px solid #006934;
}

.csr-topic-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.csr-topic-image {
  flex: 1;
}

.csr-topic-text {
  flex: 1;
}

.csr-topic-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 14px;
}

.csr-more-link {
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-underline-offset: 6px;
  margin-top: 10px;
}


/* ============================================================
   Employee benefitsセクション
   ============================================================ */

.benefits-section {
  background: #eef5ea;
  padding: 80px 5% 0px 5%;
  width: 100%;
}

.benefits-lead {
  max-width: 1100px;
  margin: 0 auto 16px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.benefits-sub {
  max-width: 1100px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* アイコングリッド */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.benefit-item{
    position: relative;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:20px;
    text-align:center !important;
    aspect-ratio:1 / 1 !important;
    padding:4px 8px 12px !important;

    /* 枠を背景で作る */
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(  135deg, #006934 0%,  #8FC31F 55%, #d7ebb4 100%  ) border-box;
    border:1px solid transparent;
    box-sizing:border-box;
}

.benefit-item::before{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    right:-1px;
    height:2px;
    border-radius:4px 4px 0 0;
    background:linear-gradient(  90deg, #006934 0%, #8FC31F 55%, #d7ebb4 100%
    );
}

.benefit-item img {
  width: 60px !important;
  height: 60px !important;
  flex-shrink: 0 !important;
  margin: 0 auto 12px !important;
  object-fit: contain !important;
  display: block !important;
	 padding-top: 8px !important; 
}

.benefit-item p {
  text-align: center !important;
  color : #006934;
  margin: 0 !important;
}


/* オフィススライダー */
.sustainability .office{
    margin-top:120px;
    margin-bottom:50px;
    position:relative;
    z-index:1;
}

.sustainability .office .section-ttl{
    display:flex;
    align-items:flex-end;
    gap:8px;
    margin-bottom:36px;
}

.sustainability .office .section-ttl .en{
    font-family:"Oswald",sans-serif;
    font-size:40px;
    font-weight:500;
    line-height:1;
    margin:0;
}

.office .section-ttl .ja{
    font-size:18px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}

.office .ja::before,
.office .ja::after{
    display:none !important;
    content:none !important;
}

.sustainability .office-text{
    margin-bottom:50px;
	max-width: 840px !important;
}

.office-slider {
  margin: 60px 0 80px !important;
  overflow: hidden !important;
  position: relative !important;
  padding-bottom: 60px !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.office-slider .slick-list {
  overflow: hidden !important;
}

.office-slider .slick-track {
  display: flex !important;
  opacity: 1 !important;
}

.office-slider .slick-slide {
  display: block !important;
  float: none !important;
  height: auto !important;
  opacity: 1 !important;
  padding: 0 8px !important;
}

.office-slider .slick-slide.zoom-out {
  opacity: 1 !important;
  transform: none !important;
}

.office-slider .slick-slide img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}

/* 矢印 */
.office-slider .slick-prev,
.office-slider .slick-next {
  width: 36px !important;
  height: 36px !important;
  background: #fff !important;
  border: 1px solid #006934 !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: auto !important;
  bottom: 0px !important;
  transform: none !important;
  z-index: 10 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.office-slider .slick-prev {
  left: calc(50% - 180px) !important;
}

.office-slider .slick-next {
  right: calc(50% - 180px) !important;
}

.office-slider .slick-prev:before {
  content: '◀' !important;
  color: #000 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 1 !important;
}

.office-slider .slick-next:before {
  content: '▶' !important;
  color: #000 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 1 !important;
}

/* ドット */
.office-slider .slick-dots {
  position: absolute !important;
  bottom: 8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  white-space: nowrap !important;
}

.office-slider .slick-dots li {
  display: inline-flex !important;
  margin: 0 !important;
}

.office-slider .slick-dots li button {
  font-size: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: none !important;
}

.office-slider .slick-dots li button:before {
  display: none !important;
}

.office-slider .slick-dots li.slick-active button {
  background: #006934 !important;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .office-slider .slick-slide img {
    height: 240px !important;
  }
  .benefit-item {
    padding: 16px 10px;
  } 
	.office-text {
    margin-bottom:40px !important;
  }

  .office-slider img {
    height: 160px !important;
  }
}

/* ============================================================
   クロージングセクション（Contact手前）
   ============================================================ */

.sustainability .closing-section {
  position: relative !important;
  background: url('/wp-content/uploads/2026/06/610893f13a477d9e74f0fab0bc28a791-scaled.jpg') center center / cover no-repeat !important;
  padding: 100px 5% !important;
  text-align: center !important;
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 暗いオーバーレイを::beforeで追加 */
.sustainability .closing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0,0,0,0.74), rgba(0,0,0,0.74)),
        url("/wp-content/uploads/2026/07/flower.jpg") center center / cover no-repeat;
    z-index: 0;
}
.sustainability {
	padding-bottom: 80px;
}
/* テキストをオーバーレイの上に */
.sustainability .closing-title,
.sustainability .closing-text {
  position: relative !important;
  z-index: 1 !important;
  max-width: 820px !important;
  margin: 0 auto 20px !important;
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 2.2 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.sustainability .closing-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: 24px !important;
}

/* closing-sectionの親要素のoverflowを解除 */
.sustainability .page-content,
.sustainability .inner {
  overflow: visible !important;
}

/* closing-section自体を全幅に強制 */
.sustainability .closing-section {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  margin-top : 60px;
  margin-bottom:0;
  padding:70px;
  background: url('/wp-content/uploads/2026/06/610893f13a477d9e74f0fab0bc28a791-scaled.jpg') center center / cover no-repeat !important;
}

.sustainability .contact{
margin-top:0;
}




/* レスポンシブ */
@media screen and (max-width: 768px) {
  .sustainability .closing-section {
    padding: 60px 5% !important;
  }

  .sustainability .closing-title {
    font-size: 15px !important;
  }

  .sustainability .closing-text {
    font-size: 13px !important;
    line-height: 2 !important;
	  padding: 0 5%;
  }
}

/* ===================================
   Responsive
===================================*/
@media (max-width: 540px) {
    .sustainability .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}
@media (min-width: 541px) and (max-width: 940px) {
    .sustainability .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}
@media (max-width:768px){

/* 共通 */
.sustainability .section-ttl{
    padding:0 5%;
}

/* ---------- リード ---------- */

.sustainability-lead{
    font-size:16px;
    line-height:1.8;
	padding : 0 !important;
}

.sustainability-sub{
    text-align:left;
    font-size:14px;
    line-height:2;
}
	
.sustainability-lead,
.section-sub-ttl{
    position:relative;
    display:inline-block;
    text-align:center;
}

.sustainability-lead .leaf-icon {
    position:relative !important;
    display:block;
    width:100%;
    text-align:right;
    margin-top:8px;
}
	
.section-sub-ttl{
    display:flex !important;
    flex-direction:column !important;
    text-align:center !important;
}

.section-sub-ttl .leaf-icon {
    position:static !important;
    order:2;
    margin-top:12px !important;
    text-align:left !important;
    transform:none !important;
}
.section-sub-ttl .leaf-icon img{
    height:auto !important;
}
	
/* ---------- 3つの丸 ---------- */

.sustainability-circles{
    flex-direction:column;
    align-items:center!important;
    gap:30px;
    margin:50px auto;
}

.sus-circle-wrap:nth-child(2) .sus-circle{
    margin-top:0 !important;
}

.sus-circle{
    width:220px;
    height:220px;
}

/* ---------- イラスト ---------- */

.sustainability-illustration img{
    width:90%;
}

/* ---------- SDGs ---------- */

.sustainability .sdgs-intro{
    flex-direction:column;
}

.sustainability .sdgs-intro-image{
    order:-1;
}

.sustainability .sdgs-goals{
    grid-template-columns:1fr;
    gap:14px;
}

.sustainability .sdgs-goal-item{
    align-items:flex-start;
}

.sustainability .sdgs-goal-item img{
    width:52px;
}

/* ---------- CSR ---------- */
	
.sustainability .csr-section{
    padding : 50px 5% !important;
}

.sustainability .csr-lead-wrap{
    flex-direction:column;
}

.sustainability .csr-lead-image{
    width:120px;
    margin:0 auto;
}

.sustainability .csr-topic-grid{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.sustainability .csr-topic-image{
    order:1;
}

.sustainability .csr-topic-text{
    order:2;
}
	
.sustainability .csr-topic-image,
.sustainability .csr-topic-text{
    width:100%;
}

.sustainability .csr-topic-image img{
    width:100%;
    display:block;
}

/* ---------- Benefits ---------- */
.sustainability .benefits-section {
    padding:50px 5%;
}
	

.sustainability .benefit-item{
   aspect-ratio: auto !important;
    min-height: 150px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.sustainability .benefit-item img{
   width: 56px !important;
    height: 56px !important;
    max-width: 100% !important;
}
.sustainability .benefit-item p {
    font-size: 11px !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
  }

/* ---------- OFFICE ---------- */

.sustainability .office .section-ttl{
    flex-direction:column;
    align-items:flex-start;
}

.sustainability .office .en{
    font-size:34px;
}

.sustainability .office .ja{
    margin:0;
}


/* ---------- Closing ---------- */

.sustainability .closing-section{
    padding:60px 20px !important;
}

.sustainability .closing-title{
    font-size:22px !important;
	padding: 0 5%;
}

.sustainability .bracket-title{
    padding:18px 30px;
    font-size:20px;
}

}

/* ============================================================
   採用個別ページ（募集要項）
   ============================================================ */

.recruit-field-survey h2 {
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-size: 20px !important;
  text-align:left;
  font-weight: 500 !important;
  margin: 60px 0 30px !important;
  padding: 16px 12px!important;
  border-top: 1px solid #064A80 !important;
  border-bottom: 1px solid #064A80 !important;
}

.recruit-field-survey .page-inner {
    max-width: 1080px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.recruit-field-survey .section-ttl.ja {
    font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #222;
}

.recruit-field-survey .section-ttl {
    display: flex;
    align-items: center;
    gap: 24px;
}

.recruit-field-survey .section-ttl.ja::after {
    content: "";
    flex: none !important; 
    height: 1px;
	width: 154px !important; 
    background: #064A80;
	display: inline-block !important;
}

.recruit-field-survey p.section-ttl.en {
    display:block;
    margin-top:8px;
	margin-bottom: 48px;
    font-family:"Oswald",sans-serif;
    letter-spacing:.08em;
}

/* ボタン */
.recruit-field-survey .wp-block-button__link[style*="background-color:#064a80"],
.recruit-field-survey .wp-block-button__link[style*="background-color: #064a80"]  {
	box-shadow: 0 4px 12px rgba(6, 74, 128, 0.4) !important;
    transition: all 0.3s !important;
}
.recruit-field-survey .wp-block-button__link[style*="background-color:#064a80"]:hover,
.recruit-field-survey .wp-block-button__link[style*="background-color: #064a80"]:hover {
  color: #ffffff !important; /* ← ホバー時も白のまま */
  opacity: 0.85 !important;
  box-shadow: 0 6px 16px rgba(6, 74, 128, 0.5) !important;
}

.recruit-field-survey .apply-btn-download {
  box-shadow: 0 4px 12px rgba(6, 74, 128, 0.4) !important;
  transition: all 0.3s !important;
}

.recruit-field-survey .apply-btn-download:hover {
  color: #ffffff !important; /* ← ホバー時も白のまま */
}

.recruit-field-survey .web .wp-block-button__link {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 32px!important;
  font-size: 20px!important;
  box-sizing: border-box !important;
  border-radius: 50px !important;
}

.recruit-field-survey .web {
  width: 100% !important;
}

.recruit-field-survey .web .wp-block-button {
  width: 100% !important;
}

/* パンくず全体 */
.recruit-field-survey .wp-block-breadcrumbs{
    max-width: 1080px;
    margin: 40px auto 60px;
    padding: 0;
    font-size: 14px;
    color: #777;
}

/* リスト */
.recruit-field-survey .wp-block-breadcrumbs ol{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.recruit-field-survey .lead-text {
    line-height: 2.2;
    font-weight: 400;
    letter-spacing: 0.04em;
}

/* リンク */
.recruit-field-survey .wp-block-breadcrumbs a{
    color: #777;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.recruit-field-survey .wp-block-breadcrumbs a:hover{
    color: #064A80;
}

.recruit-field-survey .wp-block-breadcrumbs span{
    text-decoration: none;
}

/* エントリーヘッダー */
.recruit-field-survey .entry-header {
  padding: 40px 0;
}

.recruit-field-survey .entry-header-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.recruit-field-survey .entry-number {
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}


.recruit-field-survey .number {
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.recruit-field-survey .entry-status {
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 13px;
  font-weight: 700;
}

.recruit-field-survey .entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-field-survey .entry-title-en {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-left: 8px;
}

.recruit-field-survey .entry-apply-btn {
  display: inline-block;
  background: #064A80;
  color: #fff;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.recruit-field-survey .entry-apply-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* セクション共通タイトル */
.recruit-field-survey .job-section-ttl {
  margin-bottom: 40px;
}

/* 仕事内容カード */
.recruit-field-survey .job-section {
  padding: 60px 0;
}

.recruit-field-survey .job-cards {
  display: flex;
  gap: 24px;
}

.recruit-field-survey .job-card {
  display: flex;
  align-items: center;
  border: 1px solid #064A80;
  padding: 24px;
  gap: 20px;
}

.recruit-field-survey .job-card-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.recruit-field-survey .job-card-title {
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.recruit-field-survey .job-card-num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px!important;
  margin-bottom: 8px;
  color: #064A80!important;
}

.recruit-field-survey .job-card p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: #000;
}

/* 求める人材テーブル */
.recruit-field-survey .recruit-section {
  padding: 60px 0;
}

.recruit-field-survey .recruit-table {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: collapse;
}

.recruit-field-survey .recruit-table tr {
  border-bottom: 1px solid #ddd;
}

.recruit-field-survey .recruit-table tr:first-child {
  border-top: 1px solid #064A80;
}

.recruit-field-survey .recruit-table tr:last-child {
  border-bottom: 1px solid #064A80;
}

.recruit-field-survey .recruit-table th {
  width:180px;
  padding:28px 24px 28px 0;
  font-size: 16px;
  font-weight:600;
  vertical-align:top
}

.recruit-field-survey .recruit-table td {
  padding: 28px 0;
  font-size: 16px;
  line-height: 2;
  width: auto;
}

.recruit-field-survey .recruit-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-field-survey .recruit-table td ul li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}

.recruit-field-survey .recruit-table td:nth-child(2) {
    padding-left: 40px;
}

.recruit-field-survey .recruit-table td ul li::before {
 content: "";
  position: absolute;
  left: 0;
  top: 0.85em;          
  width: 6px;
  height: 6px;
  background: #064A80;
  transform: translateY(-50%);
}

.recruit-field-survey .blue{
    color:#064A80;
	font-size:0.5em;
	vertical-align:middle;
    margin-right:6px;
}


/* 3つの特徴カード */
.recruit-field-survey .feature-cards {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: collapse;
}

.recruit-field-survey .feature-card {
  flex: 1;
  background: #064A80;
  color: #fff;
  padding: 24px;
  border-radius: 4px;
  position: relative;
}

.recruit-field-survey .feature-card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.recruit-field-survey .feature-card-sub {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
  opacity: 0.9;
}

.recruit-field-survey .feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-field-survey .feature-card ul li {
  font-size: 13px;
  line-height: 2;
}

.recruit-field-survey .check {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.recruit-field-survey .white{
    color:#fff;
	font-size:0.5em;
	vertical-align:middle;
    margin-right:6px;
}

.recruit-field-survey .under-line{
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
	margin-bottom: 8px;
}


/* 応募方法 */
.recruit-field-survey .apply-section {
  padding: 60px 0;
}

.recruit-field-survey .apply-flow-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.recruit-field-survey .apply-flow {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
}

.recruit-field-survey .apply-flow li {
  font-size: 16px;
}

.recruit-field-survey .apply-methods {
  display: flex;
  gap: 24px;
}

.recruit-field-survey .apply-method {
  flex: 1;
  border: 1px solid #064A80;
  padding: 24px;
}

.recruit-field-survey .apply-method h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #064A80 !important;
}

.recruit-field-survey .apply-method p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 16px;
}

.recruit-field-survey .apply-method-num {
  width: 32px;
  height: 32px;
  background: #064A80;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.recruit-field-survey .apply-method-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.recruit-field-survey .apply-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 20px 30px;
  background-color:#064A80;
  text-decoration: none;
  margin-top: 16px;
}

.recruit-field-survey .download-icon {
	width: 40px;
    height: 40px;
}
/* 戻るリンク */
.recruit-field-survey .wp-block-button.is-style-return .wp-block-button__link,
.return-link .wp-block-button__link {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color .3s ease;
}

.recruit-field-survey .return-link a{
    color: #777;
    text-decoration: underline;
    transition: none;
}

.recruit-field-survey .return-link a:hover{
    color: #777;
    text-decoration: underline;
}

.recruit-field-survey .ready {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
	.recruit-field-survey .page-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
	

  .recruit-field-survey p.section-ttl.en{
        display: block;
        font-size: 16px;
        margin-top: 8px;
        line-height: 1.2;
    }
	
   .recruit-field-survey  .lead-copy{
        font-size: 24px !important;
        line-height: 1.5;
    }

   .recruit-field-survey .job-cards {
    flex-direction: column;
  }

   .recruit-field-survey .feature-cards {
    flex-direction: column;
  }

   .recruit-field-survey .apply-methods {
    flex-direction: column;
  }

  .recruit-field-survey .recruit-table th {
    width: 100px;
    font-size: 13px;
  }
	
  .recruit-field-survey .recruit-table td:nth-child(2){
    padding-left:20px;
}

   .recruit-field-survey .apply-flow {
    flex-direction: column;
    gap: 8px;
  }
}
/* ============================================================
   自然環境調査員
   ============================================================ */

.recruit-field-survey h2,
.recruit-part-time h2,
.recruit-new-graduate h2 {
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-size: 20px !important;
  text-align:left;
  font-weight: 500 !important;
  margin: 60px 0 30px !important;
  padding: 16px 12px!important;
  border-top: 1px solid #064A80 !important;
  border-bottom: 1px solid #064A80 !important;
}

.recruit-field-survey .page-inner,
.recruit-part-time .page-inner ,
.recruit-new-graduate .page-inner {
    max-width: 1080px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.recruit-field-survey .section-ttl.ja,
.recruit-part-time .section-ttl.ja,
.recruit-new-graduate .section-ttl.ja{
    font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #222;
}

.recruit-field-survey .section-ttl,
.recruit-part-time .section-ttl,
.recruit-new-graduate .section-ttl{
    display: flex;
    align-items: center;
    gap: 24px;
}

.recruit-field-survey .section-ttl.ja::after,
.recruit-part-time .section-ttl.ja::after,
.recruit-new-graduate .section-ttl.ja::after{
    content: "";
    flex: none !important; 
    height: 1px;
	width: 154px !important; 
    background: #064A80;
	display: inline-block !important;
}

.recruit-field-survey p.section-ttl.en,
.recruit-part-time p.section-ttl.en,
.recruit-new-graduate p.section-ttl.en{
    display:block;
    margin-top:8px;
	margin-bottom: 48px;
    font-family:"Oswald",sans-serif;
    letter-spacing:.08em;
	line-height: 50px;
}
.height{
	line-height: 40px;
}


/* ボタン */
.recruit-field-survey .wp-block-button__link[style*="background-color:#064a80"],
.recruit-field-survey .wp-block-button__link[style*="background-color: #064a80"] ,
.recruit-part-time .wp-block-button__link[style*="background-color:#064a80"],
.recruit-part-time .wp-block-button__link[style*="background-color: #064a80"] ,
.recruit-new-graduate .wp-block-button__link[style*="background-color:#064a80"],
.recruit-new-graduate .wp-block-button__link[style*="background-color: #064a80"] {
	box-shadow: 3px 4px 10px rgba(6, 74, 128, 0.18) !important;
    transition: all 0.3s !important;
}
.recruit-field-survey .wp-block-button__link[style*="background-color:#064a80"]:hover,
.recruit-field-survey .wp-block-button__link[style*="background-color: #064a80"]:hover,
.recruit-part-time .wp-block-button__link[style*="background-color:#064a80"]:hover,
.recruit-part-time .wp-block-button__link[style*="background-color: #064a80"]:hover,
.recruit-new-graduate .wp-block-button__link[style*="background-color:#064a80"]:hover,
.recruit-new-graduate .wp-block-button__link[style*="background-color: #064a80"]:hover{
  color: #ffffff !important; /* ← ホバー時も白のまま */
  opacity: 0.85 !important;
}

.recruit-field-survey .apply-btn-download,
.recruit-part-time .apply-btn-download,
.recruit-new-graduate .apply-btn-download {
  box-shadow: 0 4px 12px rgba(6, 74, 128, 0.4) !important;
  transition: all 0.3s !important;
}

.recruit-field-survey .apply-btn-download:hover,
.recruit-part-time .apply-btn-download:hover,
.recruit-new-graduate .apply-btn-download:hover{
  color: #ffffff !important; /* ← ホバー時も白のまま */
}

.recruit-field-survey .web .wp-block-button__link,
.recruit-part-time .web .wp-block-button__link,
.recruit-new-graduate .web .wp-block-button__link{
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 32px!important;
  font-size: 20px!important;
  box-sizing: border-box !important;
  border-radius: 50px !important;
}

.recruit-field-survey .web,
.recruit-part-time .web,
.recruit-new-graduate .web{
  width: 100% !important;
  margin-top: auto!important;
}

.recruit-field-survey .web .wp-block-button,
.recruit-part-time .web .wp-block-button,
.recruit-new-graduate .web .wp-block-button{
  width: 100% !important;
}

/* パンくず全体 */
.recruit-field-survey .wp-block-breadcrumbs,
.recruit-part-time .wp-block-breadcrumbs,
.recruit-new-graduate .wp-block-breadcrumbs {
    max-width: 1080px;
    margin: 40px auto 60px;
    padding: 0;
    font-size: 14px;
    color: #777;
}

/* リスト */
.recruit-field-survey .wp-block-breadcrumbs ol,
.recruit-part-time .wp-block-breadcrumbs ol,
.recruit-new-graduate .wp-block-breadcrumbs ol{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.recruit-field-survey .lead-text,
.recruit-part-time .lead-text,
.recruit-new-graduate .lead-text{
    line-height: 2.2;
    font-weight: 400;
    letter-spacing: 0.04em;
}

/* リンク */
.recruit-field-survey .wp-block-breadcrumbs a,
.recruit-part-time .wp-block-breadcrumbs a,
.recruit-new-graduate .wp-block-breadcrumbs a{
    color: #777;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.recruit-field-survey .wp-block-breadcrumbs a:hover,
.recruit-part-time .wp-block-breadcrumbs a:hover,
.recruit-new-graduate .wp-block-breadcrumbs a:hover{
    color: #064A80;
}

.recruit-field-survey .wp-block-breadcrumbs span,
.recruit-part-time .wp-block-breadcrumbs span,
.recruit-new-graduate .wp-block-breadcrumbs span{
    text-decoration: none;
}

/* エントリーヘッダー */
.recruit-field-survey .entry-header,
.recruit-part-time .entry-header,
.recruit-new-graduate .entry-header{
  padding: 40px 0;
}

.recruit-field-survey .entry-header-top,
.recruit-part-time .entry-header-top,
.recruit-new-graduate .entry-header-top{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.recruit-field-survey .entry-number,
.recruit-part-time .entry-number,
.recruit-new-graduate .entry-number{
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}


.recruit-field-survey .number,
.recruit-part-time .number,
.recruit-new-graduate .number{
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.recruit-part-time .entry-status {
  font-family: "Oswald", sans-serif;
  color: #524E4D !important;
  font-size: 13px;
  font-weight: 700;
}


.recruit-field-survey .entry-status,
.recruit-new-graduate .entry-status{
  font-family: "Oswald", sans-serif;
  color: #064A80;
  font-size: 13px;
  font-weight: 700;
}

.recruit-field-survey .entry-title,
.recruit-part-time .entry-title,
.recruit-new-graduate .entry-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-field-survey .entry-title-en,
.recruit-part-time .entry-title-en,
.recruit-new-graduate .entry-title-en{
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-left: 8px;
}

.recruit-field-survey .entry-apply-btn,
.recruit-part-time .entry-apply-btn,
.recruit-new-graduate .entry-apply-btn{
  display: inline-block;
  background: #064A80;
  color: #fff;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.recruit-field-survey .entry-apply-btn:hover,
.recruit-part-time .entry-apply-btn:hover,
.recruit-new-graduate .entry-apply-btn:hover{
  opacity: 0.8;
  color: #fff;
}

/* セクション共通タイトル */
.recruit-field-survey .job-section-ttl,
.recruit-part-time .job-section-ttl,
.recruit-new-graduate .job-section-ttl{
  margin-bottom: 40px;
}

/* 仕事内容カード */
.recruit-field-survey .job-section,
.recruit-part-time .job-section{
  padding: 60px 0;
}

.recruit-field-survey .job-cards,
.recruit-part-time .job-cards{
  display: flex;
  gap: 24px;
}

.recruit-field-survey .job-card,
.recruit-part-time .job-card{
  display: flex;
  align-items: center;
  border: 1px solid #064A80;
  padding: 24px;
  gap: 20px;
}

.recruit-field-survey .job-card-icon img,
.recruit-part-time .job-card-icon img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.recruit-field-survey .job-card-title,
.recruit-part-time .job-card-title{
  font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.recruit-field-survey .job-card-num,
.recruit-part-time .job-card-num{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px!important;
  margin-bottom: 8px;
  color: #064A80!important;
}

.recruit-field-survey .job-card p,
.recruit-part-time .job-card p{
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: #000;
}

/* 求める人材テーブル */
.recruit-field-survey .recruit-section,
.recruit-part-time .recruit-section,
.recruit-new-graduate .recruit-section{
  padding: 60px 0;
}

.recruit-field-survey .recruit-table,
.recruit-part-time .recruit-table,
.recruit-new-graduate .recruit-table{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: collapse;
}

.recruit-field-survey .recruit-table tr,
.recruit-part-time .recruit-table tr,
.recruit-new-graduate .recruit-table tr{
  border-bottom: 1px solid #ddd;
}

.recruit-field-survey .recruit-table tr:first-child,
.recruit-part-time .recruit-table tr:first-child,
.recruit-new-graduate .recruit-table tr:first-child{
  border-top: 1px solid #064A80;
}

.recruit-field-survey .recruit-table tr:last-child,
.recruit-part-time .recruit-table tr:last-child,
.recruit-new-graduate .recruit-table tr:last-child{
  border-bottom: 1px solid #064A80;
}

.recruit-field-survey  .recruit-table td:first-child,
.recruit-part-time .recruit-table td:first-child,
.recruit-new-graduate .recruit-table td:first-child{
    width: 220px;
    padding: 28px 20px;
    font-weight: 500;
}

.recruit-field-survey .recruit-table th,
.recruit-part-time .recruit-table th,
.recruit-new-graduate .recruit-table th{
  width:180px;
  padding:28px 24px 28px 0;
  font-size: 16px;
  font-weight:600;
  vertical-align:top
}

.recruit-field-survey .recruit-table td,
.recruit-part-time .recruit-table td,
.recruit-new-graduate .recruit-table td{
  padding: 28px 20px;
  font-size: 16px;
  line-height: 2;
  width: auto;
}

.recruit-field-survey .recruit-table td ul,
.recruit-part-time .recruit-table td ul,
.recruit-new-graduate .recruit-table td ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-field-survey .recruit-table td ul li,
.recruit-part-time .recruit-table td ul li,
.recruit-new-graduate .recruit-table td ul li{
  position: relative;
  padding-left: 18px;
  line-height: 2;
}

.recruit-field-survey .recruit-table td ul li,
.recruit-part-time .recruit-table td ul li,
.recruit-new-graduate .recruit-table td ul li{
    padding-left: 40px;
}

.recruit-field-survey .recruit-table td ul li::before,
.recruit-part-time .recruit-table td ul li::before,
.recruit-new-graduate .recruit-table td ul li::before{
 content: "";
  position: absolute;
  left: 0;
  top: 0.85em;          
  width: 6px;
  height: 6px;
  background: #064A80;
  transform: translateY(-50%);
}

.recruit-field-survey .blue,
.recruit-part-time .blue,
.recruit-new-graduate .blue{
    color:#064A80;
	font-size:0.5em;
	vertical-align:middle;
    margin-right:6px;
}


/* 3つの特徴カード */
.recruit-field-survey .feature-cards {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: collapse;
}

.recruit-field-survey .feature-card {
  flex: 1;
  background: #064A80;
  color: #fff;
  padding: 24px;
  border-radius: 4px;
  position: relative;
}

.recruit-field-survey .feature-card-title {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.recruit-field-survey .feature-card-sub {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
  opacity: 0.9;
}

.recruit-field-survey .feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-field-survey .feature-card ul li {
  line-height: 2;
}

.recruit-field-survey .check {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.recruit-field-survey .white{
    color:#fff;
	font-size:0.5em;
	vertical-align:middle;
    margin-right:6px;
}

.recruit-field-survey .under-line{
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
	margin-bottom: 8px;
}


/* 応募方法 */
.recruit-field-survey .apply-section,
.recruit-part-time .apply-section,
.recruit-new-graduate .apply-section{
  padding: 60px 0;
}

.recruit-field-survey .apply-flow-ttl,
.recruit-part-time .apply-flow-ttl,
.recruit-new-graduate .apply-flow-ttl{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.recruit-field-survey .apply-flow,
.recruit-part-time .apply-flow,
.recruit-new-graduate .apply-flow{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
}

.recruit-field-survey .apply-flow li,
.recruit-part-time .apply-flow li,
.recruit-new-graduate .apply-flow li{
  font-size: 16px;
}

.recruit-field-survey .apply-methods,
.recruit-part-time .apply-methods,
.recruit-new-graduate .apply-methods{
  display: flex;
  gap: 24px;
}

.recruit-field-survey .apply-method,
.recruit-part-time .apply-method,
.recruit-new-graduate .apply-method{
  flex: 1;
  border: 1px solid #064A80;
  padding: 24px;	
  display: flex;
  flex-direction: column;
}


.recruit-field-survey .apply-method .wp-block-buttons,
.recruit-part-time .apply-method .wp-block-buttons,
.recruit-new-graduate .apply-method .wp-block-buttons{
    margin-top:auto;
}

.recruit-field-survey .apply-method h4,
.recruit-part-time .apply-method h4,
.recruit-new-graduate .apply-method h4{
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #064A80 !important;
}

.recruit-field-survey .apply-method p,
.recruit-part-time .apply-method p,
.recruit-new-graduate .apply-method p{
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 16px;
}

.recruit-field-survey .apply-method-num,
.recruit-part-time .apply-method-num,
.recruit-new-graduate .apply-method-num{
  width: 32px;
  height: 32px;
  background: #064A80;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.recruit-field-survey .apply-method-title,
.recruit-part-time .apply-method-title,
.recruit-new-graduate .apply-method-title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.recruit-field-survey .apply-btn-download,
.recruit-part-time .apply-btn-download,
.recruit-new-graduate .apply-btn-download{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 20px 30px;
  background-color:#064A80;
  text-decoration: none;
  margin-top: auto;
}

.recruit-field-survey .download-icon,
.recruit-part-time .download-icon,
.recruit-new-graduate .download-icon{
	width: 40px;
    height: 40px;
}
/* 戻るリンク */
.recruit-field-survey .wp-block-button.is-style-return .wp-block-button__link,
.recruit-field-survey.return-link .wp-block-button__link,
.recruit-part-time .wp-block-button.is-style-return .wp-block-button__link,
.recruit-part-time .return-link .wp-block-button__link,
.recruit-new-graduate .wp-block-button.is-style-return .wp-block-button__link,
.recruit-new-graduate .return-link .wp-block-button__link {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color .3s ease;
}

.recruit-field-survey .return-link a,
.recruit-part-time .return-link a,
.recruit-new-graduate .return-link a{
    color: #777;
    text-decoration: underline;
    transition: none;
}

.recruit-field-survey .return-link a:hover,
.recruit-part-time .return-link a:hover,
.recruit-new-graduate .return-link a:hove{
    color: #777;
    text-decoration: underline;
}

.recruit-field-survey .ready,
.recruit-part-time .ready,
.recruit-new-graduate .ready{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
.recruit-field-survey .page-inner,
.recruit-part-time .page-inner,
.recruit-new-graduate .page-inner{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
	

.recruit-field-survey p.section-ttl.en,
.recruit-part-time p.section-ttl.en,
.recruit-new-graduate p.section-ttl.en{
        display: block;
        font-size: 16px;
        margin-top: 8px;
        line-height: 1.2;
    }
	
 .recruit-field-survey  .lead-copy,
 .recruit-part-time .lead-copy,
.recruit-new-graduate .lead-copy{
        font-size: 24px !important;
        line-height: 1.5;
    }

   .recruit-field-survey .job-cards,
   .recruit-part-time .job-cards{
    flex-direction: column;
  }

   .recruit-field-survey .feature-cards {
    flex-direction: column;
  }

   .recruit-field-survey .apply-methods,
   .recruit-part-time .apply-methods,
   .recruit-new-graduate .apply-method{
    flex-direction: column;
  }

  .recruit-field-survey .recruit-table th,
  .recruit-part-time .recruit-table th,
  .recruit-new-graduate .recruit-table th{
    width: 100px;
    font-size: 13px;
  }
	
  .recruit-field-survey .recruit-table td:nth-child(2),
  .recruit-part-time .recruit-table td:nth-child(2),
  .recruit-new-graduate.recruit-table td:nth-child(2){
    padding-left:20px;
}

  .recruit-field-survey .apply-flow,
  .recruit-part-time .apply-flow,
  .recruit-new-graduate .apply-flow{
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width: 769px){
	.lead-copy{
line-height: 42px;
	}
}

	/*--------------------
採用データレスポンシブ
--------------------*/

@media screen and (max-width:768px){

.recruit-field-survey  .recruit-table tr,
.recruit-part-time .recruit-table tr,
.recruit-new-graduate .recruit-table tr
	{
    display:block;
    margin-bottom:20px;
    border:1px solid #ddd;
    background:#fff;
}

.recruit-field-survey  .recruit-table td,
.recruit-part-time	 .recruit-table td,
.recruit-new-graduate	 .recruit-table td{
    display:block;
    width:100% !important;
    padding:16px 18px !important;
    background:#fff;
}

.recruit-field-survey  .recruit-table td:first-child,
.recruit-part-time .recruit-table td:first-child,
.recruit-new-graduate .recruit-table td:first-child
	{
    background:#f5f5f5;
    font-weight:700;
    font-size:15px;
    border-bottom:1px solid #ddd;
}
	
.recruit-field-survey .recruit-table td:last-child,
.recruit-part-time .recruit-table td:last-child,
.recruit-new-graduate .recruit-table td:last-child{
    background:#fff;
    font-size:14px;
    line-height:1.9;
}

}

/* ==========================================
 補助員（アルバイト/パート）
========================================== */

.recruit-part-time .overview-list,
.recruit-part-time .period-list{
    list-style:none;
    margin:0;
    padding:0;
}

.recruit-part-time .overview-list{
    margin:30px 0;
}

.recruit-part-time .overview-list > li{
    position:relative;
    padding-left:34px;
    margin-bottom:20px;
    font-size:16px;
    line-height:2;
}

/* チェックアイコン */
.recruit-part-time .overview-list > li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#064A80;
    font-weight:700;
}

/* 募集期間 */
.recruit-part-time .period-list{
    margin-top:12px;
    margin-left:0;
}

.recruit-part-time .period-list li{
    position:relative;
    margin-bottom:8px;
    font-size:16px;
    line-height:2;
}

.recruit-part-time .overview-note{
    margin-top:24px;
    font-size:14px;
    line-height:1.8;
    color:#666;
}

.recruit-part-time .period-indent{
    display:inline-block;
    margin-left:5.0em; /* 「募集期間：」の後ろに合わせる */
}

.recruit-part-time .job-card-text p:last-child{
    min-height: 3.6em; 
    line-height: 1.8;
}

.recruit-part-time .recruit-table td,
.recruit-new-graduate .recruit-table td,{
    padding: 28px 0 28px 40px;
}

/* ==========================================
 新卒第二新卒
========================================== */
.recruit-new-graduate .entry-title-number{
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    display: inline;
    font-weight: 500;
    margin-left: 6px;
}

.recruit-new-graduate .schedule-list{
    width:100%;
    margin:40px 0 0;
}

.recruit-new-graduate .schedule-item{
    display:flex;
    align-items:center;
    gap:20px;      
    margin-bottom:18px;
}

.recruit-new-graduate .schedule-step{
    width:68px;
    flex-shrink:0;
}

.recruit-new-graduate .schedule-step img{
    width:56px;
    display:block;
}

.recruit-new-graduate .schedule-box{
    flex:1;
    min-height:78px;
    background:#fff;
    border:1px solid #0A4D84;
    border-radius:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 36px 0 12px;
    box-shadow:0 2px 8px rgba(0,0,0,.15);
}

.recruit-new-graduate .schedule-left{
    width:220px;
}

.recruit-new-graduate .schedule-title{
    font-family: "Yu Mincho","YuMincho","Yu Mincho Demibold",serif;
	font-weight:bold ;
    font-size:16px;
    margin:0;
}

.recruit-new-graduate .schedule-right{
    flex:1;
    font-size:13px;
    line-height:1.7;
}

.recruit-new-graduate .schedule-arrow{
    width:64px;
    margin:8px 0;
    text-align:center;
}

.recruit-new-graduate .schedule-arrow img{
    width:20px;
}

/* ==========================================
 新卒レスポンシブ
========================================== */
@media screen and (max-width:768px){

.recruit-new-graduate .schedule-item{
    position:relative;
    margin-bottom:20px;
}

.recruit-new-graduate .schedule-step{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:48px;
}

.recruit-new-graduate .schedule-step img{
    width:48px;
}

.recruit-new-graduate .schedule-box{
    margin-left:36px;
    padding:16px 16px 16px 44px;
    border-radius:24px;
    display:block;
}

.recruit-new-graduate .schedule-title{
    width:100%;
    font-size:16px;
    margin-bottom:8px;
}

.recruit-new-graduate .schedule-text{
    font-size:13px;
    line-height:1.7;
}

.recruit-new-graduate .schedule-arrow{
    width:48px;
    display:flex;
    justify-content:center;
    margin:8px 0 12px;
}

.recruit-new-graduate .schedule-arrow img{
    width:14px;
}
}

/* ========================================
   FRSの探求 固定ページ
   page-details.php
======================================== */

.details-page {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 120px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  background: #0d0f14;
}

/* 不要な既存要素 */

.details-page .c-breadcrumbs,
.details-page .sidebar,
.details-page .box-white > h2 {
  display: none;
}

/* ========================================
   基本レイアウト
======================================== */

.details-page .inner.is-small {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0;
  box-sizing: border-box;
}

.details-page .news-wrapper,
.details-page .main-content,
.details-page .box-white {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* ========================================
   導入エリア
======================================== */

.details-intro {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}

.details-main-image {
  width: 100%;
  overflow: hidden;
}

.details-main-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
}

.details-heading-wrap {
  top: 0;
  bottom: auto;
  transform: none;
}

/* 元のデザインクラスを置き換え */

.details-heading-box {
  position: relative;
}

.details-heading-line {
  display: block;
}

.details-heading-ja {
  margin: 0;
}

.details-heading-en {
  margin: 0;
}

/* ========================================
   記事一覧
======================================== */

.details-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  column-gap: 40px;
  row-gap: 0;
  width: 100%;
  box-sizing: border-box;
}

.details-card {
  position: relative;
  min-width: 0;
}

.details-card > a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

/* 1件目 */

.details-card:nth-child(1) {
  grid-column: 1 / 13;
  grid-row: 1;
  width: 100%;
  margin-bottom: 50px;
}

/* 2件目 */

.details-card:nth-child(2) {
  grid-column: 7 / 13;
  grid-row: 2;
  align-self: start;
  width: 98%;
  margin-left: auto;
}

/* 3件目 */

.details-card:nth-child(3) {
  grid-column: 1 / 7;
  grid-row: 2;
  align-self: end;
  width: 98%;
  margin-top: 190px;
}

/* 4件目 */

.details-card:nth-child(4) {
  grid-column: 1 / 13;
  grid-row: 3;
  width: 100%;
  margin-top: 120px;
}

/* ========================================
   FIELD NOTE
======================================== */

.details-note {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 6.7vw, 85px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ========================================
   画像
======================================== */

.details-card-image {
  width: 100%;
  overflow: hidden;
}

.details-card-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.details-card:nth-child(1) .details-card-image img,
.details-card:nth-child(4) .details-card-image img {
  aspect-ratio: 2.8 / 1;
}

.details-card:nth-child(2) .details-card-image img,
.details-card:nth-child(3) .details-card-image img {
  aspect-ratio: 1.35 / 1;
}

.details-card > a:hover .details-card-image img {
  transform: scale(1.015);
}

/* ========================================
   記事情報
======================================== */

.details-card-content {
  width: 100%;
}

.details-title {
  margin: 18px 0 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.details-excerpt {
  max-width: 620px;
  margin: 14px 0 0;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}

.details-card:nth-child(2) .details-excerpt,
.details-card:nth-child(3) .details-excerpt {
  max-width: 100%;
}

.details-date {
  margin: 14px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.details-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  margin-top: 38px;
  padding: 5px 16px;
  box-sizing: border-box;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #006934 0%,
      #8fc31f 100%
    );
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* ========================================
   VIEW MORE
======================================== */

.details-more {
  width: 100%;
  color: #fff;
}

.details-more-link {
  margin-top: 60px;
  color: #fff;
}

.details-page .top-servises_btn-2::after {
  background: #fff;
}

/* ========================================
   終了コピー
======================================== */

.details-ending-copy {
  margin-top: 120px;
  margin-bottom: 80px;
}

.details-ending-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Oswald", sans-serif;
  font-size: clamp(80px, 11.7vw, 140px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1024px) {

  .details-page {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: hidden;
  }

  .details-page .inner.is-small {
    width: calc(100% - 48px);
    max-width: none;
    margin: 0 auto;
  }

  .details-list {
    column-gap: 28px;
  }

  .details-card:nth-child(3) {
    margin-top: 130px;
  }

  .details-title {
    font-size: 32px;
  }
}

/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 768px) {

  .details-page {
    padding-bottom: 80px;
  }

  .details-page .inner.is-small {
    width: calc(100% - 40px);
    padding-top: 80px;
  }

  .details-intro {
    margin-bottom: 80px;
  }

  .details-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .details-card,
  .details-card:nth-child(1),
  .details-card:nth-child(2),
  .details-card:nth-child(3),
  .details-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    margin: 0;
  }

  .details-note {
    margin-bottom: 16px;
    font-size: 48px;
    white-space: normal;
  }

  .details-card:nth-child(1) .details-card-image img,
  .details-card:nth-child(2) .details-card-image img,
  .details-card:nth-child(3) .details-card-image img,
  .details-card:nth-child(4) .details-card-image img {
    width: 100%;
    aspect-ratio: 1.32 / 1;
    object-fit: cover;
  }

  .details-title {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.5;
  }

  .details-excerpt {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.9;
  }

  .details-date {
    margin-top: 12px;
    font-size: 14px;
  }

  .details-label {
    margin-top: 16px;
    font-size: 14px;
  }

  .details-more-link {
    margin-top: 50px;
  }

  .details-ending-copy {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .details-ending-copy p {
    font-size: clamp(52px, 12vw, 72px);
    line-height: 1.1;
    white-space: normal;
  }
}

/* ========================================
   エントリーフォーム追加調整
======================================== */

/* 任意ラベル */
.contact .any {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 4px;
  background: #e7e7e7;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}

/* セレクト */
.contact .wpcf7-select {
  display: block;
  width: 100%;
  height: 78px;
  margin-top: 12px;
	margin-bottom: 40px;
  padding: 0 20px;
  border: 2px solid #006f37;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  font: inherit;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
}

/* 日付入力 */
.contact input[type="date"] {
  width: 100%;
  height: 78px;
  margin-top: 12px;
	margin-bottom: 40px;
  padding: 0 20px;
  border: 2px solid #006f37;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 18px;
  box-sizing: border-box;
}

/* 採用フォーム内の見出し */
.contact .contact-form-heading {
  margin: 0 0 25px;
  padding: 0;
  background: transparent;
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}

/* 添付ファイルエリア */
.contact .contact-upload-area {
  margin: 80px 0;
}

.contact .contact-upload-note {
  margin: 0 0 40px;
  color: #111;
  font-size: 17px;
  line-height: 1.9;
}

/* CF7の各ファイル欄に余白 */
.contact .contact-upload-area .wpcf7-form-control-wrap {
  display: block;
  margin: 12px 0 45px;
}

/* ファイル選択欄 */
.contact input[type="file"] {
  display: block;
  width: 100%;
  padding: 18px;
  border: 2px solid #006f37;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
}

.contact input[type="file"]::file-selector-button {
  margin-right: 15px;
  padding: 10px 18px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #f2f2f2;
  color: #111;
  font: inherit;
  cursor: pointer;
}

/* 個人情報エリア */
.contact .contact-privacy-area {
  margin: 80px 0 50px;
}

.contact .contact-privacy-guidance {
  margin: 0 0 15px;
  color: #111;
  font-size: 16px;
  line-height: 1.8;
}

.contact .contact-privacy-scroll {
  height: 340px;
  padding: 30px;
  overflow-y: scroll;
  border: 3px solid #006f37;
  border-radius: 6px 6px 0 0;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.9;
  box-sizing: border-box;
  overscroll-behavior: contain;
}

.contact .contact-privacy-scroll h4 {
  margin: 25px 0 15px;
  color: #111;
  font-size: 20px;
}

.contact .contact-privacy-scroll h5 {
  margin: 25px 0 8px;
  color: #111;
  font-size: 16px;
}

.contact .contact-privacy-scroll p {
  margin: 0 0 15px;
}

.contact .contact-privacy-scroll ul {
  margin: 0 0 20px;
  padding-left: 25px;
}

/* 同意欄 */
.contact .contact-privacy-check {
  padding: 20px 25px;
  border: 2px solid #006f37;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-sizing: border-box;
}

.contact .contact-privacy-check.is-disabled {
  opacity: 0.55;
}

.contact .contact-privacy-check.is-disabled label {
  pointer-events: none;
  cursor: not-allowed;
}

.contact .contact-privacy-check .wpcf7-list-item {
  margin: 0;
}

.contact .contact-privacy-check label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  cursor: pointer;
}

.contact .contact-privacy-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.contact .contact-privacy-message {
  margin: 10px 0 0;
  color: #c00;
  font-size: 14px;
}

.contact .contact-privacy-message.is-checked {
  color: #006f37;
}

/* 不要な大きな空白を防ぐ */
.contact .wpcf7-form > br {
  display: none;
}

.contact .wpcf7-form p:empty {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact .wpcf7-select,
  .contact input[type="date"] {
    height: 60px;
    padding: 0 15px;
    border-width: 2px;
    font-size: 16px;
  }

  .contact .contact-form-heading {
    font-size: 22px;
  }

  .contact .contact-upload-area,
  .contact .contact-privacy-area {
    margin: 55px 0;
  }

  .contact .contact-upload-note {
    font-size: 14px;
  }

  .contact input[type="file"] {
    padding: 14px;
    border-width: 2px;
    font-size: 14px;
  }

  .contact .contact-privacy-scroll {
    height: 300px;
    padding: 20px;
    border-width: 2px;
    font-size: 14px;
  }

  .contact .contact-privacy-check {
    padding: 18px;
    border-width: 2px;
    border-top: 0;
  }
}
/* 新卒採用エントリーフォーム下部の余白 */
#wpcf7-f1863-p1864-o1, #wpcf7-f1904-p1871-o1, #wpcf7-f1903-p1868-o1 {
  padding-bottom: 80px;
}
/* ========================================
   えこさぽ一覧ページ
======================================== */

.ecosapo-archive {
  --ecosapo-green: #8fc31f;
  --ecosapo-bg: #ffffff;
  --ecosapo-card-bg: #ffffff;
  --ecosapo-border: rgba(0, 0, 0, 0.18);

  min-height: 100vh;
  overflow: hidden;
  color: #111111;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(143, 195, 31, 0.10),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfcf8 55%,
      #f4f6f0 100%
    );

  counter-reset: work-card;
	padding-top: 80px;
}

/* 既存レイアウトをリセット */

.ecosapo-archive .inner,
.ecosapo-archive .news-wrapper,
.ecosapo-archive .main-content,
.ecosapo-archive .box-white {
  background: transparent;
}

.ecosapo-archive .news-wrapper {
  display: flex;
  flex-direction: column;
}

.ecosapo-archive .main-content,
.ecosapo-archive .sidebar {
  width: 100%;
}

.ecosapo-archive .box-white {
  padding: 0 !important;
  border: 0;
  box-shadow: none;
}

/* ========================================
   見出し
======================================== */

.ecosapo-heading {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 55px;
  padding: 45px 20px 0;
  text-align: center;
}

.ecosapo-heading-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.045);
  font-family: "Oswald", sans-serif;
  font-size: clamp(78px, 9vw, 145px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.ecosapo-heading-en {
  margin: 0 0 10px;
  color: var(--ecosapo-green);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.ecosapo-heading-title {
  margin: 0;
  color: #111111;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.ecosapo-heading-line {
  display: block;
  width: 55px;
  height: 2px;
  margin: 18px auto 20px;
  background: var(--ecosapo-green);
}

.ecosapo-heading-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.76);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ========================================
   カード一覧
======================================== */

.ecosapo-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 90px;
  padding: 0 5%;
  box-sizing: border-box;
}

/* ========================================
   カード本体
======================================== */

.ecosapo-card {
  position: relative;
  min-width: 0;
  counter-increment: work-card;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.ecosapo-card:hover {
  transform: translateY(-10px);
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16))
    drop-shadow(0 0 12px rgba(143, 195, 31, 0.14));
}

.ecosapo-card > a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #111111;
  text-decoration: none;
}

/* ========================================
   画像エリア
======================================== */

.ecosapo-card-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 16 / 9;

  clip-path: polygon(
    22px 0,
    calc(100% - 44px) 0,
    100% 0px,
    100% 100%,
    0 100%,
    0 22px
  );

  background: #f1f2ef;
}

.ecosapo-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  filter: brightness(0.78) contrast(1.06);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.ecosapo-card:hover .ecosapo-card-image img {
  transform: scale(1.055);
  filter: brightness(0.98) contrast(1.04);
}

/* ========================================
   画像右上のプラス
======================================== */

.ecosapo-plus {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 17px;
  width: 22px;
  height: 22px;
  transition: transform 0.4s ease;
}

.ecosapo-plus::before,
.ecosapo-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--ecosapo-green);
  transform: translate(-50%, -50%);
}

.ecosapo-plus::before {
  width: 22px;
  height: 2px;
}

.ecosapo-plus::after {
  width: 2px;
  height: 22px;
}

.ecosapo-card:hover .ecosapo-plus {
  transform: rotate(90deg);
}

/* ========================================
   カード本文
======================================== */

.ecosapo-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 320px;
  margin-top: -1px;
  padding: 23px 25px 22px 27px;
  box-sizing: border-box;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(0, 0, 0, 0.025),
      transparent 42%
    ),
    var(--ecosapo-card-bg);

  border-top: 0;
  border-right: 1px solid var(--ecosapo-border);
  border-bottom: 1px solid var(--ecosapo-border);

  /* 左の緑線と下部の切り欠き */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 22px),
    calc(100% - 22px) 100%,
    calc(48% + 18px) 100%,
    calc(48% - 4px) calc(100% - 15px),
    0 calc(100% - 15px)
  );
}

/* 左側のライム縦線 */

.ecosapo-card-body::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 15px;
  left: 0;
  width: 2px;
  background: var(--ecosapo-green);
}

/* 右下の細い斜め枠 */

.ecosapo-card-body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 32px;
  height: 32px;
  border-right: 1px solid var(--ecosapo-border);
  border-bottom: 1px solid var(--ecosapo-border);
  transform: skewY(-45deg);
  transform-origin: right bottom;
  pointer-events: none;
}

/* ========================================
   番号・カテゴリー
======================================== */

.ecosapo-card-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.ecosapo-number::before {
  content: counter(work-card, decimal-leading-zero);
  color: var(--ecosapo-green);
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ecosapo-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--ecosapo-green);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/* ========================================
   タイトル
======================================== */

.ecosapo-card h3 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #111111;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.ecosapo-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--ecosapo-green);
  transition: width 0.4s ease;
}

.ecosapo-card:hover h3::after {
  width: 68px;
}

/* ========================================
   本文
======================================== */

.ecosapo-card-text {
  margin: 18px 0 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.025em;
}

/* ========================================
   詳細を見る
======================================== */

.ecosapo-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 25px;
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ecosapo-card-arrow {
  position: relative;
  display: block;
  width: 28px;
  height: 10px;
  margin-right: 4px;
}

.ecosapo-card-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 1px;
  background: var(--ecosapo-green);
  transform: translateY(-50%);
  transition: width 0.35s ease;
}

.ecosapo-card-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--ecosapo-green);
  border-right: 1px solid var(--ecosapo-green);
  transform: translateY(-50%) rotate(45deg);
}

.ecosapo-card:hover .ecosapo-card-arrow::before {
  width: 38px;
}

/* ========================================
   サイドバー
======================================== */

.ecosapo-archive .sidebar .item {
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  color: #111111;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(143, 195, 31, 0.42);
}

/* ========================================
   ページネーション
======================================== */

.ecosapo-archive .pagination {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.ecosapo-archive .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ecosapo-archive .pagination a,
.ecosapo-archive .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #111111;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ecosapo-archive .pagination .current,
.ecosapo-archive .pagination a:hover {
  color: #ffffff;
  background: var(--ecosapo-green);
  border-color: var(--ecosapo-green);
}

/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1000px) {
  .ecosapo-inner {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 36px;
  }

  .ecosapo-card-image {
    aspect-ratio: 16 / 8.5;
  }

  .ecosapo-card-body {
    min-height: 300px;
  }

  .ecosapo-card h3 {
    font-size: 22px;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {
  .ecosapo-heading {
    margin-bottom: 38px;
    padding-top: 30px;
  }

  .ecosapo-heading-bg {
    top: 8px;
    font-size: 60px;
  }

  .ecosapo-heading-en {
    font-size: 11px;
  }

  .ecosapo-heading-title {
    font-size: 29px;
    letter-spacing: 0.06em;
  }

  .ecosapo-heading-line {
    width: 42px;
    margin: 14px auto 17px;
  }

  .ecosapo-heading-text {
    font-size: 13px;
    line-height: 1.9;
  }

  .ecosapo-heading-text br {
    display: none;
  }

  .ecosapo-inner {
    gap: 28px;
    margin-bottom: 60px;
  }

  .ecosapo-card-image {
    aspect-ratio: 16 / 10;
    clip-path: polygon(
      16px 0,
      calc(100% - 30px) 0,
      100% 0px,
      100% 100%,
      0 100%,
      0 16px
    );
  }

  .ecosapo-plus {
    top: 13px;
    right: 12px;
    width: 18px;
    height: 18px;
  }

  .ecosapo-plus::before {
    width: 18px;
  }

  .ecosapo-plus::after {
    height: 18px;
  }

  .ecosapo-card-body {
    min-height: 300px;
    padding: 22px 21px 20px 23px;

    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      calc(48% + 14px) 100%,
      calc(48% - 3px) calc(100% - 12px),
      0 calc(100% - 12px)
    );
  }

  .ecosapo-card-body::before {
    bottom: 12px;
  }

  .ecosapo-number::before {
    font-size: 24px;
  }

  .ecosapo-card h3 {
    font-size: 19px;
  }

  .ecosapo-card-text {
    font-size: 13px;
  }
}
/* ========================================
  えこさぽ詳細
======================================== */

.ecosapo-single {
  min-height: 100vh;
  overflow: hidden;
  color: #111111;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(143, 195, 31, 0.10),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfcf8 55%,
      #f4f6f0 100%
    );
}

/* ========================================
   既存レイアウト・白背景の解除
======================================== */

.ecosapo-single .inner {
  background: transparent;
	padding-top: 80px;
}

.ecosapo-single .box-white {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ecosapo-single .main-content,
.ecosapo-single .sidebar {
  min-width: 0;
}

/* ========================================
   本文＋サイドバー
======================================== */

.ecosapo-single .news-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 60px;
  width: 100%;
}

.ecosapo-single .main-content {
  width: 100%;
  min-width: 0;
}

.ecosapo-single .post {
  width: 100%;
  min-width: 0;
}

/* ========================================
   パンくず
======================================== */

.ecosapo-single .c-breadcrumbs {
  color: rgba(0, 0, 0, 0.62);
}

.ecosapo-single .c-breadcrumbs a {
  color: rgba(0, 0, 0, 0.72);
}

.ecosapo-single .c-breadcrumbs a:hover {
  color: #8fc31f;
}

/* ========================================
   カテゴリー
======================================== */

.ecosapo-single .cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.ecosapo-single .cat-list li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 16px;
  color: #ffffff;
  background: #8fc31f;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* ========================================
   日付
======================================== */

.ecosapo-single .post-header {
  margin-bottom: 22px;
}

.ecosapo-single .post-header time {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* ========================================
   タイトル
======================================== */

.ecosapo-single .post-title {
  position: relative;
  margin: 0 0 45px;
  padding-bottom: 24px;
  color: #111111;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.ecosapo-single .post-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #8fc31f;
}

/* ========================================
   アイキャッチ
======================================== */

.ecosapo-single .eyecatch {
  width: 100%;
  margin: 0 0 45px;
  overflow: hidden;
  background: #ffffff;
}

.ecosapo-single .eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* ========================================
   本文
======================================== */

.ecosapo-single .post-wrapper {
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.ecosapo-single .post-wrapper > *:first-child {
  margin-top: 0;
}

.ecosapo-single .post-wrapper h2 {
  position: relative;
  margin: 65px 0 28px;
  padding: 18px 22px 18px 26px;
  color: #111111;
  background: rgba(247, 248, 245, 0.96);
  border-left: 3px solid #8fc31f;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.5;
}

.ecosapo-single .post-wrapper h3 {
  position: relative;
  padding-bottom: 14px;
  color: #111111;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.5;
}

.ecosapo-single .post-wrapper h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: #8fc31f;
}

.ecosapo-single .post-wrapper h4,
.ecosapo-single .post-wrapper h5,
.ecosapo-single .post-wrapper h6 {
  color: #111111;
}

.ecosapo-single .post-wrapper a {
  color: #8fc31f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ecosapo-single .post-wrapper ul,
.ecosapo-single .post-wrapper ol {
  margin: 25px 0;
  padding-left: 1.5em;
}

.ecosapo-single .post-wrapper li {
  margin-bottom: 10px;
}

.ecosapo-single .post-wrapper blockquote {
  margin: 35px 0;
  padding: 24px 28px;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(247, 248, 245, 0.96);
  border-left: 3px solid #8fc31f;
}

.ecosapo-single .post-wrapper table {
  width: 100%;
  margin: 35px 0;
  border-collapse: collapse;
}

.ecosapo-single .post-wrapper th,
.ecosapo-single .post-wrapper td {
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.ecosapo-single .post-wrapper th {
  color: #111111;
  background: rgba(143, 195, 31, 0.12);
}

/* ========================================
   前後ナビゲーション
======================================== */

.ecosapo-single .page-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  margin: 80px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ecosapo-single .page-nav li {
  min-width: 0;
  margin: 0;
}

.ecosapo-single .page-nav li:nth-child(1) {
  text-align: left;
}

.ecosapo-single .page-nav li:nth-child(2) {
  text-align: center;
}

.ecosapo-single .page-nav li:nth-child(3) {
  text-align: right;
}

.ecosapo-single .page-nav a {
  display: inline-flex;
  align-items: center;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.ecosapo-single .page-nav a:hover {
  color: #8fc31f;
}

.ecosapo-single .page-nav li:first-child a:hover {
  transform: translateX(-4px);
}

.ecosapo-single .page-nav li:last-child a:hover {
  transform: translateX(4px);
}


.ecosapo-single .page-nav .to-archive:hover {
  color: #ffffff;
  background: #8fc31f;
  transform: none;
}

/* ========================================
   右サイドバー
======================================== */

.ecosapo-single .sidebar {
  position: sticky;
  top: 120px;
  width: 330px;
  min-width: 330px;
  max-width: 330px;
}

/* サイドバー全体の黒い枠 */

.ecosapo-single .sidebar .item {
  width: 100%;
  margin: 0;
  padding: 48px 42px 46px;
  box-sizing: border-box;

  color: #111111;
  background: #ffffff;
  border: 2px solid #8fc31f;
}

/* CATEGORIES */

.ecosapo-single .sidebar h2,
.ecosapo-single .sidebar h3,
.ecosapo-single .sidebar .title {
  margin: 0 0 46px;
  padding: 0;

  color: #111111;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.18em;

  word-break: normal;
  overflow-wrap: normal;
}

/* リスト */

.ecosapo-single .sidebar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecosapo-single .sidebar li {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.ecosapo-single .sidebar li:last-child {
  margin-bottom: 0;
}

/* カテゴリーリンク */

.ecosapo-archive .sidebar a,
.ecosapo-single .sidebar a {
  position: relative;
  display: inline-block;
width: auto;
  padding: 0 0 0 54px;
  box-sizing: border-box;

  color: #111111;
  font-size: 17px;
  line-height: 1.65;
  text-decoration: none;

  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}
.ecosapo-archive li{
	padding-top: 10px;
}

/* 左のライム線 */

.ecosapo-archive .sidebar a::before,
.ecosapo-single .sidebar a::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;

  width: 36px;
  height: 1px;

  background: #8fc31f;
}




/* 件数 */

.ecosapo-single .sidebar .count,
.ecosapo-single .sidebar .post-count {
  display: inline;
  margin-left: 18px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}

/* ホバー */

.ecosapo-single .sidebar a:hover {
  color: #8fc31f;
  transform: translateX(4px);
}

/* ========================================
   1100px以下
======================================== */

@media screen and (max-width: 1100px) {

  .ecosapo-single .news-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ecosapo-single .main-content,
  .ecosapo-single .sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ecosapo-single .sidebar {
    position: static;
    order: 2;
  }

  .ecosapo-single .sidebar .item {
    padding: 46px 42px;
  }

  .ecosapo-single .sidebar ul {
    display: block;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {

  .ecosapo-single .sidebar .item {
    padding: 35px 26px;
  }

  .ecosapo-single .sidebar h2,
  .ecosapo-single .sidebar h3,
  .ecosapo-single .sidebar .title {
    margin-bottom: 34px;
    font-size: 25px;
    letter-spacing: 0.14em;
  }

  .ecosapo-single .sidebar li {
    margin-bottom: 24px;
  }

  .ecosapo-single .sidebar a {
    padding-left: 46px;
    font-size: 15px;
  }

  .ecosapo-single .sidebar a::before {
    width: 30px;
  }

  .ecosapo-single .sidebar .count,
  .ecosapo-single .sidebar .post-count {
    margin-left: 12px;
    font-size: 14px;
  }
}
/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 1100px) {
  .ecosapo-single .news-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ecosapo-single .main-content,
  .ecosapo-single .sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ecosapo-single .sidebar {
    position: static;
    order: 2;
  }

  .ecosapo-single .sidebar .item {
    width: 100%;
    max-width: none;
  }

  .ecosapo-single .sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
  }

  .ecosapo-single .sidebar li:nth-child(2) {
    border-top: 0;
  }
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {
  .ecosapo-single .post-title {
    margin-bottom: 32px;
    padding-bottom: 18px;
    font-size: 30px;
  }

  .ecosapo-single .eyecatch {
    margin-bottom: 32px;
  }

  .ecosapo-single .post-wrapper {
    font-size: 15px;
    line-height: 1.9;
  }

  .ecosapo-single .post-wrapper h2 {
    margin-top: 48px;
    padding: 15px 16px 15px 19px;
    font-size: 24px;
  }

  .ecosapo-single .post-wrapper h3 {
    font-size: 20px;
  }

  .ecosapo-single .page-nav {
    gap: 16px;
    margin-top: 55px;
	  padding: 8px;
  }

  .ecosapo-single .page-nav li,
  .ecosapo-single .page-nav li:nth-child(1),
  .ecosapo-single .page-nav li:nth-child(2),
  .ecosapo-single .page-nav li:nth-child(3) {
    width: 100%;
    text-align: center;
  }

  .ecosapo-single .page-nav a {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .ecosapo-single .sidebar .item {
    padding: 24px 20px;
  }

  .ecosapo-single .sidebar h2,
  .ecosapo-single .sidebar h3,
  .ecosapo-single .sidebar .title {
    font-size: 24px;
  }

  .ecosapo-single .sidebar ul {
    grid-template-columns: 1fr;
  }
}
.ecosapo-single .sidebar a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-left: 54px;

  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.ecosapo-single .sidebar .count,
.ecosapo-single .sidebar .post-count {
  flex: 0 0 auto;
  margin-left: 0;
  white-space: nowrap;
}
.ecosapo-single .sidebar li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 28px;
  padding-left: 54px;

  color: #111111;
  white-space: nowrap;
}

.ecosapo-single .sidebar li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 36px;
  height: 1px;
  background: #8fc31f;
}

.ecosapo-single .sidebar li a {
  display: inline;
  width: auto;
  padding: 0;
  white-space: nowrap;
}

.ecosapo-single .sidebar li a::before {
  display: none;
}
.ecosapo-single .sidebar .news-title {
  text-align: center;
	letter-spacing: 0.02em;
}

/* ==========================
 お知らせシングル
========================== */

.news-pg .news-wrapper .post-wrapper{
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.news-pg .news-wrapper .post-wrapper > *:first-child{
  margin-top: 0;
}

/* h2 */
.news-pg .news-wrapper .post-wrapper h2{
  margin: 60px 0 28px;
  padding: 18px 22px 18px 26px;
  color: #111;
  background: rgba(247,248,245,.96);
  border-left: 3px solid #8fc31f;
  font-size: clamp(24px,2.3vw,32px);
  font-weight:700;
  line-height:1.5;
}

/* h3 */
.news-pg .news-wrapper .post-wrapper h3{
  position:relative;
  margin:45px 0 20px;
  padding-bottom:12px;
  color:#111;
  font-size:clamp(20px,1.9vw,26px);
  font-weight:600;
  line-height:1.5;
}

.news-pg .news-wrapper .post-wrapper h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:38px;
  height:2px;
  background:#8fc31f;
}

/* リンク */
.news-pg .news-wrapper .post-wrapper a{
  color:#8fc31f;
  text-decoration:underline;
  text-underline-offset:4px;
}

/* リスト */
.news-pg .news-wrapper .post-wrapper ul,
.news-pg .news-wrapper .post-wrapper ol{
  margin:25px 0;
  padding-left:1.5em;
}

.news-pg .news-wrapper .post-wrapper li{
  margin-bottom:10px;
}

/* 引用・ポイント */
.news-pg .news-wrapper .post-wrapper blockquote{
  margin:35px 0;
  padding:24px 28px;
  background:rgba(247,248,245,.96);
  border-left:3px solid #8fc31f;
}
-
/* テーブル */
.news-pg .news-wrapper .post-wrapper table{
  width:100%;
  margin:35px 0;
  border-collapse:collapse;
}

.news-pg .news-wrapper .post-wrapper th,
.news-pg .news-wrapper .post-wrapper td{
  padding:14px 16px;
  border:1px solid rgba(0,0,0,.14);
}

.news-pg .news-wrapper .post-wrapper th{
  background:rgba(143,195,31,.12);
  color:#111;
}


@media screen and (max-width: 430px) {
.system-title{
font-size: 22px;
}
}

.excerpt {
  line-height: 2;
}

.read-more {
  display: block;
  margin-top: 12px;
  text-align: right;
  color: #999;
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
}

.news-card:hover .read-more {
  color: #999;
	font-size: 14px;
}

.details-page .excerpt {
  color: #fff;
}