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

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

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;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -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: 130;
}

#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: 140;
}

.fulfilling-bouncing-circle-spinner {
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}
.fulfilling-bouncing-circle-spinner * {
  box-sizing: border-box;
}
.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #ec7b3f;
  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: 6px solid #ec7b3f;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}
@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    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;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper {
  background: #fff;
}

.header {
  width: 100%;
  background: #fff;
}
.header .desc {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: #e2f0fa;
  font-size: 12px;
  letter-spacing: -1px;
}
.header .inner {
  padding: 0 0 0 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .h1-wrap {
  width: 58%;
}
.header .inner .h1-wrap h1 {
  width: 100%;
  height: auto;
}
.header .inner .h1-wrap h1 a {
  text-align: center;
}
.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: 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;
  transform: scaleX(0) translateX(-260px);
  transition: none;
}

/* ***********************************************************
  * nav-list
  * *********************************************************** */
.open #global-nav ul li {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
}
.open #global-nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.open #global-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.open #global-nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.open #global-nav ul li:nth-child(5) {
  transition-delay: 0.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%;
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  transform: scale(0.02);
  z-index: 999;
}

.open #nav-bg {
  transform: scale(1);
  transition: all 0.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;
  transition: 0.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;
  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;
  transform: rotate(135deg);
  zoom: 1;
}

.main-image {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 16px;
}
.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: flex;
  justify-content: space-between;
}
.main-btn a {
  display: block;
  width: 100%;
}

.youtube {
  width: 100%;
  margin: 40px auto 24px;
  background: #e2f0fa;
  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%;
  border: none;
}

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

.showroom {
  margin-bottom: 40px;
}
.showroom img {
  margin: 0 auto;
}
.showroom .sr-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  margin: 10px 3% 0;
}
.showroom .sr-list li {
  list-style: none;
  background: #fff7ad;
  border-radius: 10px;
}
.showroom .sr-list li .shop-title {
  text-align: center;
  color: #c11111;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 5px;
}
.showroom .sr-list li .shop-info {
  text-align: center;
  margin: 5px 0 10px;
  font-size: 1.7rem;
}
.showroom .sr-list li .shop-info a {
  color: #3498db;
  text-decoration: underline;
  transition: 0.2s;
}
.showroom .sr-list li .shop-info a:hover {
  opacity: 0.7;
}
.showroom .sr-list.column1 li img {
  border-radius: 10px 10px 0 0;
}

.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;
}
.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;
}

@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-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%;
  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: #e2f0fa;
  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: #e2f0fa;
  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: #e2f0fa;
}
.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 {
  background: #e2f0fa;
  margin-bottom: 40px;
}
.reason img {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.reason > .wrap {
  margin-top: -78px;
  background: #fff;
  z-index: 99;
  position: relative;
  padding-top: 60px;
}
.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: #d6eaf8;
  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: -44px 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: #e2f0fa;
  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 #d6eaf8;
  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: #3498db;
  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: flex;
  flex-wrap: wrap;
  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: #d6eaf8;
  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: flex;
  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: 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: #d6eaf8;
  font-weight: bold;
  text-align: center;
}
.company .inner dl dd {
  width: 100%;
  padding: 4%;
  font-size: 16px;
  background-color: #e2f0fa;
}
.company .inner dl dd p {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.company .inner dl dd p:last-child {
  margin-bottom: 0;
}
.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 {
  text-align: left;
}
.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 h1 {
  position: relative;
  z-index: 100;
  margin-bottom: 32px;
}
.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: #e2f0fa;
  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, .contact .inner form dl dd textarea:-ms-input-placeholder, .contact .inner form dl dd textarea::-ms-input-placeholder, .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: flex;
  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;
  transition: 0.3s;
  box-shadow: 5px 5px 1px #fdd6bc;
}
.contact .mfp_element_submit:hover {
  background-position: 98% center;
  background-color: #814923;
}

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;
  text-decoration: none;
  transition: 0.2s;
}
.for-top a:hover {
  opacity: 0.7;
}

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: #3498db;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 40px;
}
.for-top a:hover {
  background: #e2f0fa;
}

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

.footer__wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .footer__wrap {
    display: block;
  }
}
footer .teltap {
  pointer-events: none;
}

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

.footer__bunner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  justify-content: center;
}
.footer__bunner a {
  display: flex;
  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: #3498db;
  padding: 1rem 1rem 100px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #FFF;
}

.sp-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #bc3642;
  z-index: 101;
}
.sp-fix .inner {
  display: flex;
  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 {
  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: #3498db;
  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;
}


.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: #e2f0fa;
}
.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 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: #3498db;
  font-weight: bold;
  margin: 8px;
  font-size: 16px;
}
.customer-voice .voice-box .voice-comment {
  margin: 8px 8px 16px;
  font-size: 15px;
}
.customer-voice .kuchikomi-img {
  width: 94%;
}

/*.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;
}*/
.mfp_buttons span {
  display: block;
}

.footer__company a img {
  mix-blend-mode: multiply;
}

.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, .privacy h4, .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, .privacy .inner form dl dd textarea:-ms-input-placeholder, .privacy .inner form dl dd textarea::-ms-input-placeholder, .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: flex;
  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;
  transition: 0.3s;
  box-shadow: 5px 5px 1px #fdd6bc;
}
.privacy .mfp_element_submit:hover {
  background-position: 98% center;
  background-color: #814923;
}

.privacy-policy-title {
  font-size: 18px;
  margin-bottom: 9px;
}

.privacy-policy-wrap {
  border: 1px solid #BAB9B9;
  height: 280px;
  padding: 0 20px;
  overflow-y: scroll;
  margin-bottom: 18px;
}

.privacy-policy-wrap .privacy-policy-box * {
  font-size: 1.6rem;
}

.privacy-policy-wrap .privacy-policy-box h3,
.privacy-policy-wrap .privacy-policy-box h4,
.privacy-policy-wrap .privacy-policy-box p,
.privacy-policy-wrap .privacy-policy-box ul,
.privacy-policy-wrap .privacy-policy-box li {
  margin-top: 1rem;
}

.privacy-policy-wrap .privacy-policy-box li {
  list-style: none;
}

.privacy-policy-wrap .privacy-policy-box .list-2nd li {
  padding-left: 1em;
}/*# sourceMappingURL=sp-style.css.map */