@charset "UTF-8";
/*!
Theme Name: design-l_child
Template: design-l_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 80px 0;
}

.indent_content02 {
  margin-top: 80px;
}

.indent_content03 {
  margin-top: 50px;
}

.single_page {
  padding-bottom: 80px;
  margin-top: 100px;
}

.pan {
  margin-bottom: 50px;
}
.pan p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.white {
  color: #fff;
}

#wrap {
  overflow-x: hidden;
}

.page_title {
  background: #181818;
  padding: 10px;
  margin-bottom: 50px;
}
.page_title span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 5px 0 5px 10px;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}
body.indication {
  opacity: 1;
}

.sp_hamburger, .sp_nav {
  display: none;
}

.mgn-a {
  margin-left: auto;
  margin-right: auto;
}

.op_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
  background: #000;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.op_box .op_con {
  position: relative;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  -webkit-transition-timing-function: cubic-bezier(0.76, 0.06, 0.88, 0.31);
          transition-timing-function: cubic-bezier(0.76, 0.06, 0.88, 0.31);
}
.op_box .op_con .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(-22%);
          transform: translateY(-22%);
  height: 250%;
}
.op_box .op_con .op_txt01 {
  font-size: 21vh;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #f00500;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  letter-spacing: 0.2vh;
}
.op_box .op_con .op_txt01 span {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0.4, 0.25, 1);
}
.op_box .op_con .op_txt01 span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.op_box .op_con .op_txt01 span:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.op_box .op_con .op_txt02 {
  font-size: 5.3vh;
  line-height: 1;
  -webkit-transform: skewX(-10deg) translateY(112%);
          transform: skewX(-10deg) translateY(112%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  letter-spacing: 1.2vh;
}

.op_box.inview {
  opacity: 0;
}
.op_box.inview .op_con {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.op_box.inview .op_con .op_txt01 {
  -webkit-transform: skewX(-10deg) translateY(51%);
          transform: skewX(-10deg) translateY(51%);
}
.op_box.inview .op_con .op_txt01 span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.op_box.inview .op_con .logo {
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
  opacity: 1;
}
.op_box.inview .op_con .op_txt02 {
  -webkit-transform: skewX(-10deg) translateY(122%);
          transform: skewX(-10deg) translateY(122%);
  opacity: 1;
}

.op_box.delete {
  display: none;
}

.notice_box {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.notice_box.off {
  opacity: 0;
}

.notice_box.delete {
  display: none;
}

.notice_box .txt_box {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 70px;
}

.notice_box .title {
  font-size: 30px;
  line-height: 1;
}

.notice_box .title span {
  color: #E80000;
}

.notice_box .txt01 {
  font-size: 16px;
  line-height: 2;
}

.notice_box .txt02 {
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
}

.notice_box .txt03 {
  font-size: 30px;
  line-height: 1;
  margin: 70px auto 50px;
}

.notice_box .txt_box .txt01:nth-of-type(2) {
  margin: 45px auto 40px;
}

.notice_box .btn_inner a {
  width: 465px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  background: #E80000;
}

.notice_box .btn_inner a:nth-child(2) {
  background: #d38d1e;
  margin-left: 40px;
}

.notice_box .btn_inner a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.notice_box .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 70px;
  height: 70px;
  background: #E80000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
}

.notice_box .close span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.notice_box .close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*header*/
header {
  top: 0;
  left: 0;
  background: #000;
  padding: 10px 0;
  width: 100%;
  z-index: 100;
}
header .l_box p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 5px;
}
header nav {
  width: 410px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
header nav a {
  width: 200px;
  height: 30px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
header nav a .arrow {
  position: absolute;
  right: 10px;
}
header nav a.btn01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav a.btn01 p {
  margin: auto;
}
header nav a.btn01:nth-of-type(1) {
  background: #e30400;
  color: #fff;
}
header nav a.btn01:nth-of-type(2) {
  background: #fcf626;
}
header nav a.btn02 {
  background: #fff;
}
header nav a.btn02 p {
  margin: 0 auto;
}
header nav a.btn02.btn02_01 p {
  padding-right: 15px;
}

.front_main_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}
.front_main_box .img {
  margin: 0 auto;
  position: absolute;
  z-index: 20;
}
.front_main_box .bg {
  position: relative;
}

.thumb_contact {
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  line-height: 1;
}
.thumb_contact .inner h1, .thumb_contact .inner .min_txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.thumb_contact .inner .inner02 .btn {
  position: relative;
  width: 275px;
  height: 55px;
  margin-top: 11px;
  margin-right: 15px;
}
.thumb_contact .inner .inner02 .btn p {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  background: #fff;
  top: -5px;
  left: -5px;
  font-weight: 600;
}
.thumb_contact .inner .inner02 .btn p img {
  margin-right: 10px;
}
.thumb_contact .inner .inner02 .btn .subContent {
  background: url(img/header/thumb_contact_mail_bg.jpg) top left repeat;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.thumb_contact .inner .inner02 .tel {
  font-size: 45px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #fff;
  font-weight: 900;
}
.thumb_contact .inner .inner02 .tel span {
  font-size: 70px;
}

.global_nav {
  background: #e30400;
  padding: 18px 0;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}
.global_nav a {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #fff;
  padding: 0 70px;
}
.global_nav a:nth-of-type(1) {
  border-left: none;
}

.nosection1 {
  height: auto !important;
}

#index .sc-section {
  height: 100vh;
}
#index .sc-section .inner_box {
  height: 100%;
}
#index .sc-section .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
  opacity: 0;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .sc-section.inview .bg {
  opacity: 1;
}
#index .box01 {
  position: relative;
  background-size: cover;
  padding: 80px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box01 h2 {
  z-index: 10;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, transform 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
}
#index .box01 .inner01 {
  position: relative;
  z-index: 10;
}
#index .box01 .inner01 .item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box01 .inner01 .item img {
  height: 100%;
}
#index .box01 .inner01 .item:nth-of-type(n + 2) {
  margin-left: 10px;
}
#index .box01 .inner01 .item:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box01 .inner01 .item:nth-of-type(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box01 .inner02 {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s 1.2s ease, -webkit-transform 0.5s 1.2s ease;
  transition: opacity 0.5s 1.2s ease, -webkit-transform 0.5s 1.2s ease;
  transition: opacity 0.5s 1.2s ease, transform 0.5s 1.2s ease;
  transition: opacity 0.5s 1.2s ease, transform 0.5s 1.2s ease, -webkit-transform 0.5s 1.2s ease;
  margin-top: 30px;
}
#index .box01 .inner02 p {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
#index .box01 .inner02 p span {
  color: #fcf626;
}
#index .box01 .inner02 .icon {
  position: absolute;
  right: -30px;
  bottom: -28px;
}
#index .box01 .bg {
  top: 0;
  bottom: 0;
}
#index .box01.inview h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box01.inview .inner01 .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#index .box01.inview .inner02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#index .box02 {
  position: relative;
}
#index .box02 .txt_box {
  position: absolute;
  max-width: 1250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 16.5vh;
  z-index: 10;
}
#index .box02 .txt_box h2 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
}
#index .box02 .txt_box .inner {
  margin-left: 50px;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, transform 0.5s 0.8s ease;
  transition: opacity 0.5s 0.8s ease, transform 0.5s 0.8s ease, -webkit-transform 0.5s 0.8s ease;
}
#index .box02 .txt_box .inner .btn {
  margin-bottom: 4.5em;
}
#index .box02.inview .txt_box h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box02.inview .txt_box .inner {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box02 .btn01 {
  position: relative;
}
#index .box02 .btn01 .btnImg01, #index .box02 .btn01 .btnImg02 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#index .box02 .btn01 .btnImg02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
#index .box02 .btn01:hover .btnImg02 {
  opacity: 1;
}
#index .box03 {
  position: relative;
}
#index .box03 .inner_box {
  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;
}
#index .box03 .title_box {
  z-index: 30;
  height: 35vh;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
}
#index .box03 .title_box .medal {
  height: 100%;
}
#index .box03 .title_box h2 {
  height: 60%;
}
#index .box03 .title_box h2 img {
  height: 100%;
}
#index .box03 .txt_box {
  position: absolute;
  left: 0;
  right: 0;
}
#index .box03 .con {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -10vh;
}
#index .box03 .con .title {
  font-size: 50px;
  line-height: 1;
  color: #fcf626;
  background: #000;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: right;
  z-index: 20;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.3s 1s ease, -webkit-transform 0.3s 1s ease;
  transition: opacity 0.3s 1s ease, -webkit-transform 0.3s 1s ease;
  transition: opacity 0.3s 1s ease, transform 0.3s 1s ease;
  transition: opacity 0.3s 1s ease, transform 0.3s 1s ease, -webkit-transform 0.3s 1s ease;
}
#index .box03 .con .title span {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: block;
}
#index .box03 .con .inner02 {
  position: relative;
  z-index: 20;
  margin-top: 1%;
  height: 35vh;
}
#index .box03 .con .inner02 .item {
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box03 .con .inner02 .item img {
  height: 100%;
}
#index .box03 .con .inner02 .item:nth-of-type(n + 2) {
  margin-left: 15px;
}
#index .box03 .con .inner02 .item:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box03 .con .inner02 .item:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box03 .con::after {
  content: "";
  position: absolute;
  background: url(img/index/box03_con_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  width: 1300px;
  height: 30vh;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.01, 0.69, 0.43, 1.35);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.01, 0.69, 0.43, 1.35);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.01, 0.69, 0.43, 1.35);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.01, 0.69, 0.43, 1.35), -webkit-transform 0.5s cubic-bezier(0.01, 0.69, 0.43, 1.35);
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
#index .box03 .bg {
  left: inherit;
  margin-left: inherit;
}
#index .box03.inview .title_box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box03.inview .con::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#index .box03.inview .con .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box03.inview .con .inner02 .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#index .box04 {
  position: relative;
}
#index .box04 .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .box04 .inner_box .txt_box {
  z-index: 30;
  position: absolute;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#index .box04 .inner_box .txt_box h2 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.3s 0.6s ease, -webkit-transform 0.3s 0.6s ease;
  transition: opacity 0.3s 0.6s ease, -webkit-transform 0.3s 0.6s ease;
  transition: opacity 0.3s 0.6s ease, transform 0.3s 0.6s ease;
  transition: opacity 0.3s 0.6s ease, transform 0.3s 0.6s ease, -webkit-transform 0.3s 0.6s ease;
}
#index .box04 .inner_box .txt_box .btn {
  display: table;
  margin-top: 50px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.3s 0.8s ease, -webkit-transform 0.3s 0.8s ease;
  transition: opacity 0.3s 0.8s ease, -webkit-transform 0.3s 0.8s ease;
  transition: opacity 0.3s 0.8s ease, transform 0.3s 0.8s ease;
  transition: opacity 0.3s 0.8s ease, transform 0.3s 0.8s ease, -webkit-transform 0.3s 0.8s ease;
}
#index .box04 .inner_box .img_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 1200px;
  margin: auto;
}
#index .box04 .inner_box .img {
  height: 100%;
  position: absolute;
  z-index: 10;
  right: -360px;
  top: 0;
  min-width: 1160px;
  -webkit-transform: translateX(30px) scale(1.1);
          transform: translateX(30px) scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 1s 0.7s ease, -webkit-transform 1s 0.7s ease;
  transition: opacity 1s 0.7s ease, -webkit-transform 1s 0.7s ease;
  transition: opacity 1s 0.7s ease, transform 1s 0.7s ease;
  transition: opacity 1s 0.7s ease, transform 1s 0.7s ease, -webkit-transform 1s 0.7s ease;
  z-index: 20;
}
#index .box04 .inner_box .img.img02 {
  -webkit-transition: opacity 1s 0.9s ease, -webkit-transform 1s 0.9s ease;
  transition: opacity 1s 0.9s ease, -webkit-transform 1s 0.9s ease;
  transition: opacity 1s 0.9s ease, transform 1s 0.9s ease;
  transition: opacity 1s 0.9s ease, transform 1s 0.9s ease, -webkit-transform 1s 0.9s ease;
}
#index .box04 .inner_box .img.img03 {
  -webkit-transition: opacity 1s 1.1s ease, -webkit-transform 1s 1.1s ease;
  transition: opacity 1s 1.1s ease, -webkit-transform 1s 1.1s ease;
  transition: opacity 1s 1.1s ease, transform 1s 1.1s ease;
  transition: opacity 1s 1.1s ease, transform 1s 1.1s ease, -webkit-transform 1s 1.1s ease;
}
#index .box04 .inner_box .img.img04 {
  -webkit-transition: opacity 1s 1.3s ease, -webkit-transform 1s 1.3s ease;
  transition: opacity 1s 1.3s ease, -webkit-transform 1s 1.3s ease;
  transition: opacity 1s 1.3s ease, transform 1s 1.3s ease;
  transition: opacity 1s 1.3s ease, transform 1s 1.3s ease, -webkit-transform 1s 1.3s ease;
}
#index .box04 .inner_box .shadow {
  height: 100%;
  position: absolute;
  top: 2%;
  right: -260px;
  min-width: 1239px;
  -webkit-transform: translateX(30px) scale(1.1);
          transform: translateX(30px) scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s ease, -webkit-transform 1s 0.5s ease;
  transition: opacity 1s 0.5s ease, -webkit-transform 1s 0.5s ease;
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease;
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease, -webkit-transform 1s 0.5s ease;
  z-index: 10;
}
#index .box04.inview .inner_box .txt_box h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box04.inview .inner_box .txt_box .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box04.inview .inner_box .img {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
#index .box04.inview .inner_box .shadow {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
#index .box05 {
  background: url("img/index/box05_bg02.svg") top left repeat;
  position: relative;
  overflow: hidden;
  z-index: 30;
}
#index .box05 .bg {
  content: "";
  position: absolute;
  background: url("img/index/box05_bg01.svg") top left repeat;
  width: 100%;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#index .box05 .box {
  background: #000;
  position: relative;
  padding: 0 20px 20px;
  z-index: 10;
}
#index .box05 .box .title_box {
  margin-bottom: 20px;
}
#index .box05 .box .title_box h2 {
  font-size: 30px;
  line-height: 1;
  margin-left: 20px;
}
#index .box05 .box .icon_text {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.35;
  letter-spacing: 10px;
}
#index .box05 .box .inner {
  background: #fff;
  padding: 20px;
}
#index .box05 .box .inner .item {
  padding: 15px 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
}
#index .box05 .box .inner .item .time {
  font-size: 16px;
  margin-right: 30px;
}
#index .box05 .box .inner .item h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#index .box05 .box .inner .item .text {
  font-size: 14px;
}
#index .box05 .box .inner .item:nth-of-type(1) {
  padding-top: 0;
  border: none;
}
#index .box05 .box .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  width: 350px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  line-height: 1;
}
#index .box05 .box .btn::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#index .box06 {
  background: url("img/index/box06_bg02.jpg") top left repeat;
  position: relative;
  overflow: hidden;
  padding: 45px 0 80px;
}
#index .box06 .bg {
  content: "";
  position: absolute;
  background: url("img/index/box06_bg01.svg") bottom center repeat-x;
  width: 100%;
  height: 247px;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#index .box06 h2 {
  z-index: 20;
  margin-bottom: 50px;
}
#index .box06 .icon_text {
  font-size: 150px;
  opacity: 0.2;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  line-height: 1;
  letter-spacing: 18px;
}
#index .box06 .inner .min_txt {
  display: table;
  position: absolute;
  right: -35px;
  top: -115px;
  font-size: 16px;
  line-height: 1.5;
  z-index: 20;
}
#index .box06 .inner .item {
  position: relative;
  z-index: 20;
  width: 373px;
  padding: 5px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box06 .inner .item .img_box {
  position: relative;
}
#index .box06 .inner .item .img_box .icon {
  position: absolute;
  left: -30px;
  bottom: -35px;
  z-index: 30;
}
#index .box06 .inner .item .txt01 {
  font-size: 20px;
  line-height: 1;
  display: table;
  background: #000;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  margin: 30px auto 25px;
  letter-spacing: 2px;
}
#index .box06 .inner .item h3 {
  margin-bottom: 20px;
}
#index .box06 .inner .item .txt02 {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 15px;
}
#index .box06 .inner .item:nth-of-type(1) {
  background: url("img/index/box06_item_bg01.jpg") top left repeat;
}
#index .box06 .inner .item:nth-of-type(2) {
  background: url("img/index/box06_item_bg02.jpg") top left repeat;
}
#index .box06 .inner .item:nth-of-type(3) {
  background: url("img/index/box06_item_bg03.jpg") top left repeat;
}
#index .box07 {
  background: url("img/index/box07_bg01.jpg") top left repeat;
  position: relative;
}
#index .box07 .inner {
  margin-top: 50px;
  z-index: 10;
}
#index .box07 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 262px;
  line-height: 1;
  background: #000;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#index .box07 .inner .item .img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .inner .item .icon_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .inner .item .icon_box p {
  font-size: 20px;
  margin-bottom: 20px;
}
#index .box07 .inner .item .txt {
  display: table;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  padding: 10px 50px;
}
#index .box07 .inner .item .txt span {
  position: relative;
  z-index: 20;
}
#index .box07 .inner .item .txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 6% 0, 94% 0, 100% 100%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#index .box07 .inner .item:nth-of-type(1) {
  border: 5px solid #fe0000;
}
#index .box07 .inner .item:nth-of-type(1) .txt::after {
  background: #fe0000;
}
#index .box07 .inner .item:nth-of-type(2) {
  border: 5px solid #ff6d00;
}
#index .box07 .inner .item:nth-of-type(2) .txt::after {
  background: #ff6d00;
}
#index .box07 .inner .item:nth-of-type(3) {
  border: 5px solid #00478a;
}
#index .box07 .inner .item:nth-of-type(3) .txt::after {
  background: #00478a;
}
#index .box07 .inner .item:nth-of-type(4) {
  border: 5px solid #118439;
}
#index .box07 .inner .item:nth-of-type(4) .txt::after {
  background: #118439;
}
#index .box07 .inner .item:hover .img {
  opacity: 0.3;
}
#index .box07 .inner .item:hover .icon_box {
  opacity: 1;
}
#index .box07 .sdgs_link {
  margin: 80px auto 0;
}
#index .box08 {
  background: url("img/index/box08_bg.jpg") top center repeat;
  position: relative;
  padding-top: 80px;
}
#index .box08 h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 10px;
}
#index .box08 .icon_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  line-height: 1;
  font-size: 150px;
  opacity: 0.13;
  letter-spacing: 25px;
}
#index .box08 .txt01 {
  font-size: 20px;
  line-height: 1;
  margin: 30px auto 75px;
  letter-spacing: 4px;
  z-index: 10;
  position: relative;
}
#index .box08 iframe {
  position: relative;
  width: 100%;
  height: 625px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#index .box08 iframe:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

footer {
  background: url("img/footer/bg.jpg") top left repeat;
  padding: 65px 0 0;
}
footer .copy {
  font-size: 15px;
  line-height: 1;
  background: #000;
  padding: 10px 0;
  margin-top: 65px;
}

#pop_banner {
  position: fixed;
  bottom: 20px;
  z-index: 50;
  width: 100%;
}

#pop_banner .inner {
  width: 1000px;
  margin: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-right: none;
  padding-right: 80px;
  position: relative;
}

#pop_banner .icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1px;
  background: #1b1b1b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#pop_banner .icon:hover {
  background: #fe0000;
}

#pop_banner #page_top {
  position: absolute;
  right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  display: none;
}

#top_contact {
  background: url("img/index/contact_bg02.jpg") top left repeat;
  position: relative;
  padding: 60px 0 80px;
}
#top_contact .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
}
#top_contact .title_img {
  position: relative;
  z-index: 20;
  margin-bottom: -15px;
}
#top_contact .box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #f00500;
  background: url("img/index/contact_bg03.jpg") top left repeat;
  z-index: 10;
  padding-bottom: 30px;
}
#top_contact .box .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f00500;
  padding: 17px 0 20px;
  margin-bottom: 30px;
}
#top_contact .box .title h2 {
  font-size: 45px;
  line-height: 1;
}
#top_contact .box .title .min {
  font-size: 14px;
  line-height: 1.5;
}
#top_contact .box .txt01 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
#top_contact .box .inner {
  padding: 0 30px 15px;
}
#top_contact .box .inner table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
#top_contact .box .inner table th, #top_contact .box .inner table td {
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
}
#top_contact .box .inner table th input, #top_contact .box .inner table td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  outline: none;
}
#top_contact .box .inner table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-width: 200px;
}
#top_contact .box .inner table th .essential {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff0000;
}
#top_contact .box .inner .table02 {
  width: 400px;
  margin-left: 30px;
}
#top_contact .box .inner .table02 th, #top_contact .box .inner .table02 td {
  display: block;
}
#top_contact .box .inner .table02 th textarea, #top_contact .box .inner .table02 td textarea {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: bold;
  outline: none;
  padding: 10px;
  height: 160px;
}
#top_contact .box .form_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 400px;
  height: 57px;
  margin: 0 auto 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
  background: #181818;
  color: #fff;
  font-weight: 700;
  display: block;
  border-radius: 28.5px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  cursor: pointer;
}
#top_contact .box .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
#top_contact .box .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #ff0000;
  text-align: center;
  margin: 0 auto;
}
#top_contact .icon {
  position: absolute;
  z-index: 10;
}
#top_contact .icon01 {
  top: -180px;
  left: -400px;
}
#top_contact .icon02 {
  bottom: -20px;
  right: -400px;
}