@charset "UTF-8";
/*
///////////////////////////////////////////
CSS FOR Index
Made	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/
#Header {
  z-index: 10;
}

#Header:after {
  content: '';
  width: 99%;
  height: 170px;
  position: absolute;
  z-index: -2;
  bottom: -30px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background: #010733;
}

#Header.load-video:after {
  background: transparent;
}

#Main-visual {
  display: none;
  position: relative;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
}

.main-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.img-thumb-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main-slider .item {
  position: relative;
}

.main-slider .item p {
  font-size: 32px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.main-slider .item p span {
  font-weight: bold;
  color: #fe0505;
}

.page-slider {
  position: relative;
}

.page-slider ul {
  height: 421px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.page-slider ul .h-100 {
  height: 100%;
}

.page-slider ul .h-50 {
  height: 50%;
}

.page-slider ul .h-33 {
  height: 33.3333%;
}

.page-slider ul .h-25 {
  height: 25%;
}

.page-slider .item-thumb.active {
  background: #003366;
  color: #fff;
  border: 2px solid #003366;
}

.page-slider .item-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 12px;
  cursor: pointer;
  color: #000;
  border: 2px solid #2e3192;
  -webkit-box-shadow: 3px 6px 30px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 6px 30px 1px rgba(0, 0, 0, 0.12);
}

.page-slider .item-thumb:hover {
  background-color: #003366;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-slider .item-thumb:hover a,
.page-slider .item-thumb:hover .text,
.page-slider .item-thumb:hover .content {
  color: #fff;
}

.page-slider .item-thumb:hover .date {
  background-color: #fff;
  color: #003366;
}

.page-slider .item-thumb:last-child {
  margin-bottom: 0;
}

.page-slider .item-thumb.active:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 45%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 23px solid #003366;
  border-bottom: 6px solid transparent;
  z-index: 30;
}

.page-slider .item-thumb.active:after {
  border: 2px solid #000;
  position: relative;
  z-index: 20;
}

.page-slider .item-thumb .group {
  padding: 6px;
  width: 70%;
}

.page-slider .item-thumb .date {
  font-size: 12px;
  padding-bottom: 0;
  color: #0719a4;
  font-weight: bold;
  display: inline;
  background-color: #003366;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  padding: 2px 0;
  margin-bottom: 9px;
  margin-top: 3px;
}

.page-slider .item-thumb a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-height: 100%;
}

.page-slider .item-thumb .text {
  font-size: 18px;
  line-height: 20px;
  color: #b11b48;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 8px;
}

.page-slider .item-thumb .img-thumb {
  width: 30%;
}

.page-slider .item-thumb .img-thumb img {
  max-height: 100%;
}

.page-slider .item-thumb .content {
  font-size: 14px;
  padding-left: 10px;
}

.page-slider .item-thumb .group.w-100 {
  width: 100%;
}

.slick-slide img {
  width: 100%;
}

.block-consult {
  background: #010733 url("../images/common/bg_pickup.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 50px 0;
}

.block-consult .ttl-headline01 {
  color: #fff;
}

.block-consult .block-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}

.block-consult .block-inner p {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 30px;
}

.block-consult .block-inner .img {
  width: 50%;
  padding-left: 20px;
}

#accordion {
  width: 100%;
}

.panel-default > .panel-heading {
  padding: 0;
  border: 0;
}

.panel-group .panel {
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  #Main-visual {
    padding-top: 10px;
    max-height: 550px;
    margin-bottom: 10px;
    z-index: 9;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  #Header {
    z-index: 9999;
  }
  #Header:after {
    display: none;
  }
  .block-consult .block-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-consult .block-inner p {
    padding-bottom: 20px;
  }
  .block-consult .block-inner .img {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #Main-visual {
    max-height: 100%;
    padding-top: 5px;
  }
  .main-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-slider {
    width: 100%;
  }
  .block-consult {
    padding: 30px 0;
  }
  .main-slider .item p {
    font-size: 16px;
    top: 30%;
  }
}

@media (max-width: 768px) {
  #Main-visual {
    display: block;
  }
  .page-slider {
    padding-left: 0;
  }
  .page-slider .item-thumb.active:before {
    display: none;
  }
  .page-slider .item-thumb .date {
    font-size: 13px;
  }
  .page-slider .item-thumb .text {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .page-slider .item-thumb .date {
    margin-bottom: 7px;
  }
  .block-consult .block-inner p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-slider .item-thumb .img-thumb {
    width: 50%;
  }
  .page-slider .item-thumb .img-thumb img {
    margin: 0;
  }
  .page-slider .item-thumb {
    margin-bottom: 5px;
  }
  .page-slider {
    position: relative;
  }
  .page-slider ul .item-thumb {
    margin-top: 10px;
  }
  .page-slider .img-thumb-p {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background: #4a4a4a;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 23;
  border: 4px solid #fff;
  top: 50%;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loader-inner 2s infinite ease-in;
          animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
