/*!
Theme Name: jim_child
Template: jim_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 100px 0;
}

#wrap {
  overflow-x: hidden;
}

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;
}

.hoverBtn {
  position: relative;
}
.hoverBtn .arrow {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: absolute;
  right: 20px;
}
.hoverBtn .arrow.hoverArrow {
  opacity: 0;
}
.hoverBtn .arrow.initialArrow {
  opacity: 1;
}
.hoverBtn:hover .arrow.hoverArrow {
  opacity: 1;
}
.hoverBtn:hover .arrow.initialArrow {
  opacity: 0;
}

.hoverBtnBrown {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: #fff;
}
.hoverBtnBrown:hover {
  background: #c98332;
  color: #fff;
}

.newFadeUnder {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.inview .newFadeUnder {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(0);
          transform: translate(0);
}

.sp_hamburger,
.sp_nav {
  display: none;
}

#loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  text-align: center;
  color: white;
  top: 0;
}

#container {
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#container .logoTxt {
  width: 21%;
  margin-left: 20px;
}

/*header*/
header {
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 15px;
  width: 100%;
  line-height: 1;
  z-index: 100;
  color: white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .leftBox .logo {
  margin-right: 8px;
}
header .leftBox .title {
  font-size: 32px;
  font-weight: bold;
  width: 80px;
}
header .leftBox .minTxt {
  font-size: 14px;
  margin-left: 15px;
  font-weight: 400;
}
header .rightBox .main_nav {
  padding-top: 20px;
}
header .rightBox .main_nav a {
  display: table-cell;
  position: relative;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  margin-right: 40px;
  letter-spacing: 1px;
}
header .rightBox .main_nav a .dots {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transition: opacity 0.8s 0.7s, -webkit-transform 0.9s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: opacity 0.8s 0.7s, -webkit-transform 0.9s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.9s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.8s 0.7s;
  transition: transform 0.9s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.8s 0.7s, -webkit-transform 0.9s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
header .rightBox .main_nav a .dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .rightBox .main_nav a .dots::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .rightBox .main_nav a:hover .dots::before {
  opacity: 1;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  -webkit-transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}
header .rightBox .main_nav a:hover .dots::after {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .rightBox .btn {
  background: #c98332;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  padding: 16px;
  font-size: 16px;
  color: white;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .rightBox .btn .arrow1 {
  opacity: 1;
}
header .rightBox .btn .arrow2 {
  opacity: 0;
}
header .rightBox .btn:hover {
  opacity: 0.7;
}
header.active {
  background: #c98332;
  padding-top: 15px;
}
header.active .rightBox .btn {
  background: white;
  color: #c98332;
}
header.active .rightBox .btn .arrow1 {
  opacity: 0;
}
header.active .rightBox .btn .arrow2 {
  opacity: 1;
}

.front_main_box {
  position: fixed;
  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;
  height: 100vh;
  width: 100%;
  background: #000;
}
.front_main_box .txtBox {
  position: absolute;
  line-height: 1;
  text-align: center;
  z-index: 10;
  color: #fff;
}
.front_main_box .txtBox .txt01 {
  font-size: 180px;
  letter-spacing: 40px;
  font-weight: 700;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.front_main_box .txtBox .txt02 {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 7px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.front_main_box .txtBox .txt02.txt02_02 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.front_main_box .main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.front_main_box.inview .txtBox .txt01,
.front_main_box.inview .txtBox .txt02 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

#index {
  position: relative;
  z-index: 20;
  background: white;
}
#index .box01 {
  background: #f6f6f6;
}
#index .box01 h2 {
  width: 800px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1;
  color: #c98332;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box01 h2 span {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  display: inline-block;
}
#index .box01 h2 span:nth-of-type(1) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
#index .box01 h2 span:nth-of-type(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
#index .box01 h2 span:nth-of-type(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
#index .box01 h2 span:nth-of-type(4) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
#index .box01 h2 span:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box01 h2 span:nth-of-type(6) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
#index .box01 h2 span:nth-of-type(7) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
#index .box01 h2 span:nth-of-type(8) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
#index .box01 h2 span:nth-of-type(9) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
#index .box01 h2 span:nth-of-type(10) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box01 h2 span:nth-of-type(11) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
#index .box01 h2 span:nth-of-type(12) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
#index .box01 h2 span:nth-of-type(13) {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
#index .box01 .text {
  font-size: 20px;
  line-height: 2.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  width: 800px;
  margin: 35px auto 0;
  letter-spacing: 2px;
  -webkit-transition-duration: 1.68s;
          transition-duration: 1.68s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
#index .box01 .text span {
  color: #c98332;
}
#index .box01.inview h2 span {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#index .box01.inview .text {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
#index .box02 {
  background: url(img/index/box02Bg.jpg) center bottom no-repeat;
  background-color: #fff;
}
#index .box02 .minTitle {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 h2 {
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .inner {
  margin-top: 70px;
}
#index .box02 .inner h3 {
  font-size: 32px;
  line-height: 1.5;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box02 .inner h3 span {
  color: #c98332;
}
#index .box02 .inner .text {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 25px;
  width: 545px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box02 .inner .btnBox {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box02 .inner .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px #bab4b4;
          box-shadow: 0 2px 2px #bab4b4;
  font-size: 16px;
  line-height: 1;
  width: 300px;
  height: 80px;
  padding: 0 20px;
  margin-top: 50px;
}
#index .box02 .inner .imgBox {
  position: absolute;
  right: -260px;
  top: -20px;
}
#index .box02 .inner .imgBox .img {
  position: relative;
  z-index: 20;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box02 .inner .imgBox .img:nth-of-type(n + 2) {
  margin-left: 35px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box02 .inner .imgBox .bg {
  background: #c98332;
  width: 1100px;
  height: 170px;
  position: absolute;
  bottom: -50px;
  right: -100px;
  border-radius: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box02.inview .inner .imgBox .bg {
  -webkit-transform: translate(0);
          transform: translate(0);
}
#index .box03 .con {
  position: relative;
  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;
  height: 550px;
  overflow: hidden;
}
#index .box03 .con .txtBox {
  line-height: 1;
  position: absolute;
  z-index: 50;
}
#index .box03 .con .txtBox .txt01 {
  font-size: 20px;
  display: table;
  margin: auto;
  padding: 5px 17px;
  letter-spacing: 2px;
}
#index .box03 .con .txtBox h2 {
  font-size: 40px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin: 15px auto 35px;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box03 .con .txtBox .txt02 {
  font-size: 16px;
  display: table;
  margin: auto;
  font-size: 16px;
  display: table;
  padding: 15px;
  letter-spacing: 1px;
}
#index .box03 .con .txtBox .txt02:nth-of-type(n + 2) {
  margin-top: 10px;
}
#index .box03 .con .txtBox .txt01,
#index .box03 .con .txtBox .txt02,
#index .box03 .con .txtBox h2 {
  position: relative;
  overflow: hidden;
}
#index .box03 .con .txtBox .txt01 span,
#index .box03 .con .txtBox .txt02 span,
#index .box03 .con .txtBox h2 span {
  position: relative;
  z-index: 30;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  color: white;
}
#index .box03 .con .txtBox .txt01::before,
#index .box03 .con .txtBox .txt02::before,
#index .box03 .con .txtBox h2::before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#index .box03 .con .arrowBox {
  position: absolute;
  width: calc(100% - 110px);
  height: calc(100% - 110px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  z-index: 40;
}
#index .box03 .con .arrowBox .arrow {
  position: absolute;
}
#index .box03 .con .arrowBox .arrow.arrow01 {
  left: 0;
  top: 0;
}
#index .box03 .con .arrowBox .arrow.arrow02 {
  right: 0;
  top: 0;
}
#index .box03 .con .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#index .box03 .con .shadow {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  background: #c98332;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}
#index .box03 .con:hover .txtBox .txt01 span,
#index .box03 .con:hover .txtBox .txt02 span,
#index .box03 .con:hover .txtBox h2 span {
  color: #1e1e1e;
}
#index .box03 .con:hover .txtBox .txt01::before,
#index .box03 .con:hover .txtBox .txt02::before,
#index .box03 .con:hover .txtBox h2::before {
  width: 100%;
}
#index .box03 .con:hover .arrowBox {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#index .box03 .con:hover .img {
  opacity: 1;
}
#index .box03 .con:hover .shadow {
  opacity: 0.8;
}
#index .box04 .minTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box04 h2 {
  font-size: 40px;
  line-height: 1;
  color: #c98332;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
#index .box04 .inner {
  margin-top: 50px;
  gap: 50px 25px;
}
#index .box04 .inner .item {
  width: calc((100% - 75px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box04 .inner .item .imgBox {
  position: relative;
  overflow: hidden;
}
#index .box04 .inner .item .imgBox .img {
  width: 100%;
  padding-top: 69%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box04 .inner .item .imgBox .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background: white;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #c98332;
}
#index .box04 .inner .item .imgBox .circle .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#index .box04 .inner .item .imgBox .circle span {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c98332;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#index .box04 .inner .item .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #c98332;
  line-height: 1;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 15px;
  display: table;
  color: #c98332;
}
#index .box04 .inner .item h3 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
#index .box04 .inner .item:hover .imgBox .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#index .box04 .inner .item:hover .circle .arrow {
  opacity: 1;
}
#index .box04 .inner .item:hover .circle span {
  width: 100%;
  height: 100%;
}
#index .box04 .btn {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  width: 180px;
  height: 80px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: -120px;
  font-weight: 500;
  letter-spacing: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box04 .btn:hover {
  opacity: 0.7;
}
#index .box05 {
  position: relative;
  background: #fbfbfb;
  padding-bottom: 100px;
}
#index .box05 .img01 {
  position: relative;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
}
#index .box05 .txtBox {
  width: 1200px;
  background: -webkit-gradient(linear, left top, right top, from(#c98332), to(#f6d3ab));
  background: linear-gradient(to right, #c98332, #f6d3ab);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  color: white;
  padding: 50px 100px 40px;
  position: absolute;
  right: 0;
  top: 200px;
  border-radius: 10px 0 0 10px;
  z-index: 20;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#index .box05 .txtBox h2 {
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box05 .txtBox .txt01 {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box05 .txtBox .txt02 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box05 .txtBox .txt03 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 40px;
  font-weight: 500;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box05 .txtBox .text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  width: 740px;
  letter-spacing: 1px;
  text-align: justify;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box05 .inner {
  margin-top: 400px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box05 .inner .item {
  width: 575px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 0 3px 3px #c0bbbb;
          box-shadow: 0 3px 3px #c0bbbb;
  overflow: hidden;
  position: relative;
  z-index: 30;
}
#index .box05 .inner .item .img {
  margin-right: 30px;
}
#index .box05 .inner .item .itemTxt01 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box05 .inner .item .itemTxt02 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 3px;
}
#index .box05 .inner .item .arrow {
  position: absolute;
  right: 30px;
}
#index .box05 .inner .logo {
  position: absolute;
  left: -300px;
  top: -300px;
}
#index .box05.inview .txtBox {
  -webkit-transform: translate(0);
          transform: translate(0);
}
#index .box05.inview .txtBox h2,
#index .box05.inview .txtBox .txt01,
#index .box05.inview .txtBox .txt02,
#index .box05.inview .txtBox .txt03,
#index .box05.inview .txtBox .text {
  -webkit-transform: translate(0);
          transform: translate(0);
}
#index .box06 .minTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box06 h2 {
  font-size: 40px;
  line-height: 1;
  color: #c98332;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
#index .box06 .inner {
  margin-top: 50px;
}
#index .box06 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
#index .box06 .item .over {
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#index .box06 .item .over .time {
  font-size: 12px;
  padding: 5px 20px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ececec;
  margin-right: 20px;
}
#index .box06 .item .over .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #c98332;
  line-height: 1;
  padding: 5px 10px;
  font-size: 12px;
  display: table;
  color: #c98332;
}
#index .box06 .item h3 {
  font-size: 16px;
  margin-top: 20px;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#index .box06 .item:nth-of-type(n + 2) {
  margin-top: 16px;
}
#index .box06 .item::after {
  content: "";
  position: absolute;
  background: #c98332;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#index .box06 .item:hover .over,
#index .box06 .item:hover h3 {
  opacity: 0.7;
}
#index .box06 .item:hover::after {
  width: 100%;
}
#index .box06 .btn {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  width: 180px;
  height: 80px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: -120px;
  font-weight: 500;
  letter-spacing: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box06 .btn:hover {
  opacity: 0.7;
}
#index .box07 {
  background: url(img/index/box07Bg.jpg) center center repeat;
}
#index .box07 .titleBox {
  text-align: center;
}
#index .box07 .titleBox .minTitle {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
#index .box07 .titleBox h2 {
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box07 .titleBox::before, #index .box07 .titleBox::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #d9d9d9;
}
#index .box07 .titleBox::before {
  margin-right: 30px;
}
#index .box07 .titleBox::after {
  margin-left: 30px;
}
#index .box07 .inner {
  margin-top: 50px;
}
#index .box07 .inner table {
  width: 550px;
}
#index .box07 .inner table tr th,
#index .box07 .inner table tr td {
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
#index .box07 .inner table tr th {
  font-size: 16px;
  padding-right: 50px;
}
#index .box07 .inner iframe {
  width: 600px;
  height: 500px;
}
#index .box08 {
  background: #f6f6f6;
}
#index .box08 .minTitle {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
#index .box08 h2 {
  font-size: 40px;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
#index .box08 .inner {
  gap: 0 50px;
  margin-top: 50px;
}
#index .box08 .inner .item img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box08 .inner .item img:hover {
  opacity: 0.7;
}

#contactBanner {
  background: #c98332;
  line-height: 1;
  color: white;
}
#contactBanner .txt01 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}
#contactBanner .txt02 {
  font-size: 80px;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 6px;
}
#contactBanner .inner {
  margin-top: 40px;
}
#contactBanner .inner .tel {
  font-size: 40px;
  margin-right: 50px;
  font-weight: 500;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contactBanner .inner .tel span {
  font-size: 56px;
}
#contactBanner .inner .tel:hover {
  opacity: 0.7;
}
#contactBanner .inner .btn {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px #bab4b4;
          box-shadow: 0 2px 2px #bab4b4;
  font-size: 18px;
  line-height: 1;
  width: 350px;
  height: 80px;
  padding: 0 20px;
  color: #1b1b1b;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contactBanner .inner .btn:hover {
  opacity: 0.7;
}

footer {
  line-height: 1;
  background: #c98332;
  position: relative;
  z-index: 10;
  color: white;
}
footer .inner {
  padding: 65px 0;
}
footer .inner .leftBox .logo {
  margin-right: 7px;
}
footer .inner .leftBox .txt01 {
  font-size: 40px;
  font-weight: 500;
  width: 80px;
}
footer .inner .leftBox .txt02 {
  font-size: 14px;
  margin-left: 15px;
}
footer .inner .rightBox nav {
  width: 380px;
  margin-right: 35px;
}
footer .inner .rightBox nav div a {
  font-size: 16px;
  position: relative;
  display: table;
}
footer .inner .rightBox nav div a:nth-of-type(n + 2) {
  margin-top: 20px;
}
footer .inner .rightBox nav div a::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
footer .inner .rightBox nav div a:hover::after {
  clip-path: inset(0);
}
footer .inner .rightBox .btn {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 2px #bab4b4;
          box-shadow: 0 2px 2px #bab4b4;
  font-size: 18px;
  line-height: 1;
  width: 200px;
  height: 50px;
  padding: 0 20px;
  color: #c98332;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
footer .inner .rightBox .btn:hover {
  opacity: 0.7;
}
footer .copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  header .leftBox .minTxt {
    font-size: 13px;
  }
  header .rightBox .main_nav a {
    font-size: 13px;
    margin-right: 30px;
  }
  header .rightBox .btn {
    width: 170px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1180px) {
  header .leftBox .minTxt {
    font-size: 1vw;
  }
  header .rightBox .mainNav a {
    font-size: 1vw;
    margin-right: 5%;
    word-break: keep-all;
  }
  header .rightBox .btn {
    font-size: 1vw;
    width: auto;
  }
  header .rightBox .btn .arrow {
    display: none;
  }
}