@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');

/*-------------------------
  共通
-------------------------*/
h2,h3{
	font-weight: 500;
}

a{
	text-decoration: none !important;
	color: inherit !important;
  transition: 0.3s ease;
}

a:hover{
	opacity: 0.8;
}

p{
  line-height: 2;
}

.fw_b{
  font-weight: bold;
}

.ta_c{
  text-align: center !important;
}

.en_font{
  font-family: "Rosario", sans-serif;
}

.full_wide{
	position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

figure.full_wide{
	max-width: fit-content;
}

@media only screen and (max-width: 781px){
  .sp_full_wide{
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }
  figure.sp_full_wide{
    max-width: fit-content;
  }
}

.youtube {
  aspect-ratio: 16 / 9;
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
}

.youtube:hover{
  transform: scale(0.95);
  opacity: 0.8;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media only screen and (max-width: 781px){
  .youtube {
    width: 100%;
  }
}

.youtube iframe{
	aspect-ratio: 16 / 9;
	display: block;
}

ruby rt{
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 0.5px;
}

main svg{
  width: 100%;
  height: auto;
}

/* 表示非表示 */
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
@media (max-width: 781px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}

/* 余白 */
.pt_0{
  padding-top: 0 !important;
}
.pb_0{
  padding-bottom: 0 !important;
}

.pb_0_g > [data-unitone-layout~=gutters]{
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 781px){
  .sp_gap_0{
    gap: 0px !important;
  }
  .sp_gap_10{
    gap: 10px !important;
  }
  .sp_gap_40{
    gap: 40px !important;
  }
  .sp_pb_0{
    padding-bottom: 0 !important;
  }
  .sp_pt_0{
    padding-top: 0 !important;
  }
  .sp_pt_0_g > [data-unitone-layout~=gutters]{
    padding-top: 0 !important;
  }
}

/* リスト */
ul.is-style-default.list_checkmark{
  padding-inline-start: 0;
}
.list_checkmark li::marker {
  all: unset;
}
.list_checkmark li{
  list-style-type: none;
  margin-left: 0;
  font-size: clamp(14px, calc(11px + 0.35vw), 16px);
}
.list_checkmark li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.8em;
  background-image: url("/wp-content/uploads/2025/06/list_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}


/* ボタン */
.btn_right{
  margin-left: auto;
}
.btn_center{
  margin: 0 auto;
}

.more-button {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: "Rosario", sans-serif;
	justify-content: end;
	margin-top: 10px;
}
.more-button_wrap{
  display: table;
  margin-top: 0 !important;
}
.more-text {
  position: relative;
  border-bottom: 1px solid #333;
  font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.circle-button {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.more-button:hover .circle-button {
  transform: translateX(4px);
}

.btn_typeA .wp-block-button,
.btn_typeB .wp-block-button{
	min-width: 275px;
	position: relative;
}
.btn_typeA .wp-block-button::after,
.btn_typeB .wp-block-button::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
}

.btn_typeA .wp-block-button::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.btn_typeB .wp-block-button::after{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.btn_typeA .wp-block-button a{
	background-color: #333;
	color: #fff !important;
	letter-spacing: 0.2em;
	border-radius: 0px;
	padding: 16px 40px;
  width: 370px;
  max-width: 100%;
}

.btn_typeB .wp-block-button a{
	background-color: #fff;
	border: 1px solid #333;
	color: #333 !important;
	letter-spacing: 0.2em;
	border-radius: 0px;
	padding: 16px 40px;
  width: 370px;
  max-width: 100%;
}

@media only screen and (max-width: 781px){
	.btn_typeA,
	.btn_typeB{
		justify-content: center;
	}
}

/* パーツ */
.span_underline span{
  text-decoration: underline;
  text-decoration-color: #333;
  text-underline-offset: 1.5px;
  text-decoration-thickness:1px;
}

.title_line {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.title_line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

/* アニメーション */
.animation{
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animation.is-animated{
  opacity: 1;
}

.slide-skew_left.is-animated {
  animation: slide-skew_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew_left {
  0% {
    transform: translate(-180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.slide-skew_right.is-animated{
  animation: slide-skew_right 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew_right {
  0% {
    transform: translate(180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}


/*-------------------------
  ヘッダー
-------------------------*/
.site-header .contact_btn,
.site-footer .contact_btn,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact_btn{
	background-color: #333 !important;
	color: #fff !important;
}
.site-header .contact_btn a,
.site-footer .contact_btn a,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact_btn a{
	padding: 5px 20px !important;
}

.wp-block-navigation__responsive-container-content ul{
  justify-content: end;
}

.wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-of-type{
  display: none;
}

@media only screen and (max-width: 820px){
  .wp-block-navigation__responsive-container-content li a{
    font-size: 12px;
  }
}

@media only screen and (max-width: 781px){
  .wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-of-type{
    display: block;
  }
}


/*-------------------------
  フッター
-------------------------*/

@media only screen and (max-width: 781px){
  .site-footer [data-unitone-layout~=both-sides]{
    justify-content: center;
  }
}



/*-------------------------
  ハンバーガーメニュー
-------------------------*/
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact_btn{
	margin-top: 10px;
	width: fit-content;
}
@media only screen and (max-width: 781px){
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact_btn{
    margin-bottom: 20px;
  }
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
		display: none !important;
	}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
	}
	.site-footer .wp-block-navigation,
	.site-footer .wp-block-navigation__responsive-container-open:not(.always-shown){
		display: none !important;
	}
}



/*-------------------------
  KV
-------------------------*/
.kv{
	position: relative;
	border-bottom: solid #333 1px;
}
.kv .kv_main{
	width: max-content;
	margin: 0 auto;
}

.kv .kv_main img{
	position: relative;
}
.kv .kv_main h2{
	position: absolute;
	top: 60px;
	left: 55px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 781px){
  .kv .kv_main h2{
    top: 50px;
  }
}

.kv .kv_main h2 span.kv_title_traslate{
	transform: translateX(-10px);
	display: inline-block;
}

.kv .kv_main h2 span.kv_title_thin{
	font-weight: 300;
}

.kv .kv_main h2 span.kv_title_thin:first-of-type{
	transform: translate(-10px,-10px);
	display: inline-block;
}

.kv .kv_main h2 span.kv_title_thin:last-of-type{
	transform: translate(10px,10px);
	display: inline-block;
}

.kv_title{
  font-size: clamp(24px, 1.5vw + 1rem, 34px);
}

.kv_cover{
  width: 520px;
}
@media only screen and (max-width: 781px){
  .kv_cover{
    width: 420px;
  }
}

.kv_bg{
  width: clamp(280px, 20vw + 180px, 520px);
}

.kv .kv_illust_01{
	position: absolute;
	top: 200px;
	left: 0;
  width: clamp(220px, 28vw, 580px);
}

.kv .kv_illust_02{
	position: absolute;
	top: 35px;
	right: 0;
  width: clamp(220px, 28vw, 570px);
}

@media only screen and (min-width: 2100px){
  .kv .kv_illust_02 {
    top: 50px !important;
    transform: rotate(-18deg) scale(1.2);
    transform-origin: center;
    right: 70px;
  }
  .kv .kv_illust_01 {
    top: 155px;
    left: 39px;
    transform: rotate(5deg) scale(1.15);
    transform-origin: center;
  }
}
@media only screen and (min-width: 1920px){
  .kv .kv_illust_02{
    top: -8px;
  }
}
@media only screen and (max-width: 1315px){
  .kv .kv_illust_01{
    width: 300px;
  }
  .kv .kv_illust_02{
    width: 300px;
  }
}
@media only screen and (max-width: 1050px){
  .kv [data-unitone-layout~=gutters] {
    padding: 180px 8px;
  }
  .kv .kv_illust_01 {
    top: 40px;
  }
  .kv .kv_illust_02 {
    top: 420px;
  }
}
@media only screen and (max-width: 840px){
  .kv .kv_illust_01 {
    top: 60px;
    width: 240px;
  }
  .kv .kv_illust_02 {
    top: auto;
    bottom: 0;
    width: 200px;
  }
}

.kv .kv_bg{
	position: absolute;
	bottom:  -0.5px;
	right: 12%;
}


/*-------------------------
  メッセージ
-------------------------*/
.top_message.unitone-section>[data-unitone-layout~=gutters]{
	padding-bottom: 60px;
}

@media only screen and (max-width: 781px){
  .message_illust.full_wide {
    position: relative;
    left: 0%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 190vw;
  }
}



/*-------------------------
  Service
-------------------------*/
.service_title_numbering{
	font-family: "Rosario", sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #333;
	letter-spacing: 0.08em;
}

.service_title_numbering span{
	font-size: 30px;
}

.top_service .wp-block-columns {
  position: relative;
}

.top_service .wp-block-columns::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #333;
  transform: translateX(-50%);
}
@media (max-width: 781px) {
  .top_service .wp-block-columns::before {
    display: none;
  }
}


/*-------------------------
  お客様の声
-------------------------*/
.top_voice{
  display: none;
}

.top_voice .top_voice_item_column {
	width: 100%;
}

.top_voice .top_voice_item{
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	padding: 24px;
}

.top_voice .star-rating {
  display: flex;
  gap: 2px;
	margin-top: 5px;
}

.top_voice .star {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: lightgray;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
}

.top_voice .star.full {
  background: #CEAF63;
}

.top_voice .star.half {
  background: linear-gradient(to right, #CEAF63 50%, lightgray 50%);
}

.top_voice .swiper-button-prev{
	position: absolute;
	left: clamp(-50px, -3vw, -30px);
}

.top_voice .swiper-button-next{
	position: absolute;
	right: clamp(-50px, -3vw, -30px);
}

.top_voice .swiper-pagination-bullet{
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.top_voice .unitone-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 12px;
}

@media (max-width: 781px){
	.top_voice .swiper-button-prev,
	.top_voice .swiper-button-next{
		display: none;
	}
}


/*-------------------------
  ファシリ社長-組織の裏革命ch
-------------------------*/
.top_youtube{
	/* background-image: url(/wp-content/uploads/2025/06/top_youtube_bg.svg);
	background-repeat: no-repeat;
	background-position: 0 220px;
  background-size: contain;
	padding-bottom: 80px; */
}

.top_youtube .btn_typeA .wp-block-button a {
  padding: 4px 16px;
  width: 280px;
}

.top_youtube h2{
	line-height: 1.3;
}

.top_youtube h3{
  margin-left: 0px !important;
  margin-top: 40px;
}

.yrc-shell-cover{
  max-width: 100% !important;
}

#yrc-shell-0 .yrc-item{
  margin-bottom: 0 !important;
}

.yrc-pagination{
  display: none;
}

.pen-line-svg_wrapper {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
  top: 30%;
}
.pen-line-svg_wrapper.sp{
  display: none;
}

@media (min-width: 1920px){
  .pen-line-svg_wrapper {
    top: 0;
  }
}

@media (max-width: 781px){
  #yrc-shell-0 .yrc-item{
    margin-bottom: 20px !important;
  }
  .top_youtube .btn_typeA .wp-block-button a {
    padding: 4px 16px;
    width: 280px;
    margin-top: 10px;
  }
}

@media (max-width: 545px){
   .pen-line-svg_wrapper{
    display: none;
  }
  .pen-line-svg_wrapper.sp{
    display: block;
    top: 20%;
  }
}



/*-------------------------
  多数の企業に導入いただいています
-------------------------*/
.top_company-logo h2{
	line-height: 1.3;
}

.top_company-logo_item figure{
	margin-top: 0;
}

.top_company-logo_item {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 200px));
  max-width: 1200px;
  margin-inline: auto;
}

@media (min-width: 600px) {
  .top_company-logo_item {
    grid-template-columns: repeat(4, minmax(0, 200px));
  }
}

@media (min-width: 1024px) {
  .top_company-logo_item {
    grid-template-columns: repeat(6, minmax(0, 200px));
  }
}


/* ギャラリーのループスライド */
.stk-slide-gallery {
  width: max-content;
  display: flex;
  flex-direction: row;
  position: relative;
}


.logo-slider-set {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}


.logo-slider-set .wp-block-image {
  width: 200px !important;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 781px) {
  .logo-slider-set .wp-block-image {
    width: 130px !important;
  }
}




/*-------------------------
  最新情報
-------------------------*/
.wp-block-latest-posts__list li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 10px 40px 10px 0;
  border-bottom: 1px solid #333;
}

.wp-block-latest-posts__list li:first-of-type {
  padding-top: 0;
}

.wp-block-latest-posts__list li::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.top_news .more-button{
	justify-content: center;
}


/*-------------------------
  note埋め込み
-------------------------*/
.note-rss-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 781px) {
  .note-rss-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .note-rss-list {
    grid-template-columns: 1fr;
  }
}

.note-rss-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #333;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
}

.note-rss-link:hover {
  opacity: 0.8;
}

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

.rss-content {
  padding: 12px;
}

.rss-date {
  font-size: 0.85rem;
  color: #9f9f9f;
  margin-bottom: 4px;
}

.rss-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 6px;
}

.rss-desc {
  font-size: 0.8rem;
  color: #333;
}


/*-------------------------
  CTA(顧問ファシリテーターの存在意義)
-------------------------*/
.cta{
	padding-bottom: 150px;
}
.cta .cta_inner{
	max-width: 1000px;
	padding: 0 24px;
	box-sizing: content-box;
}

.cta .cta_inner_contents{
	max-width: 1000px;
}

.cta_wrap{
	position: relative;
}

.cta_wrap > figure,
.cta_wrap > svg{
	position: absolute;
	bottom: -180px;
	right: 6px;
	z-index: 10;
}

.cta_wrap > figure img,
.cta_wrap > svg{
	 width: clamp(320px, 50vw, 740px);
}

.cta_btn_item p{
  line-height: 1.6;
}

.cta_br{
  display: none;
}

@media only screen and (max-width: 840px){
  .cta{
      padding-bottom: 30px;
   }
  .cta .cta_btn_flex{
    gap: 0px;
    display: block;
  }
  .cta_wrap > figure,
  .cta_wrap > svg{
    bottom: -60px;
  }
}

@media only screen and (max-width: 781px){
  .cta{
    padding-bottom: 150px;
  }
  .cta_wrap > figure,
  .cta_wrap > svg{
    bottom: -160px;
  }
  .cta .cta_btn_flex .btn_typeA .wp-block-button,
  .cta .cta_btn_flex .btn_typeB .wp-block-button{
    min-width: 100%;
  }
  .cta .cta_btn_flex .btn_typeA a,
  .cta .cta_btn_flex .btn_typeB a{
    width: 100%;
  }
}
@media screen and (max-width: 781px) and (min-width: 386px){
  .cta_br{
    display: block;
  }
}
@media only screen and (max-width: 410px){
   .cta .cta_inner{
    margin-top: 0;
  }
}



/*-------------------------以下下層-------------------------*/

/*-------------------------
  下層共通
-------------------------*/

/* 下層ヘッダー画像 */
.page-template-default:not(.home) h1{
	display: none;
}

.page-template-default:not(.home) main > .unitone-section>[data-unitone-layout~=gutters] {
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-default:not(.home) main > .unitone-section>[data-unitone-layout~=gutters]>[data-unitone-layout~=container]>[data-unitone-layout~=stack]{
  gap: 0;
}
.page-template-default:not(.home) .site-header{
  background-color: #f7f7f7;
}

.under_header h2{
  font-size: clamp(1.375rem, 1.091rem + 1.21vw, 2rem);
  letter-spacing: 0.15em;
}


/*-------------------------
  顧問ファシリテーターとは
-------------------------*/
.merit_header{
  background-image: url(/wp-content/uploads/2025/06/service_header_bg_3.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.merit_title_illust {
  display: none;
}
.wp-block-columns .merit_header_column_text{
  transform: translateY(-110px);
}
.wp-block-group.has-background.merit_header  {
  padding-top: 30px;
  padding-bottom: 30px;
}

.merit_header [data-unitone-layout~=gutters]{
  padding-bottom: 0;
}


@media only screen and (min-width: 1400px){
  .merit_header{
    background-image: none;
  }
  .merit_title_illust{
    display: block;
  }
  .merit_title_illust .full_wide{
    margin: 0;
    position: static;
  }
}
@media only screen and (max-width: 781px){
  .merit_title_illust {
    display: block;
    margin: 0 auto;
  }
  .merit_header{
    background-image: none !important;
  }
  .wp-block-columns .merit_header_column_text{
    transform: translateY(0px);
  }
  .merit_header [data-unitone-layout~=gutters]{
    padding-bottom: var(--unitone--padding);
  }
}
@media screen and (max-width: 780px) and (min-width: 520px){
  .merit_header_column figure.full_wide{
    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: table;
  }
}

@media only screen and (max-width: 781px){
  .wp-block-columns.merit_header_column .wp-block-column:last-child {
    display: block;
    margin: 0 auto;
  }
  .merit_header{
    background-image: none !important;
  }
  .wp-block-columns .merit_header_column_text{
    transform: translateY(0px);
  }
  .merit_header [data-unitone-layout~=gutters]{
    padding-bottom: var(--unitone--padding);
  }
}
@media screen and (max-width: 780px) and (min-width: 520px){
  .merit_header_column figure.full_wide{
    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: table;
  }
}

.merit_contents_benefits .en_font span{
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.merit_contents_list{
  margin: 0 auto;
}

.merit_contents_list li{
  padding-bottom: 8px;
}

.merit_contents_list_cover{
  background-image: url(/wp-content/uploads/2025/06/service_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 120px;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
}
.merit_contents_list_cover_sp,
.merit_contents_list_cover_sp .merit_contents_list_img_sp_long{
  display: none;
}
.merit_contents_inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 781px){
  .merit_contents_list_cover {
    background: none;
    padding: 0;
  }
  .merit_contents_list_cover_sp {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 0;
    width: 70%;
    margin: 0 auto;
  }
  .merit_contents_list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-65%);
    z-index: 1;
  }
}
@media only screen and (max-width: 675px){
  .merit_contents_list_cover_sp {
    width: 85%;
  }
}
@media only screen and (max-width: 610px){
  .merit_contents_list_cover_sp {
    width: 100%;
  }
  .merit_contents_list{
    width: 80%;
  }
}
@media only screen and (max-width: 440px){
  .merit_contents_list {
    transform: translate(-50%,-63%);
  }
}
@media only screen and (max-width: 410px){
  .merit_contents_list_cover_sp .merit_contents_list_img_sp_mid{
    display: none;
  }
  .merit_contents_list_cover_sp .merit_contents_list_img_sp_long{
    display: block;
  }
  .merit_contents_list {
    width: 75%;
    transform: translate(-50%, -63%);
  }
}
@media only screen and (max-width: 376px){
  .merit_contents_list {
    transform: translate(-50%, -61%);
  }
  .merit_contents_list .merit_contents_list_title{
    font-size: clamp(1rem, -0.554rem + 7.14vw, 1.125rem) !important;
  }
}
@media only screen and (max-width: 345px){
  .merit_contents_list_cover_sp .merit_contents_list_img_sp_long{
    display: none;
  }
  .merit_contents_list {
    width: 90%;
    transform: none;
    position: static;
    padding-bottom: 60px;
  }
}


.merit_contents_list_illust{
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 790px;
}
@media only screen and (max-width: 781px){
  .merit_contents_list_illust{
    width: 590px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 610px){
  .merit_contents_list_illust{
    bottom: 0px;
  }
   .merit_contents_list_sec [data-unitone-layout~=gutters]{
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 440px){
  .merit_contents_list_illust {
    bottom: 0px;
  }
}
@media only screen and (max-width: 410px){
  .merit_contents_list_illust {
    bottom: 30px;
  }
}
@media only screen and (max-width: 345px){
  .merit_contents_list_illust {
    bottom: -40px;
  }
}

.under_service_02 h3.span_underline span{
  text-underline-offset: 4.5px;
}


/*-------------------------
  会社概要
-------------------------*/
.company_header{
  background-image: url(/wp-content/uploads/2025/06/company_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 1600px){
  .company_header{
    height: 500px;
  }
}

@media only screen and (max-width: 500px){
  .company_header{
    background-image: url(/wp-content/uploads/2025/06/company_header_sp.jpg);
    padding: 40px 0 140px 0;
  }
}

.company_ceo p.company_position,
.company_ceo h3,
.company_member .menber_position{
  line-height: 1;
  letter-spacing: 0.125em;
}

.company_table table {
  width: 100%;
  table-layout: fixed;
}

.company_table tr {
  border-bottom: 1px solid #333;
}

.company_table td:first-child {
  width: 30%;
  font-weight: bold;
  vertical-align: top;
  padding-right: 1rem;
}

@media only screen and (max-width: 781px){
  .company_table table,
  .company_table tbody,
  .company_table tr,
  .company_table td {
    display: block;
    width: 100% !important;
    border-bottom: none;
    padding-left: 0;
  }

  .company_table td:last-of-type{
    padding-top: 0;
  }

  .company_table tr {
    border-bottom: 1px solid #333;
    padding-bottom: 0.5rem;
  }

  .company_table td:first-child {
    font-weight: bold;
    padding-bottom: 0.25rem;
  }
}


/*-------------------------
  お問い合わせ
-------------------------*/
.contact_header{
  background-image: url(/wp-content/uploads/2025/06/contact_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1600px){
  .contact_header{
    height: 500px;
  }
}
@media only screen and (max-width: 680px){
  .contact_header{
    background-image: url(/wp-content/uploads/2025/06/contact_header_sp.jpg);
     background-position: right;
    padding: 20px 0 160px 0;
  }
}

.wpcf7 {
  background-color: #f7f7f7;
  padding: 80px 115px 70px 115px;
  border-radius: 8px;
  box-sizing: border-box;
}

.wpcf7 label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.15em;
}

.wpcf7 label.last {
  margin-bottom: 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 10px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
  color: #b9b9b9;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.radio p{
  letter-spacing: 0.15em;
}

.radio .radio_title{
  font-weight: bold;
  margin-bottom: 10px;
}

.wpcf7-radio .wpcf7-list-item{
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label{
  margin-bottom: 0;
}

.wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  row-gap: 0px;
}

.wpcf7 .wpcf7-radio label {
  font-weight: normal;
}

.wpcf7-select{
  margin-top: 10px;
}

a.privacy_policy{
  text-decoration: underline !important;
}

.wpcf7 input[type="checkbox"] {
  margin-right: 8px;
}

.wpcf7 a {
  color: #333;
  text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0;
}

.wpcf7 .input_last_items{
  margin-bottom: 30px;
}

/* 送信ボタン */
.form_contact_btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  display: table;
}

.wpcf7 .form_contact_btn input[type="submit"] {
  display: block;
  width: 192px;
  margin: 40px auto 0;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.15em;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #333;
}

.form_contact_btn::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 15px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

@media only screen and (max-width: 781px){
  .wpcf7 {
    padding: 32px 24px;
  }
}

/*-------------------------
  最新情報
-------------------------*/
.taxonomy-category.wp-block-post-terms{
  background-color: #333;
  color: #fff;
  padding: 0 10px;
}




/*-------------------------
 　SVGアニメーション
-------------------------*/

/* KVタイトル */
.kv_line {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  animation: slide-in-20 0.8s ease forwards;
  font-weight: bold;
}

.kv_line.kv_title_traslate {
  animation: slide-in-10 0.8s ease forwards;
}

.kv_line:nth-of-type(1) {
  animation-delay: 0.1s;
}
.kv_line:nth-of-type(2) {
  animation-delay: 0.4s;
}
.kv_line:nth-of-type(3) {
  animation-delay: 0.7s;
}
.kv_line:nth-of-type(4) {
  animation-delay: 1s;
}

@keyframes slide-in-20 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* -10px用アニメーション */
@keyframes slide-in-10 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-10px);
  }
}



/* KVイラスト */
#hand {
  opacity: 0;
  transform: translateX(60px);
}
svg #circle {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  opacity: 1;
}

svg.active #hand {
  animation: handSlideIn 0.6s ease-out 1s forwards;
}

svg.active #circle {
  animation: circleDraw 0.8s linear 1.2s forwards;
}

@keyframes handSlideIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes circleDraw {
  0% {
    opacity: 1;
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


#hand_01, #hand_02 {
  opacity: 0;
  transform: translateY(60px);
  animation: handDrop 0.6s ease-out 1s forwards;
}

#fusen {
  opacity: 0;
  transform: scale(0.8);
  animation: showFusen 0.4s ease-out 1.5s forwards;
}

@keyframes handDrop {
  0% {
    opacity: 0;
    transform: translate(-60px, 60px); 
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes showFusen {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* トップイントロ下イラスト */
#gold_line path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  opacity: 1;
}

.gold-line-svg.active #gold_line path:nth-of-type(1) {
  animation: drawLine 2s ease forwards;
  animation-delay: 0s;
}
.gold-line-svg.active #gold_line path:nth-of-type(2) {
  animation: drawLine 2s ease forwards;
  animation-delay: 0.4s;
}
.gold-line-svg.active #gold_line path:nth-of-type(3) {
  animation: drawLine 2s ease forwards;
  animation-delay: 0.6s;
}
.gold-line-svg.active #gold_line path:nth-of-type(4) {
  animation: drawLine 2s ease forwards;
  animation-delay: 0.8s;
}
.gold-line-svg.active #gold_line path:nth-of-type(5) {
  animation: drawLine 2s ease forwards;
  animation-delay: 1s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}



/* トップyoutubeの後ろイラスト */
#pen_line {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
}

svg.active #pen_line {
  animation: draw-pen 3s ease forwards;
}

#pen_line_sp {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
}

svg.active #pen_line_sp {
  animation: draw-pen 8s ease forwards;
}

@keyframes draw-pen {
  to {
    stroke-dashoffset: 0;
  }
}


/*-------------------------
 　独自のマウスカーソルを作成
-------------------------*/
#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none;
}

#cursor.cursor--hover{
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgb(206, 175, 99,0.5);
}



/* 全体を常に非表示 */
body:not(.wp-admin) *,
body:not(.wp-admin) *::before,
body:not(.wp-admin) *::after {
  cursor: none !important;
}

iframe {
  cursor: auto !important;
}

input,
textarea,
select,
[contenteditable] {
  cursor: pointer !important;
}