<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
Theme Name: 人楽
Author: hironori hashimoto
Author URI: jinraku-official.com
Description: 人楽のオリジナルテンプレート
*/
html {
  font-size: 55%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
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: #333;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
	body {
		font-size: 1.6rem;
	}
}
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;
}
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: inline;
  }
}
/****************************
タイトル
****************************/
.common-headline {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
	.common-headline {
		font-size: 4.8rem;
	}
}
.p-top__3top{
	font-size:2rem;
}
.common-ttl {
  font-size: 2.4rem;
  font-weight: bold;
	position:relative;
  text-align: center;
}
@media screen and (min-width: 560px) {
	.common-ttl {
		font-size: 3.2rem;
	}
}
.top-purpose .common-ttl::before{
	content: "house";
  font-family: "Material Icons";
  display:block;
  color: #89bf00;
}
.top-purpose__body{
	font-size:15px;
	text-align:left;
}
.common-lead {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
.common-heading {
  font-size: 6.4rem;
  margin-bottom: 2.4rem;
  color:#aacd06;
}
.common-heading span{
  color: #111;
}
.common-subheading {
	display: inline-block;
  padding: 0 40px;
  font-size: 2.4rem;
	margin-top:2rem;
  margin-bottom: 4rem;
	position:relative;
}
@media screen and (min-width: 560px) {
	.common-subheading {
		padding: 0 60px;
		font-size: 2.8rem;
	}
}
.common-subheading::before,
.common-subheading::after{
content: '';
position: absolute;
  top: calc(50% - 3px);
  width: 30px;
  height: 6px;
  content: '';
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
@media screen and (min-width: 560px) {
	.common-subheading::before,
	.common-subheading::after{
		width: 50px;
	}
}
.common-subheading::before{
	left:0px;
}
.common-subheading::after{
	right:0px;
}
.center-text {
  text-align: center;
}

/****************************
共通
****************************/
.en,
.en-title{
  font-family: futura-pt, sans-serif;
}
.jp {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 500;
}
section {
  margin-top: 5rem;
  position: relative;
}
.txt-deco {
  font-family: 'Lora', serif;
}
.common-link {
  max-width: 480px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #f39700;
  background-color: #f39700;
  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: #f39700;
  background-color: #fff;
}
.common-back-btn {
  max-width: 280px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 10rem auto;
  border: 2px solid #f39700;
  background-color: #f39700;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  font-size: 1.8rem;
}
.common-back-btn:hover {
  color: #f39700;
  background-color: #fff;
}
.common-link__block {
  margin: 4.8rem auto 8rem;
}
.common-mv {
  height: 280px;
	    background-size: cover;
  position: relative;
    background-position: 20% 50%;
}
@media screen and (min-width: 560px) {
	.common-mv {
		background-position: center center;
		height: 400px;
	}
}
.common-mv::before {
  content: "";
  position: absolute;
  height: 6px;
  bottom: 0;
  background: #aacd06;
  left: 0;
  width: 100%;
  z-index: 10;
}
.common-mv::after {
  content: "";
    background-color: rgb(105 105 105 / 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.common-mv h1 {
  position: absolute;
  left: 20px;
  bottom: 60px;
  color: #fff;
  z-index: 10;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
	.common-mv h1 {
		left: 40px;
		font-size: 4.8rem;
	}
}
.u-service__headline{
	margin-bottom:3rem;
}
.u-service__headline::after{
	content:none;
/* 	font-family: "Material Icons";
	display: block;
	color: #89bf00; */
}
/****************************
固定幅
****************************/
.wrap-1480 {
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap-960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .wrap {
    max-width: 90%;
  }
}
.common-sp__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 560px) {
  .common-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.col-5 {
  flex: 0 0 48.25%;
  max-width: 48.25%;
}
@media screen and (min-width: 560px) {
  .col-5 {
    flex: 0 0 18.25%;
    max-width: 18.25%;
  }
}

.col-6{
  flex: 0 0 48.25%;
  max-width: 48.25%;
}
@media screen and (min-width: 560px) {
  .col-6 {
    flex: 0 0 15.25%;
    max-width: 15.25%;
  }
}


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

/****************************
ヘッダー
****************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  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: 30px 3% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

.l-header__white {
	background-color: #ffffff;
  position:relative;
  background-color: rgba(255,255,255,0.6)!important;
    backdrop-filter: blur(0.71429rem);
}

@media screen and (min-width: 1025px) {
  .l-header__white {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    /* -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.15); */
    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 40px;
  }
}

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

@media screen and (max-width: 1024px) {
  .l-header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}

@media screen and (min-width: 1025px) {
  .l-header__logo {
    width: 167.2px;
  }
}

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

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

@media screen and (max-width: 560px) {
  .l-header__logo {
    width: 85px;
  }
}

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

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

@media screen and (min-width: 1025px) {
  .l-header__contact {
    width: 170px;
  }
}

@media screen and (min-width: 1280px) {
  .l-header__contact {
    width: 208px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a .material-icons{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.l-nav__sodan{
  display: block;
  font-size:13px;
}
.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: flex;
    align-items: 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: #f39700;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
  }
}
@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;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000001;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    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;
  }
  .l-nav.is-open {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-nav {
    height: calc(100% - 84px);
  }
}

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

.l-nav a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .l-nav a {
    font-size: 1.6rem;
  }
}

.l-nav__list {
  width: 100%;
}

@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 li {
  position: relative;
}

@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 {
  letter-spacing: 0.075em;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

@media screen and (max-width: 1024px) {
  .l-nav__list a {
    position: relative;
    border-bottom: solid 1px #ededed;
  }
}

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

@media screen and (max-width: 560px) {
  .l-nav__list a {
    padding: 21px 0;
  }
}

.l-nav__list a.is-hover:hover {
  color: #f39700;
}

.l-nav__list a.is-hover:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1025px) {
  .l-nav__list a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f39700;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 2px, 0);
    transform-origin: 0 0;
    opacity: 0;
    transition: all 280ms ease;
    transition-property: opacity, -webkit-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: 80px;
    line-height: 1;
  }
  .l-nav__contact .material-icons {
    vertical-align: middle;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav__contact a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* border-radius: 40px; */
    background-color: #f39700;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
	  border-radius:16px;
  }
}

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

@media screen and (max-width: 560px) {
  .l-nav__contact a {
    padding: 25px 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%);
  }
}

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

@media screen and (max-width: 1024px) {
  .l-nav-btn {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-nav-btn {
    width: 84px;
    height: 84px;
  }
}

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

@media screen and (max-width: 1024px) {
  .l-nav-btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #aacd06;
    color: #aacd06;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-nav-btn a {
    padding: 22px 0 14px;
  }
}

@media screen and (max-width: 560px) {
  .l-nav-btn a {
    padding: 15px 0 10px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .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;
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .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);
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .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;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav-btn__bar span {
    display: block;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: 220ms ease;
    -o-transition: 220ms ease;
    transition: 220ms ease;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .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;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav-btn__text {
    display: block;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width: 1024px) and (min-width: 561px) {
  .l-nav-btn__text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 560px) {
  .l-nav-btn__text {
    font-size: 0.9rem;
  }
}
/****************************
フッター
****************************/

/****************************
TOP
****************************/
.top-hero {
  color: #fff;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  height: 100vh;
}
.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/mv01.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: #bbd2be;
  opacity: 0.5;
  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: 1;
}
@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: 3.2rem;
  line-height: 1.45;
  text-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 560px) {
  .top-hero__wrap h1 {
    font-size: 5.4rem;
  }
}
.top-hero__wrap p {
  max-width: 700px;
  font-size: 120%;
  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 {
	  font-size: 147%;
    text-shadow: 0 0 27px rgba(0, 0, 0, 0.4);
  }
}
.footer-contact__inner{
	display:flex;
	align-items:center;
	gap:30px;
	margin:20px 0px;
}

.p-line__link i{
	color:#008cd0;
	font-size:4rem;
}
.p-line__link:hover{
	opacity:0.6;
}
.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);
  }
}
.top-hero .txt-deco {
  color: #008cd0;
  position: absolute;
  z-index: 30;
  mix-blend-mode: multiply;
  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 {
  text-align: left;
  line-height: 2;
  font-size: 1.6rem;
  position: relative;
	padding-top:10rem;
}
@media screen and (min-width: 560px) {
  .top-message {
    text-align: center;
  }
}
/* .top-message::before {
  content: "MESSAGE";
  position: absolute;
  left: 0%;
  font-size: 19vw;
  top: 3%;
	right:0px;
  line-height: 1;
  color: #ededed;
  font-family: futura-pt, sans-serif;
  z-index: -1;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .top-message::before {
font-size: 11rem;
    top: -1%;
    left: 0px;
    right: 0px;
  }
} */
.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);
  }
}
.u-top__headline{
	line-height:1;
	padding-top: 4rem;
}
.top-message__inner p {
  margin-top: 3.2rem;
}
.top-message__inner{position:relative;
}
.top-message__inner::after{
	content:'';
	background-image: url("images/message-bg.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
height: 253px;
    display: block;
    opacity: 0.1;
    position: absolute;
    bottom: 0px;
    background-size: contain;
}
.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: 2.8rem;
}
@media screen and (min-width: 960px) {
  .top-message__block h2 {
    font-size: 3.2rem;
  }
}
.top-message__block h2::first-letter {
  font-size: 6rem;
  color: #008cd0;
}
.top-message__block p {
  margin-top: 2.4rem;
  max-width: 424px;
  text-align: justify;
}
/* .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;
  }
} */
/*ループスライダーの設定*/
.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;
    background-image: radial-gradient(circle, #98989817 5px, transparent 5px);
    background-position: 0 0;
    background-size: 40px 40px;
    margin: 0px;
    padding-top: 10rem;
	padding-bottom:10rem;
}
.top-purpose .common-ttl {
  margin-bottom: 2rem;
  line-height: 1.4;
}
.top-purpose .common-ttl span {
  color: #008cd0;
  font-size: 4rem;
}
.top-purpose__image {
    max-width: 320px;
    margin: 0 auto;
  position: relative;
}
.top-purpose__headline{
	font-size:2.4rem;
	margin:3rem 0px 0rem;
	text-align:center;
	color:#89bf00;
}
.top-purpose__image::before {
  font-family: 'Lora', serif;
  position: absolute;
  left: 0;
  top: -12%;
  color: #008cd0;
  font-size: 9rem;
  line-height: 1;
}
.top-purpose__image img{
	border-radius:16px;
}
@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: 1rem;
  font-size: 1.6rem;
}
.top-purpose__inner h3 {
  margin-top: 15px;
}
@media screen and (min-width: 560px) and (max-width:959px){
	.top-purpose__inner h3 {
		font-size:1.5rem;
	}
}
.top-purpose .col-3 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 559px) {
  .top-purpose .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-works {
  position: relative;
  padding: 8rem 0;
}
.top-works::before {
  content: "";
  background-image: url("images/2-7.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
}
.top-works .common-lead {
  margin-bottom: 2rem;
}
.top-works::after {
  content: "WORKS";
  position: absolute;
  right: 0;
	left:0px;
	text-align:center;
  font-size: 10.5vh;
  top: 4%;
  line-height: 1;
  color: #ededed;
  font-family: futura-pt, sans-serif;
  z-index: -1;
}
@media screen and (min-width: 560px) {
  .top-works::after {
    font-size: 11rem;
    top: 7%;
    left: 0px;
    right: 0px;
    text-align: center;
  }
}
.top-works .col-3 {
  margin-top: 3.2rem;
}
.top-works .common-link {
  margin-top: 7.2rem;
  position: relative;
  z-index: 2;
}
.top-works__wrap {
  position: relative;
  margin-top: 4rem;
}
.top-works__wrap .common-sp__inner {
  background-color: #fff;
  padding: 12px px 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: 1s 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:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 0.6;
}
.top-blog {
  background-color: #fffef1;
  position: relative;
margin-top:0px;
}
.top-blog .common-lead {
  margin-bottom: 2rem;
	z-index:111;
}
.top-blog__wrap {
  padding: 10rem 0;
  position: relative;
}
.en-title {
  color: #f39700;
  padding-right: 0px;
  line-height: 0.8;
	text-align:center;
}
@media screen and (min-width: 560px) {
.en-title{
    font-size: 2rem;
    text-align: center;
  }
}
.top-blog__inner {
  max-width: 880px;
  margin: 4rem auto 7.2rem;
}
.top-blog__inner .common-inner {
  justify-content: start;
padding: 2rem 0;
    border-bottom: 2px dotted #ffdb9f;
}
.top-blog__inner .common-inner:hover {
  opacity: 0.6;
}
.top-blog__inner .en{
     margin-right: 4rem;
    position: relative;
    background: #fff;
    color: #aacd06;
    padding: 0 10px;
  border-radius: 8px;
  display: inline-block;
    font-size: 12px;
    border-radius: 12px;
    border: 1px solid #aacd06;
	line-height:32px;
}
@media screen and (min-width: 560px) {
  .top-blog__inner .en-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .top-blog__inner .en-title::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #111;
    position: absolute;
    right: -25px;
    top: 45%;
  }
}
/****************************
会社案内
****************************/
.company-mv {
  background-image: url("images/company-mv.jpg");
  background-repeat: no-repeat;
	    background-size: cover;
	background-position: right;
}
@media screen and (min-width: 560px) {
	.company-mv {
		background-position: center;
	}
}
.company-greed__block {
  margin-top: 2.4rem;
}
.u-greed__inner{
	margin-bottom:5.5rem;
}
@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;
  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: #008cd0;
  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: #008cd0;
  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;
  }
}
.home .corporate-table{
	margin-bottom:2.5rem;
}
.corporate-table {
	font-size:1.8rem;
	max-width:1280px;width: 100%;margin:0 auto;border-collapse: collapse;
}
.corporate-table tr {
  border-bottom: 1px solid #999;
  display: flex;
  padding: 2rem 0rem;
	    text-align: left;
}
.corporate-table tr:last-child{
	border-bottom: none;
}
.corporate-table tbody {
  display: block;
  width: 100%;
}
.corporate-table th {
  width: 25%;
	    text-align: left;
  font-weight: 500;
}
.corporate-table td {
  width: 70%;
}
@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;
}
.company-access__block {
	margin-bottom:40px;
}
@media screen and (min-width: 560px) {
  /* .company-access .common-inner{
    align-items: center;
  } */
  .company-access__block {
	 margin-bottom:0px;
    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;
}
/****************************
ご提案までの流れ
****************************/
.proposal{
  margin-top:5rem;
}
.proposal-image{
  max-width: 800px;
  margin:0 auto 4rem;
  position: relative;
}
.proposal-image h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color:rgba(0,73,117, 0.8);
  color:#fff;
  font-size:3.2rem;
  width: 100%;
  text-align: center;
  padding:10px 15px;
}
.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.proposal__headline{
  color:#008cd0;
  font-size:2rem;
  margin-top: 4rem;
  display: block;
  margin-bottom: 4rem;
  padding:1rem 0px;
  border-top: 3px dashed #008cd0;
  border-bottom: 3px dashed #008cd0;
}
.proposal-intro__body{
  margin-bottom: 2.5rem;
}
.proposal-inner{
  max-width: 900px;
  margin:0 auto;
  text-align: center;
}
.proposal__table{
  max-width: 800px;
  margin:0 auto 3rem;
}
.proposal__memo{
	text-align:left;
}
.proposal__lead{
  position: relative;
  padding: 0 40px;
  text-align: center;
  font-size:2rem;
}
@media screen and (min-width: 560px) {
	.proposal__lead{
		padding: 0 65px;
	}
}
.u-large__text{
	font-size:2rem;
	margin-top:10px;
}
.u-large__text:first-child{
	margin-top:0px;
}
.proposal__lead::before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #008cd0;
}
.proposal__bg{
  font-weight: bold;
  padding:15px;
  background-color: #fff;
}
.proposal__nenkan{
  font-size:2rem;
}
.proposal__price{
  font-size:2.4rem;
  line-height: 1.4;
}
.proposal__price span{
  font-size:3.4rem;
  color:#008cd0;
}
.proposal__lead02{
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: inline-block;
  padding: 0rem 2rem;
  margin-top: 0rem;
}
.proposal__lead02 span{
  font-size:3rem;
  color:#008cd0;
}

.proposal__lead span{
  position: relative;
  padding: 0 1em;
  background: #e3f0ff;
}
@media screen and (min-width: 560px) {
	.proposal__lead span{
		padding: 0 2em;
	}
}
.staff-intro{
	margin-top:10rem;
}
.staff-description {
  margin-bottom: 12rem;
  margin-top: 8rem;
}
.staff-description__image {
  position: relative;
}
.staff-description__image img {
    border: 2px solid #aacd06;
    border-radius: 16px;
}
.proposal__inner{
  margin-top: 3rem;
  background-color: #e3f0ff;
  padding:2.5rem;
}
@media screen and (min-width: 560px) {
	.proposal__inner{
		padding:5rem;
	}
}
.p-flow__headline{
	font-size:2rem;
	margin-top:1rem;
	color:#aacd06;
}
.staff-description__job {
  position: absolute;
  bottom: 16%;
  left: 0;
  background-color: #fff;
  padding: 0 16px;
  color: #111;
  font-size: 1.3rem;
}
.staff-description .col-3{
	flex: 0 0 100.00%;
	max-width: 100.00%;
}
@media screen and (min-width: 560px) {
	.staff-description .col-3{
    flex: 0 0 31.25%;
    max-width: 31.25%;
}
}
/* @media screen and (min-width: 960px) {
  .staff-description .col-3:first-child,
  .staff-description .col-3:nth-child(4),
	.staff-description .col-3:nth-child(7){
    margin-top: 12rem;
  }
  .staff-description .col-3:nth-child(2),
  .staff-description .col-3:nth-child(5) {
    margin-top: 6rem;
  }
} */
.staff-description__name {
  font-size: 2rem;
  margin-top: -1rem;
  position: absolute;
  top:10%;
  left: 3px;
  padding: 0 16px;
  background: #fff;
font-weight:bold;
}
@media screen and (min-width: 560px) {
	.staff-description__name {
		position: absolute;
		 margin-top: 1rem;
     top:auto;
     left:0px;
	}
}
@media screen and (min-width: 960px) {
  .staff-description__name {
    top: 3%;
  }
}
.staff-description__name span {
  font-size: 1.2rem;
  color: #999;
  margin-left: 16px;
  letter-spacing: 0.1rem;
	display:block;
}
@media screen and (min-width: 560px) {
	.staff-description__name span {
		margin-left: 16px;
		display:inline;
	}
}
.staff-description__body,
.p-features__body{
  background-color: #f397001a;
  padding: 12px 16px;
  margin-top: 1rem;
  margin-bottom: 6.2rem;
	font-size:1.8rem;
	border-radius:16px;
  /* border-radius: 8px; */
}
.p-features__body a{
	text-decoration:underline;
	font-size:14px;
	margin-top:1.5rem;
	color:#f39700;
}
.p-features__body a:hover{
	opacity:0.6;
}
.p-features__body a span{
	vertical-align:middle;
	font-size:13px;
}
@media screen and (min-width: 960px) {
  .staff-description__body {
    margin-bottom: 4rem;
  }
}
/****************************
施工事例
****************************/
.works-mv {
  background-image: url("images/works-mv.jpg");
  background-repeat: no-repeat;
}
.works-content {
	margin-top:10rem;
  margin-bottom: 12rem;
}
@media screen and (min-width: 560px) {
  .works-content__block {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .works-category__block {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.works-content__link {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 560px) {
  .works-content__link {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.works-content__image {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;border: 1px solid #e3e3e3;
}
.works-content__image img {
  transition: 0.3s;
	object-fit: cover;
    height: 160px;
    overflow: hidden;
}
@media screen and (min-width: 560px) {
	.works-content__image img {
    height: 255px;
	}
}
.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 {
 &nbsp;background-color:#aacd06;
 &nbsp;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: #008cd0;
}
.works-category__block ul li a::before {
  content: "chevron_right";
  font-family: "Material Icons";
  vertical-align: middle;
}
.works-content__ttl-block {
  margin-bottom: 4rem;
}
.works-content__ttl {
  font-size: 3.2rem;
  border-bottom: 2px solid #aacd06;
}
.works-content__ttl-block .cms-date {
  text-align: right;
  margin-top: 1rem;
}
.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;
}
#wrap {
  background-color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.container{
  margin-bottom:5rem;
}
#slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
}

.slick-active{
  display: block;
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.slide-item{
  object-fit: cover;
  height: 600px;
}
.slide-item img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
@media screen and (min-width: 560px) {
  .slide-item img {
    height: 500px;
  }
}
.slick-active img{
  object-fit: cover;
}

#thumbnail-list{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item img{
  display: block;
    height: 100px;
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 560px) {
  .thumbnail-item img{
    height: 200px;
  }
}
.thumbnail-item::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  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;
}

.works-sekou__content{
  margin-bottom: 3rem;
}
.works-sekou__price{
  margin-bottom: 10rem;
}
@media screen and (min-width: 560px) {
.works-sekou__content{
  flex:0 0 45%;
  max-width: 45%;
  margin-bottom: 50px;
}
.works-sekou__price{
  flex:0 0 50%;
  max-width: 50%;
}
}
.works-sekou__kouki{
  margin-bottom: 2rem;
}
.works-sekou__kouki span{
  font-weight: bold;
  color:#fff;
  background-color: #008cd0;
  padding:0px 10px;
  font-size:14px;
  margin-right: 10px;
}
.works-sekou__headline{
  font-size:2rem;
  font-weight: bold;
}
.works-sekou__table{
  width:100%;

}
.works-sekou__table tr{
  display: flex;
  justify-content: space-between;
}
.works-sekou__table tr th,
.works-sekou__table tr td{
  padding:5px 10px;
  font-weight: normal;
}
.works-sekou__table tr:nth-child(odd){
  background-color:#efefef;
}
.works-sekou__sogaku{
  text-align: right;
  font-size:2rem;
  margin-top: 10px;
}
.works-content__link .common-link02{
  border:1px solid #008cd0;
  transition: .3s;
  color:#008cd0;
  padding:10px;
  text-align: center;
  margin-top: 15px;
}
.works-content__link a:hover .common-link02{
  background-color:#008cd0;
  color:#fff;
}
.cms-date{
  font-size:12px;
}
.common-inner.event-content::after{
  content:'';
  flex: 0 0 31.25%;
  max-width: 31.25%;
  display: block;
  height: 100%;
}
.works-beforeafter{
  flex:0 0 48%;
  max-width: 48%;
}
.u-beforeafter__inner{
  align-items: center;
}
.u-beforeafter__inner span{
  font-size:3rem;
}
/****************************
ブログ
****************************/
.blog-mv {
  background-image: url("images/blog-mv.jpg");
  background-repeat: no-repeat;
}
.blog-content {
  margin-bottom: 12rem;
}
/****************************
footer
****************************/
footer {
  position: relative;
}
footer::before {
  content: "";
  background-image: url("images/footer.jpg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
  background-position: center 40%;
}
.footer-content__inner h2 {
      max-width: 110px;
    margin: 0 auto 3rem;
}
@media screen and (min-width: 560px) {
.footer-content__inner h2 {
  margin-bottom: 5rem;
	max-width:100%;
}
}
footer .wrap-1480 {
  padding: 12rem 16px;
  position: relative;
  z-index: 2;
}
.footer-tel {
  font-size: 3.2rem;
  position: relative;
  color: #008cd0;
  display: flex;
}
.footer-tel::before {
  content: "local_phone";
  font-family: "Material Icons";
  vertical-align: middle;
  font-size: 3rem;
}
.footer-common__block {
  text-align: center;
  width: 100%;
}
.footer-link__block {
	text-align:center;
  }
@media screen and (min-width: 560px) {
  .footer-common__block {
    flex: 0 0 46.25%;
    max-width: 46.25%;
    width: auto;
  }
}
footer .col-6 {
	font-size:15px;
  margin-top: 2.4rem;
}
.footer-list__link a:hover {
  color:#fff;
	background-color:#f39700;
	
}
@media screen and (min-width: 560px) {
.footer-list__link{
	flex:0 0 31.25%;
	max-width:31.25%;
}
}
.footer-list__link a{
	border:2px solid #f39700;
	color:#f39700;
	background-color:#fff;
	padding:5px;
	font-weight:bold;
	font-size:2rem;
	border-radius:16px;
	margin-bottom:20px;
	text-align:center;
}
.footer-list__link:last-child a{
	margin-bottom:0px;
}
.footer-list__link a span{
	font-size:1.3rem;
	font-weight:normal;
	display:block;
}
copyright {
  background-color: #aacd06;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 16px;
  position: relative;
}
/****************************
パンクズ
****************************/
.breadcrumbs-inner{
  position: relative;
}
.breadcrumbs{
  position: absolute;
    top: 420px;
    left: 16px;
    display: flex;
    gap: 5px;
    font-size:12px;
}

@media screen and (min-width: 560px) {
	.breadcrumbs{
		font-size:13px;
		left: 100px;
	}
}
.breadcrumbs a:hover{
  color:#aacd06;
}
.breadcrumbs i{
  color:#aacd06;
  margin-right: 2px;
}
.home .breadcrumbs{
  display: none;
}
/****************************
お問い合わせ
****************************/
.contact-mv {
  background-image: url("images/contact.jpg");
  background-repeat: no-repeat;
}
.contact-intro{
	margin-top:0px;
	padding:10rem 0px 12rem;
}
.p-contact-intro__link{
	color:#008cd0;
	display:inline-block;
	text-decoration:underline;
}
.wpcf7{
	margin-top:5rem;
}
@media screen and (min-width: 960px) {
  .wpcf7{
    max-width:100%;	
  }
  }
  .cform tr {
    display:block;
    margin-bottom:4.8rem;
  }
  @media screen and (min-width: 560px) {
  .cform tr {
    display: flex;
    justify-content: space-between;
    align-items: center;	
  }
  }
  .cform th {
    display:block;
    margin-bottom: 1rem;
    text-align:left;
  }
  @media screen and (min-width: 560px) {
  .cform th {
    margin-bottom:0;
    margin-right: 1rem;
    max-width: 20rem;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  }
  .cform td {
    width: 100%;
    display: block;
  }
  @media screen and (min-width: 560px) {
  .cform td {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  }
  .mw_wp_form {
  margin: 6rem auto;
  }
  @media screen and (min-width: 560px) {
  .mw_wp_form {
    max-width: 960px;
    margin: 10rem auto;
  }
  }
  .contact-agreement__body{
    text-align:center;
    margin:4rem auto;
  }
  .cform {
    margin: auto;
    width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  }
  .cform [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;
  }
  .cform option, .cform textarea, .cform input[type=text], .cform select, .cform input[type=email], .cform input[type=search], .cform input[type=url] {
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 95%;
  }
  @media screen and (min-width: 560px) {
  .cform option, .cform textarea, .cform input[type=text], .cform select, .cform input[type=email], .cform input[type=search], .cform input[type=url] {	
    width: 100%;
  }
  }
  @media screen and (min-width: 960px) {
    .mw_wp_form {
      max-width: 960px;
      margin: 0 auto;
    }
    }
    .mw_wp_form {
      margin: auto;
      width: 100%;
      table-layout: fixed;
      word-break: break-all;
      word-wrap: break-all;
    }
    .mw_wp_form table{
      width:100%;
    }
    .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: #fff;
      border: 1px solid #e8e8e8;
      padding: 5px 10px;
      margin-bottom: 5px;
      width: 100%;
    }
    @media screen and (min-width: 560px) {
    .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] {	
      width: 100%;
    }
    }
    .required-srt {
      display: inline-block;
      background-color:#f39700;
      color:#fff;
      padding: 0 0.5em;
      font-size: 1.2rem;
      line-height: 2;
      margin-left:1rem;	
    }
    @media screen and (min-width: 960px) {
    .required-srt {
      margin-left:10px;	
    }
    }
    .mw_wp_form input[type="submit"] {
      cursor: pointer;
      max-width: 380px;
      background-color: #f39700;
	border-radius:14px;
      padding: 24px 32px;
      color: #fff;
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      display: block;
      position: relative;
      transition:.3s;
      border:none;
    }
    .mw_wp_form input[type="submit"]:hover{
      opacity:0.6;
      
    }
    .submit-btn input:hover {
      background: #fff;
      color: #00142c;
    }
    .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: #42455e;
      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: 960px) {
    .thanks-block{
      text-align:center;	
    }
    }
    .thanks-text{
      line-height:2.4;
    }
    .wpcf7 form .wpcf7-response-output{
      border-color: #42455e!important;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
      background:#fff;
      padding:10px;
      border-color: #42455e!important;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #42455e!important;
    }

    .p-contact__tel{
      background: #004975;
      color:#fff;
      font-size:1.3rem;
      text-align:center;
      max-width:500px;
      margin:1.5rem auto 8rem;
      padding:20px;
      font-family: futura-pt, sans-serif;
      font-weight: bold;
    }
    .p-contact__link .material-icons{
      font-size:3.2rem;
      margin-right: 4px;
      vertical-align: middle;
    }
    .p-contact__link{
      font-size:4rem;
      line-height:1.1;
    }
.bg{
	background:#faf4ea;
	padding:1rem 0px;
	margin-top:5rem;
}
.p-inner{
	background:#fff;
	max-width:95%;
	width:100%;
	margin:0rem auto;
	border-radius:16px;
	padding:7rem 0px;
}
@media screen and (min-width: 960px) {
	.p-inner{
		border-radius:24px;
	padding:10rem 0px;
	}
}
.p-features__headline{
	color:#aacd06;
	font-size:2.4rem;
	text-align:center;
	margin:1.5rem 0px 2rem;
}
.p-service__block{
	margin-bottom:4rem;
}
.common-inner.u-col3__inner::after{
	content:'';
	        flex: 0 0 31.25%;
        max-width: 31.25%;
}
.page-id-475,
.page-id-477,
.page-id-1101{
	    background: #faf4ea;
}
.privacy-content__block{
	margin-bottom:3rem;
}
.privacy-content__block h3{
	margin-bottom:1rem;
}
.l-footer__privacy{
	font-size:14px;
	text-align:center;
}
dd {
	margin-left: 0;
}

.flow {
	padding-left: 120px;
	position: relative;
	    max-width: 800px;
    margin: 0 auto;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow &gt; li {
	position: relative;
}
.flow &gt; li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow &gt; li .icon {
	font-size: 12px;
	color: #fff;
	background: linear-gradient(to right, #aacd06 0%, rgb(243 151 0) 100%);
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.flow &gt; li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #f39700;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow &gt; li dl {
	padding-left: 70px;
	position: relative;
}
.flow &gt; li dl::before,
.flow &gt; li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow &gt; li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #f39700;
	border-radius: 50%;
	left: -4px;
}
.flow &gt; li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow &gt; li dl dt {
	font-size: 24px;
	font-weight: 600;
	color: #f39700;
	margin-bottom: 1vh;
}
.p-gaikan__image{
	margin:2rem 0px;
}
.p-gaikan__image img{
	border-radius:16px;
}</pre></body></html>