.top-title {
  line-height: 0;
  visibility: hidden;
}

.top-mainVisual {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: auto;
  max-width: 1280px;
  position: relative;
}

.top-mainVisual .slick-dots {
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .top-mainVisual .slick-dots {
    bottom: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-mainVisual .slick-dots {
    bottom: 10px;
  }
}

.top-mainVisual .slick-dots li:not(:first-child) {
  margin-left: 10px;
}

.top-mainVisual .slick-dots li.slick-active button {
  background: #009df9;
}

.top-mainVisual .slick-dots button {
  background: #d3d3d4;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  line-height: 0;
  width: 14px;
}

@media print, screen and (max-width: 768px) {
  .top-mainVisual .slick-dots button {
    height: 10px;
    width: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mainVisual .sp {
    display: none;
  }
  .top-mainVisual .pc {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .top-mainVisual .sp {
    display: block;
  }
  .top-mainVisual .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .top-section {
    padding: 0 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .top-section {
    padding: 0 12.53333%;
  }
}

.top-banner {
  margin: 0 auto 30px;
}

@media print, screen and (min-width: 769px) {
  .top-banner {
    padding: 0 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .top-banner {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 5.33333%;
    position: relative;
  }
}

.top-banner-list {
  justify-content: center;
  margin: auto;
  max-width: 1280px;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .top-banner-list {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-banner-list {
    display: block;
    margin: 24px auto 0;
  }
}

.top-banner-list > li {
  max-width: 375px;
  width: 100%;
}

.top-banner-list > li:not(:first-child) {
  margin: 0 0 0 2%;
}

@media print, screen and (max-width: 768px) {
  .top-banner-list > li {
    text-align: center;
    margin: auto;
  }
  .top-banner-list > li:not(:first-child) {
    margin: 10px auto 0;
  }
}

.top-banner-list a {
  transition: .3s;
  display: block;
}

.top-banner-list a:hover, .top-banner-list a:active, .top-banner-list a:focus {
  opacity: .8;
}

.top-search {
  margin-top: 48px;
  background-color: #fff100;
}

.m-box-search {
  margin-top: 48px;
}

@media print, screen and (min-width: 769px) {
  .top-search {
    padding: 24px 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search {
    padding: 30px 5.33333% 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-search dl {
    display: flex;
    margin-top: 16px;
    width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search dl {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 22px;
  }
}

.top-search dt {
  display: flex;
  align-items: center;
  min-width: 140px;
  font-size: 1.6rem;
  font-weight: bold;
}

.top-search dt::before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url("/assets/images/common/icon-check-01.svg") no-repeat;
}

.top-search dd {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}

@media print, screen and (max-width: 768px) {
  .top-search dd {
    margin: 0 0 0 -15px;
  }
}

.top-search dd a {
  display: inline-flex;
  position: relative;
  margin-top: 15px;
  padding: 10px 20px 10px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .top-search dd a {
    margin-left: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search dd a {
    margin-left: 15px;
  }
}

.top-search dd a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #0081cc;
  border-top: 2px solid #0081cc;
  transform: rotate(45deg);
  vertical-align: middle;
}

.top-search-box {
  margin: auto;
  max-width: 1280px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .top-search-box {
    padding: 24px 32px;
  }
}

.top-search-title {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .top-search-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top-search-form-wrap {
    display: flex;
    justify-content: center;
    margin-left: -23px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search-form-wrap {
    padding: 22px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-search-form {
    margin-left: 23px;
    width: calc(33.3333% - 23px);
  }
}

@media print, screen and (max-width: 768px) {
  .top-search-form {
    display: inline-block;
    width: 100%;
  }
  .top-search-form:not(:last-child) {
    padding-bottom: 18px;
  }
}

.top-search-form-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .top-search-form-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}

.top-search-form-inner {
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .top-search-form-inner {
    width: 100%;
  }
}

.top-search-form-inner input {
  padding: 13px 16px;
  width: 100%;
  border: 2px solid #c2c2c2;
  border-radius: 4px 0 0 4px;
  border-right: none;
  color: #555555;
}

.top-search-form-inner input:-ms-input-placeholder {
  color: #888888;
  font-size: 1.4rem;
}

.top-search-form-inner input::placeholder {
  color: #888888;
  font-size: 1.4rem;
}

.top-search-form-inner button {
  min-width: 48px;
  background: #555555;
  border-radius: 0 4px 4px 0;
}

@media print, screen and (max-width: 768px) {
  .top-search-form-inner button {
    min-width: 40px;
  }
  .top-search-form-inner button img {
    width: 16px;
  }
}

.top-search-select {
  position: relative;
  width: 100%;
}

.top-search-select select {
  position: relative;
  padding: 0 30px 0 16px;
  width: 100%;
  height: 48px;
  border: 2px solid #c2c2c2;
  border-radius: 4px 0 0 4px;
  border-right: none;
  background: transparent;
  color: #555555;
  font-size: 1.6rem;
  line-height: 48px;
  transition: border .2s;
  z-index: 3;
}

.top-search-select::before, .top-search-select::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.top-search-select::before {
  right: 21px;
  margin: auto 0 auto 6px;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #8d8d8d;
  border-top: 2px solid #8d8d8d;
  vertical-align: middle;
  transform: rotate(135deg);
}

.top-search-select::after {
  right: 48px;
  margin: auto;
  width: 1px;
  height: 60%;
  border-left: 1px solid #c2c2c2;
}

@media print, screen and (max-width: 768px) {
  .top-search-select select {
    padding-left: 13px;
    padding-right: 36px;
  }
  .top-search-select::before {
    right: 14px;
  }
  .top-search-select::after {
    right: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-search-form-area {
    display: flex;
  }
  .top-search-form-area .top-search-form-inner {
    width: 100%;
  }
}

.top-search-form-areaBtnWrap {
  margin-left: 10px;
  min-width: 130px;
  width: 35.2%;
}

@media print, screen and (min-width: 769px) {
  .top-search-form-areaBtnWrap {
    display: none;
  }
}

.top-search-form-areaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #555555;
  color: #ffffff;
  font-size: 1.3rem;
}

.top-search-form-areaBtn::after {
  display: inline-block;
  content: "";
  position: relative;
  top: -.03em;
  margin: auto 8px auto 3px;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
}

.top-button {
  background-color: #f1faff;
  border: 1px solid #009df9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #222222;
  display: flex;
  transition: .3s;
  width: 100%;
}

.top-button:hover, .top-button:active, .top-button:focus {
  opacity: .8;
}

.top-button::after {
  display: inline-block;
  content: "";
  border-right: 2px solid #009df9;
  border-top: 2px solid #009df9;
  height: .7rem;
  margin: auto 12px auto 6px;
  top: -.12em;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .7rem;
}

.top-button.ver02 {
  background-color: #e3ecf2;
  border: 1px solid #0f6698;
}

.top-button.ver02::after {
  border-right: 2px solid #0f6698;
  border-top: 2px solid #0f6698;
}

.top-button.ver03 {
  background-color: #e5f6ef;
  border: 1px solid #00a764;
}

.top-button.ver03::after {
  border-right: 2px solid #00a764;
  border-top: 2px solid #00a764;
}

.top-button.ver04 {
  background-color: #ffe0e4;
  border: 1px solid #e95e71;
}

.top-button.ver04::after {
  border-right: 2px solid #e95e71;
  border-top: 2px solid #e95e71;
}

.top-button-inner {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
  padding: 18px 0 18px 10px;
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .top-button-inner {
    padding: 10px 0 10px 10px;
  }
}

.top-feature-img {
  margin-top: 24px;
}

@media print, screen and (max-width: 768px) {
  .top-feature-img {
    margin-left: -5.33333%;
    margin-right: -5.33333%;
  }
}

.top-feature-img > img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .top-feature-pc {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .top-feature-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .top-feature-sp {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .top-feature-sp {
    display: block;
    width: 100%;
  }
}

.top-feature-button {
  margin: auto;
  max-width: 340px;
}

@media print, screen and (max-width: 768px) {
  .top-feature-button {
    box-sizing: content-box;
    padding: 0 5.33333%;
  }
}

@media print, screen and (min-width: 769px) {
  .top-feature-list {
    margin-bottom: 32px;
    padding: 0 3.125%;
  }
}

@media print, screen and (max-width: 768px) {
  .top-feature-list {
    margin-bottom: 16px;
  }
}

.top-exp {
  margin-top: 48px;
}

@media print, screen and (min-width: 769px) {
  .top-exp {
    background: url("/assets/images/top/bg-exp-01.jpg") no-repeat right top;
    background-size: cover;
    padding: 0 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .top-exp {
    background: url("/assets/images/top/bg-exp-02.jpg") no-repeat;
    background-size: cover;
    padding: 0 5.33333%;
  }
}

.top-exp-inner {
  margin: auto;
  max-width: 1052px;
  padding: 70px 0 72px;
}

@media print, screen and (max-width: 768px) {
  .top-exp-inner {
    padding: 40px 0 44px;
  }
}

.top-exp-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .top-exp-title {
    font-size: 2rem;
  }
}

.top-exp-lead {
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .top-exp-lead {
    margin-top: 15px;
  }
}

.top-exp-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.top-exp-list li {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .top-exp-list li {
    max-width: calc((100%/3) - 10px);
  }
  .top-exp-list li:not(:last-child) {
    margin-right: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .top-exp-list {
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .top-exp-list li {
    max-width: 340px;
  }
  .top-exp-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-exp-list--row-reverse-pc {
    flex-direction: row-reverse;
  }
  .top-exp-list--row-reverse-pc > li:first-child {
    margin-right: 0;
  }
  .top-exp-list--row-reverse-pc > li:last-child {
    margin-right: 16px;
  }
}

.top-news {
  margin-bottom: 48px;
  padding: 0 5.333vw;
}

.top-news-inner {
  margin: auto;
  max-width: 1280px;
}

.top-news-list {
  border-bottom: 1px solid #c2c2c2;
}

.top-news-list li {
  border-top: 1px solid #c2c2c2;
}

.top-news-list a {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #222222;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .top-news-list a {
    padding-right: 45px;
    padding-left: 26px;
  }
}

.top-news-list a:hover, .top-news-list a:active, .top-news-list a:focus {
  opacity: .8;
}

.top-news-list a:hover::after, .top-news-list a:active::after, .top-news-list a:focus::after {
  transform: translateX(5px) rotate(45deg);
}

.top-news-list a:not([href])::after {
  display: none;
}

.top-news-list a:not([href]):hover, .top-news-list a:not([href]):active, .top-news-list a:not([href]):focus {
  opacity: 1;
}

.top-news-list a::after {
  display: inline-block;
  content: "";
  border-right: 2px solid #555555;
  border-top: 2px solid #555555;
  bottom: 0;
  height: .7rem;
  margin: auto 12px auto 6px;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateX(0%) rotate(45deg);
  transition: .3s;
  vertical-align: middle;
  width: .7rem;
}

@media print, screen and (max-width: 768px) {
  .top-news-list a {
    padding: 20px 24px 15px 0;
  }
  .top-news-list a::after {
    right: 0;
  }
}

.top-news-head {
  display: flex;
  align-items: center;
}

.top-news-date {
  font-size: 1.4rem;
  line-height: 1.2;
}

.top-news-label {
  min-width: 60px;
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .top-news-label {
    margin-left: 19px;
    padding-bottom: 2px;
    font-size: 1.3rem;
  }
}

@media print, screen and (max-width: 768px) {
  .top-news-label {
    margin-left: 14px;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
}

.top-news-label.important {
  background-color: #cf0000;
}

.top-news-label.release {
  background-color: #cc9966;
}

.top-news-label.announcement {
  background-color: #6699cc;
}

.top-news-label.event {
  background-color: #ccbb66;
}

.top-news-text {
  display: block;
  margin-top: 13px;
}

@media print, screen and (min-width: 769px) {
  .top-news-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.top-news-link {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 35px;
  text-align: right;
  position: relative;
  padding-right: 22px;
}

.top-news-link a {
  color: #222222;
  transition: .3s;
}

.top-news-link a::after {
  display: inline-block;
  content: "";
  border-right: 2px solid #555555;
  border-top: 2px solid #555555;
  bottom: 0;
  height: .7rem;
  margin: auto 0 auto 6px;
  position: absolute;
  right: 12px;
  top: 0;
  transform: translateX(0%) rotate(45deg);
  transition: .3s;
  vertical-align: middle;
  width: .7rem;
}

@media print, screen and (max-width: 768px) {
  .top-news-link a::after {
    right: 0;
  }
}

.top-news-link a:hover, .top-news-link a:active, .top-news-link a:focus {
  opacity: .8;
}

.top-news-link a:hover::after, .top-news-link a:active::after, .top-news-link a:focus::after {
  transform: translateX(5px) rotate(45deg);
}

.top-news .m-icon-blank,
.top-news .m-icon-pdf,
.top-news .m-icon-modal {
  margin: 0 4px calc((1em - 1rem) / 2);
  vertical-align: middle;
}

.top-banner-footer {
  margin-top: 48px;
}

.top-banner-footer .list {
  font-size: 1.2rem;
  text-align: center;
}

.top-banner-footer span {
  display: block;
  margin-top: 5px;
}

.top-banner-footer a {
  color: #222222;
  display: block;
  transition: .3s;
}

.top-banner-footer a:hover, .top-banner-footer a:active, .top-banner-footer a:focus {
  opacity: .8;
}

@media print, screen and (min-width: 769px) {
  .top-banner-footer {
    padding: 0 5.333vw;
  }
  .top-banner-footer .list {
    display: flex;
    margin: auto;
    max-width: 1052px;
  }
  .top-banner-footer .item {
    margin-left: 3.70722%;
    width: 22.24335%;
  }
  .top-banner-footer .item:first-child {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .top-banner-footer {
    font-size: 2rem;
  }
  .top-banner-footer .list {
    padding: 0 5.33333%;
  }
  .top-banner-footer .item {
    margin: 0 4px;
  }
  .top-banner-footer img {
    margin: auto;
  }
  .top-banner-footer .next,
  .top-banner-footer .prev {
    height: 20px;
    line-height: 1;
    margin: -25px auto 0;
    position: absolute;
    top: 50%;
    width: 20px;
  }
  .top-banner-footer .next::before,
  .top-banner-footer .prev::before {
    display: inline-block;
    content: "";
    border-right: 2px solid #555555;
    border-top: 2px solid #555555;
    height: 10px;
    width: 10px;
  }
  .top-banner-footer .prev {
    left: 5px;
  }
  .top-banner-footer .prev::before {
    transform: rotate(-135deg);
  }
  .top-banner-footer .next {
    right: 5px;
  }
  .top-banner-footer .next::before {
    transform: rotate(45deg);
  }
}
