/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 01:47:06 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/* -------------
お知らせの設定
-----------------------------*/
.-type-simple .p-postList__title {
    font-size: 0.9em;
}
.swell-block-columns__inner .news-line{
    border-left: 1px solid #e1e1e1;
    padding: 0 2rem;
}
.p-postList.-type-simple {
    border-top: none;
}
@media (max-width: 980px) {
	.swell-block-columns__inner .news-line{
    border-left: none;
	border-top: 1px solid #e1e1e1;
}
}
/* -------------
こんなお悩みもお任せくださいの設定
-----------------------------*/
.check-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.check-list .is-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 600px;
}

.adsolute-circle {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translate(-50%, 0%);
}

@media (max-width: 640px) {
  .check-list .u-fz-l {
    font-size: 1em !important;
  }
}
/* -------------
4つの並びとお問い合わせコンテンツの設定
-----------------------------*/
@media (min-width: 960px){
.eight-frame1006-main .swell-block-column{
display: flex;
justify-content: center;
}
.eight-frame1006-arrange{
display: flex;
flex-grow: 1;
justify-content: center;
width: 100%;
}
.eight-frame1006-arrange .wp-block-group__inner-container{
display: flex;
flex-direction: column;
width: 100%;
}
	.eight-frame1006-arrange .wp-block-group__inner-container .eight-frame1006-arrange-text{
		flex-grow: 1;
		align-items: center;
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
@media (max-width: 640px) {
.border-line-3col{
    border-bottom: 1px solid #30c526;
    padding: 0 0 1rem;
}
}
/* -------------
スライドの設定
-----------------------------*/
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev, .vk_post_list_slider .swiper-button-next, .vk_post_list_slider .swiper-button-prev {
	color: #ffffff;
	background-color: rgb(211 211 211);
	border-radius: 100px;
}
.vk_slider_item_container {
	padding: 0.4em;
}
.swiper-pagination.swiper-pagination-fraction:not(.swiper-pagination-bullets) {
	top: 76%;
	height: fit-content;
}
.vk_slider, .vk_post_list_slider {
	padding: 0 0 1rem;
}
.swiper-pagination {
	bottom: 1px!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0px!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right:0px!important;

}
@media (max-width: 575.98px) {
	.swiper-button-next.swiper-button-mobile-bottom, .swiper-button-prev.swiper-button-mobile-bottom {
		top: auto;
	}
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    outline: 1px solid var(--vk-color-background-white-translucent);
    pointer-events: auto;
    margin: 0 4px;
    transition: background-color 0.3s;
}
.swiper-pagination-bullet-active {
    background-color: #30c526;
}
/* -------------
3つのサービスの設定
-----------------------------*/
.c-bannerLink__figure {
  position: relative;
  overflow: hidden;
}
.c-bannerLink__figure::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #30c526;
}
.c-bannerLink__text {
    justify-content: end;
    padding: 1.5em 1.5em 0.5em;
}
.swl-inline-icon:after{
	    top: -3px;
}
	
/* ？？？ */
.eight-26-column .eight-26-list-text::before,
.eight-26-column .eight-26-list-text::after {
  content: "";
  height: 100px;
}
.eight-26-list-text {
  position: relative;
}
.eight-26-list-text::before,
.eight-26-list-text::after {
  content: "";
  display: block;
  height: 120px;
  width: 1px;
  border-right: 1px solid var(--color_main);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
@media(max-width:640px) {
  .eight-26-list-text::before,
  .eight-26-list-text::after {
    content: "";
    display: none;
  }
}
.eight-26-list-text::before {
  left: 0;
}
.eight-26-list-text::after {
  right: 0;
}


/* -------------
会社概要
-----------------------------*/
.eight-25 td {
  position: relative;
}
@media (max-width: 960px) {
.eight-25 td {
    text-align: center;
}
}
.eight-25 td,
.eight-25 th {
  padding: 1.1em 3.75em;
}
:root {
    --color_border--table: #707070;
}

@media (min-width: 960px) {
.eight-25 td:nth-of-type(1):after {
    content: '';
    border-right: 1px solid #707070;
    padding: 0 11rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
  }
}
/* -------------
よくある質問の設定
-----------------------------*/
.eight-block-column {
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
}
.eight-block-accordion .swell-block-accordion__title::before {
    content: "Q";
    font-weight: bold;
    color: #ffffff;
    background: var(--color_main);
border-radius: 100px;
    font-size: 0.9rem;
    margin-right: 8px;
display: flex;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
	flex-shrink: 0; /* ← これで崩れ防止 */
}
.eight-block-accordion .swell-block-accordion__body {
    display: flex;
    align-items: flex-start; /* 上揃え */
    gap: 10px; /* アイコンとテキストの間隔 */
}
.eight-block-accordion .swell-block-accordion__body p {
    margin: 0; /* 余白リセット */
}
.eight-block-accordion .swell-block-accordion__body::before {
    content: "A";
    font-weight: bold;
    color: #333;
    background: #E8F7E7;
border-radius: 100px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
	    padding: 10px;
}
.eight-block-accordion .swell-block-accordion__title {
    box-shadow: 1px 1px 20px 4px #d8d8d870;
    border-radius: 10px;
	transition:.3s;
	margin: 1em 0;
	background: #fff!important;
}
.eight-block-accordion .swell-block-accordion__title:hover {
    box-shadow: none;
    border-radius:0;
	transition:.3s;
}
.eight-block-accordion .swell-block-box-menu__item{
	position:relative;
}
.eight-block-accordion .swell-block-box-menu__item::after {
    content: "▼"; /* 下向き矢印 */
    font-size: 12px; /* 矢印のサイズ調整 */
   position:absolute;
right:0;top: 50%;
  transform: translate(-50%, -50%);
}
/* -------------
お手紙が届いた方への設定
-----------------------------*/
.absolute-letter-icon{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
[id^="bfb_content_"].bfb_view_pc {
    background-color: rgb(228 228 228 / 85%)!important;
}
.p-fixBtnWrap {
    bottom: 7.25em;
}
@media (max-width: 600px) {
[id^="bfb_content_"].bfb_rounded_corners a {
    font-size: 11px;
}
}
/*------------  共通 --------
---------------------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin: 0 auto;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #b40000;
  color: #b40000;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #0096DD;
  color: #0096DD;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid #919191dd;
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
/*------------  オリジナル --------
---------------------------*/
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact-area .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/* 年齢 */
.contact-2colarea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-area .check .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #333;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.contact-area .check input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("https://ebisu-rd.com/wp-content/uploads/2025/10/check-solid.svg") no-repeat center;
  background-size: contain;
}
.contact-common select {
  background: #fff;
  border: 1px solid #919191dd;
  height: 40px;
}
.contact-common .contact-case select {
  width: 80px;
}
.contact-select select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 100%;
height: 50px;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid #919191dd;
  padding: 0.5rem;
  width: 100%;
  background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 0.5rem 0.3rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
@media (max-width: 640px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
  .check span.wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .contact-area .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
/*  */
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Noto sans JP', serif;
}
.caution {
  font-size: 14px;
  margin: 0.4rem 1rem;
  letter-spacing: 0;
}
.send {
background: #77d371;
    max-width: 300px;
  margin: 2rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send:hover {
  transition: .5s;
  opacity: 0.7;
  box-shadow: none;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
/*------------------
チェックボックスの装飾------ */
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
/*------------------
ラジオボタンの装飾------ */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact-radio .wpcf7-radio {
  display: flex;
}
.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #333;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #045C3D;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}
/*  */
.check {
  border-top: 1px solid #ddd;
  padding: 2em 0 0;
}
/* プライバシーポリシー色設定 */
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}
/* 投稿 */
/* アーカイブ　hover時に opacity*/
.post-type-archive-construction .l-mainContent__inner .p-postList__item .p-postList__body:hover{
	opacity:1;
}
/* -------------
投稿にボタンの追加
-----------------------------*/
.c-tabBody__item .-type-card .p-postList__meta:after {
content: "詳細はこちら »";
    display: inline-block;
    display: inline-block;
    width: 100%;
    padding: 0.8rem 1rem;
    margin: 1em auto 0;
    background-color: var(--color_main);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 
ease;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
.c-tabBody__item .-type-card .p-postList__meta::after:hover {
    background-color: #555;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.c-tabBody__item .p-postList__link {
display: flex;
flex-direction: column;
}
.p-postList .p-postList__title {
flex-grow: 1;
}
/* -------------
一覧ページ記事設定
-----------------------------*/
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title{
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.-type-card .p-postList__title::after , .-type-list .p-postList__title::after , .-type-list2 .p-postList__title::after {
  content: "";
  position: absolute;
  bottom: 0;
    left: 0;
    width: 30%;
    height: 0.5px;
  background-color: #000; /* 下線の色 */
}
@media (min-width: 600px) {
    #sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt {
        font-size: 12px;
    }
}
@media (min-width: 600px) {
  #sidebar .-type-card .p-postList__title, .-related .p-postList__title, .-type-thumb .p-postList__title, .w-footer:not(.-col1) .p-postList__title {
        font-size: 12px;
    }
}
/* -------------
サイドバーの設定
-----------------------------*/
.p-profileBox {
  position: relative;
  padding: 16px;
  overflow: hidden;
  z-index: 1;
}
.p-profileBox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, #000000, #cccccc); /* 黒→グレー */
  border-radius: inherit;
  z-index: -1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.p-profileBox__btn a{
	    width: 100%;
}
/* -------------
投稿の詳細ページ
-----------------------------*/
@media (min-width: 600px) {
	.single .c-postTitle__ttl {
		margin: 0 0.4em 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0.3em 0;
	}
}
.c-postTitle__date {
	border-right: none;
	margin-right: 0;
	padding: 0.8em;
	text-align: center;
	background: var(--color_main);
	border-radius: 100px;
	color: #fff;
}
@media (min-width: 600px) {
	.c-postTitle__date .__y {
		font-size: 13px;
	}
}
@media (min-width: 600px) {
	.c-postTitle__date .__md {
		font-size: 13px;
	}
}
/* -------------
-type-listの装飾
-----------------------------*/
.c-tabBody__item .p-postList .p-postList__title {
	padding: 0.2em;
}
.-type-list .p-postList__item {
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px dashed #ddd;
	padding: 1em 0;
}
.c-tabBody__item .p-postList__body {
	position: relative;
	transition: opacity .25s;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background-image: linear-gradient(transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray));
	background-repeat: repeat;
	background-size: 16px 16px;
}
.c-tabBody__item .p-postList .p-postList__title {
	flex-grow: 1;
	font-size:14px;
}
.c-tabBody__item .p-postList__meta {
	display: block;

}
/* -------------
サイドバー設定
-----------------------------*/
.p-profileBox {
	background-image: repeating-linear-gradient(45deg, #045c3d14, #045c3d14 2px, transparent 2px, transparent 9px);
	box-shadow: 1px 2px 9px #ddd;
	border: none;
}
.widget_archive select, .widget_categories select, .wp-block-archives select, .wp-block-categories select {
	border: 1px solid #00000094;
}
.c-listMenu a {
	border-bottom: 1px solid #ddd;
}
.widget_categories>ul>.cat-item>a:before, .wp-block-categories-list>li>a:before {
	color: var(--color_main);
}
/* -------------
目次の設定
-----------------------------*/
ul.is-style-index li:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f044' !important;
	border-bottom: 0;
	border-left: 0;
	top: 0;
	background: no-repeat;
}
.p-toc__link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dashed var(--color_main);
	transition: color 0.3s ease;
}
.p-toc__link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: var(--color_main);
	transition: width 0.3s ease;
	z-index: 1;
}
.p-toc__link:hover {
	color: var(--color_main_hover);
}
.p-toc__link:hover::after {
	width: 100%;
}
/*  */
/* 著者ボックス全体 */
.p-authorBox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 2px solid var(--color_main);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.p-authorBox:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* 左側（画像＋名前） */
.p-authorBox__l {
  text-align: center;
  flex-shrink: 0;
}

..p-authorBox .avatar{
  border: 3px solid var(--color_main);
  width: 140px;
  height: 140px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-authorBox__l img:hover {
  transform: scale(1.05);
}

.p-authorBox__name {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--color_main);
  text-decoration: none;
  transition: color 0.3s ease;
font-size:14px!important;
}

.p-authorBox__name:hover {
  color: #000;
}

/* 右側（説明文） */
.p-authorBox__r {
  flex: 1;
border-left:none;
}

.p-authorBox__desc {
  font-size: 0.95rem;
  line-height: 1.8;
  border-left: 4px solid var(--color_main);
  padding-left: 15px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .p-authorBox {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .p-authorBox__desc {
    border-left: none;
    border-top: 3px solid var(--color_main);
    padding-left: 0;
    padding-top: 10px;
  }
}
