@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #222;
  text-decoration: none;
}
a:link {
  color: #222;
}
a:active {
  color: #222;
}
a:visited {
  color: #222;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* CSS Document */
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #222;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 95px;
}
@media (max-width: 767px) {
  body {
    margin-top: 120px;
  }
}
body.active {
  overflow-y: hidden;
}
body p {
  text-align: justify;
  line-height: 2;
}
body.active {
  overflow: hidden;
}
body a {
  color: #222;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.2s;
}
a:link {
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.7;
}
a:visited {
  color: #333;
}

/* 共通
---------------------------------------*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.section-ttl {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-ttl {
    margin-bottom: 25px;
  }
}
.section-ttl h2 {
  font-size: 60px;
  color: #5EBA54;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 10%;
}
@media (max-width: 767px) {
  .section-ttl h2 {
    font-size: 45px;
    letter-spacing: 5%;
  }
}
.section-ttl span {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.btn a {
  padding: 10px 35px 10px 50px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  height: 40px;
  color: #222;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 100vh;
  z-index: 2;
}
.btn a::before {
  left: 0;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background: #F95251;
  width: 40px;
  height: 40px;
  z-index: -1;
  border-radius: 100vh;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.btn a::after {
  content: "";
  width: 9.7px;
  height: 10px;
  background: url(../img/common/btn-arrow-white.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .btn a:hover {
    padding: 10px 35px 10px 20px;
    color: #fff;
  }
  .btn a:hover::before {
    width: 100%;
  }
  .btn a:hover::after {
    left: calc(100% - 20px);
  }
}
.btn a:hover {
  opacity: 1;
}

.deco1 {
  position: absolute;
  z-index: -2;
}
@media (min-width: 768px) {
  .deco1 {
    border-radius: 50%;
    top: -290px;
    left: -116px;
    transform: rotate(-33.11deg);
    width: 875px;
    height: 435px;
    background: #5EBA54;
  }
}
@media screen and (min-width: 751px) and (max-width: 1310px) {
  .deco1 {
    width: 820px;
    height: 425px;
    top: -270px;
    left: -190px;
  }
}
@media screen and (min-width: 1920px) {
  .deco1 {
    top: -230px;
  }
}
@media (max-width: 767px) {
  .deco1 {
    width: 272px;
    background: url(../img/common/object.png) no-repeat center/100%;
    top: 0;
    left: 0;
    height: 121px;
  }
}

.deco2 {
  width: 235px;
  height: 170px;
  background: url(../img/top/header-over-pattern1.png) no-repeat center/100%;
  position: absolute;
  left: 65px;
  top: 114px;
  z-index: -1;
}
@media screen and (min-width: 751px) and (max-width: 1310px) {
  .deco2 {
    width: 204px;
    height: 152px;
    left: 65px;
    top: 108px;
  }
}
@media screen and (min-width: 1920px) {
  .deco2 {
    top: 160px;
  }
}

.content-ttl .sub {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 15%;
  background: #5EBA54;
  padding: 0 18px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-ttl .sub {
    font-size: 13px;
    padding: 7px 15px;
    line-height: 15px;
  }
}
.content-ttl h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 10%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-ttl h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* header
---------------------------------------*/
#header {
  padding: 0 38px 0 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  transition: 0.3s;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  #header {
    padding: 0 20px 0 15px;
    height: 82px;
  }
  #header.more-active .on {
    opacity: 0 !important;
  }
}
#header.active {
  background: #fff;
}
#header.active .logo .on {
  opacity: 1;
}
#header .logo {
  width: 231px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  #header .logo {
    width: 182px;
  }
}
#header .logo .on {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
#header .other {
  display: flex;
  gap: 0 25px;
}
@media (max-width: 767px) {
  #header .other {
    display: none;
  }
}
#header .other ul {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
#header .other ul li {
  position: relative;
}
#header .other ul li:hover::before {
  opacity: 1;
}
#header .other ul li.active::before {
  opacity: 1;
}
@media (max-width: 767px) {
  #header .other ul li.active::before {
    opacity: 1;
    line-height: 2;
    font-weight: bold;
  }
}
#header .other ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #222;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(30deg);
  pointer-events: none;
}
#header .other ul li:last-of-type::after {
  content: none;
}
#header .other ul li::before {
  content: "";
  width: 9px;
  height: 8.4px;
  background: #5EBA54;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
#header .other ul li.hover-menu > a {
  pointer-events: none;
}
#header .other ul li.hover-menu::before {
  content: none;
}
#header .other ul li.hover-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  right: auto;
  background: none;
  transform: unset;
  pointer-events: all;
}
@media (min-width: 768px) {
  #header .other ul li.hover-menu .links {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 4px 10px;
    min-width: 165px;
    border: 1px solid #5EBA54;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  }
  #header .other ul li.hover-menu .links::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #5EBA54;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .other ul li.hover-menu .links a {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 16px;
    white-space: nowrap;
    text-align: center;
  }
  #header .other ul li.hover-menu .links a:hover {
    opacity: 0.7;
  }
  #header .other ul li.hover-menu:hover .links {
    opacity: 1;
    visibility: visible;
  }
  #header .other ul li.hover-menu:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #header .other ul li.hover-menu .links {
    display: none;
  }
}
#header .other ul li a:hover {
  opacity: 1;
}
#header .other .contact-btn a {
  width: 160px;
  height: 50px;
  background: #F95251;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100vh;
  font-size: 14px;
  border: 1px solid #F95251;
}
#header .other .contact-btn a span {
  padding-right: 26px;
  position: relative;
}
#header .other .contact-btn a span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#header .other .contact-btn a span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/btn-arrow-red.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translate(50%, -50%);
  transition: 0.3s;
}
#header .other .contact-btn a:hover {
  opacity: 1;
  background: #fff;
  color: #F95251;
}
#header .other .contact-btn a:hover span::before {
  background: #F95251;
}
#header .other .contact-btn a:hover span::after {
  background: url(../img/common/btn-arrow-white.png) no-repeat center/100%;
}
#header .fade-menu {
  display: none;
}
@media (max-width: 767px) {
  #header .fade-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    padding: 132px 25px 100px;
    overflow-y: scroll;
  }
  #header .fade-menu::before {
    content: "";
    position: fixed;
    width: 272px;
    background: url(../img/common/object.png) no-repeat center/100%;
    top: 0;
    left: 0;
    height: 121px;
    z-index: 8;
  }
  #header .fade-menu ul {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }
  #header .fade-menu ul li {
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
  }
  #header .fade-menu ul li > a {
    line-height: 1.4;
    font-size: 16px;
    padding: 20px 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 500;
    position: relative;
  }
  #header .fade-menu ul li > a::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #F95251;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #header .fade-menu ul li > a.none {
    pointer-events: none;
  }
  #header .fade-menu ul li .links {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
    padding-left: 16px;
    padding-bottom: 20px;
  }
  #header .fade-menu ul li .links a {
    font-size: 14px;
    padding-right: 20px;
    position: relative;
  }
  #header .fade-menu ul li .links a::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/common/other-page.png) no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .fade-menu .contact-area {
    margin-top: 40px;
  }
  #header .fade-menu .contact-area .tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 44px;
  }
  #header .fade-menu .contact-area .tel a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 10%;
    color: #222;
    font-size: 32px;
    padding-left: 36px;
    position: relative;
  }
  #header .fade-menu .contact-area .tel a::before {
    content: "";
    width: 27px;
    height: 27px;
    background: url(../img/common/tel-icon-green.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .fade-menu .contact-area .tel a:hover {
    opacity: 1;
  }
  #header .fade-menu .contact-area .tel span {
    color: #222;
    font-weight: bold;
    font-size: 16px;
  }
  #header .fade-menu .contact-area .contact a {
    background: #5EBA54;
    color: #fff;
    border-radius: 100vh;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    font-size: 16px;
    margin: auto;
  }
  #header .fade-menu .contact-area .contact a span {
    padding-left: 40px;
    position: relative;
  }
  #header .fade-menu .contact-area .contact a span::before {
    content: "";
    width: 25px;
    height: 19px;
    background: url(../img/common/mail-icon-white.png) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  #header .fade-menu .contact-area .contact a:hover {
    opacity: 1;
  }
}
#header .hamburger {
  display: none;
}
@media (max-width: 767px) {
  #header .hamburger {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #F95251;
    position: relative;
    z-index: 99;
    border-radius: 100ch;
  }
  #header .hamburger.active span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .hamburger.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header .hamburger span {
    width: 20px;
    height: 2px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: 0.3s;
    border-radius: 10px;
  }
  #header .hamburger span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  #header .hamburger span:nth-of-type(2) {
    top: calc(50% + 5px);
  }
}

.cta-wrap {
  position: relative;
}
.cta-wrap::before {
  content: "";
  width: 100vw;
  height: calc(100% - 150px);
  background: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta {
  width: calc(50vw + 540px);
  position: relative;
  background: #5EBA54;
  border-radius: 0 100vh 100vh 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta {
    width: 100%;
    border-radius: 0;
  }
}
.cta .position1 {
  position: absolute;
  width: 235px;
  top: 0;
  left: calc(50vw - 644px);
  top: -52px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta .position1 {
    width: 190px;
    left: -12px;
    top: -22px;
  }
}
.cta .position2 {
  position: absolute;
  width: 235px;
  bottom: 0;
  pointer-events: none;
  bottom: -43px;
  right: 60px;
}
@media (max-width: 767px) {
  .cta .position2 {
    width: 210px;
    bottom: -39px;
    right: -56px;
  }
}
.cta .inner {
  padding: 70px 208px 70px calc(50vw - 558px);
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cta .inner {
    padding: 80px 20px;
  }
}
.cta .flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cta .flex {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
  }
}
.cta .left .section-ttl h2 {
  color: #fff;
}
.cta .left .section-ttl span {
  color: #fff;
}
.cta .left .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.cta .right .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 44px;
}
.cta .right .tel a {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 10%;
  color: #fff;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .cta .right .tel a {
    font-size: 32px;
    padding-left: 36px;
  }
}
.cta .right .tel a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/tel-icon-white.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cta .right .tel a::before {
    width: 27px;
    height: 27px;
  }
}
.cta .right .tel span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cta .right .contact a {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100vh;
  width: 366px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cta .right .contact a {
    width: 290px;
    font-size: 16px;
  }
}
.cta .right .contact a span {
  padding-left: 40px;
  position: relative;
}
.cta .right .contact a span::before {
  content: "";
  width: 25px;
  height: 19px;
  background: url(../img/common/mail-icon-white.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cta .right .contact a:hover {
  opacity: 1;
  background: #fff;
  color: #5EBA54;
}
.cta .right .contact a:hover span::before {
  background: url(../img/common/mail-icon-grn.png) no-repeat center/100%;
}

/* footer
---------------------------------------*/
#footer {
  background: #fff;
}
#footer .inner {
  padding: 33px 0 47px;
}
@media (max-width: 767px) {
  #footer .inner {
    width: calc(100% - 40px);
    padding: 35px 0 25px;
  }
}
#footer .flex {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  #footer .flex::before {
    content: "";
    width: 1px;
    height: 220px;
    background: #a2a2a2;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px 0;
  }
}
#footer .left .logo {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer .left .logo {
    margin-bottom: 25px;
  }
}
#footer .left .info {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #footer .left .info {
    margin-bottom: 25px;
  }
}
#footer .left .info p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  #footer .left .info p {
    line-height: 2;
  }
}
#footer .left .license {
  display: flex;
  align-items: flex-end;
  gap: 0 22px;
}
@media (max-width: 767px) {
  #footer .left .license {
    align-items: center;
  }
}
#footer .left .license img {
  width: 100px;
}
#footer .left .license p {
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .left .license p {
    text-align: left;
    line-height: 1.8;
  }
}
#footer .right {
  width: 450px;
}
@media (max-width: 767px) {
  #footer .right {
    width: 100%;
  }
}
#footer .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (min-width: 768px) {
  #footer .right ul li:nth-of-type(1), #footer .right ul li:nth-of-type(4) {
    width: 114px;
  }
  #footer .right ul li:nth-of-type(2), #footer .right ul li:nth-of-type(5) {
    width: 190px;
  }
  #footer .right ul li:nth-of-type(3), #footer .right ul li:nth-of-type(6) {
    width: 146px;
  }
}
@media (max-width: 767px) {
  #footer .right ul li:nth-of-type(odd) {
    width: 131px;
  }
  #footer .right ul li:nth-of-type(even) {
    width: calc(100% - 131px);
  }
}
#footer .right ul li a {
  padding-left: 20px;
  position: relative;
}
#footer .right ul li a::before {
  content: "";
  width: 10px;
  height: 6.45px;
  background: #F95251;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-42deg);
}
#footer .right ul.ul02 {
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #footer .right ul.ul02 {
    margin-top: 40px;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
#footer .right ul.ul02 li {
  width: 146px;
}
@media (max-width: 767px) {
  #footer .right ul.ul02 li {
    width: auto;
  }
}
#footer .right ul.ul02 li a {
  pointer-events: none;
}
#footer .right .links {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  align-items: flex-end;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #footer .right .links {
    gap: 20px 0;
    align-items: flex-start;
    margin-bottom: 65px;
  }
}
#footer .right .links a {
  font-size: 14px;
  padding-right: 18px;
  position: relative;
}
#footer .right .links a::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/common/other-page.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .right .copyright {
  font-size: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .right .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */