@charset "UTF-8";
@media only screen and (max-width: 736px) {
  .hero-top .slick-slide {
    height: 33vh;
  }
}

/*------------------------------------------------------
cvArea
-------------------------------------------------------*/
.cvArea {
  width: 100%;
  background-color: #efefef;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .cvArea {
    padding: 24px 0;
  }
}

.cvAreaInner {
  width: 100%;
}

.cvAreaList {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .cvAreaList {
    display: block;
  }
}

.cvAreaListItem {
  margin: 0 14px;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem {
    margin: 0;
    padding: 0 4%;
  }
  .cvAreaListItem:not(:first-of-type) {
    margin-top: 20px;
  }
}
.cvAreaListItem.-whitepaper .cvAreaCopy {
  color: #354187;
}
.cvAreaListItem.-whitepaper .cvAreaBtn {
  width: 410px;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem.-whitepaper .cvAreaBtn {
    width: 100%;
  }
}
.cvAreaListItem.-whitepaper .cvAreaBtnItem {
  background-color: #354187;
}
.cvAreaListItem.-whitepaper .cvAreaBtnItem span {
  background-image: url(../images/top_cv_icon01.png);
  padding-left: 40px;
  margin-left: -30px;
}
.cvAreaListItem.-document .cvAreaCopy {
  color: #354187;
}
.cvAreaListItem.-document .cvAreaBtn {
  width: 370px;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem.-document .cvAreaBtn {
    width: 100%;
  }
}
.cvAreaListItem.-document .cvAreaBtnItem {
  background-color: #354187;
}
.cvAreaListItem.-document .cvAreaBtnItem span {
  background-image: url(../images/top_cv_icon02.png);
  padding-left: 35px;
  margin-left: -30px;
}
.cvAreaListItem.-trial .cvAreaCopy {
  color: #f07a38;
}
.cvAreaListItem.-trial .cvAreaBtn {
  width: 410px;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem.-trial .cvAreaBtn {
    width: 100%;
  }
}
.cvAreaListItem.-trial .cvAreaBtnItem {
  background-color: #f07a38;
}
.cvAreaListItem.-trial .cvAreaBtnItem span {
  background-image: url(../images/top_cv_icon03.png);
  padding-left: 67px;
  margin-left: -30px;
}

.cvAreaCopy {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .cvAreaCopy {
    font-size: 16px;
  }
}
.cvAreaCopy::before {
  content: "＼ ";
}
.cvAreaCopy::after {
  content: " ／";
}

.cvAreaBtn {
  height: 82px;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtn {
    height: 17.7334vw;
  }
}

.cvAreaBtnItem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem {
    font-size: 16px;
  }
}
@media only screen and (min-width: 737px) {
  .cvAreaBtnItem:hover {
    opacity: 0.7;
  }
}
.cvAreaBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 20px;
  top: 36px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem::after {
    right: 20px;
    top: 7.6vw;
  }
}
.cvAreaBtnItem small {
  font-size: 0.8em;
  margin-right: 5px;
}
.cvAreaBtnItem span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem span {
    background-size: contain;
  }
}

/*------------------------------------------------------
point
-------------------------------------------------------*/
.thirdPoint .pointBox {
  padding-bottom: 80px;
}

.pointAreaBtn {
  width: 150px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.pointAreaBtnItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border: solid 1px #354187;
  border-radius: 3px;
  color: #354187;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media only screen and (min-width: 737px) {
  .pointAreaBtnItem:hover {
    background-color: #354187;
    color: #fff;
  }
  .pointAreaBtnItem:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.pointAreaBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #354187;
  border-right: solid 2px #354187;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}

/*------------------------------------------------------
service
-------------------------------------------------------*/
.serviceContent {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .serviceContent {
    padding-bottom: 0;
  }
}

.serviceContentInner {
  width: 100%;
}

.serviceContentItem:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .serviceContentItem:not(:first-of-type) {
    margin-top: 28px;
  }
}
.serviceContentItem h3 {
  font-size: 20px;
  color: #fff;
  background-color: #354187;
  font-weight: bold;
  width: 100%;
  padding: 6px 20px;
}
@media only screen and (max-width: 736px) {
  .serviceContentItem h3 {
    font-size: 17px;
  }
}

.colom_2col.hasSpace {
  flex-wrap: wrap;
}

@media only screen and (max-width: 736px) {
  .colom_2col.hasSpace .col {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.stripeBoxList .col {
  padding: 0;
  background: none;
  border: solid 1px #cccccc;
  margin-top: 20px;
  position: relative;
}
.stripeBoxList .col:nth-of-type(1) {
  margin-top: 0;
}
.stripeBoxList .col:nth-of-type(2) {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .col:nth-of-type(2) {
    margin-top: 10px;
  }
}

.stripeBoxList .itemInr {
  border: none;
  position: static;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .itemInr {
    padding-top: 20px;
  }
}

.stripeBoxList .itemInr .itemTxt {
  padding-left: 0;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .itemInr .itemTxt {
    padding-left: 14px;
  }
}

.stripeBoxList .itemInr .itemName {
  font-size: 20px;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .itemInr .itemName {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 736px) {
  .service .stripeBoxList .itemInr dt {
    width: 18%;
  }
}

.stripeBoxList .col a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .col a {
    padding-bottom: 20px;
  }
}
.stripeBoxList .col a:hover {
  background-color: #edf0fe;
}

.stripeBoxList .itemInr:hover {
  background: none;
}

.stripeBoxList .itemInr::before {
  content: "詳しくはこちら";
  width: auto;
  font-size: 16px;
  color: #333;
  background: none;
  height: auto;
  right: 40px;
  bottom: 10px;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .itemInr::before {
    font-size: 13px;
    right: 30px;
  }
}

.stripeBoxList .itemInr::after {
  width: 9px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  bottom: 18px;
  right: 27px;
}
@media only screen and (max-width: 736px) {
  .stripeBoxList .itemInr::after {
    width: 7px;
    height: 7px;
    bottom: 16px;
    right: 20px;
  }
}

/*------------------------------------------------------
award
-------------------------------------------------------*/
.award {
  width: 100%;
  background-color: #fff7dc;
  position: relative;
  padding: 60px 0 80px;
}
@media only screen and (max-width: 736px) {
  .award {
    padding: 30px 20px;
  }
}
.award.awardGroup {
  margin-top: 60px;
}
@media only screen and (max-width: 736px) {
  .award.awardGroup {
    margin-top: 0;
  }
  .award.awardGroup .ttlLv2 {
    margin-top: 0;
  }
}

.awardContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .awardContent {
    display: block;
  }
}

.awardContentItem {
  width: 480px;
}
@media only screen and (max-width: 736px) {
  .awardContentItem {
    width: 100%;
  }
  .awardContentItem:not(:first-of-type) {
    margin-top: 30px;
  }
}
.awardContentItem figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #fff;
  height: 130px;
}
@media only screen and (max-width: 736px) {
  .awardContentItem figure {
    height: auto;
    padding: 15px 30px;
  }
}
.awardContentItem figure img {
  width: auto;
  max-width: 100%;
}
.awardContentItem p {
  font-size: 14px;
  margin-top: 1em;
}
.awardContentItem p .caption {
  display: block;
  font-size: 12px;
}

/*------------------------------------------------------
voice
-------------------------------------------------------*/
.voice {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .voice {
    padding: 30px 10px;
  }
}
.voice .caption {
  font-size: 12px;
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .voice .caption {
    margin-top: 15px;
  }
}

.awardContent {
  width: 100%;
  position: relative;
}

.voiceContentItem {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .voiceContentItem {
    display: block;
  }
}
.voiceContentItem:not(:first-of-type) {
  margin-top: 22px;
}

.voiceIcon {
  width: 260px;
  background-color: #efefef;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media only screen and (max-width: 736px) {
  .voiceIcon {
    width: 100%;
    padding: 10px;
  }
}
.voiceIcon img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 736px) {
  .voiceIcon img {
    width: 64vw;
  }
}

.voiceText {
  width: 740px;
  border: solid 2px #354187;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media only screen and (max-width: 736px) {
  .voiceText {
    width: 100%;
    padding: 10px 0;
  }
}
.voiceText p {
  width: 88%;
}

.voiceText:after, .voiceText:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 18%;
}
@media only screen and (max-width: 736px) {
  .voiceText:after, .voiceText:before {
    bottom: 100%;
    left: 93%;
  }
}

.voiceText:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 91px;
  border-right-width: 91px;
  margin-top: -8px;
  margin-right: -5px;
  border-right-color: #FFFFFF;
  transform: rotate(5deg);
}

.voiceText:before {
  border-color: rgba(53, 65, 135, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 103px;
  border-right-width: 103px;
  margin-top: -12px;
  margin-right: 1px;
  border-right-color: #354187;
  transform: rotate(5.5deg);
}

@media only screen and (max-width: 736px) {
  .voiceText:after, .voiceText:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 93%;
    top: auto;
    right: auto;
  }

  .voiceText:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
    transform: none;
  }

  .voiceText:before {
    border-color: rgba(53, 65, 135, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color: #354187;
    transform: none;
  }
}