@charset "UTF-8";

/* CSS STYLE */
html {font-size: 10px;}
@media screen and (max-width: 1100px) {
html {font-size: 0.9090vw;}
}
body {
  padding-top: 8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
a,
a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover,
a:active {
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
img {-webkit-backface-visibility: hidden;}
.pcnone {display: none !important;}
.nolink {
  pointer-events: none;
  color: #999 !important;
}
.pc-c {text-align: center;}
.anker-point {
  height: 10rem;
  margin-top: -10rem;
}


/* PARTS */
#contents {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}
.bg1 {
  position: relative;
  background-color: #fff;
  padding: 10rem 0;
  z-index: 1;
}
.bg2 {
  position: relative;
  background: #fff url(../img/bg_02.png) center center no-repeat fixed;
  background-size: cover;
  padding: 10rem 0;
  z-index: 1;
}
.bg3 {
  position: relative;
  background: #fff url(../img/bg_03.png) right bottom no-repeat fixed;
  background-size: 80rem;
  padding: 10rem 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
.bg2,
.bg3 {
  background-attachment: scroll;
}
}

.inner {
  width: 100%;
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.head1 {
  margin: 10rem 0 5.5rem 0;
  font-size: 3.2rem;
  line-height: 1.55;
  text-align: center;
  color: #333;
}
.head1 span {
  position: relative;
  display: block;
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #33a44a;
}
.head1 span:before {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  display: block;
  background-color: #33a44a;
  width: 3rem;
  height: 1px;
  margin-left: -1.5rem;
}
.head2 {
  position: relative;
  margin: 10rem 0 5.5rem 0;
  font-size: 3.2rem;
  line-height: 1.55;
  text-align: center;
  color: #333;
}
.head2:before {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  display: block;
  background-color: #33a44a;
  width: 3rem;
  height: 1px;
  margin-left: -1.5rem;
}
.head1:first-child,
.head2:first-child {
  margin-top: 0;
}
.head1.gr,
.head2.gr{
  color: #33a44a;
}
.btn {text-align: center;}
.button-wrapper{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.btn a,
.btn button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  vertical-align: bottom;
  border: none;
  border-radius: 0.5rem;
  background: #f93;
  min-width: 48rem;
  height: 7rem;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn a.contact{
  background-color: #33a44a;
}
.btn a:hover,
.btn button:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.btn .doc {
  background: #f93;
}
.btn a:before,
.btn button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}
.btn a:hover:before,
.btn button:hover:before {
  top: 0;
}
.btn a span,
.btn button span {
  position: relative;
  z-index: 2;
}
.btn .doc span,
.btn .con span {
  padding-left: 4.5rem;
}
.btn .doc span:before,
.btn .con span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
}
.btn .doc span:before {
  background-image: url(../img/icon-doc.svg);
}
.btn .con span:before {
  background-image: url(../img/icon-mail.svg);
}
.btn a:after,
.btn button:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: transparent transparent #fff transparent;	
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
.btn a:hover:after,
.btn button:hover:after {
  right: 0.7rem;
  bottom: 0.7rem;
}
.btn .form {
  min-width: 64rem;
  height: 11rem;
  padding: 0.4rem 1rem 0 1rem;
  line-height: 1.4;
}
.btn .form strong {font-size: 3.2rem;}
.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 6rem 0;
}
.img-box {
  position: relative;
  border-radius: 2rem 0 2rem 0;
  width: 100%;
  padding-top: 56.25%;
  font-size: 0;
  overflow: hidden;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media all and (-ms-high-contrast:none) {
.img-box img {
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
}
a:hover .img-box img  {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.fade {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.fade.active {opacity: 1;}
.fade-l {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-4rem, 0);
  transform: translate(-4rem, 0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.fade-l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-r {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(4rem, 0);
  transform: translate(4rem, 0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.fade-r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-t {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -4rem);
  transform: translate(0, -4rem);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.fade-t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-b {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.fade-b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-w {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  opacity: 0;
}
.fade-z {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
  opacity: 0;
}
.fade-w.active,
.fade-z.active {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
  z-index: 1000;
}
header .header-top {padding-left: 4rem;}
header .logo {
  position: relative;
  width: 15rem;
  font-size: 0.9rem;
  line-height: 1;
  color: #666;
  white-space: nowrap;
}
header .logo a {
  position: relative;
  display: block;
  background: url(../img/logo.svg) left center no-repeat;
  background-size: 13rem;
  width: 13rem;
  height: 4rem;
  margin-top: 0.6rem;
  padding-top: 4rem;
  font-size: 0;
  overflow: hidden;
}
header .logo a:hover {opacity: 0.5;}
header #menu-open {display: none;}
header #header-menu {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 22rem);
  height: 10rem;
}
header .menu-area {
  display: flex;
  align-items: center;
  line-height: 8rem;
}
header .menu-area > li {
  padding-right: 2.4rem;
  line-height: 8rem;
  font-size: 1.4rem;
  font-weight: 900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .menu-area > li .tit {
  position: relative;
  display: block;
  height: 8rem;
  text-decoration: none;
  line-height: 8rem;
  color: #333;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
header .menu-area > li .p-open .tit {padding-right: 1.5rem;}
header .menu-area > li .p-open .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-area > li .tit:hover {color: #33a44a;}
header .menu-area > li .tit:hover:before {
  margin-top: -0.2rem;
  -webkit-transition: rotate(-135deg);
  transform: rotate(-135deg);
}
header .menu-area > li .tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #33a44a;
  width: 100%;
  height: 0.5rem;
  transform: scale(0, 1);
  transform-origin: right top;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
header .menu-area > li:hover .tit:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1280px) {
header .header-top {padding-left: 2rem;}
header #header-menu {width: calc(100% - 17.6rem);}
header .menu-area > li {
  padding-right: 1.4rem;
  font-size: 1.25rem;
}
}
header #header-menu .contact {
  display: flex;
  height: 8rem;
}
header #header-menu .contact li {
  width: 8rem;
}
header #header-menu .contact a {
  display: block;
  background-color: #f93;
  background-image: url(../img/icon-doc.svg);
  background-position: center 1.5rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  width: 8rem;
  height: 8rem;
  padding-top: 5.6rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
header #header-menu .contact a.contact-button {
  background-color: #33a44a;
}
header #header-menu .contact a:hover {
  background-position: center 1.2rem;
  opacity: 0.8;
}
header #header-menu .contact li a.contact-button {
  background-image: url(../img/icon-mail.svg);
}
header .mega {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #eef7f0;
  width: 100%;
  padding: 2rem 0;
}
header .mega ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
header .mega ul li {
  width: 20%;
  margin: 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
}
header .mega ul li a {
  color: #33a44a;
  text-decoration: none;
}
header .mega ul li a:hover {color: #333;}
header .mega ul.service li a:hover:before {background-size: auto 110%;}
header .mega ul.service li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
  padding-left: 7.4rem;
}
header .mega ul.service li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem 0 0.5rem 0;
  background-color: #6b7;
  background-position: center center;
  background-size: auto 100%;
  width: 6rem;
  height: 6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .mega ul.service li:nth-of-type(1) a:before {background-image: url(../img/service/service_01.png);}
header .mega ul.service li:nth-of-type(2) a:before {background-image: url(../img/service/service_02.png);}
header .mega ul.service li:nth-of-type(3) a:before {background-image: url(../img/service/service_03.png);}
header .mega ul.service li:nth-of-type(4) a:before {background-image: url(../img/service/service_04.png);}
header .mega ul.service li:nth-of-type(5) a:before {background-image: url(../img/service/service_05.png);}
@media screen and (max-width: 1200px) {
header .mega ul {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
header .mega ul.service li {font-size: 1.3rem;}
header .mega ul.service li a {padding-left: 7rem;}
}


/* go top */
#go-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  z-index: 900;
}
#go-top span {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  background-color: #33a44a;
  width: 6rem;
  height: 6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
#go-top span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.5rem 0 0 -0.7rem;
  -webkit-transition: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#go-top span:hover {
  background-color: #a9d9b3;
  box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
#go-top span:hover:before {
  opacity: 0.8;
  margin: -0.8rem 0 0 -0.7rem;
}


/* contact */
.footer-contact {
  position: relative;
  background: #6b7 url(../img/contact-bg.png) center center no-repeat;
  background-size: 80%;
  padding: 8rem 0;
  color: #fff;
  z-index: 200;
}
.footer-contact h2 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}
.footer-contact h2 span {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.footer-contact ul {
  display: flex;
  justify-content: space-between;
}
.footer-contact ul li {
  position: relative;
  width: 49%;
}
.footer-contact .btn a {
  flex-wrap: wrap;
  height: 10rem;
  font-size: 2.4rem;
}
.footer-contact .btn .con {
  width: 60%;
  text-align: left;
}
.footer-contact .btn .con a {
  min-width: inherit;
  width: 55%;
  z-index: 2;
}
.footer-contact .btn .con a span {padding-left: 5rem;}
.footer-contact .btn .con .tel {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 0.5rem;
  background-color: #eee;
  width: 50%;
  height: 10rem;
  padding-left: 5%;
  line-height: 1;
  text-align: center;
  color: #333;
  pointer-events: none;
  box-shadow: inherit;
  z-index: 1;
}
.footer-contact .btn .con .tel:after {display: none;}
.footer-contact .btn .con .tel strong {font-size: 3.2rem;}
.footer-contact .btn .con .tel em {
  display: block;
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer-contact .btn .doc {width: 38.3%;}
.footer-contact .btn .doc:after {
  content: "\7121\6599";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  border-radius: 5rem;
  background-color: #f93;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  z-index: 2;
}
.footer-contact .btn .doc a {
  background-color: #fff;
  min-width: inherit;
  width: 100%;
  color: #33a44a;
  z-index: 1;
}
.footer-contact .btn .doc a:before {background-color: rgba(76,175,96,0.2);}
.footer-contact .btn .doc a:after {border-color: transparent transparent #33a44a transparent;	}
.footer-contact .btn .doc a em {
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer-contact .btn .doc a span:before {
  background-image: url(../img/icon-doc-g.svg);
  padding-left: 5rem;
}

/* overview */
.txt-area table th {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eef7f0;
  padding: 1.6rem 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #33a44a;
}
.txt-area table td {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 1.6rem 2rem;
  line-height: 1.6;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}


/* footer */
footer {
  position: relative;
  background-color: #333;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ccc;
  z-index: 200;
}
footer a {color: #fff !important;}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 3rem;
}
footer .footer-top .data .logo {
  margin-bottom: 2.5rem;
  font-size: 0;
}
footer .footer-top .data .logo a {
  position: relative;
  display: inline-block;
  background: url(../img/logo-w.svg) left center no-repeat;
  background-size: 16.4rem;
  width: 16.4rem;
  height: 5rem;
  margin-top: 0.8rem;
  padding-top: 5rem;
  font-size: 0;
  overflow: hidden;
}
footer .footer-top .data .logo a:hover {opacity: 0.5;}
footer .footer-top .data .tel {margin-top: 1.5rem;}
footer .footer-top .data .tel a {
  color: #ccc !important;
  pointer-events: none;
}
footer .footer-top .data .tel a strong {
  margin-right: 1.5rem;
  font-size: 2rem;
}
footer .footer-top .data .mark {
  margin-top: 4rem;
  font-size: 0;
}
footer .footer-top .data .mark img {
  width: auto;
  height: 5rem;
}
footer .footer-top .menu {display: flex;}
footer .footer-top .menu ul {margin-right: 6rem;}
footer .footer-top .menu ul:last-child {margin-right: 0;}
footer .footer-top .menu li {margin: 0 0 1rem 0;}
footer .footer-top .menu li a {
  font-size: 1.4rem;
  font-weight: 900;
}
footer .footer-top .menu li li {margin: 1rem 0 0 1.4rem;}
footer .footer-top .menu li li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccc !important;
}
footer .willof {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 2.5rem 0 3rem 0;
  width: 100%;
  line-height: 1;
}
footer .willof .copy {text-align: left;}
footer .willof .logo {width: 4rem;}
footer .willof .logo a {
  display: block;
  background: url(../img/logo-willof.png) center center no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  padding-top: 4rem;
  font-size: 0;
  overflow: hidden;
}
footer .willof .logo a:hover {opacity: 0.6;}


/* INDEX */
#index-main {
  animation: index 5s linear infinite;
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg_01.png);
  background-position: 0 0;
  background-size: 8.8rem;
  width: 100%;
  height: 70rem;
  overflow: hidden;
  z-index: 2;
}
@keyframes index {
0% {background-position: 0 0;}
100% {background-position: 0 -8.8rem;}
}
#index-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#index-main .logo {
  position: absolute;
  top: 50%;
  top: calc(50% - 5rem);
  left: 50%;
  width: 140rem;
  height: 36rem;
  margin: -18rem 0 0 -70rem;
  z-index: 2;
}
#index-main .logo svg {
  fill: none;
  stroke: #c2e4c9;
  stroke-width: 2px;
  stroke-dasharray: 120rem;
  stroke-dashoffset: 120rem;
  animation: line 2s linear both;
}
@keyframes line {
0% {stroke-dashoffset: 120rem;}
100% {stroke-dashoffset: 0;}
}
#index-main .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 60rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  z-index: 4;
}
#index-main .inner .read {
  animation: read 1s 1.5s ease both;
  position: relative;
  -webkit-transform: translate(4rem, 0);
  transform: translate(4rem, 0);
  opacity: 0;
  z-index: 2;
}
@keyframes read {
0% {
  opacity: 0;
  -webkit-transform: translate(4rem, 0);
  transform: translate(4rem, 0);
}
100% {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
}
#index-main .inner .img1 {
  animation: img 0.3s 2.5s ease both;
  position: absolute;
  bottom: 2rem;
  right: 29rem;
  background: url(../img/main-img_01.png) right bottom no-repeat;
  background-size: contain;
  width: 39rem;
  height: 56rem;
  opacity: 0;
}
#index-main .inner .img2 {
  animation: img 0.3s 2s ease both;
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  background: url(../img/main-img_02.png) right bottom no-repeat;
  background-size: contain;
  width: 39rem;
  height: 56rem;
  opacity: 0;
}
@keyframes img {
0% {
  -webkit-transform: translate(-2rem, -2rem);
  transform: translate(-2rem, -2rem);
  opacity: 0;
}
100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
}
@media screen and (max-width: 1280px) {
#index-main .inner .img1 {right: 17rem;}
#index-main .inner .img2 {right: -4rem;}
}
#index-main h1 {
  margin: 0 0 2.4rem 0;
  font-size: 5rem;
  line-height: 1.3;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;
}
#index-main h1 strong {color: #33a44a;}
#index-main .txt {text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;}
#index-main .button-wrapper{
  display: flex;
}
#index-main .btn {
  margin-top: 5rem;
  text-align: left;
}
#index-main .btn a {
  min-width: 40rem;
  margin-right: 1.5rem;
}
#index-main .btn a.contact {
  background-color: #33a44a;
}
#index-main .case-logo {z-index: 3;}
.index-about {position: relative;}
.index-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/index-bg_01.png) right top no-repeat;
  background-size: 120rem;
  width: 100%;
  height: 100%;
}
.index-about .inner {
  position: relative;
  z-index: 2;
}
.index-about .column {margin: 0 0 6rem 0;}
.index-about .column .read {width: 45.8%;}
.index-about .column .image {
  position: relative;
  width: 50.8%;
}
.index-about .column .image img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 112%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index-about h3 {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  line-height: 1.55;
  text-align: left;
  color: #333;
}
.index-forte {position: relative;}
.index-forte:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/index-bg_02.png) left top no-repeat;
  background-size: 120rem;
  width: 100%;
  height: 100%;
}
.index-forte .inner {
  position: relative;
  z-index: 2;
}
.index-forte .column.data-list h2,
.index-forte .column.data-list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.index-service {position: relative;}
.index-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/index-bg_03.png) right top no-repeat;
  background-size: 120rem;
  width: 100%;
  height: 100%;
}
.index-service .inner {
  position: relative;
  z-index: 2;
}
.index-case {position: relative;}
.index-case:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/index-bg_04.png) left top no-repeat;
  background-size: 120rem;
  width: 100%;
  height: 100%;
}
.index-case .inner,
.index-case h2,
.index-case .case-logo-area {
  position: relative;
  z-index: 2;
}
.index-case .case-logo-area {margin: 4rem 0 6rem 0;}


/* service */
.service-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
}
.service-list a {
  position: relative;
  display: flex;
  border-radius: 2rem 0 2rem 0;
  background-color: #eef7f0;
  width: 48.3%;
  min-height: 18rem;
  margin-bottom: 4rem;
  text-decoration: none;
  color: #666;
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.service-list.wt a {background-color: #fff;}
.service-list a:hover {box-shadow: 0 0 0 rgba(0,0,0,0.1);}
.service-list .icon {
  position: relative;
  border-radius: 2rem 0 0 0;
  background-color: #6b7;
  width: 18rem;
  overflow: hidden;
}
.service-list .icon img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media all and (-ms-high-contrast:none) {
.service-list .icon img {
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
}
.service-list a:hover {color: #33a44a;}
.service-list a:hover .icon img  {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.service-list .read {
  align-self: center;
  width: calc(100% - 18rem);
  padding: 1rem 2rem;
  line-height: 1.6;
}
.service-list h2,
.service-list h3 {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #33a44a;
}

/* case-study 細谷7/29追加作業ここから */
.wrapper01 {
  position: relative;
  background-color: #fff;
  width: 100%; 
  margin: 0 auto;
  padding: 0rem 0;
  z-index: 3;
}
.wrapper01 .clients_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; 
  width: 100%; 
  max-width: 1200px;
  margin: 20px auto;
}
.wrapper01 .clients_list li {
  width: 15%;
  max-width: 160px;
  text-align: center;
  margin: 0 0.5%;
  padding: 0.5%;
}
.wrapper01 .clients_list li img.square {
  width: 80%;
  padding: 0 1%;
}
.wrapper01 .clients_list li img {
  max-width: 100%; 
}


@media screen and (max-width: 1199px) {
.wrapper01 .clients_list {
  width: 100%; 
  margin: 0 auto;
}
.wrapper01 .clients_list li {
  width: 12%;
  max-width: 140px;
  text-align: center;
  padding: 1% 1%; }
.wrapper01 .clients_list li img.square {
    width: 80%;
    padding: 0 1%;
}
}

/* case-study 細谷7/28追加作業ここまで */
.column.data-list.c3 {justify-content: flex-start;}
.column.data-list.c3 .box {
  position: relative;
  width: 30%;
  margin-right: 5%;
}
.column.data-list.c3 .box:nth-of-type(3n) {margin-right: 0;}
.column.data-list h2,
.column.data-list h3 {
  margin: 2rem 0 1.6rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  color: #33a44a;
}
.column.data-list .category + h2,
.column.data-list .category + h3 {
  margin-top: 1rem;
}
.column.data-list h2:last-child,
.column.data-list h3:last-child {
  margin-bottom: 0;
}
.column.data-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
.column.data-list dt {
  width: 7.5rem;
  font-weight: 500;
  color: #333;
}
.column.data-list dd {width: calc(100% - 7.5rem);}
.column.data-list a .img-box,
.column.data-list a h3,
.column.data-list a dt,
.column.data-list a dd,
.column.data-list a p {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.column.data-list a .end {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem 0;
  background-color: #33a44a;
  padding: 1.5rem 2rem 1.4rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff !important;
  z-index: 2;
}
.column.data-list a .img-box {
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
  padding-top: 66.66%;
  z-index: 1;
}
.column.data-list a:hover .img-box {box-shadow: 0 0 0 rgba(0,0,0,0.1);}

/* LP追記 */
.case_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.case_container h3 {
  font-size: 6rem;
  color: #66bb75;
  text-shadow: 12px 2px 0 #e7f5ea;
}
.case_container h3 span {
  font-size: 2.25rem;
  margin-left: 15px;
  text-shadow: none;
}
.case_title_wrapp {display: flex;}
.case_container_ul p {
  font-weight: bold;
  margin: 0 15px 15px 0;
}
.case_container_ul p em {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  margin-right: 10px;
  color: #fff;
  background-color: #66bb75;
}
.case_box_wrapp {
  display: flex;
  justify-content: space-between;
}
.case_box_wrapp > div {width: calc(33% - 20px);}
.case_box_wrapp dl {
  margin-bottom: 40px;
  border-radius: 2rem 0 2rem 0;
  box-shadow: 0.5rem 0.5rem 0 rgb(0 0 0 / 10%);
  position: relative;
}
.case_box_wrapp dl::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #e7f5ea;
  position: absolute;
  top: calc(50% - 25px);
  right: -25px;
}
.case_box_wrapp div.case_solution dl:last-of-type::after {
  display: none;
}
.case_box_wrapp dl dt {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  border-radius: 2rem 0 0 0;
  background-color: #66bb76;
}
.case_box_wrapp div.case_solution dl dt {background-color: #f93;
}
.case_box_wrapp dl dd {
  height: 12rem;
  padding: 15px;
  border-radius: 0 0 2rem 0;
  background-color: #e7f5ea;
}
.case_box_wrapp div.case_solution dl dd {background-color: #fff;}
.contact_balloon {
  width: 300px;
  margin: 0 auto 20px;
  display: block;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  color: #6b7;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
}
.contact_balloon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form_container {
  width: 700px;
  margin: 0 auto;
}

.finish_container {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
.finish_container h1 {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 3rem;
}
.finish_container p {margin: 20px 0;}
.finish_container p img {
  width: 55%;
  display: block;
  margin: 0 auto;
}
.finish_container .btn_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.finish_container .btn_container a.cvbtn{
  width: calc(50% - 8px);
  padding: 15px 0;
  border-radius: 100px;
  background-color: #fff;
  color: #66bb76;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border: 2px solid #66bb76;
  text-decoration: none;
  position: relative;
}
.finish_container .btn_container a.cvbtn:hover{background-color: #eef7f0;}
.finish_container .btn_container a.cvbtn::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6b7;
  border-right: 2px solid #6b7;
  transform: rotate(45deg);
}
.finish_container .btn_container a.cvbtn:nth-child(odd){margin-right: 15px;}
.finish_container .btn_container a.cvbtn{margin-bottom: 15px;}
.finish_container .btn_container a.price-btn {
  display: block;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #66bb76;
}
.finish_container .btn_container a.price-btn::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.finish_container .btn_container a.price-btn:hover,
.finish_container .btn_container a.price-btn:active {
  text-decoration: none;
  background-color: #f93;
  border: 1px solid #f93;
}


/* フォームhubspot */
.hs-fieldtype-text,
.hs-fieldtype-phonenumber,
.hs-fieldtype-select,
.hs-fieldtype-textarea{
  display: flex;
  flex-wrap: wrap;
}

.hs-form-field{
  position: relative;
}

.hs-form-field label{
  font-weight: bold;
  width: calc(30% - 10px);
  text-align: right;
  margin-right: 10px;
  padding: 18px 0;
}

.hs_content_of_inquiry label{
  padding-top: 10px;
}

.hs-form-field:not(:last-child){
  margin-bottom: 15px;
}

.hs-form-field .input{
  width: 420px;
  min-height: 60px;
  background-color: #fff;
}

.hs-form-field input,
.hs-form-field select,
.hs-form-field textarea{
  color: #333;
  width: 100%;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
}

.hs-form-field .input textarea{
  min-height: 200px;
}

.hs_do_not_call .input{
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-left: 30%;
}

.hs_do_not_call input{
  width: 24px;
  height: 24px;
  margin: -4px 10px 0 0;
}


.hs_consent_to_personal_information label{
	width: 100%;
	align-items: center;
	padding: 20px 0 0;
}

.hs_consent_to_personal_information .hs-input{
	width: 24px;
	height: 24px;
	margin: 0 10px auto 0;
}

.hs_consent_to_personal_information .input{
	display: flex;
  align-items: center;
	width: 100%;
	text-align: center;
  background-color: transparent;
}

.hs_consent_to_personal_information .input .inputs-list{
	margin: 10px auto -10px;
}

.hs-error-msgs{
  width: 100%;
  color: #f93;
  margin-left: 30%;
}

.inputs-list li,
.hs-error-msgs li{
  width: 100% !important;
}

.hs-richtext{
  line-height: 1.5;
}

.hs-richtext strong{
  font-size: 14px;
  font-weight: normal;
}

.hs-richtext strong a{
  color: #fff;
  text-decoration: underline;
}

.hs_submit .actions{
  text-align: center;
  margin-top: 20px;
}

.hs_submit .actions button{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: 400px;
  height: 80px;
  background-color: orange;
  border-radius: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}

.hs_submit .actions .small_txt{
  font-size: 12px;
}

.hs_submit .actions{
  text-align: center;
  margin-top: 20px;
}

.hs_submit .actions{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  width: 500px;
  background-color: #f93;
  border-radius: 5px;
  margin: 10px auto 0;
  padding: 20px 0;
  box-sizing: border-box;
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}


/* ランダムモーダル　
.modal {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  padding: 20px;
  width: 30%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  color: #fff;
  float: right;
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: -6px;
  right: 0;
  background-color: #33a44a;
  border-radius: 60px;
  padding: 0px 22px;
  transition: 0.3s;
}
.modal-close:hover,
.modal-close:focus {
  color: #33a44a;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
}
.modal img {
  max-width: 100%;
  height: auto;
}
*/