@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&family=Varela+Round&display=swap'); 
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', sans-serif;

  background: #f0f0f0;
}
.l-footer {	background-color: #FFFFFF00;}/*フッター白帯を透明に*/


#body_wrap {
  overflow-x: hidden !important;
}
#snow_div {
  overflow: hidden !important;
}

.fixed_animation {
  position: sticky;
  z-index: 99999;
  bottom: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  margin-top: -12vw;
}

.fixed_animation_01 {
  position: relative;
  bottom: -12vw;
  left: 0;
  animation-name: verticalMotion;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 2;
}
.fixed_animation_02 {
  position: absolute;
  bottom: -12vw;
  left: 0;
  z-index: 5;
  animation-name: verticalMotion2;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 3;
}

.u-obf-cover {
  object-fit: contain !important;
}

.p-mainVisual__inner {
  height : auto !important;
}

.c-filterLayer__img {
  position: relative !important;
}

.p-fixBtnWrap {

}

@media (max-width: 768px) {
  .l-footer {
   padding-bottom: 18vw; 
  }
}

@keyframes verticalMotion {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes verticalMotion2 {
  0%   { transform: translateY(-20px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}



.p-fixBtnWrap {
  bottom: 12em !important;
  z-index: 10000 !important;
}

@media (max-width: 768px) {
  .p-fixBtnWrap {
    bottom: 4em !important;
  }
}

.u-obf-cover {
  object-position: top;
}

.header-nav {
  display: none;
}
@media (max-width: 520px) {
  .header-nav {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
  }
  .header-nav__item a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: #000;
	border: 1px solid #FFFFFF;
  }
  .header-nav__item--tel a {	
    background: #38b449;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
  }
  .header-nav__item--mail a {
    background: #ff931e;
  }
  
}


/* 見出し　H2 */
h2.h2_tt01 {
  display: inline-block;
  position: relative;
  margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
  color: #333333;
  background: #dce7c5;
  padding: 1rem 2.5rem;
  width: calc(100% - 1.5rem);
}

h2.h2_tt01::before {
    position: absolute;
    top: -2.5rem;
    left: calc(-5em / 3);
    z-index: -1;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #98c63a;
    content: '';
}

h2.h2_tt02 {
    padding: .5em .7em;
    background-image: linear-gradient(45deg, #99c73a12 25%, transparent 25%, transparent 50%, #99c73a12 50%, #99c73a12 75%, transparent 75%, transparent), linear-gradient(-45deg, #99c73a12 25%, transparent 25%, transparent 50%, #99c73a12 50%, #99c73a12 75%, transparent 75%, transparent);
    background-color: #f0f0f0;
    background-size: 20px 20px;
    color: #000000;
}

h2.h2_tt03 {
  position: relative;
  padding: 1rem 2rem calc(1.05rem + 10px);
  background: #99c73a3d;
  color:#000000;
  margin-left: 0.1%;
}
h2.h2_tt03:before {
    position: absolute;
    top: -12px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #99c73a;
}

h2.h2_tt04 {
  padding: 1rem 2rem;
  position: relative;
  color: #000000;
background:linear-gradient(-45deg, #dce7c5 25%, #bed985 0, #bed985 50%, #dce7c5 0, #dce7c5 75%, #bed985 0);
  background-size: 20px 20px;
}

h2.wp-block-heading{
  position: relative!important;
  padding: 1rem 2rem calc(1.05rem + 10px)!important;
  background: #99c73a3d!important;
  color:#000000 !important;
  margin-left: 0.1%!important;
}
h2.wp-block-heading:before {
    position: absolute!important;
    top: -12px!important;
    left: -10px!important;
    width: 100%!important;
    height: 100%!important;
    content: ''!important;
    border: 3px solid #99c73a!important;
}

h2.h2_normal{
  font-weight:bold!important;
  text-align:center!important;
  font-size:2rem!important;
	padding:0 !important;
	margin:0 !important;
	background: none!important;
	color:#000000!important;
}
h2.h2_normal:before{
	border:none!important;
}

.grecaptcha-badge {
  z-index: 10000 !important;
  bottom: 130px !important;
}

input.wpcf7-form-control {

}