@charset "utf-8";
/*2025.9.19-so*/
body, html, img, ul{
  margin: 0;
  padding: 0;
}
body {
    color:#121518;
	font-size: 15px;
	line-height: 170%;
    font-weight: 400;
	letter-spacing: 0.04em;
	font-family:
        /* Mac/iOS向け */
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        /* Windows向け (新しいOS優先) */
        "Yu Gothic Medium", "游ゴシック Medium",
        "Meiryo", "メイリオ",
        /* 英語フォントの指定 */
        -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial,
        /* 最終手段 */
        sans-serif;
}
p {
  line-height: 1.7;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
a {
    color: rgba(18, 21, 24, 0.9);
    text-decoration: none;
    transition: 0.1s linear;
}
.bg-white-content, div[class^='bg-white'], div[class*=' bg-white'], .bg-black div[class^='bg-white'], .bg-black div[class*=' bg-white'], div[class^='bg-dark'] div[class^='bg-white'], div[class^='bg-dark'] div[class*=' bg-white'], div[class*=' bg-dark'] div[class^='bg-white'], div[class*=' bg-dark'] div[class*=' bg-white'], div[class^='bg-gradient'] div[class^='bg-white'], div[class^='bg-gradient'] div[class*=' bg-white'], div[class*=' bg-gradient'] div[class^='bg-white'], div[class*=' bg-gradient'] div[class*=' bg-white'], div[class^='bg-blue'] div[class^='bg-white'], div[class^='bg-blue'] div[class*=' bg-white'], div[class*=' bg-blue'] div[class^='bg-white'], div[class*=' bg-blue'] div[class*=' bg-white'], div[class^='bg-purple'] div[class^='bg-white'], div[class^='bg-purple'] div[class*=' bg-white'], div[class*=' bg-purple'] div[class^='bg-white'], div[class*=' bg-purple'] div[class*=' bg-white'], div[class^='bg-golden-yellow'] div[class^='bg-white'], div[class^='bg-golden-yellow'] div[class*=' bg-white'], div[class*=' bg-golden-yellow'] div[class^='bg-white'], div[class*=' bg-golden-yellow'] div[class*=' bg-white'], div[class^='bg-pink-edge'] div[class^='bg-white'], div[class^='bg-pink-edge'] div[class*=' bg-white'], div[class*=' bg-pink-edge'] div[class^='bg-white'], div[class*=' bg-pink-edge'] div[class*=' bg-white'], div[class^='bg-very-peri'] div[class^='bg-white'], div[class^='bg-very-peri'] div[class*=' bg-white'], div[class*=' bg-very-peri'] div[class^='bg-white'], div[class*=' bg-very-peri'] div[class*=' bg-white'], div[class^='bg-turquiose'] div[class^='bg-white'], div[class^='bg-turquiose'] div[class*=' bg-white'], div[class*=' bg-turquiose'] div[class^='bg-white'], div[class*=' bg-turquiose'] div[class*=' bg-white'], div[class^='bg-spring-red'] div[class^='bg-white'], div[class^='bg-spring-red'] div[class*=' bg-white'], div[class*=' bg-spring-red'] div[class^='bg-white'], div[class*=' bg-spring-red'] div[class*=' bg-white'] {
    color: #121518;
}
.section-xs {
    padding: 30px 0;
}
@media (max-width: 575.98px) {
  .section-xs {
    padding: 20px 0;
  }
}
/*btn*/
.btn-custom {
	padding: 0.75rem 1.5rem;
	letter-spacing: 1.0px;
}
[class*='button-gradient'] {
    border: 0;
    -webkit-box-shadow: 0 0px 0px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 0px 0px 0 rgba(21, 25, 29, 0.13);
	transition: transform 0.2s ease, opacity 0.2s ease;
	/* ▼ 以下3行を追記 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
[class*='button-gradient']:hover, [class*='button-gradient']:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0px 0px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 0px 0px 0 rgba(21, 25, 29, 0.19);
}
.button-gradient-7 {
    background-image: linear-gradient(to bottom,#f05a24 50%,#faaf3b 100% );
	color: #fff;
}
.button-backdrop-dark {
    background: white;
    border-radius: 0.5em;
    border: 2px solid #121518;
    -webkit-box-shadow: 4px 4px 0 0 #121518;
    box-shadow: 4px 4px 0 0 #121518;
	transition: 
        transform 0.2s ease,
        border-width 0.2s ease,
        box-shadow 0.2s ease;
}
.button-backdrop-dark:hover,
.button-backdrop-dark:focus {
    /* ボタンを少し浮かせる */
    transform: translateY(-2px);
    /* シャドウも変化させる（より軽く見えるように） */
    -webkit-box-shadow: 5px 5px 0 0 #121518;
    box-shadow: 5px 5px 0 0 #121518;
}
/*background*/
.bg-1 {
    background: #f36c1e!important;
}
.bg-2 {
    background: #fbbb58;
}
.bg-3 {
    background: rgba(250, 175, 59, 0.5);
}
.bg-4 {
    background: #FFEFDB;
}
.bg-star {
    background-image: url(../images/star-l2.svg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 300px;
}
img {
  transition: opacity 0.3s ease;
}
a:hover img{
  opacity: .6;
}
/*space*/
.pt--80{padding-top:80px;}
/*text*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-weight: bold !important;
    font-style: normal;
	line-height:1.3;
	margin: 0;
}
.text-black{
	color: #121518 !important;
}
.tx-yellow{
	color: #ffff5a !important;
}
.tx-orange{
	color: #f36c1e !important;
}
.tx-red{
	color: #c0272d !important;
}
.stroke-text-w {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fff;
}
.text-gradient-g {
    background: -webkit-linear-gradient(90deg, #f36c1e 0%, #edd346 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line-height-130 {
    line-height: 130% !important;
}
.line-height-160 {
    line-height: 160% !important;
}
.line-height-200 {
    line-height: 200% !important;
}
.line-height-230 {
    line-height: 230% !important;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.let-sp-1{
	letter-spacing: -0.1em;
}
.tx-bold{
	font-weight: 700 !important;
}
.mark_yel_futo {
	background:linear-gradient(transparent 60%, #ffff5a 60%)
}
.ver_al_mid {
	vertical-align: middle;
}
.tx-sdw {
	text-shadow:0 0 3px #FFF;
}
.fitc {
    width: fit-content;
}
.ttl{
position: relative;
display: inline-block;
padding: 0 55px;
}

.ttl:before, .ttl:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #f36c1e;
}

.ttl:before {left:0;}
.ttl:after {right: 0;}

time{
	color:#5C5C5C;
}
h1, h2, h3, h4, h5, h6 {
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
/*text-size*/
.tx-1-2 {
    font-size: 1.2rem !important;
}
.tx-1-5 {
    font-size: 1.5rem !important;
}
@media (max-width: 991.98px){
	h1, .h1{
	font-size:2rem !important;
	}
	h2, .h2{
	font-size:1.8rem !important;
	}
	h3, .h3{
	font-size:1.5rem !important;
	}
	.tx-1 {
    	font-size: 1rem !important;
	}
	.tx-1-2 {
    	font-size: 1rem !important;
	}
	.tx-1-5 {
    	font-size: 1.28rem !important;
	}
	.tx-2 {
    	font-size: 1.5rem !important;
	}
	.tx-2-3 {
    	font-size: 1.8rem !important;
	}
	.tx-3 {
    	font-size: 2.5rem !important;
	}
	.tx-3-5 {
    font-size: 2.5rem !important;
	}
	.tx-4 {
    	font-size: 2.5rem !important;
	}
}
@media (max-width: 575.98px){
	h1, .h1{
	font-size:2rem !important;
	}
	h2, .h2{
	font-size:1.7rem !important;
	}
	h3, .h3{
	font-size:1.5rem !important;
	}
	.tx-1 {
    	font-size: 1rem !important;
	}
	.tx-1-2 {
    	font-size: 1rem !important;
	}
	.tx-1-5 {
    	font-size: 1.2rem !important;
	}
	.tx-2 {
    	font-size: 1.3rem !important;
	}
	.tx-2-3 {
    	font-size: 1.8rem !important;
	}
	.tx-3 {
    	font-size: 2.5rem !important;
	}
	.tx-3-5 {
    font-size: 2.5rem !important;
	}
	.tx-4 {
    	font-size: 2.5rem !important;
	}
}

/*btn*/
.button-reveal-left-dark, a.button-reveal-left-dark, .button-reveal-right-dark, a.button-reveal-right-dark {
    background-color: #f36c1e;
    background-image: linear-gradient(45deg, #edd346 0%, #f36c1e 100%);
    border: 0;
    color: #fff !important;
}
.button-reveal-left-dark:hover, .button-reveal-left-dark:focus, a.button-reveal-left-dark:hover, a.button-reveal-left-dark:focus, .button-reveal-right-dark:hover, .button-reveal-right-dark:focus, a.button-reveal-right-dark:hover, a.button-reveal-right-dark:focus {
  background: #a1d183;
  color: #fff;
}

/*hr*/
hr {
    color: #f36c1e ;
}

/**********************
menu
**********************/

/* timeline */
.timeline-wrapper {
  position: relative;
}

.timeline-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  background: #e2e6ea; /* 後から定義されたこちらが適用されます */
  width: 1px;
  height: 100%;
}

.timeline-wrapper .timeline .timeline-date {
  position: relative;
}

.timeline-wrapper .timeline .timeline-date:before {
  content: '';
  position: absolute;
  top: 31px;
  background: #e2e6ea; /* 後から定義されたこちらが適用されます */
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
	.timeline-wrapper .timeline .timeline-date::before {
    margin-left: -40px;
	}
	.timeline-wrapper .timeline .timeline-date::after {
    margin-left: -34px;
	}
	.timeline {
	margin-top: 30px;	
    margin-left: 30px;
	}
}
.timeline-wrapper .timeline .timeline-date:after {
  content: '';
  position: absolute;
  top: 37px;
  background: #121518; /* 後から定義されたこちらが適用されます */
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* 992px以上の画面幅に適用されるスタイル */
@media (min-width: 992px) {
  .timeline-wrapper:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* timeline-leftクラスがある場合の:beforeの上書き */
  .timeline-wrapper.timeline-left:before {
    left: 200px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .timeline-wrapper .timeline {
    position: relative;
  }

  .timeline-wrapper .timeline .timeline-date,
  .timeline-wrapper .timeline .timeline-content {
    width: 50%;
    padding: 30px;
  }

  .timeline-wrapper .timeline .timeline-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }

  .timeline-wrapper .timeline .timeline-date:before {
    right: -10px;
  }

  .timeline-wrapper .timeline .timeline-date:after {
    right: -4px;
  }

  .timeline-wrapper .timeline .timeline-content {
    margin-left: 50%;
  }

  /* timeline-leftクラスがある場合のdateとcontentの上書き */
  .timeline-wrapper.timeline-left .timeline .timeline-date {
    width: 200px;
    padding: 30px 30px 0 0;
  }

  .timeline-wrapper.timeline-left .timeline .timeline-content {
    width: auto;
    margin: 0 0 0 200px;
    padding: 30px 0 0 30px;
    text-align: left;
  }
}
/**********************
column
**********************/
[class^="hoverbox"] {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
}
#txt-search{
	margin-bottom:0;
}
.hoverbox-6 .content.top {
    top: 16px;
    left: 16px;
}

.hoverbox-6 .content {
    position: absolute;
    z-index: 2;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 10px 16px;
    color: rgba(18, 21, 24, 0.9);
}
.clm-f {
    background-color: #fff;
    border: 2px solid #f36c1e;
    border-radius: 30px;
}
.clm-f span{
	color:#f36c1e;
	font-weight:bold;
    line-height: 1.5;
}
.hoverbox-6 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s;
}
.button-text-1, .button-text-2, .button-text-3{
    position: relative;
    display: inline-block;
    color: black;
}
.button-text-1:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgba(18, 21, 24, 0.2);
    width: 100%;
    height: 1px;
}
.button-text-1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    background: black;
    height: 1px;
    -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
a.underline-fade {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a.underline-fade::before,
a.underline-fade::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

a.underline-fade::before {
  background-color: rgba(0, 0, 0, 0.2); /* 薄いグレー */
}

a.underline-fade::after {
  background-color: currentColor;       /* リンクの文字色（濃い） */
  width: 0;
  transition: width 0.4s ease;
  z-index: 1;
}

a.underline-fade:hover::after {
  width: 100%;
}
.page-link {
    color: black;
}
.active>.page-link, .page-link.active {
    background-color: #f36c1e;
    border-color: #f36c1e;
}
.page-link:hover {
    z-index: 2;
    color: #f36c1e;
    background-color: var(--bs-pagination-hover-bg)
#f8f9fa
;
    border-color: var(--bs-pagination-hover-border-color);
}
/**********************
company
**********************/
.balloon2-top {
    /*display: flex;*/
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin-top: 15px;
    padding: .8em 1.2em;
    border: 3px solid #f36c1e;
    border-radius: 15px;
    background-color: #fff;
    color: #555555;
}

.balloon2-top::before,
.balloon2-top::after {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.balloon2-top::before {
    background-color: #f36c1e;
}

.balloon2-top::after {
    top: -11px;
    background-color: #fff;
}

.table4 {
    caption-side: bottom;
    border-collapse: collapse;
}
.table4 {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: rgba(226,230,234);
}
.table4 td, .table4 th {
    border-top: 1px solid rgba(226,230,234);
    border-bottom: 1px solid rgba(226,230,234);
	padding: 0.8rem 1rem;
	vertical-align: top;
	color: #555;
}

@media (min-width: 992px){
	.table4 th{
	width: 10rem;
	}
}
@media (max-width: 991px){
	.table4 th{
	width: 6rem;
	}

}

/*under-line Animation*/
.headline {
  position: relative;
  color: #f36c1e;
}
.headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background: #f36c1e;
  transition: all 0.5s;
}
.headline.isActive:after {
  width: 100%;
}


/**********************
FAQ
**********************/
#faqAccordion .accordion-item {
    border-radius: 30px;
}
.accordion-button:not(.collapsed) {
    color: #f36c1e;
    background-color: #FFEFDB;
}
/**********************
privacy
**********************/
.hoshin{
	line-height:2.0;
}
.hoshin ol li {
    margin: 0 0 1rem;
}
/**********************
sitemap
**********************/
ul.site li{
	margin-left: 3rem;
	margin-bottom: 1rem;
}
ul.site li a{
	color:#121518;
}
/**********************
line
**********************/
.line,.line h4{
	color: #06C755 !important;
	border: #06C755 !important;
	font-weight:bold;
}
aside.section-md.line .box-backdrop {
    border: 2px solid #06C755;
	box-shadow: 4px 4px 0 0 #06C755;
	font-weight:bold;
}
/**********************
footer
**********************/
footer a,footer address {
    color: #fff!important;
}
footer ul li {
    list-style: none;
	margin-bottom:0.5rem;
}
ul.list-dash li::before {
  content: '-';
  padding-right: 7px;
}
ul.list-dash li:before,footer address {
    color: #fff;
}
.button-circle[class*='button-circle-social']  {
    color: white!important;
}
section.shapedividers_com-9994.section.pt-0.bg-image.space_-t3 div.container.mb-5.text-center div.row.g-5.align-items-center div.col-12 h4.tx-1-2.tx-brown{
	margin-top:1rem;
}
div.col-lg-5:nth-child(1) > small:nth-child(3){
	color: #555555;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.page-progress-bar.page-progress-gradient-6 {
    background-color: #f36c1e;
    background-image: linear-gradient(160deg, #f36c1e 0%, #edd346 100%);
}
@media (max-width: 767.98px) {
	.scrolltotop {
    bottom: 80px;
	}
}
/**********************
fixed-bottom
**********************/
.fixed-bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #fff;
  display: flex;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

.banner-btn {
  flex: 1;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
	letter-spacing: 0;
}

.banner-btn.call {
  background-color: #c0272d;
}

.banner-btn.contact {
  background-color: #f05a24;
}

.banner-btn i {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .fixed-bottom-banner {
    display: none;
  }
}
