@charset "UTF-8";
.mb-object {
  display: none !important;
}
.mb-object_fl {
  display: none !important;
}
@media screen and (orientation:portrait) and (max-width:1024px) {
  .mb-object {
    display: block !important;
  }
  .mb-object_fl {
    display: flex !important;
  }
}
@media screen and (orientation:landscape) and (max-width:1000px) {
  .mb-object {
    display: block !important;
  }
  .mb-object_fl {
    display: flex !important;
  }
}
@media screen and (max-width:768px) {
  .mb-object {
    display: block !important;
  }
  .mb-object_fl {
    display: flex !important;
  }
}
.section-title {
  margin: 0 0 3vw;
}
.img_center {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 10px auto 20px
}
.img_center img, .img_left img, .img_left_l img, .img_left_s img, .img_right img, .img_right_l img, .img_right_s img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px
}
.img_center figcaption, .img_left figcaption, .img_left_s figcaption, .img_right figcaption, .img_right_s figcaption {
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  margin-top: 2px;
  text-align: center;
  background-color: #ededed
}
.img_center figcaption span, .img_left figcaption span, .img_left_s figcaption span, .img_right figcaption span, .img_right_s figcaption span {
  font-size: 14px;
  margin-top: 4px
}
.img_center p, .img_left p, .img_left_l p, .img_left_s p, .img_right p, .img_right_l p, .img_right_s p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px
}
.img_center div.caption {
  display: inline-block;
  margin-bottom: 20px;
  width: auto
}
.img_center:after, .img_left:after, .img_left_s:after, .img_right:after, .img_right_s:after {
  clear: both;
  content: "";
  height: 0;
  display: block;
  visibility: hidden
}
@media screen and (orientation:portrait) and (max-width:1024px) {
  .section-title h3 {
    font-size: 1.6rem
  }
  .section-title h3 span.add-en {
    display: block;
    margin-left: 0;
    line-height: 1.2;
    margin-top: 5px
  }
}
.content-wrap {
  width: 100%;
  min-width: 1220px;
  margin: 0;
  padding: 0;
  overflow: hidden
}
.left-navi {
  width: 15vw;
  min-width: 220px;
  position: fixed;
  z-index: 100000 !important;
  left: 0;
  top: 0;
  padding: 204px 0 0 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 4px rgba(210, 210, 210, .2)
}
.left-navi h1 {
  width: 15vw;
  min-width: 220px;
  height: 204px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #005eaa
}
.left-navi h1 a.left-navi-main-logo {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/common/corporate-logo.svg") no-repeat center;
  -webkit-background-size: 82%;
  -o-background-size: 82%;
  background-size: 82%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s ease-in-out
}
@media (min-width: 426px) and (max-width: 999px) {
  .left-navi {
    overflow: hidden;
    width: 100%;
	  padding: 5px 0;
  }
  .left-navi h1 a.left-navi-main-logo {
        display: block;
        width: 70%;
        height: 100%;
        margin: auto 0;
        background: url(../images/common/corporate-logo.svg) no-repeat left;
	  margin-left: 20px;
  }
}

.left-navi h1 a.left-navi-main-logo:hover {
  opacity: 1;
  transition: all .3s ease-in-out
}
.left-navi .left-navi_res-menu {
  margin-top: 30px;
  height: 60vh;
  background: #fff;
  display: flex;
  flex-direction: column;

}
.left-navi .left-navi_res-menu__inner {
	margin-bottom: 30px;
}
.left-navi .left-navi-footer {
  display: block;
  padding-bottom: 4vh;
  background: #fff;
  margin: 30px 0 0 0;
}
@media screen and (max-width:768px) {
.left-navi .left-navi_res-menu {
  margin-top: 0;
}
.left-navi .left-navi_res-menu__inner {
	margin-bottom: 0;
}
}
@media screen and (min-width:768px) and (max-width:1000px) {
.left-navi .left-navi_res-menu {
  margin-top: 0;
}   .left-navi .left-navi-footer {
    margin: 0;
}
.left-navi .left-navi_res-menu__inner {
	margin-bottom: 0;
}
}
.left-navi .left-navi-footer .left-bnr-map {
  width: 100%
}
.left-navi .left-navi-footer .left-bnr-map a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 12vh;
  background: url(../images/common/leftnavi-search-bg.svg) no-repeat center top;
  background-size: contain
}
.left-navi .left-navi-footer .left-bnr-map a img {
  display: block;
  width: 84%;
  margin: 0 auto
}
.left-navi .left-navi-footer .left-bnr-wingnet {
  width: 100%
}
.left-navi .left-navi-footer .left-bnr-wingnet a {
  display: block;
  width: 84%;
  margin: 0 auto
}
.left-navi .left-navi-footer .left-bnr-wingnet a img {
  display: block;
  width: 100%
}
.left-navi .left-navi-footer .contact {
  font-weight: 700;
  margin: 10px 0 0;
  width: 100%;
  padding: 5px 2vw
}
.left-navi .left-navi-footer .contact a {
  color: #fff;
  background: #005eaa;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  width: 100%;
  font-size: 1.2rem
}
.left-navi .left-navi-footer .group-logo {
  font-weight: 700;
  margin: 30px 0 0;
  width: 100%;
  padding: 0 1vw;
}
.left-navi .left-navi-footer .sns-container {
  display: flex;
  margin: 10px 0 0;
  padding: 0 2vw;
  width: 100%
}
.left-navi .left-navi-footer .sns-container .sns-icon {
  width: 40px;
  margin-right: 3%;
  background: 0 0;
  border-radius: 2px
}
.left-navi .left-navi-footer .sns-container .sns-icon img {
  width: 100%
}
.left-navi-menu {
  width: 100%;
  margin: auto 0 0;
  display: block;
  background: #fff;
}
.left-navi-menu > li {
  padding-right: 0;
  transition: .5s all ease
}
.left-navi-menu > li:hover {
  z-index: 1000
}
.left-navi-menu > li > a {
  display: block;
  width: 100%;
  padding: 1.7vh 0 1.5vh 2vw;
  text-align: left;
  font-size: calc(1.1rem + .25vw);
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.4em;
  color: #005eaa;
  position: relative;
  font-weight: bold;
}
.left-navi-menu > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 5px;
  height: 100%;
  background: url(../images/common/leftnavi-arrow.png) no-repeat center center;
  background-size: contain
}
.left-navi-menu > li > a > span {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 .1em 0 .2em;
  font-size: calc(.8rem + .25vw);
  font-weight: 500
}
.left-navi-menu > li > a > span:before {
  content: "[";
  display: inline-block;
  margin-left: .5em;
  margin-right: .2em;
  margin-top: -.2em
}
.left-navi-menu > li > a > span:after {
  content: "]";
  display: inline-block;
  margin-left: .2em;
  margin-top: -1em
}
.left-navi-menu > li > a:hover {
  background: #005eaa;
  color: #fff;
  transition: all .4s ease;
  opacity: 1;
  z-index: 10000
}
.left-navi-menu > li > a:hover > span.left-menu-english {
  color: #999;
  transition: all .3s ease;
  transition-delay: .3s;
  margin-left: 2px
}
.left-navi-menu > li > a:hover::before {
  content: "";
  width: 80px;
  height: 700%;
  position: absolute;
  right: -5px;
  top: -300%;
  z-index: 100
}
.left-navi-menu > li > a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  transition: all .3s ease;
  transition-delay: .3s
}
.left-navi-menu > li > .left-inner-block {
  width: calc(28vw + 220px);
  height: 100vh;
  padding-left: 220px;
  padding-top: 30vh;
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: rgba(17, 80, 140, .8);
  background: linear-gradient(180deg, rgba(17, 80, 140, .8) 0, rgba(17, 80, 140, .8) 30%, rgba(250, 250, 250, .95) 30%, rgba(250, 250, 250, .95) 100%)
}
.left-navi-menu > li > .left-inner-block .left-inner-navi {
  width: 100%;
  height: 70vh;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  overflow: scroll;
  padding: 2vw 2vw 0
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li {
  width: 100%;
  height: 5vh;
  padding: 0
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: calc(1.1rem + .25vw);
  color: #005eaa;
  font-weight: 400;
  position: relative;
  z-index: 10
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #005eaa;
  border-bottom: 1px solid #005eaa;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 10px;
  opacity: .3
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 5vh;
  background: #005eaa;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  mix-blend-mode: overlay
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a:hover {
  padding-left: .6em;
  transition: all .4s ease;
  transition-delay: .2s;
  opacity: 1;
  color: #fff
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition-delay: .3s
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li > a:hover:after {
  animation: left_inner_block_hover .3s ease-in-out both;
  animation-delay: .2s
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li span {
  display: block;
  width: 100%
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-no-link {
  height: 4.5vh;
  padding-top: .5vh
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-no-link > a {
  pointer-events: none;
  padding-left: 18px
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-no-link > a:before {
  content: "";
  display: none
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu {
  width: 100%;
  height: 3.8vh
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu > a {
  font-size: calc(1rem + .15vw);
  padding-left: 1.8em;
  color: #005eaa;
  font-weight: 400;
  position: relative
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu > a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #005eaa;
  border-bottom: 1px solid #005eaa;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 10px;
  opacity: .3
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu > a:hover {
  padding-left: 2.4em;
  transition: all .4s ease;
  transition-delay: .2s;
  opacity: 1;
  color: #fff
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu > a:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition-delay: .3s
}
.left-navi-menu > li > .left-inner-block .left-inner-navi > li.navi-sub-menu > a:hover:after {
  height: 3.8vh;
  animation: left_inner_block_hover .3s ease-in-out both;
  animation-delay: .2s
}
.left-navi-menu > li > .left-inner-block:before {
  font-size: 2.5rem;
  font-weight: 300;
  width: 100%;
  height: 7vh;
  display: flex;
  align-items: center;
  position: absolute;
  top: 23vh;
  right: 0;
  padding-left: calc(220px + 2vw)
}
.left-navi-menu > li:hover > .left-inner-block {
  display: block;
  animation: left_inner_block_in .3s ease-in-out both;
  animation-delay: .3s;
  pointer-events: inherit
}
.left-navi-menu > li:hover > .left-inner-block li {
  animation: left-inner-block-slide .3s ease-out both
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(1) {
  animation-delay: .6s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(2) {
  animation-delay: .65s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(3) {
  animation-delay: .7s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(4) {
  animation-delay: .75s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(5) {
  animation-delay: .8s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(6) {
  animation-delay: .85s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(7) {
  animation-delay: .9s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(8) {
  animation-delay: .95s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(9) {
  animation-delay: 1s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(10) {
  animation-delay: 1.05s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(11) {
  animation-delay: 1.1s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(12) {
  animation-delay: 1.15s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(13) {
  animation-delay: 1.2s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(14) {
  animation-delay: 1.25s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(15) {
  animation-delay: 1.3s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(16) {
  animation-delay: 1.35s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(17) {
  animation-delay: 1.4s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(18) {
  animation-delay: 1.45s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(19) {
  animation-delay: 1.5s
}
.left-navi-menu > li:hover > .left-inner-block li:nth-of-type(20) {
  animation-delay: 1.55s
}
.left-navi-menu > li:hover > .left-inner-block:before {
  animation: fade-in .7s ease-out both
}
.left-navi-menu > li:hover > .left-inner-block.double-menu {
  width: calc(45vw + 220px);
  display: flex
}
.left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi {
  width: 50%;
  margin: 0;
  height: 70vh;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  overflow: scroll;
  padding: 2vw 2vw 0
}
.left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li {
  width: 100%
}
.left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li > a {
  font-size: calc(1.1rem + .2vw)
}
.left-navi-menu > li.left-menu01 > .left-inner-block::before {
  content: "会社概要"
}
.left-navi-menu > li.left-menu02 > .left-inner-block::before {
  content: "事業内容"
}
.left-navi-menu > li.left-menu03 > .left-inner-block::before {
  content: "製品情報"
}
.left-navi-menu > li.left-menu04 > .left-inner-block::before {
  content: "採用情報"
}
.top-page .left-navi-menu {
  animation: leftnavi_fade_side .5s ease-out backwards;
  animation-delay: 1s
}
@media screen and (min-width:1466px) {
  .left-navi-menu > li > a + .left-inner-block {
    padding-left: 15vw;
    width: 50vw
  }
  .left-navi-menu > li > a + .left-inner-block:before {
    padding-left: 16vw
  }
}
@keyframes left-inner-block-slide {
  0% {
    opacity: 0;
    transform: translateX(-1em)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.left-inner-navi::-webkit-scrollbar {
  display: none
}
.left-navi-menu > li:hover > .left-inner-block::after {
  right: 0;
  transition: all .3s ease
}
@media all and (-ms-high-contrast:none) {
  .left-inner-block::after {
    width: 20%
  }
}
@keyframes left_inner_block_in {
  0% {
    opacity: 0;
    left: -170px;
    visibility: hidden
  }
  100% {
    opacity: 1;
    left: 0;
    visibility: visible
  }
}
@keyframes left_inner_block_out {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: none
  }
  50% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 0;
    left: -170px;
    visibility: hidden;
    pointer-events: none
  }
}
@keyframes left_inner_block_hover {
  0% {
    left: 0;
    width: 0
  }
  70% {
    left: 0;
    width: 100%
  }
  100% {
    left: 0;
    width: 100%
  }
}
ul.left-navi-textcontrol {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 2vw
}
ul.left-navi-textcontrol li {
  height: 24px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer
}
ul.left-navi-textcontrol li.left-navi-textsize_s {
  width: 15%;
  border: 1px solid #005eaa;
  background: #fff;
  color: #005eaa;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  margin-right: 4%;
}
ul.left-navi-textcontrol li.left-navi-textsize_l {
  width: 15%;
  border: 1px solid #005eaa;
  background: #fff;
  color: #005eaa;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin-right: 4%;
}
ul.left-navi-textcontrol li.left-navi-textlang_jpn {
  width: 18%;
  border: 1px solid #005eaa;
  background: #fff;
  color: #005eaa;
  padding: 5px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0
}
ul.left-navi-textcontrol li.left-navi-textlang_eng {
  width: 18%;
  border: 1px solid #005eaa;
  background: #fff;
  color: #005eaa;
  padding: 5px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 3%
}
ul.left-navi-textcontrol li.left-navi-print {
  width: 62%;
  border: 1px solid #005eaa;
  background: #005eaa;
  color: #fff;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 0;
  position: relative
}
ul.left-navi-textcontrol li.left-navi-print::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 20px;
  height: 15px;
  background: url("../images/common/print-logo.png") no-repeat center center;
  background-size: cover;
  pointer-events: none
}
ul.left-navi-textcontrol li.left-navi-print form {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer
}
ul.left-navi-textcontrol li.left-navi-print form input.print-btn {
  cursor: pointer;
  opacity: 0;
  display: block;
  width: 100%;
  font-size: initial;
  height: 100%;
  padding: 0 !important;
  border-width: 0
}
ul.left-navi-textcontrol li.left-navi-textlang_eng.select-text, ul.left-navi-textcontrol li.left-navi-textlang_jpn.select-text, ul.left-navi-textcontrol li.left-navi-textsize_l.select-text, ul.left-navi-textcontrol li.left-navi-textsize_s.select-text {
  background: #005eaa;
  color: #fff
}
.left-navi-search {
  padding: 0 2vw;
  margin-top: 1em
}
.left-navi-search .cse .gsc-control-cse, .left-navi-search .gsc-control-cse {
  padding: 0
}
.left-navi-search .cse .gsc-search-button-v2, .left-navi-search .gsc-search-button-v2 {
  padding: 7px 10px;
  margin-top: -2px
}
.left-navi-search .gsib_a {
  line-height: 1em
}
.left-navi-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}
.left-navi-search .gsc-results-wrapper-overlay {
  left: 10vw;
  width: 80vw
}
.right-content {
  width: 85vw;
  margin: 0 0 0 15vw
}
@media screen and (min-width:768px) and (max-width:1466px) {
  .right-content {
    width: calc(100% - 220px);
    margin: 0 0 0 220px
  }
}
.content-head-kv {
  width: 100%;
  height: 38vh;
  max-height: 380px;
  background: #aaa;
  padding: 4vh 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fade-in .8s ease both
}
.business.content-head-kv {
  background: url(../images/common/kv-business.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.corporate.content-head-kv {
  background: url(../images/common/kv-corporate.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.products.content-head-kv {
  background: url(../images/common/kv-products.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.recruit.content-head-kv {
  background: url(../images/common/kv-recruit.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.content-head-kv h1.content-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 7vw;
  display: flex;
  flex-direction: column-reverse
}
.content-head-kv h1.content-title span {
  font-size: 19px;
  line-height: 2.5em;
  margin-bottom: .2em;
  font-weight: bold;
}
.content-head-kv h1.content-title span:after {
  content: "";
  width: 2.8em;
  height: 2px;
  background: #fff;
  margin: .3em .1em;
  display: block
}
.content-head-kv h1.content-title.content-title__small {
  font-size: calc(1.8rem + 1.5vw);
  letter-spacing: 0
}
ul.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  padding: 0 80px;
  background: rgba(0, 108, 183, .65);
  position: absolute;
  bottom: 0;
  width: 100%;
}
ul.breadcrumbs li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  text-decoration: underline;
  position: relative;
  margin-right: 15px;
}
ul.breadcrumbs li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1.5px #ffffff;
  border-right: solid 1.5px #ffffff;
  transform: rotate(45deg);
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
}
ul.breadcrumbs li a img {
  vertical-align: middle;
  width: 20px
}
ul.breadcrumbs li.active {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em
}
.content-head-pagetitle {
  background: #a0afb9
}
.content-head-pagetitle .breadclumb {
  width: 100%;
  height: 10vh;
  height: 5vh;
  display: flex;
  align-items: center;
  padding: 0 7vw;
  color: #fff;
  border-top: 1px solid #fff;
  background: rgba(255, 255, 255, .1)
}
.content-head-pagetitle .breadclumb li {
  font-size: calc(1rem + .2vw);
  color: #fafafa
}
.content-head-pagetitle .breadclumb li a {
  display: inline-block;
  text-decoration: underline;
  color: #fff
}
.content-head-pagetitle .breadclumb li :after {
  content: ">";
  display: inline-block;
  padding: 0 .5em;
  color: #fff
}
.content-inner {
  width: 100%;
  height: 100%
}
.content-inner.blue-bg {
  background: #ECF4FB;
}
.content-inner .content-section-wrap {
  width: 100%;
  padding: 7vw 7vw 5vw
}
.content-inner .content-section-wrap.tight_area {
  padding: 1.2vw 5vw 3.5vw
}
.content-inner .content-section-wrap .content-section {
  margin: 0 auto 10vh
}
.content-inner .content-section-wrap .content-section.min-margin {
  margin: 0 auto 3vh
}
.content-inner .content-section-wrap .content-section.is-show {
  animation: section_fade_in .3s ease-in-out;
  animation-fill-mode: both
}
p.footer-copyright {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 0 10px;
  font-size: 12px;
}
.content-footer .footer-link__container {
  background: #9eb2bd;
  padding: 50px 5% 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.content-footer .footer-link__container .footer-link__container_inner {
  width: 30%
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category {
  margin-bottom: 20px;
  min-height: 20em
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 18px;
  position: relative
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  left: 0;
  bottom: 5px;
  margin: auto
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title a {
  color: #fff
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title a.no-link {
  pointer-events: none
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.4
}
.content-footer .footer-link__container .footer-link__container_inner ul.link-category li a {
  color: #fff
}
.content-footer .footer-information {
  background: #9EB2BD;
  padding-bottom: 30px;
  padding-top: 65px;
  text-align: center;
  color: #fff
}
.footer-contact {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.content-footer .footer-information .corporate-logo {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 15px
}
.content-footer .footer-information .corporate-logo img {
  width: 100%
}
.content-footer .footer-information .corporate-info {
  font-size: 1.4rem
}
.content-footer .footer-menu__container, .content-footer .footer-menu__conteiner {
  display: flex;
  background: #005eae;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  font-size: 12px;
}
.content-footer .footer-menu__container a, .content-footer .footer-menu__conteiner a {
  color: #fff;
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center
}
.content-footer .footer-menu__container a:first-child, .content-footer .footer-menu__conteiner a:first-child {
  border-left: 1px solid;
  padding-left: 20px;
}
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 12px;
  color: #005eaa;
  letter-spacing: normal;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}
.page-top::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #005eaa;
  border-right: 2px solid #005eaa;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: calc(50% - 4px)
}
@keyframes hide {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    visibility: hidden
  }
}
@keyframes right-in {
  0% {
    display: none;
    opacity: 1;
    right: -250px
  }
  80% {
    display: none;
    opacity: 1;
    right: -250px
  }
  100% {
    display: block;
    opacity: 1;
    right: 0
  }
}
@keyframes left-in {
  50% {
    display: none;
    opacity: 0;
    left: -170px
  }
  100% {
    display: block;
    opacity: 1;
    left: 0
  }
}
@keyframes bottom-in {
  0% {
    opacity: 0;
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
@keyframes fade-in-fast {
  0% {
    display: none;
    opacity: 0
  }
  80% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
@keyframes section_fade_in {
  0% {
    opacity: 0;
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@media print {
  .content-wrap {
    min-width: 100%
  }
  .left-navi {
    display: none
  }
  .right-content {
    margin: 0;
    width: 100%
  }
  .footer-link__container, .footer-menu__container, .page-top {
    display: none !important
  }
  .footer-information {
    padding: 30px 0
  }
}
@media screen and (orientation:portrait) and (max-width:1023px) {
  body.fixed {
  position: fixed;
  width: 100%;
	  z-index: 0;
	  overflow: hidden;
}
  .content-wrap {
    min-width: 100%
  }
  .left-navi {
    width: 100%;
    min-width: 100%;
    height: 70px;
    padding: 0;
    flex-direction: row;
    background: #005eaa
  }
  .left-navi h1 {
    width: calc(70% - 70px);
    min-width: auto;
    height: 70px;
    margin-left: 20px
  }
  .left-navi .left-navi_res-menu {
    height: calc(100vh - 70px);
    overflow: scroll;
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    background: 0 0
  }
  .left-navi .left-navi-footer {
    padding: 30px;
    background: #e4e4e4
  }
  .left-navi .left-navi-footer .contact {
    font-weight: 700;
    margin: 10px 0 0;
    width: 100%
  }
  .left-navi .left-navi-footer .contact a {
    color: #fff;
    background: #005eaa;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container {
    display: flex;
    margin: 10px 0 0;
    padding: 0 2vw;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container .sns-icon {
    width: 10%;
    margin-right: 3%;
    background: 0 0;
    border-radius: 2px
  }
  .left-navi .left-navi-footer .sns-container .sns-icon img {
    width: 100%
  }
  .left-navi-menu {
    padding: 10px 0
  }
  .left-navi-menu > li > a {
    pointer-events: auto;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    font-size: 1.4rem
  }
  .left-navi-menu > li.left-menu05 > a {
    pointer-events: inherit
  }
  .left-navi-menu > li > .left-inner-block {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    display: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    background: 0 0
  }
  .left-navi-menu > li > .left-inner-block .left-inner-navi {
    height: auto
  }
  .left-navi-menu > li > .left-inner-block::before {
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block {
    animation: none;
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block li {
    animation: none
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu {
    width: 100%;
    display: flex
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    overflow: scroll;
    padding: 2vw 2vw 0
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li {
    width: 100%
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li > a {
    font-size: calc(1.1rem + .2vw)
  }
  .left-navi-menu > li.is-current > a {
    background: #005eaa;
    color: #fff
  }
  .left-navi-search {
    margin-top: 10px
  }
  .left-navi-search .cse .gsc-control-cse, .left-navi-search .gsc-control-cse {
    padding: 0;
    background: #e4e4e4;
    border: 1px solid #e4e4e4
  }
  .l-menu-trigger__box {
    background: #000;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0
  }
  .l-menu-trigger {
    position: relative;
    width: 40px;
    height: 26px;
    margin-top: 22px;
    margin-left: 15px;
    cursor: pointer
  }
  .l-menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff
  }
  .l-menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards
  }
  .l-menu-trigger span:nth-of-type(2) {
    top: 11px;
    transition: all .25s .25s;
    opacity: 1
  }
  .l-menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(2) {
    opacity: 0
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards
  }
  .l-menu-trigger, .l-menu-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(11px) rotate(45deg)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-11px) rotate(-45deg)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(11px) rotate(45deg)
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(-11px) rotate(-45deg)
    }
  }
  .right-content {
    width: 100vw;
    margin: 0
  }
  .content-head-kv {
    max-height: 100%;
    min-height: 280px;
    padding: 90px 0 0
  }
  .content-head-kv h1.content-title {
    margin: 0 20px
  }
  ul.breadcrumbs {
    padding: 0 20px
  }
  .content-inner .content-section-wrap {
    padding: 30px
  }
  .content-footer .footer-link__container .footer-link__container_inner {
    width: 100%
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category {
    width: 100%;
    min-height: inherit
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title {
    pointer-events: none;
    cursor: pointer
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li:last-child {
    display: none
  }
  .content-footer .footer-information .corporate-logo {
    width: 80%
  }
  .content-footer .footer-information .corporate-info {
    padding: 0 10px
  }
  .content-footer .footer-information .corporate-info a {
    color: #fff
  }
  .content-footer .footer-menu__container, .content-footer .footer-menu__conteiner {
    flex-wrap: wrap
  }
  .content-footer .footer-menu__container a, .content-footer .footer-menu__conteiner a {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px
  }
  .content-footer .footer-menu__container a:nth-child(2), .content-footer .footer-menu__conteiner a:nth-child(2) {
    border-right: none
  }
  .page-top {
    bottom: 10px;
    right: 10px
  }
}
@media screen and (orientation:landscape) and (max-width:1000px) {
  body.fixed {
  position: fixed;
  width: 100%;
	  z-index: 0;
	  overflow: hidden;
}

  .content-wrap {
    min-width: 100%
  }
  .left-navi {
    width: 100%;
    min-width: 100%;
    height: 70px;
    padding: 0;
    flex-direction: row;
    background: #005eaa
  }
  .left-navi h1 {
    width: calc(70% - 70px);
    min-width: auto;
    height: 70px;
    margin-left: 20px !important;
  }
  .left-navi h1 a.left-navi-main-logo {
    background: url("../images/common/corporate-logo.svg") no-repeat left center;
    background-size: auto;
  }
  .left-navi .left-navi_res-menu {
    height: calc(100vh - 70px);
    overflow: scroll;
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    background: 0 0
  }
  .left-navi .left-navi-footer {
    padding: 30px;
    background: #e4e4e4
  }
  .left-navi .left-navi-footer .contact {
    font-weight: 700;
    margin: 10px 0 0;
    width: 100%
  }
  .left-navi .left-navi-footer .contact a {
    color: #fff;
    background: #005eaa;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container {
    display: flex;
    margin: 10px 0 0;
    padding: 0 2vw;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container .sns-icon {
    width: 10%;
    margin-right: 3%;
    background: 0 0;
    border-radius: 2px
  }
  .left-navi .left-navi-footer .sns-container .sns-icon img {
    width: 100%
  }
  .left-navi-menu {
    padding: 10px 0
  }
  .left-navi-menu > li > a {
    pointer-events: auto;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    font-size: 1.4rem
  }
  .left-navi-menu > li.left-menu05 > a {
    pointer-events: inherit
  }
  .left-navi-menu > li > .left-inner-block {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    display: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    background: 0 0
  }
  .left-navi-menu > li > .left-inner-block .left-inner-navi {
    height: auto
  }
  .left-navi-menu > li > .left-inner-block::before {
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block {
    animation: none;
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block li {
    animation: none
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu {
    width: 100%;
    display: flex
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    overflow: scroll;
    padding: 2vw 2vw 0
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li {
    width: 100%
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li > a {
    font-size: calc(1.1rem + .2vw)
  }
  .left-navi-menu > li.is-current > a {
    background: #005eaa;
    color: #fff
  }
  .left-navi-search {
    margin-top: 10px
  }
  .left-navi-search .cse .gsc-control-cse, .left-navi-search .gsc-control-cse {
    padding: 0;
    background: #e4e4e4;
    border: 1px solid #e4e4e4
  }
  .l-menu-trigger__box {
    background: #000;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0
  }
  .l-menu-trigger {
    position: relative;
    width: 40px;
    height: 26px;
    margin-top: 22px;
    margin-left: 15px;
    cursor: pointer
  }
  .l-menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff
  }
  .l-menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards
  }
  .l-menu-trigger span:nth-of-type(2) {
    top: 11px;
    transition: all .25s .25s;
    opacity: 1
  }
  .l-menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(2) {
    opacity: 0
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards
  }
  .l-menu-trigger, .l-menu-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(11px) rotate(45deg)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-11px) rotate(-45deg)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(11px) rotate(45deg)
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(-11px) rotate(-45deg)
    }
  }
  .right-content {
    width: 100vw;
    margin: 0
  }
  .content-head-kv {
    max-height: 100%;
    min-height: 280px;
    padding: 90px 0 0
  }
  .content-head-kv h1.content-title {
    margin: 0 20px
  }
  ul.breadcrumbs {
    padding: 0 20px
  }
  .content-inner .content-section-wrap {
    padding: 30px
  }
  .content-footer .footer-link__container .footer-link__container_inner {
    width: 100%
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category {
    width: 100%;
    min-height: inherit
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title {
    pointer-events: none;
    cursor: pointer
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li:last-child {
    display: none
  }
  .content-footer .footer-information .corporate-logo {
    width: 80%
  }
  .content-footer .footer-information .corporate-info {
    padding: 0 10px
  }
  .content-footer .footer-information .corporate-info a {
    color: #fff
  }
  .content-footer .footer-menu__container, .content-footer .footer-menu__conteiner {
    flex-wrap: wrap
  }
  .content-footer .footer-menu__container a, .content-footer .footer-menu__conteiner a {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px
  }
  .content-footer .footer-menu__container a:nth-child(2), .content-footer .footer-menu__conteiner a:nth-child(2) {
    border-right: none
  }
  .page-top {
    bottom: 10px;
    right: 10px
  }
}
@media screen and (max-width:768px) {
  body.fixed {
  position: fixed;
  width: 100%;
	  z-index: 0;
	  overflow: hidden;
}

  .content-wrap {
    min-width: 100%
  }
  .left-navi {
    width: 100%;
    min-width: 100%;
    height: 70px;
    padding: 0;
    flex-direction: row;
    background: #005eaa
  }
  .left-navi h1 {
    width: calc(70% - 70px);
    min-width: auto;
    height: 70px;
    margin-left: 0;
  }
  .left-navi .left-navi_res-menu {
  position: fixed;
  top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 1000;
}

  .left-navi .left-navi-footer {
    padding: 30px;
    background: #e4e4e4;
	  margin-top: 0;
  }
  .left-navi .left-navi-footer .contact {
    font-weight: 700;
    margin: 10px 0 0;
    width: 100%
  }
  .left-navi .left-navi-footer .contact a {
    color: #fff;
    background: #005eaa;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container {
    display: flex;
    margin: 10px 0 0;
    padding: 0 2vw;
    width: 100%
  }
  .left-navi .left-navi-footer .sns-container .sns-icon {
    width: 10%;
    margin-right: 3%;
    background: 0 0;
    border-radius: 2px
  }
  .left-navi .left-navi-footer .sns-container .sns-icon img {
    width: 100%
  }
  .left-navi-menu {
    padding: 10px 0
  }
  .left-navi-menu > li > a {
    pointer-events: auto;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    font-size: 1.4rem
  }
  .left-navi-menu > li.left-menu05 > a {
    pointer-events: inherit
  }
  .left-navi-menu > li > .left-inner-block {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    display: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    background: 0 0
  }
  .left-navi-menu > li > .left-inner-block .left-inner-navi {
    height: auto
  }
  .left-navi-menu > li > .left-inner-block::before {
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block {
    animation: none;
    display: none
  }
  .left-navi-menu > li:hover > .left-inner-block li {
    animation: none
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu {
    width: 100%;
    display: flex
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    overflow: scroll;
    padding: 2vw 2vw 0
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li {
    width: 100%
  }
  .left-navi-menu > li:hover > .left-inner-block.double-menu .left-inner-navi > li > a {
    font-size: calc(1.1rem + .2vw)
  }
  .left-navi-menu > li.is-current > a {
    background: #005eaa;
    color: #fff
  }
  .left-navi-search {
    margin-top: 10px
  }
  .left-navi-search .cse .gsc-control-cse, .left-navi-search .gsc-control-cse {
    padding: 0;
    background: #e4e4e4;
    border: 1px solid #e4e4e4
  }
  .l-menu-trigger__box {
    background: #000;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0
  }
  .l-menu-trigger {
    position: relative;
    width: 40px;
    height: 26px;
    margin-top: 22px;
    margin-left: 15px;
    cursor: pointer
  }
  .l-menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff
  }
  .l-menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards
  }
  .l-menu-trigger span:nth-of-type(2) {
    top: 11px;
    transition: all .25s .25s;
    opacity: 1
  }
  .l-menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(2) {
    opacity: 0
  }
  .l-menu-trigger__box.is-show .l-menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards
  }
  .l-menu-trigger, .l-menu-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(11px) rotate(45deg)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-11px) rotate(-45deg)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(11px) rotate(0)
    }
    100% {
      transform: translateY(11px) rotate(45deg)
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(-11px) rotate(0)
    }
    100% {
      transform: translateY(-11px) rotate(-45deg)
    }
  }
  .right-content {
    width: 100vw;
    margin: 0
  }
  .content-head-kv {
    max-height: 100%;
    min-height: 280px;
    padding: 90px 0 0
  }
  .content-head-kv h1.content-title {
    margin: 0 20px
  }
  ul.breadcrumbs {
    padding: 0 20px
  }
  .content-inner .content-section-wrap {
    padding: 30px
  }
  .content-footer .footer-link__container .footer-link__container_inner {
    width: 100%
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category {
    width: 100%;
    min-height: inherit
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li.link-category-title {
    pointer-events: none;
    cursor: pointer
  }
  .content-footer .footer-link__container .footer-link__container_inner ul.link-category li:last-child {
    display: none
  }
  .content-footer .footer-information .corporate-logo {
    width: 80%
  }
  .content-footer .footer-information .corporate-info {
    padding: 0 10px
  }
  .content-footer .footer-information .corporate-info a {
    color: #fff
  }
  .content-footer .footer-menu__container, .content-footer .footer-menu__conteiner {
    flex-wrap: wrap
  }
  .content-footer .footer-menu__container a, .content-footer .footer-menu__conteiner a {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px
  }
  .content-footer .footer-menu__container a:nth-child(2), .content-footer .footer-menu__conteiner a:nth-child(2) {
    border-right: none
  }
  .page-top {
    bottom: 10px;
    right: 10px
  }
  .content-footer .footer-information {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .content-footer .footer-menu__container a, .content-footer .footer-menu__conteiner a {
    color: #fff;
    border-right: 1px solid;
    padding-right: 0;
    text-align: center;
  }
  .content-footer .footer-menu__container a:first-child, .content-footer .footer-menu__conteiner a:first-child {
    border-left: none;
  }
  .content-footer .footer-menu__container a:last-child, .content-footer .footer-menu__conteiner a:last-child {
    border-right: none;
  }
}
/*お問い合わせ*/
.timeline {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.timeline li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.timeline li.prev, .timeline li.current {
  color: #006CB7;
  font-weight: bold;
}
.timeline li::before {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-bottom: 6px;
  content: '';
  border-radius: 50%;
  background-color: #9EB2BD;
}
.timeline li.prev::before, .timeline li.current::before {
  border-color: #006CB7;
}
.timeline li:not(:last-child)::after {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #9EB2BD;
  content: '';
}
.timeline li.current::before, .timeline li.prev::after {
  background-color: #006CB7;
}
.contact-table {
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 3px rgba(112, 112, 112, 0.16);
}
.contact-table tr {
  border-bottom: 2px solid #fff;
}
.contact-table tr:last-child {
  border-bottom: none;
}
.contact-table td {
  padding: 10px 15px;
}
.contact-table td span {
  font-size: 14px;
  line-height: 1.2;
}
.contact-table > tbody > tr > .left {
  width: 255px;
  background-color: #006CB7;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.contact-table > tbody > tr > .right {
  color: #000;
  font-weight: normal;
}
.contact-table > tbody > tr > .right.even {
  background-color: #fff;
}
.contact-table > tbody > tr > .right.odd {
  background-color: #EBEDF0;
}
.contact-text-input {
  width: 400px;
  padding: 10px;
  border: 1px solid #707070;
  box-shadow: inset 0 3px 6px rgba(112, 112, 112, 0.16);
  border-radius: 5px;
  font-size: 16px;
  color: #000;
}
.contact-text-input.detail {
  width: 400px;
  height: 300px;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  resize: none;
  overflow-y: auto;
  box-sizing: border-box;
}
.contact-text-input:focus {
  outline: none;
  border-color: #004a80;
  box-shadow: inset 0 3px 6px rgba(112, 112, 112, 0.16);
}
.contact-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.contact-dropdown {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #707070;
  box-shadow: inset 0 3px 6px rgba(112, 112, 112, 0.16);
  border-radius: 5px;
  font-size: 16px;
  appearance: none;
  background-color: #fff;
  color: #000;
}
.arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 0px 6px rgba(112, 112, 112, 0.3);
  border-radius: 3px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #02427D;
}
.arrow::before {
  transform: rotate(45deg);
  top: 15px;
  left: 7px;
}
.arrow::after {
  transform: rotate(-45deg);
  top: 15px;
  right: 7px;
}
.contact-radio-group {
  display: block;
  flex-direction: row;
  gap: 10px;
  font-size: 16px;
}
.contact-radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px
}
.contact-radio-group input[type="radio"] {
  accent-color: #006CB7;
}
.contact-table td span.required {
  background-color: #ff0000;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.contact-table td span.non-required {
  color: #fff;
  margin-left: 4.5rem;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.contact-announce {
  background-color: #EBEDF0;
  padding: 40px;
  border-radius: 10px;
}
.contact-announce .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-announce-checkbox-group {
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
}
.contact-announce-checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact-announce-checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  box-shadow: inset 0 3px 6px rgba(112, 112, 112, 0.16);
  accent-color: #006CB7;
}
@media (max-width: 768px) {
  .contact-table > tbody > tr > .left {
    width: 100%;
  }
  .contact-radio-group {
    display: block;
  }
  .contact-text-input {
    width: 100%;
  }
  .contact-text-input.detail {
    width: 100%;
  }
  .contact-announce {
    padding: 25px;
  }
  .contact-table td span.non-required {
    display: none;
  }
}
/* 採用 */
.messege-recruit {
  display: flex;
  gap: 20px;
	width: 770px;
	margin: auto;
}
	.messege-recruit-name {
		width: 770px;
		margin: auto;
	}

@media (min-width: 426px) and (max-width: 1024px) {
.messege-recruit {
	width: auto;
}
	.messege-recruit-name {
	width: auto;
	}
}
.recruit-bg01 {
  background-image: url("../images/recruit/Top Message.png");
  background-repeat: no-repeat;
  background-position-x: 105px;
}
.recruit-bg02 {
  background-image: url("../images/recruit/Message from employee.png");
  background-repeat: no-repeat;
  background-position-x: 70px;
  background-position-y: 30px;
}
.recruit-bg03 {
  background-image: url("../images/recruit/Company data.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.messege-recruit-textarea {
  width: 70%;
}
.messege-recruit-img {
  width: 30%;
}
.messege-recruit-img img {
  width: 70%;
}
ul.recruit {
  column-count: 2;
  column-gap: 50px;
  width: 627px;
  color: #fff;
  margin: 0 auto;
}
ul.recruit li {
  border-top: 1px dashed #fff;
  padding: 10px 0;
}
ul.recruit li:last-child {
  border-bottom: 1px dashed #fff;
}
ul.recruit li:nth-child(4) {
  border-bottom: 1px dashed #fff;
}
.messege-staff-container-01, .messege-staff-container-02, .messege-staff-container-03, .messege-staff-container-04 {
  background-color: rgb(255 255 255 / .13);
  padding: 40px 0 80px;
  border-radius: 50px;
  position: relative;
}
.messege-staff-container-01::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message01.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
  left: 20px;
  z-index: 9999;
}
.messege-staff-container-02::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message02.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
    right: -25px;
  z-index: 9999;
}
.messege-staff-container-02::after {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message03.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 193px;
  width: 193px;
  bottom: -110px;
  left: 20px;
  z-index: 9999;
}
.messege-staff-container-03::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message04.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
  right: 20px;
  z-index: 9999;
}
.messege-staff-img {
  display: inline;
}
.company-data-recruit-container {
  display: flex;
  gap: 15px;
}
.company-data-recruit-item {
  background: #fff;
  border-radius: 30px;
  width: 25%;
  padding: 10px;
}
.company-data-recruit-item .small {
  font-size: 30px;
}
.company-data-recruit-item .medium {
  font-size: 40px;
}
.company-data-recruit-item img {
  display: flex;
  margin: 30px auto;
}
.company-data-recruit-item p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.company-data-recruit-item p span {
  font-size: 50px;
  color: #006CB7;
  font-weight: bold;
}
.company-data-recruit-item .note {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
.messege-recruit {
	width: 100%;
}
	.messege-recruit-name {
		width: 100%;
	}
.messege-recruit-img img {
  width: 85%;
}
  .messege-recruit {
    display: block;
  }
  .messege-recruit-textarea {
    width: 100%;
  }
  .messege-recruit-img {
    width: 50%;
    margin: 15px auto;
  }
  ul.recruit {
    column-count: 1;
    width: 100%;
    color: #fff;
    margin: 0 auto;
  }
  ul.recruit li:nth-child(4) {
    border-bottom: none;
  }
  .messege-staff-container-01, .messege-staff-container-02, .messege-staff-container-03, .messege-staff-container-04 {
    padding: 30px;
    position: relative;
  }
  .messege-staff-container-01::before {
    background-size: cover;
    height: 120px;
    width: 120px;
    top: -60px;
    left: -25px;
    z-index: 9999;
  }
  .messege-staff-container-02::before {
    background-size: cover;
    height: 120px;
    width: 120px;
    top: -45px;
    right: -15px;
    z-index: 9999;
  }
  .messege-staff-container-02::after {
    background-size: cover;
    height: 120px;
    width: 120px;
    bottom: -55px;
    left: -20px;
    z-index: 9999;
  }
  .messege-staff-container-03::before {
    background-size: cover;
    height: 120px;
    width: 120px;
    top: -90px;
    right: -25px;
    z-index: 9999;
  }
  .company-data-recruit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .company-data-recruit-item {
    width: calc(50% - 7.5px);
  }
  .company-data-recruit-item .note {
    font-size: 11px;
  }
  .company-data-recruit-item p {
    font-size: 16px;
  }
  .company-data-recruit-item p span {
    font-size: 40px;
  }
}

@media (min-width: 426px) and (max-width: 1024px) {
.messege-staff-container-01::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message01.png");
  background-repeat: no-repeat;
	background-size: 70%;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
  left: 20px;
  z-index: 9999;
}
.messege-staff-container-02::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message02.png");
  background-repeat: no-repeat;
	background-size: 70%;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
    right: -25px;
  z-index: 9999;
}
.messege-staff-container-02::after {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message03.png");
  background-repeat: no-repeat;
	background-size: 70%;
  position: absolute;
  height: 193px;
  width: 193px;
  bottom: -140px;
  left: 0;
  z-index: 9999;
}
.messege-staff-container-03::before {
  content: '';
  display: inline-block;
  background-image: url("../images/recruit/message04.png");
  background-repeat: no-repeat;
	background-size: 70%;
  position: absolute;
  height: 193px;
  width: 193px;
  top: -80px;
  right: -50px;
  z-index: 9999;
}
}


@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
p.catchcopy {
  font-size: 22px;
  font-weight: bold;
  color: #006CB7;
	margin: 60px 0;		
}
.top-avant {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  background: #11508c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: avant_bg .3s both;
  animation-timing-function: cubic-bezier(1, .6, .1);
  animation-delay: 1.3s;
  padding-bottom: 1%;
  overflow: hidden;
}
.top-avant > img {
  display: block;
  width: 60%;
  animation: avant_logo 1.2s ease-out both;
  animation-timing-function: cubic-bezier(.2, .5, .1);
  animation-delay: .4s;
  z-index: 110;
  position: relative
}
.top-avant:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #125392;
  animation: avant_bg_anime .3s ease-out both;
  animation-delay: .1s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 102
}
.top-avant:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #005eaa;
  animation: avant_bg_anime .3s ease-out both;
  animation-delay: .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 104
}
@keyframes avant_bg {
  0% {
    width: 100vw;
    height: 100vh;
    transform: translateY(0)
  }
  99% {
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    opacity: 1
  }
  100% {
    width: 0;
    height: 100vh;
    transform: translateX(100%);
    opacity: 0
  }
}
@keyframes avant_bg_anime {
  0% {
    width: 0;
    height: 100vh
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1
  }
}
@keyframes avant_logo {
  0% {
    transform: translateX(-100%);
    opacity: 0
  }
  20% {
    transform: translateX(-5%);
    opacity: .8
  }
  90% {
    transform: translateX(-3%);
    opacity: 1
  }
  100% {
    transform: translateX(-3%);
    opacity: 0
  }
}
.top-page .left-navi {
  animation: leftnavi_slide_in .4s ease-out both;
  animation-delay: 1.8s
}
.top-page .left-navi a.left-navi-main-logo {
  animation: leftnavi_fade .3s ease-out both;
  animation-delay: 2.3s
}
.top-page .left-navi-menu > li > a {
  animation: leftnavi_fade_slide .3s ease-out both;
  animation-delay: 2.3s
}
@keyframes leftnavi_slide_in {
  0% {
    opacity: 0;
    transform: translateX(-70%)
  }
  30% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes leftnavi_fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes leftnavi_fade_down {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  30% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes leftnavi_fade_slide {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }
  30% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes topvideoload {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.top-kv-carousel {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  background-color: #ECF4FB;
	position: relative;
}
.logo {
position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: auto;
    z-index: 999;
}
.top-kv-carousel > * {
  flex: 0 0 100%;
}
.top-kv-group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  animation: scrolling 50s linear infinite;
}
.top-kv-carousel-card {
  position: relative;
  min-width: 451px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  min-height: 678px;
}
.top-kv-carousel-card:nth-child(1) {
  background-image: url("../images/top/top-kv-img01.png");
}
.top-kv-carousel-card:nth-child(2) {
  background-image: url("../images/top/top-kv-img02.png");
}
.top-kv-carousel-card:nth-child(3) {
  background-image: url("../images/top/top-kv-img03.png");
}
.top-kv-carousel-card:nth-child(4) {
  background-image: url("../images/top/top-kv-img04.png");
}
.top-kv-carousel-card:nth-child(5) {
  background-image: url("../images/top/top-kv-img05.png");
}
.top-kv-carousel-card:nth-child(6) {
  background-image: url("../images/top/top-kv-img06.png");
}
.top-kv-carousel-card:nth-child(7) {
  background-image: url("../images/top/top-kv-img07.png");
}
.top-kv-textarea {
  margin-top: 204px;
  margin-left: 30px;
  max-width: 588px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.90);
  border-radius: 10px;
  padding: 30px 40px;
}
.top-kv-textarea p.top-kv-text-main {
  font-size: 24px;
  color: #006CB7;
  font-weight: bold;
  line-height: 1.3;
}
.top-kv-textarea p.top-kv-text-sub {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}
.top-content-section {
  width: 100%;
  min-height: 10vw;
  padding: 4vw 7vw;
  opacity: 0
}
.top-content-section p a {
  text-decoration: underline;
}
.top-content-section-inner {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}
.top-content-section h2.top-section-title {
  font-size: 27px;
  text-align: center;
  color: #005eaa;
  font-weight: bold;
  margin-bottom: 40px;
}
.top-content-section h2.top-section-title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #444
}
.top-content-section h2.top-section-title span:before {
  content: "";
  width: 3em;
  height: 3px;
  background: #005eaa;
  display: block;
  margin: .7em auto .5em
}
.top-content-section.is-show {
  animation: section_fade_in .7s ease-in both
}
.top-content-section.blue-bg {
  background: #ecf4fb
}
.top-content-section.img01-bg {
  background-image: url("../images/top/top_bk_01.png");
  background-position: center;
  background-size: cover;
}
.top-content-section.img02-bg {
  background-image: url("../images/top/top_bk_02.png");
  background-position: center;
  background-size: cover;
}
.top-content-section.img03-bg {
  background-image: url("../images/top/top_bk_03.png");
  background-position: top;
  background-size: cover;
}
.top-content-section.blue-bg ul.top-news-list {
  border-top: 1px solid #005eaa;
  padding-top: 4vh;
  margin-top: 5vh
}
.top-content-section.blue-bg ul.top-news-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding: .5em 0 .5em 5%;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.6em;
  height: 4em
}
.top-content-section.blue-bg ul.top-news-list li a {
	display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.6em;
  height: 2.5em;
	width: 100%;
}
.top-content-section.blue-bg ul.top-news-list li span.new {
  display: inline-block;
  padding: 4px 5px;
  background: #005eaa;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1em
}
.top-content-section.blue-bg ul.top-news-list li span.date {
  width: 10%;
  min-width: 6em;
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.4rem
}
.top-content-section.blue-bg ul.top-news-list li span.cat {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.1rem;
  background: #d4d8d8;
  margin: 0 2%;
  width: 16em;
  text-align: center;
  line-height: 2em;
  border-color: #fff
}
.top-content-section.blue-bg ul.top-news-list li p {
  width: 68%;
  line-height: 1.6em
}
.top-content-section.blue-bg ul.top-news-list li a:hover {
  background: rgba(0, 0, 0, .08);
  opacity: 1;
  transition: all .3s ease
}

.top-content-section a {
  position: relative;
}
a.top-button-blue, button.top-button-blue-arrow {
  display: block;
  margin: 20px auto;
  background: #006CB7;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
	border: none;
}
a.top-button-blue {
  font-size: 17px;
}
.hidden {
  display: none!important;
}

a.contact-button, a.contact-button-recruit {
  margin: 20px auto;
  background: #006CB7;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
	position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-decoration: none;
}
a.contact-button img, a.contact-button-recruit img {
	display: inline-block;
}
button.top-button-blue-arrow::after {
  transform: rotate(135deg);
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: 50px;
    margin-top: 2px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  content: '';
}
a.top-button-white {
  display: block;
  margin: 20px auto;
  background: #fff;
  color: #006CB7;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
a.top-button-white.recruit {
	height: 128px;
	display: flex;
    align-items: center;
    justify-content: center;
}
a.top-button-white.recruit.off {
	display: block;
	pointer-events: none;
  background: #D5D5D5;
	color: #000;
}
a.top-button-white.recruit span {
	line-height: 1.4!important;
	display: block;
}
.contact-btn a {
  display: block;
  width: 19.5%;
  margin: 23px auto 30px;
  background: #006CB7;
  color: #fff;
  padding: .3em 1em;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center
}
.top-content-section.gray-bg {
  background: #ebedf0
}
.top-content-section.gray-bg ul.top-eventnews-list {
  display: flex;
  width: 100%;
  border: 1px solid #005eaa
}
.top-content-section.gray-bg ul.top-eventnews-list li {
  width: 25%
}
.top-content-section.gray-bg ul.top-eventnews-list li a {
  width: 100%;
  height: 16vw;
  background: #fff;
  display: block;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-top: 3.2vw
}
.top-content-section.gray-bg ul.top-eventnews-list li a span.new {
  display: block;
  width: 40%;
  text-align: center;
  padding: 4px 5px;
  background: #005eaa;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1em
}
.top-content-section.gray-bg ul.top-eventnews-list li a.none-link {
  pointer-events: none
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date {
  width: 100%;
  text-align: center;
  font-size: 1.3rem
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date span.year {
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  font-weight: 600
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date span.day {
  display: inline-block;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 600
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date span.day2 {
  display: inline-block;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date span.day2:before {
  content: "(";
  display: inline-block
}
.top-content-section.gray-bg ul.top-eventnews-list li a .top-eventnews-date span.day2:after {
  content: ")";
  display: inline-block
}
.top-content-section.gray-bg ul.top-eventnews-list li a span.cat {
  display: block;
  padding: 0 .5em;
  font-size: 1.1rem;
  letter-spacing: 0;
  background: #d4d8d8;
  margin: 1vw auto;
  width: 15em;
  text-align: center;
  line-height: 2em;
  border-color: #fff
}
.top-content-section.gray-bg ul.top-eventnews-list li a p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0 8%
}
.top-content-section.gray-bg ul.top-eventnews-list li.end-event > a {
  pointer-events: none;
  background: rgba(0, 0, 0, .2);
  color: #888
}
.top-content-section.gray-bg ul.top-eventnews-list li.end-event > a span.cat {
  opacity: .4
}
.top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title {
  background: #005eaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title h2.top-section-title {
  color: #fff
}
.top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title h2.top-section-title span {
  color: #fff
}
.top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title h2.top-section-title span:before {
  background: #fff
}
.top-content-section.black-bg {
  background: #000
}
.top-content-section.black-bg h2.top-section-title {
  color: #fff
}
.top-content-section.black-bg h2.top-section-title span {
  color: #fff
}
.top-content-section.black-bg h2.top-section-title span:before {
  background: #fff
}
ul.top-products-link, ul.top-corporate-link, ul.top-business-link, ul.top-recruit-link {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
ul.top-products-link li a {
display: block;
	width: 100%;
	height: 100%;
	
}
ul.top-products-link li {
	background-repeat: no-repeat;
	background-size: contain;	
}
ul.top-products-link li:nth-child(1), ul.top-products-link li:nth-child(2), ul.top-products-link li:nth-child(3), 
ul.top-products-link li:nth-child(4), ul.top-products-link li:nth-child(5), ul.top-products-link li:nth-child(6), 
ul.top-products-link li:nth-child(7), ul.top-products-link li:nth-child(8), ul.top-products-link li:nth-child(9) {
  position: relative;
  background-position: center;
  cursor: pointer;
	background-size: contain;
    height: 176px;
}
ul.top-products-link li a:hover {
  opacity: 1;
}
ul.top-products-link li:nth-child(1) {
  background-image: url("../images/top/top-products-img01.png");
}
ul.top-products-link li:nth-child(2) {
  background-image: url("../images/top/top-products-img02.png");
}
ul.top-products-link li:nth-child(3) {
  background-image: url("../images/top/top-products-img03.png");
}
ul.top-products-link li:nth-child(4) {
  background-image: url("../images/top/top-products-img04.png");
}
ul.top-products-link li:nth-child(5) {
  background-image: url("../images/top/top-products-img05.png");
}
ul.top-products-link li:nth-child(6) {
  background-image: url("../images/top/top-products-img06.png");
}
ul.top-products-link li:nth-child(7) {
  background-image: url("../images/top/top-products-img07.png");
}
ul.top-products-link li:nth-child(8) {
  background-image: url("../images/top/top-products-img08.png");
}
ul.top-products-link li:nth-child(9) {
  background-image: url("../images/top/top-products-img09.png");
}

ul.top-products-link {
  list-style: none;
  padding: 0;
  display: flex;
  overflow: hidden;
}
.products-name {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #fff;
  padding: 10px;
  transition: opacity 0.3s ease;
	font-size: 20px;
	font-weight: bold;
}
.overlay {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: left;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  line-height: 1.6;
}
ul.top-products-link li:hover .products-name {
  opacity: 0;
}

ul.top-products-link li:hover .overlay {
  opacity: 1;
}

ul.top-products-link li {
  width: calc(33% - 15px);
}
ul.top-business-link li, ul.top-corporate-link li, ul.top-recruit-link li {
  width: calc(50% - 15px);
}
ul.top-products-link li {
  width: 100%;
  height: 155px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
ul.top-corporate-link li, ul.top-business-link li, ul.top-recruit-link li {
  width: 100%;
  height: 210px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
ul.top-corporate-link li p, ul.top-business-link li p, ul.top-recruit-link li p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
	text-align: center;
  line-height: 1.3;
}
ul.top-products-link li p span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
ul.top-corporate-link li p span, ul.top-business-link li p span, ul.top-recruit-link li p span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
ul.top-products-link li img {
  width: 100%;
  height: 100px;
}
ul.top-corporate-link li, ul.top-business-link li, ul.top-recruit-link li {
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}
ul.top-business-link li, ul.top-corporate-link li, ul.top-recruit-link li {

  min-height: 294px;
}
ul.top-corporate-link li a, ul.top-business-link li a, ul.top-recruit-link li a {
  color: #FFFFFF;
  text-shadow: #000 1px 0 10px;
  display: block;
}
ul.top-corporate-link li:nth-of-type(1) a, ul.top-corporate-link li:nth-of-type(2) a, ul.top-corporate-link li:nth-of-type(3) a, ul.top-business-link li:nth-of-type(1) a, ul.top-business-link li:nth-of-type(2) a, ul.top-recruit-link li:nth-of-type(1) a, ul.top-recruit-link li:nth-of-type(2) a, ul.top-recruit-link li:nth-of-type(3) a {
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
ul.top-corporate-link li:nth-of-type(1) a {
  background: url(../images/top/top-corporate-img01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-corporate-link li:nth-of-type(2) a {
  background: url(../images/top/top-corporate-img02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-business-link li:nth-of-type(1) a {
  background: url(../images/top/top-business-img01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-business-link li:nth-of-type(2) a {
  background: url(../images/top/top-business-img02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-recruit-link li:nth-of-type(1) a {
  background: url(../images/top/top-recruit-img01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-recruit-link li:nth-of-type(2) a {
  background: url(../images/top/top-recruit-img02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
ul.top-recruit-link li:nth-of-type(3) a {
  background: url(../images/top/top-recruit-img03.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.top-content-section ul.top-business-link li .top-business-link__inner, .top-content-section ul.top-corporate-link li .top-corporate-link__inner {
  display: flex;
  flex-wrap: wrap
}
.top-content-section ul.top-business-link li .top-business-link__inner li, .top-content-section ul.top-corporate-link li .top-corporate-link__inner li {
  width: 50%
}
.top-content-section ul.top-business-link li .top-business-link__inner li a, .top-content-section ul.top-corporate-link li .top-corporate-link__inner li a {
  width: 100%;
  height: 17vw;
  font-size: 1.6rem
}
@media screen and (max-width:768px) {
  ul.top-products-link, ul.top-corporate-link, ul.top-business-link, ul.top-recruit-link {
    display: block;
    justify-content: center;
  }
  ul.top-products-link li, ul.top-corporate-link li, ul.top-business-link li, ul.top-recruit-link li {
    margin-bottom: 15px;
  min-height: auto;
  }
	
.top-kv-textarea {
  margin-top: 204px;
  margin-left: 30px;
  max-width: 588px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.90);
  border-radius: 10px;
  padding: 30px 60px;
}
	
.top-content-section.blue-bg ul.top-news-list li a {
  display: block;
}
.top-kv-textarea {
	padding: 30px;
	margin: 204px 15px auto;
}
}
.top-content-section.footer-navi {
  padding: 0
}
.top-content-section.footer-navi ul.top-bnr-slider {
  width: 100%;
  margin-top: 5vh
}
.top-content-section.footer-navi h2.top-section-title {
  margin-bottom: 30px
}
@keyframes movie_btn {
  0% {
    width: 0;
    height: 0
  }
  85% {
    width: 110px;
    height: 110px
  }
  100% {
    width: 90px;
    height: 90px
  }
}
@keyframes fadeIn {
  0%, 90% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0
  }
  90% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    margin-top: -20px
  }
  50% {
    opacity: .5;
    margin-top: 0
  }
  100% {
    opacity: 1;
    margin-top: 0
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    margin-left: -20px
  }
  50% {
    opacity: .5;
    margin-left: 0
  }
  100% {
    opacity: 1;
    margin-left: 0
  }
}
@-webkit-keyframes scLine {
  0% {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%)
  }
  100% {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }
}
@keyframes scLine {
  0% {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%)
  }
  100% {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }
}
@media screen and (min-width:768px) {
  .content-wrap {
    min-width: auto
  }
  .top-content-section.gray-bg {
    background: #ebedf0
  }
  .top-content-section.gray-bg ul.top-eventnews-list {
    flex-wrap: wrap
  }
  .top-content-section.gray-bg ul.top-eventnews-list li {
    width: 100%
  }
  .top-content-section.gray-bg ul.top-eventnews-list li a {
    height: auto;
    padding: 30px 0 10px;
    border-bottom: 1px solid #000
  }
  .top-content-section.gray-bg ul.top-eventnews-list li a span.new {
    top: 10px
  }
  .top-content-section.gray-bg ul.top-eventnews-list li:last-child a {
    border-bottom: none;
    padding-top: 10px
  }
  .top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title {
    padding: 10px
  }
}
@media screen and (max-width:768px) {
  .top-avant > img {
    width: 90%
  }
  .top-page .left-navi {
    animation: leftnavi_slide_in .4s ease-out both;
    animation-delay: 1.8s
  }
  .top-page .left-navi a.left-navi-main-logo {
    animation: leftnavi_fade .3s ease-out both;
    animation-delay: 2.3s
  }
  .top-page .left-navi-menu > li > a {
    animation: none;
    animation-delay: none
  }
  .top-content-section {
    padding: 50px 30px
  }
  .top-content-section.blue-bg ul.top-news-list {
    margin-top: 20px
  }
  .top-content-section.blue-bg ul.top-news-list li {
    margin-bottom: 20px
  }
  .top-content-section.blue-bg ul.top-news-list li {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  .top-content-section.blue-bg ul.top-news-list li span.new {
    top: auto;
    transform: none
  }
  .top-content-section.blue-bg ul.top-news-list li span.date {
    width: auto;
    margin-left: 0;
    padding: 0;
  }
  .top-content-section.blue-bg ul.top-news-list li span.cat {
    width: auto
  }
  .top-content-section.blue-bg ul.top-news-list li p {
    width: 100%;
	  display: flex;
  }
  .top-content-section.gray-bg ul.top-eventnews-list {
    flex-wrap: wrap
  }
  .top-content-section.gray-bg ul.top-eventnews-list li {
    width: 100%
  }
  .top-content-section.gray-bg ul.top-eventnews-list li a {
    height: auto;
    padding: 30px 0 10px;
    border-bottom: 1px solid #000
  }
  .top-content-section.gray-bg ul.top-eventnews-list li a span.new {
    top: 10px
  }
  .top-content-section.gray-bg ul.top-eventnews-list li:last-child a {
    border-bottom: none;
    padding-top: 10px
  }
  .top-content-section.gray-bg ul.top-eventnews-list li.top-eventnews-title {
    padding: 10px
  }
  .top-content-section.black-bg ul.top-products-link {
    flex-wrap: wrap;
    margin: 20px 0 0
  }
  .top-content-section.black-bg ul.top-products-link li {
    width: 100%;
    margin-bottom: 10px
  }
  .top-content-section.black-bg ul.top-products-link li a {
    height: 14rem;
    padding-top: 0
  }
  .contact-btn a {
    display: block;
    width: 45%;
    margin: 30px auto 0;
    background: #006CB7;
    color: #fff;
    padding: 7px 15px 5px 15px;
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center
  }
}
