@charset "UTF-8";
/*************************************************
common-style
*************************************************/
.section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.section_inner_02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.is_pc {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none !important;
  }
}

.is_sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block !important;
  }
}

body {
  position: relative;
  font-family: "KoHo", sans-serif;
  color: #333333;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.quote {
  position: relative;
  font-size: 50px;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
}
@media screen and (max-width: 599px) {
  .quote {
    font-size: 26px;
  }
}
.quote span {
  color: #00c87b;
}
.quote::before {
  position: absolute;
  content: url(../images/quote.svg);
  width: 40px;
  height: 60px;
  top: -20px;
  left: -50px;
}
@media screen and (max-width: 599px) {
  .quote::before {
    content: url(../images/quote_sp.svg);
    width: 20px;
    height: 30px;
    left: -30px;
  }
}

#to_cta {
  position: fixed;
  right: 0;
  z-index: 2;
  top: 200px;
  opacity: 0;
}

.cta_fix a {
  display: flex;
  flex-flow: inherit;
  justify-content: space-around;
  align-items: center;
  background-color: #00c87b;
  color: #fff;
  border-radius: 3px 0 0 0;
  width: 55px;
  height: 205px;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  writing-mode: vertical-rl;
}
.cta_fix a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .cta_fix a {
    width: 30px;
    height: 140px;
    font-size: 12px;
  }
  .cta_fix a img {
    width: 20px;
    height: auto;
  }
}

#to_cta.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#to_cta.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/*************************************************
アニメーション
*************************************************/
.fadeUp {
  transform: translateY(0);
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  transform: translateY(0);
  animation-name: fadeLeftAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeLeft {
    animation-duration: 0.3s;
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time025 {
  animation-delay: 0.25s;
}
@media screen and (max-width: 599px) {
  .delay-time025 {
    animation-delay: 0.15s;
  }
}

.delay-time03 {
  animation-delay: 0.3s;
}
@media screen and (max-width: 599px) {
  .delay-time03 {
    animation-delay: 0.2s;
  }
}

.delay-time035 {
  animation-delay: 0.35s;
}
@media screen and (max-width: 599px) {
  .delay-time035 {
    animation-delay: 0.25s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time04 {
  animation-delay: 0.5s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.25s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time10 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time10 {
    animation-delay: 0.5s;
  }
}

.delay-time12 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 599px) {
  .delay-time12 {
    animation-delay: 0.6s;
  }
}

.delay-time1 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time1 {
    animation-delay: 0.5s;
  }
}

.c01 {
  position: relative;
  color: transparent;
  display: inline-block;
}
.c01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #00c87b;
}
.c01.active_01 {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.c01.active_01::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.c01.active_02 {
  animation-name: kf_c01a;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.c01.active_02::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.c01.active_03 {
  animation-name: kf_c01a;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.c01.active_03::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
.ttl_ani {
  animation-name: SlideIn;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  50% {
    opacity: 0;
    transform: translateY(12px);
  }
  75% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*************************************************
header
*************************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 999;
}
header .header_pc {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header .header_pc {
    display: none;
  }
}
header .header_pc a {
  display: block;
}
header .header_pc div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_pc div .nav {
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 15px 30px;
  display: flex;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  align-items: center;
  font-size: 16px;
}
header .header_pc div .nav li {
  margin-right: 25px;
}
header .header_pc div .nav li:last-child {
  margin-right: 0;
}
header .header_pc div .nav li a:hover {
  transition: 0.2s;
  color: #00C87B;
}
header .header_pc div .contact {
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(90deg, rgb(0, 200, 123) 0%, rgb(0, 150, 92) 50%, rgb(0, 100, 62) 100%);
  background-size: 200% 100%;
  border-radius: 30px;
  padding: 15px 30px;
  margin-left: 30px;
}
header .header_pc div .contact img {
  margin-left: 15px;
}
header .header_pc div .contact:hover {
  transition: 0.3s;
  background-position: 100% 0;
}
header .header_pc div .contact:hover img {
  transition: 0.3s;
  scale: 1.4;
}
header .header_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  header .header_sp {
    display: block;
    padding: 10px 15px 0;
  }
  header .header_sp a {
    display: block;
    max-width: 200px;
  }
  header .header_sp a img {
    width: 100%;
  }
}
header .thanks_header {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  header .thanks_header img {
    max-width: 180px;
  }
}

/*************************************************
footer
*************************************************/
footer {
  background-color: #333;
  color: #fff;
  padding: 80px 0 40px;
  font-family: termina, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 40px 0;
  }
}
footer .section_inner_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  footer .section_inner_02 {
    display: none;
  }
}
footer .section_inner_02 .footer_left {
  flex-basis: 50%;
  display: flex;
}
footer .section_inner_02 .footer_left .gh a {
  display: block;
  margin-bottom: 150px;
}
footer .section_inner_02 .footer_left .nav {
  position: relative;
  margin-left: 100px;
}
footer .section_inner_02 .footer_left .nav::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 210px;
  background-color: #707070;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
footer .section_inner_02 .footer_left .nav li {
  margin-bottom: 15px;
}
footer .section_inner_02 .footer_left .nav li:hover {
  opacity: 0.8;
}
footer .section_inner_02 .footer_right p {
  line-height: 1.5;
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  footer .is_sp .section_inner {
    padding: 0 15px;
  }
  footer .is_sp .section_inner .footer_nav {
    padding: 50px 0;
    position: relative;
  }
  footer .is_sp .section_inner .footer_nav::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 210px;
    background-color: #707070;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  footer .is_sp .section_inner .footer_nav ul {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 50px;
  }
  footer .is_sp .section_inner .footer_nav ul li {
    margin-bottom: 10px;
  }
  footer .is_sp .section_inner .footer_nav ul li:hover {
    opacity: 0.8;
  }
  footer .is_sp .section_inner .top {
    display: block;
    max-width: 200px;
    margin-bottom: 20px;
  }
  footer .is_sp .section_inner .top img {
    width: 100%;
  }
  footer .is_sp .section_inner .footer_right {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  footer .is_sp .section_inner .footer_right p {
    margin-bottom: 10px;
  }
  footer .is_sp .section_inner small {
    display: block;
    text-align: center;
  }
}

/*************************************************
navi
*************************************************/
/*************************************************
top
*************************************************/
#fv {
  position: relative;
}
#fv .slide {
  overflow: hidden;
}
#fv .slide li img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#fv .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#fv .copy {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  color: #fff;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #fv .copy {
    padding: 0 15px;
  }
}
#fv .copy span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #fv .copy span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#fv .copy h1 {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #fv .copy h1 {
    font-size: 30px;
  }
}
#fv .copy p {
  opacity: 0;
  font-weight: 500;
  line-height: 1.6;
  animation-name: fadeUpAnime;
}

#about {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
#about .about_bg {
  margin-top: 50px;
  padding: 200px 0 150px;
  background-color: #eff9f5;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 599px) {
  #about .about_bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  #about .about_bg .section_inner {
    padding: 0 15px;
  }
}
#about .about_bg .section_inner h2 {
  margin-bottom: 100px;
}
#about .about_bg .section_inner p {
  margin-left: 50px;
  color: #00643e;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #about .about_bg .section_inner p {
    font-size: 20px;
    margin-left: 0;
  }
}
#about .about_bg .section_inner ul {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  margin-left: 200px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #about .about_bg .section_inner ul {
    margin-left: 30px;
    font-size: 16px;
  }
}
#about .about_bg .section_inner ul li {
  position: relative;
  margin-bottom: 15px;
}
#about .about_bg .section_inner ul li::before {
  position: absolute;
  content: "";
  background-color: #aaaaaa;
  width: 40px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
}
@media screen and (max-width: 599px) {
  #about .about_bg .section_inner ul li::before {
    width: 20px;
    left: -45px;
  }
}
#about .world {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
#about .world img {
  width: 100%;
  display: block;
}

#we_do {
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  #we_do .section_inner_02 {
    width: 100%;
    padding: 0 15px;
  }
}
#we_do h2 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px;
}
#we_do .we_do_01,
#we_do .we_do_02,
#we_do .we_do_03 {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_01,
  #we_do .we_do_02,
  #we_do .we_do_03 {
    display: block;
  }
}
#we_do .we_do_01 .img_wrap,
#we_do .we_do_02 .img_wrap,
#we_do .we_do_03 .img_wrap {
  flex-basis: 30%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_01 .img_wrap,
  #we_do .we_do_02 .img_wrap,
  #we_do .we_do_03 .img_wrap {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  #we_do .we_do_01 .img_wrap img,
  #we_do .we_do_02 .img_wrap img,
  #we_do .we_do_03 .img_wrap img {
    width: 100%;
  }
}
#we_do .we_do_01 .img_wrap::before,
#we_do .we_do_02 .img_wrap::before,
#we_do .we_do_03 .img_wrap::before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #00965c;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
#we_do .we_do_01 .we_do_text,
#we_do .we_do_02 .we_do_text,
#we_do .we_do_03 .we_do_text {
  flex-basis: 60%;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_01 .we_do_text,
  #we_do .we_do_02 .we_do_text,
  #we_do .we_do_03 .we_do_text {
    margin-top: 20px;
  }
}
#we_do .we_do_01 .we_do_text h3,
#we_do .we_do_02 .we_do_text h3,
#we_do .we_do_03 .we_do_text h3 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #00965c;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_01 .we_do_text h3,
  #we_do .we_do_02 .we_do_text h3,
  #we_do .we_do_03 .we_do_text h3 {
    font-size: 23px;
  }
}
#we_do .we_do_01 .we_do_text p,
#we_do .we_do_02 .we_do_text p,
#we_do .we_do_03 .we_do_text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_01 .we_do_text p,
  #we_do .we_do_02 .we_do_text p,
  #we_do .we_do_03 .we_do_text p {
    font-size: 16px;
  }
}
#we_do .we_do_02 {
  margin-left: 100px;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_02 {
    margin-left: 0;
  }
}
#we_do .we_do_03 {
  margin-left: 200px;
}
@media screen and (max-width: 599px) {
  #we_do .we_do_03 {
    margin-left: 0;
  }
}

#who {
  background-color: #efefef;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  #who {
    padding: 50px 0;
  }
}
#who .section_inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #who .section_inner {
    display: block;
    padding: 0 15px;
  }
}
#who .section_inner::before {
  content: url(../images/who_img.png);
  position: absolute;
  left: -200px;
  top: -10%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  #who .section_inner::before {
    display: none;
  }
}
#who .section_inner img {
  flex-basis: 25%;
}
@media screen and (max-width: 599px) {
  #who .section_inner img {
    margin: 0 auto;
  }
}
#who .section_inner .who_text {
  flex-basis: 65%;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #who .section_inner .who_text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#who .section_inner .who_text h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #who .section_inner .who_text h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 30px;
  }
}
#who .section_inner .who_text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

#services {
  background-color: #eff9f5;
  padding: 150px 0;
  border-radius: 0 0 200px 0;
}
@media screen and (max-width: 599px) {
  #services {
    padding: 100px 0;
    border-radius: 0 0 100px 0;
  }
}
@media screen and (max-width: 599px) {
  #services .section_inner_02 {
    padding: 0 15px;
  }
}
#services h2 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#services .services_wrapper {
  margin-top: 150px;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper {
    margin-top: 50px;
  }
}
#services .services_wrapper .services_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner {
    display: block;
    margin-bottom: 50px;
  }
}
#services .services_wrapper .services_inner img {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner img {
    width: 100%;
  }
}
#services .services_wrapper .services_inner .services_inner_text {
  flex-basis: 40%;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner .services_inner_text {
    margin-top: 20px;
  }
}
#services .services_wrapper .services_inner .services_inner_text h3 {
  position: relative;
  color: #00643e;
  font-size: 20px;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner .services_inner_text h3 {
    margin-left: 30px;
  }
}
#services .services_wrapper .services_inner .services_inner_text h3::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  background-color: #333333;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
#services .services_wrapper .services_inner .services_inner_text ul {
  font-size: 21px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner .services_inner_text ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner_02 {
    display: flex;
    flex-direction: column-reverse;
  }
}
#services .services_wrapper .services_inner_02 .services_inner_text {
  margin-left: 80px;
}
@media screen and (max-width: 599px) {
  #services .services_wrapper .services_inner_02 .services_inner_text {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }
}

#works {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
}
@media screen and (max-width: 599px) {
  #works {
    padding: 150px 0 50px;
  }
}
#works h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #works h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }
}
#works .works_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#works .works_wrapper .works_inner {
  position: relative;
  display: block;
  width: 300px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #works .works_wrapper .works_inner {
    margin: 0 auto 80px;
  }
}
#works .works_wrapper .works_inner .works_top {
  background-color: #00965c;
}
#works .works_wrapper .works_inner .works_top img {
  width: 85%;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}
#works .works_wrapper .works_inner .works_bottom {
  padding: 30px 10px;
}
#works .works_wrapper .works_inner .works_bottom h4 {
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
#works .works_wrapper .works_inner .works_bottom span {
  font-size: 14px;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #582b0a;
  background-color: rgba(88, 43, 10, 0.1294117647);
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
}
#works .works_wrapper .works_inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  transform: translate(0, 100%);
  transition: transform 0.3s, opacity;
}
#works .works_wrapper .works_inner:hover {
  transition: transform 0.3s, opacity;
  transform: translate(0, -30px);
}
#works .works_wrapper .works_inner_01 {
  border-radius: 50px 50px 5px 5px;
}
#works .works_wrapper .works_inner_01 .works_top {
  border-radius: 50px 50px 5px 5px;
}
#works .works_wrapper .works_inner_02 {
  border-radius: 5px 50px 5px 5px;
}
#works .works_wrapper .works_inner_02 .works_top {
  border-radius: 5px 50px 5px 5px;
}
#works .works_wrapper .works_inner_03 {
  border-radius: 50px 5px 5px 5px;
}
#works .works_wrapper .works_inner_03 .works_top {
  border-radius: 50px 5px 5px 5px;
}
#works .works_wrapper .works_inner_04 {
  border-radius: 50px 5px 5px 5px;
}
#works .works_wrapper .works_inner_04 .works_top {
  border-radius: 50px 5px 5px 5px;
}
#works .works_wrapper .works_inner_05 {
  border-radius: 50px 50px 5px 5px;
}
#works .works_wrapper .works_inner_05 .works_top {
  border-radius: 50px 50px 5px 5px;
}
#works .works_wrapper .works_inner_06 {
  border-radius: 5px 50px 5px 5px;
}
#works .works_wrapper .works_inner_06 .works_top {
  border-radius: 5px 50px 5px 5px;
}

#process {
  background-image: url(../images/bg-dot.png);
  padding: 100px 0 50px;
}
#process h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#process .process_wrapper {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 150px auto 50px;
}
@media screen and (max-width: 599px) {
  #process .process_wrapper {
    margin: 100px auto;
    padding: 0 15px;
  }
}
#process .process_wrapper::before {
  content: "";
  width: 3px;
  height: 90%;
  background-color: #00965c;
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #process .process_wrapper::before {
    height: 85%;
    left: 50px;
  }
}
#process .process_wrapper .process_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20%;
}
#process .process_wrapper .process_inner:last-child {
  margin-bottom: 0;
}
#process .process_wrapper .process_inner .process_img {
  flex-basis: 20%;
}
#process .process_wrapper .process_inner .process_img img {
  display: block;
  width: 100%;
}
#process .process_wrapper .process_inner .process_text {
  flex-basis: 70%;
}
#process .process_wrapper .process_inner .process_text h4 {
  font-size: 22px;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00965c;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #process .process_wrapper .process_inner .process_text h4 {
    font-size: 18px;
  }
}
#process .process_wrapper .process_inner .process_text p {
  line-height: 1.5;
  font-size: 21px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #process .process_wrapper .process_inner .process_text p {
    font-size: 18px;
  }
}

#price {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #price .section_inner {
    padding: 0 15px;
  }
}
#price h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
#price .price_wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#price .price_wrapper .price_inner {
  border-radius: 30px 0 30px 0px;
  width: 300px;
  background-color: rgba(0, 200, 123, 0.1294117647);
}
@media screen and (max-width: 599px) {
  #price .price_wrapper .price_inner {
    margin: 0 auto 50px;
  }
}
#price .price_wrapper .price_inner h3 {
  border-radius: 30px 0 0px 0px;
  color: #fff;
  background-color: #00643e;
  text-align: center;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  padding: 50px 0;
}
#price .price_wrapper .price_inner .price_text {
  padding: 50px 20px 30px;
}
#price .price_wrapper .price_inner .price_text h4 {
  font-size: 29px;
  color: #00965c;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 50px;
}
#price .price_wrapper .price_inner .price_text h4 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#price .price_wrapper .price_inner .price_text h4 .percent {
  font-size: 14px;
  margin-left: 5px;
}
#price .price_wrapper .price_inner .price_text .include {
  display: inline-block;
  color: #00c87b;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  padding: 10px;
  margin-bottom: 20px;
}
#price .price_wrapper .price_inner .price_text p {
  font-family: termina, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}
#price .price_wrapper .price_inner .price_text .marketing {
  color: #333333;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#price .price_wrapper .price_inner .price_text .fee {
  display: block;
  margin-bottom: 10px;
  color: #00965c;
  font-size: 16px;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#price .price_wrapper .price_inner .price_text .marketing_01 {
  border-bottom: 1px #707070 dashed;
}
#price .price_wrapper .price_inner .price_text .marketing_01 h4 {
  margin-bottom: 20px;
}
#price .price_wrapper .price_inner .price_text .marketing_02 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#price .price_wrapper .price_text:last-child {
  padding: 30px 20px;
}

#contact .contact_bg {
  background-color: #eff9f5;
  border-radius: 0 200px 0 0;
}
@media screen and (max-width: 599px) {
  #contact .contact_bg {
    border-radius: 0 100px 0 0;
  }
}
#contact .contact_bg .contact_wrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #contact .contact_bg .contact_wrapper {
    padding: 100px 15px;
  }
}
#contact .contact_bg .contact_wrapper h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}
#contact .contact_bg .contact_wrapper .formTable {
  font-size: 22px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#contact .contact_bg .contact_wrapper .formTable .required {
  position: relative;
}
#contact .contact_bg .contact_wrapper .formTable .required::after {
  position: absolute;
  content: "＊";
  color: red;
  font-size: 10px;
}
#contact .contact_bg .contact_wrapper .formTable tr {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #contact .contact_bg .contact_wrapper .formTable tr {
    font-size: 16px;
  }
}
#contact .contact_bg .contact_wrapper .formTable th {
  display: block;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
#contact .contact_bg .contact_wrapper .formTable td {
  display: block;
}
#contact .contact_bg .contact_wrapper .formTable input[type=email],
#contact .contact_bg .contact_wrapper .formTable input[type=tel],
#contact .contact_bg .contact_wrapper .formTable input[type=text],
#contact .contact_bg .contact_wrapper .formTable textarea {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  letter-spacing: 0.03em;
}
#contact .contact_bg .contact_wrapper .formTable .checkbox_list td {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 15px;
}
#contact .contact_bg .contact_wrapper .formTable .checkbox_list td input {
  margin-right: 5px;
  border: 1px solid #cacaca;
}
#contact .contact_bg .contact_wrapper .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
  text-align: center;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(0, 200, 123) 0%, rgb(0, 150, 92) 50%, rgb(0, 100, 62) 100%);
  background-size: 200% 100%;
  border-radius: 30px;
  padding: 15px 60px;
}
#contact .contact_bg .contact_wrapper .button:hover {
  transition: 0.3s;
  background-position: 100% 0;
}
#contact .contact_bg .contact_wrapper .button:hover img {
  transition: 0.3s;
  scale: 1.4;
}

#thanks .thanks_wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  padding: 200px 0;
  font-family: termina, sans-serif;
}
@media screen and (max-width: 599px) {
  #thanks .thanks_wrapper {
    padding: 150px 0;
  }
}
#thanks .thanks_wrapper .thanks_mail {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 599px) {
  #thanks .thanks_wrapper .thanks_mail {
    max-width: 150px;
  }
}
#thanks .thanks_wrapper h3 {
  text-align: center;
  font-size: 40px;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #thanks .thanks_wrapper h3 {
    font-size: 30px;
  }
}
#thanks .thanks_wrapper p {
  padding: 0 50px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #thanks .thanks_wrapper p {
    font-size: 14px;
  }
}
#thanks .thanks_wrapper .button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
  text-align: center;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(0, 200, 123) 0%, rgb(0, 150, 92) 50%, rgb(0, 100, 62) 100%);
  background-size: 200% 100%;
  border-radius: 30px;
  padding: 15px 60px;
}
#thanks .thanks_wrapper .button a:hover {
  transition: 0.3s;
  background-position: 100% 0;
}
#thanks .thanks_wrapper .button a:hover img {
  transition: 0.3s;
  scale: 1.4;
}/*# sourceMappingURL=style.css.map */