@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  background: #F8F8F8;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contents_btn {
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .contents_btn {
    width: 30vw;
  }
}
.contents_btn a {
  text-decoration: none;
}
.contents_btn a p {
  position: relative;
  color: #013F20;
  font-size: 1vw;
  padding-left: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a p {
    font-size: 2vw;
  }
}
.contents_btn a p::before {
  position: absolute;
  content: "";
  width: 5%;
  height: 1px;
  transform: rotate(30deg);
  top: 105%;
  right: -2px;
  background-color: #013F20;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contents_btn a p::before {
    top: 115%;
    right: 0;
  }
}
.contents_btn a p:hover::before {
  right: 30%;
}
.contents_btn a p::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #013F20;
  transition: all 0.4s;
}
.contents_btn a p:hover::after {
  width: 70%;
}

.top_contents_btn02 a {
  text-decoration: none;
}
.top_contents_btn02 a button {
  letter-spacing: 0.3vw;
  border: 1px solid #013F20;
  padding: 0.8vw 0;
  width: 18vw;
  background-color: rgba(0, 0, 0, 0);
  color: #013F20;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn02 a button {
    width: 40vw;
    font-size: 2.5vw;
    padding: 2vw 0;
  }
}
.top_contents_btn02 a button:hover {
  border: none;
  background-color: #013F20;
  color: #fff;
}

.top_contents_title {
  display: table;
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 7em;
  color: #013f20;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top_contents_title {
    padding: 0;
  }
}
.top_contents_title:before, .top_contents_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 2px;
  background-color: #013f20;
}
@media screen and (max-width: 768px) {
  .top_contents_title:before, .top_contents_title:after {
    height: 0;
  }
}
.top_contents_title:before {
  left: 0;
}
.top_contents_title:after {
  right: 0;
}

.change-color {
  background-color: #fff;
  transition: 0.3s;
}

.lower_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 40vw;
  background: linear-gradient(135deg, #013F20, #013F20);
  animation-name: fadeSlideAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeSlideAnime {
  from {
    width: 0;
  }
  to {
    width: 80vw;
  }
}
.lower_logo {
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 2%;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .lower_logo {
    width: 60%;
  }
}
.lower_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#lower_main {
  width: 77vw;
  height: 35vw;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 6vw;
  position: relative;
}
#lower_main .main_bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#lower_main .main_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower_main .text_block {
  position: absolute;
  overflow: hidden;
}
#lower_main .text_block .text {
  font-size: 6.5vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .text_block .text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .text_block .text {
    font-size: 5.5rem;
  }
}
#lower_main .text_block .textAnime01 {
  animation: textAnime 0.8s 0.3s forwards ease-in-out;
  transform: translateY(100%);
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  #lower_main .text_block .textAnime01 {
    font-size: 10vw;
  }
}
#lower_main .text_block .textAnime02 {
  animation: textAnime 0.8s 0.6s forwards ease-in-out;
  transform: translateY(100%);
  font-size: 2vw !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .text_block .textAnime02 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .text_block .textAnime02 {
    font-size: 1.2rem !important;
  }
}
#lower_main .text_block .textAnime03 {
  animation: textAnime 0.8s 1s forwards ease-in-out;
  transform: translateY(100%);
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
#lower_main .text_white .text {
  color: #013F20;
}
#lower_main .text_black .text_inner {
  overflow: hidden;
}
#lower_main .text_black .text_inner .text {
  color: #fff;
}
#lower_main .small {
  font-size: 4rem !important;
}
#lower_main .position01 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (max-width: 768px) {
  #lower_main .position01 {
    top: 15vw;
  }
}
#lower_main .position02 {
  top: 27vw;
  left: -19.5vw;
}
@media screen and (max-width: 768px) {
  #lower_main .position02 {
    top: 26vw;
  }
}
#lower_main .position03 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (max-width: 768px) {
  #lower_main .position03 {
    top: 15vw;
  }
}
#lower_main .position04 {
  top: 27vw;
  left: -19.5vw;
}
@media screen and (max-width: 768px) {
  #lower_main .position04 {
    top: 26vw;
  }
}

#lower {
  width: 100%;
}
#lower .lower {
  position: relative;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 30vh;
  }
}
#lower .lower .lower_image {
  width: 75%;
  height: 50vh;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower .lower .lower_title {
  padding: 5vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #013F20;
  position: absolute;
  bottom: 0%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    padding: 8vw;
  }
}
#lower .lower .lower_title h2 {
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  margin-bottom: 0.8vw;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 5vw;
  }
}
#lower .breadcrumbs {
  margin: 2vw 0 8vw 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    margin: 3vw 0 10vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    margin: 4vw 0 12vw 4vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #013F20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 2vw;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #888;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2.5vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
}
header .header_contact {
  position: fixed;
  top: 8rem;
  right: 0;
}
header .header_contact .header_tel {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
header .header_contact .header_tel a {
  font-size: 1.5rem;
  display: block;
  text-orientation: upright;
  text-decoration: none;
  color: #fff;
  background-color: #013f20;
  padding: 1rem;
  letter-spacing: 3px;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.4s;
}
header .header_contact .header_tel a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  header .header_contact .header_tel a {
    font-size: 1rem;
  }
}
header .header_contact .header_tel a i {
  margin-bottom: 0.5rem;
}
header .header_contact .header_mail {
  margin-top: 2rem;
  writing-mode: vertical-rl;
}
header .header_contact .header_mail a {
  font-size: 1.5rem;
  display: block;
  text-orientation: upright;
  text-decoration: none;
  color: #fff;
  background-color: #013f20;
  padding: 1rem;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.4s;
}
header .header_contact .header_mail a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  header .header_contact .header_mail a {
    font-size: 1rem;
  }
}
header .header_contact .header_mail a i {
  margin-bottom: 0.5rem;
}

.header_scroll {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  background-color: #fff;
  padding-left: 2vw;
}
@media screen and (max-width: 768px) {
  .header_scroll {
    height: 6rem;
  }
}
.header_scroll .header_logo {
  height: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_scroll .header_logo {
    height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header_scroll .header_logo {
    height: 10vw;
  }
}
.header_scroll .header_logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header_scroll .hamburger {
    top: 2px;
  }
}
.header_scroll .hamburger span {
  background-color: #013f20;
}
.header_scroll .hamburger p {
  color: #013f20;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  left: 6px;
  background: #013F20;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    height: 1px;
  }
}

.hamburger p {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.8vw;
  color: #013F20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger p {
    font-size: 1.8vw;
    top: 32px;
  }
}

.hamburger span:nth-child(1) {
  width: 35px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    width: 20px;
    top: 35%;
  }
}

.hamburger span:nth-child(2) {
  width: 25px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    width: 10px;
    top: 50%;
  }
}

.hamburger span:nth-child(3) {
  width: 30px;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    width: 15px;
    top: 65%;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  background-color: #013f20;
  width: 25px;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  background-color: #013f20;
  display: none;
}

.hamburger.active span:nth-child(3) {
  background-color: #013f20;
  width: 25px;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active p {
  color: #013f20;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #076d3c;
  background: rgba(255, 255, 255, 0.7);
  width: 30%;
  height: 100vh;
  transform: translate(334%);
  transition: all 0.8s;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column;
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
    transform: translate(100%);
  }
}
nav.globalMenuSp .header_logo {
  width: 80%;
  margin-right: 20%;
  margin-left: auto;
  margin-top: 8em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp .header_logo {
    margin-top: 6rem;
  }
}
nav.globalMenuSp .header_logo img {
  width: 100%;
  height: auto;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  position: relative;
  transition: all 0.4s;
}
nav.globalMenuSp ul li:hover {
  opacity: 0.75;
}
nav.globalMenuSp ul li:hover::after {
  visibility: visible;
  bottom: 12px;
  opacity: 1;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #076d3c;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 0.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 2vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(234%);
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp.active {
    transform: translate(0%);
  }
}

.header_menu_right .pc {
  font-size: 1.2rem;
}
.header_menu_right .sp a {
  text-decoration: none;
  color: #fff;
}

.top_main_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 50vw;
  background-color: #013F20;
  animation-name: fadeSlideAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .top_main_bg_color {
    height: 65vw;
  }
}

@keyframes fadeSlideAnime {
  from {
    width: 0;
  }
  to {
    width: 80vw;
  }
}
.top_main_logo {
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 2%;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .top_main_logo {
    width: 70%;
  }
}
.top_main_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_main_scroll {
  position: absolute;
  top: 40vw;
  left: 0%;
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_main_scroll {
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .top_main_scroll {
    top: 15vw;
    left: -3%;
  }
}
.top_main_scroll p {
  color: #fff;
  font-size: 1vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_main_scroll p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main_scroll p {
    font-size: 0.5vw;
  }
}
.top_main_scroll p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 300px;
  height: 1px;
  animation: arrowlong01 2s ease infinite;
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
#top_main {
  width: 77vw;
  height: 50vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #top_main {
    margin-top: 20vw;
  }
}
#top_main .main_bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#top_main .main_bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_column {
  display: block;
  position: absolute;
  border: solid 5px #013f20;
  z-index: 10;
  bottom: 0%;
  right: 1%;
  width: 70%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column {
    width: 60%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_column {
    display: none;
  }
}
#top_column .top_column_title {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column .top_column_title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_column .top_column_title {
    margin-bottom: 1rem;
  }
}
#top_column .top_column_title .headline {
  color: #013f20;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column .top_column_title .headline {
    font-size: 5vw;
  }
}
#top_column .top_column_title .title {
  color: #013F20;
  position: absolute;
  top: 100%;
  transform: translate(0, -50%);
}
#top_column .top_column_contents ul {
  list-style: none;
}
#top_column .top_column_contents ul a {
  text-decoration: none;
  color: #777;
  cursor: pointer;
}
#top_column .top_column_contents ul a li {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column .top_column_contents ul a li {
    margin-bottom: 1rem;
  }
}
#top_column .top_column_contents ul a li::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all 0.4s;
  background-color: #777;
}
#top_column .top_column_contents ul a li:hover::after {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column .top_column_contents ul a li .date {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column .top_column_contents ul a li .title p {
    font-size: 3.8vw;
  }
}
#top_column .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

#top_service {
  padding: 5rem 0;
  position: relative;
}
#top_service .top_service {
  width: 85%;
  margin: 0 auto;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    width: 80%;
  }
}
#top_service .top_service .top_service_gradient {
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 8vw;
  padding-right: 2vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), 85%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_gradient {
    padding: 6vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_gradient {
    width: 100%;
    padding-right: 8vw;
  }
}
#top_service .top_service .top_service_gradient .top_service_writing {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_gradient .top_service_writing {
    width: 100%;
  }
}
#top_service .top_service .top_service_gradient .top_service_writing .headline {
  margin-bottom: 2vw;
}
#top_service .top_service .top_service_gradient .top_service_writing .text {
  margin-bottom: 4vw;
}
#top_service .top_service .top_service_gradient .top_contents_btn02 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
}
#top_service .top_service_contents ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
#top_service .top_service_contents ul li {
  width: 31%;
  margin: 1%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li {
    width: 100%;
  }
}
#top_service .top_service_contents ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #013F20 transparent transparent transparent;
  border-width: 4vw 4vw 0px 0px;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li::after {
    border-width: 8vw 5vw 0 0;
  }
}
#top_service .top_service_contents ul li a {
  border: solid 1px #013f20;
  font-size: 2rem;
  text-align: center;
  color: #013f20;
  width: 100%;
  height: 15vw;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s;
}
#top_service .top_service_contents ul li a:hover {
  opacity: 0.75;
}
#top_service .top_service_contents ul li a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  right: 0;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents ul li a {
    line-height: 24vw;
    height: 24vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a {
    line-height: 30vh;
    height: 30vh;
  }
}
#top_service .top_service_contents ul li a .top_service_content {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 15vw;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a .top_service_content {
    height: 30vw;
  }
}
#top_service .top_service_contents ul li a .top_service_content .top_service_content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.5);
}
#top_service .top_service_contents ul li a .top_service_content_hover {
  transform: scale(1.1);
}
#top_service .top_service_contents ul li a .top_service_text {
  position: absolute;
  left: 1vw;
  bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a .top_service_text {
    bottom: 8vw;
  }
}
#top_service .top_service_contents ul li a .top_service_text p {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents ul li a .top_service_text p {
    font-size: 1.2vw;
  }
}
#top_service .top_service_contents ul li a .top_service_text h5 {
  color: #fff;
}
#top_service .top_service_contents ul li a .top_service_contents_btn {
  position: absolute;
  bottom: 2vw;
  right: 1vw;
  width: 4vw;
  height: 4vw;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a .top_service_contents_btn {
    width: 8vw;
    height: 8vw;
  }
}
#top_service .top_service_contents ul li a .top_service_contents_btn .top_service_contents_btn_position {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_service .top_service_contents ul li a .top_service_contents_btn .top_service_contents_btn_position::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1vw;
  width: 1.5vw;
  height: 2px;
  transform: translate(0, -50%);
  background: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a .top_service_contents_btn .top_service_contents_btn_position::before {
    left: 1.5vw;
    width: 3.5vw;
  }
}
#top_service .top_service_contents ul li a .top_service_contents_btn .top_service_contents_btn_position::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.7vw;
  width: 0.7vw;
  height: 0.7vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents ul li a .top_service_contents_btn .top_service_contents_btn_position::after {
    left: 3.2vw;
    width: 1.7vw;
    height: 1.7vw;
  }
}
#top_service .top_service_contents ul li a .top_service_contents_btn p {
  margin-bottom: 3rem;
}
#top_service .top_service_contents ul li a .top_service_contents_btn_hover {
  border: 1px solid #013F20;
  background-color: #013F20;
}
#top_service .contents_btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top_service .contents_btn {
    width: 40%;
  }
}

.text_block {
  position: absolute;
  overflow: hidden;
}
.text_block .text {
  font-size: 5rem;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text_block .text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .text_block .text {
    font-size: 5rem;
  }
}
.text_block .textAnime01 {
  animation: textAnime 0.8s 0.3s forwards ease-in-out;
  transform: translateY(100%);
  font-family: "Overpass", sans-serif;
  font-variation-settings: "wght" 400;
}
@media screen and (max-width: 768px) {
  .text_block .textAnime01 {
    font-size: 3rem;
  }
}
.text_block .textAnime02 {
  animation: textAnime 0.8s 0.6s forwards ease-in-out;
  transform: translateY(100%);
  font-size: 2.5vw !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text_block .textAnime02 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .text_block .textAnime02 {
    font-size: 1rem !important;
  }
}
.text_block .textAnime02 span {
  color: #013F20;
  font-size: 4rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .text_block .textAnime02 span {
    font-size: 1rem !important;
    padding: 0;
  }
}
.text_block .textAnime03 {
  animation: textAnime 0.8s 1s forwards ease-in-out;
  transform: translateY(100%);
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}

.text_white .text {
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.text_black .text_inner {
  overflow: hidden;
}
.text_black .text_inner .text {
  color: #fff;
}

.small {
  font-size: 4rem !important;
}

.position01 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .position01 {
    left: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .position01 {
    top: 6vw;
  }
}

.position02 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .position02 {
    left: -15vw;
    top: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .position02 {
    top: 30vw;
  }
}

.position03 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .position03 {
    left: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .position03 {
    top: 6vw;
  }
}

.position04 {
  top: 20vw;
  left: -19.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .position04 {
    left: -15vw;
    top: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .position04 {
    top: 30vw;
  }
}

#top_column_sp {
  display: block;
  width: 95vw;
  margin: auto;
  margin-top: 10vw;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1441px) {
  #top_column_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_column_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column_sp {
    display: none;
  }
}
#top_column_sp .top_column_title {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column_sp .top_column_title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_column_sp .top_column_title {
    margin-bottom: 1rem;
  }
}
#top_column_sp .top_column_title .headline {
  color: #013f20;
  font-size: 7vw;
}
#top_column_sp .top_column_title .title {
  color: #013F20;
  position: absolute;
  top: 100%;
  transform: translate(0, -50%);
}
#top_column_sp .top_column_contents ul {
  list-style: none;
}
#top_column_sp .top_column_contents ul a {
  text-decoration: none;
  color: #777;
  cursor: pointer;
}
#top_column_sp .top_column_contents ul a li {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column_sp .top_column_contents ul a li {
    margin-bottom: 1rem;
  }
}
#top_column_sp .top_column_contents ul a li::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all 0.4s;
  background-color: #777;
}
#top_column_sp .top_column_contents ul a li:hover::after {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column_sp .top_column_contents ul a li .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_column_sp .top_column_contents ul a li .date {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_column_sp .top_column_contents ul a li .title p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_column_sp .top_column_contents ul a li .title p {
    font-size: 1rem;
  }
}
#top_column_sp .contents_btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top_column_sp .contents_btn {
    width: 40%;
  }
}

#top_movie {
  padding: 5vw 0;
  background-color: #F8F8F8;
}
#top_movie .top_movie_inner {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_movie .top_movie_inner {
    width: 90%;
  }
}
#top_movie .top_movie_video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-color: #000;
}

#top_catchcopy {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 5vw 0;
  background-color: #e7ece9;
}
@media screen and (max-width: 768px) {
  #top_catchcopy {
    font-size: 1.5rem;
  }
}
#top_catchcopy ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  width: 85%;
  margin: 0 auto;
}
#top_catchcopy ul li div {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_catchcopy ul li div {
    height: 30vh;
  }
}
#top_catchcopy ul li .text-yellow {
  color: #ffbc00;
}
#top_catchcopy ul li .text-red {
  color: #f00;
}
#top_catchcopy ul .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #top_catchcopy ul .left {
    width: 100%;
  }
}
#top_catchcopy ul .right {
  width: 60%;
  padding: 8rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_catchcopy ul .right {
    width: 100%;
    padding: 2rem;
  }
}

#top_reason {
  position: relative;
  overflow: hidden;
  margin-top: 5vw 0;
  background-color: #e7ece9;
}
@media screen and (max-width: 768px) {
  #top_reason {
    margin: 5vw 0;
  }
}
#top_reason .top_reason {
  width: 85%;
  padding: 5rem 0;
  margin: 0 auto;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
}
#top_reason .top_reason .top_reason_contents ul {
  list-style: none;
}
#top_reason .top_reason .top_reason_contents ul li {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #749684;
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl {
    display: block;
  }
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dt {
  width: 60%;
  padding: 3rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dt {
    width: 100%;
    padding: 5rem 3rem 3rem 3rem;
  }
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dt h3 {
  position: relative;
  padding-top: 2em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dt h3 {
    font-size: 1.5rem;
  }
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dt h3:before {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 0;
  color: rgba(1, 63, 32, 0.5);
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  border-bottom: solid 1px #013f20;
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dd {
  width: 40%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dd {
    width: 100%;
  }
}
#top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dd div {
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li:nth-of-type(odd) dl dd div {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_reason .top_reason .top_reason_contents ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li dl {
    display: block;
  }
}
#top_reason .top_reason .top_reason_contents ul li dl dt {
  padding: 3rem;
  width: 60%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li dl dt {
    width: 100%;
    padding: 5rem 3rem 3rem 3rem;
  }
}
#top_reason .top_reason .top_reason_contents ul li dl dt h3 {
  position: relative;
  padding-top: 2em;
  color: #333333;
}
#top_reason .top_reason .top_reason_contents ul li dl dt h3:before {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 0;
  color: rgba(1, 63, 32, 0.5);
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  border-bottom: solid 1px #013f20;
}
#top_reason .top_reason .top_reason_contents ul li dl dd {
  width: 40%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li dl dd {
    width: 100%;
  }
}
#top_reason .top_reason .top_reason_contents ul li dl dd div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_reason .top_reason .top_reason_contents ul li dl dd div {
    height: 30vh;
  }
}

.top_reason_bg {
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_reason_bg {
    height: 30vh;
    background-attachment: scroll;
  }
}

#top_about {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(90deg, #e7ece9 0%, #e7ece9 50%, #f8f8f8 50%, #f8f8f8 100%);
}
#top_about .top_about {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    width: 80%;
  }
}
#top_about .top_about .top_about_contents .top_contents_title .title:after {
  background-color: transparent;
}
#top_about .top_about .top_about_contents p.title2 {
  margin-bottom: 2rem;
}
#top_about .top_about .top_about_contents .top_about_writing {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_writing {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#top_about .top_about .top_about_contents .top_about_writing .top_about_headline {
  margin-bottom: 1vw;
  border-bottom: solid 1px #013f20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_headline {
    line-height: 3vw;
    margin-bottom: 3vw;
  }
}
#top_about .top_about .top_about_contents .top_about_writing .top_about_headline span {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_headline span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_headline span {
    font-size: 4vw;
    line-height: 6vw;
  }
}
#top_about .top_about .top_about_contents .top_about_writing .top_about_headline span:first-child {
  font-size: 3rem;
  color: #013F20;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_headline span:first-child {
    font-size: 6vw;
  }
}
#top_about .top_about .top_about_contents .top_about_writing .top_about_text {
  line-height: 2vw;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_text {
    line-height: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_writing .top_about_text {
    line-height: 2.8vw;
    line-height: 4vw;
  }
}

.top_about_bg {
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_about_bg {
    height: 30vh;
    background-attachment: scroll;
  }
}

.top_voice_bg {
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_voice_bg {
    height: 30vh;
    background-attachment: scroll;
  }
}

#top_voice {
  position: relative;
  overflow: hidden;
  margin-bottom: 5vw 0;
  background-color: #e7ece9;
}
#top_voice .top_voice {
  width: 85%;
  margin: 5vw auto;
}
@media screen and (max-width: 768px) {
  #top_voice .top_voice {
    width: 80%;
  }
}
#top_voice .top_voice .top_voice_contents {
  margin-bottom: 4vw;
}
#top_voice .top_voice .top_voice_contents ul {
  list-style: none;
  height: 35vw;
  overflow-y: scroll;
  border: none;
  scrollbar-color: #FAF8D8 #013f20;
  scrollbar-width: thin;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_voice .top_voice .top_voice_contents ul {
    height: 40vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top_voice .top_voice .top_voice_contents ul {
    height: 50vh;
    flex-wrap: wrap;
  }
}
#top_voice .top_voice .top_voice_contents ul li {
  margin-bottom: 2rem;
}
#top_voice .top_voice .top_voice_contents ul li .outline {
  border: solid 5px #013f20;
  background-color: #fff;
}
#top_voice .top_voice .top_voice_contents ul li .outline .title {
  color: #fff;
  background-color: #013f20;
  padding: 1rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_voice .top_voice .top_voice_contents ul li .outline .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_voice .top_voice .top_voice_contents ul li .outline .title {
    font-size: 3vw;
  }
}
#top_voice .top_voice .top_voice_contents ul li .outline p {
  padding: 10px;
  margin-bottom: 1rem;
}
#top_voice .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

#top_flow {
  position: relative;
  overflow: hidden;
  margin: 5vw 0;
}
#top_flow .top_flow {
  width: 85%;
  margin: 5vw auto;
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow {
    width: 80%;
  }
}
#top_flow .top_flow .top_flow_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flow .top_flow .top_flow_contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow .top_flow_contents ul {
    flex-wrap: wrap;
  }
}
#top_flow .top_flow .top_flow_contents ul li {
  margin-bottom: 2rem;
}
#top_flow .top_flow .top_flow_contents ul li h3 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #013f20;
  border-radius: 5px;
  color: #013f20;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
#top_flow .top_flow .top_flow_contents ul li h3:before {
  position: absolute;
  top: -3rem;
  left: -4.5rem;
  z-index: -1;
  transform: rotate(25deg);
  width: 10rem;
  height: 200%;
  background-color: #013f20;
  content: "";
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow .top_flow_contents ul li h3:before {
    left: -6rem;
  }
}
#top_flow .top_flow .top_flow_contents ul li h3 span {
  margin-right: 1em;
  margin-left: 0.3em;
  color: #fff;
  font-size: 1em;
}
#top_flow .top_flow .top_flow_contents ul li .top_flow_waku {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku {
    display: block;
  }
}
#top_flow .top_flow .top_flow_contents ul li .top_flow_waku .flow_img {
  width: 40%;
  height: 20vw;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1441px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku .flow_img {
    width: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku .flow_img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku .flow_img {
    width: 100%;
    height: 20vh;
  }
}
#top_flow .top_flow .top_flow_contents ul li .top_flow_waku p {
  width: 60%;
  padding: 3rem;
}
@media screen and (min-width: 1441px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku p {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku p {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_flow .top_flow .top_flow_contents ul li .top_flow_waku p {
    width: 100%;
    padding: 3rem 0;
  }
}
#top_flow .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

.top_faq_bg {
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_faq_bg {
    height: 30vh;
    background-attachment: scroll;
  }
}

#top_faq {
  position: relative;
  overflow: hidden;
  margin-bottom: 5vw;
  background-color: #e7ece9;
}
#top_faq .top_faq {
  width: 85%;
  margin: 5vw auto;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq {
    width: 80%;
  }
}
#top_faq .top_faq .top_faq_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_faq .top_faq .top_faq_contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul {
    flex-wrap: wrap;
  }
}
#top_faq .top_faq .top_faq_contents ul li {
  margin-bottom: 2rem;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check {
  display: none;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-label {
  display: block;
  position: relative;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-label:after {
  font-size: 2rem;
  box-sizing: border-box;
  content: "\f196";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul li .outline {
    padding: 12px;
  }
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check:checked + .acd-label:after {
  content: "\f146";
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#top_faq .top_faq .top_faq_contents ul li .outline .title {
  color: #013f20;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 2rem;
  border: solid 1px #013f20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_faq .top_faq .top_faq_contents ul li .outline .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul li .outline .title {
    font-size: 2.5vw;
  }
}
#top_faq .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

#top_gallery {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #top_gallery {
    margin-bottom: 5vw;
  }
}
#top_gallery .top_gallery_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100vw;
  height: 22vw;
  background-color: #e7ece9;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery_bg {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery_bg {
    top: 34%;
  }
}
@media screen and (min-width: 1441px) {
  #top_gallery .top_gallery_bg02 {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_gallery .top_gallery_bg02 {
    display: none;
  }
}
#top_gallery .top_gallery_bg02 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 70%;
  width: 100vw;
  height: 22vw;
  background-color: #e7ece9;
}
#top_gallery .top_gallery {
  width: 85%;
  margin: 5vw auto;
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery {
    width: 80%;
  }
}
#top_gallery .top_gallery .top_gallery_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery .top_gallery_contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery .top_gallery_contents ul {
    display: block;
  }
}
#top_gallery .top_gallery .top_gallery_contents ul a {
  text-decoration: none;
  width: 24%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery .top_gallery_contents ul a {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery .top_gallery_contents ul a {
    width: 100%;
  }
}
#top_gallery .top_gallery .top_gallery_contents ul a:nth-child(1) {
  transition-delay: 0.2s;
}
#top_gallery .top_gallery .top_gallery_contents ul a:nth-child(2) {
  transition-delay: 0.4s;
}
#top_gallery .top_gallery .top_gallery_contents ul a:nth-child(3) {
  transition-delay: 0.6s;
}
#top_gallery .top_gallery .top_gallery_contents ul a:nth-child(4) {
  transition-delay: 0.8s;
}
#top_gallery .top_gallery .top_gallery_contents ul a li {
  transition: all 0.4s;
}
#top_gallery .top_gallery .top_gallery_contents ul a li img {
  width: 100%;
  border: solid 5px #FFF;
  box-shadow: 0 0 10px #969696;
}
#top_gallery .top_gallery .top_gallery_contents ul a li .outline {
  width: 100%;
  margin: auto;
}
#top_gallery .top_gallery .top_gallery_contents ul a li .outline .date {
  color: #333;
  font-size: 0.6vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery .top_gallery_contents ul a li .outline .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery .top_gallery_contents ul a li .outline .date {
    font-size: 1.6vw;
  }
}
#top_gallery .top_gallery .top_gallery_contents ul a li .outline .title {
  color: #013F20;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery .top_gallery_contents ul a li .outline .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery .top_gallery_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_gallery .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

/*=== アニメーション ===*/
.top_explain_bg {
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_explain_bg {
    height: 30vh;
    background-attachment: scroll;
  }
}

#top_explain {
  position: relative;
  padding-top: 5rem;
}
#top_explain .top_explain {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_explain .top_explain {
    width: 80%;
  }
}
#top_explain .top_explain .top_explain_contents .top_contents_title .title:after {
  background-color: transparent;
}
#top_explain .top_explain .top_explain_contents p.title2 {
  margin-bottom: 2rem;
}
#top_explain .top_explain .top_explain_contents .top_explain_writing {
  margin-bottom: 2rem;
  border: solid 5px #013f20;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline {
  margin-bottom: 1vw;
  border-bottom: solid 1px #013f20;
}
#top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline span {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline span {
    font-size: 4vw;
    line-height: 6vw;
  }
}
#top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline span:first-child {
  font-size: 3rem;
  color: #013F20;
}
@media screen and (max-width: 768px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_headline span:first-child {
    font-size: 6vw;
  }
}
#top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_text {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_text {
    line-height: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_explain .top_explain .top_explain_contents .top_explain_writing .top_explain_text {
    line-height: 2.8vw;
    line-height: 4vw;
  }
}

#top_tips {
  position: relative;
  padding: 5vw 0;
  margin-top: 5vw;
  padding: 5rem 0;
  background: linear-gradient(90deg, #e7ece9 0%, #e7ece9 50%, #f8f8f8 50%, #f8f8f8 100%);
}
#top_tips .top_tips {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_tips .top_tips {
    width: 80%;
  }
}
#top_tips .top_tips .top_tips_contents .top_contents_title .title:after {
  background-color: transparent;
}
#top_tips .top_tips .top_tips_contents p.title2 {
  margin-bottom: 2rem;
}
#top_tips .top_tips .top_tips_contents .top_tips_writing {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline {
  margin-bottom: 1vw;
  background-color: #013f20;
  padding: 1rem;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline {
    line-height: 3vw;
    margin-bottom: 3vw;
  }
}
#top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline span {
  color: #fff;
  font-size: 2rem;
  border-left: solid 5px #fff;
  padding-left: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_headline span {
    font-size: 4vw;
    line-height: 6vw;
  }
}
#top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_text {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_text {
    line-height: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_tips .top_tips .top_tips_contents .top_tips_writing .top_tips_text {
    line-height: 2.8vw;
    line-height: 4vw;
  }
}

#service .service_top {
  width: 90%;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 768px) {
  #service .service_top {
    width: 80%;
  }
}
#service .service {
  margin-bottom: 10vw;
}
#service .service #buy {
  padding-top: 0;
}
#service .service #buy .service_contents01_writing {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service #buy .service_contents01_writing {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #service .service #buy .service_contents01_writing {
    top: 30%;
    width: 70%;
    z-index: 100;
  }
}
#service .service .service_contents01 {
  position: relative;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 {
    transform: translate(0, 0);
  }
}
#service .service .service_contents01 .service_contents01_image {
  width: 45%;
  height: 25vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents01 .service_contents01_image {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_image {
    height: 60vw;
  }
}
#service .service .service_contents01 .service_contents01_image::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10%;
  right: 10%;
  width: 180%;
  height: 100%;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0) 95%);
  }
}
#service .service .service_contents01 .service_contents01_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_contents01 .service_contents01_writing {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents01 .service_contents01_writing {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_writing {
    top: 30%;
    width: 70%;
    z-index: 100;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
#service .service .service_contents01 .service_contents01_writing .service_contents01_headline {
  margin-bottom: 2vw;
  color: #013F20;
  border-bottom: solid 1px #013f20;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_writing .service_contents01_headline {
    margin-bottom: 4vw;
  }
}
#service .service .service_contents01 .service_contents01_writing .service_contents01_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents01 .service_contents01_writing .service_contents01_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_writing .service_contents01_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents02 {
  position: relative;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 {
    transform: translate(0, 0);
  }
}
#service .service .service_contents02 .service_contents02_image {
  width: 45%;
  height: 25vw;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 .service_contents02_image {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_image {
    height: 60vw;
  }
}
#service .service .service_contents02 .service_contents02_image::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10%;
  left: 10%;
  width: 180%;
  height: 100%;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_image::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 95%);
  }
}
#service .service .service_contents02 .service_contents02_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_contents02 .service_contents02_writing {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 .service_contents02_writing {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_writing {
    top: 30%;
    width: 70%;
    right: 10%;
    z-index: 100;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
#service .service .service_contents02 .service_contents02_writing .service_contents02_headline {
  margin-bottom: 2vw;
  color: #013F20;
  border-bottom: solid 1px #013f20;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_writing .service_contents02_headline {
    margin-bottom: 4vw;
  }
}
#service .service .service_contents02 .service_contents02_writing .service_contents02_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 .service_contents02_writing .service_contents02_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_writing .service_contents02_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .lower_headline {
  text-align: center;
}
#company .lower_headline h4 {
  color: #013F20;
  letter-spacing: 0.6vw;
}
#company .company_greeting {
  margin-bottom: 5rem;
}
#company .company_greeting ul {
  list-style: none;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #e7ece9;
}
#company .company_greeting ul li p {
  padding: 0 3rem;
}
#company .company_greeting ul li .greeting_name {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
  margin-top: 3rem;
}
#company .company_greeting ul li div {
  background-position: center;
  background-size: cover;
  height: 31vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_greeting ul li div {
    height: 56vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_greeting ul li div {
    height: 32vh;
  }
}
#company .company_greeting ul .left {
  padding: 3rem 0;
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_greeting ul .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_greeting ul .left {
    width: 100%;
  }
}
#company .company_greeting ul .right {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_greeting ul .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_greeting ul .right {
    width: 100%;
  }
}
#company .company_contents {
  padding: 8rem 0;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #e7ece9;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 5rem 0;
    padding-bottom: 80px;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h3 {
  position: relative;
  padding-top: 2em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h3 {
    font-size: 1.5rem;
  }
}
#company .company_contents .company_detail_title h3:before {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 0;
  color: rgba(1, 63, 32, 0.5);
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  border-bottom: solid 1px #013f20;
}
#company .company_contents .company_detail {
  width: 85%;
  margin: auto;
  padding: 0 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  border-bottom: 2px solid #013F20;
  text-align: end;
  padding-right: 40px;
  color: #013F20;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
    border-bottom: 1px solid #013F20;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_contents .company_detail_map {
  width: 85%;
  margin: 5rem auto 0 auto;
  padding: 0 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_map {
    padding: 0;
  }
}
#company .company_contents .company_detail_map .company_map {
  width: 100%;
}
#company .company_contents .company_detail_map .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_map .company_map iframe {
    height: 240px;
  }
}

#column {
  margin-bottom: 5rem;
}
#column .column .column_contents {
  width: 80%;
  margin: auto;
}
#column .column .column_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #column .column .column_contents p {
    margin-bottom: 8vw;
  }
}
#column .column .column_contents ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul {
    width: 100%;
  }
}
#column .column .column_contents ul a {
  color: #013f20;
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#column .column .column_contents ul a li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul a li {
    flex-flow: column;
  }
}
#column .column .column_contents ul a .date {
  width: 15%;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #column .column .column_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#column .column .column_contents ul a .outline {
  width: 85%;
}
#column .column .column_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#column .column .column_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #column .column .column_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#column .column .column_contents ul a .outline .descn p {
  text-align: left;
  font-size: 1vw;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #column .column .column_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column .column_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  color: #fb2d33;
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#news .news .news_contents ul a .date {
  width: 15%;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  width: 85%;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  text-align: left;
  font-size: 1vw;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#faq {
  position: relative;
  overflow: hidden;
  margin-bottom: 5vw;
  background-color: #e7ece9;
}
#faq .faq {
  width: 85%;
  margin: 5vw auto;
}
@media screen and (max-width: 768px) {
  #faq .faq {
    width: 80%;
  }
}
#faq .faq .faq_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #faq .faq .faq_contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_contents ul {
    flex-wrap: wrap;
  }
}
#faq .faq .faq_contents ul li {
  margin-bottom: 2rem;
}
#faq .faq .faq_contents ul li .outline .acd-check {
  display: none;
}
#faq .faq .faq_contents ul li .outline .acd-label {
  display: block;
  position: relative;
}
#faq .faq .faq_contents ul li .outline .acd-label:after {
  font-size: 2rem;
  box-sizing: border-box;
  content: "\f196";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_contents ul li .outline .acd-label:after {
    font-size: 1rem;
    padding: 18px 12px;
  }
}
#faq .faq .faq_contents ul li .outline .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#faq .faq .faq_contents ul li .outline .acd-check:checked + .acd-label:after {
  content: "\f146";
}
#faq .faq .faq_contents ul li .outline .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#faq .faq .faq_contents ul li .outline .title {
  color: #013f20;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 2rem;
  border: solid 1px #013f20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #faq .faq .faq_contents ul li .outline .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_contents ul li .outline .title {
    font-size: 2.5vw;
  }
}

#gallery {
  position: relative;
}
#gallery .gallery_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents {
    width: 95%;
  }
}
#gallery .gallery_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#gallery .gallery_contents ul li {
  width: 30%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#gallery .gallery_contents ul li a {
  background-size: cover;
  background-position: center;
  height: 16vw;
  display: block;
  border: solid 5px #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery_contents ul li a {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li a {
    height: 120px;
  }
}
#gallery .gallery_contents ul li .outline {
  background-color: #fff;
  padding: 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li .outline {
    height: 150px;
  }
}
#gallery .gallery_contents ul li .outline .title {
  color: #013F20;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#gallery .gallery_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li .outline .descn p {
    font-size: 10px;
  }
}
#gallery .navigation {
  margin: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gallery .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #000;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #013F20;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 560px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#news_single {
  position: relative;
}
#news_single .news_single_contents {
  width: 80%;
  margin: auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single_contents {
    width: 95%;
  }
}
#news_single .news_single_contents ul {
  list-style: none;
}
#news_single .news_single_contents ul li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single_contents ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single_contents ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_single_contents ul li .outline {
  background-color: #fff;
  padding: 40px 20px;
}
#news_single .news_single_contents ul li .outline .date {
  font-size: 1.2rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}
#news_single .news_single_contents ul li .outline .title {
  color: #013F20;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_single_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_single_contents ul li .outline .descn h3 {
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
#news_single .news_single_contents ul li .outline .descn p {
  margin-bottom: 2rem;
}
#news_single .news_single_contents ul li .outline .descn .text-danger {
  color: #ff0000;
}
#news_single .news_single_contents ul li .outline .descn .text-white {
  color: #fff;
}
#news_single .news_single_contents ul li .outline .descn .bg-danger {
  background-color: #ff0000;
}
#news_single .news_single_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_single_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin: 3rem 0;
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #013F20;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

.red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

.blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

#policy_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 300px;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #013F20;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 300px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

#top_contact {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #top_contact {
    height: 110vw;
  }
}
#top_contact .top_contact {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
#top_contact .top_contact .top_contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.5);
  padding: 6vw 0;
}
#top_contact .top_contact .top_contact_bg .top_contact_text {
  text-align: center;
  margin-bottom: 4vw;
  color: #fff;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 90%;
    flex-flow: column;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
  width: 50%;
  padding: 0 4vw;
  color: #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 8vw 0;
    padding-top: 2vw;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel .top_contact_title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel .top_contact_title {
    margin-bottom: 1vw;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel .tel_number {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel .tel_number i {
  margin-right: 1vw;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel .tel_number a {
  text-decoration: none;
  color: #fff;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
  text-align: center;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
  width: 50%;
  padding: 0 4vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
    width: 100%;
    padding: 8vw 0;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_title {
  text-align: center;
  margin-bottom: 2rem;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_title h4 {
  color: #fff;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn {
    text-align: center;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn a {
  text-decoration: none;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn a button {
  border: none;
  background-color: #013F20;
  color: #fff;
  padding: 1vw 0;
  width: 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn a button {
    width: 60%;
    margin: auto;
    padding: 2vw 0;
  }
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form .top_contact_form_btn a button:hover {
  background: #fff;
  color: #013F20;
}
#top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form p {
  text-align: center;
}

footer {
  background-color: #fff;
  padding-top: 8vw;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    width: 100%;
    flex-flow: column;
  }
}
footer .footer .footer_left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_left {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
  }
}
footer .footer .footer_left .footer_logo {
  width: 60%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_left .footer_logo {
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_left .footer_logo img {
  width: 100%;
}
footer .footer .footer_left .footer_company {
  color: #076c3c;
}
footer .footer .footer_left .footer_company p {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_left .footer_company p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_left .footer_company p {
    font-size: 1rem;
  }
}
footer .footer .footer_right {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_right {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right {
    width: 90%;
    margin: auto;
  }
}
footer .footer .footer_right .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_left li {
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left li {
    text-align: center;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_left li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
footer .footer .footer_right .footer_menu ul .footer_menu_left li:hover::after {
  visibility: visible;
  bottom: -2px;
  opacity: 1;
}
footer .footer .footer_right .footer_menu ul .footer_menu_left li a {
  text-decoration: none;
  color: #076c3c;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left li a {
    font-size: 1rem;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_left li a span {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left li a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_left li a span {
    display: none;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li {
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right li {
    text-align: center;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li:hover::after {
  visibility: visible;
  bottom: -2px;
  opacity: 1;
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li a {
  text-decoration: none;
  color: #076c3c;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right li a {
    font-size: 1rem;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li a span {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right li a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_right .footer_menu ul .footer_menu_right li a span {
    display: none;
    font-size: 1rem;
  }
}
footer .footer .footer_right .footer_menu ul .footer_menu_right li .insta, footer .footer .footer_right .footer_menu ul .footer_menu_right li .x, footer .footer .footer_right .footer_menu ul .footer_menu_right li .facebook, footer .footer .footer_right .footer_menu ul .footer_menu_right li .tiktok, footer .footer .footer_right .footer_menu ul .footer_menu_right li .youtube {
  color: #fff;
  font-size: 1.2vw;
}
footer .copyright {
  padding-top: 4vw;
  padding-bottom: 1vw;
  text-align: center;
}
footer .copyright p {
  color: #076c3c;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */