@charset "UTF-8";


/* CSS STYLE */

html {font-size: 2.666666vw;}
body {
  padding-top: 6rem;
  min-width: 320px;
  font-size: 1.4rem;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
.spnone {display: none !important;}
.nolink {
  pointer-events: none;
  color: #999 !important;
}
.anker-point{
  height: 7rem;
  margin-top: -7rem;
}

/* PARTS */
#contents {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg1 {
  position: relative;
  background-color: #fff;
  padding: 5rem 0;
}
.bg2 {
  position: relative;
  background: #eef7f0 url(../img/bg_02-sp.png) center center no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.bg3 {
  position: relative;
  background: #fff url(../img/bg_03.png) right bottom no-repeat;
  background-size: 40rem;
  padding: 5rem 0;
}
.inner {
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.head1 {
  margin: 4rem 0 2.5rem 0;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.head1 span {
  position: relative;
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #33a44a;
}
.head1 span:before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  display: block;
  background-color: #33a44a;
  width: 3rem;
  height: 1px;
  margin-left: -1.5rem;
}
.head2 {
  position: relative;
  margin: 4rem 0 3.5rem 0;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.head2:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  display: block;
  background-color: #33a44a;
  width: 3rem;
  height: 1px;
  margin-left: -1.5rem;
}

.head1:first-child,
.head2:first-child{
  margin-top: 0;
}
.button-wrapper{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.btn {text-align: center;}
.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;
  width: 100%;
  height: 6rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  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 + a {margin-top: 1rem;}
.btn .doc,
.btn .gr {
  background: #f93;
}
.btn a span,
.btn button span {
  position: relative;
  z-index: 2;
}
.btn .doc span {padding-left: 3.4rem;}
.btn .doc span:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
}
.btn .doc span:before {background-image: url(../img/icon-doc.svg);}
.btn a:after,
.btn button:after {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1rem 1rem;
  border-color: transparent transparent #fff transparent;	
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 2;
}
.column {margin: 3rem 0;}
.column .box {
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
  color: #666;
}
.column:first-child {margin-top: 0;}
.column:last-child,
.column .box:last-child {margin-bottom: 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;
}
.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(-2rem, 0);
  transform: translate(-2rem, 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(2rem, 0);
  transform: translate(2rem, 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, -2rem);
  transform: translate(0, -2rem);
  -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, 2rem);
  transform: translate(0, 2rem);
  -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;
}
.tab-content {display: none;}
.tab-content.active,
.tab-content:first-of-type {display: block;}


/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2rem;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
  z-index: 2;
}
header .logo {
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
  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: 9.76rem;
  width: 10rem;
  height: 3rem;
  margin-top: 0.5rem;
  padding-top: 3rem;
  font-size: 0;
  overflow: hidden;
}
header .tel {
  position: absolute;
  top: 0;
  right: 6rem;
  background-color: #f3f3f3;
  width: 6rem;
  height: 6rem;
}
header #menu-open {
  position: relative;
  background-color: #33a44a;
  width: 6rem;
  height: 6rem;
  padding-top: 4.2rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
header #menu-open:before {
  content: "";
  position: absolute;
  top: 28%;
  left: 50%;
  display: block;
  background: #fff;
  width: 3rem;
  height: 4px;
  margin: -2px 0 0 -1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header #menu-open:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  background: #fff;
  width: 3rem;
  height: 4px;
  margin: -2px 0 0 -1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header #menu-open.active:before {
  top: 38%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #menu-open.active:after {
  top: 38%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 80%;
  padding: 6rem 2rem 1px 2rem;
  line-height: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
#header-menu a {
  text-decoration: none;
  color: #333;
}
#header-menu .menu-area {margin-bottom: 3rem;}
#header-menu .menu-area .tit {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}
#header-menu .menu-area .p-open {
  display: block;
  position: relative;
}
#header-menu .menu-area .p-open .tit {pointer-events: none;}
#header-menu .menu-area .p-open .tit:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  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 .menu-area .p-open.active .tit:before {
  margin-top: -0.2rem;
  -webkit-transition: rotate(-135deg);
  transform: rotate(-135deg);
}
#header-menu .mega {
  display: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#header-menu .mega ul {
  width: 100%;
  padding: 1.2rem 0;
}
#header-menu .mega li {width: 100%;}
#header-menu .mega li a {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: none;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #33a44a;
}
header #header-menu .contact {
  display: flex;
  width: 100%;
  height: 5rem;
  margin-bottom: 10rem;
}
header #header-menu .contact li {width: 100%;}
header #header-menu .contact a {
  display: block;
  background-color: #f93;
  background-image: url(../img/icon-doc.svg);
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 100%;
  height: 5rem;
  padding: 0 1rem 0 4rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
header #header-menu .contact a.contact-button {
  background-color: #33a44a;
}
header #header-menu .contact li:nth-of-type(2) a {
  background-color: #f93;
  background-image: url(../img/icon-mail.svg);
}


/* go top */
#go-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  z-index: 500;
}
#go-top span {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  background-color: #33a44a;
  width: 4rem;
  height: 4rem;
  -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: 1rem;
  height: 1rem;
  margin: -0.2rem 0 0 -0.5rem;
  -webkit-transition: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* contact */
.footer-contact {
  position: relative;
  background: #6b7;
  padding: 3rem 0 3.5rem 0;
  color: #fff;
}
.footer-contact h2 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.footer-contact h2 span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.footer-contact ul {width: 100%;}
.footer-contact ul li {
  width: 100%;
  margin-top: 1rem;
}
.footer-contact .btn a {
  flex-wrap: wrap;
  height: 8rem;
}
.footer-contact .btn .con a {z-index: 2;}
.footer-contact .btn .con .tel {
  border-radius: 0.5rem;
  background-color: #eee;
  width: 100%;
  margin-top: -1rem;
  padding: 2.5rem 0 1.5rem 0;
  line-height: 1;
  text-align: center;
  color: #333;
  box-shadow: inherit;
  z-index: 1;
}
.footer-contact .btn .con .tel:after {border-color: transparent transparent #333 transparent;	}
.footer-contact .btn .con .tel strong {font-size: 2.4rem;}
.footer-contact .btn .con .tel em {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
}
.footer-contact .btn .doc a {
  background-color: #fff;
  color: #33a44a;
}
.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 em {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.footer-contact .btn .doc span:before {
  background-image: url(../img/icon-doc-g.svg);
  padding-left: 5rem;
}


/* overview */
.txt-area table tbody, .txt-area table tr th, .txt-area table tr td{
  display: block;
  width: 100%;
}
.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%;
  padding-top: 4rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
  z-index: 1;
}
footer a {color: #fff !important;}
footer .willof {
  border-top: 1px solid #888;
  padding: 2.5rem 0 5rem 0;
  width: 100%;
  line-height: 1;
}
footer .willof .copy {
  line-height: 1;
  text-align: center;
}
footer .willof .logo {
  width: 4rem;
  margin: 0 auto 1.5rem auto;
}
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;
}


/* 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: 4.4rem;
  width: 100%;
  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: 36rem;
  height: 9.2rem;
  margin: -4.6rem 0 0 -18rem;
  z-index: 2;
}
#index-main .logo svg {
  fill: none;
  stroke: #c2e4c9;
  stroke-width: 4px;
  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: 56rem;
  font-size: 1.3rem;
  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: -1rem;
  right: 2rem;
  background: url(../img/main-img_01.png) right bottom no-repeat;
  background-size: contain;
  width: 18.8rem;
  height: 28rem;
  opacity: 0;
}
#index-main .inner .img2 {
  animation: img 0.3s 2s ease both;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: url(../img/main-img_02.png) right bottom no-repeat;
  background-size: contain;
  width: 18.8rem;
  height: 28rem;
  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;
}
}
#index-main h1 {
  margin: 0 0 1.2rem 0;
  font-size: 2.8rem;
  line-height: 1.3;
  text-shadow: 0 0 1rem #fff;
}
#index-main h1 strong {color: #33a44a;}
#index-main .txt {text-shadow: 0 0 1rem #fff;}
#index-main .case-logo {z-index: 3;}
#index-main .button-wrapper{
  margin-top: 12rem;
}
.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: 100%;
  width: 100%;
  height: 100%;
}
.index-about .inner {
  position: relative;
  z-index: 2;
}
.index-about .column {margin: 0 0 3rem 0;}
.index-about .column .read {width: 100%;}
.index-about .column .image {
  width: 100%;
  margin-bottom: 2rem;
}
.index-about .column .image img {
  width: 100%;
  height: auto;
}
.index-about h3 {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  line-height: 1.4;
  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: 100%;
  width: 100%;
  height: 100%;
}
.index-forte .inner {
  position: relative;
  z-index: 2;
}
.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: 100%;
  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: 100%;
  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: 2rem 0;}


/* service */
.service-list {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}
.service-list a {
  position: relative;
  display: flex;
  border-radius: 1rem 0 1rem 0;
  background-color: #fff;
  width: 100%;
  min-height: 9rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  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:last-child {margin-bottom: 0;}
.service-list .icon {
  position: relative;
  border-radius: 1rem 0 0 0;
  background-color: #6b7;
  width: 9rem;
  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 .icon img  {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.service-list .read {
  align-self: center;
  width: calc(100% - 9rem);
  padding: 1.2rem 1.2rem;
}
.service-list h2,
.service-list h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
  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%; 
  margin: 0 auto;
  padding: 10px;
}
.wrapper01 .clients_list li {
  max-width: 140px;
  text-align: center;
  flex-grow: 1;
  padding: 1% 1%; }
.wrapper01 .clients_list li::after {
  content: "";
  display: block;
  width: 120px;
  height: 0;
}
.wrapper01 .clients_list li img.square {
  width: 80%;
  padding: 0 1%; }
.wrapper01 .clients_list li img {max-width: 100%; }

@media screen and (max-width: 699px) {
.wrapper01 .clients_list li {
  width: 26%;
  text-align: center;
  padding: 1% 2%;
}
.wrapper01 .clients_list li img.square {
  width: 80%;
  padding: 0 1%;
}
}
/* case-study 細谷7/29追加作業ここまで */


.column.data-list .box {position: relative;}
.column.data-list h2,
.column.data-list h3 {
  margin: 1.6rem 0 1rem 0;
  font-size: 1.7rem;
  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 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 .end {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem 0;
  background-color: #33a44a;
  padding: 1.4rem 1.6rem 1.3rem 1.6rem;
  font-size: 1.3rem;
  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 .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6rem 0 1rem 0;
  line-height: 1;
}
.column.data-list .category .cat {
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #6b7;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
}

/* LP追記 */
.case_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.case_container h3 {
  font-size: 4rem;
  color: #66bb75;
  text-shadow: 12px 2px 0 #e7f5ea;
}
.case_container h3 span {
  display: block;
  font-size: 1.5rem;
  text-shadow: none;
}

.case_title_wrapp {
  margin: 20px 0;
  text-align: center;
}

.case_container_ul p {
  font-weight: bold;
  margin: 10px 0;
}

.case_container_ul p em {
  width: 150px;
  margin: 0 auto 5px;
  display: block;
  padding: 5px 15px;
  border-radius: 100px;
  color: #fff;
  background-color: #66bb75;
}
.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 25px 0 25px;
  border-color: #e7f5ea transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  right: calc(50% - 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 {
  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: 280px;
  margin: 0 auto 20px;
  display: block;
  padding: 10px;
  font-size: 12px;
  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 dl div {
  width: 100%;
  margin-bottom: 15px;
}
.form_container dd {margin-top: 5px;}
.form_container dl div.textarea {align-items: start;}
.form_container dl div.textarea dt {margin-top: 10px;}
.form_container dd input[type="text"], 
.form_container dd input[type="tel"],
.form_container dd input[type="email"],
.form_container dd textarea {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  color: #333;
  background-color: #fff;
}
.form_container dd textarea {height: 8em;}
.form_container .submitbtn_attention {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.35;
}
.form_container .submitbtn_attention a {
  color: #fff;
  text-decoration: underline;
}
.form_container .submitbtn_attention a:hover {text-decoration: none;}
.form_container .btn button {
  display: block;
  margin: 0 auto;
  line-height: 1.5;
}
.form_container button span.submit_sub {
  display: block;
  font-size: 12px;
}
#form {
  width: 100%;
  height: 100%;
}
.finish_container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 20px 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: 100%;}
.finish_container .btn_container a.cvbtn{
  background-color: #fff;
  color: #66bb76;
  border: 2px solid #66bb76;
  position: relative;
}
.finish_container .btn_container a.cvbtn:not(:last-child){margin-bottom: 15px;}
.finish_container .btn_container a.cvbtn:hover{background-color: #eef7f0;}
.finish_container a.cvbtn {
  display: block;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #66bb76;
}
.finish_container a.cvbtn:hover,
.finish_container a.cvbtn:active {
  text-decoration: none;
  background-color: #f93;
}

/* フォームhubspot */
.hs-form-field{
  position: relative;
  color: #fff;
  padding: 0;
}

.hs-form-field label{
  font-weight: bold;
  margin-right: 10px;
}

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

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

.hs-form-field .input{
  width: 100%;
  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;
  border: 1px solid #ccc;
}

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

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

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

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

.hs_consent_to_personal_information .hs-input{
	width: 24px;
	height: 24px;
	margin: 0 5px 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{
  color: #f93;
  font-weight: lighter;
  width: 100%;
}

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

.hs-richtext{
  line-height: 1.5;
  padding: 0 20px;
}

.hs-richtext strong{
  display: block;
  font-size: 14px;
  font-weight: lighter;
}

.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: 100%;
  height: 80px;
  background-color: #f93;
  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: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	max-width: 400px;
    width: 100%;
	height: 80px;
	background-color: #f93;
	border-radius: 5px;
	padding: 20px 0;
	box-sizing: border-box;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
  }

  /* ランダムモーダル CR_TASK-2682,2836で設定　　2025.1.28 停止
  .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: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
  }
  .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 18px;
    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;
}
  */