@charset "UTF-8";
/*
Theme Name: vinyl_child
Template: vinyl_child
Author: labo
Author URI: https://takai-laboratory.com/*/
.indent_content {
  padding: 80px 0;
}

.indent_content02 {
  margin-top: 80px;
}

.indent_content03 {
  margin-top: 50px;
}

body, #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;
}

body.indication {
  opacity: 1;
}

.page_thumb {
  width: 100%;
  height: 400px;
  line-height: 1;
  background: #000;
  overflow: hidden;
  position: relative;
}
.page_thumb .txt01 {
  font-size: 45px;
  position: relative;
  z-index: 10;
}
.page_thumb .txt02 {
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.page_thumb .img {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  min-width: 1920px;
  height: 100%;
  margin-left: -960px;
}
.page_thumb .thumb01 {
  background: url("img/thumb01.jpg") top center no-repeat;
}
.page_thumb .thumb02 {
  background: url("img/thumb02.jpg") top center no-repeat;
}
.page_thumb .thumb03 {
  background: url("img/thumb03.jpg") top center no-repeat;
}
.page_thumb .thumb04 {
  background: url("img/thumb04.jpg") top center no-repeat;
}
.page_thumb .thumb05 {
  background: url("img/thumb05.jpg") top center no-repeat;
}
.page_thumb .thumb06 {
  background: url("img/thumb06.jpg") top center no-repeat;
}
.page_thumb .thumb07 {
  background: url("img/thumb07.jpg") top center no-repeat;
}
.page_thumb .thumb08 {
  background: url("img/thumb08.jpg") top center no-repeat;
}
.page_thumb .thumb09 {
  background: url("img/thumb09.jpg") top center no-repeat;
}
.page_thumb .thumb10 {
  background: url("img/thumb10.jpg") top center no-repeat;
}
.page_thumb .thumb11 {
  background: url("img/thumb11.jpg") top center no-repeat;
}
.page_thumb .thumb12 {
  background: url("img/thumb12.jpg") top center no-repeat;
}
.page_thumb .thumb13 {
  background: url("img/thumb13.jpg") top center no-repeat;
}
.page_thumb .thumb14 {
  background: url("img/thumb14.jpg") top center no-repeat;
}
.page_thumb .thumb15 {
  background: url("img/thumb15.jpg") top center no-repeat;
}
.page_thumb .thumb16 {
  background: url("img/thumb16.jpg") top center no-repeat;
}
.page_thumb .thumb17 {
  background: url("img/thumb17.jpg") top center no-repeat;
}
.page_thumb .thumb18 {
  background: url("img/thumb18.jpg") top center no-repeat;
}
.page_thumb .thumb19 {
  background: url("img/thumb19.jpg") top center no-repeat;
}
.page_thumb .thumb20 {
  background: url("img/thumb20.jpg") top center no-repeat;
}

.pan {
  line-height: 1.5;
  margin: 20px auto 80px;
}
.pan a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 5px;
}

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

.min_page_title {
  font-size: 20px;
  line-height: 1;
  margin: 10px auto 80px;
  letter-spacing: 2px;
}

.single_page {
  padding-bottom: 80px;
}

.nav_btn {
  color: #fff;
}
.nav_btn .next-entries {
  background: #345799;
  width: 125px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
}
.nav_btn .previous-entries {
  background: #fc8200;
  width: 125px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.nav_archive_btn {
  width: 250px;
  height: 40px;
  background: #000;
  color: #fff;
}

.nav_over {
  margin-bottom: 50px;
}

.nav_under {
  margin-top: 50px;
}

.op_box {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}
.op_box .box {
  position: relative;
}
.op_box .txt01 {
  font-size: 25px;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.op_box .txt02 {
  font-size: 50px;
  line-height: 1;
  margin-top: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.op_box .txt01::before, .op_box .txt01::after {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 22px;
}
.op_box .txt01::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.op_box .txt01::after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.op_box .bg01 {
  background: #345799;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 510;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  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;
}
.op_box .bg02 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 505;
  content: "";
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.op_box.inview .txt01 {
  opacity: 1;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
}
.op_box.inview .txt02 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.op_box.inview .bg01, .op_box.inview .bg02 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.op_box.delete {
  display: none;
}

header {
  background: #345799;
  padding: 20px 0;
}
header h2 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  word-break: keep-all;
}
header h2 .big {
  font-size: 30px;
  margin-top: 10px;
}
header h2 p:nth-child(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
  margin: auto;
}
header h2 p:nth-child(1)::before, header h2 p:nth-child(1)::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 18px;
}
header h2 p:nth-child(1)::before {
  left: -5px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
header h2 p:nth-child(1)::after {
  right: -5px;
  bottom: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
header nav {
  width: 100%;
}
header nav a {
  letter-spacing: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.6666666667%;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  border-left: 1px solid #fff;
}
header nav a p:nth-child(2) {
  position: relative;
  display: table;
  margin: 10px auto 0;
}
header nav a p:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header nav a:nth-child(1) {
  border: none;
}
header nav a:hover p:nth-child(2)::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.front_main_box {
  position: relative;
  width: 100%;
}
.front_main_box .box {
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.front_main_box .box .text02 {
  margin: 0;
}
.front_main_box .box .inner img:nth-child(2) {
  margin-top: -25px;
}
.front_main_box .box .inner02 {
  margin-top: 20px;
}
.front_main_box .slide_box {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.front_main_box .swiper-container {
  height: 100%;
  width: 100%;
  overflow: inherit;
}

.news_box {
  padding: 20px 0;
}
.news_box .news_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.news_box .news_item .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #132b58;
  width: 100px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
}
.news_box .news_item h2 {
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
}

.global_nav {
  background: #132b58;
  padding: 20px 0;
}
.global_nav .txt01 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.global_nav .inner {
  line-height: 1;
}
.global_nav .inner .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 3px solid #345799;
  font-size: 16px;
  position: relative;
  width: 209px;
  height: 54px;
  letter-spacing: 1px;
}
.global_nav .inner .btn::after {
  content: "";
  position: absolute;
  background: #345799;
  width: 8px;
  height: 8px;
  right: 2px;
  bottom: 2px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.global_nav .inner .btn:nth-child(2) {
  border-color: #fc8200;
}
.global_nav .inner .btn:nth-child(3) {
  border-color: #fe0000;
}
.global_nav .inner .btn:nth-child(2)::after {
  background: #fc8200;
}
.global_nav .inner .btn:nth-child(3)::after {
  background: #fe0000;
}
.global_nav .tel {
  font-size: 40px;
  letter-spacing: 2px;
}
.global_nav .tel span {
  font-size: 57px;
}

.blue_btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.blue_btn::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.blue_btn:hover {
  background: #345799 !important;
  color: #fff !important;
}

.blue_btn:hover::after {
  background: #fff !important;
}

.orange_btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.orange_btn::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.orange_btn:hover {
  background: #fc8200 !important;
  color: #fff !important;
}

.orange_btn:hover::after {
  background: #fff !important;
}

.red_btn {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.red_btn::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.red_btn:hover {
  background: #fe0000 !important;
  color: #fff !important;
}

.red_btn:hover::after {
  background: #fff !important;
}

#index {
  background: #000;
}
#index .box01 {
  background: -webkit-gradient(linear, left top, right top, from(#345799), to(#67ade7));
  background: linear-gradient(to right, #345799, #67ade7);
  position: relative;
  overflow: hidden;
}
#index .box01 h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
#index .box01 .icon_text {
  font-size: 200px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0.1;
  letter-spacing: 5px;
}
#index .box01 .con01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #345799;
  padding: 10px 5px 5px;
  position: relative;
  border-bottom: 5px solid #132b58;
}
#index .box01 .con01 h3 {
  font-size: 30px;
  margin-bottom: 12px;
  letter-spacing: 5px;
}
#index .box01 .con01 .inner {
  background: #fff;
  padding: 20px 100px;
}
#index .box01 .con01 .item {
  width: 300px;
}
#index .box01 .con01 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fc8200;
  border: 3px solid #af5b00;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#index .box01 .con01 a img {
  margin-right: 20px;
}
#index .box01 .con01 .title_icon {
  position: absolute;
  left: 0;
  top: -50px;
}
#index .box01 .con02 {
  margin-top: 50px;
  position: relative;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box01 .con02 .swiper {
  overflow: inherit;
}
#index .box01 .con02 h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#index .box01 .con02 .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#index .box01 .con02 .icon {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
}
#index .box01 .con02 .title {
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
  color: #fff;
}
#index .box01 .con02 .sub_title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
#index .box01 .con02 .swiper-button-next {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: auto 0;
}
#index .box01 .con02 .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: auto 0;
}
#index .box01 .con02 .swiper-button-next::after, #index .box01 .con02 .swiper-button-prev::after {
  display: none;
}
#index .box01 .con02 .btn_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  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;
}
#index .box01 .con02 .swiper-pagination-fraction {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  width: auto;
  left: 0;
  right: 0;
  font-size: 20px;
}
#index .box01 .con02 .swiper-button-next.swiper-button-disabled, #index .box01 .con02 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#index .box01 .con02 .swiper-scrollbar {
  height: 3px;
  border-radius: inherit;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
#index .box01 .con02 .swiper-scrollbar-drag {
  background: #fc8200;
  border-radius: inherit;
}
#index .box01 .con02 .swiper-scrollbar-drag::before {
  content: "";
  display: block;
  width: 1100%;
  height: 100%;
  left: -1100%;
  position: absolute;
  background: #fc8200;
}
#index .box01 .con02 .bdr_text span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) right bottom/0 1px no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
#index .box01 .con02 .swiper-slide:hover .bdr_text span {
  background-position: left bottom;
  background-size: 100% 1px;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#index .box01 .con02 .swiper-wrapper .item:nth-child(10) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#index .box01 .con02 .pc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index .box01 .con02 .sp_box {
  display: none;
}
#index .box01 .con02::after {
  content: "";
  position: absolute;
  background: #345799;
  left: 0;
  bottom: -80px;
  margin: auto;
  width: 100%;
  height: 326px;
}
#index .box02 {
  background: url("img/index/box02_bg.jpg") top left repeat;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
#index .box02 h2 {
  position: relative;
  z-index: 20;
}
#index .box02 .icon_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#index .box02 .text {
  width: 726px;
  font-size: 18px;
  line-height: 2.1;
  margin: 30px 0;
  z-index: 20;
  position: relative;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box02 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  background: #fff;
  color: #345799;
  z-index: 20;
  border-radius: 5px;
  border: 3px solid #345799;
}
#index .box02 .btn_box .btn:nth-child(1) {
  margin-right: 50px;
}
#index .box02 .img {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
#index .box02 .img01 {
  right: -360px;
  top: -40px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .img02 {
  right: -320px;
  top: 230px;
  z-index: 20;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#index .box02 .img03 {
  right: -135px;
  bottom: 65px;
  z-index: 30;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box02 .img04 {
  right: -163px;
  bottom: -25px;
  z-index: 40;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box02 .img05 {
  right: -316px;
  bottom: -5px;
  z-index: 40;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box02 .img06 {
  right: 195px;
  bottom: -20px;
  z-index: 50;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#index .box02 .bg_icon01 {
  position: absolute;
  left: -330px;
  bottom: 0;
}
#index .box02 .bg_icon02 {
  position: absolute;
  left: -650px;
  bottom: -90px;
  z-index: 10;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box02 .bg_icon03 {
  position: absolute;
  right: -430px;
  bottom: -80px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
#index .box02 .bg_icon03 span {
  content: "";
  display: block;
  background: #132b58;
  width: 500px;
  height: 1000px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#index .box02 .btn_box {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  z-index: 30;
}
#index .box02.inview .bg_icon02, #index .box02.inview .bg_icon03 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box02.inview .img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#index .top_contact {
  background: url("img/index/top_contact_bg.jpg") top center no-repeat;
  padding: 28px 0 80px;
}
#index .top_contact .box {
  background: url("img/index/top_contact_bg02.jpg") top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding-bottom: 50px;
}
#index .top_contact .over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("img/index/top_contact_over_bg.jpg") top left repeat;
  line-height: 1;
  padding-right: 137px;
  position: relative;
  height: 83px;
  margin-bottom: 30px;
}
#index .top_contact .icon {
  position: absolute;
  left: 145px;
  bottom: 10px;
}
#index .top_contact .big {
  font-size: 45px;
  margin-right: 15px;
}
#index .top_contact .small {
  line-height: 1.7;
  font-size: 14px;
}
#index .top_contact .txt01 {
  font-size: 16px;
  line-height: 1;
}
#index .top_contact .tel {
  font-size: 50px;
  line-height: 1;
  margin: 5px auto 25px;
}
#index .top_contact .tel span {
  font-size: 80px;
}
#index .top_contact .txt02 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
#index .top_contact .inner {
  padding: 0 50px;
}
#index .top_contact table {
  width: 525px;
}
#index .top_contact th, #index .top_contact td {
  font-size: 16px;
  line-height: 1;
  outline: none;
  padding-top: 20px;
  vertical-align: middle;
}
#index .top_contact th {
  width: 215px;
  position: relative;
}
#index .top_contact th span {
  position: absolute;
  right: 20px;
}
#index .top_contact td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #1f57a1;
  background: #fff;
  font-size: 16px;
  padding: 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;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  font-weight: 500;
  outline: none;
  width: 310px;
}
#index .top_contact table tr:nth-child(1) th, #index .top_contact table tr:nth-child(1) td {
  padding-top: 0;
}
#index .top_contact .right_box {
  width: 525px;
}
#index .top_contact .right_box .th {
  font-size: 16px;
  width: 100%;
  position: relative;
  line-height: 1;
}
#index .top_contact .right_box .th span {
  margin-left: 90px;
  display: block;
}
#index .top_contact .right_box textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 160px;
  border: 3px solid #1f57a1;
  margin-top: 30px;
  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;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  font-weight: 500;
  outline: none;
  font-size: 16px;
  padding: 10px;
}
#index .top_contact .contact_btn {
  width: 500px;
  height: 50px;
  margin: 50px auto 0;
  position: relative;
  background: #345799;
  position: relative;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: none;
  color: #fff;
  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;
  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;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .top_contact .contact_btn input:hover {
  background: #000;
}
#index .top_contact .contact_btn::after {
  content: "";
  display: block;
  background: #fff;
  width: 6px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#index .top_contact .caution_txt {
  font-size: 17px;
  font-weight: bold;
  margin: 30px auto 0;
  color: #ff0000;
}
#index .box03 {
  background: url("img/index/box03_bg.jpg") top left repeat;
  overflow: hidden;
}
#index .box03 h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}
#index .box03 h2 p:nth-child(2) {
  margin-top: 20px;
}
#index .box03 h2 span {
  font-size: 50px;
}
#index .box03 h2::after {
  content: "";
  position: absolute;
  background: url("img/index/box03_img.svg") no-repeat;
  width: 720px;
  height: 480px;
  right: -360px;
  top: -82px;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box03 .text {
  font-size: 18px;
  line-height: 2.3;
  position: relative;
  z-index: 10;
  margin: 40px auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box03 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  position: relative;
  z-index: 10;
}
#index .box03 .item .over {
  width: 100%;
  height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  font-weight: bold;
}
#index .box03 .item .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 1;
  font-size: 16px;
  position: relative;
  background: #000;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box03 .item .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#index .box03 .item .txt01 {
  font-size: 20px;
  line-height: 1;
  margin: 20px auto 10px;
}
#index .box03 .item .txt02 {
  font-size: 30px;
}
#index .box03 .item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box03 .item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box03 .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box03 .item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box03 .item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box03 .item:nth-child(1) .over {
  background: url("img/index/box03_item01_bg.jpg") top left repeat;
}
#index .box03 .item:nth-child(2) .over {
  background: url("img/index/box03_item02_bg.jpg") top left repeat;
}
#index .box03 .item:nth-child(3) .over {
  background: url("img/index/box03_item03_bg.jpg") top left repeat;
}
#index .box03 .item:nth-child(4) .over {
  background: url("img/index/box03_item04_bg.jpg") top left repeat;
}
#index .box03 .item:nth-child(5) .over {
  background: url("img/index/box03_item05_bg.jpg") top left repeat;
}
#index .box03 .item:nth-child(1):hover .btn {
  background: #fe0000;
}
#index .box03 .item:nth-child(2):hover .btn {
  background: #FF5800;
}
#index .box03 .item:nth-child(3):hover .btn {
  background: #345798;
}
#index .box03 .item:nth-child(4):hover .btn {
  background: #03A82E;
}
#index .box03 .item:nth-child(5):hover .btn {
  background: #FE2188;
}
#index .box03 .bg_icon01 {
  position: absolute;
  left: -300px;
  top: -265px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box03 .bg_icon02 {
  position: absolute;
  left: -310px;
  bottom: 30px;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box03.inview h2::after {
  opacity: 1;
}
#index .box04 {
  background: url("img/index/box04_bg.jpg") top center no-repeat;
  position: relative;
  padding-top: 220px;
}
#index .box04 h2 img {
  position: relative;
  z-index: 10;
}
#index .box04 h2::before {
  content: "";
  position: absolute;
  background: url("img/index/box04_title_icon01.svg") no-repeat;
  width: 804px;
  height: 260px;
  left: 0;
  top: -204px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box04 h2::after {
  content: "";
  position: absolute;
  background: url("img/index/box04_title_icon02.svg") no-repeat;
  width: 519px;
  height: 292px;
  right: 0;
  bottom: 0;
}
#index .box04 .text {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box04 .inner {
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  z-index: 10;
}
#index .box04 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 500px;
  height: 50px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin: 20px auto 0;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box04 .btn::after {
  content: "";
  position: absolute;
  background: #4263a0;
  width: 6px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box04 .btn:hover {
  background: #000;
  color: #fff;
}
#index .box04 .btn:hover::after {
  background: #fff;
}
#index .box04 .bg02 {
  content: "";
  position: absolute;
  background: url("img/index/box04_bg02.jpg") top left repeat;
  width: 100%;
  height: 275px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#index .box04 .inner .icon:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box04 .inner .icon:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box04 .inner .icon:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box04 .inner .icon:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box04 .btn_box {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box04.inview h2::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box05 {
  background: url("img/index/box05_bg.jpg") top left repeat;
  position: relative;
  z-index: 40;
}
#index .box05 .link_box {
  margin: 50px auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box05 .link_box .tag {
  width: 48%;
  height: 50px;
  font-size: 18px;
  line-height: 1;
}
#index .box05 .link_box .tag:nth-child(4n) {
  margin-right: 0;
}
#index .box05 .link_box .tag:nth-child(n+5) {
  margin-top: 20px;
}
#index .box05 .link_box .tag:nth-child(1) {
  background: #fc8200;
}
#index .box05 .link_box .tag:nth-child(2) {
  background: #345799;
}
#index .box05 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  margin-right: 20px;
}
#index .box05 .inner .item h3 {
  background: #000;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#index .box05 .inner .item .img_box {
  position: relative;
}
#index .box05 .inner .item .img_box span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  background: #345799;
  padding: 5px;
}
#index .box05 .inner .item:nth-child(5n) {
  margin-right: 0;
}
#index .box05 .inner .item:nth-child(n+6) {
  margin-top: 20px;
}
#index .box05 .inner .item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box05 .inner .item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box05 .inner .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box05 .inner .item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box05 .inner .item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box05 .inner .item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box05 .inner .item:nth-child(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box05 .inner .item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box05 .inner .item:nth-child(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#index .box05 .inner .item:nth-child(10) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#index .box05 .inner .item:nth-child(11) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#index .box05 .inner .item:nth-child(12) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#index .box05 .inner .item:nth-child(13) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#index .box05 .inner .item:nth-child(14) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#index .box05 .inner .item:nth-child(15) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#index .box05 .inner .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#index .box05 .inner .text {
  font-size: 14px;
  line-height: 1.5;
}
#index .box05 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  width: 500px;
  height: 50px;
  border-radius: 5px;
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box05 .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#index .box05 .btn:hover {
  background: #345799;
}
#index .box06 {
  height: 721px;
  width: 100%;
  position: relative;
}
#index .box06 .c_text {
  font-size: 50px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #fc8200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  display: table;
  margin: auto;
  left: 0;
  right: 0;
  top: 275px;
  margin: auto;
  padding: 10px 40px;
  position: absolute;
  z-index: 30;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
#index .box06 .c_bdr {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 10px;
  height: calc(100% + 10px);
  background: #000;
  -webkit-transform: skewX(-9.3deg);
          transform: skewX(-9.3deg);
  z-index: 20;
  margin: auto;
}
#index .box06 .box {
  width: 50%;
  position: relative;
}
#index .box06 .left_box .bg {
  background: url("img/index/box06_bg01.svg") no-repeat;
  width: 1014px;
  height: 721px;
  content: "";
  position: absolute;
  left: -365px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #000;
  z-index: 10;
  border-right: none;
}
#index .box06 .right_box .bg {
  background: url("img/index/box06_bg02.svg") no-repeat;
  width: 1020px;
  height: 721px;
  position: absolute;
  content: "";
  right: -355px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #000;
}
#index .box06 .txt01 {
  font-size: 25px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  position: relative;
  z-index: 20;
}
#index .box06 h2 {
  margin: 20px 0;
  position: relative;
  z-index: 20;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box06 .txt02 {
  font-size: 20px;
  line-height: 1;
  padding: 5px 40px;
  background: #fff;
  display: table;
  position: relative;
  z-index: 20;
  font-weight: 700;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box06 .text {
  font-size: 18px;
  line-height: 2;
  position: relative;
  z-index: 20;
  position: relative;
  margin: 180px auto 45px;
  width: 550px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box06 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  color: #345799;
  z-index: 20;
  background: #fff;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box06 .btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background: #345799;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box06 .left_box .txt01 {
  padding-left: 50px;
}
#index .box06 .left_box .txt02 {
  color: #345799;
}
#index .box06 .left_box .text {
  margin-left: 0;
}
#index .box06 .left_box .btn {
  color: #345799;
}
#index .box06 .left_box .btn:hover {
  background: #000;
  color: #fff;
}
#index .box06 .left_box .btn:hover::after {
  background: #fff;
}
#index .box06 .right_box .txt01 {
  margin-left: auto;
  margin-right: 0;
  display: table;
}
#index .box06 .right_box h2 {
  margin-left: auto;
  display: table;
  padding-right: 100px;
}
#index .box06 .right_box .txt02 {
  color: #132952;
  margin-left: auto;
  padding: 5px 65px;
}
#index .box06 .right_box .text {
  margin-right: 0;
}
#index .box06 .right_box .btn {
  color: #132952;
  margin-right: 0;
  margin-left: auto;
}
#index .box06 .right_box .btn::after {
  background: #132952;
}
#index .box06 .right_box .btn:hover {
  background: #000;
  color: #fff;
}
#index .box06 .right_box .btn:hover::after {
  background: #fff;
}
#index .box06 .dotted {
  position: relative;
}
#index .box06 .dotted::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: auto;
  width: 7px;
  height: 7px;
  background: #f5f200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
}
#index .box06 .btn_box {
  z-index: 20;
  position: relative;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box06.inview .c_text {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box07 {
  background: url("img/index/box07_bg.jpg") top left repeat;
  position: relative;
  z-index: 40;
}
#index .box07 h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 80px;
}
#index .box07 .icon_text {
  position: absolute;
  opacity: 0.07;
  left: 0;
  top: -100px;
  letter-spacing: 30px;
  font-weight: 900;
  font-size: 150px;
}
#index .box07 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 285px;
  margin-right: 20px;
}
#index .box07 .item:nth-child(4n) {
  margin-right: 0;
}
#index .box07 .item:nth-child(n+5) {
  margin-top: 20px;
}
#index .box07 .over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  position: relative;
}
#index .box07 .img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box07 .time {
  font-size: 16px;
  line-height: 1;
  width: 125px;
  height: 26px;
  background: #345799;
  position: absolute;
  right: 0;
  top: -13px;
}
#index .box07 .pick {
  font-size: 18px;
  line-height: 1;
  width: 118px;
  height: 26px;
  background: #f29600;
  position: absolute;
  left: 0;
  bottom: -13px;
  z-index: 20;
}
#index .box07 .pick::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 26px;
  right: -8px;
  top: 0;
  bottom: 0;
  z-index: 20;
  margin: auto;
  background: #f29600;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#index .box07 h3 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 10px;
}
#index .box07 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  height: 50px;
  position: relative;
  margin: 50px auto 0;
  background: #000;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 16px;
}
#index .box07 .btn:hover {
  background: #345799;
}
#index .box07 .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#index .box07 .inner .item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box07 .inner .item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box07 .inner .item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box07 .inner .item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box07 .inner .item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box07 .inner .item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box07 .inner .item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box07 .inner .item:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box07 .btn_box {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box08 {
  background: url("img/index/box08_bg.jpg") center center no-repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1352px;
  padding: 70px 0;
}
#index .box08 .box {
  width: 575px;
}
#index .box08 h2 {
  font-size: 100px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  letter-spacing: 10px;
}
#index .box08 .txt01 {
  font-size: 40px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin: 20px auto 70px;
  letter-spacing: 10px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box08 h3 {
  margin-bottom: 60px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box08 .text_box {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  padding: 28px 20px 10px;
  position: relative;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  border-radius: 5px;
  margin-bottom: 50px;
}
#index .box08 .txt02 {
  font-size: 30px;
  line-height: 1;
  background: #000;
  padding: 5px 10px;
  display: table;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#index .box08 .txt03 {
  font-size: 18px;
  line-height: 2;
}
#index .box08 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 3px solid #000;
  width: 350px;
  height: 50px;
  margin: 50px auto 0;
  position: relative;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 16px;
}
#index .box08 .btn::after {
  content: "";
  position: absolute;
  background: #000;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box08 .btn_box {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box08 .inner .box:nth-child(1) .btn:hover {
  background: #345798;
  border-color: #fff;
  color: #fff;
}
#index .box08 .inner .box:nth-child(2) .btn:hover {
  background: #FF8306;
  border-color: #fff;
  color: #fff;
}
#index .box08 .inner .box:nth-child(1) .btn:hover::after, #index .box08 .inner .box:nth-child(2) .btn:hover::after {
  background: #fff;
}
#index .box08 .flow_inner .item {
  width: 171px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  background: #345799;
  padding-bottom: 10px;
  position: relative;
}
#index .box08 .flow_inner .item .step {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}
#index .box08 .flow_inner .item .flow_title {
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
}
#index .box08 .flow_inner .item::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
#index .box08 .flow_inner .item:nth-child(1)::before, #index .box08 .flow_inner .item:nth-child(4)::before {
  display: none;
}
#index .box08 .flow_inner .item:nth-child(1), #index .box08 .flow_inner .item:nth-child(4) {
  margin-right: 30px;
}
#index .box08 .flow_inner .item:nth-child(3), #index .box08 .flow_inner .item:nth-child(6) {
  margin-left: 30px;
}
#index .box08 .flow_inner .item:nth-child(n+4) {
  margin-top: 30px;
}
#index .box08 .flow_inner .item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box08 .flow_inner .item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#index .box08 .flow_inner .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box08 .flow_inner .item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#index .box08 .flow_inner .item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box08 .flow_inner .item:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
#index .box08 .flow_inner02 .item {
  background: #fc8200;
}
#index .box09 {
  background: url("img/index/box09_bg.jpg") top left repeat;
  padding: 130px 0;
}
#index .box09 h2 {
  display: table;
  margin: auto auto 50px;
}
#index .box09 h2 .big {
  font-size: 35px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 100px;
  letter-spacing: 4px;
}
#index .box09 h2 .min {
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
#index .box09 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #000;
  width: 240px;
  padding-left: 20px;
  margin-right: 70px;
  z-index: 10;
  position: relative;
}
#index .box09 .item:nth-child(4n) {
  margin-right: 0;
}
#index .box09 .over {
  position: relative;
  margin-bottom: 20px;
}
#index .box09 .img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#index .box09 .time {
  font-size: 16px;
  line-height: 1;
}
#index .box09 h3 {
  font-size: 16px;
  line-height: 1;
  margin: 15px auto;
}
#index .box09 .text {
  font-size: 14px;
  line-height: 1.7;
}
#index .box09 .in_btn {
  position: absolute;
  left: 150px;
  bottom: 20px;
  font-size: 14px;
  line-height: 1;
  padding: 0 50px 0 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#index .box09 .in_btn::before {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -5px;
  right: 0;
  content: "";
}
#index .box09 .in_btn::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
}
#index .box09 .item:hover .in_btn {
  padding-right: 40px;
}
#index .box09 .btn {
  background: #000;
  width: 500px;
  height: 50px;
  position: relative;
  margin: 50px auto 0;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 16px;
}
#index .box09 .btn:hover {
  background: #345799;
}
#index .box09 .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 4px;
  height: 10px;
}
#index .box09 .inner .item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box09 .inner .item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box09 .inner .item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box09 .inner .item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box09 .btn_box {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@-webkit-keyframes flash-fade-in2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes flash-fade-in2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  50% {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
#index .box10 {
  background: url("img/index/box10_bg.jpg") top center repeat;
  padding: 100px 0;
}
#index .box10 .over {
  margin-bottom: 30px;
}
#index .box10 .img {
  margin-right: 50px;
}
#index .box10 .text {
  font-size: 16px;
  line-height: 1.8;
}
#index .box10 .under_txt {
  font-size: 20px;
  line-height: 1;
  margin-top: 50px;
}
#index .box10 .btn {
  background: #000;
  width: 500px;
  height: 50px;
  position: relative;
  margin: 50px auto 0;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 16px;
}
#index .box10 .btn:hover {
  background: #345799;
}
#index .box10 .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 4px;
  height: 10px;
}
#index .box11 {
  background: url("img/index/box11_bg.jpg") top left repeat;
}
#index .box11 .img_box {
  margin-right: 80px;
  position: relative;
  min-width: 584px;
}
#index .box11 .img_box .img {
  z-index: 10;
  position: relative;
}
#index .box11 .img_box .medal_box {
  position: absolute;
  right: 0;
  top: 37px;
  z-index: 20;
}
#index .box11 .img_box .medal_box .medal01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box11 .img_box .medal_box img:nth-of-type(2) {
  margin-left: 10px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box11 .img_box::before {
  content: "";
  position: absolute;
  background: url("img/index/box11_img_icon.svg") no-repeat;
  width: 540px;
  height: 533px;
  bottom: -30px;
  left: -215px;
}
#index .box11 .txt01 {
  font-size: 25px;
  line-height: 1.4;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box11 h2 {
  margin: 30px auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box11 h2 img {
  margin-left: auto;
  margin-right: 63px;
}
#index .box11 .text {
  font-size: 18px;
  line-height: 2.2;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box11 .btn_box {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box11 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 350px;
  height: 50px;
  background: #345799;
  position: relative;
  font-size: 14px;
  line-height: 1;
  margin: 40px auto 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 16px;
}
#index .box11 .btn:hover {
  background: #000;
}
#index .box11 .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 6px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#index .box12 {
  background: #ececec;
  padding: 150px 0;
}
#index .box12 .con a {
  background: #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-left: 10px;
}
#index .box12 .con a:hover {
  background: #345799;
}
#index .box12 .con .img {
  opacity: 0.5;
}
#index .box12 .con .txt_box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1;
  z-index: 10;
}
#index .box12 .con .min {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
#index .box12 .con .big {
  font-size: 30px;
  letter-spacing: 5px;
}
#index .box12 .con02 {
  margin-top: 80px;
}
#index .box12 .con02 a {
  margin-left: 0;
  margin-right: 10px;
}
#index .box12 .bdr {
  content: "";
  position: absolute;
  background: #345799;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#index .box12 .bdr01, #index .box12 .bdr02 {
  width: 5px;
  height: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box12 .bdr03, #index .box12 .bdr04 {
  width: 100%;
  height: 5px;
}
#index .box12 .bdr01 {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  top: 0;
  left: 0;
}
#index .box12 .bdr02 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  bottom: 0;
  right: 0;
}
#index .box12 .bdr03 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  top: 0;
  left: 0;
}
#index .box12 .bdr04 {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  bottom: 0;
  right: 0;
}
#index .box12 a:hover .bdr {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box13 {
  background: -webkit-gradient(linear, left top, right top, from(#345799), color-stop(50%, #345799), color-stop(50%, #fc8200), to(#fc8200));
  background: linear-gradient(90deg, #345799 0%, #345799 50%, #fc8200 50%, #fc8200 100%);
  overflow: hidden;
}
#index .box13 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 570px;
  position: relative;
}
#index .box13 .box::before, #index .box13 .box::after {
  content: "";
  position: absolute;
  width: 506px;
  height: 580px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box13 .news_box::before {
  background: #132b58;
  left: -660px;
  bottom: -80px;
  z-index: 10;
}
#index .box13 .news_box::after {
  background: #132b58;
  left: -620px;
  bottom: -80px;
  opacity: 0.3;
}
#index .box13 .blog_box::before {
  background: #b95f00;
  right: -660px;
  bottom: -80px;
  z-index: 10;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box13 .blog_box::after {
  background: #984e00;
  right: -620px;
  bottom: -80px;
  opacity: 0.3;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box13 h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: 25px;
}
#index .box13 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
#index .box13 .box .item:nth-child(1) {
  padding-top: 0;
}
#index .box13 .time {
  font-size: 16px;
  line-height: 1;
}
#index .box13 h3 {
  font-size: 16px;
  margin-left: 20px;
  line-height: 1;
}
#index .box13 .text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
#index .box13 .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 35px;
  line-height: 1;
  position: absolute;
  font-size: 16px;
  background: #000;
  right: 0;
  top: 0;
  border-radius: 5px;
}
#index .box13.inview .box::before, #index .box13.inview .box::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#index .box14 {
  background: url("img/index/box14_bg.jpg") center center no-repeat;
  background-size: cover;
}
#index .box14 h2 {
  font-size: 50px;
  letter-spacing: 5px;
}
#index .box14 .text {
  font-size: 18px;
  line-height: 2;
  margin: 40px auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box14 .inner a {
  width: 575px;
  height: 175px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 75px;
}
#index .box14 .inner a:nth-child(1) {
  background: #345799;
  border: 5px solid #345799;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box14 .inner a:nth-child(2) {
  background: #fc8200;
  border: 5px solid #fc8200;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box14 .txt_box {
  position: relative;
}
#index .box14 .txt01 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 5px;
}
#index .box14 .txt02 {
  font-size: 50px;
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 7px;
  text-align: center;
  position: relative;
  z-index: 10;
}
#index .box14 .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index .box14 .icon01 {
  position: absolute;
  left: -62px;
  top: 0;
}
#index .box14 .icon02 {
  position: absolute;
  bottom: -42px;
  left: -10px;
  width: 324px;
  min-width: 324px;
}
#index .box14 a:nth-child(2) .txt02 {
  margin-left: -10px;
}

footer {
  background: url("img/footer/bg.jpg") top left repeat;
  padding-top: 80px;
}
footer .txt {
  margin-bottom: 80px;
}
footer nav a {
  font-size: 18px;
  margin-left: 50px;
  line-height: 1;
}
footer nav a:nth-child(1) {
  margin-left: 0;
}
footer nav:nth-of-type(n + 2) {
  margin-top: 25px;
}
footer .copy {
  margin-top: 80px;
  background: #345799;
  padding: 7px 0;
  line-height: 1;
  font-size: 14px;
}

#pop_banner {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  width: 100%;
}
#pop_banner .inner {
  width: 1200px;
  margin: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #345799;
  border-left: none;
  border-right: 1px solid #000;
  height: 105px;
  position: relative;
  padding-right: 120px;
}
#pop_banner .page_top {
  background: #000;
  width: 100px;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: -1px;
  top: 0;
}
#pop_banner .page_top img {
  margin-bottom: 10px;
}
#pop_banner .tel {
  font-size: 40px;
  line-height: 1;
}
#pop_banner .tel img {
  margin-right: 10px;
}
#pop_banner .tel_box .min {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 5px;
}
#pop_banner .txt01 {
  font-size: 25px;
  line-height: 1.3;
  background: #345799;
  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: 230px;
  height: 100%;
}
#pop_banner .btn_box .btn {
  width: 152px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #345799;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: 0 2px #345799;
          box-shadow: 0 2px #345799;
}
#pop_banner .btn_box .btn:nth-child(2) {
  margin-left: 20px;
  border-color: #fc8200;
  -webkit-box-shadow: 0 2px #fc8200;
          box-shadow: 0 2px #fc8200;
}
#pop_banner .btn_box .btn:nth-child(3) {
  margin-left: 20px;
  border-color: #fe0000;
  -webkit-box-shadow: 0 2px #fe0000;
          box-shadow: 0 2px #fe0000;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}