/* ------------------------------------------------------
 * slick common
------------------------------------------------------ */
.slider{
  opacity: 0;
  transition: opacity .9s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

/* ------------------------------------------------------
 * TOP MV slider
------------------------------------------------------ */
@media only screen and (min-width: 901px) {
.pc-hidden {
  display: none!important;
}
}

@media only screen and (max-width: 900px) {
.sp-hidden {
  display: none!important;
}
}

#top-mv .slick-slide {
  background-color: #000;
}

#top-mv .slick-slide img {
  width: 100%;
}

#top-mv .slick-prev:before,
#top-mv .slick-next:before {
  color: #000 !important;
}

#top-mv .slick-slide:not(.slick-center) img {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
#top-mv .slick-slide:not(.slick-center) img {
  opacity: 1;
}
}

@media only screen and (max-width: 600px) {
#top-mv .slick-slide:not(.slick-center) .slider__bord {
  width: 250px;
  height: 160px;
}
}

@media only screen and (max-width: 425px) {
#top-mv .slick-slide:not(.slick-center) .slider__bord {
  width: 140px;
  height: 95px;
  padding: 16px;
}
}

#top-mv .buttons {
  display: flex;
  justify-content: center;
}

#top-mv .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

#top-mv .buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

#top-mv .slick-next {
  right: 8%;
  width: 45px;
  height: 45px;
  overflow: visible;
  z-index: 1;
}

#top-mv .slick-prev {
  left: 8%;
  width: 45px;
  height: 45px;
  overflow: visible;
  z-index: 1;
}

#top-mv .slick-next:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

#top-mv .slick-prev:before {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: "";
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  position: absolute;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (max-width: 767px) {
#top-mv .slick-dots {
  bottom: 20px
}

#top-mv .slick-dots li {
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}

#top-mv .slick-dots li button {
  color: #fff;
  width: 10px;
  height: 10px;
}

#top-mv .slick-dots li button:before {
  font-size: 10px;
  color: #777;
  opacity: 1;
  width: 10px;
  height: 10px;
  line-height: 10px;
}

#top-mv .slick-dots li.slick-active button:before {
  color: #d9d9d9;
}
}

#top-mv .slick-slide {
  position: relative;
}

#top-mv .slick-slide a:hover p {
  color: #e50038;
}

#top-mv .slider__bord {
  width: 295px;
  height: 180px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 25px;
}

#top-mv .slick-slide .slider__bord {
  opacity: 0;
}

#top-mv .slick-slide.slick-current.slick-active.slick-center .slider__bord {
  animation-name: animation-slider__bord;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes animation-slider__bord {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@media only screen and (max-width: 767px) {
#top-mv .slick-slide .slider__bord {
  opacity: 0;
}

#top-mv .slick-slide.slick-current.slick-active .slider__bord {
  animation-name: animation-slider__bord;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
}

#top-mv .slider__copy {
  width: initial!important;
}

#top-mv .slider__link {
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

#top-mv .slider__link:after {
  content: "";
  display: inline-block;
  background: url("/images/slider_link_arrow.png");
  width: 32px;
  height: 7px;
  position: relative;
  top: -4px;
  margin-left: 15px;
}

@media only screen and (max-width: 425px) {
#top-mv .slider__link {
  bottom: 6px;
  right: 7px;
  font-size: 8px;
}
}

/* ------------------------------------------------------
 * top common
------------------------------------------------------ */
.c-section__body {
  max-width: 1000px;
  padding: 60px 20px;
  margin: auto;
}

/* ------------------------------------------------------
 * products
------------------------------------------------------ */
.c-section__products .c-section__body__inner {
  text-align: center;
}

.c-section__products .c-section__body__inner h2:before {
  content: none;
}

.c-section__products__panel {
  margin-top: 40px;
}

.c-section__products__panel ul.products__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-section__products__panel ul.products__panel li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  min-height: 300px;
  background: #f8f8f8;
  margin-bottom: 30px;
}

.c-section__products__panel ul.products__panel li.ord1 {
  background: url(/images/img_top_products_001.jpg);
  background-position: center center;
  background-size: cover;
}

.c-section__products__panel ul.products__panel li.ord3 {
  background: url(/images/img_top_products_002.jpg);
  background-position: center center;
  background-size: cover;
}

.c-section__products__panel ul.products__panel li.ord5 {
  background: url(/images/img_top_products_003.jpg);
  background-position: center center;
  background-size: cover;

}

@media only screen and (max-width: 767px) {
.c-section__products__panel ul.products__panel {
  flex-flow: column wrap;
}

.c-section__products__panel ul.products__panel li {
  width: 100%;
  min-height: inherit;
}

.c-section__products__panel ul.products__panel li img {
  width: 100%;
}

.c-section__products__panel ul.products__panel li.ord1 {
  order: 1;
  margin-bottom: 0;
}

.c-section__products__panel ul.products__panel li.ord2 {
  order: 2;
}

.c-section__products__panel ul.products__panel li.ord3 {
  order: 3;
  margin-bottom: 0;
}

.c-section__products__panel ul.products__panel li.ord4 {
  order: 4;
}

.c-section__products__panel ul.products__panel li.ord5 {
  order: 5;
  margin-bottom: 0;
}

.c-section__products__panel ul.products__panel li.ord6 {
  order: 6;
}
}


 .c-section__products__panel ul.products__panel li.products__panel__text {
   background: #f8f8f8;
   padding: 30px 25px;
   box-sizing: border-box;
   text-align: left;
 }

@media only screen and (max-width: 767px) {
.c-section__products__panel ul.products__panel li.products__panel__text {
  padding: 20px;
}
}

.c-section__products__panel ul.products__panel li.products__panel__text h3 {
  font-size: 114.286%;
  padding-left: 10px;
  font-weight: 700;
}

.c-section__products__panel ul.products__panel li.products__panel__text h3:before {
  display: block;
  width: 2px;
  height: 83.333%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e50038;
  content: '';
}

.products__panel__text__link {
  flex-wrap: wrap;
  max-width: 450px;
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
.products__panel__text__link {
  margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
.products__panel__text__link {
  max-width: 100%;
}
}

.products__panel__text__link a.c-btn__body {
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  width: 140px;
  padding: 10px;
  min-width: 140px;
  margin: 5px 5px 5px 5px;
}

@media only screen and (max-width: 767px) {
.products__panel__text__link a.c-btn__body {
  min-width: inherit;
  width: calc(33.33% - 7px);
  margin: 0 7.5px 7.5px 0;
  font-size: 14px;
  padding: 5px;
}
}

.products__panel__text__link a.c-btn__body:nth-child(3) {
  margin-right: 0;
}

@media only screen and (max-width: 425px) {
.products__panel__text__link a.c-btn__body {
  width: calc(33.33% - 5px);
  font-size: 10px;
}
}

.products__panel__text__link a.c-btn__body:hover {
  background: #e5e5e5;
  transition: 0.2s;
}

.products__panel__text__link a.c-btn__body:after {
  content: none;
}

.c-section__products__panel ul li:before {
  content: none;
}

/* ------------------------------------------------------
 * support
------------------------------------------------------ */
.c-section__support {
  background: url("/images/img_top_support_bg.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-section__support__panel {
  margin-top: 40px;
}

.c-section__support__panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.c-section__support__panel ul li {
  list-style: none;
  margin: 0 50px;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 900px) {
.c-section__support__panel ul li {
  margin: 2%;
} 
}

@media only screen and (max-width: 767px) {
.c-section__support__panel ul li {
  width: calc(33.33% - 40px);
} 
}

@media only screen and (max-width: 600px) {
.c-section__support__panel ul li {
  width: calc(33.33% - 24px);
} 
}


.c-section__support__panel ul li:before {
  content: none;
}

.c-section__support__panel ul li a {
  position: relative;
  display: block;
}

.c-section__support__panel ul li a:hover {
  background: rgba(0, 0, 0, .65);
}

.c-section__support__panel ul li a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
  color: #fff;
}


@media only screen and (max-width: 767px) {
.c-section__support__panel ul li a span {
  bottom: 18px;
}

.c-section__support__panel ul li:last-child a span {
  bottom: 30px;
}
}

@media only screen and (max-width: 600px) {
.c-section__support__panel ul li a span {
  font-size: 12px;
  bottom: 20px;
  line-height: 1.4;
}

.c-section__support__panel ul li:last-child a span {
  bottom: 30px;
}
}

@media only screen and (max-width: 425px) {
.c-section__support__panel ul li a span {
  bottom: 8px;
}

.c-section__support__panel ul li:last-child a span {
  bottom: 16px;
}
}

/* ------------------------------------------------------
 * office
------------------------------------------------------ */
.c-section__office {
  background: url("/images/img_top_office_bg.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
.c-section__office {
  background: url("/images/img_top_office_bg_sp.jpg") no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
}

.c-section__office__panel > ul {
  display: flex;
  margin-top: 40px;
}

.c-section__office__panel > ul > li {
  margin: 0;
  padding: 0;
  width: 50%;
}

.c-section__office__panel > ul > li:last-child {
  padding: 0 40px;
  box-sizing: border-box;
}


.c-section__office__panel > ul > li:before {
  content: none;
}

.c-section__office__panel > ul > li > ul > li:before {
  content: none;
}

.c-section__office__panel > ul > li > ul.col2 {
  display: flex;
}

.c-section__office__panel > ul > li > ul.col_2 li {
  width: 49%;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
.c-section__office__panel > ul > li > ul.col_2 li:nth-child(odd) {
  width: 60%;
}
.c-section__office__panel > ul > li > ul.col_2 li:nth-child(even) {
  width: 38%;
}
}

@media only screen and (max-width: 767px) {
.c-section__office__panel > ul {
  display: block;
}

.c-section__office__panel > ul > li {
  width: 100%;
}

.c-section__office__panel > ul > li img {
  display: block;
  margin: auto;
}
}

@media only screen and (max-width: 600px) {
.c-section__office__panel > ul > li:last-child {
  padding: 0;
}
}

.c-section__office__panel h3 {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #015e91;
  padding-bottom: 10px;
  margin-top: 30px;
}

.office__panel__link {
  font-size: 14px;
}

.office__panel__link:before {
  color: #00476a;
  left: -12px;
}

@media only screen and (max-width: 900px) {
.office__panel__link {
  font-size: 14px;
}
}

.c-section--info .c-btn {
  margin-top: 40px;
}

.c-section__office__panel img.officemap {
  display: none;
}

/* ------------------------------------------------------
 * recomend
------------------------------------------------------ */
.c-section--recomend {
  margin: 0 auto;
}

.c-section--recomend .c-section__body {
  padding: 40px 0 40px 0;
}

.p-recomendCards .p-linkCard__link {
  outline: none;
}

.p-recomendCards__list .slick-dots {
  bottom: -46px;
}

.p-recomendCards__list .slick-dots li button:before {
  display: none;
}

.p-recomendCards__list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 16px 5px;
}

.p-recomendCards__list__item {
  margin-top: 0;
}
