:root {
  --accent-color:#12583c;
  --sub-accent-color:#39a17d;
}

/* loading  */
#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.loading-text {
  font-size: 60px;
  overflow: hidden;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

@media(max-width:1023px) and (min-width:640px){
  .loading-text {
    font-size: 48px;
  }
}
@media(max-width:639px){
  .loading-text {
    font-size: 20px;
    padding: 10px;
  }
}

/* footer------------------------------------------------------------------*/
footer .c-fluid-container {
    padding-right: 0;
    padding-left: 0;
}
footer.l-footer--default  .l-footer-widget-area{
	padding-top:0;
	padding-bottom:0;
}
.c-copyright.c-copyright--inverse{
  background: #121212;
}

/* btn */
.fl-btn{
  display: inline-block;
  transition: all .8s;
  font-weight:bold;
}
.fl-btn:hover{
  background: #efefef;
}
.fl-btn a.smb-btn:hover .smb-btn__label{
  color: #262626 !important;
}

/* arrow btn */
.main-btn a,
button.smf-button-control__control{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
button.smf-button-control__control{
  margin-right: auto;
  margin-left: auto;
}
.main-btn a::after,
button.smf-button-control__control::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: all 0.5s;
}
.main-btn a:hover::after,
button.smf-button-control__control:hover::after{
  transform: rotate(45deg) translate(5px,-5px);
}
@media(max-width:639px){
  .main-btn a,
  button.smf-button-control__control{
    justify-content: center;
  }
}

/* title ------------------------------------------------------------------*/
.smb-section__subtitle,
#about h2.smb-section__title.smb-section-break-the-grid__title{
  font-size: 48px;
}
h2.smb-section__title,
#about .smb-section__subtitle.smb-section-break-the-grid__subtitle{
  font-size: 20px ;
  margin-top: -11px;
}
.service-contents h2.smb-section__title{
  font-size: 40px;
  color: rgba(0,0,0,0);
	background-clip: text ;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, rgba(57,161,124,1) 0%, rgba(40,125,95,1) 49%, rgba(25,103,66,1) 100%);
}
h3.wp-block-heading{
  border-color: var(--sub-accent-color) !important;
}
p.sub-copy{
  font-size: 20px;
  margin-top: 0 !important;
}

@media(max-width:639px){
  .smb-section__subtitle,
#about h2.smb-section__title.smb-section-break-the-grid__title{
  font-size: 36px;
}
  .service-contents h2.smb-section__title{
    font-size: 32px;
  }
  p.sub-copy{
    font-size: 18px;
}
}
/* TOP ------------------------------------------------------------------*/
p.fv-txt{
  font-weight: bold;
  font-size: 18px;
  
}

@media(min-width:640px){
  p.fv-txt br:nth-child(2){
    display: none;
  }
}
@media(max-width:639px){
  .fv .smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-50.smb-section-break-the-grid__content--horizontal-10{
    width: 92vw;
  }
  .fv img.wp-image-143{
    filter: brightness(0.7);
  }
  p.fv-txt{
    font-size: 16px;
    text-shadow: 0px 0px 4px #949494, 0px 0px 4px #949494, 0px 0px 3px #949494, 0px 0px 3px #949494;
    color:#F2F7FC;
  }
}
/* About */

@media(min-width:1024px){
#about .smb-section-break-the-grid__figure img{
    object-position: 100% 50% !important;
}
}

/* Service */
.top-service-btn .smb-buttons {
  margin-top: 0;
}
.top-service-btn .smb-btn-wrapper .smb-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  padding-left: 3%;
  border-radius: 0;
  border-bottom: #39a17d 1px solid !important;
  font-size: 1.2rem;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .5s;
}
.top-service-btn a.smb-btn.smb-btn--full::after {
  content: "";
  background-image: url(http://futurelegend.jp/wp-content/uploads/2023/11/arrow-1.png);
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  transition: all .5s;
}
.top-service-btn a.smb-btn:hover {
  box-shadow: -2px 4px 9px rgb(226 226 226 / 90%);
  transition: 0.3s;
}
.top-service-btn a.smb-btn:hover:after {
  transform: translateX(5px);
}
@media(max-width:1023px){
  .top-service-btn .smb-btn {
    padding-right: 5%;
    font-size: 1rem !important;
  }
}
@media(max-width:1023px) and (min-width:640px){

  .top-service-btn a.smb-btn.smb-btn--full::after{
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }
}
@media(max-width:639px){
  .top-service-btn a.smb-btn.smb-btn--full::after{
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }
}

/* page header ------------------------------------------------------------------*/
.l-contents .c-page-header[data-has-image=true] {
  height: clamp(240px,62.5vw,260px);
}

.c-page-header img.attachment-xlarge.size-xlarge {
  filter: grayscale(0.8) brightness(0.7);
}

/*Page About Us------------------------------------------------------------------ */
@media(min-width:1024px){
  .about-message-txtbox {
    width: 900px;
    margin-top: -80px !important;
    background: #fff;
  }
}

/*PC以下*/
@media(max-width:1023px){
  .about-producers img{
    max-width: 150px;
  }
}
/* Contact ------------------------------------------------------------------*/
.contact-btn{
	margin-top:32px;
}
