/*
Theme Name: unitone Child
Template: unitone
*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta:700');

@mixin transition($property: all, $duration: 0.45s, $ease: cubic-bezier(0.65,0,.076,1)) {
  transition: $property $duration $ease;
}

:root,
body {
    --unitone--measure:48rem;
    --unitone--font-family: "Noto Sans JP", sans-serif;
}

.wp-block-heading{
  letter-spacing: .02rem;
  font-weight: 800;
}
strong{
  font-weight: 800;
}


     .fix_vh figure
          .fix_vh figure img{
      margin:0;
      padding:0;
      line-height: unset;
     }
.font-maru {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 700 !important;
  font-style: normal;
}

.li-nostyle{
  list-style: none;
}

.wp-image-22{
mix-blend-mode: overlay;
}

.img-radius,
.img-radius img{
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.img-radius_left,
.img-radius_left img{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}

.wp-block-button.is-style-text .wp-block-button__link:hover{
  color: #fff !important;
}

.is-style-text a.wp-element-button {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 15px 20px 15px 4rem;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    font-weight: 500;
}
.is-style-text a.wp-element-button:before,
.is-style-text a.wp-element-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.is-style-text a.wp-element-button:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
.is-style-text a.wp-element-button:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.is-style-text a.wp-element-button strong {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.is-style-text a.wp-element-button:hover strong{
  color: #fff;
}
.is-style-text a.wp-element-button:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.is-style-text a.wp-element-button:hover:after {
  right: 0;
  width: 100%;
  background: #333;
}
.is-style-text.text-dark a.wp-element-button{
	    color: #fff;
}
.is-style-text.text-dark a.wp-element-button:before{
border-top: solid 2px #333;
border-right: solid 2px #333;
}
.is-style-text.text-dark a.wp-element-button:hover strong{
	  color: #000;
}
.is-style-text.text-dark a.wp-element-button:hover:before {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.is-style-text.text-dark a.wp-element-button:hover:after {
  background: #fff;
}


figure {
  overflow: hidden; /* ホバー時の枠外に飛び出し防止 */
}
 
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; /* 滑らかに拡大 */
}
 
figure:hover img {
  transform: scale(1.1); /* ホバーした際に画像を拡大 */
}
figure.nohover:hover img {
  transform: scale(1); /* ホバーした際に画像を拡大 */
}

/* アコーディオン下線削除 */
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.wp-block-accordion-heading:has(.wp-block-accordion-heading__toggle){
 padding:0 !important;
 margin:0;
}
.wp-block-accordion-heading .wp-block-accordion-heading__toggle{
  padding: 1em;
}
.wp-block-accordion-heading__toggle:hover {
    background-color: yellow !important;
}

/* インタビューブロックリンクhover */
.wp-block-button__link,
.wp-block-post-title a {
transition:0.8s;
}
.wp-block-post.type-interview:hover img {
  transform: scale(1.1); /* ホバーした際に画像を拡大 */
}
.wp-block-post.type-interview:hover .wp-block-button__link {
  background-color: var(--unitone--background-color--hover) !important;
}
.wp-block-post.type-interview:hover .wp-block-post-title a{
  color: var(--wp--preset--color--unitone-dark-orange) !important;
}

h3.has-unitone-background-background-color:has(span){
  /* background-color: transparent !important; */
  display: inline !important;
	box-decoration-break: clone !important;
	-webkit-box-decoration-break: clone;
}
h3.has-unitone-background-background-color span{
  /* background-color: var(--wp--preset--color--unitone-background) !important;
  padding: 5px; */
}

/* グリッド順番 */
.order1{
order: 1; /*1番目*/
}
.order2{
order: 2; /*1番目*/
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    height: 52px;
    width: 52px;
}

.unitone-overlay-menu ul {
  width: 100%;

}

.unitone-overlay-menu ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.unitone-overlay-menu ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 10px !important;
}

.unitone-overlay-menu ul li a:hover {
background-color: #333;
opacity: 0.6;
}

.unitone-overlay-menu ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 50%;
}


/*ContactForm7カスタマイズ*/

table.CF7_table{
	width:100%;
	margin:0 auto;
	/* border: 3px solid #e5e5e5; */
}

table.CF7_table tr{
	border-top: 1px solid #eaeaea;
}

table.CF7_table th{
	text-align: left;
  padding-left:1em;
}

.single table.CF7_table,
.page table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;

}
.CF7_table input[type="text"], 
.CF7_table input[type="email"], 
.CF7_table textarea {
    width:100%;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin 5px auto;

}
.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#eaeaea;;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#eaeaea;;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#000;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}



/* header nav */
@media (width > 600px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
    font-size: 14px;
  }
  .wp-block-navigation__submenu-container{
    border: none !important;
    border-radius: 1em;
    overflow: hidden !important;
  }

}
.header-nav .wp-block-navigation-submenu li a{
--font-size: -1;
display: block;
}

.header-nav .wp-block-navigation-submenu li a:hover{
  background: white;
  color: black;
  }
/* footer nav */
.site-footer ul,
.site-footer li.wp-block-navigation-item,
.site-footer li.wp-block-navigation-item a{
  width:100%;
}
.site-footer .wp-block-navigation-link a{
  display: block;
  padding:5px;
  margin:0;
  position: relative;
  }
  .site-footer .wp-block-navigation-link a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #FFF !important;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
  }
.site-footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content::before:hover,
.site-footer .wp-block-navigation-link a::before:hover {
  color: #FFF !important;
}
.site-footer .wp-block-navigation-link a:hover{
  color: white;
  }

  .site-footer .wp-block-navigation-link a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    color: #FFF;
  }
  .site-footer .wp-block-navigation-link .wp-block-navigation-item__label {
    position: relative;
    z-index: 1;
  }

  
/* 背景が出てくる文字 */
.bg-bk {
  display:inline-block;
  overflow:hidden;
  position:relative;
}
.bg-bk.aos-animate:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:black;
  /*アニメーションの設定*/
  animation: secondaryImageOverlayIn 1s 0.6s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 1s 1s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}
.bg-bk.aos-animate .bg-bk-text {
  color: black;
  /*アニメーションの設定*/
  animation:fadeIn 1s 1.4s; 
  animation-fill-mode: both;
}
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
/*のび太ブロックを横に追いやるアニメーション*/
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }

  
/* rbc */
@media (width < 600px) {
  .rbc-is-hidden-on-mobile {
      clip: rect(1px, 1px, 1px, 1px) !important;
      clip-path: inset(50%) !important;
      height: 1px !important;
      width: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0px !important;
      position: absolute !important;
  }
  .opp-mobile{
    grid-auto-flow: row;
      direction: rtl;
    }
    .header-nav {
      background-color: transparent !important;
    }
    .header-nav button{
      font-size: 30px !important;
      line-height: 30px;
      padding: 0;
    }
    .header-nav button svg{
      width: 40px !important;
      height: 40px !important;
    }
}
@media (width < 960px) {
  .opp-tablet{
    grid-auto-flow: row;
      direction: rtl;
    }
    .wp-block-site-logo.is-default-size img {
      height: auto;
      width: 90px;
  }
}
@media (600px <= width < 960px) {
  .rbc-is-hidden-on-tablet {
      clip: rect(1px, 1px, 1px, 1px) !important;
      clip-path: inset(50%) !important;
      height: 1px !important;
      width: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0px !important;
      position: absolute !important;
  }
}
@media (960px <= width) {
  .rbc-is-hidden-on-desktop {
      clip: rect(1px, 1px, 1px, 1px) !important;
      clip-path: inset(50%) !important;
      height: 1px !important;
      width: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0px !important;
      position: absolute !important;
  }
}

/* GRID逆順 */
.opp{
grid-auto-flow: row;
  direction: rtl;
}
/* STEP */
@media screen and (min-width:600px) {
.step.unitone-grid > div:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: -20px;
        display: block;
        width: 10px;
        height: 20px;
        content: '';
        background-color: #39a64a;
        transform: translate(50%, -50%);
        mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1 2" preserveAspectRatio="none"><path d="M0,0 L1,1 L0,2 Z"/></svg>');
}
}
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

.title-text{
  letter-spacing: 0.2rem;
  font-weight: 800 !important;
}

.radius-top{
border-radius: 50px 50px 0 0;
	margin-top:50px;
}
.cover-link [data-unitone-layout~=decorator__link]:hover:before{
	color: black !important;
}
.cover-link [data-unitone-layout~=decorator]:hover{
	background: white;
	color: black !important;
}
.recruit-page .has-unitone-accent-background-color{
	min-width:70px;
}
.recruit-page header.wp-block-template-part{
position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}

.service01 .serv-haikibutsu,
.service02 .serv-recycle,
.service03 .serv-life,
.service04 .serv-solution
{
	background: #39b34a;
	border-radius:5px;
	color: #FFF;
}

.shape1{
  position:fixed;
  top:20px;
  right: 20px;
  z-index:-100;
}
.shape2{
  position:fixed;
  top:200px;
  right: -100px;
  z-index:-100;
}

.bg_blur {
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.60) 40%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(255,255,255,0.60)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

  /* STICKY サイドバー
======================================= */
.sticky-wapper{
display:flex;
justify-content: space-between;
}

.sticky-sidebar {
  position: sticky;
  top: 50px;
}

  /* カラーパレット
======================================= */
  .has-vyellow-color {
    background: #fff100;
  }
  .has-vyellow-background-color {
    background: #fff100;
  }

.horizontal .unitone-grid {
  aspect-ratio: 1/1;
}

.horizontal {
  --horizontal--item-width: 300px;
  display: grid;
  grid-auto-columns: var(--horizontal--item-width);
  grid-auto-flow: column;
  column-gap: clamp(8px, 1em, 16px);
  padding-bottom: 1em;
  overflow: auto;
  @media (max-width: 768px) {
    --horizontal--item-width: 80%;
  }
}
.horizontal .wp-block-cover{
--horizontal--item-wheight: 300px;
height:300px;
}
.horizontal .container{

}


.wp-block-table.is-style-underline td,.wp-block-table.is-style-underline th {
  padding: .5em 0;
  text-align: left;
}
.small-table th{
  max-width: 150px;
}

.archive main header h1{
  padding-top:100px;
  padding-bottom:50px;
  text-align: center;
}

/* button
======================================= */

.is-style-outline .wp-element-button {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #333;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 1em;
    border: 1px solid #333;
  }
.is-style-outline .wp-element-button:active {
    color: #333;
  }
.is-style-outline .wp-element-button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
.is-style-outline .wp-element-button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #333;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
.is-style-outline .wp-element-button:hover {
    color: #ffffff;
    border: 1px solid #333;
  }
  
.is-style-outline .wp-element-button:hover:before {
    top: -35%;
    background-color: #333;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
.is-style-outline .wp-element-button:hover:after {
    top: -45%;
    background-color: #333;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }


.recruit-btn .wp-element-button {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #333;
  background-color: #fff;
  position: relative;
  border: 1px solid #333;
  transition: color 0.5s ease;
}
.recruit-btn .wp-element-button:hover {
  color: #fff;
}
.recruit-btn .wp-element-button:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.recruit-btn .wp-element-button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.recruit-btn {
	position: relative;
}

.wp-block-cover.alignfull{
padding-top:0;
padding-bottom:0;
border:0;
  }

  .home .wp-block-query.is-style-block-link-bordered .wp-block-post-template.is-layout-grid{
    border:none;
  }

 .home .wp-block-query.is-style-block-link-bordered .wp-block-post-template .wp-block-post, 
 .home .wp-block-query.is-style-bordered .wp-block-post-template .wp-block-post {
    border: var(--unitone--divider-width) var(--unitone--divider-style) var(--unitone--divider-color);
    padding: var(--unitone--padding);
    border-left: none;
    border-right: none;
    gap: 5px;
}

  /*追加
======================================= */

.stick-img img{
  margin-top: -60px !important;
}
.rb{
  position: fixed !important;
  bottom:0;
  right:0;
  z-index: 100;
}
.h-auto{
  height:auto !important;
}

.img-filter img{
  filter: brightness(50%);
}
.catch-title1{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    z-index: 100;
}
.catch-title2{
color: #FFF;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #39a64a;
/* text-shadow:1px 1px 0 #39a64a, -1px -1px 0 #39a64a,
            -1px 1px 0 #39a64a, 1px -1px 0 #39a64a,
            0px 1px 0 #39a64a,  0-1px 0 #39a64a,
            -1px 0 0 #39a64a, 1px 0 0 #39a64a; */
}
.blur{
    background-color:rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px) contrast(80%) grayscale(20%);
    /* mask-image:
   linear-gradient(to top, rgba(255, 255, 255, 0.4) 95%, rgba(255, 255, 255, 0.6) 100%);
   mask-composite: intersect; */
}

.gmap {
 filter: grayscale(100%);
}


  /*CONTACTFORM
======================================= */

.contact-form-inner {
  margin: 0 auto;
  padding: 50px 0;
  background-color: #FFF;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item {
  margin: 30px;
}
.form-item label{
  display: block;
  font-size: 16px;
  color: #333333;
}
.form-item > input{
  width: 100%;
  height: 50px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.form-item input::placeholder,
.form-item textarea::placeholder {
  padding-left:15px;
}
.form-flex {
  display: flex;
  flex-direction: column;
}
.form-flex input {
  height: 50px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.form-flex input.your-add-1 {
  width: 40%;
}
.form-flex input.your-add-2 {
  width: 100%;
}
.form-hissu {
  color: #ffffff;
  font-size: 13px;
  margin-left: 15px;
  padding: 3px 5px;
  background-color: red;
}
.form-free {
  color: #ffffff;
  font-size: 13px;
  margin-left: 15px;
  padding: 3px 5px;
  background-color: #39a44a;
}
.form-item textarea{
  height: auto;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.last-check {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.last-check > input {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
.last-check a {
  text-decoration: none;
}
.form-item.send-btn{
  max-width: 200px;
  margin: 40px auto 0;
}
.form-item.send-btn input{
  background-color: #39a44a;
  color: #ffffff;
  border-radius: 0px;
  font-weight: 700;
  cursor: pointer;
}
.form-item.send-btn input:hover {
  background-color: #FFFFFF;
  color: #39a44a;
  border: 1px solid #39a44a;
  transition: all .3s;
}

/* レスポンシブコード
画面サイズ768px以下で表示を変えています
*/
@media screen and (max-width:768px) {
  .contact-form-inner {
      padding: 30px 15px;
      border: none;
  }
  .form-item {
      width: 95%;
      margin: 20px auto 0;
  }
  .form-item > input{
      height: 35px;
      border-radius: 15px;
      margin-top: 5px;
  }
  .form-item textarea{
      border-radius: 15px;
      margin-top: 5px;
  }
  .form-item input::placeholder {
      padding-left:5px;
  }
  .form-flex input {
      height: 35px;
      border-radius: 15px;
      margin-top: 5px;
  }
  .form-flex input.your-add-1 {
      width: 70%;
  }
 .form-item.last-check,
 .form-item.last-check p{
  display: inline-block !important;
 }
  .form-hissu {
      margin-left: 5px;
  }
  .form-free {
      margin-left: 5px;
  }
  .last-check > input {
      margin: 0 5px 0 0;
  }
  .form-item.send-btn{
      width: 80%;
      margin: 30px auto 0;
  }
} 


.float{
    border-bottom: 1px solid #CCC;

}
.float:hover{
    /* background: #fff;
    border: 1px solid transparent;
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    transition: all .3s;
    padding:23.6px;
    margin:5px; */
}


.float {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom:1px solid #eaeaea;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms ease-out;
    border-radius: 5px;
} 
.float:before,
.float:after {
        content: "";
        position: absolute;
        z-index: -2;
        transition: all 250ms ease-out;
    }
 
  
    .float:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .float:hover {
        border: 1px solid #333;
        z-index:10;
    }
    .float:hover:before {
        box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);

      }

      .float-ya [data-unitone-layout~=decorator__inner]{
        display: flex;
        z-index:10;
      }
      .float [data-unitone-layout~=decorator__inner] div{
        /* margin-right:55px; */
      }
    .float-ya [data-unitone-layout~=decorator__inner]:after{
        transition: all 250ms ease-out;
        content: '';/*何も入れない*/
        display: inline-block;
        width: 40px;/*画像の幅*/
        height: 40px;/*画像の高さ*/
        background-image: url('https://eco-with.com/wp-content/uploads/2024/08/float-ya1.svg');
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left:auto;
    }
    .float-ya [data-unitone-layout~=decorator__inner]:hover:after{
        transition: all 250ms ease-out;
        content: '';/*何も入れない*/
        display: inline-block;
        width: 40px;/*画像の幅*/
        height: 40px;/*画像の高さ*/
        background-image: url('https://eco-with.com/wp-content/uploads/2024/08/float-ya2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left:auto;
    }
   
    /* .sec-left{
      padding-bottom: 120px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    }
    .sec-left-bottom{
      margin-top: -5%;
    } */
    .sec-left::before{
    content: "";
    position: absolute;
    top: -100px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    }

    .sec-left-gray::before{
      content: "";
      position: absolute;
      top: -100px;
      background-clip: padding-box;
      border-color: transparent rgb(249, 250, 251) transparent transparent;
      border-style: solid;
      border-width: 100px 100vw 0 0;
      }



.marquee {
    overflow: hidden;
    display: flex;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }   
  
  .marquee p {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .marquee p:nth-child(odd) {
    animation: MoveLeft 24s -12s infinite linear;
  }

  .marquee p:nth-child(even) {
    animation: MoveLeft2 24s infinite linear;
  }
  
 
@-webkit-keyframes MoveLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes MoveLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes MoveLeft2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes MoveLeft2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}


/* ページテンプレート 個人サイト */
.page-template-wp-custom-template-individual{

}

.page-template-wp-custom-template-individual .li-flexstyle li{
  display: inline-block;
  word-break: break-all;
  list-style-position: inside;
  margin-inline-start: 0rem;
}
.page-template-wp-custom-template-individual .li-flexstyle li::before{
  content: "・";
}

.page-template-wp-custom-template-individual .unitone-accordion__q-text::after{
  content: "Q";
}
.page-template-wp-custom-template-individual .unitone-accordion__a::after{
  content: "A"; 
}
[data-unitone-layout~=decorator][data-unitone-layout~=-has-link]:hover{
  /* outline: 2px solid #333; */
  outline-offset: -2px;
}
.page-template-wp-custom-template-individual .side{
        display: block;
        position: relative;
        width: 300px;
        height: 100vh;
}
@media (width < 600px) {
  .page-template-wp-custom-template-individual .mainwrap{
width:100vw;
  }

}