@import url("https://fonts.googleapis.com/css?family=Raleway:700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
[data-slidearea03] {
  overflow: hidden;
}
[data-slidearea03] .contantWrap .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
}
[data-slidearea03] .contantWrap .list.active {
  opacity: 1;
  -webkit-animation-name: scale01;
          animation-name: scale01;
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
[data-slidearea03] .contantWrap .list.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes scale01 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale01 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*-------------------------------------------------------
firstview
-------------------------------------------------------*/
.firstview {
  position: relative;
  height: 650px;
}
@media (max-width: 1024px) {
  .firstview {
    min-width: 1024px;
  }
}
@media (max-width: 720px) {
  .firstview {
    min-width: inherit;
    height: 494px;
  }
}
.firstview .sliderArea {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 435px);
  height: 650px !important;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .firstview .sliderArea {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .firstview .sliderArea {
    height: 494px !important;
  }
}
.firstview .sliderArea .list {
  right: 0 !important;
}
.firstview .sliderArea .list .ph {
  height: 650px !important;
}
@media (max-width: 720px) {
  .firstview .sliderArea .list .ph {
    height: 494px !important;
  }
}
.firstview .text {
  position: relative;
  z-index: 100;
  top: 13%;
  left: 40px;
  max-width: 500px;
}
@media (max-width: 720px) {
  .firstview .text {
    top: 25px;
    left: 0;
    max-width: none;
    text-align: center;
  }
}
.firstview .text .copyEN {
  line-height: 8rem;
  color: #12358c;
  font-family: Raleway;
  font-size: 8.5rem;
  letter-spacing: -0.2rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}
@media (max-width: 720px) {
  .firstview .text .copyEN {
    line-height: 4.4rem;
    font-size: 4.4rem;
  }
}
.firstview .text .copyJA {
  margin: 16px 0 42px 0;
  line-height: 3.4rem;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.75), 0 0 10px rgba(255, 255, 255, 0.75);
}
@media (max-width: 720px) {
  .firstview .text .copyJA {
    margin: 8px 0 0 0;
    line-height: 2rem;
    font-size: 1.3rem;
  }
}
.firstview .text .btnList .list:first-child {
  margin: 0 0 15px 0;
}
.firstview .text .btnList .roundGhostBtn {
  background-color: rgba(255, 255, 255, 0.7);
}
.firstview .text .btnList .roundGhostBtn:hover {
  background-color: #12358c;
}
.firstview .board {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
  line-height: 1;
  color: #fff;
  background-color: rgba(15, 50, 137, 0.8);
  text-align: center;
  z-index: 5000;
}
@media (max-width: 720px) {
  .firstview .board {
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 68px;
  }
}
.firstview .board .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 720px) {
  .firstview .board .row {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #4c66a9;
    border-bottom: none;
    width: 50%;
  }
}
.firstview .board .row .left {
  margin: 0 6px 0 0;
  padding: 0 14px 0 0;
  border-right: 1px solid #4c66a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .firstview .board .row .left {
    margin: 0 6px 0 0;
    padding: 0 10px 0 0;
    width: 63%;
  }
}
.firstview .board .row .left .date {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}
@media (max-width: 720px) {
  .firstview .board .row .left .date {
    font-size: 1rem;
  }
}
.firstview .board .row .left .place {
  font-size: 2rem;
}
@media (max-width: 720px) {
  .firstview .board .row .left .place {
    font-size: 1.3rem;
  }
}
.firstview .board .row .right {
  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: 145px;
}
@media (max-width: 720px) {
  .firstview .board .row .right {
    width: 60%;
    display: block;
    text-align: -webkit-center;
  }
}
.firstview .board .row .right .weather {
  max-width: 40px;
}
@media (max-width: 720px) {
  .firstview .board .row .right .weather {
    max-width: 30px;
  }
}
.firstview .board .row .right .temperature {
  margin: 5px 2px 0 5px;
  width: 50%;
  height: 26px;
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
}
@media (max-width: 720px) {
  .firstview .board .row .right .temperature {
    margin: 5px 2px 0 0;
    height: 12px;
    font-size: 1.4rem;
  }
}
.firstview .board .row .right .temperature .small {
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  .firstview .board .row .right .temperature .small {
    margin-left: 2px;
    font-size: 1.4rem;
  }
}
.firstview .board .comenntAndBtn {
  margin: 15px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px solid #4c66a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .firstview .board .comenntAndBtn {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    border-top: none;
    height: auto;
    width: 50%;
  }
}
.firstview .board .comenntAndBtn .comennt {
  margin: 0 0 8px 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
@media (max-width: 720px) {
  .firstview .board .comenntAndBtn .comennt {
    line-height: 1.3rem;
    font-size: 1rem;
  }
}
@media (max-width: 720px) {
  .firstview .board .comenntAndBtn li {
    width: 100%;
  }
}
.firstview .board .comenntAndBtn .btn {
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  color: #12358c;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 720px) {
  .firstview .board .comenntAndBtn .btn {
    padding: 6px;
    height: 20px;
    font-size: 1rem;
  }
}
.firstview .board .comenntAndBtn .btn .btnAfter {
  position: relative;
}
.firstview .board .comenntAndBtn .btn .btnAfter:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../common/img/ic_pdf.png);
  background-size: cover;
}
@media (max-width: 720px) {
  .firstview .board .comenntAndBtn .btn .btnAfter:after {
    top: -2px;
  }
}

/*-------------------------------------------------------
info
-------------------------------------------------------*/
.info {
  margin: 100px 0 80px 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .info {
    margin: 40px 0;
  }
}
.info .titEN:before {
  content: "INFORMATION";
}
.info .infoList {
  margin: 40px 0;
  font-size: 1.6rem;
}
@media (max-width: 720px) {
  .info .infoList {
    margin: 20px 0;
    font-size: 1.2rem;
  }
}
.info .infoList .list:nth-child(odd) .row {
  background: #f6f6f6;
}
.info .infoList .list .group {
  display: block;
}
.info .infoList .list .group:hover {
  opacity: 1;
}
.info .infoList .list .group:hover .text span {
  color: #12348D;
  padding-bottom: 0;
  border-bottom: 1px solid #12348D;
}
.info .infoList .list .row {
  padding: 25px 20px;
  display: block;
}
@media (max-width: 720px) {
  .info .infoList .list .row {
    padding: 10px;
  }
}
.info .infoList .list .row:after {
  content: "";
  display: block;
  clear: both;
}
.info .infoList .list .row .date {
  margin: 0 0 15px 0;
  padding: 0 0 0 23px;
  position: relative;
  line-height: 1.6rem;
  letter-spacing: 0.4px;
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 720px) {
  .info .infoList .list .row .date {
    margin: 0 0 7px 0;
    padding-left: 16px;
    line-height: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
}
.info .infoList .list .row .date:before {
  border: 4px solid #12358c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
}
@media (max-width: 720px) {
  .info .infoList .list .row .date:before {
    border: 3px solid #12358c;
    width: 13px;
    height: 13px;
  }
}
.info .infoList .list .row .date .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
@media (max-width: 720px) {
  .info .infoList .list .row .date .highlight {
    margin-left: 11px;
  }
}
.info .infoList .list .row .date .highlight .link {
  border: 1px solid #12348D;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 18px;
  height: 18px;
  margin-top: -2px;
  width: 73px;
  text-align: center;
}
.info .infoList .list .row .date .highlight .link a {
  display: block;
  line-height: 18px;
}
@media (max-width: 720px) {
  .info .infoList .list .row .date .highlight .link {
    font-size: 1rem;
    height: 13px;
    line-height: 13px;
    margin-top: -2px;
    width: 53px;
  }
  .info .infoList .list .row .date .highlight .link a {
    line-height: 13px;
  }
}
.info .infoList .list .row .date .highlight .l1 {
  color: #12348D;
  margin-right: 10px;
}
@media (max-width: 720px) {
  .info .infoList .list .row .date .highlight .l1 {
    margin-right: 4px;
  }
}
.info .infoList .list .row .date .highlight .l2 {
  background: #12348D;
  color: #fff;
}
.info .infoList .list .row .text {
  line-height: 3rem;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 720px) {
  .info .infoList .list .row .text {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}
.info .infoList .list .row .text span:hover {
  color: #12348D;
  padding-bottom: 0;
  border-bottom: 1px solid #12348D;
}
.info .infoList .list .row .text .link {
  margin: 0 0 0 15px;
  color: #12358c;
}
@media (max-width: 720px) {
  .info .infoList .list .row .text .link {
    margin: 0 0 0 5px;
  }
}

/*-------------------------------------------------------
service
-------------------------------------------------------*/
.service {
  padding: 10px 15px 80px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eef1f7;
  text-align: center;
}
@media (max-width: 720px) {
  .service {
    padding: 40px 15px;
  }
}
.service .titEN {
  margin: 0 0 60px 0;
}
@media (max-width: 720px) {
  .service .titEN {
    margin: 0 0 40px 0;
  }
}
.service .titEN:before {
  content: "SERVICE";
}
.service .bigPh {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 720px) {
  .service .bigPh {
    height: 150px;
  }
}
.service .bigPh .ph {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 143px;
  height: 108px;
}
@media (max-width: 720px) {
  .service .bigPh .ph {
    top: 10px;
    right: 10px;
    width: 85px;
    height: 64px;
  }
}
.service .row {
  margin: 20px 0 0 0;
}
@media (max-width: 720px) {
  .service .row {
    display: inherit;
  }
}
.service .row .list {
  margin: 0 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 720px) {
  .service .row .list {
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
.service .row .list:last-child {
  margin: 0;
}
@media (max-width: 720px) {
  .service .row .list .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px;
    overflow: hidden;
  }
}
.service .row .list .link .ph {
  width: 100%;
  height: 220px;
}
.service .link {
  border-bottom: 3px solid #12358c;
  display: block;
  background-color: #fff;
}
.service .link .box {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .service .link .box {
    padding: 15px;
  }
}
.service .link .box .division {
  margin: 0 0 18px 0;
  display: inline-block;
  position: relative;
  line-height: 2.5rem;
  color: #12358c;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  .service .link .box .division {
    margin: 0 0 5px 0;
    line-height: 1.6rem;
    font-size: 1.6rem;
  }
}
.service .link .box .division:after {
  position: absolute;
  top: 2px;
  right: -40px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/common/img/ic_round_arrow.png);
  background-size: cover;
}
@media (max-width: 720px) {
  .service .link .box .division:after {
    top: 2px;
    right: -20px;
    width: 13px;
    height: 13px;
  }
}
.service .link .box .text {
  line-height: 2.7rem;
  font-size: 1.6rem;
}
@media (max-width: 720px) {
  .service .link .box .text {
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
}
.service {
  padding: 80px 15px;
}
.service .row .list {
  width: 50%;
}
@media (max-width: 720px) {
  .service .row .list {
    width: 100%;
  }
}
.service .row .list.nolink {
  pointer-events: none;
  position: relative;
}
.service .row .list.nolink .link .box .division:after {
  content: none;
}
.service .row .list.nolink small {
  font-size: 12px;
  color: #12358c;
}
.service .row .list .link {
  height: 100%;
}
@media (max-width: 720px) {
  .service .row .list .link {
    display: block;
  }
}
@media (max-width: 720px) {
  .service .row .list .link .ph {
    width: 100%;
    height: 35vw;
    max-height: 117px;
  }
}
@media (max-width: 720px) {
  .service .row .list .link .box {
    padding: 15px 10px;
  }
}
.service .row .list .link .box .division {
  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;
  gap: 20px;
  font-size: 2.2rem;
  line-height: 1.3;
}
.service .row .list .link .box .division:after {
  content: "";
  position: static;
  display: block;
}

/*-------------------------------------------------------
about
-------------------------------------------------------*/
.about {
  padding: 100px 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 720px) {
  .about {
    padding: 50px 15px;
  }
}
.about .ph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200vh;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.os-iOS .about, .safari .about, .os-android .about {
  -webkit-background-attachment: local;
  background-attachment: local;
}
.about .w770 {
  padding: 80px 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 720px) {
  .about .w770 {
    padding: 40px 15px;
  }
}
.about .w770 .titEN:before {
  content: "ABOUT";
}
.about .w770 .text {
  margin: 28px 0;
  line-height: 2.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
@media (max-width: 720px) {
  .about .w770 .text {
    margin: 20px 0;
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=index.css.map */