* {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

html {
  font-size: 0.0732vw;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 0.266666vw;
  }
}
@media (min-width: 1120px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

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

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

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

header.transparent {
  position: fixed;
  top: 0;
  width: 100%;
}
header.transparent .header_inner {
  background: none;
  width: 100%;
  border-bottom: solid 1rem #FFFFFF;
}
header.transparent .header_inner > .container .openbtn span {
  background-color: #fff;
}
header.transparent .header_inner > .container > .gnav .gnav_menu > ul > li > a {
  color: #fff;
}
header.transparent .header_inner > .container > .gnav .gnav_menu > ul > li > p {
  color: #fff;
}

main {
  margin-top: 91rem;
}

main.top {
  margin-top: 0;
}
main.top .top_mv {
  height: 720rem;
  width: 100%;
  background: url(../img/top_mv.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  main.top .top_mv {
    height: 480rem;
  }
}
main.top .top_mv .inner .top_mv_txt {
  position: absolute;
  top: 154rem;
  left: 80rem;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .top_mv_txt {
    top: 209rem;
    left: 20rem;
  }
}
main.top .top_mv .inner .top_mv_txt h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 40rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 12rem;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .top_mv_txt h1 {
    font-size: 24rem;
    line-height: 1.6666;
    margin-bottom: 19rem;
  }
}
main.top .top_mv .inner .top_mv_txt p {
  font-size: 20rem;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .top_mv_txt p {
    font-size: 15rem;
    line-height: 2;
  }
}
main.top .top_mv .inner .topics {
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(60rem 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(60rem 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  main.top .top_mv .inner .topics {
    bottom: 0;
    -webkit-clip-path: none;
            clip-path: none;
    height: 60rem;
    width: 355rem;
  }
}
main.top .top_mv .inner .topics > a {
  padding: 20rem 45rem 20rem 70rem;
  display: flex;
  align-items: center;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .topics > a {
    padding: 11rem 0 11rem 11rem;
  }
}
main.top .top_mv .inner .topics > a:hover {
  opacity: 0.6;
}
main.top .top_mv .inner .topics > a:hover dd::after {
  transform: translateX(5rem) rotate(45deg) translate(0, 75%);
}
main.top .top_mv .inner .topics > a > p {
  font-size: 12rem;
  line-height: 1.333;
  padding-right: 12rem;
  border-right: solid 1px #DEDEDE;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .topics > a > p {
    font-weight: 600;
    border-right: none;
  }
}
main.top .top_mv .inner .topics > a > dl {
  display: flex;
  align-items: center;
  padding-left: 12rem;
  gap: 20rem;
  font-size: 14rem;
  line-height: 1.357;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .topics > a > dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-left: solid 1px #DEDEDE;
  }
}
main.top .top_mv .inner .topics > a > dl dd {
  display: flex;
}
main.top .top_mv .inner .topics > a > dl dd::after {
  content: "";
  margin-left: 45rem;
  display: block;
  width: 8.5rem;
  height: 8.5rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translate(0, 75%);
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top .top_mv .inner .topics > a > dl dd::after {
    margin-left: 10rem;
  }
}
main.top section#top_flow {
  padding: 103rem 0 0;
  position: relative;
}
@media (max-width: 767px) {
  main.top section#top_flow {
    padding-top: 71rem;
  }
}
main.top section#top_flow img.pattern {
  position: absolute;
  top: -20rem;
  left: 180rem;
  width: 160rem;
  z-index: 1;
}
@media (max-width: 767px) {
  main.top section#top_flow img.pattern {
    top: 50rem;
    left: 0;
    width: 64rem;
  }
}
main.top section#top_flow h2 {
  font-size: 40rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-weight: 900;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main.top section#top_flow h2 {
    font-size: 20rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}
main.top section#top_flow .flow {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
}
main.top section#top_flow .flow > img.back_pc {
  width: 1002rem;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  main.top section#top_flow .flow > img.back_pc {
    width: 700px;
  }
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > img.back_pc {
    display: none;
  }
}
main.top section#top_flow .flow > img.back_sp {
  display: none;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > img.back_sp {
    display: block;
    width: 100%;
  }
}
main.top section#top_flow .flow > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190rem;
  border-radius: 60rem;
  counter-increment: strengths;
  font-size: 20rem;
}
main.top section#top_flow .flow > a:first-of-type {
  position: absolute;
  right: 261rem;
  top: 80rem;
}
main.top section#top_flow .flow > a:nth-of-type(2) {
  position: absolute;
  left: 85rem;
  bottom: 304rem;
}
main.top section#top_flow .flow > a:last-of-type {
  position: absolute;
  right: 85rem;
  bottom: 583rem;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > a {
    flex-direction: column;
    width: 64rem;
    font-size: 12rem;
    line-height: 2;
  }
  main.top section#top_flow .flow > a:first-of-type {
    position: absolute;
    right: 23rem;
    top: 20rem;
  }
  main.top section#top_flow .flow > a:nth-of-type(2) {
    position: absolute;
    left: 15rem;
    bottom: 76.5rem;
  }
  main.top section#top_flow .flow > a:last-of-type {
    position: absolute;
    right: 15rem;
    bottom: 126.5rem;
  }
}
@media (min-width: 1120px) {
  main.top section#top_flow .flow > a {
    width: 190px;
    border-radius: 60px;
    font-size: 20px;
  }
  main.top section#top_flow .flow > a:first-of-type {
    position: absolute;
    right: 100px;
    top: 52px;
  }
  main.top section#top_flow .flow > a:nth-of-type(2) {
    position: absolute;
    left: 10px;
    bottom: 200px;
  }
  main.top section#top_flow .flow > a:last-of-type {
    position: absolute;
    right: 0px;
    bottom: 430px;
  }
}
main.top section#top_flow .flow > a::after {
  content: counter(strengths, decimal-leading-zero);
  font-size: 47rem;
  line-height: 1.2553;
  margin-left: 10rem;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > a::after {
    font-size: 28rem;
    line-height: 1;
    margin-left: 0;
    transform: translateY(-5rem);
  }
}
@media (min-width: 1120px) {
  main.top section#top_flow .flow > a::after {
    font-size: 47px;
    margin-left: 10px;
  }
}
main.top section#top_flow .flow > a::before {
  content: "";
  width: 15rem;
  height: 15rem;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 15rem;
  order: 3;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > a::before {
    width: 7rem;
    height: 7rem;
    margin-left: 0;
    transform: translateY(-5rem) rotate(45deg);
  }
}
@media (min-width: 1120px) {
  main.top section#top_flow .flow > a::before {
    width: 15px;
    height: 15px;
    margin-left: 15px;
  }
}
main.top section#top_flow .flow > img.pointer_pc {
  width: 115.61rem;
  height: 42.45rem;
  position: absolute;
}
main.top section#top_flow .flow > img.pointer_pc:nth-of-type(3) {
  top: 111rem;
  right: 392.1rem;
}
main.top section#top_flow .flow > img.pointer_pc:nth-of-type(5) {
  left: 227rem;
  bottom: 334.5rem;
}
main.top section#top_flow .flow > img.pointer_pc:nth-of-type(7) {
  right: 227.4rem;
  bottom: 571.5rem;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > img.pointer_pc {
    display: none;
  }
}
@media (min-width: 1120px) {
  main.top section#top_flow .flow > img.pointer_pc {
    width: 115.61px;
    height: 42.45px;
  }
  main.top section#top_flow .flow > img.pointer_pc:nth-of-type(3) {
    top: 80px;
    right: 240px;
  }
  main.top section#top_flow .flow > img.pointer_pc:nth-of-type(5) {
    left: 150px;
    bottom: 229px;
  }
  main.top section#top_flow .flow > img.pointer_pc:nth-of-type(7) {
    right: 150px;
    bottom: 420px;
  }
}
main.top section#top_flow .flow > img.pointer_sp {
  display: none;
}
@media (max-width: 767px) {
  main.top section#top_flow .flow > img.pointer_sp {
    display: block;
  }
  main.top section#top_flow .flow > img.pointer_sp:nth-of-type(4) {
    width: 88.9rem;
    position: absolute;
    top: 52rem;
    right: 36.1rem;
  }
  main.top section#top_flow .flow > img.pointer_sp:nth-of-type(6) {
    width: 48.9rem;
    position: absolute;
    bottom: 123.5rem;
    left: 38.1rem;
  }
  main.top section#top_flow .flow > img.pointer_sp:nth-of-type(8) {
    width: 48.9rem;
    position: absolute;
    bottom: 173.5rem;
    right: 38.1rem;
  }
}
main.top section#strengths1 {
  background-color: #F2F8F7;
  padding: 71rem 0 0;
}
@media (max-width: 767px) {
  main.top section#strengths1 {
    padding: 50rem 15rem 0;
  }
}
main.top section#strengths1 .inner .section_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
main.top section#strengths1 .inner .section_title > h2 {
  font-size: 33rem;
  line-height: 1.3636;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .section_title > h2 {
    font-size: 24rem;
  }
}
main.top section#strengths1 .inner .section_title > img:first-of-type {
  width: 86rem;
  margin-bottom: 14rem;
  display: block;
  transform: translateX(8rem);
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .section_title > img:first-of-type {
    width: 60rem;
  }
}
main.top section#strengths1 .inner .section_title > img:last-of-type {
  width: 129rem;
  height: 6.12rem;
}
main.top section#strengths1 .inner .strengths_txt {
  width: 1000rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 70rem 60rem;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt {
    padding: 30rem 20rem;
    width: 100%;
  }
}
@media (min-width: 1120px) {
  main.top section#strengths1 .inner .strengths_txt {
    width: 100%;
  }
}
main.top section#strengths1 .inner .strengths_txt .container {
  display: flex;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt .container {
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 30rem;
  }
}
main.top section#strengths1 .inner .strengths_txt .container img {
  display: block;
  width: calc(50% - 20rem);
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt .container img {
    width: 100%;
  }
}
main.top section#strengths1 .inner .strengths_txt > ul {
  margin-bottom: 33rem;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt > ul {
    margin-bottom: 49rem;
  }
}
main.top section#strengths1 .inner .strengths_txt > ul li {
  font-size: 16rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt > ul li {
    font-size: 15rem;
    line-height: 1.866;
  }
}
main.top section#strengths1 .inner .strengths_txt > ul li::before {
  content: "";
  background: url(../img/list_point.png);
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: translateY(-2rem);
  margin-right: 8px;
}
main.top section#strengths1 .inner .strengths_txt > p {
  font-size: 16rem;
  line-height: 1.75;
  margin-bottom: 43rem;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt > p {
    font-size: 15rem;
    line-height: 1.8666;
  }
}
main.top section#strengths1 .inner .strengths_txt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260rem;
  padding: 20rem 0;
  border-radius: 60rem;
  margin: 0 auto;
  font-size: 16rem;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  main.top section#strengths1 .inner .strengths_txt > a {
    font-size: 15rem;
    line-height: 1.333;
    padding: 15rem 0;
  }
}
main.top section#strengths2 {
  background-color: #F2F8F7;
  padding: 71rem 0 0;
}
@media (max-width: 767px) {
  main.top section#strengths2 {
    padding: 50rem 15rem 0;
  }
}
main.top section#strengths2 .inner .section_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .section_title {
    margin-bottom: 30.4rem;
  }
}
main.top section#strengths2 .inner .section_title > h2 {
  font-size: 33rem;
  line-height: 1.3636;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .section_title > h2 {
    font-size: 24rem;
  }
}
main.top section#strengths2 .inner .section_title > img:first-of-type {
  width: 86rem;
  margin-bottom: 14rem;
  display: block;
  transform: translateX(8rem);
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .section_title > img:first-of-type {
    width: 60rem;
  }
}
main.top section#strengths2 .inner .section_title > img:last-of-type {
  width: 129rem;
  height: 6.12rem;
}
main.top section#strengths2 .inner .strengths_txt {
  width: 1000rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 70rem 60rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt {
    width: 100%;
    padding: 30rem 20rem;
  }
}
@media (min-width: 1120px) {
  main.top section#strengths2 .inner .strengths_txt {
    width: 100%;
  }
}
main.top section#strengths2 .inner .strengths_txt .container {
  display: flex;
  gap: 62rem;
  justify-content: center;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt .container {
    flex-direction: column-reverse;
    gap: 30rem;
  }
}
main.top section#strengths2 .inner .strengths_txt .container > div {
  width: 440rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt .container > div {
    width: 100%;
  }
}
main.top section#strengths2 .inner .strengths_txt .container > div p {
  font-size: 16rem;
  line-height: 1.75;
  margin-bottom: 43rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt .container > div p {
    font-size: 15rem;
  }
}
main.top section#strengths2 .inner .strengths_txt .container > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260rem;
  padding: 20rem 0;
  border-radius: 60rem;
  font-size: 16rem;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt .container > div > a {
    padding: 15rem 0;
    margin: 0 auto;
    font-size: 15rem;
  }
}
main.top section#strengths2 .inner .strengths_txt .container img {
  width: 360rem;
}
@media (max-width: 767px) {
  main.top section#strengths2 .inner .strengths_txt .container img {
    width: 100%;
  }
}
main.top section#strengths3 {
  background-color: #F2F8F7;
  padding: 71rem 0 140rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 {
    padding: 50rem 15rem 70rem;
  }
}
main.top section#strengths3 .inner .section_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
main.top section#strengths3 .inner .section_title > h2 {
  font-size: 33rem;
  line-height: 1.3636;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .section_title > h2 {
    font-size: 24rem;
  }
}
main.top section#strengths3 .inner .section_title > img:first-of-type {
  width: 86rem;
  margin-bottom: 14rem;
  display: block;
  transform: translateX(8rem);
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .section_title > img:first-of-type {
    width: 60rem;
  }
}
main.top section#strengths3 .inner .section_title > img:last-of-type {
  width: 129rem;
  height: 6.12rem;
}
main.top section#strengths3 .inner .strengths_txt {
  width: 1000rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 70rem 60rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt {
    width: 100%;
    padding: 30rem 20rem;
  }
}
@media (min-width: 1120px) {
  main.top section#strengths3 .inner .strengths_txt {
    width: 100%;
  }
}
main.top section#strengths3 .inner .strengths_txt .container {
  display: flex;
  gap: 62rem;
  justify-content: center;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt .container {
    flex-direction: column-reverse;
  }
}
main.top section#strengths3 .inner .strengths_txt .container > div {
  width: 440rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt .container > div {
    width: 100%;
  }
}
main.top section#strengths3 .inner .strengths_txt .container > div p {
  font-size: 16rem;
  line-height: 1.75;
  margin-bottom: 43rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt .container > div p {
    font-size: 15rem;
  }
}
main.top section#strengths3 .inner .strengths_txt .container > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260rem;
  padding: 20rem 0;
  border-radius: 60rem;
  font-size: 16rem;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt .container > div > a {
    font-size: 15rem;
    padding: 15rem 0;
    margin: 0 auto;
  }
}
main.top section#strengths3 .inner .strengths_txt .container img {
  width: 360rem;
}
@media (max-width: 767px) {
  main.top section#strengths3 .inner .strengths_txt .container img {
    width: 100%;
  }
}
main.top section#other_service {
  padding: 267rem 0 273rem;
  position: relative;
  background-image: url(../img/top_pattern3.png);
  background-size: 1216rem;
  background-position: 0 140rem;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  main.top section#other_service {
    background-position: center center;
    padding: 112rem 0 60rem;
  }
}
main.top section#other_service .inner > img {
  width: 160rem;
  position: absolute;
  top: -30rem;
  right: 380rem;
}
@media (max-width: 767px) {
  main.top section#other_service .inner > img {
    width: 64rem;
    left: 231rem;
    top: -20rem;
  }
}
main.top section#other_service .inner h2 {
  font-size: 46rem;
  line-height: 1.3913;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 40rem;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.top section#other_service .inner h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
main.top section#other_service .inner > p {
  font-family: "Roboto";
  font-size: 19rem;
  text-align: center;
  color: #058841;
  margin-bottom: 60rem;
}
@media (max-width: 767px) {
  main.top section#other_service .inner > p {
    font-size: 10rem;
    margin-bottom: 29rem;
  }
}
main.top section#other_service .inner > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem 40rem;
  width: 800rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.top section#other_service .inner > .container {
    grid-template-columns: auto;
    width: 300rem;
    gap: 10rem;
  }
}
main.top section#other_service .inner > .container a {
  height: 80rem;
  background-color: #3A4644;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16rem;
  line-height: 1.875;
  transition: all linear 0.2s;
  border-radius: 10px;
}
@media (max-width: 767px) {
  main.top section#other_service .inner > .container a {
    height: 48rem;
    font-size: 16rem;
  }
}
main.top section#other_service .inner > .container a:hover {
  background-color: #058841;
}
main.top section#feature {
  padding: 103rem 0 100rem;
  background-image: url(../img/top_feature_bg.png);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  main.top section#feature {
    padding: 52rem 20rem 50rem;
  }
}
main.top section#feature .inner h2 {
  font-size: 46rem;
  line-height: 1.3913;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.top section#feature .inner h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
main.top section#feature .inner > p {
  font-size: 14rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  main.top section#feature .inner > p {
    font-size: 10rem;
    margin-bottom: 29rem;
  }
}
main.top section#feature .inner > .container {
  display: flex;
  gap: 55rem;
  justify-content: center;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container {
    flex-direction: column-reverse;
    gap: 31rem;
  }
}
main.top section#feature .inner > .container > div:first-of-type {
  width: 450rem;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:first-of-type {
    width: 100%;
  }
}
main.top section#feature .inner > .container > div:first-of-type h3 {
  font-size: 26rem;
  line-height: 1.6154;
  color: #fff;
  margin: 52rem 0 20rem;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:first-of-type h3 {
    font-size: 20rem;
    font-weight: normal;
  }
}
main.top section#feature .inner > .container > div:first-of-type > p {
  font-size: 16rem;
  line-height: 1.75;
  color: #fff;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:first-of-type > p {
    font-size: 15rem;
    margin-bottom: 59rem;
  }
}
main.top section#feature .inner > .container > div:first-of-type > a {
  width: 260rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
  line-height: 1.3125;
  color: #058841;
  padding: 20rem 0;
  background-color: #fff;
  border-radius: 60rem;
  margin-top: 53rem;
  box-shadow: 2rem 2rem 10rem rgba(5, 136, 65, 0.3);
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:first-of-type > a {
    margin: 0 auto;
    font-size: 15rem;
    padding: 15rem 0;
  }
}
main.top section#feature .inner > .container > div:first-of-type > a:hover {
  background-color: #058841;
  color: #fff;
}
main.top section#feature .inner > .container > div:last-of-type {
  width: 495rem;
  position: relative;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:last-of-type {
    width: 100%;
    height: 313rem;
  }
}
main.top section#feature .inner > .container > div:last-of-type > img:first-of-type {
  width: 382rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:last-of-type > img:first-of-type {
    width: 259rem;
  }
}
main.top section#feature .inner > .container > div:last-of-type > img:last-of-type {
  position: absolute;
  width: 210rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  main.top section#feature .inner > .container > div:last-of-type > img:last-of-type {
    width: 142rem;
  }
}
main.top section#case_study {
  padding: 103rem 0 100rem;
  background-color: #F2F8F7;
}
@media (max-width: 767px) {
  main.top section#case_study {
    padding: 52rem 15rem 50rem;
  }
}
main.top section#case_study .inner h2 {
  font-size: 46rem;
  line-height: 1.3913;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.top section#case_study .inner h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
main.top section#case_study .inner > p {
  font-family: "Roboto";
  font-size: 14rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 60rem;
  color: #058841;
}
@media (max-width: 767px) {
  main.top section#case_study .inner > p {
    font-size: 10rem;
    margin-bottom: 29rem;
  }
}
main.top section#case_study .inner > .container {
  display: flex;
  gap: 60rem;
  justify-content: center;
  margin-bottom: 70rem;
}
@media (max-width: 767px) {
  main.top section#case_study .inner > .container {
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 30rem;
  }
}
main.top section#case_study .inner > .container > div {
  width: 570rem;
  position: relative;
  background-color: #fff;
  box-shadow: 10rem 10rem 40rem rgba(0, 6, 69, 0.1);
}
@media (max-width: 767px) {
  main.top section#case_study .inner > .container > div {
    width: 100%;
  }
}
main.top section#case_study .inner > .container > div > a {
  display: block;
  padding: 50rem 50rem 63rem 50rem;
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top section#case_study .inner > .container > div > a {
    padding: 30rem 20rem 66rem;
  }
}
main.top section#case_study .inner > .container > div > a * {
  transition: all linear 0.2s;
}
main.top section#case_study .inner > .container > div > a:hover * {
  opacity: 0.8;
}
main.top section#case_study .inner > .container > div > a h3 {
  font-size: 22rem;
  line-height: 1.2727;
  font-weight: bold;
  color: #058841;
  margin-bottom: 19rem;
}
@media (max-width: 767px) {
  main.top section#case_study .inner > .container > div > a h3 {
    font-size: 18rem;
    margin-bottom: 17rem;
  }
}
main.top section#case_study .inner > .container > div > a > p {
  font-size: 16rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.top section#case_study .inner > .container > div > a > p {
    font-size: 15rem;
  }
}
main.top section#case_study .inner > .container > div > a > img {
  width: 32rem;
  position: absolute;
  bottom: 25rem;
  right: 30rem;
}
main.top section#case_study .inner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260rem;
  border-radius: 60rem;
  padding: 20rem 0;
  margin: 0 auto;
  font-size: 16rem;
  line-height: 1.3125;
}
main.top section#news {
  padding: 103rem 0 110rem;
}
@media (max-width: 767px) {
  main.top section#news {
    padding: 52rem 0 70rem;
  }
}
main.top section#news .inner > .container {
  display: flex;
  gap: 76rem;
  justify-content: center;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container {
    flex-direction: column;
    gap: 0;
  }
}
main.top section#news .inner > .container > div:first-of-type {
  width: 210rem;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div:first-of-type {
    display: contents;
  }
}
main.top section#news .inner > .container > div:first-of-type h2 {
  font-size: 46rem;
  line-height: 1.3913;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 10rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div:first-of-type h2 {
    font-size: 24rem;
    text-align: center;
    margin-bottom: 8rem;
  }
}
main.top section#news .inner > .container > div:first-of-type p {
  font-family: "Roboto";
  font-size: 14rem;
  letter-spacing: 0.14em;
  color: #058841;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div:first-of-type p {
    font-size: 10rem;
    text-align: center;
    margin-bottom: 29rem;
  }
}
main.top section#news .inner > .container > div:first-of-type a {
  width: 200rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13rem 0;
  border-radius: 60rem;
  font-size: 15rem;
  line-height: 1.333;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div:first-of-type a {
    order: 4;
    width: 260rem;
    margin: 0 auto;
  }
}
main.top section#news .inner > .container > div.container {
  width: 924rem;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div.container {
    width: 100%;
    margin-bottom: 30rem;
  }
}
main.top section#news .inner > .container > div.container > a {
  font-size: 16rem;
  line-height: 1.75;
  padding: 40rem 32rem 43rem 0;
  border-top: solid 1rem #D7DEDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div.container > a {
    flex-direction: column;
    align-items: flex-start;
    padding: 16rem 45rem 16rem 20rem;
    width: 100%;
    font-size: 15rem;
  }
}
main.top section#news .inner > .container > div.container > a:last-of-type {
  border-bottom: solid 1rem #D7DEDD;
}
main.top section#news .inner > .container > div.container > a::after {
  content: "";
  display: block;
  width: 32rem;
  height: 20rem;
  background-image: url(../img/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div.container > a::after {
    right: 10rem;
    top: 50%;
  }
}
main.top section#news .inner > .container > div.container > a span {
  font-weight: bold;
  margin-right: 29rem;
}
@media (max-width: 767px) {
  main.top section#news .inner > .container > div.container > a span {
    font-size: 15rem;
    margin-right: 0;
  }
}
main.top section#news .inner > .container > div.container > a:hover {
  opacity: 0.6;
}
main.top section#about_us {
  position: relative;
  padding: 103rem 0 120rem;
  background-image: url(../img/top_about_us_pattern.png);
  background-size: 1183rem;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  main.top section#about_us {
    padding: 48rem 20rem 60rem;
    background-position: -995rem 0;
  }
}
main.top section#about_us .inner h2 {
  font-size: 46rem;
  line-height: 1.3913;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
main.top section#about_us .inner > p {
  font-family: "Roboto";
  font-size: 14;
  letter-spacing: 0.14em;
  color: #058841;
  text-align: center;
  margin-bottom: 57rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > p {
    font-size: 10rem;
    margin-bottom: 29rem;
  }
}
main.top section#about_us .inner > img {
  position: absolute;
  top: 506rem;
  left: 473rem;
  width: 73rem;
  z-index: 2;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > img {
    top: 119rem;
    left: 35rem;
    width: 44rem;
  }
}
main.top section#about_us .inner > .container {
  width: 100%;
  font-size: 16rem;
  line-height: 1.75;
  position: relative;
  display: flex;
  gap: 63rem;
  justify-content: flex-end;
  margin-bottom: 100rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > .container {
    flex-direction: column-reverse;
    gap: 30rem;
  }
}
main.top section#about_us .inner > .container > div > p {
  width: 100%;
  margin-bottom: 43rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > .container > div > p {
    font-size: 15rem;
    width: 100%;
    margin-bottom: 59rem;
  }
}
main.top section#about_us .inner > .container > div a {
  width: 260rem;
  padding: 20rem 0 19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60rem;
  z-index: 3;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > .container > div a {
    width: 260rem;
    padding: 15rem 0;
    margin: 0 auto;
    font-size: 15rem;
  }
}
main.top section#about_us .inner > .container > img {
  width: 60%;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > .container > img {
    width: auto;
    height: 208rem;
    transform: translateX(20rem);
  }
}
main.top section#about_us .inner .youtube {
  display: flex;
  gap: 45rem;
  justify-content: center;
  margin: 0 45rem 62rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner .youtube {
    flex-direction: column;
    gap: 30rem;
    margin: 0 0 30rem;
  }
}
main.top section#about_us .inner .youtube > a {
  transition: all linear 0.2s;
  position: relative;
  flex: 1;
}
main.top section#about_us .inner .youtube > a::after {
  content: "";
  position: absolute;
  top: 40.55%;
  left: 42.1875%;
  width: 15.625%;
  height: 19.44%;
  background-image: url("../img/youtube_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all linear 0.2s;
}
main.top section#about_us .inner .youtube > a:hover {
  opacity: 0.8;
}
main.top section#about_us .inner .youtube > a:hover::after {
  transform: scale(1.1);
}
main.top section#about_us .inner .youtube > a > img {
  width: 100%;
}
@media (max-width: 767px) {
  main.top section#about_us .inner .youtube > a > img {
    width: 100%;
  }
}
main.top section#about_us .inner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260rem;
  padding: 20rem 0 19rem;
  border-radius: 60rem;
  margin: 0 auto;
  font-size: 16rem;
}
@media (max-width: 767px) {
  main.top section#about_us .inner > a {
    width: 260rem;
    padding: 15rem 0;
    font-size: 15rem;
  }
}
main.top section#group_business {
  padding: 103rem 0 100rem;
  background-image: url(../img/top_group_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  main.top section#group_business {
    padding: 50rem 15rem 60rem;
  }
}
main.top section#group_business .inner h2 {
  font-size: 46rem;
  line-height: 1.3913;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.top section#group_business .inner h2 {
    font-size: 21rem;
    margin-bottom: 8rem;
  }
}
main.top section#group_business .inner > p {
  font-size: 14rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.14em;
  margin-bottom: 60rem;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > p {
    font-size: 10rem;
    margin-bottom: 29rem;
  }
}
main.top section#group_business .inner > .container {
  display: flex;
  gap: 30rem;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > .container {
    flex-direction: column;
    gap: 60rem;
  }
}
main.top section#group_business .inner > .container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > .container > div {
    width: 100%;
  }
}
main.top section#group_business .inner > .container > div h3 {
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > .container > div h3 {
    margin-bottom: 15rem;
    font-size: 16rem;
  }
}
main.top section#group_business .inner > .container > div img {
  width: 100%;
  margin-bottom: 20rem;
}
main.top section#group_business .inner > .container > div > p {
  width: 100%;
  font-size: 15rem;
  line-height: 2;
  color: #fff;
  margin-bottom: 41rem;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > .container > div > p {
    font-size: 15rem;
    margin-bottom: 31rem;
  }
}
main.top section#group_business .inner > .container > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240rem;
  color: #058841;
  background-color: #FFFFFF;
  border-radius: 60rem;
  height: 60rem;
  text-align: center;
  box-shadow: 2rem 2rem 10rem rgba(5, 136, 65, 0.3);
  transition: all linear 0.2s;
  font-size: 16rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 767px) {
  main.top section#group_business .inner > .container > div > a {
    width: 240rem;
    font-size: 15rem;
    height: 50rem;
  }
}
main.top section#group_business .inner > .container > div > a:hover {
  background-color: #058841;
  color: #fff;
}
main.top section#banner {
  padding: 100rem 0;
}
@media (max-width: 767px) {
  main.top section#banner {
    padding: 50rem 20rem;
  }
}
main.top section#banner .inner .container {
  display: flex;
  gap: 45rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  main.top section#banner .inner .container {
    flex-direction: column;
    gap: 20rem;
  }
}
main.top section#banner .inner .container a {
  width: 370rem;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  main.top section#banner .inner .container a {
    width: 100%;
  }
}
main.top section#banner .inner .container a:hover {
  opacity: 0.8;
}
main.top section#banner .inner .container a img {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */