@charset "UTF-8";
html {
  overflow: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #222222;
  letter-spacing: 0.05em;
}

/*-------- 共通部分 --------*/
/* header */
.header {
  width: 100%;
  padding-left: 60px;
  padding-right: 50px;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .inner {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  max-width: 243px;
  margin-left: 10px;
  width: 175px;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header__logo .logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__logo .logo.--color {
  opacity: 0;
}
.header__left {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 75px;
  margin-left: -20px;
  padding: 0px 20px;
  padding-left: 25px;
  padding-right: 2.8vw;
}
.header__left nav {
  margin-left: min(70px, 6vw);
}
.header__cta {
  display: flex;
  margin-left: 20px;
  order: 3;
}
.header__cta .cta-btn {
  width: 120px;
  height: 120px;
  padding: 4px;
  font-size: 16px;
  line-height: 1.35em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.header__cta .cta-btn:hover {
  transform: scale(1.15);
}
.header__cta .cta-btn a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__cta .cta-btn.green-light {
  border: 2px solid #0ae27d;
}
.header__cta .cta-btn.green-light a {
  background-color: #0ae27d;
}
.header__cta .cta-btn.green {
  border: 2px solid #21cc48;
  margin-left: 10px;
}
.header__cta .cta-btn.green a {
  background-color: #21cc48;
}

.header__left.float {
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
}
.header__left.float .header__logo .logo.--white {
  opacity: 0;
}
.header__left.float .header__logo .logo.--color {
  opacity: 1;
}
.header__left.float .header-menu {
  color: #1cab3d;
}

.header-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.header-menu__list {
  position: relative;
  padding: 25px 0;
}
.header-menu__list:not(:first-of-type) {
  margin-left: min(70px, 2.1vw);
}
.header-menu__list::after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-radius: 7px;
  transform: translateX(-50%) scaleX(0);
  background-color: #1cab3d;
  transition: transform 0.3s ease;
}
.header-menu .sub-menu {
  width: 210%;
  min-width: 240px;
  max-width: 310px;
  height: auto;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 2;
}
.header-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -100%);
  border-style: solid;
  border-width: 0 15.5px 10px 15.5px;
  border-color: transparent transparent #fff transparent;
}
.header-menu .sub-menu__list {
  color: #1cab3d;
  height: auto;
}
.header-menu .sub-menu__list a {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  display: inline-block;
}

.header-menu__list:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.header-menu__list:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
}
.header-menu__list:hover .sub-menu__list:hover {
  background-color: #1cab3d;
  color: #fff;
}

.lower-mv {
  height: 520px;
  position: relative;
  background-color: #fff;
}
.lower-mv .inner {
  max-width: 1480px;
  position: relative;
  padding: 0 20px;
}
.lower-mv__title {
  position: absolute;
  top: 220px;
  left: 5%;
}
.lower-mv__title .title {
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25;
}
.lower-mv__title .clip {
  font-size: 64px;
  background: linear-gradient(to right, #2cdc87 50%, #1aac78 100%);
  font-family: "Viga", sans-serif;
  -webkit-background-clip: text;
  letter-spacing: 0.05em;
  color: transparent;
}
.lower-mv__title .caption {
  font-weight: 900;
  margin-top: 10px;
  font-size: 16px;
}
.lower-mv__breadcrumbs {
  text-align: right;
  position: absolute;
  top: 260px;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Viga", sans-serif;
  font-weight: 700;
  color: #222222;
}
.lower-mv__breadcrumbs .dot {
  width: 6px;
  height: 6px;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
  background-color: #c4c4c4;
  border-radius: 50%;
}
.lower-mv__breadcrumbs .current {
  color: #1cab3d;
}
.lower-mv .bg__image {
  position: absolute;
  max-width: 1200px;
  width: 45%;
  top: 15%;
}
.lower-mv .bg .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 640px solid #e0eee1;
  border-left: 54vw solid transparent;
}

/* パーツ */
p a,
.image-wrap a {
  transition: opacity 0.2s ease;
}
p a:hover,
.image-wrap a:hover {
  opacity: 0.7;
}

section .bg {
  z-index: -1;
}

main {
  width: 100%;
}

.inner {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.inner.--small {
  max-width: 1100px;
}

.floating-cta {
  width: 120px;
  height: 270px;
  padding: 4px 0px 4px 4px;
  position: fixed;
  bottom: 360px;
  right: -30px;
  z-index: 9;
  border-radius: 25px 0 0 25px;
  border-top: 3px solid #1cab3d;
  border-bottom: 3px solid #1cab3d;
  border-left: 3px solid #1cab3d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.floating-cta:hover {
  right: -2px;
}
.floating-cta a {
  width: 100%;
  height: 100%;
  padding-right: 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #1cab3d;
  border-radius: 20px 0 0 20px;
}
.floating-cta a .image-wrap {
  width: calc(100% - 30px);
  height: 100%;
  margin-right: 30px;
  position: absolute;
  left: 0;
}
.floating-cta a .panda {
  width: 80%;
  position: absolute;
  top: -40px;
  left: 54%;
  transform: translateX(-50%);
}
.floating-cta a p {
  margin-top: 47px;
  line-height: 1.25;
}
.floating-cta a span {
  margin-left: 5px;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
}

.floating-cta.--recruit {
  height: 240px;
  bottom: 100px;
  color: #fff;
  border-color: #29d585;
}
.floating-cta.--recruit a {
  padding-left: 4px;
  justify-content: center;
  column-gap: 16px;
  background: linear-gradient(120deg, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 50%, rgb(196, 255, 102) 100%);
}
.floating-cta.--recruit a span {
  letter-spacing: 0.1em;
}
.floating-cta.--recruit p {
  margin-top: 0;
}
.floating-cta.--recruit .circle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  writing-mode: horizontal-tb;
  color: #1cab3d;
  background-color: #f5ef4e;
}
.floating-cta.--recruit .circle p {
  margin-top: 0;
}

.more-btn {
  width: 300px;
  height: 58px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 45px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.more-btn::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 45px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #1baf79;
  border: none;
  transform: translateX(-100%);
  transition: all 0.4s ease;
}
.more-btn:hover {
  transform: scale(0.95);
}
.more-btn:hover a {
  color: #fff;
}
.more-btn:hover::before {
  transform: translateX(0%);
}
.more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: 4px solid #1baf79;
  border-radius: 45px;
  font-weight: 700;
  color: #1baf79;
  position: relative;
}
.more-btn a span {
  z-index: 1;
}
.more-btn .fas {
  position: absolute;
  right: 27px;
}
.more-btn.design02 {
  padding: 5px;
  background-color: transparent;
  border: 1px solid #fac530;
}
.more-btn.design02::before {
  content: none;
}
.more-btn.design02 a {
  background-color: #fac530;
  border: none;
  border-radius: 45px;
  color: #fff;
  overflow: hidden;
}
.more-btn.design02 a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border: none;
  transform: translateX(-100%);
  transition: all 0.4s ease;
}
.more-btn.design02:hover {
  transform: scale(1.15);
}
.more-btn.design02.--green {
  border: 1px solid #0ae27d;
}
.more-btn.design02.--green a {
  background-color: #0ae27d;
}
.more-btn.line-design {
  border-color: #06c755;
}
.more-btn.line-design::before {
  background-color: #06c755;
}
.more-btn.line-design a {
  border-color: #06c755;
  color: #06c755;
}
.more-btn.line-design .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: all 0.3s;
}
.more-btn.line-design:hover a {
  color: #fff;
}
.more-btn.line-design:hover .icon {
  display: none;
}

.title-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.title-wrap .caption {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.title-wrap .head {
  margin-top: 15px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.8;
  font-family: Helvetica, Arial, sans-serif;
}
.title-wrap::after {
  content: "";
  width: 50px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #29d585;
}

.dot-text {
  position: relative;
}
.dot-text::before {
  content: "";
  width: 0.225em;
  height: 0.225em;
  position: absolute;
  top: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5ef4e;
  border-radius: 50%;
}

/* ステータス */
.d-none {
  display: none;
}

.pc-none {
  display: none;
}

/*-------- ctaブロック --------*/
.consultant {
  height: 340px;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
  background-image: url(../img/top_consultant_bg.jpg);
  background-image: image-set(url(../img/top_consultant_bg.jpg) 1x, url(../img/top_consultant_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_consultant_bg.jpg) 1x, url(../img/top_consultant_bg@2x.jpg) 2x);
  background-position: center;
  background-size: cover;
}
.consultant .image-wrap {
  width: 280px;
  height: 700px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.consultant .image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  bottom: -150px;
  z-index: 1;
}
.consultant .content {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.consultant .content .lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.consultant .content .lead span {
  position: relative;
}
.consultant .content .lead span::before, .consultant .content .lead span::after {
  content: "";
  width: 2px;
  height: 1.44em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.consultant .content .lead span::before {
  transform: translateY(-50%) rotate(-28deg);
  left: -23px;
}
.consultant .content .lead span::after {
  transform: translateY(-50%) rotate(28deg);
  right: -12px;
}
.consultant .content .text {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.consultant .content .text span {
  display: inline-block;
  margin-top: 20px;
}
.consultant .content .btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.consultant .content .btn-wrap .more-btn {
  margin: 0;
}
.consultant .content .btn-wrap .more-btn:nth-of-type(2) {
  margin-left: 65px;
}

.consultant.--lower {
  margin-top: 186px;
}

@media screen and (max-width: 1479px) {
  /*-------- 共通部分 --------*/
  .header {
    height: 140px;
    padding-left: 40px;
    padding-right: 20px;
  }
  .header-menu {
    font-size: 16px;
  }
  .floating-cta {
    width: 105px;
    height: 220px;
    bottom: 300px;
    border-width: 2px;
  }
  .floating-cta a {
    font-size: 16px;
  }
  .floating-cta a .panda {
    width: 58px;
    height: auto;
  }
  .floating-cta a p {
    margin-top: 34px;
  }
  .floating-cta a span {
    margin-left: 2px;
    font-size: 18px;
  }
  .floating-cta.--recruit {
    height: 196px;
  }
  .floating-cta.--recruit a {
    column-gap: 8px;
  }
  .floating-cta.--recruit .circle {
    width: 56px;
    height: 56px;
  }
  .lower-mv {
    height: 340px;
  }
  .lower-mv__title {
    top: 180px;
    left: 10%;
  }
  .lower-mv__breadcrumbs {
    top: 200px;
    right: 10%;
  }
  .lower-mv .bg .triangle {
    border-top: 420px solid #e0eee1;
  }
}
@media screen and (max-width: 1439px) {
  .header {
    height: 110px;
  }
  .header__logo {
    width: 12vw;
  }
  .header__cta {
    margin-left: 15px;
  }
  .header__cta .cta-btn {
    width: 7vw;
    height: 7vw;
    padding: 3px;
    font-size: 1vw;
  }
  .header__cta .cta-btn.green {
    margin-left: 15px;
  }
  .header__left {
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header__left .header-menu__list {
    flex-shrink: 0;
  }
  .header__left nav {
    margin-left: 40px;
  }
  .header-menu {
    font-size: 1.2vw;
  }
  .header-menu__list:not(:first-of-type) {
    margin-left: max(20px, 2.1vw);
  }
  .consultant .image-wrap {
    width: 320px;
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .header {
    width: 100%;
    height: 100px;
  }
  .header__logo {
    width: 200px;
    height: 100px;
  }
  .header__cta {
    display: none;
  }
  .header__left {
    margin: 0;
    padding: 0;
  }
  .header__left.float {
    background-color: transparent;
    box-shadow: none;
  }
  .header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .header.open {
    width: 100%;
    height: 100vh;
    background-color: #1baf79;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transform: none;
  }
  .header.open .inner {
    display: block;
  }
  .header.open .header__left {
    height: auto;
    display: block;
  }
  .header.open .float .header__logo,
  .header.open .header__logo {
    z-index: 1;
  }
  .header.open .float .header__logo .logo.--color,
  .header.open .header__logo .logo.--color {
    opacity: 0;
  }
  .header.open .float .header__logo .logo.--white,
  .header.open .header__logo .logo.--white {
    opacity: 1;
  }
  .header.open nav {
    margin-left: 0;
  }
  .header.open .header-menu,
  .header.open .float .header-menu {
    width: auto;
    display: block;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
  }
  .header.open .header-menu__list,
  .header.open .float .header-menu__list {
    font-size: 16px;
    padding: 0;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #65dda0;
  }
  .header.open .header-menu__list.pc-none,
  .header.open .float .header-menu__list.pc-none {
    display: block;
  }
  .header.open .header-menu__list::after,
  .header.open .float .header-menu__list::after {
    content: none;
  }
  .header.open .header-menu__list.is-parent,
  .header.open .float .header-menu__list.is-parent {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .header.open .header-menu__list.is-parent::after,
  .header.open .float .header-menu__list.is-parent::after {
    content: url("../img/icon-cheveron.svg");
    transition: transform 0.4s ease;
    transform: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background-color: transparent;
  }
  .header.open .header-menu__list.open::after,
  .header.open .float .header-menu__list.open::after {
    transform: rotate(-180deg);
  }
  .header.open .header-menu__list:not(:first-of-type),
  .header.open .float .header-menu__list:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
  .header.open .header-menu__list a,
  .header.open .float .header-menu__list a {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }
  .header.open .header-menu .sub-menu,
  .header.open .float .header-menu .sub-menu {
    margin-top: 0;
    padding: 0;
    opacity: 1;
    pointer-events: inherit;
    position: static;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
  }
  .header.open .header-menu .sub-menu::before,
  .header.open .float .header-menu .sub-menu::before {
    content: none;
  }
  .header.open .header-menu .sub-menu__list,
  .header.open .float .header-menu .sub-menu__list {
    margin-top: 10px;
    padding-left: 5px;
    color: #fff;
    position: relative;
  }
  .header.open .header-menu .sub-menu__list::before,
  .header.open .float .header-menu .sub-menu__list::before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: #65dda0;
    border-radius: 5px;
  }
  .header.open .header-menu .sub-menu__list:hover,
  .header.open .float .header-menu .sub-menu__list:hover {
    background-color: transparent;
  }
  .header.open .hamburger {
    width: 0;
  }
  .header.open .hamburger::before {
    top: 0;
    transform: rotate(-45deg);
  }
  .header.open .hamburger::after {
    top: 0;
    transform: rotate(45deg);
  }
  .header.open .header__cta {
    margin-top: 20px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
  .header.open .header__cta .cta-btn {
    width: 85px;
    height: 85px;
    font-size: 11px;
  }
  .header-menu {
    display: none;
  }
  .mobile-menu {
    height: 90px;
    width: 90px;
    padding: 3px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 12px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  }
  .mobile-menu .outline-inner {
    width: 100%;
    height: 100%;
    padding: 29px 17px;
    background-color: #fff;
    border: 1px solid #1cab3d;
    border-radius: 50%;
  }
  .hamburger {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #1cab3d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: all 0.4s ease;
  }
  .hamburger::before, .hamburger::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #1cab3d;
    position: absolute;
    border-radius: 5px;
    transition: all 0.4s ease;
  }
  .hamburger::before {
    top: -12px;
  }
  .hamburger::after {
    top: 12px;
  }
  .title-wrap .head {
    font-size: 40px;
  }
  body section .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lower-mv__title .clip {
    font-size: 4vw;
  }
  .lower-mv__breadcrumbs {
    bottom: 0;
  }
  .consultant .image-wrap {
    left: -80px;
  }
  .consultant .content .btn-wrap .more-btn {
    width: 300px;
  }
  .consultant .content .btn-wrap .more-btn.design02 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .header__logo {
    width: 160px;
  }
  .mobile-menu {
    max-width: 90px;
    max-height: 90px;
    width: 10vw;
    height: 10vw;
    min-width: 75px;
    min-height: 75px;
    padding: 3px;
    flex-shrink: 0;
    border: 1px solid #fff;
    outline-offset: 4px;
  }
  .mobile-menu .outline-inner {
    padding: 15px;
  }
  .mobile-menu .hamburger::before, .mobile-menu .hamburger::after {
    width: 35px;
  }
  .mobile-menu .hamburger::before {
    top: -10px;
  }
  .mobile-menu .hamburger::after {
    top: 10px;
  }
  .floating-cta {
    display: block;
    width: 215px;
    height: 65px;
    padding: 4px 4px 4px 0;
    left: 0;
    bottom: 80px;
    border-radius: 0 25px 25px 0;
    border-left: none;
    border-right: 2px solid #1cab3d;
    border-width: 2px;
    outline-width: 1px;
    outline-offset: 2px;
  }
  .floating-cta a {
    padding: 0;
    padding-left: 8px;
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 0;
    writing-mode: inherit;
  }
  .floating-cta a .image-wrap {
    width: 50px;
    margin-right: 10px;
    position: static;
  }
  .floating-cta a .panda {
    width: 100%;
    position: static;
    transform: translateY(-5px);
  }
  .floating-cta a p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5em;
  }
  .floating-cta a p span {
    margin-left: 0;
    font-size: 16px;
  }
  .floating-cta.--recruit {
    height: 65px;
    bottom: 10px;
  }
  .floating-cta.--recruit .circle {
    width: 48px;
    height: 48px;
  }
  .floating-cta.--recruit a {
    padding-left: 8px;
    column-gap: 12px;
    justify-content: start;
  }
  .lower-mv {
    height: 310px;
    overflow: hidden;
  }
  .lower-mv__title {
    top: 120px;
    left: 10%;
  }
  .lower-mv__title .clip {
    font-size: 32px;
  }
  .lower-mv__title .caption {
    font-size: 15px;
  }
  .lower-mv .bg .triangle {
    border-top: 310px solid #e0eee1;
    border-left: 85vw solid transparent;
  }
  .lower-mv .bg__image {
    width: 487px;
    max-width: 100%;
    top: auto;
    bottom: 10px;
  }
  .lower-mv__breadcrumbs {
    font-size: 12px;
    top: auto;
    right: 30px;
    bottom: 40px;
  }
  .consultant {
    margin-bottom: 0;
    overflow: hidden;
  }
  .consultant .inner {
    padding-top: 30px;
  }
  .consultant .image-wrap {
    width: 50%;
    left: -50px;
    bottom: -110px;
  }
  .consultant .content {
    justify-content: start;
  }
  .consultant .content .lead {
    font-size: 14px;
  }
  .consultant .content .text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .consultant .content .text span {
    margin-top: 10px;
  }
  .consultant .content .btn-wrap {
    margin-top: 40px;
    display: block;
  }
  .consultant .content .btn-wrap .more-btn {
    margin: 0 auto;
  }
  .consultant .content .btn-wrap .more-btn.design02 {
    padding: 4px;
    margin-left: auto;
  }
  .consultant .content .btn-wrap .more-btn:nth-of-type(2) {
    margin-top: 10px;
  }
}
/* footer
============================================================================================================ */
#footer {
  border-top: 3px solid #1eb42d;
  position: relative;
  font-size: 62.5%;
  line-height: 1.7;
  letter-spacing: 0;
}

#footer #pagetop {
  width: 90px;
  height: 90px;
  padding-top: 4px;
  padding-left: 4px;
  position: fixed;
  bottom: -20px;
  right: -20px;
  z-index: 9;
  border-top: 2px solid #1eb42d;
  border-left: 2px solid #1eb42d;
  border-radius: 30px 0 0 0;
  transition: all 0.3s ease-in-out;
}
#footer #pagetop:hover {
  opacity: 0.7;
  bottom: 0;
  right: 0;
}
#footer #pagetop img {
  border-radius: 25px 0 0 0;
  width: 100%;
  height: auto;
}

#footer > div {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  font-size: 1em;
}

#footer > div ul {
  width: 160px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

#footer > div ul li {
  background: url(../img/arrow01.gif) no-repeat left 0.4em;
  padding: 0 0 0 10px;
  font-size: 12px;
  margin-bottom: 0.3em;
}

#footer > div ul li a {
  color: #2D2D2D;
  text-decoration: none;
}

#footer > div ul li a:hover {
  text-decoration: underline;
}

#footer > div .info {
  width: 360px;
  float: right;
  position: relative;
}

#footer > div .info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

#footer > div .info p {
  float: left;
  margin-right: 20px;
}

#footer > div .info dl {
  float: left;
}

#footer > div .info dl dt {
  font-size: 14px;
  margin-bottom: 0.25em;
  font-weight: 400;
}

#footer > div .info dl dd {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  #footer #pagetop {
    width: 60px;
    height: 60px;
    padding-top: 3px;
    padding-left: 3px;
    bottom: -5px;
    right: -5px;
  }
  #footer #pagetop img {
    width: 100%;
    height: auto;
  }
  #footer > div {
    width: auto;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  #footer ul {
    display: none;
  }
  #footer > div .info {
    width: auto;
    float: none;
    position: relative;
    margin-left: 10px;
  }
  #footer > div .info p {
    width: 50px;
    margin-right: 15px;
  }
  #footer > div .info p img {
    width: 100%;
    height: auto;
  }
  #footer > div .info dl dt {
    font-size: 13px;
    margin-bottom: 0.25em;
  }
  #footer > div .info dl dd {
    font-size: 11px;
  }
}/*# sourceMappingURL=theme.css.map */