@charset "utf-8";
/* CSS Document */
/*****************************************************************************
hero
 *****************************************************************************/

.homeHero {
  padding: 100vh 0 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  z-index: 2;
}
.homeHero .imgs a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
  opacity: 0;
  transition: all 1.2s;
  background: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 102;
}
.homeHero .imgs a.active {
  z-index: 2;
  opacity: 1;
  transform: scale(1.02, 1.02);
  transition: transform 6s ease-out, opacity 2s;
}
.homeHero .imgs a.img0 {
  background-image: url(../../common/images/home/main00.jpg);
  background-position: 0 100%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img0_new {
  background-image: url(../../common/images/home/main00_new.jpg);
  background-position: 0 100%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img1 {
  background-image: url(../../common/images/home/main01.jpg);
  background-position: 0 50%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img1_new {
  background-image: url(../../common/images/home/main01_new.jpg);
  background-position: 70% 50%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img2 {
  background-image: url(../../common/images/home/main02.jpg);
  background-position: 50% 50%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img3 {
  background-image: url(../../common/images/home/main03.jpg);
  background-position: 100% 50%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img3_new {
  background-image: url(../../common/images/home/main03_new.jpg);
  background-position: 100% 50%;
  display: block;
  pointer-events: none;
}
.homeHero .imgs a.img4 {
  background-image: url(../../common/images/home/main04.jpg);
  background-position: 0 50%;
  display: block;
  pointer-events: none;
}
.homeHero .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  z-index: 101;
  display: flex;
  align-items: center;
}
.homeHero .cover svg {
  height: 170%;
  fill: rgba(255, 255, 255, 0.95);
  width: auto;
  margin-left: -3%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .homeHero .cover {
    /*IE11*/
    transform: translateX(-26%);
  }
  .homeHero .cover {
    /*IE10*/
    transform: translateX(-26%);
  }
}
.homeHero .scrollPrompt {
  text-align: right;
  position: fixed;
  width: 100%;
  bottom: 40px;
  padding: 0 5%;
  z-index: 999;
  max-width: 250px;
  right: 0;
}
.homeHero .text {
  font-size: 2em;
  position: absolute;
  z-index: 999;
  top: 60%;
  left: 6%;
  font-weight: 900;
}
.homeHero .scrollPrompt a {
  padding-top: 60px;
  z-index: 888888;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  transform: translateY(-200%);
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.homeHero .scrollPrompt a {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.homeHero .scrollPrompt a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.homeHero .scrollPrompt a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px), screen and (min-height: 1300px) {
  .homeHeroCover {
    padding: 66% 0 0;
  }
  .homeHero {
    padding: 66% 0 0;
  }
  .homeHero .scrollPrompt {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .homeHeroCover {
    margin-top: 50px;
  }
  .homeHero {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .homeHero .cover svg {
    margin-left: -5%;
  }
}
@media screen and (max-width: 900px) {
  .homeHero .text {
    font-size: 1.4em;
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*homeContentsWrapper
--------------------------------------------------*/
/*****************************************************************************
slide-list
 *****************************************************************************/

.slide-list .slider__item {
  max-width: 370px;
  width: 100%;
}
.slide-list .slider__item img {
  max-width: 370px;
  width: 100%;
  max-height: 240px;
  outline: 1px solid #ececec;
}

.homeContentsWrapper {
  position: relative;
  z-index: 3;
  background: #ffffff;
}
.slide-list {
  padding-top: 30px;
}
.slide-list .slider__item {
  position: relative;
}
.img-border {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news {
  padding-top: 60px;
}
.hd {
  font-weight: 700;
  color: #10104b;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
.slide-list .date {
  color: #707c94;
  margin-right: 15px;
  line-height: 26px;
  display: inline-block;
}
.slide-list .cat {
  position: absolute;
  top: 250px;
  left: 95px;
  line-height: 26px;
  white-space: nowrap;
}
.slide-list .cat a {
  text-decoration: none;
  border: 1px solid #e8e8f2;
  background: #fafafa;
  font-size: 0.875rem;
  padding: 0 7px;
  margin-right: 4px;
}
.slide-list .cat a:hover {
  background: #191a7f;
  color: #ffffff;
}
.slide-list .title {
  color: #191a7f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3em;
}
@media screen and (max-width: 1024px) {
  .slide-list .title {
    margin-top: 2em;
  }
}
.slide-list .detail {
  color: #191a7f;
  font-size: 1rem;
  font-weight: 500;
  margin-top: -5px;
}
.slide-list a {
  text-decoration: none;
}
.slide-list a:hover .title {
  text-decoration: underline;
}
.slide-list__info {
  margin-bottom: 10px;
  margin-top: 10px;
}
.slick-dots li {
  width: 5px !important;
}
.slick-dots li button:before {
  content: "" !important;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  background-color: #2c2c2c;
}
.slick-dots li.slick-active button:before {
  background-color: #191a7f;
}
.slick-prev {
  left: calc((100% - 1240px) / 2) !important;
  top: 36% !important;
  transform: translate(0, 0) !important;
  z-index: 1;
  overflow: visible;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .slick-prev {
    left: calc((100% - 1300px) / 2) !important;
  }
}
.slick-next {
  right: calc((100% - 1240px) / 2) !important;
  top: 36% !important;
  transform: translate(0, 0) !important;
  overflow: visible;
  z-index: 1;
}
.slick-prev::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #191a7f;
  border-left: solid 2px #191a7f;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -4px;
  transform: rotate(-45deg);
}
.slick-next::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #191a7f;
  border-right: solid 2px #191a7f;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media all and (-ms-high-contrast: none) {
  .slick-next {
    width: 26px !important;
    height: 40px !important;
  }
  .slick-prev {
    width: 26px !important;
    height: 40px !important;
  }
  .slick-prev::before {
    left: 5px;
  }
}
.img-background {
  background-color: #1b1c80;
}
.slick-slide {
  transition: 1.3s ease;
  transform: scale(0.85);
  backface-visibility: hidden;
  max-width: 430px !important;
  margin-left: 30px;
  margin-right: 30px;
  opacity: 0.5;
}
.slick-active {
  transform: scale(1);
  backface-visibility: hidden;
}
/* .slick-current,
.slick-current + .slick-active,
.slick-current + .slick-cloned + .slick-active {
opacity: 1;
}
.slick-active{
	opacity: 1;
} */
/* .slider__item{
	opacity: .5;
	transition: 0.8s ease;
    transform: scale(.85);
    backface-visibility: hidden;
} */
.slick-active {
  opacity: 1;
  transition: 0.8s ease;
  transform: scale(1);
  backface-visibility: hidden;
}
.is-active-next {
  opacity: 1;
  transition: 0.8s ease;
  transform: scale(1);
  backface-visibility: hidden;
}
@media screen and (max-width: 1349px) {
  .slick-prev {
    left: 5px !important;
  }
  .slick-next {
    right: 5px !important;
  }
  .slide-list .slider__item {
    margin-right: 0;
    margin-left: 0;
  }
  .slide-list .slider__item {
    max-width: 430px;
  }
  .slide-list .cat {
    left: 105px;
  }
  .slick-prev::before {
    left: 0;
  }
  .slick-next::before {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .img-border {
    height: 175px;
  }
  .slick-list .slider__item img {
    max-height: 170px;
  }
  .slide-list .cat {
    top: 212px;
    left: 0;
  }
  .slick-slide {
    max-width: 270px !important;
  }
}

@media screen and (max-width: 766px) {
  .slide-list .slider__item {
    max-width: 380px;
  }
  .slick-prev {
    left: calc((100% - 390px) / 2) !important;
  }
  .slick-next {
    right: calc((100% - 390px) / 2) !important;
  }
  .img-border {
    height: 242px;
  }
  .slick-list .slider__item img {
    max-height: 240px;
  }
  .slide-list .cat {
    top: 276px;
  }
  .slick-prev::before {
    left: -40px;
  }
  .slick-next::before {
    left: 40px;
  }
  .slick-slide {
    max-width: 430px !important;
  }
}

@media screen and (max-width: 480px) {
  .slide-list .slider__item {
    max-width: 240px;
  }
  .img-border {
    height: 130px;
  }
  .slick-prev {
    left: calc((100% - 250px) / 2) !important;
  }
  .slick-next {
    right: calc((100% - 250px) / 2) !important;
  }
  .slide-list .cat {
    top: 161px;
  }
  .slick-list .slider__item img {
    max-height: 120px;
    max-width: 180px;
  }
  .slide-list .detail {
    font-size: 12px;
  }
  .slick-slide {
    max-width: 240px !important;
  }
  .slick-next {
    right: calc((100% - 230px) / 2) !important;
  }
  .slick-prev {
    left: calc((100% - 230px) / 2) !important;
  }
}

/*****************************************************************************
slide-list
 *****************************************************************************/

#slide-move02 {
  margin-bottom: 60px;
}

#slide-move02 .img-border {
  height: auto;
}

#slide-move02.slide-list .title {
  margin-top: 0.3em;
}

/*news
--------------------------------------------------*/

.news > .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 50px;
}
.news .list {
  flex: 1;
}
.news .list .hd {
  font-weight: 700;
  color: #10104b;
}
.news .list ul {
  margin-top: 50px;
}
.news .list li {
  margin: 30px 0 0;
  position: relative;
}
.news .list li a.aBox {
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
}
.info-flex {
  display: flex;
}
.news .list li a.aBox .img {
  width: 100px;
  height: 100px;
  background: url(../images/logoMkW.png) 50% 50% no-repeat;
  background-size: 60px auto;
  background-color: #1b1c80;
  overflow: hidden;
}
.news .list li a.aBox .img img {
  width: 100%;
  height: auto;
}
.news .list li a.aBox .text {
  margin-left: 20px;
  width: 50%;
}
.news .list li a.aBox .date {
  color: #707c94;
  margin-right: 15px;
  line-height: 26px;
}
.news .list li a.aBox .title {
  color: #191a7f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3em;
}
.news .list li a.aBox:hover .title {
  text-decoration: underline;
}
.news .list li a.aBox .excerpt {
  padding-top: 0.6em;
}
.news .list li .catLink {
  position: absolute;
  top: 0;
  left: 210px;
  line-height: 26px;
  white-space: nowrap;
}
.news .list li .catLink a {
  text-decoration: none;
  border: 1px solid #e8e8f2;
  background: #fafafa;
  font-size: 0.875rem;
  padding: 0 7px;
  margin-right: 4px;
}
.news .list li .catLink a:hover {
  background: #191a7f;
  color: #ffffff;
}
.news .btn {
  margin-top: 60px;
  text-align: center;
}
.news .btn a {
  display: inline-block;
  width: 200px;
  text-align: center;
  border: 1px solid #11114c;
  border-bottom: 4px solid #11114c;
  color: #11114c;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding: 3px 31px 0 0;
  font-size: 0.875rem;
}
.news .btn a > span {
  position: relative;
  z-index: 2;
  line-height: 36px;
  display: block;
}
.news .btn a::after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  background: #11114c;
  transition: height 0.55s;
}
.news .btn a:hover::after {
  height: calc(100% + 5px);
}
.news .btn a::before {
  content: "\f03a";
  font-family: FontAwesome;
  font-weight: normal;
  color: #11114c;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 1rem;
}
.news .btn a,
.news .btn a::before {
  transition: color 0.55s;
}
.news .btn a:hover,
.news .btn a:hover::before {
  color: #ffffff;
}
@media screen and (max-width: 1300px) {
  .news > .inner {
    display: block;
    padding: 50px 7%;
  }
  .news .btn {
    margin: 40px auto 0;
  }
  .news .list {
    border-bottom: 1px dotted #dddddd;
  }
  .news .list ul {
    margin-top: 40px;
  }
  .news .list li {
    position: relative;
    border-top: 1px solid #ffffff;
    margin-top: 0;
  }
  .news .list li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 1px dotted #dddddd;
  }
  .news .list li a.aBox {
    padding: 15px;
  }
  .news .list li a.aBox .date {
    margin-bottom: 30px;
  }
  .news .list li .catLink {
    top: 42px;
    left: 135px;
    width: calc(93vw - 135px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 800px) {
  .news .list .hd {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .news > .inner {
    width: auto;
    padding: 40px 15px;
  }
  .news .btn {
    margin: 30px auto 0;
  }
  .news .list li a.aBox {
    padding: 15px 0;
  }
  .news .list li a.aBox .textHd {
    min-height: 100px;
  }
  .news .list li a.aBox .excerpt {
    margin-left: -120px;
    width: calc(100% + 120px);
  }
  .news .list li .catLink {
    left: 120px;
    width: calc(93vw - 120px + 15px);
  }
}

/*****************************************************************************
search
 *****************************************************************************/
.search {
  position: relative;
}
.search > .inner {
  position: relative;
  z-index: 5;
  max-width: 1300px;
  width: 86%;
  margin: 0 auto;
}
.search .bgWrapper {
  position: absolute;
  z-index: 2;
  height: 700px;
  width: 200%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 120px) rotate(-175deg);
  overflow: hidden;
}
.search .bgWrapper .bg {
  position: absolute;
  width: 200%;
  bottom: 0;
  left: 50%;
  height: 100%;
  background: #e8e8f2;
  transform: translate(-50%, -50%) rotate(350deg);
}
@media screen and (max-width: 800px) {
  .search {
    margin-top: 30px;
  }
  .search > .inner {
    width: auto;
    margin: 0 15px;
  }
  .search .bgWrapper {
    transform: translate(-50%, 35px) rotate(-175deg);
  }
  .search .bgWrapper .bg {
    transform: translate(-50%, -13%) rotate(350deg);
  }
}
/*****************************************************************************
homeSection
 *****************************************************************************/
.homeSection {
  position: relative;
}
.homeSection.homeSectionType1 {
  padding: 900px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.homeSection.homeSectionType1 .img,
.homeSection.homeSectionType1 .img2,
.homeSection.homeSectionType1 .img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
/*@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { chrome
	.homeSection.homeSectionType1 .img, .homeSection.homeSectionType1 .img2, .homeSection.homeSectionType1 .img3 {
		transform: translate3d(0, 0, 0);
	}
}*/
.homeSection.homeSectionType1 .img,
.homeSection.homeSectionType1 .img2 {
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.homeSection.homeSectionType1.iOSscroll .img,
.homeSection.homeSectionType1.iOSscroll .img2,
.homeSection.homeSectionType1.iOSscroll .img3 {
  /*iOS*/
  background-attachment: scroll;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .homeSection.homeSectionType1 .img,
  *::-ms-backdrop,
  .homeSection.homeSectionType1 .img2 {
    /*IE11*/
    background-attachment: scroll;
  }
  .homeSection.homeSectionType1 .img,
  .homeSection.homeSectionType1 .img2 {
    /*IE10*/
    background-attachment: scroll;
  }
}
.homeSection.homeSectionType1 .img3 {
  opacity: 0.52;
  background-size: 1800px auto;
  background-attachment: fixed;
}
/*iOS*/
.homeSection.homeSectionType1.iOSscroll .img,
.homeSection.homeSectionType1.iOSscroll .img2 {
  background-attachment: scroll;
}
@media all and (-ms-high-contrast: none) {
  /*IE11*/
  *::-ms-backdrop,
  .homeSection.homeSectionType1 .img,
  *::-ms-backdrop,
  .homeSection.homeSectionType1 .img2,
  *::-ms-backdrop,
  .homeSection.homeSectionType1 .img3 {
    background-attachment: scroll;
  }
  /*IE10*/
  .homeSection.homeSectionType1 .img,
  .homeSection.homeSectionType1 .img2,
  .homeSection.homeSectionType1 .img3 {
    background-attachment: scroll;
  }
}
.homeSection#homeSection1 .img {
  background-image: url(../../common/images/home/bg1.jpg);
}
.homeSection#homeSection1 .img2 {
  background-image: url(../../common/images/home/bg1Cover.png);
}
.homeSection#homeSection1 .img3 {
  background-image: url(../../common/images/home/sealing.png);
}
.homeSection#homeSection2 .img {
  background-image: url(../../common/images/home/bg2.jpg);
}
.homeSection#homeSection2 .img2 {
  background-image: url(../../common/images/home/bg2Cover.png);
}
.homeSection#homeSection2 .img3 {
  background-image: url(../../common/images/home/mold.png);
}
.homeSection#homeSection3 .img {
  background-image: url(../../common/images/home/bg3.jpg);
}
.homeSection#homeSection3 .img2 {
  background-image: url(../../common/images/home/bg3Cover.png);
}
.homeSection#homeSection3 .img3 {
  background-image: url(../../common/images/home/metal.png);
}
.homeSection#homeSection4 .img {
  background-image: url(../../common/images/home/bg4.jpg);
}
.homeSection#homeSection4 .img2 {
  background-image: url(../../common/images/home/bg4Cover.png);
}
.homeSection#homeSection4 .img3 {
  background-image: url(../../common/images/home/animal.png);
}
.homeSection#homeSection5 .img {
  background-image: url(../../common/images/home/bg5.jpg);
}
.homeSection#homeSection5 .img2 {
  background-image: url(../../common/images/home/bg5Cover.png);
}
.homeSection#homeSection5 .img3 {
  background-image: url(../../common/images/home/antib.png);
}
.homeSection#homeSection1 .img,
.homeSection#homeSection1 .img2 {
  background-position: 75% 50%;
}
.homeSection#homeSection2 .img,
.homeSection#homeSection2 .img2 {
  /*background-position: 60% 50%;*/
  background-position: 28% 50%;
}
.homeSection#homeSection3 .img,
.homeSection#homeSection3 .img2 {
  background-position: 85% 50%;
}
.homeSection#homeSection4 .img,
.homeSection#homeSection4 .img2 {
  background-position: 28% 50%;
}
.homeSection#homeSection5 .img,
.homeSection#homeSection5 .img2 {
  background-position: 85% 50%;
}
.homeSection.odd .img3 {
  background-position: 100% 0;
}
.homeSection.even .img3 {
  background-position: 0 0;
}
@media screen and (max-width: 1800px) {
  .homeSection.odd .img3 {
    background-position: 90% 0;
  }
  .homeSection.even .img3 {
    background-position: 10% 0;
  }
}
@media screen and (max-width: 800px) {
  .homeSection.homeSectionType1 {
    padding: 85% 0 0;
  }
  .homeSection.homeSectionType1 .img,
  .homeSection.homeSectionType1 .img2,
  .homeSection.homeSectionType1 .img3 {
    background-attachment: scroll;
  }
  .homeSection.homeSectionType1 .img2 {
    display: none;
  }
  .homeSection.homeSectionType1 .img3 {
    background-size: 850px auto;
  }
  .homeSection.odd .img3 {
    background-position: 90% 0;
  }
  .homeSection.even .img3 {
    background-position: 10% 0;
  }
}
/*****************************************************************************
homeSectionText
 *****************************************************************************/
.homeSectionText {
  position: relative;
  background: #333333;
  height: 240px;
}
.homeSectionText::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 2;
  background: rgba(255, 255, 255, 1);
}
.homeSectionText.even::after {
  transform: translate(-50%, 50%) skewY(-185deg);
}
.homeSectionText.odd::after {
  transform: translate(-50%, 50%) skewY(185deg);
}
@media screen and (max-width: 800px) {
  .homeSection.homeSectionType1::after {
    height: 120px;
  }
}
@media screen and (max-width: 800px) {
  .homeSectionText {
    height: auto;
  }
  .homeSectionText::after {
    height: calc(100% + 75px);
  }
}
/** text ****************************************************************/
.homeSectionText .text {
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.homeSectionText .text > .inner {
  max-width: 1400px;
  width: 96%;
  display: flex;
}
.homeSectionText.even .text > .inner {
  justify-content: flex-end;
}
.homeSectionText .box {
  max-width: 700px;
  width: 55%;
  padding: 0 0 230px;
}
.homeSectionText .hd {
  padding: 0 4%;
}
.homeSectionText .hd * {
  font-weight: 700;
}
.homeSectionText .hd .shoulder {
  font-size: 0.875rem;
  color: #191a7f;
  text-shadow: -1px 0 30px rgba(255, 255, 255, 1),
    1px 0 30px rgba(255, 255, 255, 1);
}
.homeSectionText .hd h2 {
  font-size: 4.2rem;
  padding-top: 8px;
  color: #10104b;
  text-shadow: -1px 0 30px rgba(255, 255, 255, 1),
    1px 0 30px rgba(255, 255, 255, 1);
}
.homeSectionText .hd .ft {
  padding-top: 10px;
  font-size: 0.9375rem;
  color: #10104b;
}
.homeSectionText .hd .catch {
  font-size: 2rem;
  padding: 1em 0;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(23, 16, 75, 0.8);
}
.homeSectionText#homeSectionText4 .hd .catch {
  text-shadow: 0 0 20px rgba(68, 107, 37, 0.8);
}
.homeSectionText#homeSectionText5 .hd .catch {
  text-shadow: 0 0 30px rgba(33, 95, 124, 0.8);
}
.homeSectionText .con {
  padding: 40px 4.5% 0;
  position: relative;
}
.homeSectionText .con::after {
  content: "";
  background: rgba(255, 255, 255, 0.65);
  z-index: -1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeSectionText .con p {
  position: relative;
  z-index: 2;
}
.homeSectionText .excerpt {
  line-height: 1.9;
  font-size: 1.05rem;
}
.homeSectionSet .btnWrapper {
  position: relative;
  height: 44px;
}
.homeSectionText .btnWrapper {
  margin-top: 60px;
}
.homeSectionText2 .btnWrapper {
  margin-top: 20px;
}
.homeSectionSet .btnWrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 44px;
  transition: all 0.8s 0.8s;
}
.homeSectionText.even .text .btnWrapper > div {
  left: calc(100% - 280px);
}
.homeSectionSet.on .btnWrapper > div {
  width: 280px;
}
.homeSectionSet .btnWrapper .btn {
  white-space: nowrap;
  width: 280px;
}
@media screen and (max-width: 800px) {
  .homeSectionText .text {
    position: relative;
    display: block;
  }
  .homeSectionText .text > .inner {
    width: auto;
  }
  .homeSectionText .box {
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
  }
  .homeSectionText .hd {
    padding: 0 20px;
    text-align: center;
  }
  .homeSectionText .hd h2 {
    font-size: 2.6rem;
  }
  .homeSectionText .hd .catch {
    font-size: 1.3rem;
    color: #1b1c80;
    text-shadow: none;
  }
  .homeSectionText .con {
    padding: 0 20px;
  }
  .homeSectionText .excerpt {
    font-size: 1rem;
  }
  .homeSectionSet .btnWrapper {
    margin: 0 auto;
    width: 280px;
  }
  .homeSectionText .btnWrapper {
    margin-top: 20px;
  }
  .homeSectionText2 .btnWrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #homeSectionText1 .text .hd br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .homeSectionText .hd .catch {
    text-shadow: none !important;
  }
  #homeSectionText1 .text .hd br {
    display: inline;
  }
}
/*****************************************************************************
homeSection6
 *****************************************************************************/
.homeSection#homeSection6 {
  height: 750px;
}
.homeSection#homeSection6 .img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: 50% 100% no-repeat #006ce4;
  background-image: url(../../common/images/home/bg6.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 800px) {
  .homeSection#homeSection6 {
    height: 600px;
  }
  .homeSection#homeSection6 .img {
    background-size: 1000px auto;
    background-position: 90% 100%;
  }
}
@media screen and (max-width: 600px) {
  .homeSection#homeSection6 .img {
    background-size: 700px auto;
    background-position: 72% 100%;
  }
}
/*****************************************************************************
homeSectionText2
 *****************************************************************************/
.homeSectionText2 .text {
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.homeSectionText2 .text > .inner {
  max-width: 1400px;
  width: 96%;
  display: flex;
}
.homeSectionText2 .box {
  padding-bottom: 200px;
}
.homeSectionText2 .hd {
  padding: 0 50px;
}
.homeSectionText2 .hd * {
  font-weight: 700;
}
.homeSectionText2 .hd .shoulder {
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.7;
}
.homeSectionText2 .hd h2 {
  font-size: 4.2rem;
  padding-top: 8px;
  color: #ffffff;
}
.homeSectionText2 .hd .ft {
  padding-top: 10px;
  font-size: 0.9375rem;
  color: #10104b;
}
.homeSectionText2 .hd .catch {
  font-size: 1.4rem;
  padding: 1em 0;
  line-height: 1.3;
  color: #ffffff;
}
.homeSectionText2 .con {
  padding: 0 50px 0;
  position: relative;
}
.homeSectionText2 .btnWrapper .btn a {
  display: inline-block;
  color: #ffffff;
  width: 280px;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding-top: 3px;
  line-height: 34px;
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
}
.homeSectionText2 .btnWrapper .btn a > span {
  position: relative;
  z-index: 2;
}
.homeSectionText2 .btnWrapper .btn a::after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  transition: height 0.35s;
  background: #ffffff;
}
.homeSectionText2 .btnWrapper .btn a:hover::after {
  height: calc(100% + 5px);
}
.homeSectionText2 .btnWrapper .btn a::before {
  content: "\f03a";
  font-family: FontAwesome;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 1rem;
}
.homeSectionText2 .btnWrapper .btn a,
.homeSectionText2 .btnWrapper .btn a::before {
  transition: color 0.4s;
}
.homeSectionText2 .btnWrapper .btn a:hover,
.homeSectionText2 .btnWrapper .btn a:hover::before {
  color: #11114c;
}
@media screen and (max-width: 800px) {
  .homeSectionText2 .box {
    width: 100%;
    height: 510px;
  }
  .homeSectionText2 .hd {
    padding: 0 20px;
    text-align: center;
  }
  .homeSectionText2 .hd h2 {
    font-size: 2.6rem;
  }
  .homeSectionText2 .hd .catch {
    font-size: 1.3rem;
  }
  .homeSectionText2 .con {
    padding: 0 20px;
  }
  .homeSectionText2 .excerpt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .homeSectionText2 .hd .catch {
    text-align: left;
  }
  .homeSectionText2 .hd .catch br {
    display: none;
  }
}
/*****************************************************************************
obj
 *****************************************************************************/
.homeSectionText .obj {
  position: absolute;
  z-index: 333;
  max-width: 1300px;
  height: 0;
  bottom: 0;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
}
.homeSectionText .obj > img,
.homeSectionText .obj .imgs {
  position: absolute;
}
#homeSectionText1 .obj img {
  bottom: 10px;
  left: 0;
  margin-left: 45%;
  width: 770px;
}
#homeSectionText2 .obj img {
  bottom: -50px;
  right: 0;
  margin-right: 40%;
  width: 850px;
}
#homeSectionText3 .obj img {
  bottom: -90px;
  left: 0;
  margin-left: 35%;
  width: 1000px;
}
#homeSectionText4 .obj img {
  bottom: -50px;
  right: 0;
  margin-right: 40%;
  width: 850px;
}
#homeSectionText5 .obj img {
  bottom: -110px;
  left: 0;
  margin-left: 52%;
  width: 670px;
}
@media screen and (max-width: 800px) {
  .homeSectionText .obj {
    position: relative;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 500px;
  }
  .homeSectionText .obj > img,
  .homeSectionText .obj .imgs {
    position: relative;
    width: 100% !important;
    bottom: auto !important;
    margin: 0 !important;
  }
}
.homeSectionSet .text > .inner {
  /*transform: translateY(100px);*/
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: all 1s ease-out;
}
.homeSectionSet.on .text > .inner {
  opacity: 1;
  /*transform: translateY(0);*/
  transform: translate3d(0, 0, 0);
}
.homeSectionSet .con::after {
  width: 0;
  transition: all 1s 0.45s;
}
.homeSectionSet.on .con::after {
  width: 100%;
}
/*****************************************************************************
#launch
 *****************************************************************************/
#launch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  opacity: 1;
  background: #ffffff;
  transition: opacity 1.4s, transform 0.1s 1.4s;
}
#launch > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/launchLogo2.svg) 50% 50% no-repeat;
  background-size: 21% auto;
  opacity: 0;
}
#launch > .inner.on {
  opacity: 1;
  transition: opacity 2s;
}
#launch.off {
  opacity: 0;
  transform: translateY(-200%);
}
@media screen and (max-width: 600px) {
  #launch > .inner {
    background-size: 57% auto;
  }
}
.slide-move {
  padding-bottom: 60px;
}
.news > .inner {
  padding-top: 0;
}
.slick-track {
  justify-content: center;
  display: flex;
}

/* 60周年ロゴ */
.anniversary-logo {
  position: absolute;
  z-index: 999;
  top: 55%;
  left: 10%;
  width: calc(200vw / 1920 * 100);
}
.anniversary-logo img {
  width: 100%;
}

.homeHero .cover svg {
  /* 本番公開時にCSSファイルへ */
  height: 100%;
}

.homeHero .text {
  font-size: max(calc(32vw / 1920 * 100), 24px);
  position: absolute;
  z-index: 999;
  top: 45%;
  left: 10%;
  font-weight: 900;
}

@media screen and (max-width: 500px) {
  .homeHero .text {
    font-size: 1em;
  }
}

.cls-5 {
  fill: #1f323f;
}

