/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 08:24:57 */
charset "utf-8";



* {
    font-feature-settings: "palt";
}
html {
    scroll-behavior: smooth;
}
/* mouse over */

a:hover {
	color:#045DAE;
  text-decoration: underline;
}
a:active {
  color: #F58A15;
  text-decoration: none;
	  left: 1px !important;
  bottom: -1px !important;
}
a img {
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}
a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 1px 1px 0 2px;
}
.snow-monkey-posts a:hover,
.wp-profile-box__buttons a:hover,
.p-related-posts a:hover{
	  text-decoration: none!important;
}
.c-prev-next-nav a:hover {
	  text-decoration: none!important;
	color: white;
}
.linkcard a[target="_blank"]::after {
display:none;
}
.home-recommend a[target="_blank"]::after,
.sub-recommend a[target="_blank"]::after,
.side-recommend a[target="_blank"]::after {
display: none;
}
.c-page-top a:hover {
	color: white;
	background-color: #0B4494;
}
.c-page-top a:active {
	color: white;
	background-color: #0B4494;
		  left: 0!important;
  bottom: 0!important;
}

/* Header */
.l-header {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #DA2736, #1357DA) 1;
}
[data-scrolled="true"] .l-header {
  background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
}

/* Logo link */
img.custom-logo {
		margin-bottom:4px;
}

.custom-logo-link:hover img {
  opacity: 0.7;
  box-shadow: 0;
}

/* Menu */

.p-global-nav a {
font-size: 24px!important;
    letter-spacing: 0.1rem !important;
    font-family: "Waterfall", cursive;
    -webkit-text-stroke: 0.0px; /* 擬似太字（Webkit系ブラウザ用） */
	margin-top: -8px;
}

.u-invisible-md-down {
width: 800px; /* Fix by px */  
}
.u-invisible-md-down ul {
    justify-content: space-around;
}

.menu-home a {
		color:#DA2736!important;
}
.menu-blog a {
		color:#C4BD2D!important;
}
.menu-services a {
	color:#16a085!important;	
}
.menu-portfolio a {
	color:#9b59b6!important;	
}
.menu-profile a {
	color:#1357DA!important;	
}

.menu-consultation a {
  padding: 0px 32px 0 34px !important;
  background-color: #FFA51D !important;
  font-weight: 400 !important;
	margin-right: -36px;
}

.menu-consultation a[aria-current="page"] {
  color: yellow !important;
}
.menu-item a small {
  font-size: 14px !important;
		margin-top: -8px!important;
	    font-family:  "Noto Sans JP", sans-serif;
	    -webkit-text-stroke: 0.2px; /* 擬似太字（Webkit系ブラウザ用） */
}
.menu-consultation a small {
  font-size: 14px !important;
	    -webkit-text-stroke: 0.0px; /* 擬似太字（Webkit系ブラウザ用） */
}
.p-global-nav a:hover {
	text-decoration: none;
			color:#FA8801!important;
		  transition: .3s!important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.menu-item a:hover small {
		margin-top: -8px!important;
}
.menu-consultation a:hover {
  background-color: #FA8801 !important;
  color: white!important;
		  transition: .3s!important;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.menu-consultation a:hover small {
		margin-top: -8px!important;
}

/* Underline animation */
.p-global-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FA8801;
  transition: width 0.3s ease;
margin-bottom: 16px;
}
.p-global-nav a:hover::after {
	  left: 8%;
  width: 84%;
}
.p-drop-nav  {
	opacity: 0.9!important;
	  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #DA2736, #1357DA) 1;
}

/* Catch copy */
.home-cover {
	margin-top: -78px!important;
}

/* Flash of light */
.reflection:after {
content:"";
height:100%;
width:6%;
position:absolute;
top:-0;
left:-50%;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
}
 
@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0; }
  81% { transform: scale(0) rotate(45deg); opacity: 1; }
  100% { transform: scale(40) rotate(45deg); opacity: 0; }
}


/* Title */
.page.type-page h1.c-entry__title {
  display: none;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}


/* Info */
.smb-information__item__label{
  padding-top: 2px!important;
}

/* Separate */
.hr-line {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 22px;
}

/* Button */
.smb-buttons a {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.smb-buttons a:hover {
  filter: brightness(1.4);
}
.is-style-ghost a {
    box-shadow: none !important;
}



.home-recommend {
	margin-bottom: -76px!important;
}
/* Footer */
.full-width .smb-buttons a:hover {
  filter: brightness(1.1);
text-decoration: none;
	color:white!important;
}

.l-footer {
  border-top: none;
}
.full-width,
.l-footer-widget-area {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0!important;
}
.full-width a[target="_blank"]::after {
display:none;
}
.full-width a {
  color: white;
  text-decoration: none;
  position: relative;
}
.full-width a:hover {
  color: #E2C479 !important;
  transition: color 0.3s;
  text-decoration: underline;
}
.full-width a:active {
  color: #74A4BC !important;
  left: 1px !important;
  bottom: -1px !important;
}
.full-width a:visited {
  color: white;
  text-decoration: none;
}

.copyright {
	background-color: black;
}
p.copyright {
  text-align: center; 
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #ecf0f1;
  font-weight: 100;
  margin: 0 !important;
  font-family: 'Noto Serif JP', serif; 
  padding: 14px 0 10px 0;
  border-top: 1px solid #7f8c8d;
}

/* Post */
    h1.c-page-header__title {
padding:0 80px;
        line-height: 1.6;
    }
/* home icon */
.c-page-header__bgimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
/* breadcrumbs */
.l-contents__container {
padding:0;
}
.p-breadcrumbs-wrapper {
    background: #F4F5F5;
}
.c-breadcrumbs {
width: 1080px; /* Fix */
	margin: 0 auto;
}
.c-breadcrumbs__item:first-child a ::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
}
.c-breadcrumbs__item a {
    text-decoration: none;
    color: #2D3436 !important;
    /* Fix */
}
.c-breadcrumbs__item a:hover {
    text-decoration: none;
    color: #1a0dab !important;
    /* Fix */
}
.c-breadcrumbs__item a:active {
    text-decoration: none;
    color: #02B09C !important;
    /* Fix */
}
.c-breadcrumbs__item a:visited {
    text-decoration: none;
    color: #2D3436 !important;
    /* Fix */
}
.c-prev-next-nav {
    margin-bottom: 56px !important;
}
.c-prev-next-nav a {
    color: white !important;
}
.c-prev-next-nav a:hover {
    text-decoration: none;
}
ul.c-entries--simple {
    border: none;
}
.p-comments,
.p-trackbacks {
    display: none;
}
/* article's text in white, the article list in black */
.c-meta__item--published .fa-clock,
.c-meta__item--published time,
.c-meta__item--modified .fa-rotate,
.c-meta__item--modified time,
.c-meta__item--author {
    font-size: 14px;
    font-weight: 500;
}
.c-meta__item--categories .fa-folder,
.c-meta__item--categories {
    color: white !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
}


/* Hashtag */
.c-entry-tags {
	margin-top:80px;
}
.c-entry-tags a {
  border: 1px solid #28231E;
  color: #28231E;
  border-radius: 40px;
  padding: 2px 16px 0 16px;
  margin: 4px;
  line-height: 2.4rem;
  display: inline-block;
  /* Fix width text */
  transition: none;
}
.c-entry-tags a:hover {
  text-decoration: none;
  background-color: #28231E;
  color: white;
  transition: none;
}

.snow-monkey-recent-posts .c-entry-summary__figure {
	margin-right: 0%!important;	
}
.p-related-posts .c-entry-summary__figure {
    margin-right: -4% !important;
}


/* --- Form --- */
.contact-forms {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.smf-progress-tracker {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 28px;
}
.smf-form .sme-badge {
	margin-right: 6px;
  padding: 0px 5px 1px 6px;
  font-weight: 100;
	font-size: 0.6rem!important;
}
.smf-form .sme-badge span {
	font-size: 0.7rem!important;
}
/* Input box */
.smf-select-control__control,
.smf-text-control__control,
.smf-textarea-control__control {
  padding: 8px !important;
  margin-top: 8px !important;
}

/* Placeholder */
.smf-text-control__control::placeholder,
.smf-textarea-control__control::placeholder {
  color: #bdc3c7;
	font-weight: 300;
}

/* Confirm button */
.smf-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.smf-action .smf-button-control__control {
  border-radius: 8px;
  padding: 16px 48px 16px 56px;
	margin-top: 8px;
	margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  box-shadow: 0px 0px 2px 1px #CCC;
  border: none;
  background: #F3931D;
}
.smf-action .smf-button-control__control:hover {
  background: #FA8801;
}

/* Button back */
.smf-button-control__control[data-action="back"] {
  border: solid 1px #bdc3c7;
  color: #636e72;
  background: white;
  padding-top: 15px;
  padding-bottom: 16px;
}
.smf-button-control__control[data-action="back"]:hover {
  border: solid 1px #b2bec3;
  color: white;
  background: #636e72;
}
.tx-complete {
  margin-top: -8px !important;
  margin-bottom: -18px !important;
}

.c-entry-summary__body {
	padding: 0 6% 16px 6%!important;
	margin-top: -4px;
}
.c-meta {
	margin: -8px 0 0 0;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

/* Flow */
.smb-step__item__number {
    margin-right: -8px !important;
}
.smb-step__item__number::before {
	margin-top: -4px!important;
    font-size: 24px;
    margin-left: -2px !important;
    font-style: italic;
    font-family: "Quicksand", sans-serif;
    margin-bottom: -2px;
}
.flow-step-last .smb-step__item__title {
    position: relative;
}
.smb-step__item__title::after {
    margin-left: -8px;
}
.flow-step-last .smb-step__item__title::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #FA8801;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}
.smb-step__item__body img {
    margin-bottom: -12px;
}


/* --- CLOUDFLARE TURNSTILE --- */
.snow-monkey-forms-turnstile {
  display: flex;
  justify-content: center;
  margin: 16px auto 0; /* FIX */
}













/* Laptop by Theme Snow Monkey Break Point */
@media (max-width: 1280px) {

} /* End Laptop */



/* Tablet by Theme Snow Monkey Break Point */
@media (max-width: 1024px) {

/* Logo link */
img.custom-logo {
		margin-bottom:4px;
	margin-left: -12px;
}
.custom-logo-link {
  display: block;
	width: 320px;
}
.custom-logo-link:hover img {
  opacity: 0.7;
  box-shadow: 0;
}
/* Catch copy */
.home-cover {
	padding-top:120px!important;
	padding-bottom: 110px!important;
}

    /* Menu */
    .c-hamburger-btn__bars {
        position: fixed;
        top: 10px;
        /* Fix */
        right: 17px;
        width: 39px;
        height: 20px;
    }
    .c-hamburger-btn__bar {
        height: 2px;
        width: 100%;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }
    .c-hamburger-btn__bar:nth-of-type(2) {
        top: 9px;
    }
    .c-hamburger-btn__bar:nth-of-type(3) {
        top: 18px;
    }
    .c-hamburger-btn__label {
        position: fixed;
        top: 38px !important;
        /* Fix */
        right: 16px;
        font-size: 14px;
    }
    .c-drawer {
        background: linear-gradient(135deg, rgba(221, 38, 54, 0.9), rgba(4, 93, 174, 0.9));
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        text-align: right !important;

    }
    .c-drawer__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
padding: 0;
    }
    .c-drawer__menu a {
        font-size:15px;
        font-weight: 500;
        line-height: 28px;
        color: white !important;
			padding-right: 20px;
    }

	
    .c-drawer__menu a[aria-current="page"] {
        color: white;
    }

.menu-consultation a {
	color: white!important;
		background-color:#F3931D!important;
margin-top: 8px!important;
margin-right:0px;
	padding: 24px 20px 24px 0!important;
}
	.c-input-group {
		padding: 0 20px!important;
	}

	.tx-left {
		text-align: left!important;
	}

	.sub-cover {
		padding-top: 112px!important;
		padding-bottom: 120px!important;
		margin-top: -30px
!important;
		margin-bottom: 32px!important;
	}
	h2 span.sme-font-size {
		font-size: 24px!important;
	}

    /* Post */
    h1.c-page-header__title {
        font-size: 20px;
        line-height: 1.6;
			padding:0px 0;
    }
    .post h2 {
        font-size: 16px;
    }

.p-breadcrumbs-wrapper {
    background: #F4F5F5;
	margin: 0 -4%;
}
	.c-breadcrumbs {
        width: 100% !important;
        /* Fix */
        padding-left: 3%;
        padding-right: 2%;
        line-height: 1.6;
    }

/* Hashtag */
.c-entry-tags {
	margin-top:40px;
}

    /* Related articles */
    ul.c-entries--simple {
        margin-top: -20px;
    }
    ul.c-entries--simple a {
        color: #2D3436 !important;
    }
    ul.c-entries--simple h3 {
        font-size: 14px !important;
    }
    ul.c-entries--simple time {
        font-size: 12px;
    }
    /* Category pages */
    .l-contents__container {
        padding: 0 3% 0 3% !important;
    }
    .p-archive ul.c-entries--simple {
        padding-top: 0px;
        width: 100%;
    }
    .p-archive ul.c-entries--simple h2 {
        font-size: 14px !important;
        line-height: 1.6;
    }
  /* Flash of light */
  .reflection:after {
    width: 8%;
    left:-50%;
  }



  /* Footer */
  .l-footer {
    border-top: none;
			background-color: #211D1D!important;/* Fix */
  }
  .full-width a,
  .full-width a:hover,
  .full-width a:active,
  .full-width a:visited {
    color: white !important;
    text-decoration: none;
    position: relative;
  }


  
  /* Company */
  .smb-information__item__label {
    margin-bottom: -12px !important;
  }

	.home-recommend,
	.sub-recommend,
	.side-recommend {
		padding: 0 3%!important;
	}
.home-recommend {
	margin-bottom: -56px!important;
}
	
	.container-sp {
		width: 94%;
	}	
	.full-width img {
		margin-top: -8px;
		margin-bottom: -24px;
	}

	.smb-btn__label .sme-font-size {
		font-size: 16px!important;
		font-weight: 600;
	}
	
	  /* Form */
  .contact-forms {
    padding-left: 0%;
    padding-right: 0%;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .smf-progress-tracker {
    width: 88% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .aspect-ratio-container {
    position: relative;
    width: 94%;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .smf-button-control {
    width: 100% !important;
  }
  .smf-button-control__control {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    padding: 20px 9% !important;
    width: 100% !important;
    margin: 0px auto 24px auto;
  }

} /* End Tablet */



/* SP by Theme Snow Monkey Break Point */
@media screen and (max-width: 640px) {

} /* End SP */