@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #333333;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 1040px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.header #gheader {
  position: relative;
  background-color: #000;
  height: 50px;
}

.header #gheader img {
  vertical-align: middle;
  max-width: 100%;
}

.header #gheader .sns {
  margin-right: 10px;
}

.header #gheader .sp-mobi {
  display: block;
}

.header #gheader .sp-mobi button {
  display: block;
  margin-top: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #212020;
  position: absolute;
  right: 3px;
  top: 5px;
  padding: 5px;
  cursor: pointer;
}

.header #gheader .sp-mobi .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.header #gheader .sp-mobi .drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  border-radius: 10px;
}

.header #gheader .sp-mobi .drawer-hamburger-icon,
.header #gheader .sp-mobi .drawer-hamburger-icon:before,
.header #gheader .sp-mobi .drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.header #gheader .sp-mobi .drawer-hamburger-icon:before, .header #gheader .sp-mobi .drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
  border-radius: 10px;
}

.header #gheader .sp-mobi .drawer-hamburger-icon:after {
  top: 10px;
  border-radius: 10px;
}

.header #gheader .sp-mobi .drawer-nav {
  position: fixed;
  z-index: 101;
  right: -350px;
  top: 0;
  width: 350px;
  color: #fff;
  background-color: #212020;
  display: block;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  height: 100%;
  z-index: 999;
}

.header #gheader .sp-mobi .drawer-nav .drawer-menu {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #212020;
  list-style: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.header #gheader .sp-mobi .drawer-nav .drawer-menu li {
  border-bottom: 1px solid #494a4c;
}

.header #gheader .sp-mobi .drawer-nav .drawer-menu li a {
  color: #fff;
  display: block;
}

.header #gheader .sp-mobi .drawer-nav .drawer-menu li a img {
  height: 70px;
}

.header #gheader .sp-mobi.active .drawer-hamburger-icon {
  background-color: transparent;
}

.header #gheader .sp-mobi.active .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0px;
  top: 0;
}

.header #gheader .sp-mobi.active .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.header #gheader .sp-mobi.active .drawer-nav {
  right: 0;
}

.header #gheader .sp-mobi.active button {
  right: 360px;
}

.header #gheader .inner-header {
  max-width: 1200px;
  margin: 0 auto;
}

.header #gheader .inner-header .logo {
  float: left;
  padding-left: 26px;
  padding-top: 12px;
  width: min(23.3vw, 305px);
}

.header #gheader .inner-header .sns {
  padding: 5px 30px;
  text-align: right;
}

.header #gheader .inner-header .sns a {
  display: inline-block;
  margin-right: 10px;
}

/*　SNS アイコン　*/
/* Wrapper */
.icon-button {
  background-color: #000;
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  height: 2.6rem;
  width: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin: -1.3rem;
}

.twitter span {
  background-color: #404040;
}

.facebook span {
  background-color: #3B5998;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 2.6rem;
  width: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.icon-button .fa-twitter {
  color: #4099ff;
}

.icon-button .fa-facebook-f {
  color: #3B5998;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f {
  color: white;
}

.icon_x:before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}

/*****************/
.header .banner-top {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.header .banner-top .bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.header .banner-top .bg-img .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.header .banner-top .bg-img .img img {
  min-height: 101%;
  max-width: none;
  width: auto;
  min-width: 100%;
}

.header .banner-top .bg-img .img .img-mobile {
  display: block;
}

.header .banner-top .bg-img .img .img-desktop {
  display: none;
}

.header .banner-top .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
}

.header .banner-top .content-banner .logo {
  margin-bottom: 30px;
}

.header .banner-top .content-banner .logo .text {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px;
}

.header .banner-top .content-banner .logo .text span.big {
  font-size: 85px;
}

.header .banner-top .content-banner .logo .text + .text-small {
  font-size: 22px;
  margin-top: 10px;
}

.header .banner-top .content-banner .menu-direct .button-group {
  overflow: hidden;
  width: 525px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  margin: auto;
  font-weight: bold;
}

.header .banner-top .content-banner .menu-direct .button-group .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #fff;
  text-decoration: none;
  background-color: rgba(93, 93, 93, 0.85);
}

.header .banner-top .content-banner .menu-direct .button-group .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header .banner-top .content-banner .menu-direct .button-group .active {
  background-color: rgba(7, 57, 131, 0.85);
  color: #ffb609;
}

.main-content .menu-tabs {
  background-color: #404040;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
}

.main-content .menu-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-content .menu-tabs ul li {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  line-height: 66px;
  height: 66px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  cursor: pointer;
}

.main-content .menu-tabs ul li:nth-child(even) {
  border-right: none;
}

.main-content .menu-tabs ul li:nth-child(n+7) {
  border-bottom: none;
}

.main-content .menu-tabs ul li span {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: block;
  position: relative;
}

.main-content .menu-tabs ul li span span.ico_arr {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}

.main-content .menu-tabs ul li span:hover {
  background-color: #222222;
  color: #ffb609;
}

.main-content .menu-tabs ul li.active span {
  background-color: #222222;
  color: #ffb609;
}

.main-content .menu-tabs ul li a {
  text-decoration: none;
}

.main-content .content-tabs .title {
  font-size: 22px;
  text-align: center;
  color: #222222;
  background-color: #d6d6d6;
  width: 100%;
  margin-bottom: 30px;
  line-height: 55px;
  height: 55px;
  border-radius: 5px;
}

.main-content .content-tabs .item {
  border-radius: 5px;
  background-color: #404040;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

.main-content .content-tabs .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #404040;
  opacity: 0;
}

.main-content .content-tabs .item a:hover {
  opacity: 0.3;
}

.main-content .content-tabs .item .img {
  position: relative;
}

.main-content .content-tabs .item .img img {
  width: 100%;
}

.main-content .content-tabs .item .img .label-tsu {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 99;
  max-width: 45%;
}

.main-content .content-tabs .item .img .label-tsu img {
  max-width: 100%;
  width: auto;
}

.main-content .content-tabs .item-top {
  padding: 35px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}

.main-content .content-tabs .item-top .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.main-content .content-tabs .item-top .img img {
  width: 100%;
}

.main-content .content-tabs .item-top .name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  text-align: center;
  margin-bottom: 15px;
}

.main-content .content-tabs .item-top .name .text {
  font-size: 32px;
  text-align: center;
  margin-left: 10px;
}

.main-content .content-tabs .item-top .number {
  display: block;
  width: 138px;
  margin: auto;
  height: 111px;
  color: #fff;
  line-height: 125px;
  font-size: 54px;
  text-align: center;
  background-image: url("../img/num-one.png");
}

.main-content .content-tabs .item-top .number span {
  font-size: 27px;
}

.main-content .content-tabs .item-top.second-item .number {
  background-image: url("../imgnum-two.png");
}

.main-content .content-tabs .item-top.third-item .number {
  background-image: url("../img/num-three.png");
}

.main-content .content-tabs .wrapper.padding-item3 {
  margin: 0 -15px;
}

.main-content .content-tabs .wrapper.padding-item3 .item {
  margin: 0 15px 30px;
  padding: 20px 12px;
}

.main-content .content-tabs .wrapper.padding-item3 .item .img {
  width: 200px;
  max-width: 100%;
  margin: auto;
}

.main-content .content-tabs .wrapper.padding-item3 .item .name {
  width: 200px;
  max-width: 100%;
  margin: auto;
}

.main-content .content-tabs .wrapper.padding-item3 .item .name .number {
  font-size: 20px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.main-content .content-tabs .wrapper.padding-item3 .item .name .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content .content-tabs .wrapper.padding-item {
  margin: 0 -10px;
}

.main-content .content-tabs .wrapper.padding-item .item {
  margin: 0 10px 30px;
  padding: 20px 12px;
}

.main-content .content-tabs .wrapper.padding-item .item .img {
  width: 175px;
  max-width: 100%;
  margin: auto;
}

.main-content .content-tabs .wrapper.padding-item .item .name {
  width: 175px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.main-content .content-tabs .wrapper.padding-item .item .name .number {
  font-size: 20px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.main-content .content-tabs .wrapper.padding-item .item .name .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content .content-tabs .wrapper.bg-item {
  padding: 0 20px;
  background-color: #404040;
  border-radius: 5px;
  margin-bottom: 30px;
}

.main-content .content-tabs .wrapper.bg-item .item {
  padding: 20px 20px;
  margin: 0;
}

.main-content .content-tabs .wrapper.bg-item .item .name .number {
  font-size: 14px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.main-content .content-tabs .wrapper.bg-item .item .name .text {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content .content-tabs .content-tab {
  display: none;
}

.main-content .content-tabs .content-tab.active {
  display: block;
}

@-webkit-keyframes menu {
  from {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@keyframes menu {
  from {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@-webkit-keyframes menu1 {
  from {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
@keyframes menu1 {
  from {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
.item-mobile {
  display: block;
}

.item-desktop {
  display: none;
}

.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  margin-top: 0px;
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
}

#back-to-top img {
  width: 100%;
}

body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

/* bnr block */
.bnr_block {
  background: #eee;
  text-align: center;
  margin: 30px auto 0;
  padding: 40px 20px 20px;
}

.bnr_block h2 {
  color: #000;
  font-size: 32px;
}

.bnr_block ul {
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr_block ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 20px 10px;
}

@media (max-width: 768px) {
  .bnr_block {
    margin: 3vw auto 0;
    padding: 4vw 2vw 2vw;
  }
  .bnr_block ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bnr_block ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2vw 3vw 4vw;
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(even) {
    border-right: 1px solid #222222;
  }
  .main-content .menu-tabs ul li:nth-child(4) {
    border-right: none;
  }
  .main-content .menu-tabs ul li:nth-child(n+5) {
    border-bottom: none;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .header .banner-top {
    position: relative;
    height: auto;
  }
  .header .banner-top .bg-img:before {
    display: none;
  }
  .header .banner-top .bg-img .img {
    height: 480px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header .banner-top .bg-img .img .img-mobile {
    display: none;
  }
  .header .banner-top .bg-img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .content-banner {
    z-index: 999;
  }
  .header #gheader .sp-mobi {
    display: none;
  }
  .header .banner-top .content-banner .logo .text br {
    display: none;
  }
  .main-content .menu-tabs ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .item-desktop {
    display: block;
  }
  .item-mobile {
    display: none;
  }
  .header .banner-top .bg-img .img .img-mobile {
    display: none;
  }
  .header .banner-top .bg-img .img .img-desktop {
    display: block;
    min-height: 101%;
  }
  .container {
    padding: 0 0;
  }
  .main-content .content-tabs .item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-content .content-tabs .item-top .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    text-align: right;
  }
  .main-content .content-tabs .item-top .img img {
    max-width: 100%;
    width: 287px;
  }
  .main-content .content-tabs .item-top .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    text-align: center;
    margin-bottom: 10px;
  }
  .main-content .content-tabs .item-top .name .text {
    font-size: 32px;
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 30px 10px 0 30px;
  }
  .main-content .content-tabs .item-top .name .text br {
    display: block;
  }
  .main-content .content-tabs .item-top .name .number {
    display: block;
    float: none;
  }
  .main-content .content-tabs .wrapper.bg-item {
    background-color: transparent;
    padding: 0 20px;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-2 {
    margin-bottom: 30px;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-2:nth-child(5n+1) .item {
    position: relative;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-2:nth-child(5n+1) .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background-color: #404040;
    border-radius: 5px 0 0 5px;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-2:nth-child(5n) .item, .main-content .content-tabs .wrapper.bg-item .col-lg-2:last-child .item {
    position: relative;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-2:nth-child(5n) .item:after, .main-content .content-tabs .wrapper.bg-item .col-lg-2:last-child .item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background-color: #404040;
    border-radius: 0 5px 5px 0;
  }
  .main-content .content-tabs .wrapper.bg-item .item {
    border-radius: 0;
    margin-bottom: 0px;
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .footer {
    margin-top: 0px;
  }
  .main-content .content-tabs .item {
    background-color: transparent;
    margin-bottom: 40px;
  }
  .main-content .content-tabs .item.item-top {
    padding: 0;
  }
  .main-content .content-tabs .item.item-top .number {
    zoom: 0.8;
  }
  .main-content .content-tabs .item.item-top .text {
    font-size: 26px;
    margin-top: 15px;
  }
  .main-content .content-tabs .item a:hover {
    opacity: 0;
  }
  .header #gheader .inner-header .logo {
    width: 200px;
    padding-top: 12px;
  }
  .header #gheader .inner-header .sns a {
    width: 26px;
    padding-top: 5px;
  }
  .main-content .content-tabs .wrapper.padding-item {
    margin: 0 -12px;
  }
  .main-content .content-tabs .wrapper.padding-item .item {
    padding: 0;
    margin: 0 12px 40px;
  }
  .main-content .content-tabs .wrapper.bg-item {
    padding: 0;
    background-color: transparent;
    margin: 0 -12px;
  }
  .main-content .content-tabs .wrapper.bg-item .item {
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .main-content .content-tabs .wrapper.bg-item .col-lg-3:nth-child(5n+1) .item:before,
  .main-content .content-tabs .wrapper.bg-item .col-lg-3:nth-child(5n) .item:before {
    display: none;
  }
  .main-content .content-tabs .wrapper.padding-item3 .item .name,
  .main-content .content-tabs .wrapper.padding-item .item .name {
    width: auto;
  }
  .main-content .content-tabs .wrapper.padding-item3 .item .img,
  .main-content .content-tabs .wrapper.padding-item .item .img {
    width: auto;
  }
  .main-content .content-tabs .wrapper.padding-item3 .item .img img,
  .main-content .content-tabs .wrapper.padding-item .item .img img {
    width: 100%;
  }
  .main-content .content-tabs .wrapper.padding-item3 .item {
    padding: 0;
  }
  .main-content .content-tabs .item .img img {
    width: 100%;
  }
  .header .banner-top .content-banner .logo .text {
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
  .copyright {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .header .banner-top .content-banner .logo a img {
    width: 50%;
  }
  .header .banner-top .content-banner .menu-direct .button-group {
    max-width: 90%;
  }
  .header .banner-top {
    position: relative;
    height: 0px;
    padding-bottom: 95vw;
    overflow: hidden;
  }
  .header .banner-top .content-banner .logo .text {
    font-size: 54px;
  }
  .header .banner-top .content-banner .logo .text span.big {
    font-size: 64px;
  }
  .header .banner-top .content-banner .logo .text + .text-small {
    font-size: 24px;
    margin-top: 30px;
  }
  .bnr_block {
    margin: 30px auto 0;
    padding: 30px 20px 0;
  }
  .bnr_block ul, .bnr_block ul li {
    padding: 15px 0.8vw;
    margin: 0 -0.8vw;
  }
  .bnr_block h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
@media (max-width: 550px) and (min-width: 501px) {
  .header .banner-top .content-banner {
    zoom: 0.9;
  }
  .main-content .content-tabs .content-tab .items {
    zoom: 0.8;
  }
  .main-content .menu-tabs {
    zoom: 0.9;
  }
}
@media (max-width: 500px) and (min-width: 451px) {
  .header .banner-top .content-banner {
    zoom: 0.8;
  }
  .main-content .content-tabs .content-tab .items {
    zoom: 0.7;
  }
  .main-content .menu-tabs {
    zoom: 0.8;
  }
}
@media (max-width: 450px) and (min-width: 401px) {
  .header .banner-top .content-banner {
    zoom: 0.7;
  }
  .main-content .content-tabs .content-tab .items {
    zoom: 0.65;
  }
  .main-content .menu-tabs {
    zoom: 0.75;
  }
}
@media (max-width: 400px) {
  .header .banner-top .content-banner {
    zoom: 0.6;
  }
  .main-content .content-tabs .content-tab .items {
    zoom: 0.55;
  }
  .main-content .menu-tabs {
    zoom: 0.7;
  }
}
@media (max-width: 1000px) {
  .main-content .content-tabs .wrapper.padding-item .item .name .text,
  .main-content .content-tabs .wrapper.padding-item3 .item .name .text,
  .main-content .content-tabs .wrapper.bg-item .item .name .text {
    font-size: 18px;
  }
}
/*****************
footer 追加
*****************/
#footer {
  position: relative;
  background: #000;
}

.inner-footer {
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.el_footerLogo {
  width: min(23.3vw, 305px);
}

.el_license {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .inner-footer {
    max-width: 100%;
  }
  .el_footerLogo {
    width: 40%;
  }
  .el_license {
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

#footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  font-weight: 700;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

#page-top a {
  background-color: #ffb609;
  text-decoration: none;
  color: #222;
  width: 120px;
  padding: 12px 5px;
  text-align: center;
  display: block;
  border: solid 2px #222;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/pagetop.png");
  width: 11px;
  height: 7px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.15s forwards;
          animation: DownAnime 0.15s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 2vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
  }
  #page-top a::after {
    width: 9px;
    height: 6px;
  }
}