@charset "utf-8";

/*
Theme Name: 坂井建築事務所
Author: hironori hashimoto
Author URI: https://kinosumai.jp/
Description: 坂井建築事務所のオリジナルテンプレート
*/
html {
  font-size: 55%;
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 83px;
  }
}
main{
  /* margin-bottom: 10rem; */
  position: relative;
}
body {
  font-size: 1.5rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.15em;
  color: #454545;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: normal;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 559px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
/****************************
タイトル
****************************/
.p-common__title{
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 3.5rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}
/* .p-common__title::before{
  content:'';
  position: absolute;
  left:0px;
  right: 0px;
  text-align: center;
  margin:0 auto;
  bottom:-20px;
  max-width: 120px;
  height: 1px;
  background-color:rgb(69, 69, 69);
} */
@media screen and (min-width: 560px) {
  .p-common__title{
    line-height: 1.8;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .p-common__title{
    font-size: 2.8rem;
  }
}
.p-common__headline-en{
  color:#b4b4b4;
  font-family: "Roboto", sans-serif;
}
.p-common__headline-jp{
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.p-common__lead{
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

.p-common__headline{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
/****************************
共通
****************************/
.jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 500;
}
.p-common__link{
text-align: right;
font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
    position: relative;
    max-width: 180px;
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: bold;
}
.p-common__link i{
  padding-left: 10px;
}
.p-common__link span{
  position: relative;
}
.p-common__link::before{
position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.p-common__link::after{
	position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ad0401;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.p-common__link:hover,
.p-common__block-link:hover .p-common__link{
	color:#ad0401;
}
.p-common__link:hover::after,
.p-common__block-link:hover .p-common__link::after{
	transform: scale(1, 1);
}
.p-common__section{
  margin-top: 10rem;
}
.p-common__link-block{
  position: relative;
  margin-top: 7rem;
  padding-top:1rem;
  padding-bottom: 1rem;
  margin-bottom: 5.5rem;
  border-top:2px solid #cdcdcd;
}
.p-common__link-block::before{
  content:'';
  position: absolute;
  left:0px;
  top:-2px;
  max-width: 480px;
  width:100%;
  height: 2px;
  background-color: #ad0401;
}
.p-common__image{
  color:#fff;
  padding:10rem 0px;
  display: flex;
	background-size:cover;
	background-position:center;
  justify-content: center;
  align-items: center;
  text-align: center;
	position:relative;
	transition:opacity 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: 60px;
/*   opacity:0; */
}
@media screen and (min-width: 560px) {
  .p-common__image{
    margin-top: 84px;
  }
}
.p-common__image::after{
	content:'';
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:100%;
	display:block;
}
/* .is-load .p-common__image {
 opacity:1
} */
.p-common__image div{
	position:relative;
	z-index:2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv__headline-en{
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 18vw;
  margin: 0 auto;
  line-height: 1;
  opacity: 0.1;
  font-weight: lighter;
}
@media screen and (min-width: 560px) {
  .p-mv__headline-en{
    font-size: 8vw;
  }
}
.p-mv__headline-jp{
  font-size: 4.2rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.4rem;
}
.p-page__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 10rem;
}
.archive .p-page__list{
  margin-bottom: 0px;
}
.p-page__list a{
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(174 21 0) 100%);
  background-size: 200% 100%;
  border:1px solid #e0e0e0;
  padding:10px 10px;
  position: relative;
}
@media screen and (max-width: 559px) {
	.p-page__link:nth-child(n+3) a{
		border-top:0px;
	}
}
.p-page__list a:hover,
.p-page__list a.is-active{
	/* background-color:#f3f3f3; */
  background-position: 100% 0;
}
.p-page__list a::before{
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  transform: translateY(calc(-50% - 0px)) rotate(30deg);
  width: 12px;
	right: 10px;
		width: 8px;
  height: 1px;
  background-color: #d8d8d8;
  transition: 0.3s;
}
.p-page__list a::after{
  content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #d8d8d8;
    transition: 0.3s;
}
@media screen and (min-width: 560px) {
  .p-page__list a{
    border-right: none;
    padding:20px 10px;
  }
	.p-page__list a::before{
		transform: translateY(calc(-50% - 2px)) rotate(30deg);
		right: 20px;
		width: 12px;
	}
	.p-page__list a::after{
		right: 20px;
		width: 40px;
	}
}
.p-page__en{
  color:#cbcbcb;
  font-size:1.5rem;
  font-family: "Roboto", sans-serif;
}

a .p-page__jp{
  font-family: 'Noto Serif JP', serif;
  font-size:2rem;
  line-height: 1.6;
}
section {
  position: relative;
}
.txt-deco {
  font-family: "Sriracha", cursive;
}
.l-common__btn{
  text-align: center;
}
.common-link {
  max-width: 480px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #6faf5d;
  background-color: #6faf5d;
  color: #fff;
  border-radius: 32px;
  font-weight: bold;
  font-size: 1.8rem;
	position:relative;
}
.common-link::after{
	content: "chevron_right";
  font-family: "Material Icons";
	position:absolute;
	right:16px;
	font-size: 2.4rem;
}
.common-link:hover {
  color: #6faf5d;
  background-color: #fff;
}
.common-back-btn {
  max-width: 280px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 10rem auto;
  border: 2px solid #333;
  background-color: #333;
  color: #fff;
  border-radius: 32px;
  font-weight: bold;
  font-size: 1.8rem;
}
.common-back-btn:hover {
  color: #333;
  background-color: #fff;
}
.common-link__block {
  margin: 4.8rem auto 8rem;
}
.common-mv {
  height: 400px;
  position: relative;
  background-position: center center;
}
.common-mv::before {
  content: "";
  position: absolute;
  height: 6px;
  bottom: 0;
  background: #6faf5d;
  left: 0;
  width: 100%;
  z-index: 10;
}
.common-mv::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.common-mv h2 {
  position: absolute;
  left: 40px;
  bottom: 60px;
  color: #fff;
  z-index: 10;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}
.common-mv h2 span {
  display: block;
  font-size: 1.6rem;
}
.p-common__content-block{
  /* border:1px solid #e0e0e0; */
  box-shadow: 0px 5px 20px rgb(182 182 182 / 20%);
  margin-bottom: 5rem;
  padding:15px;
  background-color: #fff;
}
@media screen and (min-width: 560px) {
  .p-common__content-block{
    padding:25px;
  }
}

.p-content__image{
  margin-bottom: 2rem;
  padding:2rem 0px;
}
.p-common__content-block .p-content__image{
/*   padding:5rem 0px; */
}
.p-common__block{
  position: relative;
}
.p-common__block-link{
  position: relative;
  z-index: 1;
}
.p-common__block-link::before{
  background: #f8f8f8;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
.p-common__block-link:hover::before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-right-block__headline{
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-common__body{
  font-size:1.6rem;
}
@media screen and (min-width: 560px) {
.p-content__image{
  flex:0 0 35%;
  max-width: 35%;
  margin-bottom: 0px;
}
.p-common__block{
  flex:0 0 60%;
  max-width: 60%;
}
}

/****************************
固定幅
****************************/
.wrap-1480 {
  max-width: 1512px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wrap-960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 1312px;
  width:100%;
  padding:0px 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.common-sp__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .col-2{
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
}
.col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-4{
  flex:0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 560px) {
.col-4{
  flex:0 0 25%;
  max-width: 25%;
}
}

@media screen and (min-width: 560px) {
  .p-common__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .u-reverse{
    flex-direction: row-reverse;
  }
  .top-description .p-common__inner{
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-sp__inner{
  display: flex;
	position:relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .reverse {
    flex-direction: row-reverse;
  }
  .u-center{
    align-items: center;
  }
}
.col-5 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 560px) {
  .col-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 560px) {
  .col-3 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
/****************************
テキストアニメーション
****************************/
.fadein {
  opacity: 0;
  filter: blur(10px);
  transform: translate(0, 40px);
  transition: opacity 1s, filter 1.2s,transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}

/****************************
ヘッダー
****************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* font-weight: bold; */
}

@media screen and (max-width: 1024px) {
  .l-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-header__inr {
    width: 100%;
    padding: 0px 0% 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  .l-header__inr {
    padding: 0px 0px 0;
  }
}

.l-header__white {
  background-color: #ffffff;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-header__white {
    /* display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* width: calc(100% - 160px); */
    /* border-radius: 40px; */
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.15);
    /* padding: 0 30px; */
  }
}

@media screen and (min-width: 1280px) {
  .l-header__white {
    /* width: calc(100% - 240px); */
    padding: 0 0px 0px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__white {
    /* padding-left: 4%; */
  }
}

  .l-header__sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

@media screen and (min-width: 1025px) {
  .l-header__logo {
    max-width:300px;
	  padding-left: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .l-header__logo {
    max-width:280px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-header__logo {
    max-width:260px;
  }
}

@media screen and (max-width: 560px) {
  .l-header__logo {
	  padding-left: 15px;
    max-width: 220px;
  }
}

.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__logo a.is-hover:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.8rem;
}

.l-header__contact a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.075);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 280ms ease;
  -o-transition: opacity 280ms ease;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.l-header__contact a.is-hover:hover:before {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .l-header__contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.15);
    background-color: #ee2200;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.075em;
  }
}
.pc-nav{
	display:none;
}
@media screen and (min-width: 1025px) {
.pc-nav{
	display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
    margin-right: 40px;
}
	.pc-nav li a:hover{
		color:#ae0201;
	}
  .p-nav__link{
    position: relative;
  }
  .p-nav__link::after{
    position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ae0201;
	transition: .3s;
	transform: translateX(-50%);
  }
  .p-nav__link:hover::after{
    width: 100%;
  }
}
/* @media screen and (min-width: 1025px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
} */
  .l-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000001;
    width: 100%;
    background-color: rgb(0 0 0 / 90%);
    padding: 0 4% 30px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 280ms ease;
    -o-transition: 280ms ease;
    transition: 280ms ease;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;

    display: flex;
    justify-content: center;
    align-items: center;

  }
  @media screen and (max-width: 560px) {
    .l-nav {
      display: flex;
		align-items:center;
    }
  }
  .l-nav.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-nav {
    height: calc(100% - 84px);

  }

@media screen and (max-width: 560px) {
  .l-nav {
    height: calc(100% - 60px);
  }
}

.l-nav a {
  display: block;
}
.l-header__list{
  display: flex;
  gap:15px;
  flex-wrap: wrap;
  font-size:1.3rem;
}
@media screen and (max-width: 560px) {
  .l-header__list{
    gap:0px;
  }
}
  .l-nav a {
    font-size: 1.6rem;
  }

.l-nav__list {
  font-family: 'Noto Serif JP', serif;
  max-width: 1200px;
  width: 100%;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
	.l-nav__list {
    padding-top: 17.5rem;
		display:block;
	}
}
.l-nav__list-parent a{
  display: inline-block;
  font-size: 3.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 560px) {
  .l-nav__list-parent a{
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
}
.l-header__list a{
  font-size:1.4rem;
}
/* @media screen and (min-width: 1025px) {
  .l-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
  }
} */

.l-nav__list-parent{
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .l-nav__list-parent{
    flex:0 0 48.25%;
    max-width: 48.25%;
  }
}
.p-request__link{
	margin-right:15px;
}

/* @media screen and (min-width: 1025px) {
  .l-nav__list li {
    padding: 32px 0 33px;
    overflow: hidden;
  }
} */

/* @media screen and (min-width: 1025px) {
  .l-nav__list li:not(:last-of-type) {
    margin-right: 20px;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1280px) {
  .l-nav__list li:not(:last-of-type) {
    margin-right: 30px;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1921px) {
  .l-nav__list li:not(:last-of-type) {
    margin-right: 2%;
  }
} */
  .l-nav__list a {
    position: relative;
    padding: 0px 0;
	  opacity:0;
	  filter: blur(7px);
	  transition-delay:.12s;
	  transform: scale(1.15) translateZ(0);
	  color:#fff;
  }
  @media screen and (max-width: 560px) {
    .l-nav__list a {
      padding-right: 18px;
    }
  }
.l-nav.is-open .l-nav__list a {
	opacity:1;
	transform: scale(1) translateZ(0);
	filter: blur(0px);
}
  .l-nav__list a::after{
    position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ad0101;
  transition: .3s;
  }
  .l-nav__list a:hover::after{
    width: 100%;
  }
/* @media screen and (max-width: 560px) {
  .l-nav__list a {
    padding: 21px 0;
  }
} */

/* .l-nav__list a.is-hover:hover {
  color: #6faf5d;
} */

/* .l-nav__list a.is-hover:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
  .l-nav__list a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #6faf5d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  } */

/* @media screen and (max-width: 1024px) {
  .l-nav__list a:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/common/arrow_green.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
} */

@media screen and (min-width: 1025px) {
  .l-nav__contact {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav__contact {
    margin-top: 20px;
    line-height: 1;
  }
  .l-nav__contact .material-icons {
    vertical-align: middle;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav__contact a {
    font-family: "Roboto", sans-serif;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ad0101;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .l-nav__contact a span{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__contact a {
    padding: 18px 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-nav__contact a {
    padding: 26px 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav__contact a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/common/arrow_white.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
  .l-nav-btn {
    position: relative;
    z-index: 2;
    width: 84px;
    height: 84px;
  }

@media screen and (max-width: 560px) {
  .l-nav-btn {
    width: 60px;
    height: 60px;
  }
}

  .l-nav-btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #121212;
    padding: 22px 0 14px;
  }
.l-nav-btn a:hover{
  background-color: #ae0201;
}
@media screen and (max-width: 560px) {
  .l-nav-btn a {
    padding: 15px 0 10px;
  }
}
  .l-nav-btn.is-open .l-nav-btn__bar span:first-of-type {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

@media screen and (max-width: 560px) {
  .l-nav-btn.is-open .l-nav-btn__bar span:first-of-type {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
}

.l-nav-btn.is-open .l-nav-btn__bar span:nth-of-type(2) {
  opacity: 0;
}

  .l-nav-btn.is-open .l-nav-btn__bar span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

@media screen and (max-width: 560px) {
  .l-nav-btn.is-open .l-nav-btn__bar span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}
  .l-nav-btn__bar {
    width: 35px;
    height: 24px;
    margin: 0 auto 10px;
  }

@media screen and (max-width: 560px) {
  .l-nav-btn__bar {
    width: 25px;
    height: 17px;
    margin: 0 auto 8px;
  }
}

  .l-nav-btn__bar span {
    display: block;
    height: 1px;
    background-color: #ffffff;
    transition: 220ms ease;
  }
  .l-nav-btn__bar span {
    width: 35px;
  }
  .l-nav-btn__bar span:not(:last-of-type) {
    margin-bottom: 8.4px;
  }

@media screen and (max-width: 560px) {
  .l-nav-btn__bar span {
    width: 25px;
  }
  .l-nav-btn__bar span:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
  .l-nav-btn__text {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.075em;
    font-weight: bold;
  }

  .l-nav-btn__text {
    font-size: 1.1rem;
  }

@media screen and (max-width: 560px) {
  .l-nav-btn__text {
    font-size: 0.9rem;
  }
}
.u-header__sns{
gap: 10px;
    display: flex;
}
.u-header__sns.l-nav__list-parent .p-footer__sns-link a{
	font-size:3.6rem;
}
/****************************
トップページ
****************************/
.top-hero {
  color: #fff;
  position: relative;
  /* padding-bottom: 60px; */
  overflow: hidden;
  /* height: 27vh; */
  margin-top:60px;
}
@media screen and (min-width: 560px) {
  .top-hero {
    /* height: 50vh; */
    margin-top:84px;
  }
}
/* @media screen and (min-width: 960px) {
  .top-hero {
    height: 100vh;
  }
} */
.video{
  overflow: hidden;
  z-index: -1;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(16, 57, 75, .3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
  .video video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  @media screen and (max-width: 559px) {
    .video{
      width: 100vw;
      height: 100vh;
    }
    .video video{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will ensure the video covers the container */
    }
  }
  /* @media screen and (max-width: 559px) {
    .video video{
      width: 100%;
      position: absolute;
      top: 15%;
      left:auto;
      transform:translateX(0%) translateY(0%);
    }
  } */
/* .top-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
} */
/* .top-hero__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slide-animation 24s linear infinite 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 560px) {
  .top-hero__image {
    background-position: center center;
  }
} */
/* .top-hero__image:nth-of-type(1) {
  background-image: url("images/mv.jpg");
}
.top-hero__image:nth-of-type(2) {
  animation-delay: 8s;
  background-image: url("images/mv02.jpg");
}
.top-hero__image:nth-of-type(3) {
  animation-delay: 16s;
  background-image: url("images/mv03.jpg");
} */
/* @keyframes slide-animation {
  0% {
    animation-timing-function: ease;
    opacity: 0;
    transform: scale(1.1);
  }
  12% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} */
/* .top-hero__image::after {
  content: "";
  background-color: #6faf5d;
  opacity: 0.15;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-hero__wrap {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 35%;
  left: 15px;
  z-index: 30;
}
@media screen and (min-width: 960px) {
  .top-hero__wrap {
    max-width: 80%;
    right: 136px;
    left: 136px;
  }
} */
/* .top-hero__wrap h1 {
  margin-bottom: 40px;
  font-size: 4.8rem;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 560px) {
  .top-hero__wrap h1 {
    font-size: 453%;
  }
}
.top-hero__wrap p {
  max-width: 700px;
  font-size: 147%;
  letter-spacing: 0.05em;
  text-shadow: 0 0 27px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 560px) {
  .top-hero__wrap p {
    text-shadow: 0 0 27px rgba(0, 0, 0, 0.4);
  }
} */

/* .slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
} */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  @media screen and (min-width: 560px) {
    .scroll-infinity__item {
      width: calc(100vw / 4);
    }
  }
  .scroll-infinity__item>img {
    width: 100%;
  }


.u-top__external-link{
  text-align: center;
}
@media screen and (min-width: 560px) {
  .u-top__external-link li{
    margin-bottom: 0rem;
    width: calc(100% / 3);
  }
}
.u-top__external-link li a{
  position: relative;
  overflow: hidden;
  position: relative;
}
.u-top__external-link li a img{
  transition: transform .3s ease; /* ゆっくり変化させる */
}
.u-top__external-link li a img::before{
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  content: '';
  height: 100%;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.u-top__external-link li a:hover img{
  transform: scale(1.1); /* 拡大 */
}
.u-top__external-link li a:hover img::before{
  opacity: 1;
}
/* .u-top__external-link li a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #dcdcdc;
} */
/* .u-top__external-link li a::after{
  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -20px;
    left: 0;
    background-color: #354564;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.2s ease-out;
    will-change: transform;

} */
/* .u-top__external-link li:nth-child(2) a::after{
  background-color:#576435;
}
.u-top__external-link li:nth-child(3) a::after{
  background-color:#7d3628;
} */
/* .u-top__external-link li a:hover::after{
  transform: scaleX(1);
    transform-origin: left top;
} */
.top-hero .txt-deco {
  color: #6faf5d;
  position: absolute;
  z-index: 30;
  padding-right: 0px;
  transform: rotate(-15deg);
  line-height: 0.8;
  font-size: 600%;
  letter-spacing: 0.02em;
  /* overflow: visible; */
  bottom: 42px;
  right: 16px;
  padding-right: 0;
  opacity: 0;
  font-size: 600%;
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 1.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 560px) {
  .top-hero .txt-deco {
    transform: rotate(-10deg);
    bottom: 75px;
    right: -40px;
    padding-right: 40px;
    font-size: 1033%;
  }
}

.top-message {
/*   line-height: 2; */
  font-size: 1.6rem;
	background:#fff;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  padding:10rem 0px 0rem;
  background-image:url("/wp-content/themes/sakaikenchiku/images/message-bg.jpg");
	background-size:cover;
/* 	color:#fff; */
}
.kodawari-inner{
  padding-top:10rem;
  background-image: url("/wp-content/themes/sakaikenchiku/images/ki.jpg");
  background-size: cover;
  position: relative;
}
.kodawari-inner::before{
  content: '';
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.kodawari-inner .p-kodawari__block{
  margin-bottom:10rem;
  padding:0px 16px;
}
/* .top-message::before{
	content:'';
  background-color: rgb(41 13 13 / 30%);
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
} */
/* .top-message::before {
  content: "MESSAGE";
  position: absolute;
  left: 0%;
  font-size: 19vw;
  top: 3%;
  line-height: 1;
  color: #ededed;
  font-family: "Montserrat", sans-serif;
  z-index: -1;
}
@media screen and (min-width: 560px) {
  .top-message::before {
    font-size: 12vw;
    top: -3%;
    left: -3%;
  }
} */
.p-top__message-block p{
	margin-bottom:3rem;
}
.p-top__message-block p:last-child{
  margin-bottom: 0px;
}
@media screen and (min-width: 560px) {
.p-top__message-block{
  flex:0 0 50%;
}
}
.c-common__link{
position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 20px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    max-width: 300px;
    width: 100%;
}
.c-common__link::before{
	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.c-common__link span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.c-common__link:hover span{
	color:#fff;
}
.c-common__link:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}

.slideInRight02 {
  margin-top: 40px;
  opacity: 0;
  animation-name: slideInRight02;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes slideInRight02 {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-top-headline{
  font-size:4.8rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .p-top-headline{
    flex:0 0 45%;
    max-width: 45%;
    margin-bottom: 0px;
  }
}
.p-common__en-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom:.5rem;
	position:relative;
	font-family: "Roboto", sans-serif;
  border-bottom:1px solid #777;
  display: inline-block;
}
/* .p-common__en-title::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-10px;
	background:#333;
	width:50px;
	height:1px;
} */
.top-message__inner{
  margin: 0 auto 10rem;
  max-width: 860px;
  position: relative;
  /* margin-bottom: 7rem; */
  align-items: center;
}
/* @media screen and (min-width: 560px) {
  .top-message__inner{
    line-height: 3.2;
  }
} */
/* .top-message__inner::after{content:'';background-image: url("images/message-bg.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
    height: 260px;
    display: block;
    opacity: 0.1;
    position: absolute;
    bottom: 30px;
} */
.top-news{
  padding-bottom:10rem;
  padding-top: 10rem;
  position: relative;
}
.top-news::after{
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  /* background-image:url("/wp-content/themes/sakaikenchiku/images/news-bg.jpg"); */
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
/* .top-news::after{
    content: '';
    width: 100%;
    max-width:100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    z-index: -1;
    right: 0px;
} */
.p-top__link{
  padding: 100px 15px;
  text-align: center;
	width:100%;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
}
.p-top__link::after{
  content: '';
  background: #000;
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.p-top__link span{
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
	padding: 0 20px;
}
.p-top__link span::before{
  content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:12%;
    /*下線の形状*/
    width: 85%;
    height: 1px;
	background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
}
.p-top__link span::after{
  content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:10px;
    /*矢印の形状*/
    width: 15px;
    height:1px;
	background:#fff;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.p-top__link:hover span::before{
  left:20%;
}
.p-top__link:hover span::after{
  right:-5%;
}
.top-new,.top-renovation,.top-reform{
  padding:10rem 0px;
  background-size: cover;
  background-position: center;
  color:#fff;
  font-family: 'Noto Serif JP', serif;
}
.top-new .p-common__en-title::before,
.top-renovation .p-common__en-title::before,
.top-reform .p-common__en-title::before{
  background: #fff;
}
.top-description .c-common__link{
  border: 1px solid #fff;
}

.top-description .c-common__link span{
  color: #fff;
}
.top-description .c-common__link:hover span{
  color:#333;
}
.top-description .c-common__link::before{
  background: #fff;
}
.top-description__headline{
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-family: 'Noto Serif JP', serif;
}
.top-description__body{
  margin-bottom: 3rem;
  line-height: 2.4;
  font-size: 1.6rem;
}
.top-new{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-new-bg.jpg");
}
.top-renovation{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-renovation-bg.jpg");
}
.top-reform{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-reform-bg.jpg");
}
@media screen and (min-width: 560px) {
  .top-description__block{
    flex:0 0 55%;
    max-width: 55%;
  }
  .top-description__link{
    flex:0 0 30%;
    max-width: 30%;
  }
}
.u-top__iamge01,
.u-top__iamge02,
.u-top__iamge03{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-image01.jpg");
  background-size:cover;
  background-position: center;
}
.u-top__iamge02{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-image02.jpg");
}

.u-top__iamge03{
  background-image: url("/wp-content/themes/sakaikenchiku/images/top-image03.jpg");
}
.top-message02 {
  background-image: url("images/p_02.jpg");
  background-repeat: no-repeat;
  padding: 16% 0;
  background-position: center center;
  position: relative;
  background-size: cover;
}
.top-message02::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  content: "";
}
.top-message__block {
  max-width: 92%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-message__block {
    max-width: 85%;
  }
}
@media screen and (min-width: 960px) {
  .top-message__block {
    max-width: 75%;
  }
}
.top-message__block h2 {
  font-size: 3.2rem;
}
.top-message__block h2::first-letter {
  font-size: 6rem;
  color: #6faf5d;
}
.top-message__block p {
  margin-top: 2.4rem;
  max-width: 424px;
  text-align: justify;
}
@media screen and (min-width: 560px) {
  .p-top__news-block{
    flex:0 0 35%;
    max-width: 35%;
  }
  .p-top__news__list{
    flex:0 0 64%;
    max-width: 64%;
  }
}

.top-blog{
  padding:10rem 0px;
}
.p-top__blog--body{
  text-align: center;
}
/* .top-message__bg {
  background-image: url("../images/top-example.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  background-size: 120%;
}
@media screen and (min-width: 560px) {
  .top-message__bg {
    background-size: cover;
    height: 360px;
  }
} */
.top-contact{
  background-image: url("/wp-content/themes/sakaikenchiku/images/message-bg.jpg");
  padding:10rem 0px;
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .top-contact{
    padding:15rem 0px;
  }
}
.p-top__contact-headline{
  font-size:6rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .p-top__contact-headline{
    font-size:12rem;
  }
}
.p-top__contact-headline::after{
  content:'';
  background-image: url("/wp-content/themes/sakaikenchiku/images/arrow.png");
  max-width: 40px;
  width: 100%;
  background-size: cover;
  height: 40px;
  position: absolute;
  right: -60px;
  top: 10px;
  transition: .3s;
}
@media screen and (min-width: 560px) {
  .p-top__contact-headline::after{
    right: -120px;
    top: 20px;
    max-width: 100px;
    height: 100px;
  }
  .p-top__contact-link:hover .p-top__contact-headline::after{
    right: -130px;
    top: 10px;
  }
}
.p-top__contact-headline::before{
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ad0401;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.p-top__contact-link:hover .p-top__contact-headline::before{
  transform: scale(1, 1);
}
.top-creation{
  position: relative;
  padding-top: 12rem;
}
.top-creation::before{
  content:'';
  width: 100%;
  position: absolute;
  left:0px;
  z-index: -1;
  top:0px;
  height: 550px;
  background-image: url("/wp-content/themes/sakaikenchiku/images/creation-bg.jpg");
  background-size: cover;
}
.top-creation .top-event__headline-block{
  color:#fff;
}
.top-event__list{
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-event__list{
    display: flex;
    justify-content: space-between;
  }
}
/* .top-event__list-block{
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
.top-event__list-block{
  margin-bottom: 5rem;
}
} */
.top-creation .wrao{
  background-color: #fff;
}
/*ループスライダーの設定*/
.loopslider {
  width: 100%;
  background: white;
  height: 290px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.loopslider ul {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(420px * 23);
  height: 100%;
}
.loopslider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 3));
  }
}

.top-purpose {
  text-align: center;
}
.top-purpose .common-ttl {
  margin-bottom: 2rem;
  line-height: 1.4;
}
.top-purpose .common-ttl span {
  color: #6faf5d;
  font-size: 4rem;
}
.top-purpose__image {
  position: relative;
}
.top-purpose__image::before {
  font-family: "Sriracha", cursive;
  position: absolute;
  left: 0;
  top: -12%;
  color: #6faf5d;
  font-size: 9rem;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .top-purpose__image::before {
    top: 0;
  }
}
.top-purpose .col-5:first-child .top-purpose__image::before {
  content: "1";
}
.top-purpose .col-5:nth-child(2) .top-purpose__image::before {
  content: "2";
}
.top-purpose .col-5:nth-child(3) .top-purpose__image::before {
  content: "3";
}
.top-purpose .col-5:nth-child(4) .top-purpose__image::before {
  content: "4";
}
.top-purpose .col-5:nth-child(5) .top-purpose__image::before {
  content: "5";
}
.top-purpose__inner {
  margin-top: 7.8rem;
  font-size: 1.6rem;
}
.top-purpose__inner h3 {
  margin-top: 10px;
}
@media screen and (min-width: 560px) and (max-width:959px){
	.top-purpose__inner h3 {
		font-size:1.5rem;
	}
}
.top-purpose .col-5 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 560px) {
  .top-purpose .col-5 {
    margin-top: 0rem;
  }
}
.top-works {
  position: relative;
  overflow: hidden;
  padding:7rem 0px 5rem;
  background-image: url("/wp-content/themes/sakaikenchiku/images/texture.jpg");
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .top-works {
    padding: 8rem 0 6rem;
  }
}
.top-works::before {
	content: '';
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.top-works .common-lead {
  margin-bottom: 2rem;
}
.top-works .p-common__inner{
    margin-bottom:6rem;
}
.top-works .col-3 {
  margin-top: 3.2rem;
  flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 560px) {
  .top-works .col-3 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.top-works .common-link {
  margin-top: 7.2rem;
  position: relative;
  z-index: 2;
}
.top-works__wrap {
  position: relative;
  margin-top: 4rem;
}
.p-works__image{
    position: relative;
    overflow: hidden;
}
.p-works__image::before{
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.p-works__image img{
  transition: .3s;
}
.p-works__image a:hover img{
  transform: scale(1.1);
}
.p-works__image a:hover::before{
  opacity: 1;
}

.p-works__spec{
	margin-top:60px;
}
@media screen and (min-width: 560px) {
.p-works__spec{
	display:inline-block;
	margin-top:0px;
}
}
.p-works__spec-inner{
		background-color:#f5f5f5;
	border:1px solid #e9e9e9;
	padding:20px;
}
.p-works__list span{
	display:inline-block;
	max-width:80px;
	width: 100%;
  font-weight: bold;
}
.p-works__list{
	display:flex;
	gap:16px;
}
@media screen and (min-width: 560px) {
	.p-works__content{
		flex:0 0 65%;
		max-width:65%;
	}
	.p-works__spec{
		flex:0 0 30%;
		max-width:30%;
	}
}
.top-works__wrap .common-sp__inner {
  background-color: #fff;
  padding: 12px 0px 40px;
}
@media screen and (min-width: 560px) {
  .top-works__wrap .common-sp__inner {
    background-color: #fff;
    padding: 0px 16px 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-works__wrap .common-sp__inner {
    background-color: #fff;
    padding: 12px 40px 40px;
  }
}
.works-common__image {
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.works-common__image img {
  transition: .3s all;
}
@media screen and (min-width: 560px) {
	.top-works__wrap .works-common__image img{
		width:510px;
		height:200px;
		object-fit:cover;
	}
}
@media screen and (min-width: 960px) {
	.top-works__wrap .works-common__image img{
		height:340px;
	}
}
.top-works li a .p-works__image img {
    transition: .3s;
}
.top-works li a:hover .p-works__image img {
  transform: scale(1.2, 1.2);
}
.p-works__headline{
    font-weight: bold;
    margin-top:10px;
    font-size:1.8rem;
    text-align: center;
}
.top-blog {
  background-color: #f8f8f8;
  position: relative;
}
.top-blog .common-lead {
  margin-bottom: 2rem;
}
.top-blog__wrap {
  padding: 8rem 0;
  position: relative;
}
.top-blog__wrap .txt-deco {
  color: #6faf5d;
  position: absolute;
  z-index: 30;
  padding-right: 0px;
  transform: rotate(-15deg);
  line-height: 0.8;
  font-size: 600%;
  letter-spacing: 0.02em;
  /* overflow: visible; */
  top: -32px;
  left: 16px;
  font-size: 600%;
}
@media screen and (min-width: 560px) {
  .top-blog__wrap .txt-deco {
    left: 0px;
    top: -64px;
    font-size: 1033%;
  }
}
.top-blog__inner {
  max-width: 600px;
  margin: 4rem auto 7.2rem;
}
.top-blog__inner .common-inner {
  justify-content: start;
  padding: 1.3rem 0;
}
.top-blog__inner .common-inner:hover {
  opacity: 0.6;
}
.top-blog__inner .en {
  margin-right: 4rem;
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 0 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (min-width: 560px) {
  .top-blog__inner .en {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .top-blog__inner .en::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #111;
    position: absolute;
    right: -25px;
    top: 45%;
  }
}
.top-event{
  padding:10rem 0px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-event{
    padding:13rem 0px;
  }
}
.top-event::before{
  content:'';
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image:url("/wp-content/themes/sakaikenchiku/images/washi.png");
  background-size:cover;
}
.top-event__inner{
  /* width: 100%;
  max-width: 90%;
  padding: 10rem 5rem; */
  /* background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
  margin:0 auto;
  position: relative;
  overflow: hidden;
}
.top-event__headline-block{
  text-align: center;
  margin-bottom: 4.5rem;
}
.top-event__headline{
  font-size: 6.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.top-event__headline-jp{
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  margin-bottom: 4rem;
}
.top-event__body{
  margin-bottom: 3rem;
}
.top-faq{
  background-image:url("/wp-content/themes/sakaikenchiku/images/top-faq.jpg");
  background-size:cover;
  padding:7rem 0px;
  position: relative;
}

@media screen and (min-width: 560px) {
  .top-faq{
    padding:10rem 0px 10rem;
  }
}
.top-faq::before{
	content: '';
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.top-faq::after{
  font-weight: bold;
  content: 'FAQ';
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 0px;
  font-size: 24vw;
  font-family: "Roboto", sans-serif;
  color: #fffcf5;
  z-index: 0;
  line-height: 1;
}
.p-top__faq{
  background-color: #fff;
  padding:6rem 0px;
}
.p-top__faq--inner{
  max-width: 1024px;
  margin:0 auto;
  width: 100%;
}
.top-link{
    padding:6rem 0px 0px;
    position: relative;
}
@media screen and (min-width: 560px) {
  .top-link{
    padding:10rem 0px 0px;
  }
}
.top-link::after{
  content: 'CREATIVE';
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  font-size: 18vw;
  font-family: "Roboto", sans-serif;
  color: #f3f2ed;
  z-index: -1;
  line-height: 1;
}
@media screen and (min-width: 560px) {
.p-link__list{
    width: calc(100%/3);
}
}
.p-link__block{
/*     background-color: #000;
    height: 200px; */
    color:#fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size:cover;
    background-position: center;
}
/* @media screen and (min-width: 560px) {
  .p-link__block{
    height: 300px;
  }
  .p-link__block:hover{
    opacity: 0.7;
  }
} */
.p-link__image01{
  background-image:url("/wp-content/themes/sakaikenchiku/images/top-voice.jpg");
}
.p-link__image02{
  background-image:url("/wp-content/themes/sakaikenchiku/images/top-flow.jpg");
}
.p-link__image03{
  background-image:url("/wp-content/themes/sakaikenchiku/images/top-staff.jpg");
}

.p-link__block::before{
  content:'';
  background: #000;
  opacity:0.1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* .p-link__block::after{
    position: absolute;
    content:'';
    background-color: #fff;
    width: 1px;
    height:100%;
    right:0px;
}
 */
.p-link__headline{
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    position: relative;
	font-size:2.4rem;
}
.p-link__headline::after{
    content:'';
    background-color: #fff;
    position: absolute;
    left:0px;
	height:1px;
    right: 0px;
    bottom:0px;
    width: 100%;
}
.p-access__title{
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 10rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
}
.p-access__title::after{
  content: 'ACCESS';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25vw;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #f5f5f5;
  z-index: -1;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .p-access__title::after{
    font-size: 10vw;
  }
}
.p-access__logo{
    max-width: 250px;
    margin-bottom: 3rem;
}
.p-access__body{
  font-size: 1.5rem;
  margin-bottom: 15px;
  max-width: 100%;
}
@media screen and (min-width: 560px) {
  .p-access__body{
    max-width: 80%;
  }
}
.p-top__access{
    width: 100%;
	font-size:1.6rem;
    text-align: left;
	margin-top:2rem;
}
@media screen and (min-width: 560px) {
	.p-top__access{
		margin-top:0rem;
	}
}
.p-top__access tr{
  border-bottom: 1px solid #f5f5f5;
  padding:15px 10px;
  display: block;
}
.p-top__access th{
  width:110px;
}
@media screen and (max-width: 560px) {
	.p-top__access tr{
		margin-bottom:10px;
		display:block;
	}
	.p-top__access th{
		width:100px;
	}
}
.p-top__access a{
  font-family: "Roboto", sans-serif;
    display: inline-block;
    border-bottom: 1px solid #ad0401;
    color: #ad0401;
    font-size: 1.3rem;
    margin-left: 10px;
	letter-spacing:0.1rem;
    font-weight: bold;
}
.p-top__access a:hover{
  opacity: 0.6;
}
.top-access{
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-access{
    padding-top: 10rem;
  }
}
/****************************
木だわり
****************************/
.p-kodawari__body{
  text-align: center;
  margin-bottom: 9rem;
}
.p-kodawari__image{
	margin-bottom:4.5rem;
}
.u-kodawari__list{
  margin-bottom: 5.5rem;
  align-items: center;
}
.p-kodawari__headline{
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 560px) {
.p-kodawari__headline{
  font-size: 3.2rem;
}
}
.p-kodawari__text{
  line-height: 2.2;
  max-width: 540px;
}
.p-kodawari__block{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom:8rem;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  line-height: 2.8;
}
.p-kodawari__inner{
  padding-bottom: 4rem;
}
.p-kodawari__title{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 17rem;
  z-index: -2;
  opacity: 0.1;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  color: #bb1b09;
}
@media screen and (min-width: 560px) {

}
.p-beforeafter__image{
  position: relative;
}
.p-beforeafter__inner{
  margin-bottom: 10rem;
}
.p-beforeafter__headline{
  color: #3b3b3b;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 2;
  padding:0px 16px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  background-color: #000;
  color:#fff;
  font-weight: bold;
}
.u-beforeafter__inner li:nth-child(2n) .p-beforeafter__headline{
  background-color: #ae0201;
}
.u-beforeafter__inner li:first-child .p-beforeafter__image img{
  filter: grayscale(100%);
}
.u-beforeafter__inner{
  margin-bottom:5rem;
}
.p-content__body{
    margin-top: 15px;
}
@media screen and (min-width: 560px) {
.c-new .p-sp__inner{
  position: relative;
}
.c-new .p-sp__inner::after{
  content:'';
  width: calc(100%/3);
}
}
/****************************
お客様の声
****************************/
.u-voice__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/voice-mv.jpg");
}
.c-voice{
  margin-bottom: 10rem;
}
.p-voice__name{
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0px 0px 19px;
  background: #000;
  font-family: 'Noto Serif JP', serif;
  padding: 11px 16px;
  font-weight: bold;
}
.p-voice__headline{
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  background: #000000;
  margin-bottom: 2.5rem;
  font-weight: bold;
  padding: 5px 15px;
  color: #fff;
}
.single-post .btn-flat{
  margin-top: 10rem;
	margin-bottom:6rem;
}
.btn-flat {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  position: relative;
  padding: 2.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #333;
  max-width: 500px;
  font-weight: bold;
  margin: 0 auto 10rem;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s ease-in-out;
  transform: translateX(96%);
  background: #ae0201;
  font-size: 2rem;
  font-weight: bold;
}

a.btn-flat:hover:before {
  transform: translateX(0%);
}
/****************************
会社案内入り口ページ
****************************/
.p-common__bg::before{
  content: '';
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.p-common__bg{
  background-color: #fafafa;
  padding:10rem 0px 12rem;
  background-image: url("/wp-content/themes/sakaikenchiku/images/texture.jpg");
  position: relative;
}
.p-common__page-link{
  background-color: #fff;
  margin-bottom: 4rem;
  position: relative;
}
.p-common__page-link span{
  position: relative;
  z-index: 1;
	padding:5rem 2rem;
	display:block;
}
.p-common__page-link span::before,
.p-common__page-link span::after{
position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  transition: all .3s;
  background: #ae0201;
}
.p-common__page-link span::before{
	top: 0;
  left: 0;
}
.p-common__page-link span::after{
right: 0;
  bottom: 0;
}
.p-common__page-link:hover.p-common__page-link span::before,
.p-common__page-link:hover.p-common__page-link span::after{
	width: 0;
}
.p-common__page-link:hover .p-pagelink__jp{
  color:#ae0201;
}
.p-common__page-link::before{
  /* position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .65s ease;
  transition-property: transform; */
  content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color:#ae0201;
    transition: 0.3s;

}
.p-common__page-link:hover::before,
.p-common__page-link:hover::after{
  right: 10px;
}
.p-common__page-link::after{
content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #ae0201;
    transition: 0.3s;
}
/* .p-common__page-link:hover::before{

  transform: scaleX(1);
  transform-origin: left;
} */
.p-pagelink__head-block{
  margin-bottom: 2rem;
}
.p-pagelink__en{
  color:#B4B4B4;
  font-family: "Roboto", sans-serif;
  transition: .3s;
  text-transform: uppercase;
}
.p-pagelink__jp{
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  transition: .3s;
}
.p-pagelink__body{
  max-width: 80%;
  font-size:1.5rem;
  font-family: 'Noto Serif JP', serif;
}
/****************************
工事までの流れ
****************************/
.u-flow__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/flow-mv.jpg");
}
.p-flow__list{
  position: relative;
  margin-bottom: 5rem;
}
.p-flow__number{
  font-family: "Roboto", sans-serif;
  position: absolute;
  width:40px;
  height: 40px;
  font-weight: bold;
  color:#fff;
  font-size:2rem;
  left:0px;
  text-align: center;
  background-color: #333;
  top:0px;
}
.p-flow__name{
  font-size:2rem;
	font-weight:bold;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0.5rem;
}
.p-flow__block{
  margin-bottom: 4rem;
}
/****************************
モデルハウス
****************************/
.u-modelhouse__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/mv07.jpg");
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル */
.swiper {
  width: 100%;
	margin-top:4rem;
}
.swiper-button-next, .swiper-button-prev{
  color:#fff!important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size:2rem!important;
}
@media screen and (min-width: 960px) {
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size:3rem!important;
  }
#slider{
  padding:10rem 0px 0px;
}
}
.slick-slider{
  margin:2rem 0 2rem;
}
.slick-slide .place-badge img{
	border-radius: 8px 0 0 0;
}
#thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #thumbnail-list {
    padding:0 10rem;
  }
}
.thumbnail-item {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media screen and (min-width: 960px) {
  .thumbnail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}

.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 3) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
.thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 10rem;
  padding: 0;
  justify-content: space-between;
  position: relative;
}
.thumbnails::after{
  content:'';
  flex:0 0 50%;
  display: block;
}
@media screen and (min-width: 560px) {
.thumbnails::after{
  flex:0 0 75%;
}
}
.thumbnail {
  flex: 0 0 25%;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 560px) {
  .thumbnail {
    flex: 0 0 12%;
    margin-bottom: 8px;
  }
}
.thumbnail.is-active::after{
  content:'';
  background-color:#000;
  opacity: 0.4;
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
}
.thumbnail img {
  width: 100%;
  height: auto;
}
/****************************
アフターケア
****************************/
.u-aftercare__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/aftercare-mv.jpg");
}
/****************************
会社案内
****************************/
.u-company__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/company-mv.jpg");
}
/****************************
会社概要
****************************/
.u-overview__image {
  background-image: url("/wp-content/themes/sakaikenchiku/images/overview-mv.jpg");
}
@media screen and (min-width: 560px) {
.p-company__headline{
  flex:0 0 20%;
  max-width: 20%;
}
.p-company__table{
  flex:0 0 75%;
  max-width: 75%;
}
}
.p-company__inner{
  margin-top: 10rem;
}
.p-company__inner:last-child{
  margin-bottom: 10rem;
}

.p-company__headline-en{
  font-size: 1.4rem;
  color: #999;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.p-company__headline-jp{
  font-family: 'Noto Serif JP', serif;
  font-size:3.2rem;
  line-height: 1.3;
  margin-bottom: 21px;
}
.p-common__company-image{
    max-width: 1480px;
    margin:6rem auto 5rem;
}
.company-greed__block {
  margin-top: 2.4rem;
}
@media screen and (min-width: 560px) {
  .company-greed__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    max-width: 48.25%;
    margin-top: 0rem;
  }
  .company-greed__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.25%;
    flex: 0 0 42.25%;
    max-width: 42.25%;
  }
}
.company-greed .common-ttl {
  text-align: left;
  margin-bottom: 3.2rem;
  line-height: 1;
}
.company-greed__headline {
  font-size: 2rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3.2rem;
}
.company-greed__block p {
  margin-bottom: 1.6rem;
}
.company-greed__body-last {
  text-align: right;
}
.company-greed__body-last span {
  font-size: 2rem;
}
.company-achive {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 10rem;
}
.company-achive .common-lead {
  color: #6faf5d;
  position: relative;
  top: -40px;
}
.company-common__bg {
  background-color: #fff;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.06);
}
.company-achive ul {
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .company-achive ul {
    padding: 40px;
  }
}
.company-achive ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.company-achive ul li span {
  color: #6faf5d;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 2rem;
}
.company-rank {
  margin-top: 8rem;
}
.company-rank__wrap {
  border: 4px solid #111;
  padding: 3.2rem;
  position: relative;
}
.company-rank__wrap h3 {
  position: absolute;
  top: -20px;
  font-size: 2rem;
  background: #fff;
  padding: 0 8px;
}
.company-rank__inner {
  display: flex;
  flex-wrap: wrap;
}
.company-rank__inner li {
  padding: 8px 0;
}
.company-content {
  margin-bottom: 10rem;
}
.company-content h3 span,
.company-access h3 span {
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .company-content h3 span,
  .company-access h3 span {
    margin-left: 16px;
  }
}
.corporate-table {
	max-width:1280px;width: 100%;margin:0 auto;border-collapse: collapse;
}
.corporate-table tr {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  padding: 2rem 0rem;
  text-align: left;
}
.corporate-table tbody {
  display: block;
  width: 100%;
}
.corporate-table th {
  width: 20%;
  /* text-align: justify;
  text-justify: inter-ideograph; */
  font-weight: 500;
}
.corporate-table td {
  width: 80%;
}
@media screen and (min-width: 960px) {
  .corporate-table th,
  .corporate-table td {
    padding: 1rem 0rem;
  }
}
.corporate-table td p span {
  text-indent: 0.5em;
  display: block;
}
.company-access {
  margin-bottom: 12rem;
}
@media screen and (min-width: 560px) {
  /* .company-access .common-inner{
    align-items: center;
  } */
  .company-access__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.25%;
    flex: 0 0 42.25%;
    max-width: 42.25%;
  }
  .company-access__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.25%;
    flex: 0 0 54.25%;
    max-width: 54.25%;
  }
}
.company-access__block h3 {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.company-access__block .common-link {
  margin: 2.4rem 0 0;
}
/****************************
お知らせ
****************************/
.u-information__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/information-mv.jpg");
}
.p-works__content p{
	margin:16px 0px;
}
.works-content__block{
	margin-top:10rem;
}
.information-content__link a{
	border-bottom:1px solid #efefef;
	padding:19px 0px;
	display:flex;
	align-items:center;
	gap:15px;
	position:relative;
}
.information-content__link a::after{
	position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ad0401;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.information-content__link a:hover::after{
	transform: scale(1, 1);
}
.p-information__date{
	font-family: "Roboto", sans-serif;
	font-weight:bold;
	font-size:1.3rem;
}
@media screen and (min-width: 560px) {
	.p-information__date{
		flex:0 0 15%;
		max-width:15%;
	}
}
.wp-pagenavi {
    max-width: 850px;
    width: 100%;
    margin: 4.8rem auto 4rem;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    gap: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.wp-pagenavi .first{
	font-size:1.2rem;
}
  .wp-pagenavi a {
    font-size: 1.4rem;
    line-height: 38px;
    height: 38px;
  }

  .pages,
  .nextpostslink,
  .previouspostslink {
    background-color: #e4e4e4;
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #333;
  }

  .nextpostslink span,
  .previouspostslink span {
    line-height: 38px;
  }

  .wp-pagenavi a:hover {
    color: #ad0401;
  }

  .arrow-btn a {
    background-color: #e4e4e4;
    color: #333;
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
  }
/****************************
想い
****************************/
.u-thought__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/thought-mv.jpg");
}

/****************************
想い-新築
****************************/
.u-new__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/thought01-mv.jpg");
}
/****************************
想い-古民家再生
****************************/
.u-reproduction__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/thought02-mv.jpg");
}
/****************************
想い-リフォーム
****************************/
.u-reform__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/thought03-mv.jpg");
}
/****************************
想い-木だわり
****************************/
.u-kodawari__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-mv-bg.jpg");
}
/* .p-thought__01,
.p-thought__02,
.p-thought__03,
.p-thought__04,
.p-thought__05,
.p-thought__06,
.p-thought__07{
    color:#fff;
    padding:14rem 0px;
    text-align: center;
    margin:0px;
    position: relative;
}
.p-thought__01::after,
.p-thought__02::after,
.p-thought__03::after,
.p-thought__04::after,
.p-thought__05::after,
.p-thought__06::after,
.p-thought__07::after{
    content:'';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
}
.p-thought__inner{
    position: relative;
    z-index: 2;
}
.p-thought__headline{
    font-size: 8vw;
    line-height: 1.5;
}
.p-thought__lead{
    font-size:2.4rem;
    margin-bottom: 1rem;
}
.p-thought__body{
    font-size:1.6rem;
}
.p-thought__01{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img1.jpg");
    background-size:cover;
}
.p-thought__02{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img2.jpg");
    background-size:cover;
}
.p-thought__03{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img3.jpg");
    background-size:cover;
}
.p-thought__04{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img4.jpg");
    background-size:cover;
}
.p-thought__05{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img5.jpg");
    background-size:cover;
}
.p-thought__06{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img6.jpg");
    background-size:cover;
}
.p-thought__07{
    background-image:url("/wp-content/themes/sakaikenchiku/images/kodawari-img7.jpg");
    background-size:cover;
}
.p-thought__link{
    border:1px solid #000;
    text-align: center;
    padding:30px 10px;
    color:#fff;
    background-color: #333;
}
 */
/****************************
スタッフ紹介
****************************/
.u-staff__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/staff-mv.jpg");
}
.p-staff__inner{
  margin:10rem 0px 10rem;
}
.p-staff__inner .col-3{
	flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 560px) {
.p-staff__inner .col-3{
	flex: 0 0 31.25%;
    max-width: 31.25%;
}
}
.p-staff__image{
	position:relative;
}
.p-staff__rank{
  font-size:11px;
  margin:15px 0px 10px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.2;
}
.p-staff__rank span{
  background: #000;
  color: #fff;
  padding:5px;
}
.p-staff__job{
  font-size:1.4rem;
}
.p-staff__name{
  font-size:1.8rem;
  margin:0.5rem 0px 1rem;
  font-family: 'Noto Serif JP', serif;
	font-weight:bold;
}
.p-staff__body{
  font-size:1.4rem;
}
.p-staff__description{
padding: 7px 0px;
    font-size: 1.4rem;
    margin-bottom: 4rem;
    margin-top: 1rem;
    border-top: 1px solid #cdcdcd;
}
/****************************
施工事例
****************************/
.u-cases__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/cases-mv.jpg");
}
.works-content{
	max-width:1140px;
	margin:0 auto 10rem;
}
.works-content p{
  margin-bottom: 2rem;
}
.text-center{
  margin:6rem 0px 4rem;
  text-align: center;
  color:#ae0201;
}
.blog-eyecatch__image{
  margin-bottom: 2rem;
  text-align: center;
}
.event-content form{
  display: block;
  margin:0 auto;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.event-content input[type=submit]{
  border: none;
    max-width: 400px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    padding: 0 3px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background-color: #ad0401;
    transition: .3s;
}
.event-content input[type=submit]:hover{
  background-color: #121212;
}
.works-content__link:hover .works-content__image img {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
	overflow: hidden;
}
.works-content__link h3 {
  font-size: 1.8rem;
}
.works-content__link .category-block {
  background-color: #111;
  padding: 4px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #fff;
}
.works-category__block h4 {
  font-size: 2rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.works-category__block ul li a {
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.works-category__block ul li a:hover {
  color: #6faf5d;
}
.works-category__block ul li a::before {
  content: "chevron_right";
  font-family: "Material Icons";
  vertical-align: middle;
}
.works-content__ttl-block {
  margin-bottom: 4rem;
}
.cases__content__image{
	text-align:center;
	margin-bottom:55px;
}
.works-content__ttl {
  font-size: 3.2rem;
	text-align:center;
	margin-bottom:35px;
  font-weight: bold;
  position: relative;
	font-family: 'Noto Serif JP', serif;
}
/* .works-content__ttl::after{
  content:'';
  position: absolute;
  left:0px;
  right: 0px;
  bottom: -10px;
    width: 40px;
    height: 2px;
    background: #333;
    text-align: center;
    margin: 0 auto;
} */
.works-content__ttl-block .cms-date {
  text-align: right;
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #999;
  font-size: 13px;
}
.works-content__ttl-block .works-category {
  background-color: #111;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 4px 11px;
  color: #fff;
  display: inline-block;
}
.works-content p a{
  display: inline-block;
  color:#ae0201;
}

@media screen and (min-width: 560px) {
	.u-result__list{
		width: calc(100%/3);
	}

  .home .u-result__list{
		width: calc(100%/5);
	}
  .home .u-result__list .p-cms__headline{
    position: relative;
    transition: .3s;
    margin-bottom: 10px;
  }
  .home .u-result__list .p-cms__headline::after{
    position: absolute;
    bottom: 0;
    left: 0%;
    content: '';
    width: 100%;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
    height: 1px;
    background-color: #fff;
    transition: .3s;
  }

  .home .u-result__list a:hover .p-cms__headline::after{
    transform: scale(1.1);
  }

	.u-result__list a:hover img{
		transform: scale(1.1);
	}
}
.p-thought__image{
	object-fit:cover;
	position:relative;
	overflow: hidden;
  width: 100%;
}
.p-thought__image img{
    height: 270px;
    width: 100%;
	transition:.3s;
	position:relative;
  object-fit:cover;
}
@media screen and (min-width: 560px) {
  .p-thought__image img{
    height: 250px;
  }
}
.home .p-thought__image::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgb(0 0 0 / 0%) 0, #111 100%);
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 960px) {
	.p-thought__image img{
		height: 280px;
	}

  .home .p-thought__image img{
		height: 260px;
	}
}
@media screen and (min-width: 960px) {
	.p-thought__image img{
		height: 380px;
	}

  .home .p-thought__image img{
		height: 340px;
	}
}
@media screen and (max-width: 559px) {
.slider .slick-list {
  padding: 0 15% 0 0!important;
}
.slider li {
  margin: 0 0.25%;
  margin-bottom: 20px;
}

.slider li figcaption {
  margin: 10px 0 0;
}
}

.p-event__block-text{
  padding:20px 20px;
  position: absolute;
  bottom:0px;
  color:#fff;
  z-index: 2;
}
.p-cms__headline{
  font-weight: bold;
}
.p-date__body{
  font-size:1.2rem;
  color:#545454;
}
.top-event .p-date__body{
  color:#fff;
}
.p-thought__image img::before{
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.p-result__name{
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  left: 0px;
  color: #fff;
  bottom: 0px;
  z-index: 2;
  font-size: 2rem;
  width: 100%;
  background: rgb(0 0 0 / 60%);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
/* .p-thought{
	margin-bottom:10rem;
} */
.p-works__gallery{
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.p-works__gallery img{
	margin-bottom:30px;
  width: 100%;
}
.archive .p-sp__inner{
	position:relative;
}
@media screen and (min-width: 560px) {
.archive .p-sp__inner::after{
	content:'';
	width: calc(100%/3);
}
}
/****************************
モデルハウス
****************************/
.p-modelhouse__inner{
  text-align: center;

}
.p-modelhouse__title{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#thumbnail-list {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #thumbnail-list {
    padding:0 10rem;
  }
}
.thumbnail-item {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media screen and (min-width: 960px) {
  .thumbnail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.c-modelhouse__slider{
  margin-bottom: 10rem;
}
/****************************
アクセス
****************************/
.u-access__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/mv10.jpg");
}
.p-access__googlemap{
  margin-bottom: 10rem;
}
.page-id-1188 .p-common__content-block{
	position:relative;
	border:none;
	padding: 0px;
}
.page-id-1188 .p-common__content-block::after{
	    content: '';
    width: 26px;
    height: 26px;
    border: 0;
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
  position: absolute;
  bottom: -30px;
  left: 0;
	right:0px;
  transform: rotate(45deg);
	margin:0 auto;
}
@media screen and (min-width: 560px) {
  .page-id-1188 .p-common__content-block::after{
    bottom: -30px;
  }
}
.page-id-1188 .p-common__content-block:last-of-type::after{
  content: none;
}
.p-access__caption{
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
  font-size: 1.3rem;
  border: 1px solid #f0f0f0;
}
.p-access__caption span{
	display:block;
}
/****************************
よくある質問
****************************/
.u-faq__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/mv08.jpg");
}
.qa-008{
  margin-top:3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 560px) {
  .qa-008{
    margin-top:4rem;
  margin-bottom: 4rem;
  }
}

/*=========
faq
=========*/
details {
	margin-bottom:2rem;
  transition: .5s;
}
[data-css-icon] {
  --animdur: .3s;
  --loading-animdur: 0.8s;
  --animtf: ease-in;
  --bdw: 2px;
  --bdrs: 50%;
  --bgc: transparent;
  --c: currentcolor;
  --dots-bgc: silver;
  --dots-size: 0.5rem;
  --icon-size: 1rem;
  --size: 2.5rem;

  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
[data-css-icon] i {
  align-items: center;
  background-color: var(--bgc);
  border-radius: var(--bdrs);
  box-sizing: border-box;
  display: inline-flex;
  height: var(--size);
  justify-content: center;
  position: relative;
  transition: background-color var(--animdur) var(--animtf);
  width: var(--size);
}
[data-css-icon] i::after,
[data-css-icon] i::before {
  transform-origin: 50% 50%;
  transition: all var(--animdur) var(--animtf);
}

[data-css-icon*="down"] i::after,
[data-css-icon*="right"] i::after {
  background: transparent;
  border-color: var(--c);
  border-style: solid;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: var(--icon-size) ;
  margin: 0;
  position: relative;
  width: var(--icon-size);
}
[data-css-icon*="down"] i::after {
  border-width: 0 var(--bdw) var(--bdw) 0;
  top: calc(0px - (var(--icon-size) / 4));
  transform: rotate(45deg);
}
[data-css-icon*="right"] i::after {
  border-width: var(--bdw) var(--bdw) 0 0;
  right: calc((var(--icon-size) / 4));
  top: 0;
  transform: rotate(45deg);
}

[data-css-icon*="equals"] i::after,
[data-css-icon*="equals"] i::before,
[data-css-icon*="cross"] i::after,
[data-css-icon*="cross"] i::before,
[data-css-icon*="menu"] i,
[data-css-icon*="menu"] i::after,
[data-css-icon*="menu"] i::before,
[data-css-icon*="plus"] i::after,
[data-css-icon*="plus"] i::before {
  /* Width need to be the diagonal of the down-arrow side-length (--size): sqrt(2) * --size. */
  --w: calc(var(--icon-size) * 1.4142135623730950488016887242097);
  background: var(--c);
  content: '';
  height: var(--bdw);
  position: absolute;
  width: var(--w);
}
[data-css-icon*="cross"] i::before,
[data-css-icon*="plus"] i::before {
  transform: rotate(90deg);
}
[data-css-icon*="equals"] i {
  --m: 4px;
}
[data-css-icon*="equals"] i::after {
  transform: translateY(var(--m));
}
[data-css-icon*="equals"] i::before {
  transform: translateY(calc(0px - var(--m)));
}
[data-css-icon*="dots"],
[data-css-icon*="menu"] {
  height: var(--size);
}
[data-css-icon*="menu"] i {
  --bdrs: 0;
  --m: 7px;
  position: relative;
  right: calc((var(--size) - var(--w)) / 2);
}
[data-css-icon*="menu"] i::after {
  top: var(--m);
}
[data-css-icon*="menu"] i::before {
  top: calc(0px - var(--m));
}

[data-css-icon*="dots"] i,
[data-css-icon*="dots"] i::after,
[data-css-icon*="dots"] i::before {
  animation: dots var(--loading-animdur) infinite alternate;
  background-color: var(--c);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: var(--dots-size);
  width: var(--dots-size);
}
[data-css-icon*="dots"] i {
  animation-delay: var(--loading-animdur);
  position: relative;
  right: calc((var(--size) - var(--dots-size)) / 4);
}
[data-css-icon*="dots"] i::after {
  animation-delay: 0s;
  left: calc(0px - (var(--dots-size) * 3));
  position: absolute;
}
[data-css-icon*="dots"] i::before {
  animation-delay: calc(var(--loading-animdur) / 2);
  left: calc(0px - (var(--dots-size) * 1.5));
  position: absolute;
}

[data-css-icon*="spin"] i::after {
  animation: spin var(--loading-animdur) infinite linear;
  border-radius: 50%;
  border: var(--bdw) solid var(--dots-bgc);
  border-left: var(--bdw) solid var(--c);
  content: "";
  height: var(--icon-size);
  transform: translateZ(0);
  width: var(--icon-size);
}

/* STATE */
[open] > summary > [data-css-icon*="cross"] i::after {
  transform: rotate(45deg);
}
[open] > summary > [data-css-icon*="cross"] i::before {
  transform: rotate(135deg);
}
[open] > summary > [data-css-icon*="down"] i::after {
  top: var(--bdw);
  transform: rotate(45deg) scale(-1) ;
}
[open] > summary > [data-css-icon*="right"] i::after {
  right: 0;
  top: calc(0px - (var(--icon-size) / 4));
  transform: rotate(135deg);
}
[open] > summary > [data-css-icon*="plus"] i::after {
  transform: rotate(180deg);
}
[open] > summary > [data-css-icon*="plus"] i::before {
  transform: rotate(-0deg);
}

[open] > summary > [data-css-icon*="equals"] i::after { transform: rotate(-45deg); }
[open] > summary > [data-css-icon*="equals"] i::before { transform: rotate(45deg); }

[open] > summary > [data-css-icon*="menu"] i { background-color: transparent; }
[open] > summary > [data-css-icon*="menu"] i::after { transform: translateY(calc(0px - var(--m))) rotate(-45deg); }
[open] > summary > [data-css-icon*="menu"] i::before { transform: translateY(var(--m)) rotate(45deg); }

/* RTL: inset-block-end fails */
[dir="rtl"] [data-css-icon*="right"] i::after {
  left: calc((var(--icon-size) / 4));
}
[dir="rtl"] [data-css-icon*="menu"] i {
  left: 0.5rem;
  right: auto;
}

/* MODIFIERS */
[data-css-icon*="outline"] i {
  border: var(--bdw) solid var(--c);
}
[data-css-icon*="fill"] {
  --bgc: hsl(195, 10%, 30%);
  --c: hsl(195, 10%, 95%);
}
[data-css-icon*="square"] {
  --bdrs: 5px;
}

details {
  height: var(--collapsed);
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
details[open] {
  height: var(--expanded);
}
button,
summary {
  background-color: #f5efe0;
  border: 0;
  border-radius: 5px;
  color: var(--c, inherit);
  list-style-type: none;
  margin: 0.5rem 0;
  outline: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-inline-end: 0.5rem;
  padding-inline-start: 1rem;
  user-select: none;
}
summary::marker { display: none; }
summary::-webkit-details-marker { display: none; }

/* 4 States of summary */
button,
summary {
  --bgc: hsl(195, 10%, 90%);
}
[open] > summary {
  --bgc: #f5efe0;
}
button:focus,
summary:focus {
  --bgc: #f5efe0;
}
[open] > summary:focus {
  --bgc: hsl(195, 10%, 10%);
}
[open] > summary:focus > [data-css-icon*="fill"],
[open] > summary > [data-css-icon*="fill"] {
  --bgc: hsl(195, 10%, 80%);
  --c: hsl(195, 10%, 10%);
}
summary + * {
/*   line-height: 1.6; */
  padding: 0.5rem;
}

@keyframes dots {
  0% {
    background-color: var(--c);
  }
  50%,
  100% {
    background-color: var(--dots-bgc);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.faq {
  display: grid;
  gap: 1.5em;
  padding-block-start: 2em;
  max-inline-size: 60em;
  margin: auto;
}
.faq-title {
  font-size: 2em;
  text-align: center;
}
.faq-title:before {
  content: "- FAQ -";
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  color: #666;
}
/* FAQ content */
.faq-content {
  --accent-color: #3388ff;
  --v-rythm: 1.6em;
  --gap: 1em;
  position: relative;
  background: #eee;
  border-radius: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.faq-content:after {
  content: "";
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0.75rem;
  display: block;
  inline-size: 1rem;
  aspect-ratio: 1;
  background: #666;
  overflow: hidden;
  rotate: 0deg;
  transition: rotate 0.4s 0s ease;
  clip-path: polygon(25% 10%, 25% 90%, 75% 50%);
}
.faq-content[open]:after {
  rotate: 90deg;
}
.faq-content[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
/* Q */
.faq-q {
  font-weight: bold;
  line-height: var(--v-rythm);
  display: flex;
  gap: var(--gap);
  padding: 1rem 2rem 1rem 1.5rem;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q:hover {
  color: var(--accent-color);
}
.faq-q:before {
  content: "Q.";
  display: block;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}
/* A */
.faq-a {
  overflow: hidden;
  margin: 0;
  display: flex;
  gap: var(--gap);
  padding: 0 1.5rem 1rem;
}
.faq-a:before {
  content: "A.";
  font-weight: bold;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}
 /* summary部分のスタイリング */
.c-accordion__title{
  cursor: pointer;
  display: flex;/* list-item以外にする */
  align-items: center;
  padding: 1rem;
}
.c-accordion__title::-webkit-details-marker{
  display: none;/* safariでマーカーを消す */
}

/* 自作マーカーを表示 */
.c-accordion__title::after{
  content: "＞";
  margin-left: auto;
  transform: rotate(90deg);
}

/* 開いている場合の処理 */
[open] > .c-accordion__title::after{
  transform:rotate(-90deg);
}

/* Q・Aのアイコン部分のスタイリング */
.c-accordion__title__icon,
.c-accordion__content__icon{
  width: 2rem;
  font-weight: bold;
  flex-shrink: 0;
	color: #ae0201;
}

/* コンテンツ部分のスタイリング */
.c-accordion__content{
  display: flex;
  padding: 1rem;
}
.c-accordion__content_inner{
  flex-grow: 1;
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
.qa-008 dl{
  cursor: pointer;
  position: relative;
  margin: 0;
}

.qa-008 dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.qa-008 .open::before {
    transform: rotate(-45deg);
}
@media screen and (max-width: 559px) {
.qa-008 dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
}
.qa-008 dl dt {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1em;
  font-weight: 600;
  font-size:1.8rem;
  border-bottom: 2px solid #454545;
    padding-bottom: 1rem;
    padding-left: 23px;
    padding-right: 20px;
    position: relative;
}
.qa-008 a{
	color:#ae0201;
	text-decoration:underline;
	display:inline-block;
}
@media screen and (min-width: 960px) {
  .qa-008 dt {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.qa-008 dt::before,
.qa-008 dd::before {
  margin-right: .4em;
}
.qa-008 dt::before {
  content: "Q.";
}

.qa-008 dd {
  margin: 0 0 4.5rem;
  font-size: 1.6rem;
  padding: 2.5rem 3rem;
  background-color: #fffdf9;
  position: relative;
    display: none;
    height: auto;
}

.qa-008 dd::before {
  content: "A.";
}

/****************************
ブログ
****************************/
.u-blog__image{
  background-image: url("/wp-content/themes/sakaikenchiku/blog-mv.jpg");
}
.blog-content {
  margin-bottom: 12rem;
}
.blog img{
  margin-top: 15px;
}
/****************************
採用情報
****************************/
.u-recruit__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/mv12.jpg");
}
/****************************
イベント
****************************/
.page-id-5909 main{
  margin-bottom: 0px;
}
.u-event__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/event-mv.jpg");
}
.u-kozo__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/kozo-mv.jpg");
}
.u-complete__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/mv04.jpg");
}
.p-section__bg{
  background-color: #EDEDED;
  padding-bottom: 10rem;
}
.p-section__bg--inner{
  padding-top:10rem;
}
.p-event__inner{
  padding-top: 10rem;
}
.p-event__image{
  margin-bottom: 2rem;
}
.p-event__en{
  color:#ae0201;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
}
.p-event__headline{
  font-family: 'Noto Serif JP', serif;
  border-bottom:1px solid #ad0401;
  font-size: 3.2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.p-event__lead{
  font-size:1.8rem;
  margin-bottom: 1.5rem;
}
.u-event__list{
  background-color: #fff;
}
.p-event__card{
  padding:16px;
}
@media screen and (min-width: 560px) {
  .p-event__card{
    padding:32px;
  }
}
.p-event__content{
  background-color: #fff;
  padding:8rem 0px 10rem;
}
.p-event__wrap{
  max-width: 1232px;
  margin:0 auto;
  padding:0px 16px;
}
.p-common__news li a{
  font-size:1.5rem;
  border-bottom:1px solid #e0e0e0;
  padding:24px 0px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .p-common__news li a{
    display: flex;
    gap:15px;
	  align-items: center;
    padding:30px 0px;
  }
}
.p-common__news li a::after{
  position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ad0401;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.p-common__news li a:hover::after{
  transform: scale(1, 1);
}
.p-common__news{
    margin-bottom:5rem;
}
.p-event__block{
  margin-bottom: 7.5rem;
}
.p-date__body{
	font-family: "Roboto", sans-serif;
	font-size:1.2rem;
}
/****************************
家づくり勉強会
****************************/
.u-study__image{
  background-image: url("/wp-content/themes/sakaikenchiku/images/iedukuri-image01.jpg");
}
.page-id-5922 main{
  margin-bottom: 0px;
}
/****************************
footer
****************************/
.totop{
  font-family: "Roboto", sans-serif;
  display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #121212;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color:#fff;
    overflow: hidden;
    margin-bottom:6rem;
    position: relative;
}
.totop::before{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #ae0201;
    transition: .2s;
}
.totop:hover{
  color: #fff;
}
.totop:hover::before{
  bottom: 0;
}
.totop span{
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.totop span::before{
  content: "";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -20px;
  top: 65%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer {
  position: relative;
  font-size: 1.3rem;
}
.p-external__list{
  border:1px solid #efefef;
  margin-bottom: 1.5rem;
  text-align: center;
  padding:10px;
}
.l-footer__list{
  margin-bottom: 3rem;
}
.p-external__list img{
  max-width: 60%;
}
@media screen and (min-width: 560px) {
.p-external__list{
  flex:0 0 18.25%;
  max-width: 18.25%;
  margin-bottom: 0px;
}
.p-external__list img{
  max-width: 100%;
}
.l-footer__list{
  flex:0 0 19%;
  max-width: 19%;
  margin-bottom: 1rem;
}
}
.u-external__link{
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.l-footer__headline{
  font-size:1.8rem;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #ae0201;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
/* footer::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color:rgba(33, 33, 33, 0.7);
  background-position: center 40%;
} */
.footer-link__block{
  text-align: center;
	font-size:1.6rem;
}
.home .footer-link__block{
	display:none;
}
.footer-content__inner h2 {
  margin-bottom: 1rem;
}
footer .wrap-1480 {
  padding: 8rem 16px;
  position: relative;
  z-index: 2;
}
.p-footer__link{
  position: relative;
  padding:5px 0px;
}
.u-parent__link{
  font-size:1.8rem;
}
.u-child__link{
		font-family:"Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
}
.p-footer__link:hover{
  color:#ad0401;
}
.p-footer__link:hover span{
  right:0px;
}
.p-footer__link span{
  position: absolute;
    right: 5px;
    transition:.3s;
    color: #ae0201;
    top: 50%;
    transform: translate(0%, -50%);
    transition: .3s;
}
.p-footer__link:hover span{
  right: 0px;
}
.p-footer__googlemap{
  display: inline-block;
  border-bottom:1px solid #ad0401;
  color:#ad0401;
  font-size: 1.1rem;
  margin-left: 10px;
  font-weight: bold;
	letter-spacing:0.1rem;
  font-family: "Roboto", sans-serif;
}
.p-footer__googlemap .material-symbols-outlined{
  vertical-align: middle;
  font-size:18px;
}
.footer-tel {
	margin-top:2.4rem;
  margin-bottom: 4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 560px) {
.footer-tel {
	margin-top:0rem;
  margin-bottom: 6.4rem;
}
}
/* .footer-tel::before {
  content: "local_phone";
  font-family: "Material Icons";
  vertical-align: middle;
} */
.footer-common__block {
  text-align: center;
  width: 100%;
}
.l-footer__youtube{
  text-align: center;
  max-width: 500px;
  padding:0px 16px;
  margin: 0rem auto 3rem;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.l-footer__youtube iframe{
  width: 100%;
  height: 100%;
}
footer .col-5 {
  margin-top: 2.4rem;
}
.footer-common__block li a:hover {
  color: #6faf5d;
}
copyright {
  background-color: #111;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 16px;
  position: relative;
	margin-bottom:7rem;
}
@media screen and (min-width: 560px) {
	copyright {
		margin-bottom:0px;
	}
}
.p-footer__logo{
  margin-bottom: 1.5rem;
}
.p-footer__sns-link{
  font-size:3.2rem;
}
.p-footer__sns-link a:first-child{
  color:#f13f79;
}
.p-footer__sns-link:nth-child(2) a{
  color:#1877f2;
}
.u-footer__sns{
  justify-content: center;
  gap: 20px;
    margin-bottom: 6rem;
}
/****************************
404
****************************/
.l-404{
  padding:15rem 0px 10rem;
  text-align: center;
}
.l-404 h2{
  font-size:5rem;
}
@media screen and (min-width: 560px) {
.l-404 h2{
  font-size:8rem;
}
}
.l-404 p{
  font-size:2rem;
}
/****************************
お問い合わせ資料ダウンロード
****************************/
#mw_wp_form_mw-wp-form-5986{
	margin-top:10rem;
}
.u-contact__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/contact-mv.jpg");
}
.u-download__image{
	background-image:url("/wp-content/themes/sakaikenchiku/images/request-mv.jpg");
}
.p-contact__body{
	text-align:center;margin-bottom:40px;
}
#contact{
	margin-top:7rem;
	padding:5rem 0px;
	background-image: url("/wp-content/uploads/2021/11/common-contact.jpg");
	background-size: cover;
	text-align:center;
}
.l-contact__headline-inner{
	color:#fff;
}
.l-contact__headline{
	color:#fff;
  font-family: 'Noto Serif JP', serif;
	font-size:4rem;
}
.l-contact__title{
	font-size:1.3rem;
}
.wpcf7{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.cform tr {
	display: block;
    margin-bottom: 2rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem;
}
.cform th {
	display:block;
	margin-bottom: 1rem;
	text-align:left;
	  margin-right: 1rem;
	width: 100%;
	font-size:1.6rem;
}
.cform td {
  width: 100%;
  display: block;
}
.mw_wp_form {
	margin:0 auto 11.2rem;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left:0px!important;
	}
.mwform-checkbox-field{
	display:block;
}
@media screen and (min-width: 560px) {
.mw_wp_form {
  max-width: 960px;
}
	.mwform-checkbox-field{
	display:inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left:10px!important;
}
}
.mw_wp_form table{
	width:100%;
}
.mw_wp_form [type=url] {
	display:block;
	margin-top:15px;
}
.mw_wp_form [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}
.mw_wp_form option,
.mw_wp_form textarea,
.mw_wp_form input[type=text],
.mw_wp_form select,
.mw_wp_form input[type=email],
.mw_wp_form input[type=search],
.mw_wp_form input[type=url] {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    padding: 10px 13px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 4px;
}
.mw_wp_form .people{
	display:inline-block;
	width: auto;
}
.required-srt {
display: inline-block;
    background-color: #ad0401;
    color: #fff;
    font-size: 1.1rem;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 1rem;
}
.mw_wp_form input[type="submit"] {
      cursor: pointer;
	max-width: 400px;
	background-color: #ad0401;
    padding: 24px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.mw_wp_form input[type="submit"]:hover{
	opacity:0.6;

}
.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}
.form-btn__inner{
	margin-top:4rem;
}
.caption{
	color:#999;
	margin-top:5rem;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}
.submit-btn{
	cursor: pointer;
	max-width: 280px;
	background-color: #ED6D00;
    padding: 24px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.submit-btn::after{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
#wpcf7-modify{
	cursor: pointer;
	max-width: 280px;
	background-color: #fff;
    padding: 24px 32px;
    color: #FF9103!important;
	border:1px solid #FF9103!important;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.submit-btn:hover{
	opacity:0.6;
}
.thanks-block{
	margin-bottom:16rem;
	text-align:left;
}
.thanks-block h3{
	font-size:2.4rem;
	margin-bottom:2rem;
}
@media screen and (min-width: 560px) {
.thanks-block{
	text-align:center;
}
}
.thanks-text{
	line-height:2.4;
}
.caption{
	color:#999;
	margin-top: 2rem;
	display: block;
}
.contact-agreement__body{
	text-align:center;
	margin:2rem 0;
}
.contact-agreement__body a{
	display:inline-block;
	text-decoration:underline;
}
@media screen and (min-width: 560px) {
	.contact-agreement__body a{
	margin-bottom: 4rem;
	}
}
.privacy-policy__wrap{
	max-width:992px;
	padding:0 16px;
	margin:0 auto 14rem;
}
.privacy-policy__block{
	margin-bottom:4rem;
}
.privacy-policy__block a{
	display:inline-block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff!important;
    background: #fff;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 2px solid #ffffff!important;
    background: #fff;
}
.contact-thanks{
	margin-bottom:12rem;
}
.contact-headline{
	font-size:2rem;
	margin-bottom:4rem;
}
.wpcf7-mail-sent-ok{
display:none!important
}
.p-contact__thanks{
	max-width:650px;
	margin:10rem auto 10rem;
}
.p-contact__body{
	text-align:center;
	margin:10rem 0px 7rem;
}
@media screen and (min-width: 960px) {
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
background: rgb(228 215 164 / 50%);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#mouse-stalker.is_active {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    transition: 0.2s;
    background: rgba(255, 90, 95, 0.5);
  }
}
.c-document__button-inner{
  position:fixed;
  bottom:0px;
  right: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .c-document__button-inner{
    display: block;
	  writing-mode: vertical-rl;
    width: auto;
    bottom: 0px;
    right: 0px;
/*     top: 50%; */
/*     transform: translateY(-50%); */
  }
}
.c-document__button-inner li{
  flex:0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 560px) {
/*   .c-document__button-inner li{
    display:block;
  } */
/*   .c-document__button-inner li{
    flex:0 0 100%;
    max-width: 100%;
  } */
}
.c-document__button{
  background-color: #ae0201;
	display:block;
	max-width:100%;
	margin:0 auto;
	width:100%;
	color:#fff;
	font-size:1.8rem;
	text-align:center;
	z-index:2;
  font-family: 'Noto Serif JP', serif;
	font-weight:bold;
}
.c-document__button-inner li:nth-child(2) .c-document__button{
  background-color: #333;
}
.c-document__button i{
    font-size: 1.5rem;
	margin-right:10px;
}
@media screen and (min-width: 560px) {
.c-document__button i{
	margin-bottom: 10px;
}
}
.c-document__button span{
	display: block;
    padding: 10px 0px;
    margin: 0px;
}
@media screen and (min-width: 560px) {
  .c-document__button span{
    margin: 5px;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 560px) {
	.c-document__button{
/* 		max-width:270px; */
		margin:0px;
		left:auto;
    padding: 1px;
	}
	.c-document__button span{
		padding: 32px 10px;
}
	.c-document__button:hover{
		opacity:0.8;
	}
}
.page-id-5958 .c-document__button,
.page-id-6000 .c-document__button,
.page-id-7437 .c-document__button-inner{
	display:none;
}
.scroll_down a{
  opacity: 1;
  /* transition: all .5s ease-in 3s; */
}

.scroll_down a{
  color: #fff;
  position: absolute;
	font-family: "Roboto", sans-serif;
  bottom: 80px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
	font-size:12px;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.scroll_down a:before {
    position: absolute;
    top: calc(50% + 24px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #fff;
    border-width: 0px 0 1px 1px;
}

.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  content: "";
  border-radius: 50%;
  top: calc(50% + 16px);
  left: calc(50% - 19px);
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  70%,
  80% {
    -webkit-transform: translateY(0)rotate(-45deg);
    -ms-transform: translateY(0)rotate(-45deg);
    transform: translateY(0)rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(-8px)rotate(-45deg);
    -ms-transform: translateY(-8px)rotate(-45deg);
    transform: translateY(-8px)rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(-4px)rotate(-45deg);
    -ms-transform: translateY(-4px)rotate(-45deg);
    transform: translateY(-4px)rotate(-45deg);
  }
}