@charset "UTF-8";
/*!
Theme Name: ueda_child
Template: ueda_child
Author: designL
Author URI: https://design-p.com/*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.hoverArrow {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 40;
  position: absolute;
  right: 30px;
}

.btn:hover .hoverArrow {
  opacity: 1;
}

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

/*header*/
header {
  background: #fff;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #d8d8d8;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 2px;
  background: #145c9e;
  left: 50px;
  bottom: -2px;
}
header .leftBox h1 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
header .leftBox h1 span {
  color: #145c9e;
}
header .leftBox .txt01 {
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 2.5px;
}
header .rightBox .tel {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}
header .rightBox .tel span {
  font-size: 40px;
}
header .rightBox ul li {
  font-size: 14px;
  line-height: 1;
  margin-right: 15px;
}
header .rightBox ul li:nth-of-type(n + 2) {
  margin-top: 7px;
}
header .rightBox .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .rightBox .btn:hover {
  opacity: 0.7;
}

#globalNav {
  padding: 12px 0;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
#globalNav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
  width: 14.2857142857%;
  text-align: center;
  margin: auto;
  color: #145c9e;
  font-size: 16px;
  line-height: 1;
  padding: 3px 0;
}
#globalNav a:nth-of-type(1) {
  border-left: none;
}
#globalNav a span {
  position: relative;
}
#globalNav a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #145c9e;
}
#globalNav a:hover span::after {
  width: 100%;
}

.opBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f0f0f0;
  z-index: 100;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.opBox p {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
}
.opBox.inview {
  opacity: 0;
}
.opBox.delete {
  display: none;
}

.front_main_box {
  position: relative;
  padding: 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_main_box .txtBox {
  color: white;
  line-height: 1;
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.front_main_box .txtBox .txt01 {
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 1vw;
}
.front_main_box .txtBox .txt01:nth-of-type(2) {
  margin-top: 25px;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.front_main_box .txtBox .txt02 {
  font-size: 40px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 0.2vw;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.front_main_box .txtBox .txt03 {
  font-size: 18px;
  margin-top: 40px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.front_main_box .movieBox {
  position: relative;
  margin-left: auto;
  margin-right: 80px;
  width: 63%;
  min-height: 535px;
}
.front_main_box .movieBox .movieCon {
  position: relative;
  height: 100%;
  max-height: 650px;
  min-height: 650px;
  overflow: hidden;
}
.front_main_box .movieBox .movieCon video {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.front_main_box .movieBox .movieCon .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 10;
  opacity: 0.5;
}
.front_main_box .movieBox .since {
  position: absolute;
  right: 30px;
  top: -32px;
  color: #145c9e;
  font-size: 32px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.3vw;
  -webkit-transform: skewX(-20deg) scale(1, 0.9);
          transform: skewX(-20deg) scale(1, 0.9);
  z-index: 20;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.front_main_box .movieBox .since span {
  font-size: 80px;
  font-weight: 600;
  margin-left: 20px;
}
.front_main_box .movieBox .iconBox {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  opacity: 0;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.front_main_box .movieBox .iconBox .circle {
  -webkit-animation: spin 40s linear infinite;
          animation: spin 40s linear infinite;
}
.front_main_box .movieBox .iconBox {
  /* スクロールダウンの位置 */
}
.front_main_box .movieBox .iconBox .scroll {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.front_main_box .movieBox .iconBox {
  /* 線のアニメーション部分 */
}
.front_main_box .movieBox .iconBox .scroll::before {
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.front_main_box .movieBox .iconBox {
  /* 線のアニメーション */
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.front_main_box {
  background: -webkit-gradient(linear, left top, right top, from(#145c9e), color-stop(45%, #145c9e), color-stop(45%, #f0f0f0), to(#f0f0f0));
  background: linear-gradient(90deg, #145c9e 0%, #145c9e 45%, #f0f0f0 45%, #f0f0f0 100%);
}
.front_main_box .newsBox {
  position: relative;
  margin-top: 50px;
  z-index: 20;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.front_main_box .newsBox .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  width: 550px;
  border-radius: 4px;
  color: #000;
  overflow: hidden;
}
.front_main_box .newsBox .item .newsTxt01 {
  background: #0b2e4f;
  width: 60px;
  height: 60px;
  color: white;
  margin-right: 30px;
}
.front_main_box .newsBox .item .over {
  line-height: 1;
}
.front_main_box .newsBox .item .over .time {
  font-size: 12px;
  padding: 0px 15px 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #a5a1a1;
  margin-right: 15px;
}
.front_main_box .newsBox .item .over .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 7px;
  color: white;
  background: #145c9e;
  font-size: 12px;
}
.front_main_box .newsBox .item h3 {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.front_main_box.inview .movieBox .since {
  opacity: 1;
}
.front_main_box.inview .movieBox .iconBox {
  opacity: 1;
}

.spNewsBox {
  display: none;
}

#index .box01 {
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 200px 0 80px;
}
#index .box01 .splide {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 30;
  height: auto;
}
#index .box01 .txtBox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  padding-left: 56px;
}
#index .box01 .txtBox .txt01 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.3vw;
}
#index .box01 .txtBox .txt01 span {
  font-size: 72px;
}
#index .box01 .txtBox .txt01 span.blue {
  color: #145c9e;
}
#index .box01 .txtBox .txt02 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: bold;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box01 .txtBox .txt02 .big {
  font-size: 72px;
  text-shadow: 0 0 3px white;
}
#index .box01 .txtBox .txt02 .small {
  font-size: 48px;
  text-shadow: 0 0 3px white;
}
#index .box01 .txtBox ul {
  color: white;
  display: table;
  font-weight: 500;
  margin-top: 35px;
}
#index .box01 .txtBox ul li {
  background: #145c9e;
  line-height: 1;
  padding: 8px 15px;
  font-size: 32px;
}
#index .box01 .txtBox ul li:nth-of-type(n + 2) {
  margin-top: 15px;
}
#index .box01 .txtBox ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box01 .txtBox ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box01 .txtBox ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .img {
  position: relative;
  margin-left: auto;
  right: 0;
  width: 52%;
  height: 471px;
  z-index: 20;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#index .box01 .underBox {
  margin-top: 50px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .underBox .btnBox {
  position: relative;
  padding: 30px 0;
  background: #0b2e4f;
  width: 100%;
  z-index: 10;
}
#index .box01 .underBox .btnBox a {
  font-size: 18px;
  line-height: 1;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 385px;
  height: 65px;
  background: white;
  color: #0b2e4f;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: relative;
}
#index .box01 .underBox .btnBox a:nth-of-type(n + 2) {
  margin-left: 30px;
}
#index .box01 .underBox .btnBox a:hover {
  background: #145c9e;
  color: white;
}
#index .box01 .underBox .bg {
  background: #f0f0f0;
  position: absolute;
  left: 0;
  content: "";
  bottom: 60px;
  width: 1920px;
  height: 660px;
}
#index .box02 {
  background: white;
  position: relative;
  padding: 80px 0;
}
#index .box02 .titleBox {
  line-height: 1;
}
#index .box02 .titleBox .leftBox h2 {
  font-size: 40px;
  color: #145c9e;
  font-weight: bold;
}
#index .box02 .titleBox .leftBox .txt01 {
  font-size: 20px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #145c9e;
  padding-bottom: 5px;
  font-weight: bold;
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
#index .box02 .titleBox .rightBox {
  margin-left: 50px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .titleBox .rightBox .txt02 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#index .box02 .titleBox .rightBox .txt03 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: 500;
}
#index .box02 .inner {
  margin-top: 50px;
}
#index .box02 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  width: 362px;
  padding: 30px 20px;
  border-bottom: 4px solid #145c9e;
  border-radius: 4px;
}
#index .box02 .inner .item .over .icon {
  margin-right: 18px;
}
#index .box02 .inner .item .over p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
#index .box02 .inner .item .over p span {
  font-size: 24px;
}
#index .box02 .inner .item h3 {
  font-size: 36px;
  line-height: 1;
  margin-top: 20px;
  font-weight: 600;
}
#index .box02 .inner .item .imgBox {
  overflow: hidden;
  background: white;
  position: relative;
  margin: 20px auto 0;
  display: table;
}
#index .box02 .inner .item .img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box02 .inner .item .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.8;
  text-align: justify;
}
#index .box02 .inner .item .btn {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 20px 0 30px;
  background: #145c9e;
  color: white;
  margin-top: 15px;
  letter-spacing: 0.2vw;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box02 .inner .item .btn:hover {
  background: #0b2e4f;
}
#index .box02 .inner .item:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box02 .inner .item:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box02 .inner .item:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box02 .inner .item:hover .imgBox .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#index .box03 .item {
  width: 33.3333333333%;
  line-height: 1;
  color: white;
  background: #000;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  overflow: hidden;
  height: 408px;
}
#index .box03 .item .txtBox {
  position: absolute;
  z-index: 20;
  text-align: center;
}
#index .box03 .item h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}
#index .box03 .item .txt01 {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 1.5px;
}
#index .box03 .item .btn {
  width: 225px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 20px 0 30px;
  background: white;
  color: #145c9e;
  margin: 50px auto 0;
  letter-spacing: 0.2vw;
}
#index .box03 .item .img {
  width: 100%;
  height: 100%;
  background: url(img/index/box03Img01.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: relative;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
#index .box03 .item:nth-of-type(2) .img {
  background: url(img/index/box03Img02.jpg) center center no-repeat;
  background-size: cover;
}
#index .box03 .item:nth-of-type(3) .img {
  background: url(img/index/box03Img03.jpg) center center no-repeat;
  background-size: cover;
}
#index .box03 .item:hover {
  background: #145c9e;
}
#index .box03 .item:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#index .cImg01 {
  position: relative;
  background: url(img/index/cImg01.jpg) top center no-repeat;
  height: 300px;
  width: 100%;
}
#index .box04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 160px 0 80px;
}
#index .box04 .titleBox {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}
#index .box04 .titleBox .bg {
  width: 1000px;
  background: #145c9e;
  right: 600px;
  height: 136px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#index .box04 .titleBox h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box04 .titleBox h2 span {
  font-size: 20px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid white;
  padding-bottom: 7px;
  margin-top: 4px;
}
#index .box04 .inner {
  gap: 40px;
}
#index .box04 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border-radius: 4px;
  border-bottom: 4px solid #145c9e;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  width: 270px;
}
#index .box04 .inner .item:nth-of-type(n + 5) {
  margin-top: 40px;
}
#index .box04 .inner .item .imgBox {
  position: relative;
  overflow: hidden;
  background: white;
}
#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 .more {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
}
#index .box04 .inner .item .imgBox .more span {
  margin-right: 10px;
}
#index .box04 .inner .item .under {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}
#index .box04 .inner .item .under .pickup {
  display: table;
  background: #145c9e;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
}
#index .box04 .inner .item .under h3 {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
#index .box04 .inner .item:hover .imgBox .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#index .box04 .inner .item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box04 .inner .item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#index .box04 .inner .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box04 .inner .item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#index .box04 .inner .item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box04 .inner .item:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
#index .box04 .inner .item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box04 .inner .item:nth-child(8) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
#index .box04 .inner .item:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box04 .inner .item:nth-child(10) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#index .box04 .inner .item:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box04 .inner .item:nth-child(12) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
#index .box05 {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
#index .box05 h2 {
  line-height: 1;
  font-size: 40px;
  color: #145c9e;
  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;
  font-weight: bold;
}
#index .box05 h2 span {
  font-size: 20px;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
  margin-left: 15px;
}
#index .box05 .inner {
  margin-top: 55px;
}
#index .box05 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  position: relative;
}
#index .box05 .inner .item .over {
  line-height: 1;
}
#index .box05 .inner .item .over .time {
  font-size: 12px;
  padding: 5px 15px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid black;
  margin-right: 15px;
}
#index .box05 .inner .item .over .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #145c9e;
  padding: 2px 5px;
  color: #145c9e;
}
#index .box05 .inner .item h3 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
#index .box05 .inner .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#index .box05 .inner .item .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#index .box05 .inner .item::after {
  content: "";
  width: 0;
  height: 2px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0b2e4f;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#index .box05 .inner .item:hover::after {
  width: 100%;
}
#index .box05 .inner .btn {
  width: 300px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 20px 0 30px;
  background: #145c9e;
  color: white;
  letter-spacing: 0.2vw;
  position: absolute;
  top: -110px;
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box05 .inner .btn:hover {
  background: #0b2e4f;
}
#index .box06 {
  background: url(img/index/box06Bg.jpg) center center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  background-size: cover;
  position: relative;
}
#index .box06 h2 {
  line-height: 1;
  font-size: 40px;
  color: white;
  font-weight: bold;
  z-index: 20;
  position: relative;
}
#index .box06 h2 span {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid white;
  padding-bottom: 6px;
  margin-left: 15px;
}
#index .box06 .text {
  font-size: 14px;
  line-height: 2.1;
  color: white;
  margin-top: 50px;
  z-index: 20;
}
#index .box06 .shadow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
#index .box07 {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}
#index .box07 .inner .item {
  width: 270px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  line-height: 1;
  font-weight: 500;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box07 .inner .item .icon {
  margin-right: 25px;
}
#index .box07 .inner .item .txt01 {
  color: #145c9e;
  font-size: 12px;
  font-weight: 600;
}
#index .box07 .inner .item .txt02 {
  font-size: 14px;
  margin-top: 5px;
}
#index .box07 .inner .item:hover {
  opacity: 0.7;
}

footer {
  background: #145c9e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  color: white;
}
footer .spTxt {
  display: none;
}
footer .inner {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid white;
  padding-bottom: 40px;
}
footer .inner .leftBox .txt01 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .inner .leftBox .txt02 {
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 2.5px;
}
footer .inner .rightBox nav {
  width: 500px;
}
footer .inner .rightBox nav a {
  width: 25%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
footer .inner .rightBox nav a span {
  position: relative;
}
footer .inner .rightBox nav a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: white;
}
footer .inner .rightBox nav a:hover span::after {
  width: 100%;
}
footer .inner .rightBox .btn {
  width: 275px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 20px 0 30px;
  background: white;
  letter-spacing: 0.2vw;
  -webkit-transition-duration: 0.4;
          transition-duration: 0.4;
  color: #145c9e;
}
footer .inner .rightBox .btn .hoverArrow {
  right: 20px;
}
footer .inner .rightBox .btn:hover {
  background: #0b2e4f;
  color: white;
}
footer .copy {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}

#contactBanner {
  background: #145c9e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  color: white;
}
#contactBanner .titleBox {
  line-height: 1;
}
#contactBanner .titleBox p {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 20px;
}
#contactBanner .titleBox h2 {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
#contactBanner .inner {
  margin-top: 50px;
  line-height: 1;
}
#contactBanner .inner .leftBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid white;
  padding-right: 50px;
  margin-right: 50px;
}
#contactBanner .inner .leftBox .txt01 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.3vw;
}
#contactBanner .inner .leftBox .txt02 {
  font-size: 32px;
  margin-top: 20px;
  letter-spacing: 0.2vw;
}
#contactBanner .inner .leftBox .txt03 {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.7;
}
#contactBanner .inner .rightBox {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px;
  width: 462px;
  border-radius: 4px;
}
#contactBanner .inner .rightBox .tel {
  font-size: 32px;
  color: #145c9e;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contactBanner .inner .rightBox .tel span {
  font-size: 40px;
}
#contactBanner .inner .rightBox .tel:hover {
  opacity: 0.7;
}
#contactBanner .inner .rightBox .btn {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 20px 0 30px;
  background: #145c9e;
  color: white;
  margin-top: 25px;
  letter-spacing: 0.2vw;
  -webkit-transition-duration: 0.4;
          transition-duration: 0.4;
}
#contactBanner .inner .rightBox .btn:hover {
  background: #0b2e4f;
}