/* CSSリセット */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.mainSection-col-two {
    padding-right: 0;
    padding-left: 0;
}

.row>* {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


/*サイト全体*/
html,
body {
    height: 100%;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #333!important;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
    background: none;
    border: none;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-size: 15px;
}


.grecaptcha-badge { 
	visibility: hidden;
}

.siteContent_after{
	display:none!important;
}



/*フォント*/

.english-subttl {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.zen-bold {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
}


.btn {
    font-weight: bold;
    background: white;
    border-radius: 30px;
    padding: 10px 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    max-width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    position: relative;
    justify-content: center;


&:hover {
    opacity: 0.8;
    background: white!important; // ← 明示的に上書き
    border-color: initial; // ← 必要に応じて
    color: initial;
  }
}

/*サイト全体レスポンシブ*/
@media screen and (max-width: 767px) {
    h2,
    h3 {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.25rem;
    }
	
	
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		line-height:1.7!important;
	}
	
	.english-subttl{
		margin-bottom:10px;
	}
	
	.btn{
	font-size: 0.95rem;
}
	
	.type-seminar p,
	.type-column p,
	.type-voice p,
	#post-242 p,
	p,
	body{
		line-height:1.8!important;
	}
}

/*携帯のみ表示*/
@media screen and (max-width: 767px) {
    .d-pc {
        display: none !important;
    }
}

/*PCのみ表示*/
@media screen and (min-width: 767px) {
    .d-mb {
        display: none !important;
    }
}

/*ホバー*/
#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item > a.mega-menu-link:hover,
.header-btn-contact:hover{
	color:#0062A2!important;
}

a:hover{
	text-decoration:none!important;
}

.btn:hover{
	background-color:white!important;
}


/*ヘッダー*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}




#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	background-color:white;
}


/* 固定ヘッダー分の余白をbodyに追加（見た目崩れ防止） */
body {
     padding-top: 75px;
}


.siteHeadContainer{
	display:flex;
	justify-content: space-between;
	padding:0 4%!important;
}

#vk-mobile-nav-menu-btn{
	display:none;
}


.header-btn-mail{
	background: linear-gradient(135deg, #0094D4, #00498A)!important;
	color:white!important;
	font-weight:500!important;
}

.header-btn-mail:hover{
	color:#E7E7E7!important;
}

.header-btn-contact{
	background-color:#F5F5F5!important;
	color:#333!important;
	font-weight:500!important;
}

.header-top-buttons a{
	border-radius:0!important;
}


.header-top-buttons {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
}

.header-top-buttons a {
  padding: 0.4rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}

.header-top-buttons a:hover {
  background: #005f8d;
}


.site-logo{
  width: 150px;
margin-top: -15px;
}

.gMenu_outer{
	    width: 100% !important;
}

.mega-sub-menu{
	width:100%!important;
}

#mega-menu-item-323 a{
background: linear-gradient(135deg, #0094D4, #00498A)!important;
	color:white!important;	
}

#mega-menu-item-325 a{
	color:#00498A!important;	
	background-color:#F5F5F5;
}

.mega-sub-menu li a{
		    justify-content: center;
}

#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item {
	line-height:2;
}

#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item > a.mega-menu-link{
	padding:0 15px;
	font-size:15px;
	min-height:45px!important;
}

.mega-menu-link{
	font-weight:500!important;
}


.mega-menu-item-322>.mega-menu-link{
	padding:0 18px!important;
}


/*ヘッダーレスポンシブ*/

@media (max-width: 900px){
	
#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item > a.mega-menu-link{
			padding:0 6px;
	}
}

@media (min-width: 767px) {
	.mega-sub-menu{
		font-size:13px!important;
	}
}


@media (max-width: 767px) {
	.header-top-buttons{
		display:none;
	}

	
	.mega-toggle-blocks-left,
	.mega-toggle-blocks-center{
		display:none;!important;
	}
	
	.siteHeadContainer,
	.navbar-header{
		height: 70px!important;
		align-items:center!important;
}
	
	.site-logo{
		margin-top: 0!important;
		align-items:center!important;
		margin-bottom:0!important;
	}
	
	.mega-toggle-animated-inner,
	.mega-toggle-animated-inner:before,
	.mega-toggle-animated-inner:after{
		    background-color: #04237F!important;
	}
	
	.mega-toggle-blocks-right{
		background:white!important;
	}
	
	.mega-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
}
	
	.navbar-header {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  height: 100px; /* 適切な高さに調整 */
}
	
	.container.siteHeadContainer {
  display: flex;
  align-items: center;
  height: 100px;
}
	
	#mega-menu-Header{
	   padding-top:60px!important;
	}
	
	
	#mega-menu-wrap-Header .mega-menu-toggle + #mega-menu-Header{
		width:100%;
		background: white;
	}
	
	#mega-menu-wrap-Header #mega-menu-Header > li.mega-menu-item > a.mega-menu-link{
		color:#333!important;
		padding-left:15%!important;
		    padding-right: 8% !important;
		font-weight:500;
	}
	
	button.mega-close:before{
	color:#04237F!important;
	}
	
	button.mega-close{
	    right: 19px!important;
		left:auto!important;
        top: 13px!important;
	}
	
	
	
	#mega-menu-item-323 a{
	background:#F5F5F5!important;
	color:#333!important;
		    justify-content: start!important;
       padding-left: 15% !important;
}

#mega-menu-item-325 a{
	color:#333!important;	
	background:#F5F5F5!important;
	    justify-content: start!important;
        padding-left: 15% !important;
}
	
	  header, #gMenu_outer, .mega-menu {
    display: block !important;
  }
	
}



/*フッター*/
.footer-links {
  display: flex;
	    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
	padding-bottom:20px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  position: relative;
	    padding-right: 6px;
}

.footer-links-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.footer-links-content a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 5px 12px;
  position: relative;
  display: inline-block;
	font-weight:500;
}

.footer-links-content a:hover{
	color:#0062A2!important;
}

/* 前に縦線を入れる */
.footer-links-content a::before {
  content: "|";
  color: #0062A2;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
}


/* 最後のリンクに後ろの縦線 */
.footer-links-content a:last-child::after {
  content: "|";
  color: #0062A2;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}



footer {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.footerWidget > div > div:nth-of-type(2),
.footerWidget > div > div:nth-of-type(3) {
	display:none!important;
}

.footerWidget > div > div:nth-of-type(1){
	width:100vw!important;
}

.footerWidget > div > div:nth-of-type(1) > aside{
	width:100vw!important;
}

.siteFooter{
	background-color:#F5F5F5!important;
	    padding: 20px 20px 10px 20px;
}

.copySection{
	display:none;
}

.copy-right{
margin-bottom:0;
}

.diagnosis-banner{
	z-index:999;
	position:relative;
}

.diagnosis-banner-link{
	right:20px!important;
}

.diagnosis-banner-mobile-inner div{
	flex-direction:column;
}

.diagnosis-banner-mobile-inner span{
text-align: center;
}

.page-id-227 .custom-fixed-cta-wrapper,
.page-id-242 .custom-fixed-cta-wrapper,
.page-id-214 .custom-fixed-cta-wrapper,
.page-id-221 .custom-fixed-cta-wrapper,
.page-id-216 .custom-fixed-cta-wrapper,
.page-id-8 .custom-fixed-cta-wrapper,
.archive  .custom-fixed-cta-wrapper
{
	display:none!important;
}


/*フッターレスポンシブ*/


@media (min-width: 767px) {
	 .custom-fixed-cta-wrapper,
	.mb-fixed-cta-button-wrapper
{
	display:none!important;
}
}
@media (max-width: 767px) {
	.footer-links{
		display:none;
	}
	
	.siteFooter aside{
margin:0!important;
	}
	
	.siteFooter{
		    padding: 10px 0;
		    padding-bottom: 70px!important;
	}
	
	.copy-right{
		font-size:12px;
	}
	

	
.mb-fixed-cta-button-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 70px;
  background: rgba(245, 245, 245, 0.85);
  z-index: 2;
}


.mb-fixed-cta-button-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
 .mb-fixed-cta-button {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 90%;
  max-width: 400px;
}

.mb-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #FB8433, #FF6617);
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  border-radius: 999px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: background 0.3s ease;
}

.mb-cta-button:hover {
	color:white!important;
	}
	
.mb-cta-icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
}

}

/*TOP*/

/*診断セクション*/

.check-section {
padding-top: 12%;
    z-index: 1;
    margin-top: -14.5%;
    background-image: url(https://r-syaro.com/wp-content/uploads/2025/06/グループ-189902.png);
    position: relative;
    background-size: cover;
    background-position: top;
	padding-bottom: 4rem;
}

.check-section  .english-subttl{
	padding-top:50px;
}

.orange-circle {
    width: 15px;
    max-width: 15px;
    height: 15px;
    margin-right: 5px;
}

.blue-line {
    width: 20%;
}

.check-btn {
    margin-bottom: 0 !important;
}

.card-check {
    display: flex;
    flex-direction: column;
    /* 縦並びにする */
    justify-content: center;
    /* 横方向に中央揃え */
    align-items: center;
    /* 縦方向に中央揃え */
    text-align: center;
    /* 文字も中央揃え */
    background: linear-gradient(135deg, #F5F5F5, #D5E3E9);
    /* 追加（オプション） */
    border-radius: 10px;
    list-style: none;
    width: 31%;
    padding: 3rem;
    padding-left:2rem!important;
	padding-right:2rem!important;
}

.card-check-head {
    margin-bottom: 0.5rem !important;
}

.card-check img {
    margin-bottom: 1rem !important;
}


.orange-arrow {
    width: 25px;
    position: absolute;
    right: 5px;
}

.check-wrapper {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}




/*なぜ私たちが選ばれるのかセクション*/
.reason-wrapper {
    background:#F0F6FC!important;
    padding: 10px;
    text-align: center;
    padding: 4rem 0;
}

.reason-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.reason-ul {
    border-radius: 10px;
    gap: 1rem;
}

.reason-li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reason-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}


.achievement-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.achievement-box {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    flex: 1 1 400px;
    max-width: 500px;
}

.achievement-box-head {
    margin-top: -2.5rem;
    text-align: left;
    color: #0062A2;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}







.reason-btn {
    width: 200px;
}

.reason-head {
    color: #00498A;
    font-weight: bold;
    display: inline;
}

.reason-quotation-marks {
    width: 25px;
}

.reason-head-wrapper {
    display: inline-block;
    position: relative;
}



.highlight-marker {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.highlight-marker::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: 0.6em;
    background: rgba(200, 200, 200, 0.5);
    z-index: -1;
    border-radius: 2px;
}

.reason-blue-text {
    color: #0062A2;
    font-weight: bold;
}

.highlight-marker-reason {
    color: #333 !important;
    font-weight: bold;
}


.post-quotation-marks {
    position: absolute;
    right: -20px!important;
    bottom: -20px;
}

.pre-quotation-marks {
    position: absolute;
    left: -20px!Important;
    top: -20px;
}


.reason-descript {
    margin-top: 20px;
}



.seminar-plan {
	    width: 50vw;
    background-size: cover;
    background-image: url(https://r-syaro.com/wp-content/uploads/2025/06/seminar-plan-bg.png);
    align-items: center;
    margin: auto;
}

.hr-plan{
	    width: 50vw;
	background-size: cover;
    background-image: url(https://r-syaro.com/wp-content/uploads/2025/06/hr-plan-bg.png);
    align-items: center;
    margin: auto;
}


.plan-ttl {
    color: white;
}

.descipt-ttl {
    color: white;
}

.english-subttl {
    color: white;
	align-items: center;
}

.english-subttl-black {
    color: #333 !important;
}

.white-arrow {
        width: 80px!important;
}





/*セミナー情報セクション*/
.seminar-info-section{
	background: linear-gradient(45deg, rgba(61, 199, 234, 0.1), rgba(2, 81, 251, 0.1))!important;
}

.seminar-info-card-container{
	display:flex;
	justify-content: space-between;
  flex-wrap: wrap;
}

.seminar-wrapper{
	width:80%;
    max-width: 1000px;
	margin:auto;
	padding: 4rem 0;
}

.seminar-section {
	background: linear-gradient(to bottom right, rgba(61, 199, 234, 0.1), rgba(2, 81, 251, 0.1));

}

.english-subttl-seminar-info{
	color:#333!important;
}

.seminar-info-card-wrapper{
	width:30%;
	 border-radius: 10px;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
}


.seminar-info-card-body{
    background: white;
	 padding: 1.5rem 2rem;
	margin: auto 0!important;
}

.seminar-info-card-title{
    font-size:17px;
	    text-align: center;
}

.seminar-info-section-title{
	margin-bottom:3rem;
}


.seminar-info-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}


.seminar-card-img-top {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



/*セミナー情報セクションレスポンシブ*/
@media (max-width: 767px) {
  .seminar-info-card-container {
    flex-direction: column;
    gap: 2rem;
  }

  .seminar-info-card-wrapper {
    width: 100% !important;
  }
	
	.seminar-wrapper{
		width:90%!important;
		padding:3rem 0;
	}

  .seminar-info-card {
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .seminar-card-img-top {
    width: 100%;
    height: auto;
    display: block;
  }

  .seminar-info-card-body {
    padding: 1rem 1.25rem;
  }

  .seminar-info-card-title {
    font-size: 15px;
    line-height: 1.4;
  }

  .post-date {
    font-size: 15px;
    margin-bottom: 0.5rem;
    color: #333;
  }

  .btn.reason-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .btn.reason-btn img.orange-arrow {
    width: 25px;
    height: 25px;
  }
	
	.orange-arrow{
		right:12px!important;
	}
}



/*メルマガセクション*/
.mail-magazine-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}


.mail-magazine-wrapper {
    background-image: url("https://r-syaro.com/wp-content/uploads/2025/06/mail-magazine-bg-scaled.png");
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 13rem!important;
}

.mail-magazine-top {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

.mail-magazine-head {
    text-align: center;
    color: white;
}

.mail-magazine-descript {
    color: white;
    margin-top: 2rem;
}

.mail-magazine-catch-wrapper {
    margin-top: -8rem;
    position: relative;
	    max-width: 1200px;
	margin:auto;
}

.mail-magazine-catch {
    margin-top: -1rem;
    width: 60%;
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.mail-magazine-subcatch {
    width: 200px;
    position: absolute;
    top: -3.5rem;
    left: 8rem;
}

.mail-benefit {
    background-color: white;
    width: 80%;
    max-width: 1000px;
    border-radius: 15px;
    padding: 2rem;
}

.benefit-head {
    color: #0062A2;
    font-weight: bold;
}

.newsletter-sub-head {
    font-size: 0.8rem !important;
    margin: 0 1px !important;
}

iframe{
    border-radius: 15px;
}

.mail-magazine-bg {
    background: linear-gradient(135deg, #F5F5F5 0%, #D4EAF2 100%);
    padding-bottom: 4rem;
}

.mail-magazine-video-head {
    font-size: 1.05rem;
}

.benefit-text-wrapper {
    display: flex;
    flex-direction: column;
}

.benefit2-img {
    width: 30%;
    height: auto;
}

.mail-magazine-btn {
    color: white;
    width: 400px;
    background: linear-gradient(to right, #FB8433, #FF6617);
}

.section-newsletter-offer{
	padding:4rem 5%!important;
}



.catch-container {
  position: relative;
  display: inline-block;
}

.mail-magazine-subcatch {

}


/*TOP事務所についてセクション*/

.top-aboutus-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    width: 80%;
    margin: auto;
    max-width: 1000px;
    background-color: #fff;
    gap: 30px;
    position: relative;
	
}

.aboutus-head {
    margin-bottom: 2rem;
}

.top-aboutus-link:hover{
	color:#333!important;
}

.top-aboutus-illust {
    width: 25%;
    position: absolute;
    right: -60px;
    top: 0;
    ;
}

.top-aboutus-img {
    flex: 1;
}

.top-aboutus-img img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.top-aboutus-content {
    flex: 1;
    position: relative;
}

.top-aboutus-content .label {
    color: #f76c6c;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 8px;
}

.top-aboutus-content p {
    margin-bottom: 1rem;
}

.top-aboutus-arrow-icon {
    position: absolute;
    right: -60px;
    bottom: 40px;
}

.top-aboutus-arrow-icon-img {
    width: 55px;
}


/* リンク全体をブロック要素として扱う */
.top-aboutus-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    text-decoration: none;
    color: inherit;
}



/* お客様の声セクション */
.voice-section {
background: linear-gradient(45deg, rgba(61, 199, 234, 0.1), rgba(2, 81, 251, 0.1));
  padding: 60px 0;
}

.voice-section-wrapper {
  width: 80%;
  max-width: 1000px;
  margin: auto;
}

.voice-section-title {
  font-weight: bold;
  margin-bottom: 2rem;
}

.voice-section-card-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.voice-section-card-wrapper {
  width: 48%;
}

.voice-section-card {
	display:flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.voice-section-card:hover{
	color:#333;
}

.voice-section-card:after {
   content: "";
  position: absolute;
  top: 10px;
  right: 20px;
	width: 40px;
  height: 40px;
  background-image: url("https://r-syaro.com/wp-content/uploads/2025/06/voice-quotation-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.voice-card-img-top {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.voice-section-card-body {
  flex: 1;
  text-align: left;
}

.voice-section-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.voice-section-card-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.voice-section-card-name {
  font-size: 14px;
  color: #666;
}

.voice-more-button {
  text-align: center;
  margin-top: 40px;
}

.voice-more-button .btn {
  background: #fff;
  color: #ff6600;
  border: 2px solid #ff6600;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.voice-more-button .btn:hover {
  background: #ff6600;
  color: #fff;
}

.english-subttl-voice{
	    display: flex;
	color:#333!important;
}

/*お客様の声セクションレスポンシブ*/
@media (max-width: 767px) {
  .voice-section-card-container {
    flex-direction: column!important;
    gap: 2rem;
  }

  .voice-section-card-wrapper {
    width: 100% !important;
  }

  .voice-section-card {
    flex-direction: row;
    align-items: center;
    padding: 1rem;
  }

  .voice-card-img-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
  }
	
	.voice-section{
		padding:0!important;
	}
	
	.aboutus-head{
		text-align:left;
	}
	
	
	.voice-section-card-title{
		font-size:15px!important;
		margin-bottom:1rem!important;
		padding-right:40px;
	}
	
	.voice-section-card-text{
		font-size:13px!important;
	}
	
	.voice-section-wrapper{
		width:90%!important;
		margin:3rem auto!important;
	}

  .voice-section-card-body {
    text-align: left;
    padding: 0;
  }

  .voice-section-card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .voice-section-card-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .voice-more-button .btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .voice-more-button .btn img {
    width: 16px;
    height: 16px;
  }
}


/*コラムセクション*/
.latest-column-section{
	background: linear-gradient(45deg, rgba(245, 245, 245, 1), rgba(198, 215, 233, 0.06))!important;

}

.latest-column-card-container{
	display:flex;
	justify-content: space-between;
  flex-wrap: wrap;
}

.latest-column-wrapper{
	width:80%;
    max-width: 1000px;
	margin:auto;
	padding: 4rem 0;
}

.english-subttl-latest-column{
	color:#333!important;
}

.latest-column-card-wrapper{
	width:30%;
	 border-radius: 10px;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
}


.latest-column-card-body{
    background: white;
	 padding: 1.5rem 2rem;
	margin:auto 0!important;
}

.latest-column-card-title{
    font-size:15px;
	    text-align: center;
}

.latest-column-section-title{
	margin-bottom:2rem;
}


.latest-column-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}


.latest-column-card-img-top {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

	.mail-magazine-btn:hover{
		color:white!important;
	}
	


/*コラムセクションレスポンシブ*/
@media (max-width: 767px) {
.latest-column-wrapper{
	width:90%!important;
	padding:3rem 0!important;
}

.latest-column-section-title{
	margin-bottom:2rem;
}
	
	.latest-column-card-container{
		flex-direction:column;
	 gap: 2rem;
	}
	
	.latest-column-card-wrapper{
		    width: 100%;
	}
}

/*メルマガCTAセクション*/
.section-newsletter-offer {
    background-image: url("https://r-syaro.com/wp-content/uploads/2025/06/cta-bg-img-scaled.jpg")!important;
    background-size: cover!important;
    padding: 4rem 1rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.newsletter-content {
    display: flex;
    padding: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    background: white;
    width: 100%!important;
    max-width: 1000px;
    margin: auto;
    border-radius: 20px;
}

.newsletter-left-illust,
.newsletter-right-illust {
    flex: 1;
}

.newsletter-left-illust img,
.newsletter-right-illust img {
    width: 100%;
}

.newsletter-text-box {
    flex: 2;
    min-width: 350px;
    text-align: center;
    color: #333;
}

.newsletter-lead {
    font-weight: bold;
    margin-bottom: 0.5rem;
    justify-content: center;
    text-align: center;
	margin-top:1rem;
}

.newsletter-sub {
    font-weight: bold;
    margin-bottom: 0!important;
}

.newsletter-hightlight {
    font-weight: bold;
    line-height: 1.7;
}

.newsletter-highlight span {
    font-size: 1.15rem;
}

.newsletter-sub-last {
    font-size: 1.1rem;
}


.highlight-marker {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #0062A2;
}

.highlight-marker::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    /* 少し下にマーカー */
    width: 100%;
    height: 0.6em;
    background: rgba(200, 200, 200, 0.5);
    /* 半透明のグレー */
    z-index: -1;
    border-radius: 2px;
}

.newsletter-btn {
    display: inline-block;
    background: linear-gradient(45deg, #FB8433, #FF6617);
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 1.5rem;
    font-weight: bold;
    transition: 0.3s;
}

/*メルマガCTAセクション*/
.section-newsletter-offer{
	padding:4rem 5%!important;
}
	
	
.page-id-8 >.section-newsletter-offer-bottom{
		display:none!important;
}
}

/*お問い合わせフォームセクション*/

.form-section{
	margin:auto;
	width:700px;
}

.form-wrapper{
	width:500px;
    max-width: 1000px;
	margin:auto;
	padding: 4rem 0;
}

.english-subttl-form{
	color:#333!important;
	        text-align: center;
	justify-content: center;
	margin-bottom:1rem;
}

.wpcf7-acceptance span{
	    margin-right: 5px;
}

form p label{
	font-weight:500;
}

.form-section-title{
	margin-bottom:2rem;
	        text-align: center;
}


form p label{
	width:100%!important;
}

.wpcf7-submit{
	color:#333!important;
	background-color:white;
	border:1px solid #333!important;
	margin-top:2rem!important;
}

.required{
	background-color: #0062A2;
    padding: 3px 8px;
    color: white;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
	font-weight:500;
}

.optional{
	background-color: #EEF2F6;
    padding: 3px 8px;
    color: #333;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
	font-weight:500;
}

.wpcf7-submit{
background-color:white!important;
	color:#333!important;
	opacity: 1!important;
}


.privacy-consent {
  margin: 0;
  padding: 0;
}

.privacy-consent label {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.privacy-consent label span a{
    text-decoration: underline!important;
}

.privacy-consent input[type="radio"] {
  margin: 0;
}








/*お問い合わせフォームセクションレスポンシブ*/
@media screen and (max-width: 767px) {
.form-wrapper{
width:90%!important;
	padding:3rem 0!important;
}
}


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

    /* 共通幅調整 */
    .check-wrapper,
    .reason-container,
    .mail-magazine-container,
    .mail-magazine-top,
    .mail-magazine-catch,
    .mail-benefit,
    .top-aboutus-section {
        width: 90% !important;
    }

    /* 診断セクション */
    .card-check {
        width: 100%;
        margin-bottom: 1rem;
    }

    .check-head {
        margin-bottom: 2rem !important;
        width: 90%;
        margin: auto;
        line-height: 1.6;
    }
	
	.check-section{
		 background-image: url(https://r-syaro.com/wp-content/uploads/2025/06/check-bg-img-scaled.jpg);
		margin-top:0!important;
		padding-top:3rem!important;
		padding-bottom: 3rem!important;
	}
	
	.check-section .english-subttl{
		padding-top:0;
	}

    .blue-line {
        width: 15%;
        height: 2px !important;
        margin-bottom: 8px !important;
    }

    .card-check-head {
        margin-bottom: 0.7rem !important;
    }

    .check-descripti {
        margin-bottom: 7px !important;
    }

    .check-description {
        width: 90%;
        margin: auto;
        margin-bottom: 2rem !important;
    }


    .check-wrapper ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        gap: 2rem;
    }

    .card-check {
        width: 100% !important;
        margin: 0 auto;
        position: relative;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


    /* なぜ選ばれるか */
    .reason-ul {
		padding: 1.2rem 3rem !important;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }


    .reason-li {
        white-space: normal;
    }


    .reason-wrapper {
        padding: 3rem 0 !important;
    }

    .reason-descript {
        margin: 2rem 0;
    }

    .achievement-box {
        flex: auto;
    }

    .achievement-section {
        gap: 2.5rem !important;
        padding: 0 !important;
    }

    .seminar-plan-wrapper {
        flex-direction: column !important;
    }

    /* 実績セクション */
    .achievement-section {
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .achievement-box {
        max-width: 100%;
        width: 100%;
    }

    /* セミナープラン背景サイズ調整 */
    .seminar-plan {
        background-position: center;
        padding-bottom: 2rem !important;
    }


    .d-flex.seminar-plan,
	.d-flex.hr-plan{
        flex-direction: column !important;
        align-items: stretch;
        gap: 1rem;
        padding: 2rem 0!important;
    }
	


    .seminar-plan>div,
	.hr-plan>div{
        width: 90%!important;
		margin:auto;
    }

    .white-arrow {
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }
	
	

    /* メルマガセクションレスポンシブ */
    .mail-magazine-bg > div.mail-magazine-wrapper {
        padding: 3rem 0 11.5rem !important;
		padding-top:3rem!important;
    }

    .mail-magazine-catch-wrapper {
        margin-top: -6rem;
		    max-width: 500px;
    }

    .mail-magazine-catch {
        width: 90%;
		max-width:300px;
    }
	
	.mail-magazine-top{
    max-width:350px!important;
	}

    .mail-magazine-subcatch {
        display: block;
        margin: 0 1rem 0.5rem;
        width: 150px;
        top: -3.5rem;
        left: 0;
    }
	
	
	.mail-magazine-descript{
		margin-bottom:2rem;
	}

    .mail-magazine-bg {
        padding-bottom: 3rem;
    }

    .mail-benefit {
        padding: 2rem 1rem;
    }

    .mail-magazine-container {
        flex-direction: column;
    }

    .seminar-plan {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
		width: 100%;
    }
	
	.hr-plan{
		 padding-left: 1rem !important;
        padding-right: 1rem !important;
		width: 100%;
	}

    .benefit2-img {
        width: 60%!important;
        height: auto;
        margin-bottom: 2rem;
    }

    .benefit-section {
        flex-direction: column !important;
        align-items: stretch;
        gap: 10px;
        padding: 0 10px;
    }

    .benefit-card {
        margin-bottom: 0;
        /* 必要があれば余白を調整 */
    }

    .mail-magazine-btn {
        width: 90% !important;
        font-size: 0.9rem;
        padding: 0.75rem;
        margin-top: 2rem !important;
    }
	
	.mail-magazine-btn img{
		display:none;
	}

    .benefit-text-wrapper {
        flex-direction: column;
        gap: 1rem;
    }


    /* ✅ Benefit 01, 02の縦並び化 */
    .mail-benefit {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .mail-benefit-wrapper {
        flex-direction: column;
    }

    .mail-benefit-english {
        justify-content: center;
        margin-bottom: 1rem !important;
    }

    .mail-benefit {
        flex-direction: column !important;
        align-items: center;
        gap: 0.75rem;
    }

    .mail-benefit-description {
        flex-direction: column-reverse;
    }

    .newsletter-lead.d-flex {
        justify-content: center;
    }

    /* 事務所について */
    .top-aboutus-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
        padding: 3rem 0 6rem 0;
        position: relative;
    }


    .top-aboutus-img,
    .top-aboutus-content {
        width: 100%;
    }


    .top-aboutus-arrow-icon {
        right: 0;
        bottom: -60px;
    }

    .top-aboutus-content p.text-start {
        margin-bottom: 0;
    }

    .top-aboutus-illust {
        display: none;
    }
	
	.top-aboutus-link{
		flex-direction:column;
	}

    /* CTA（ニュースレター） */
    .section-newsletter-offer {
        padding: 3rem 5%!important;
        background-position: center;
    }


    .newsletter-content {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0.8rem;
        gap: 2rem;
        width: 100% !important;
    }


    .newsletter-right-illust {
        display: none;
    }

    .news-letter-sub {
        font-size: 1.15rem;
    }

    .newsletter-sub-last {
        font-size: 1.2rem;
    }

    .newsletter-highlight span {
        font-size: 1.3rem;
    }

    .newsletter-text-box {
        width: 100%;
        text-align: center;
        min-width: auto !important;
    }

    .newsletter-btn {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    /* その他調整 */
    .orange-arrow {
        right: 10px;
        width: 20px;
    }

    .orange-circle {
        width: 12px;
        height: 12px;
    }

    .reason-btn {
        width: 100%;
        margin-top: 2rem !important;
    }

    .white-arrow {
        width: 15% !important;
        margin-left: auto !important;
        margin-right: 0;
        max-width: 70px;
		min-width:50px;
    }



    .reason-quotation-marks,
    .pre-quotation-marks,
    .post-quotation-marks {
        display: none;
    }
}


/*TOP診断セクションレスポンシブ*/
@media screen and (min-width: 900px) and (max-width: 1400px) {
.check-section {
margin-top: -210px!important;
padding-top: 190px;
}
}

@media screen and (min-width: 767px) and (max-width: 900px) {
.check-section {
margin-top: -220px!important;
	padding-top: 190px;
}
}





/*講師プラン*/

.seminar-container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.step-section {
    padding: 1rem;
}

.step-header {
    display: flex;
    align-items: center;
    /* 上下中央揃え */
    justify-content: center;
    /* 横中央揃え（必要に応じて変更可） */
    gap: 16px;
    /* 両要素の間の余白 */
}

.step-circle {
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


.step1-ttl {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    margin-top: -40px;
    position: relative;
}

.step1-ttl-span {
    font-size: 1.4rem;
    color: #0062A2;
}

.step-inner {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 1rem;
}

.seminar-ttl {
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
}

.seminar-head {
    font-size: 1.2rem;
    font-weight: normal;
    color: #333333;
    margin-top: 0.5rem;
    font-weight: bold;
}

.seminar-head span {
    color: #0062A2;
    font-size: 1.4rem;
}

.seminar-sub-head {
    margin: 0 3px;
    font-weight: normal;
    color: #333333;
    margin-top: 0.5rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.seminar-sub-head-icon {
    width: 15px;
    height: auto;
}

	.seminar-box-ttl-case-wrapper{
		padding-top:1px;
	}
	
	.seminar-box-ttl-case{
		margin-top:-23px;
	}


.seminar-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.seminar-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.seminar-box {
    flex: 1;
    background: #F5F5F5;
    border-radius: 10px;
}

.seminar-box-ttl {
    margin-top: -10px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
    padding-left: 17px;
    font-size: 1.1rem;
}

.seminar-box-ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 1rem 0;
    padding-bottom: 0.5rem;
    text-align: left;
}

.seminar-box-li {
    list-style: none;
    padding-bottom: 5px;
    align-items: start;
    margin-bottom: 0.5rem;
}

.seminar-box-li p {
    margin-bottom: 0;
}


.step-wrapper {
    border-radius: 20px;
    margin-top: 7rem;
    padding-bottom: 2rem;
    background: linear-gradient(135deg, rgba(2, 81, 251, 0.1), rgba(61, 199, 234, 0.1));
}

.step-wrapper-last {
    position: relative;
}

.blue-check-img {
    width: 20px;
    height: auto;
    margin-right: 3px;
    margin-top: 2px;
}


.seminar-illust-top {
    width: 20%;
    text-align: left;
    margin-top: -10rem;
    margin-left: -5rem;
}


.seminar-illust-bottom {
    width: 25%;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
}


/*講師プランレスポンシブ*/
@media screen and (max-width: 767px) {
    /* 全体の90%中央寄せ設定 */
    .seminar-container,
    .step-inner {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .seminar-container {
        padding: 3rem 0;
    }

    /* stepヘッダーの縦並び */
    .step-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .step1-ttl {
        margin-top: 0 !important;
        text-align: center;
    }

    .step1-ttl-span {
        display: block;
        margin-top: 0.2rem;
        font-size: 1.2rem;
    }

    .step-circle {
        margin-top: -30px;
        width: 60px;
        height: 60px;
    }

    .seminar-head span {
        font-size: 1.2rem;
    }

    .seminar-ttl {
        margin-bottom: 2rem;
    }

    .seminar-content {
        flex-direction: column !important;
        gap: 1.5rem !important;
        margin-top: 1rem;
    }

    .seminar-box {
        padding: 0 0.5rem !important;
        background: #f9f9f9;
    }

    .seminar-box-ttl {
        padding-left: 0 !important;
        text-align: center !important;
        font-size: 1.05rem;
        margin-top: 0.5rem;
    }
	

    .seminar-box-ul {
        padding-left: 0;
        margin-bottom: 0 !important;
    }

    .seminar-box:nth-child(2) {
        margin-top: 0 !important;
    }

    .seminar-box:last-child>.seminar-box-ttl {
        padding-top: 0.5rem !important;
    }

    .seminar-box {
        margin-top: 1.5rem !important;
    }

    .seminar-box-li {
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }


    .seminar-illust-top,
    .seminar-illust-bottom {
        display: none !important;
    }


    .seminar-head,
    .seminar-sub-head {
        text-align: center !important;
    }


    .step-wrapper {
        margin-top: 4rem !important;
        padding-bottom: 2rem;
    }

    .step-inner {
        padding: 1.5rem 1rem !important;
        margin: 2rem auto 0 !important;
    }

    .seminar-flex-ttl {
        flex-direction: row !important;
        margin-bottom: 1rem;
    }

    .seminar-head {
        font-size: 1.1rem;
        margin-top: 0;
    }
}








/*事務所について*/

.mission-ttl,
.mission-english-subttl {
    color: #333333 !important;
}

.mission-ttl {
    margin-bottom: 2rem;
}

.mission-descript {
    color: #333333;
}

.local-activity-head {
    font-size: 1.2rem;
}

.local-activity-img {
    width: 50%;
    margin-right: 20px;
}

.local-activity-description {
    width: 50%;
    margin-left: 20px;
}

.local-activity-icon {
    width: 30px;
    height: auto;
    margin-right: 6px;
}

.local-activity-head {
    display: flex;
}

.profile-img {
    width: 100%;
    height: auto;
    margin-left: 20px;
}

.message-wrapper {
    align-items: center;
    background: linear-gradient(to right, rgba(61, 199, 234, 0.1), rgba(2, 81, 251, 0.1));
}

.message-english-subttl {
    color: #333333 !important;
}

.message-text {
    padding-right: 20px;
    width: 70%;
}

.mission-wrapper {
    width: 80%;
    margin: 3.5rem auto;
	max-width:1000px;
}

.message-content {
    align-items: center;
    width: 80%;
    margin: auto;
    display: flex;
    margin: 3.5rem auto;
    padding-bottom: 7.5rem;
	max-width:1000px;
}

.profile-img-wrapper {
    width: 30%;
}

.profile-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.profile-img-wrapper p {
    margin-bottom: 0.2rem;
}

.overview-table tbody tr th{
	font-weight:500!important;
}

	.google-map-a:hover{
		color:white!important;
	}

/*講演実績*/
.record-container {
    width: 80%;
    margin: 0 auto;
    padding: 40px 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: -7.5rem;
	max-width:1000px;
}

.record-section {
    margin-bottom: 40px;
}

.record-section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.record-icon {
    width: 30px;
    height: auto;
}

.record-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.record-item {
    display: flex;
    gap: 2rem;
    padding: 16px 0;
    align-items: flex-start;
}

.record-item .record-date {
    flex: 0 0 30%;
}

.record-item .publication-record-text {
    flex: 1;
}

.record-text {
    width: 70%;
}

.seminar-record-section {
    margin-bottom: 0 !important;
}

/*事務所についてレスポンシブ*/
@media screen and (max-width: 767px) {
    .record-item {
        flex-direction: column;
		gap:0;
    }

    .record-item .date {
        flex: none;
        margin-bottom: 8px;
    }
	
	.record-section-title{
		margin-bottom:1rem;
	}

    .record-section {
        margin-bottom: 2rem;
			margin-top:2rem;
    }

	.record-text p{
	margin-bottom:0;	
	}
	
    .mission-wrapper-flex {
        flex-direction: column !important;
    }


    .company-container,
    .record-container,
    .message-content,
    .overview-wrapper {
        width: 90% !important;
        margin: auto;
    }

    .mission-wrapper,
    .message-wrapper,
    .overview-content {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
    }

    .mission-wrapper {
        margin-top: 3rem;
    }

    .local-activity-img,
    .local-activity-description {
        width: 100%;
        margin: 0;
    }

    .local-activity-img {
        margin-bottom: 3rem;
    }


    .message-content {
        display: flex;
        flex-direction: column;
    }

    .message-text {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .profile-img-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile-img {
        margin: 0 0.2rem 1rem auto;
        width: 90%;
    }


    .message-content {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding-bottom: 0;
        margin: 3rem auto;
		max-width:1000px;
    }

	
	

    .record-item {
        flex-direction: column;
    }
	
	.record-date{
		font-weight:500;
	}

    .record-item .record-date {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .record-text {
        width: 100%;
    }

    .record-container {
        box-shadow: none;
        padding: 1rem 0;
    }

    .overview-illust {
        position: static;
        display: block;
        margin: 1rem auto;
        width: 120px;
    }

    .overview-table th,
    .overview-table td {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .overview-table tbody tr {
        border-bottom: 1px solid #C0C0C0;
        margin-bottom: 1rem;
        display: block;
    }

    .google-map-a {
        display: inline-block;
        margin-top: 0.5rem;
		font-size: 10px;
    }
}




/*会社概要*/

.overview-wrapper {
    margin: 3.5rem auto;
}

.overview-table {
    border-collapse: collapse;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overview-table th,
.overview-table td {
    padding: 10px;
    border: none;
    vertical-align: top;
}

.overview-table td {
    padding-right: 30px;
}

.overview-table th {
    text-align: left;
    white-space: nowrap;
    width: 20%;
    padding-left: 30px;
}

.overview-table tbody tr {
    border-bottom: 1px solid #C0C0C0;
}

.overview-content {
    width: 70%;
    max-width: 70%;
    position: relative;
}

.overview-illust {
    width: 150px;
    height: auto;
    position: absolute;
    right: 0;
    top: -30px;
}

.overview-tr-last {
    border: 0 !important;
}

.google-map-a {
    margin-left: 15px;
    background-color: #0062A2;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
}

/*会社概要レスポンシブ*/
@media (max-width: 767px) {
    .overview-wrapper {
        margin: 1rem auto 3rem auto;
    }

    .overview-illust {
        width: 20%;
    }

    .overview-ttl {
        margin-bottom: 2rem !important;
    }
	
	.overview-table th{
		padding-left:10px!important;
		padding-bottom:0!important;
	}
	
	.overview-content{ 
		margin: 2rem auto 0 auto;
	}
}









/*よくある質問*/

.faq-section {
    margin-top: 3.5rem;
	margin-bottom:4rem;
}

.faq-nav-links {
    margin-bottom: 3.5rem;
    background: #f1f1f1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: auto;
    border-radius: 20px;
	max-width:1000px;
}


.faq-plan-head {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 2rem;
}

.faq-plan-head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #C0C0C0;
}

.faq-plan-head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 20%;
    background: #0062A2;
    z-index: 999;
}

.faq-plan-head span {
    color: #0062A2;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif !important;
}

.faq-nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0.5rem 1rem;
    align-items: center;
}



.arrow-right {
    width: 13px;
    height: auto;
    margin-left: 10px;
    position: absolute;
    right: -10px;
}



.faq-nav-links a span {
    color: #0062A2;
    font-size: 1.4rem;
    margin-right: 10px;
}

.faq-plan {
    margin: 6rem auto 2rem;
    width: 80%;
    background: #fff;
	max-width:1000px;
}

.faq-item {
    border: 2px solid #C0C0C0;
    border-radius: 10px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1rem;
    border: none;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer-a {
    font-size: 1.4rem;
    color: #9D9D9D;
}


.faq-question-q {
    font-size: 1.4rem;
    color: #FB8433;
}

.arrow-img {
    margin-left: 0.5rem;
    width: 15px;
    height: auto;
    transition: transform 0.3s ease;
}


.faq-question.active .arrow-img {
    transform: rotate(180deg);
}

.faq-question-q {
    color: #FB8433;
    margin-bottom: 0;
    padding-right: 0.5rem;
}

.faq-answer {
    margin: 0 1rem;
    padding: 1rem 0;
    background: #fff;
    display: none !important;
    border-top: 1px solid #C0C0C0;
}

.faq-answer.open {
    display: flex !important;
}

.faq-answer-a {
    color: #9D9D9D;
    margin-bottom: 0;
    padding-right: 0.5rem;
    font-weight: bold;
}

.faq-question-q-content {
    font-size: 1.05rem;
}

	.faq-answer div{
		margin:auto 0!important;
	}
	

/*よくある質問レスポンシブ*/
@media (max-width: 767px) {

    .faq-section {
        width: 90%;
        margin: auto;
        padding: 3rem 0;
    }

    .faq-nav-links {
        font-size: 0.9rem;
        width: 100%;
    }

    .faq-nav-links a {
        flex-direction: column;
    }

  

    .arrow-right {
        bottom: 0;
    }

    .faq-plan {
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }
	
	
	.faq-section > .faq-plan:last-of-type {
  margin-bottom: 0 !important;
}
	
	.faq-item:last-of-type {
  margin-bottom: 0 !important;
}
	
	
	.faq-question-q-content{
		color:#333!important;
		font-size:0.93rem;
	}
	
	.faq-nav-links a span{
		margin-bottom:2px;
	}
	
	.faq-plan-head {
  display: flex;
  flex-direction: column;
align-items: center!important;
		font-size:1.2rem;
}
}


/* プライバシーポリシー */
.privacy-policy-container {
    max-width: 1000px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    margin-top: 3.5rem;
}

.privacy-policy-description {
    margin-bottom: 2rem;
}
,
.privacy-policy-custom-list,
.privacy-policy-ol {
    margin-bottom: 2.5rem;
}

.privacy-policy-article-text{
	margin-bottom:4rem;
}

.privacy-policy-ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy-ul li {
    margin-bottom: 8px;
}

.privacy-policy-last .privacy-policy-article-text span{
	color:#0062A2;
}

/* olネスト対応 */
.privacy-policy-ol {
    list-style: none;
    counter-reset: section;
    padding-left: 1.5rem;
    margin-left: 0;
}

.privacy-policy-ol > li {
    counter-increment: section;
    margin-bottom: 0.75rem;
    position: relative;
}

.privacy-policy-ol > li::before {
    content: counter(section) ". ";
    position: absolute;
    left: -1.5rem;
    width: 1.5rem;
    text-align: right;
}

.privacy-policy-ol li ol {
    list-style: none;
    counter-reset: subsection;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.privacy-policy-ol li ol > li {
    counter-increment: subsection;
    margin-bottom: 0.5rem;
    position: relative;
}

.privacy-policy-ol li ol > li::before {
    content: counter(subsection) ". ";
    position: absolute;
    left: -1.5rem;
    width: 1.5rem;
    text-align: right;
}

.privacy-policy-ol li ol ol {
    list-style: none;
    counter-reset: subsubsection;
    padding-left: 1rem;
}

.privacy-policy-ol li ol ol > li {
    counter-increment: subsubsection;
    position: relative;
    margin-bottom: 0.5rem;
}

.privacy-policy-ol li ol ol > li::before {
    content: counter(subsubsection) ". ";
    position: absolute;
    left: -1.5rem;
    width: 1.5rem;
    text-align: right;
}

/* 見出しデザイン */
.privacy-policy-article {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.privacy-policy-article:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #C0C0C0;
}

.privacy-policy-article::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 20%;
    background: #0062A2;
    z-index: 999;
}

/* カスタム番号付きリスト */
.privacy-policy-custom-list {
    display: flex;
    flex-direction: column;
}

.privacy-policy-custom-list div {
    display: flex;
    align-items: flex-start;
}

.privacy-policy-custom-list .num {
    width: 1em;
    flex-shrink: 0;
}

.privacy-policy-custom-list p {
    margin: 0;
}

/* 最終セクション */
.privacy-policy-last {
    margin-bottom: 3rem;
}

/* プライバシーポリシーレスポンシブ */
@media (max-width: 767px) {
    .privacy-policy-container {
        padding: 20px;
    }
	
	.privacy-policy-article-text{
		margin-bottom:3rem;
	}
	
	 .privacy-policy-section {
        margin: auto !important;
    }

    .privacy-policy-container {
        margin: 3rem auto !important;
        padding: 0 !important;
        width: 90% !important;
        max-width: 90% !important;
    }
	
	.privacy-policy-article{
		font-size:1.02rem;
	}
	
	
	.privacy-policy-article:before,
	.privacy-policy-article:after{
		height:2px!important;
	}
}






/*社労士プラン*/

.hr-container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem 0;
}

.hr-header-wrapper {
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.hr-header-description-head-wrapper {
    position: relative;
    display: inline;
}

.hr-header-description-head {
    color: #00498A;
    font-weight: bold;
    display: inline;
    font-size: 1.4rem;
    line-height: 1.4;
}

.hr-plan-wrapper {
    padding: 2rem;
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: center;
    margin: auto;
    background: linear-gradient(135deg,
            rgba(2, 81, 251, 0.08),
            rgba(61, 199, 234, 0.08));
    margin-top: 3rem;
    border-radius: 20px;
}

.hr-plan-ttl {
    position: relative;
    display: inline-block;
}

.hr-plan-circle {
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: -80px;
    top: -15px;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.hr-plan-head {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.hr-basic-plan-head span {
    color: #0094D4;
    font-size: 1.4rem;

}

.hr-middle-support-plan-head span {
    color: #0076D0;
    font-size: 1.4rem;

}

.hr-full-support-plan-head span {
    color: #0062A2;
    font-size: 1.4rem;
}

.hr-plan-wrapper-middle {
    position: relative;
}

.hr-illust {
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 170px;
}





.hr-plan-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.hr-plan-box {
    flex: 1;
    background: white;
    border-radius: 10px;
}

.hr-plan-box-ttl {
    margin-top: -15px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
    padding-left: 17px;
    color: #0062A2;
    font-size: 1.1rem;
}

.hr-plan-box-ul {
    margin: 1rem 0;
    list-style: disc;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin: left;
    text-align: left;
}

.hr-plan-box-li {
    list-style: none;
    padding-bottom: 5px;
    align-items: start;
    margin-bottom: 0.5rem;
}

.hr-box-li p {
    margin-bottom: 0;
}


/*プラン比較表*/
.hr-plan-comparison {
    margin: 0 auto;
    padding: 4rem 1rem;

    background: linear-gradient(to right, rgba(61, 199, 234, 0.1), rgba(2, 81, 251, 0.1));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.hr-plan-comparison-description {
    text-align: center;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 2rem;
    width: 80%;
    margin: auto;
	max-width:1000px;
}

.hr-table-wrapper {
    overflow-x: auto;
}

.hr-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.hr-table-tr th {
    color: white;
    padding: 1rem 0.6rem;
    font-weight: bold;
    text-align: center;
}

.hr-table tbody td {
    padding: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: white;
}

.hr-table-tr td:first-child {
    text-align: left;
    background: transparent;
    font-weight: 500;
}

.hr-table-tr td {
    font-size: 0.9rem;
}

.hr-table-tr td:contains("－") {
    color: #333333;
}

th {
    font-size: 0.9rem;
}

.th-none {
    background-color: transparent;
}

.th-basic {
    background-color: #0094D4;
    border-right: 1.5px solid white;
}

.th-middle-support {
    background-color: #0076D0;
    border-right: 1.5px solid white;
}

.th-full-support {
    background-color: #0062A2;
}

.blue-check-table {
    width: 15px;
    height: auto;
    margin: auto;
}


.hr-plan-comparison-description-img {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
	max-width:1000px;
}



/*料金について*/
.price-section {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem auto;
	max-width:1000px;
}

.price-text {
    flex: 1;
    padding-right: 20px;
}

.price-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}



.price-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.price-image {
    flex: 1;
    text-align: center;
}

.price-image img {
    max-width: 100%;
    height: auto;
}


/*社労士メニューレスポンシブ*/
@media (max-width: 767px) {

    .price-section,
    .hr-container {
        width: 90% !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .hr-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hr-plan-comparison {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .hr-plan-comparison-description {
        width: 90% !important;
    }

    .hr-plan-head {
        margin-bottom: 2rem !important;
    }

	.hr-plan{
		padding-bottom:2rem!important;
	}

    .hr-plan-circle {
        left: 50%;
        transform: translateX(-50%);
        top: -95px;
    }

    .hr-plan-wrapper {
        margin-top: 4rem;
        padding: 4rem 1rem 1.5rem 1rem !important;
    }


    .hr-plan-comparison-description-img {
        width: 100% !important;
    }

    .hr-plan-comparison-description-img-mb {
        max-width: 380px !important;
    }

    .price-section {
        flex-direction: column-reverse;
    }

    .price-image img {
        margin-bottom: 2rem;
    }

    .hr-illust {
        display: none !important;
    }

    .hr-plan-comparison {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}






/*お客様の声一覧ページ*/

.voice-archive .voice-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.voice-archive{
	padding-top:3.5rem;
	padding-bottom:3rem;
}

.voice-list-item {
  display: flex;
  align-items: center;
  justify-content:center;
}


a.voice-list-item-link:hover {
	text-decoration:none!important;
	color:#333;
}

.voice-list-img{
	    width: 25%;
}

.voice-list-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.no-image {
 width: 100%;
     aspect-ratio: 300 / 233; /* 比率を固定 */
  overflow: hidden;
  border-radius: 8px;
	background-image:url("https://r-syaro.com/wp-content/uploads/2025/06/no-image.png");
	background-size:cover;
	background-position: center;
}


.voice-list-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.voice-list-text {
  font-size: 0.95rem;
  color: #444;
}

.voice-list-content{
    width: 75%;
	margin-left:20px;
}

.voice-list-readmore {
 text-align: right;
  display: block;
  margin-top: 8px;
  font-weight: bold;
  text-decoration: none;
	position:relative;
}

.voice-list{
	width: 80%;
    margin: auto;
	 max-width: 1000px;
}

.orange-arrow-voice{
right: -35px!important;
	bottom:0;
}


/*お客様の声一覧ページレスポンシブ*/
@media (max-width: 767px) {
.voice-list-item{
	flex-direction:column;
}
	
	.voice-list-readmore span.orange-arrow{
		right:0;
	}
	
	.voice-list-img{
		width:100%;
		margin-bottom:0!important;
	}
	
	.voice-list-title{
		margin-bottom:1rem;
	}
	
	.voice-list-img{
	  margin-right:0!important;
	}
	
	.voice-list {
	width:90%;
	}
	
	.voice-list-content{
		width:100%;
		margin-top: 1.5rem;
	}
	
	.voice-list-readmore{
		    right: 55px;
		position:absolute;
	}
	
	.voice-list-head{
margin-bottom:0;
	}
	
	.voice-list-text{
		font-size:15px;
		line-height:1.7;
	}
	
	.voice-archive .voice-list{
		gap:4rem;
	}
	
		.voice div .has-text-align-right{
	font-size:15px!important;
	}
	
	.voice-archive{
		padding-bottom:5rem;
		padding-top:3rem;
	}
}









/*セミナー一覧ページ*/
.post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3.5rem;
	margin-bottom:4rem;
}

.post-card {
	 width: 30%;
	background: #fff;
  border-radius: 12px;
border:1.5px solid #C0C0C0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.thumb {
  width: 100%;
  height: auto;
}

.thumb img{
 height: auto;
}

.thumb.no-image {
  background: #e0e0e0;
  height: 180px;
}

.post-meta {
	padding: 20px 25px!important;
  text-align: center;
}

.post-meta time {
  font-size: 0.9em;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.post-meta .post-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.read-more {
  color: orange;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.column-archive{
	    margin: auto;
    width: 80%;
	max-width:1000px;
}


.seminar-list-readmore{
	 text-align: right;
  margin-top: 8px;
  font-weight: bold;
  text-decoration: none;
	position:relative;
}

.orange-arrow-seminar{
    right: 0px;
    bottom: 0px;
}

.post-meta {
  text-align: center;
  position: relative; /* ← 追加 */
}

.orange-arrow-seminar {
  position: absolute; /* ← 追加 */
  right: 20px;         /* ← 必要に応じて調整 */
  bottom: 20px;        /* ← 必要に応じて調整 */
  width: 24px;
  height: auto;
}


/*セミナー情報ページレスポンシブ*/
@media (max-width: 767px) {
	.post-grid{
	  flex-direction: column;
		margin-top:3rem;
		margin-bottom:0;
	}
	
	.seminar-list-head{
		margin-bottom:0;
	}
	
	.post-card{
		width:100%;
	}
	
	.thumb img{
		width:100%;
	}
	
	.post-meta time{
		font-size:13px;
	}
	
	.post-meta .post-title{
		font-size:15px;
	}
	
	.column-archive{
		width:90%;
		padding-bottom: 3rem;
	}
}





/*投稿本文ページ共通設定*/
.entry-header,.siteFooter{
	border:none;
}

.siteFooter{
	background-color:white;
}

.postNextPrev{
	display:none;
}

.post-meta time{
	text-align:left;
}

.entry-footer,
.entry-full{
	margin-bottom:0!important;
}

.fa_v6_css .entry-meta_items.published::before,
.entry-meta_updated,
.author{
	display:none;
}

h1.entry-title{
font-size: 1.75rem!important;
}

.entry-meta_items{
	font-size:15px;
}

/*お客様の声投稿本文ページ*/

.type-voice header .entry-title{
	color: #0062A2!important;
	    text-align: center;
}

.type-voice header .entry-meta{
	display:none;
}

.back-to-voice .btn,
.back-to-column  .btn,
.back-to-seminar .btn{
border: 1px solid #333;
}

.type-voice {
  max-width: 1000px;
	width:80%;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
}

/*お客様の声投稿本文ページレスポンシブ*/
.type-voice{
	width:90%;
}

/*コラム投稿本文ページ*/

.single-column .siteContent{
	width:80%;
	margin:auto;
	max-width:1000px;
}

.type-column{
	width:80%;
	margin:auto;
	max-width:1000px;
}

.single-column .siteContent{
		width:100%!important;
	}


/*コラム投稿本文ページレスポンシブ*/
@media (max-width: 767px) {
.type-column{
	width:90%;
	margin:auto;
}
}

/*セミナー情報投稿本文ページ*/

.single-seminar .siteContent{
	width:80%;
	margin:auto;
	max-width:1000px;
}

h1.entry-title{
	font-weight:bold!important;
}



/*セミナー情報投稿本文ページレスポンシブ*/
@media (max-width: 767px) {
	.single-seminar .siteContent{
		width:90%!important;
		padding:3rem 0;
}
	
	h1.entry-title{
		font-size: 18px!important;
		font-weight:bold!important;
	}

	.single .siteContent{
		padding-top:3rem;
		padding-bottom:3rem;
	}

	.has-text-align-right{
		font-size:13px;
		text-align:left!important;
		margin-top:2rem;
	}
}


