/*
Theme Name: leasekin_child
Template: leasekin_child
Author: labo
Author URI: https://takai-laboratory.com/*/
.indent_content {
  padding: 100px 0;
}

.indent_content02 {
  margin-top: 80px;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

body.indication {
  opacity: 1;
}

body, #wrap {
  overflow-x: hidden;
  background: url("img/index/body_bg.jpg") top left repeat;
}

.single_page {
  padding: 80px 0;
}

.op_box {
  background: url("img/header/op_bg.jpg") top left repeat;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  z-index: -100;
}
.op_box .box {
  position: relative;
}
.op_box .op_txt01 {
  margin: 50px auto 30px;
}
.op_box .op_txt02 span {
  margin-left: 12px;
}
.op_box .op_txt02 span:nth-child(1) {
  margin-left: 0;
}
.op_box .op_txt02 span:nth-child(6), .op_box .op_txt02 span:nth-child(9) {
  margin-left: 35px;
}
.op_box .logo {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.op_box .shape {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.op_box .shape .icon01 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translate(20px, -20px) rotateY(120deg);
  transform: translate(20px, -20px) rotateY(120deg);
  -webkit-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
  display: inline-block;
}
.op_box .shape .icon02 {
  position: relative;
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.op_box .m_text span {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  color: #fafafa;
  display: inline-block;
}
.op_box .m_text span:nth-child(2) {
  -webkit-transition-delay: 0.47s;
          transition-delay: 0.47s;
}
.op_box .m_text span:nth-child(3) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.op_box .m_text span:nth-child(4) {
  -webkit-transition-delay: 0.61s;
          transition-delay: 0.61s;
}
.op_box .m_text span:nth-child(5) {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
.op_box .m_text span:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.op_box .m_text span:nth-child(7) {
  -webkit-transition-delay: 0.82s;
          transition-delay: 0.82s;
}
.op_box .m_text span:nth-child(8) {
  -webkit-transition-delay: 0.89s;
          transition-delay: 0.89s;
}
.op_box .m_text span:nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.op_box .m_text span:nth-child(10) {
  -webkit-transition-delay: 1.03s;
          transition-delay: 1.03s;
}
.op_box .m_text span:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.op_box .m_text02 {
  opacity: 0;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.op_box.inview {
  z-index: 2000;
}
.op_box.inview .m_text span {
  color: #000;
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.op_box.inview .m_text02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.op_box.inview .shape .icon01 {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.op_box.inview .shape .icon02 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.op_box.inview .logo {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.op_box.delete {
  display: none;
}

.op_box.off {
  opacity: 0;
}

header {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}
header nav {
  width: 860px;
}
header nav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  position: relative;
  width: 14.2857142857%;
}
header nav a span {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header nav a span::before {
  content: "";
  position: absolute;
  background: #5dc700;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header nav a:nth-child(1) {
  border: none;
}
header nav a:hover span {
  color: #5dc700;
}
header nav a:hover span::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

header.indication {
  opacity: 1;
}

.front_main_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
.front_main_box .slide_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.front_main_box .txt_box {
  position: absolute;
  z-index: 20;
}
.front_main_box .nav_box {
  position: absolute;
  max-width: 1200px;
  z-index: 20;
  margin: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.front_main_box .nav01 {
  width: 700px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("img/header/nav_bg01.jpg") top left repeat;
  border-radius: 3px;
}
.front_main_box .nav01 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
  width: 100%;
}
.front_main_box .nav01 a:nth-child(1) {
  border: none;
}
.front_main_box .nav02 {
  width: 300px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("img/header/nav_bg02.jpg") top left repeat;
  border-radius: 3px;
  margin-left: 30px;
}
.front_main_box .nav02 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.front_main_box .nav02 a img {
  margin-right: 10px;
}
.front_main_box .nav01 p, .front_main_box .nav02 p {
  position: relative;
}
.front_main_box .nav01 p {
  margin: auto;
  display: table;
}
.front_main_box .nav01 p::after, .front_main_box .nav02 p::after {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.front_main_box .nav02 p::after {
  background: #fff;
}
.front_main_box .nav01 a:hover p::after, .front_main_box .nav02 a:hover p::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.front_main_box .text01 {
  margin: 50px auto 30px;
}
.front_main_box .swiper-wrapper::before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.front_main_box .swiper-container {
  height: 100%;
}
.front_main_box .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.front_main_box .swiper-slide .slide-img {
  height: 100%;
  width: 100%;
}
.front_main_box .swiper-slide-active .slide-img, .front_main_box .swiper-slide-duplicate-active .slide-img, .front_main_box .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 16s linear 0s 1 normal both;
          animation: zoomUp 16s linear 0s 1 normal both;
}
.front_main_box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  top: 0;
  margin: auto;
  left: 100px;
  display: table;
  width: auto;
  z-index: 20;
}
.front_main_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}
.front_main_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  margin: 30px 0;
}
.front_main_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5dc700;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes loop_line {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes loop_line {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
#index .sec_title::before, #index .sec_title::after {
  content: "";
  display: block;
  background: #5dc700;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .sec_title::before {
  margin-right: 50px;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .sec_title::after {
  margin-left: 50px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .sec_title {
  margin-bottom: 100px;
  font-size: 30px;
}
#index .sec_title h2 {
  font-size: 30px;
  line-height: 1;
}
#index .sec_title .s_title span {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  color: #fafafa;
  display: inline-block;
}
#index .sec_title .s_title span:nth-child(2) {
  -webkit-transition-delay: 0.47s;
          transition-delay: 0.47s;
}
#index .sec_title .s_title span:nth-child(3) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
#index .sec_title .s_title span:nth-child(4) {
  -webkit-transition-delay: 0.61s;
          transition-delay: 0.61s;
}
#index .sec_title .s_title span:nth-child(5) {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
#index .sec_title .s_title span:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#index .sec_title .s_title span:nth-child(7) {
  -webkit-transition-delay: 0.82s;
          transition-delay: 0.82s;
}
#index .sec_title .s_title span:nth-child(8) {
  -webkit-transition-delay: 0.89s;
          transition-delay: 0.89s;
}
#index .sec_title .s_title span:nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
#index .sec_title .min {
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
#index .inview .sec_title .s_title span {
  color: #000;
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index .inview .sec_title .min {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#index .inview .sec_title::before, #index .inview .sec_title::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box01 {
  background: url("img/index/box01_bg.jpg") top center no-repeat;
  padding-top: 75px;
  position: relative;
  z-index: 10;
}
#index .box01 .bdr_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -120px;
  z-index: 20;
  max-width: 1200px;
}
#index .box01 .bdr_box p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 16px;
  position: absolute;
  right: -30px;
  top: 10px;
  letter-spacing: 5px;
}
#index .box01 .bdr_box .bdr {
  width: 3px;
  height: 380px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}
#index .box01 .bdr_box .bdr::after {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: loop_line 2.5s infinite;
          animation: loop_line 2.5s infinite;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
}
#index .box01 h2 {
  font-size: 25px;
  line-height: 1.7;
}
#index .box01 .txt01 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 35px;
}
#index .box01 .under {
  position: relative;
}
#index .box01 .under .img {
  position: relative;
  z-index: 10;
}
#index .box01 .under .icon {
  position: absolute;
  left: -70px;
  top: 50px;
  z-index: 20;
}
#index .box01 .under .txt02 {
  font-size: 25px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 20;
}
#index .box01 .under .logo {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 20;
}
#index .box01 .under .wave {
  position: absolute;
  top: 92px;
  left: 35px;
}
#index .box02 {
  padding-top: 100px;
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
}
#index .box02 .con {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  background: #000;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  overflow: hidden;
}
#index .box02 .con03 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#index .box02 .con::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #fff;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
}
#index .box02 .txt_box {
  position: relative;
  z-index: 10;
  color: #fff;
}
#index .box02 .txt01 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
#index .box02 h3 {
  font-size: 50px;
  margin: 10px auto 45px;
  letter-spacing: 5px;
}
#index .box02 .txt02 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 45px;
  letter-spacing: 2px;
}
#index .box02 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  color: #000;
  overflow: hidden;
}
#index .box02 .btn p {
  position: relative;
  z-index: 10;
}
#index .box02 .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, rgb(93, 199, 0) 0%, rgb(93, 199, 0) 31%, rgb(146, 255, 50) 100%);
  left: -70px;
  bottom: -120px;
  border-radius: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  width: 10px;
  height: 10px;
}
#index .box02 .btn:hover::after {
  width: 400px;
  height: 300px;
  left: -50px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#index .box02 .btn .arrow {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
#index .box02 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#index .box02 .con:hover .bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#index .box02 .btn_box {
  width: 1000px;
}
#index .box02 .con02 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  width: 50%;
}
#index .box03 {
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
}
#index .box03 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  border-right: 1px solid #000;
  padding-left: 35px;
  padding-right: 65px;
}
#index .box03 .item .over {
  width: 200px;
  position: relative;
  margin-bottom: 20px;
}
#index .box03 .item .img_box {
  width: 100%;
  overflow: hidden;
}
#index .box03 .item .img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#index .box03 .item .time {
  font-size: 14px;
  line-height: 1;
}
#index .box03 .item h3 {
  font-size: 16px;
  margin: 10px 0 15px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#index .box03 .item .text {
  font-size: 14px;
  line-height: 1.5;
}
#index .box03 .item .more_btn {
  position: absolute;
  bottom: 20px;
  right: -100px;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box03 .item .more_btn p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index .box03 .item .more_btn::after {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index .box03 .item i {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
}
#index .box03 .item svg {
  height: 1em;
  overflow: hidden;
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index .box03 .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#index .box03 .item:hover h3 {
  color: #5dc700;
}
#index .box03 .item:hover .more_btn p {
  color: #5dc700;
}
#index .box03 .item:hover i svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #5dc700;
}
#index .box03 .item:hover .more_btn::after {
  width: 0;
  left: auto;
  right: 0;
}
#index .box03 .inner .item:nth-child(1) {
  border-left: 1px solid #000;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box03 .inner .item:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box03 .inner .item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box03 .btn_box {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#index .box03 .btn {
  width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  color: #000;
  overflow: hidden;
  background: linear-gradient(106deg, #5dc700 0%, #5dc700 31%, #92ff32 100%);
  color: #fff;
  margin: 80px auto 0;
  background-position: 1% 50%;
  background-size: 150% auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box03 .btn:hover {
  background-position: 100% 50%;
}
#index .c_img_box {
  position: relative;
  padding-bottom: 350px;
  width: 100%;
}
#index .c_img_box .c_img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto auto auto -960px;
  min-width: 1920px;
}
#index .box04 {
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
}
#index .box04 .box {
  padding: 130px 0;
}
#index .box04 .shape01 {
  position: absolute;
  left: 270px;
  top: 0;
}
#index .box04 .shape02 {
  position: absolute;
  right: 270px;
  bottom: 0;
}
#index .box05 {
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
}
#index .box05 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
#index .box05 .txt_box {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
}
#index .box05 h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box05 .min {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
#index .box05 .con:nth-child(2) {
  margin-left: 20px;
}
#index .box05 .con:nth-child(2) .txt_box {
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  top: inherit;
}
#index .box05 .con:nth-child(2):hover h2 {
  color: #fff;
}
#index .box05 .img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box05 .con:hover .img {
  opacity: 0.5;
}

footer {
  background: url("img/footer/bg.jpg") top center no-repeat;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
footer .inner {
  margin-top: 50px;
}
footer .table01 tr:nth-child(1) th, footer .table01 tr:nth-child(1) td {
  padding-top: 0;
}
footer .table01 th, footer .table01 td {
  font-size: 16px;
  line-height: 1;
  padding-top: 30px;
  font-weight: bold;
}
footer .table01 th {
  padding-right: 100px;
}
footer .table01 th a, footer .table01 td a {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
footer .table01 th a:hover, footer .table01 td a:hover {
  color: #5dc700;
}
footer .table02 th {
  font-size: 16px;
  line-height: 1;
  padding-right: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .table02 td {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
footer .table02 tr:nth-child(2) th {
  padding-top: 20px;
}
footer .table02 tr:nth-child(2) td {
  padding-top: 11px;
}
footer .table02 .txt01 {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  width: 200px;
  margin-top: -8px;
}
footer .copy {
  font-size: 12px;
  line-height: 1;
  background: #5dc700;
  padding: 10px 0;
  margin-top: 100px;
}

@media screen and (max-width: 1400px) {
  #index .box02 .con02 a {
    width: 250px;
    height: 50px;
  }
}
.page_thumb {
  position: relative;
  background: #000;
  line-height: 1;
  height: 400px;
  width: 100%;
}
.page_thumb .txt01 {
  font-size: 45px;
  position: relative;
  z-index: 10;
}
.page_thumb .txt02 {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.page_thumb .img {
  opacity: 0.4;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
}
.page_thumb .thumb01 {
  background: url("img/thumb01.jpg") center center no-repeat;
}
.page_thumb .thumb02 {
  background: url("img/thumb02.jpg") center center no-repeat;
}
.page_thumb .thumb03 {
  background: url("img/thumb03.jpg") center center no-repeat;
}
.page_thumb .thumb04 {
  background: url("img/thumb04.jpg") center center no-repeat;
}
.page_thumb .thumb05 {
  background: url("img/thumb05.jpg") center center no-repeat;
}
.page_thumb .thumb06 {
  background: url("img/thumb06.jpg") center center no-repeat;
}
.page_thumb .thumb07 {
  background: url("img/thumb07.jpg") center center no-repeat;
}
.page_thumb .thumb08 {
  background: url("img/thumb08.jpg") center center no-repeat;
}

.pan {
  padding: 20px 0;
}

.pan a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  word-break: keep-all;
}

.page_title {
  font-size: 30px;
  line-height: 1;
  position: relative;
}

.min_title {
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #5dc700;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 80px;
}

.min_title::before {
  content: "";
  display: block;
  background: #5dc700;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -40px;
  margin-right: 145px;
}

.min_title::after {
  content: "";
  display: block;
  background: #5dc700;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -40px;
  margin-left: 145px;
}

/*contact_banner*/
.contact_banner .box06 {
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
}
.contact_banner .box06 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: auto;
  width: 1158px;
}
.contact_banner .box06 .con .txt_box {
  position: absolute;
  left: 50px;
  z-index: 20;
}
.contact_banner .box06 .con h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact_banner .box06 .con .min {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 2px;
}
.contact_banner .box06 .con .min span {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #72d719;
  margin-right: 10px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact_banner .box06 .con .on_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact_banner .box06 .con:hover .min span {
  width: 20px;
}
.contact_banner .box06 .con:hover .on_img {
  opacity: 1;
}
.contact_banner .link_box {
  position: relative;
  z-index: 10;
  background: url("img/index/body_bg.jpg") top left repeat;
  padding-top: 50px;
}

.nav_over {
  margin-bottom: 60px;
}

.nav_under {
  margin-top: 60px;
}

.next-entries, .previous-entries {
  width: 125px;
  height: 40px;
  background: #5dc700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-right: 20px;
}

.next-entries a, .previous-entries a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.nav_archive_btn {
  width: 250px;
  height: 40px;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}