@charset "UTF-8";
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.pc {
  display: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f4f4f4;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: calc(60px * 0.03) solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #ff1d5e;
  display: block;
  border-radius: 50%;
  position: relative;
  border: calc(60px * 0.1) solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

@-webkit-keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mb20 {
  margin-bottom: 20px!important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#wrapper {
  background: #fff;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 109;
}

.header .desc {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: #cae6c0;
  font-size: 12px;
}

.header .inner {
  padding: 0 0 0 1%;
  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;
}

.header .inner .h1-wrap {
  width: 58%;
}

.header .inner .h1-wrap h1 {
  width: 100%;
  height: auto;
}

.header .inner .h1-wrap h1 img {
  width: 97%;
  height: auto;
}

.sub01 {
  font-size: 10px;
  display: block;
  font-weight: normal;
}

.sub02 {
  font-size: 10px;
  display: block;
}

.header .inner .hdr-contact {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .inner .header__pc-tel,
.header .inner .header__pc-form{
  width: 50%;
  height: auto;
}
.header .inner .hdr-contact.form{
  justify-content: end;
}

.header .inner .hdr-contact img {
  width: 100%;
  height: auto;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}

/* ***********************************************************
  * nav-list
  * *********************************************************** */
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/* ***********************************************************
  * #nav-bg
  * *********************************************************** */
#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 30px;
  right: 30px;
  display: block;
  position: fixed;
  background: #17A669;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.02);
  transform: scale(0.02);
  z-index: 999;
}

.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
  * #nav-toggle
  * *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 18px;
  top: 21px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

.main-image {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 36px;
}

.main-image img {
  width: 100%;
  height: auto;
}

.main-under-cv {
  margin: -15px 0 20px;
  display: flex;
  justify-content: center;
}

.main-under-cv img {
  width: 92%;
  margin: 0 auto;
}

.mv {
  width: 92%;
  margin: 0 auto 10px;
}

.main-btn {
  width: 92%;
  margin: 0 auto 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-btn a {
  display: block;
  width: 100%;
}

main {
  padding-top: 108px;
}

.youtube {
  width: 100%;
  margin: 40px auto 24px;
  background: #fffde5;
  text-align: center;
  padding: 10vw 0 6vw;
  position: relative;
}

.youtube h3 {
  position: absolute;
  top: -5vw;
  left: 12%;
}

.youtube h3 img {
  zoom: 0.5;
}

.youtube .youtube-wrap {
  width: 92%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube .youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.contest {
  text-align: center;
  width: 96%;
  margin: 0 auto 40px;
}

.contest img {
  margin: 0 auto;
}

.eki {
  width: 92%;
  margin: 0 auto 40px;
}

.eki img {
  margin: 0 auto;
}

.cv {
  width: 92%;
  position: relative;
  margin: 0 auto 12vw;
  border: 10px solid #fa7722;
  animation: yureru 2s infinite;
}
@keyframes yureru {
	30% {
		transform: translate(0px, 0px);
	}
	35% {
		transform: translate(-2px, 0px);
	}
	40% {
		transform: translate(2px, 0px);
	}
	45% {
		transform: translate(-2px, 0px);
	}
	50% {
		transform: translate(2px, 0px);
	}
	55% {
		transform: translate(-2px, 0px);
	}
	60% {
		transform: translate(0px, 0px);
	}
}

.cv .img-msg {
  width: 92%;
  margin: 8px auto;
}

.cv .img-tel {
  width: 92%;
  margin: 8px auto;
  display: block;
}

.cv .btn-wrap {
  width: 92%;
  margin: 16px auto 8px;
}

.cv .btn-wrap a:nth-of-type(1),
.cv .btn-wrap a:nth-of-type(2) {
  margin-bottom: 8px;
  display: block;
}

.cv-company {
  width: 92%;
  position: relative;
  margin: 0 auto 12vw;
  border: 10px solid #fa7722;
  animation: yureru 2s infinite;
}

.cv-company .img-msg {
  width: 92%;
  margin: 8px auto;
}

.cv-company .img-tel {
  width: 92%;
  margin: 8px auto;
  display: block;
}

.cv-company .btn-wrap {
  width: 92%;
  margin: 16px auto 8px;
}

.cv-company .btn-wrap a:nth-of-type(1),
.cv-company .btn-wrap a:nth-of-type(2) {
  margin-bottom: 8px;
  display: block;
}

.voice {
  background-image: url(../img/top/voice-bg-pc.png);
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  padding: 20vw 4% 4%;
}

.voice h2 {
  position: absolute;
  top: -8vw;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(0%);
}

.voice h2 img {
  zoom: 0.5;
  height: auto;
}

.voice img {
  margin-bottom: 32px;
}

.tenuki {
  width: 92%;
  margin: 0 auto 37px;
}

.nayami {
  position: relative;
  background: #fffde5;
  padding-top: 40px;
}

.nayami h2 {
  position: relative;
  z-index: 100;
  
}

.nayami img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.nayami .wrap {
  width: 100%;
  position: relative;
  margin: -16px 0;
  z-index: 99;
  background: #fff;
}

.nayami .wrap .bg {
  position: absolute;
  width: 100%;
  height: 716px;
  background-color: #cae6c0;
  z-index: 99;
  top: 0;
}

.nayami .chiiki {
  background: #fff;
}

.nayami .chiiki .inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 60px;
}

.nayami .chiiki .inner img {
  zoom: 0.5;
  margin-bottom: 40px;
}

.nayami .chiiki .inner .txt {
  width: 100%;
  padding-bottom: 10px;
}

.nayami .chiiki .inner .txt p {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.5;
}

.nayami .chiiki .inner .txt p span {
  color: #c81616;
  font-weight: bold;
}

.merit {
  position: relative;
}

.merit img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.merit .wrap {
  background: #cae6c0;
}

.merit .wrap .inner {
  width: 92%;
  margin: -32px auto 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.merit .wrap .inner img {
  margin-bottom: 16px;
}

.youtube2 {
  width: 100%;
  margin: 102px auto 20px;
  background: #fffde5;
  text-align: center;
  padding: 12vw 0 6vw;
  position: relative;
}

.youtube2 h2 {
  position: absolute;
  width: 90%;
  top: -12vw;
  left: 5%;
}

.youtube2 h2 img {
  zoom: 0.5;
}

.youtube2 .youtube-wrap {
  width: 92%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube2 .youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.reason {
  position: relative;
}

.reason h2 {
  margin-bottom: 40px;
}

.reason img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.reason .inner {
  width: 92%;
  margin: 0 auto 0;
}

.reason .inner .box p.title {
  margin-bottom: 20px;
}

.reason .inner .box p.title img {
  margin: 0 auto;
}

.reason .inner .box .wrap {
  margin-bottom: 30px;
}

.reason .inner .box:last-child .wrap {
  margin-bottom: 0px;
}

.reason .inner .box .wrap .txt {
  width: 100%;
}

.reason .inner .box .wrap .txt p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}

.reason .inner .box .wrap .txt p.intro {
  font-size: 20px;
  font-weight: bold;
}

.reason .inner .box .wrap .txt p span {
  color: #c11111;
  font-weight: bold;
}

.reason .inner .box .wrap .list {
  width: 100%;
  border: 10px solid #00a349;
  border-radius: 10px;
  padding-bottom: 16px;
}
.reason .inner .box .wrap .list img{
  width: 80%;
  height: auto;
}

.reason .inner .box .wrap .list p {
  margin-bottom: 0;
}

.reason .inner .box .wrap .list p.title {
  text-align: center;
  color: #fff;
  background-color: #00a349;
  padding: 20px 0;
  font-size: 24px;
}

.reason .inner .box .wrap .list ul {
  padding: 16px;
}

.reason .inner .box .wrap .list ul li {
  font-size: 16px;
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 6px;
}

.reason .inner .box .wrap .image {
  width: 100%;
}

.reason .inner .box .wrap .image img {
  width: 100%;
  height: auto;
}

.paint {
  position: relative;
}

.paint img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.paint .wrap {
  background: #cae6c0;
  padding-bottom: 60px;
}

.paint .wrap .inner {
  width: 92%;
  margin: -32px auto 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.paint .wrap .inner img {
  margin-bottom: 16px;
}

.paint .wrap .inner .point-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

.paint .wrap .inner .point-box .cont {
  font-size: 18px;
  margin-bottom: 0;
}

.features {
  position: relative;
}

.features h2 {
  margin-bottom: 24px;
}

.features h2 img {
  margin: -40px auto 0;
}

.features img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.features .image p.sp {
  width: 92%;
  margin: 0 auto 16px;
}

.features .inner {
  width: 100%;
  margin: 0 auto 56px;
}

.features .inner .image {
  width: 100%;
  margin-bottom: 40px;
}

.features .inner .txt {
  width: 92%;
  margin: 0 auto;
}

.features .inner .txt p {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.features .inner .txt p.intro {
  font-size: 20px;
  font-weight: bold;
}

.features .inner .txt p.intro:nth-of-type(1) {
  margin-bottom: 8px;
}

.features .inner .txt p span {
  color: #c11111;
  font-weight: bold;
}

.caulking {
  padding-bottom: 120px;
  background: #fffde5;
}

.caulking p.intro {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #c11111;
  margin-bottom: 0;
}

.caulking p.intro img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.caulking h2 {
  height: auto;
  width: 100%;
  background-color: #ffe733;
}

.caulking h2 img {
  width: 92%;
  margin: 0 auto;
}

.caulking .image {
  width: 100%;
  margin: 0 auto 32px;
}

.caulking .image img {
  width: 100%;
  height: auto;
}

.caulking p {
  width: 92%;
  margin: 0 auto 24px;
  font-size: 18px;
}

.caulking p span {
  color: #c11111;
  font-weight: bold;
}
.caulking p span.uso{
  font-size:28px;
}

.caulking img.crowd {
  margin: 0 auto;
}

.voice2 {
  position: relative;
  margin-top: -34px;
}

.voice2 h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 101;
}

.voice2 img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.voice2 .wrap {
  background-color: #cae6c0;
  position: relative;
  z-index: 100;
  margin-top: -76px;
  margin-bottom: 40px;
  padding: 100px 0 40px;
}

.voice2 .wrap .inner {
  width: 92%;
  margin: 0 auto;
}

.voice2 .wrap .inner img {
  width: 100%;
  margin-bottom: 57px;
  height: auto;
}
.voice2 .wrap .inner p.after img {
  margin-bottom: 10px;
}
.slick-prev {
  left: 20px;
  z-index: 30;
  bottom: -60px;
  top: initial;
}

.slick-next {
  right: 42px;
  z-index: 30;
  bottom: -60px;
  top: initial;
}

.slick-dots {
  bottom: -52px;
}

.voice2 .wrap .inner {
  width: 92%;
  margin: 0 auto;
}

.voice2 .wrap .slider .box {
  background: #fff;
    border-radius: 10px;
    width: 960px;
    padding: 64px 16px 30px 16px;
}

.voice2 .wrap .slider .box .photo-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.voice2 .wrap .slider .box .photo-wrap p {
  position:relative;
}

.voice2 .wrap .slider .box .photo-wrap p img {
  border: 4px solid #cae6c0;
  padding: 6px;
}

.voice2 .wrap .slider .box .photo-wrap p:nth-of-type(1)::before {
  content:"";
  background: url('../img/top/v2title_before.png');
  width: 171px;
  height: 62px;
  position:absolute;
  top: -38px;
  z-index: 110;
}

.voice2 .wrap .slider .box .photo-wrap p:nth-of-type(2)::before {
  content:"";
  background: url('../img/top/v2title_after.png');
  width: 171px;
  height: 62px;
  position:absolute;
  top: -38px;
  z-index: 110;
}

.voice2 .wrap .slider .box table.data {
  border: 1px solid #f5b13a;
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0;
}

.voice2 .wrap .slider .box table tr {
  border-bottom: 1px solid #f5b13a;
  padding: 2px;
  display: flex;
  flex-direction: column;
}

.voice2 .wrap .slider .box table th {
  background: #f5b13a;
  color: #fff;
  font-size: 18px;
  padding: 4px;
}

.voice2 .wrap .slider .box table td {
  font-size: 18px;
  padding: 5px;
}

.voice2 .wrap .slider .box .title {
  color: #23ac38;
  margin: 16px 0 4px;
  font-weight: bold;
  font-size: 16px;
}

.voice2 .wrap .slider .box .comment {
  font-size: 18px;
}

.from-boss {
  position: relative;
  margin-bottom: 60px;
}

.from-boss h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 101;
}

.from-boss img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.from-boss .inner {
  width: 92%;
  margin: 0 auto 32px;
}

.from-boss .inner img {
  margin-bottom: 16px;
}

.from-boss .inner .txt {
  width: 100%;
}

.from-boss .inner .txt p {
  font-size: 18px;
  margin-bottom: 24px;
}

.from-boss .inner .txt p span {
  color: #c11111;
  font-weight: bold;
}

.from-boss .inner .image {
  width: 100%;
}

.from-boss .inner .image img {
  margin-bottom: 16px;
}

.from-boss .wide {
  width: 92%;
  margin: 0 auto;
}

.from-boss .wide p {
  font-size: 18px;
  margin-bottom: 24px;
}

.from-boss .wide p span {
  color: #c11111;
  font-weight: bold;
}

.from-boss .wide p.name {
  font-weight: bold;
  text-align: right;
}

.from-boss .wide p img {
  margin: 32px auto 0;
}

.staff {
  position: relative;
}

.staff h2 {
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
}

.staff img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.staff .wrap {
  background-color: #cae6c0;
  position: relative;
  z-index: 100;
  margin-top: -68px;
  margin-bottom: 0;
  padding: 100px 0;
}

.staff .wrap .inner {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff .wrap .inner .box {
  width: 48%;
  background-color: #fff;
  margin-bottom: 20px;
}

.staff .wrap .inner .box .txt {
  padding: 16px 0;
  text-align: center;
}

.staff .wrap .inner .box .txt p {
  line-height: 1.3;
  margin-bottom: 24px;
}

.staff .wrap .inner .box .txt p.name {
  font-size: 21px;
  font-weight: bold;
}

.staff .wrap .inner .box .txt p.name span {
  font-size: 17px;
  display: block;
  font-weight: normal;
}

.staff .wrap .inner .box .txt span.career {
  text-align: center;
  background-color: #00a349;
  padding: 8px 16px;
  color: #fff;
  font-size: 17px;
  border-radius: 20px;
}

.staff .wrap .inner .box:nth-of-type(5n) {
  margin-right: 0;
}

.media {
  position: relative;
  margin-top: -77px;
}

.media h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}

.media img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.media .wrap {
  background-color: #fffde5;
  position: relative;
  z-index: 99;
  margin-top: -77px;
  margin-bottom: 0;
  padding: 80px 0 0;
}

.media .wrap2 {
  background-color: #fffde5;
  position: relative;
  z-index: 99;
  margin-bottom: 0;
  margin-top: -30px;
  padding: 40px 0 0;
}

.media .wrap .inner {
  width: 92%;
  margin: 0 auto;
}

.media .wrap .inner .wrap2 .box {
  margin-bottom: 40px;
}

.media .wrap .inner .wrap2 .box p.title {
  margin-bottom: 8px;
}

.media .wrap .inner .tv {
  margin-bottom: 32px;
}

.media .wrap .inner .tv p.title {
  margin-bottom: 16px;
}

.media .wrap .inner .tv .image {
  font-size: 18px;
}

.media .wrap .inner .tv .image img {
  margin-bottom: 16px;
}

.media .wrap .inner .radio {
  padding-bottom: 130px;
}

.media .wrap .inner .radio p.title {
  margin-bottom: 16px;
}

.media .wrap .inner .radio .r-wrap {
  margin-bottom: 32px;
}

.media .wrap .inner .radio .r-wrap img.radio-bnr {
  margin-bottom: 24px;
}

.media .wrap .inner .radio .r-wrap .txt {
  width: 100%;
}

.media .wrap .inner .radio .r-wrap .txt p {
  font-size: 18px;
  margin-bottom: 24px;
}

.media .wrap .inner .radio .r-wrap .txt p span {
  color: #c11111;
  font-weight: bold;
}

.media .wrap .inner .radio .r-wrap .txt a {
  font-size: 18px;
  color: #c11111;
  text-decoration: underline;
}

.media .wrap .inner .radio .r-wrap .image {
  width: 100%;
}

.media .wrap .inner .radio .image span {
  display: block;
  font-size: 18px;
  margin-top: 16px;
}

.contributions {
  position: relative;
  margin-top: -89px;
}

.contributions h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}

.contributions img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.contributions .wrap {
  background-color: #fffde5;
  position: relative;
  z-index: 99;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 80px 0 100px;
}

.contributions .wrap .inner {
  width: 92%;
  margin: 0 auto;
}

.contributions .wrap .inner p.title {
  margin-bottom: 32px;
}

.contributions .wrap .inner .image {
  margin-bottom: 40px;
}

.contributions .wrap .inner .image img {
  margin-bottom: 16px;
}
.contributions .wrap .inner .other-wrap .image{
  width: 80%;
  margin: 24px auto 0;

}

.contributions .wrap p {
  font-size: 18px;
}

.contributions .wrap ul {
  width: 90%;
  margin: 0 auto;
}

.contributions .wrap ul.other {
  margin-bottom: 32px;
}

.contributions .wrap ul.other li {
  font-size: 18px;
}

.faq {
  position: relative;
  margin-top: -34px;
}

.faq h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}

.faq h2 img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.faq .wrap {
  background-color: #cae6c0;
  position: relative;
  z-index: 99;
  margin-top: -74px;
  margin-bottom: 40px;
  padding: 80px 0 10px;
}

.faq .wrap .inner {
  width: 92%;
  margin: 0 auto;
}

.faq .wrap .inner .box {
  background-color: #fff;
  padding: 4%;
  margin-bottom: 40px;
}

.faq .wrap .inner .box p.title {
  padding: 8px 40px 8px 0;
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  background-image: url(../img/top/icon-green-bottom.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}

.faq .wrap .inner .box p.title.open {
  background-image: url(../img/top/icon-green-top.png);
}

.faq .wrap .inner .box p.title img {
  margin-right: 24px;
}

.faq .wrap .inner .box .ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .wrap .inner .box .ans .icon {
  width: 32%;
}

.faq .wrap .inner .box .ans .txt {
  width: 100%;
}

.faq .wrap .inner .box .ans .txt p {
  font-size: 16px;
  margin-bottom: 24px;
}

.faq .wrap .inner .box .ans .txt p span {
  color: #c11111;
  font-weight: bold;
}

.faq .wrap .inner .box .ans .txt .a-wrap {
  width: 100%;
}

.faq .wrap .inner .box .ans .txt .a-wrap img {
  width: 100%;
  height: auto;
}

.faq .wrap .inner .box .ans .txt .a-wrap .txt-wrap {
  width: 100%;
}

.faq .wrap .inner .box .ans .txt .a-wrap .txt-wrap p {
  font-size: 16px;
}

.faq .wrap .inner .box .ans .txt .a-wrap .txt-wrap p span {
  color: #c11111;
  font-weight: bold;
}

.faq .wrap .inner .box:last-child .ans {
  flex-wrap: wrap;
  flex-direction: row;
}

.faq .wrap .inner .box:last-child .ans .icon {
  width: 23%;
}

.faq .wrap .inner .box:last-child .ans .txt {
  width: 77%;
}

.company {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}

.company h2 {
  position: relative;
  z-index: 100;
  margin-bottom: 32px;
}

.company img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.company .inner {
  width: 92%;
  margin: 0 auto;
}

.company .inner dl {
  border-bottom: 2px solid #fff;
}

.company .inner dl dt {
  width: 100%;
  padding: 4% 0;
  font-size: 20px;
  background-color: #cae6c0;
  font-weight: bold;
  text-align: center;
}

.company .inner dl dd {
  width: 100%;
  padding: 4%;
  font-size: 16px;
  background-color: #e2f5db;
}

.company .inner dl dd li {
  list-style-type: none;
}

.company .inner dl:nth-last-of-type(1) {
  margin-bottom: 40px;
}

.company .inner dl:nth-last-of-type(1) dd,
.company .inner dl:nth-last-of-type(2) dd,
.company .inner dl:nth-last-of-type(3) dd {
  text-align: left;
}
.for-contact{
  text-align: center;
  margin-bottom: 60px;
}
.for-contact a img{
margin: 0 auto;
}

.contact {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}

.contact h2 {
  position: relative;
  z-index: 100;
  margin-bottom: 32px;
}

.contact img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.contact .inner {
  width: 92%;
  margin: 0 auto;
}

.contact .inner p.caution {
  background-color: #cae6c0;
  padding: 6% 5%;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}

.contact .inner p.caution span {
  display: block;
  margin-top: 24px;
  color: #c11111;
  font-size: 18px;
  font-weight: bold;
}

.contact .inner form dl {
  width: 100%;
  margin: 0 auto;
}

.contact .inner form dl dt {
  width: 100%;
  font-weight: bold;
  padding: 2%;
  font-size: 18px;
  text-align: left;
}

.contact .inner form dl dt span.required {
  color: #fff;
  background: #c11111;
  padding: 5px 16px;
  font-size: 12px;
  margin-right: 16px;
  border-radius: 5px;
}

.contact .inner form dl dt span.optional {
  color: #fff;
  background: #999999;
  padding: 5px 16px;
  font-size: 12px;
  margin-right: 16px;
  border-radius: 5px;
}

.contact .inner form dl dd {
  width: 100%;
  padding: 2%;
  font-size: 16px;
}

.contact .inner form dl dd input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  line-height: 2;
}

.contact .inner form dl dd input[type="radio"] {
  margin-right: 8px;
  margin-bottom: 24px;
  vertical-align: inherit;
}

.contact .inner form dl dd textarea {
  width: 100% !important;
  height: 200px !important;
}

.contact .inner form dl dd textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.contact .inner form dl dd textarea:-ms-input-placeholder {
  font-size: 14px;
}

.contact .inner form dl dd textarea::-ms-input-placeholder {
  font-size: 14px;
}

.contact .inner form dl dd textarea::placeholder {
  font-size: 14px;
}

.contact .inner form dl dd label {
  margin-right: 16px;
}

.contact .inner form dl dd.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .inner .privacy {
  width: 100%;
  margin: 24px auto 0;
  border-top: 2px solid #00a349;
  padding: 24px 0 0;
}

.contact .inner .privacy h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00a349;
  text-align: center;
  margin-bottom: 24px;
}

.contact .inner .privacy .privacy-area {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #999;
  padding: 4%;
  margin: 40px auto;
}

.contact .inner .privacy .privacy-area p {
  font-size: 14px;
}

.contact .inner .privacy .privacy-area p.title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 5px;
}

.contact .inner .privacy .privacy-area p.title:nth-of-type(1) {
  margin-top: 0;
}

.contact .inner .privacy .privacy-area p.name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}

.contact .inner .privacy .privacy-area a {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact .inner .privacy .privacy-area span {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  margin-top: 12px;
}

.agree{
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.agree a {
  text-decoration: underline;
}
/* .agree span.required {
  color: #fff;
  background: #c11111;
  padding: 5px 16px;
  font-size: 14px;
  margin-right: 16px;
  border-radius: 5px;
} */
/* .agree #errormsg_horns{
  text-align: center;
} */

.contact .mfp_element_submit {
  width: 300px;
  background: #fa7722;
  border: none;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  margin: 0 auto 40px;
  background-image: url(../img/top/icon-white.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 1px #fdd6bc;
          box-shadow: 5px 5px 1px #fdd6bc;
}

.contact .mfp_element_submit:hover {
  background-position: 98% center;
  background-color: #814923;
}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}

p.thanks-txt {
  Width: 90%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  Margin: 0 auto 24px;
}

p.thanks-sub {
  Width: 90%;
  text-align: center;
  font-size: 16px;
  Margin: 0 auto 16px;
}

.for-top {
  margin: 60px auto;
  text-align: center;
}

.for-top a {
  display: block;
  width: 280px;
  padding: 15px 0;
  text-align: center;
  background: #043868;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.for-top a:hover {
  background: #CCC;
}

p.thanks-txt {
  Width: 90%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto 24px;
}

p.thanks-sub {
  width: 90%;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 16px;
}

.for-top {
  margin: 60px auto;
  text-align: center;
}

.for-top a {
  display: block;
  width: 280px;
  padding: 15px 0;
  text-align: center;
  background: #00a349;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.for-top a:hover {
  background: #cae6c0;
}

footer {
  background-color: #cae6c0;
  padding: 2rem 0;
  width: 100%;
  bottom: 2rem;
}

.footer__wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .footer__wrap {
    display: block;
  }
}

.footer__company p {
  margin-top: 1rem;
  font-size: 14px;
}

.footer__bunner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem;
  justify-content: center;
}

.footer__bunner .footer_fm {
  /*width: 55%; */
  width: 100%;
}

.footer__bunner .footer_119 {
  width: 100%;
}

.footer__bunner .footer_jio {
  width: 100%;
  margin-top: 1rem;
}

.footer__bunner-right {
  display: block;
  width: 70%;
  margin: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
}

.copy {
  background-color: #00a349;
  padding: 1rem 1rem 100px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #FFF;
}

.sp-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #bc3642;
  z-index: 9999;
}

.sp-fix .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-fix .inner a {
  border-right: 2px solid #fff;
}

.sp-fix .inner a:nth-of-type(1) {
  border-left: 2px solid #fff;
}

.sp-fix .inner a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-fix .inner a img:hover {
  opacity: 0.7;
}

#page_top {
  position: fixed;
  bottom: 130px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #00a349;
  z-index: 99999;
}

#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
/*# sourceMappingURL=sp-style.css.map */

.mb00 {
  margin-bottom: 0!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mt40 {
  margin-top:40px!important;
}


.customer-voice {
  position: relative;
}

.customer-voice h2 {
  position: relative;
  z-index: 100;
}

.customer-voice img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.customer-voice .wrap {
  margin: -36px 0;
  background-color: #fffde5;
}

.customer-voice .wrap .kuchikomi {
  padding: 55px 0 30px;
}

.customer-voice .voice-wrapper {
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  /*margin: 0 auto 24px;*/
  margin-bottom: 90px;
}

.customer-voice .voice-box {
  width: 96%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  /*margin: 0 auto 36px;*/
  margin: 0 5px;
  padding: 8px;
}

/*.customer-voice .voice-box:nth-of-type(1),
.customer-voice .voice-box:nth-of-type(2),
.customer-voice .voice-box:nth-of-type(3) {
  margin-bottom: 80px;
}

.customer-voice .voice-box:last-child {
  margin-bottom: 0;
}*/

.customer-voice .voice-box h3 {
  position: absolute;
  top: 19px;
  z-index: 110;
  width: 90%;
  left: 5%;
}

.customer-voice .voice-box .house-photo {
  margin-top: 106px;
  width: 96%;
}

.customer-voice .voice-box.notitle .house-photo {
  margin-top: 16px;
}

.customer-voice .voice-box .house-info {
  color: #23ac38;
  font-weight: bold;
  margin: 8px;
  font-size:16px;
}

.customer-voice .voice-box .voice-comment {
  margin: 8px 8px 16px;
  font-size:15px;
}
.mfp_buttons span{
  display: block;
}
.sp-text-left {
  text-align: left !important;
}

.slider2 .slick-dots li button:before {
  background: #cae6c0;
}

.slider2 .slick-dots li.slick-active button:before {
  background: #00a349;
}

.privacy {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}

.privacy h2 {
  position: relative;
  z-index: 100;
  margin-bottom: 32px;
}

.privacy h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.privacy h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.privacy p {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.privacy img {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.privacy .inner {
  width: 92%;
  margin: 0 auto;
}

.privacy .inner p.caution {
  background-color: #cae6c0;
  padding: 6% 5%;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}

.privacy .inner p.caution span {
  display: block;
  margin-top: 24px;
  color: #c11111;
  font-size: 18px;
  font-weight: bold;
}

.privacy .inner form dl {
  width: 100%;
  margin: 0 auto;
}

.privacy .inner form dl dt {
  width: 100%;
  font-weight: bold;
  padding: 2%;
  font-size: 18px;
  text-align: left;
}

.privacy .inner form dl dt span.required {
  color: #fff;
  background: #c11111;
  padding: 5px 16px;
  font-size: 12px;
  margin-right: 16px;
  border-radius: 5px;
}

.privacy .inner form dl dt span.optional {
  color: #fff;
  background: #999999;
  padding: 5px 16px;
  font-size: 12px;
  margin-right: 16px;
  border-radius: 5px;
}

.privacy .inner form dl dd {
  width: 100%;
  padding: 2%;
  font-size: 16px;
}

.privacy .inner form dl dd input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  line-height: 2;
}

.privacy .inner form dl dd input[type="radio"] {
  margin-right: 8px;
  margin-bottom: 24px;
  vertical-align: inherit;
}

.privacy .inner form dl dd textarea {
  width: 100% !important;
  height: 200px !important;
}

.privacy .inner form dl dd textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.privacy .inner form dl dd textarea:-ms-input-placeholder {
  font-size: 14px;
}

.privacy .inner form dl dd textarea::-ms-input-placeholder {
  font-size: 14px;
}

.privacy .inner form dl dd textarea::placeholder {
  font-size: 14px;
}

.privacy .inner form dl dd label {
  margin-right: 16px;
}

.privacy .inner form dl dd.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.privacy .inner .privacy {
  width: 100%;
  margin: 24px auto 0;
  border-top: 2px solid #00a349;
  padding: 24px 0 0;
}

.privacy .inner .privacy h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00a349;
  text-align: center;
  margin-bottom: 24px;
}

.privacy .inner .privacy .privacy-area {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #999;
  padding: 4%;
  margin: 40px auto;
}

.privacy .inner .privacy .privacy-area p {
  font-size: 14px;
}

.privacy .inner .privacy .privacy-area p.title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 5px;
}

.privacy .inner .privacy .privacy-area p.title:nth-of-type(1) {
  margin-top: 0;
}

.privacy .inner .privacy .privacy-area p.name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}

.privacy .inner .privacy .privacy-area a {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.privacy .inner .privacy .privacy-area span {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  margin-top: 12px;
}

.privacy .inner p.agree {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.privacy .mfp_element_submit {
  width: 300px;
  background: #fa7722;
  border: none;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  margin: 0 auto 40px;
  background-image: url(../img/top/icon-white.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 1px #fdd6bc;
          box-shadow: 5px 5px 1px #fdd6bc;
}

.privacy .mfp_element_submit:hover {
  background-position: 98% center;
  background-color: #814923;
}

/* 202401 追加 */
/* 共通CTA */
.cta{
  overflow: hidden;
}
.cta .cv{
  animation: none;
  border: none;
}
.cv-head{
  position: relative;
  margin: 10px auto 0;
  z-index: 2;
  padding: 30px 0 0;
}
.cv-body{
  border: 10px solid #fa7722;
}
.cta .bg-paint{
	position:absolute;
	margin: 0px;
	list-style-type: none;
	z-index: -1;
	top: 0;
  height: 100%;
}
.cta .bg-paint li{
	transition: 1.4s;
	transition-delay: 0.5s;
	transition-timing-function:cubic-bezier(.42,.02,.25,.99);
  height: 100%;
}
.cta .js-bg-paint{
	transform: translate(-400px,0);
	-webkit-transform: translate(-400px,0);
}
.cta .js-bg-paint.is-inview{
	transform: translate(-50px,0);
	-webkit-transform: translate(-50px,0);
}
.cta .bg-paint li img{
  max-width: none;
  height: 100%;
}

/* 会社案内CTA */
.cta-company{
  z-index: 2;
  position: relative;
  margin: 40px auto;
  overflow: hidden;
}
.cta-company .cv-company{
  border: none;
  animation: none;
}
.cta-company .cta-company-head{
  margin: 0 auto;
  position: relative;
  padding: 23px 0 3px;
}
.cta-company .cta-company-body{
  border: 10px solid #fa7722;
}
.cta-company .bg-paint{
	position:absolute;
	margin: 0px;
	list-style-type: none;
	z-index:-1;
	top: 0;
  height: 100%;
}
.cta-company .bg-paint li{
	transition: 1.4s;
	transition-delay: 0.5s;
	transition-timing-function:cubic-bezier(.42,.02,.25,.99);
  height: 100%;
}
.cta-company .js-bg-paint{
	transform: translate(-600px,0);
	-webkit-transform: translate(-600px,0);
}
.cta-company .js-bg-paint.is-inview{
	transform: translate(-50px,0);
	-webkit-transform: translate(-50px,0);
}
.cta-company .bg-paint li img{
  max-width: none;
  height: 100%;
}
