@charset "UTF-8";
/* ======================================================
 * PC
====================================================== */
.pc_hidden {
  display: none;
}

.pageContents .mainContents.-isHome {
  margin: 0;
  overflow: hidden;
  background: url("/img/index_kv-bgi.webp") no-repeat center top;
  background-size: 3000px auto;
}
@media only screen and (min-width: 3001px) {
  .pageContents .mainContents.-isHome {
    background-size: 100% auto;
  }
}
.pageContents .mainContents.-isHome a:before, .pageContents .mainContents.-isHome a:after {
  transition: 0.3s;
}

.top-kv {
  padding: 40px 0 100px;
}

.top-kv-movie {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.top-kv-movie .btn {
  margin: 40px auto 0;
}

.iframe_wrap {
  padding-bottom: 56.25%;
  border-radius: 50px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #d9edf2;
}
.iframe_wrap iframe,
.iframe_wrap .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-heading {
  line-height: 1.2857142857;
}
.top-heading .heading-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 42px;
  font-weight: bold;
}
.top-heading .heading-text {
  margin-top: 0.6em;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-heading .heading-text.icon-arrow {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.top-product {
  position: relative;
  z-index: 0;
}
.top-product:before, .top-product:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  content: "";
}
.top-product:before {
  margin: -221px 0 0 600px;
  width: 500px;
  height: 499px;
  background: url("/img/cycle-product-1.webp") no-repeat;
  background-size: contain;
}
.top-product:after {
  margin: 142px 0 0 -860px;
  width: 500px;
  height: 501px;
  background: url("/img/cycle-product-2.webp") no-repeat;
  background-size: contain;
}
.top-product > .inner {
  padding: 28px 0 0;
  z-index: 80;
}
.top-product > .inner:after {
  border-radius: 292px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 1000px;
  height: 584px;
  background: #d9edf2;
  pointer-events: none;
  content: "";
}
.top-product .top-heading {
  margin-left: 98px;
}
.top-product .top-lead {
  margin: 56px auto 0px auto;
  max-width: 900px;
}
.top-product .top-lead p {
  display: block;
}
.top-product .top-lead + .top-column {
  margin-top: 40px;
}
.top-product .top-column {
  margin-top: 56px;
}

.top-search {
  position: absolute;
  top: 45px;
  left: 366px;
}
.top-search .search_textfield {
  padding: 0 29px;
  border: none;
  border-radius: 30px;
  width: 468px;
  height: 60px;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.top-search .search_submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-57%);
  background: none;
}
.top-search .search_submit img {
  width: 20px;
  height: auto;
}

.top-lead {
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.top-lead p {
  display: block;
}

.top-link {
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
.top-link span {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-link span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #014099;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.top-link:after {
  margin-left: 30px;
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(/img/icon-link.webp) no-repeat;
  background-size: contain;
  content: "";
}
.top-link:hover {
  opacity: 1;
}
.top-link:hover span:before {
  width: 100%;
}
.top-link:hover:after {
  background: url(/img/icon-link-on.webp) no-repeat;
  background-size: contain;
}
.top-link.-isPdf:after {
  background: url(/img/icon-pdf.webp) no-repeat;
  background-size: contain;
}
.top-link.-isPdf:hover:after {
  background: url(/img/icon-pdf-on.webp) no-repeat;
  background-size: contain;
}

.top-column {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-column a {
  cursor: pointer;
}
.top-column a:hover .col_heading > span:before {
  width: 100%;
}
.top-column .column_col {
  margin: 0;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  width: 373px;
  overflow: hidden;
  text-align: center;
}
.top-column .col_image {
  margin: 0;
}
.top-column .col_image img {
  width: 100%;
  height: auto;
}
.top-column .col_inner {
  padding: 40px 20px 35px;
  height: 100%;
  background: linear-gradient(to bottom, #fff, #eef1f6);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.top-column .col_heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}
.top-column .col_heading > span {
  position: relative;
}
.top-column .col_heading > span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.top-column .col_navigation {
  margin-top: 36px;
  padding: 0 10px 0 20px;
}
.top-column .col_navigation li + li {
  margin-top: 16px;
}
.top-column .col_genre {
  margin-top: 83px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-column .col_genre li + li:before {
  margin: 0 1em;
  content: "／";
}
.top-column .col_genre + .col_genre {
  margin-top: 0.7em;
  margin-left: -1em;
}
.top-column .col_genre.-is_system {
  margin-top: 104px;
}

.top-corporate {
  padding: 150px 0 0;
  position: relative;
  z-index: 0;
}
.top-corporate:before, .top-corporate:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
}
.top-corporate:before {
  margin: -180px 0 0 398px;
  left: 50%;
  z-index: -1;
  width: 881px;
  height: 413px;
  background: url("/img/cycle-corporate-1.webp") no-repeat;
  background-size: contain;
}
.top-corporate:after {
  top: 95px;
  z-index: -1;
  width: 100%;
  height: 830px;
  background: url(/img/index_corporate-bgi.webp) no-repeat center top;
  background-size: 3000px auto;
}
@media only screen and (min-width: 3001px) {
  .top-corporate:after {
    background-size: 100% 100%;
  }
}
.top-corporate .corporate-panel-wrap:before, .top-corporate .corporate-panel-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  content: "";
}
.top-corporate .corporate-panel-wrap:before {
  margin: 672px 0 0 640px;
  z-index: -1;
  width: 300px;
  height: 193px;
  background: url("/img/cycle-corporate-2.webp") no-repeat;
  background-size: contain;
}
.top-corporate .corporate-panel-wrap:after {
  margin: 492px 0 0 -1200px;
  width: 500px;
  height: 501px;
  background: url("/img/cycle-corporate-3.webp") no-repeat;
  background-size: contain;
}

.icon-arrow {
  display: inline-flex;
  align-items: center;
}
.icon-arrow span {
  position: relative;
}
.icon-arrow span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #014099;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.icon-arrow:after {
  margin-left: 12px;
  display: block;
  width: 10px;
  height: 16px;
  background: url("/img/icon-arrow.svg") no-repeat;
  background-size: contain;
  content: "";
}
.icon-arrow:hover span:before {
  width: 100%;
}

.corporate-panel {
  display: flex;
  justify-content: space-between;
}
.corporate-panel .corporate-panel-item {
  padding: 240px 60px 111px;
  border-radius: 50px;
  position: relative;
  width: 580px;
  background: linear-gradient(to bottom, #fff, #eef1f6);
}
.corporate-panel .corporate-panel-item:before {
  margin: 40px 0 0 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.corporate-panel .corporate-panel-item.-isIconOffice:before {
  width: 140px;
  height: 170px;
  background: url("/img/icon-office.svg") no-repeat;
  background-size: contain;
  content: "";
}
.corporate-panel .corporate-panel-item.-isIconIR:before {
  width: 158px;
  height: 158px;
  background: url("/img/icon-ir.svg") no-repeat;
  background-size: contain;
  content: "";
}
.corporate-panel .top-heading {
  margin: 0;
}
.corporate-panel .top-heading .heading-title {
  font-size: 36px;
}
.corporate-panel .top-lead {
  margin: 40px 0 0;
  text-align: left;
}
.corporate-panel .top-link {
  margin-top: 20px;
  margin-right: -20px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.corporate-panel .top-link:after {
  margin-left: 25px;
  width: 60px;
  height: 60px;
}
.corporate-panel .top-link:not(.corporate-panel .top-link.-isPdf):after {
  background: url("/img/icon-link-large.webp") no-repeat;
  background-size: contain;
}
.corporate-panel .top-link:not(.corporate-panel .top-link.-isPdf):hover:after {
  background: url("/img/icon-link-large-on.webp") no-repeat;
  background-size: contain;
}
.corporate-panel.-isMidTerm {
  margin: 45px auto 0;
  width: 956px;
}
.corporate-panel.-isMidTerm .corporate-panel-item {
  padding: 39px 58px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.corporate-panel.-isMidTerm .corporate-panel-item span:before {
  bottom: -0.2em;
}
.corporate-panel.-isMidTerm .corporate-panel-item span:last-child:before {
  transition-delay: 0.15s;
}
.corporate-panel.-isMidTerm .corporate-panel-item small {
  padding-left: 79px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.corporate-panel.-isMidTerm .corporate-panel-item:after {
  margin-right: -18px;
  margin-left: auto;
}
.corporate-panel.-isMidTerm .top-link {
  margin: 0;
}
.corporate-panel .corporate-panel-heading {
  margin: 0;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.top-recruit {
  padding: 100px 0;
}
.top-recruit a {
  margin: 0 auto;
  padding: 16px 100px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #014099;
  background: url("/img/index_recruit-img.webp") no-repeat;
  background-size: contain;
  text-align: center;
  transition: 0.3s;
}
.top-recruit a:hover {
  opacity: 0.8;
}

.top-news {
  padding: 40px 0;
  position: relative;
}
.top-news .top-heading {
  display: flex;
  align-items: center;
}
.top-news .top-heading .heading-title {
  font-size: 36px;
}
.top-news .top-heading .heading-text {
  margin-left: 25px;
  font-size: 18px;
}
.top-news:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  content: "";
}
.top-news.-isPickup:before {
  margin: 383px 0 0 -690px;
  width: 180px;
  height: 180px;
  background: url("/img/cycle-pickup.webp") no-repeat;
  background-size: contain;
}

.top-news-wrap {
  margin-top: 50px;
  display: flex;
}
.top-news-wrap .top-news-to_archive {
  padding-top: 38px;
  flex-shrink: 0;
  width: 244px;
}
.top-news-wrap .top-news-to_archive .top-link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
}
.top-news-wrap .top-news-to_archive .top-link:after {
  margin-left: 20px;
  width: 60px;
  height: 60px;
  background: url("/img/icon-link-large-gray.webp") no-repeat;
  background-size: contain;
}
.top-news-wrap .top-news-to_archive .top-link:hover:after {
  background: url("/img/icon-link-large-on.webp") no-repeat;
  background-size: contain;
}
.top-news-wrap .top_news {
  width: 100%;
}
.top-news-wrap .news_article {
  border-bottom: solid 1px #000;
  width: 100%;
}
.top-news-wrap .news_article + .news_article {
  margin-top: 21px;
}
.top-news-wrap .news_article .news_detail {
  padding: 0 60px 25px 0;
  display: block;
  position: relative;
}
.top-news-wrap .news_article .news_detail:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url("/img/icon-link-gray.webp") no-repeat;
  background-size: contain;
  content: "";
}
.top-news-wrap .news_article .news_detail:hover span:before {
  width: 100%;
}
.top-news-wrap .news_article .news_detail:hover:after {
  background: url("/img/icon-link-on.webp") no-repeat;
  background-size: contain;
}
.top-news-wrap .news_article .news_detail.type-pdf:after {
  background: url("/img/icon-pdf-gray.webp") no-repeat;
  background-size: contain;
}
.top-news-wrap .news_article .news_detail.type-pdf:hover:after {
  background: url("/img/icon-pdf-on.webp") no-repeat;
  background-size: contain;
}
.top-news-wrap .news_article .news_property {
  display: flex;
  align-items: center;
}
.top-news-wrap .news_article .news_property .news_icon {
  margin-left: 15px;
}
.top-news-wrap .news_article .news_property .news_icon .icon_label {
  padding: 6px 17px 4px 13px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}
.top-news-wrap .news_article .news_property .news_icon .icon_label.type-color1 {
  background-color: #0096b4;
}
.top-news-wrap .news_article .news_property .news_icon .icon_label.type-color2 {
  background-color: #0096b4;
}
.top-news-wrap .news_article .news_property .news_icon .icon_label.type-color3 {
  background-color: #0096b4;
}
.top-news-wrap .news_article .news_date {
  display: block;
  color: #0096b4;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.01em;
}
.top-news-wrap .news_article .news_title {
  margin: 0.5em 0 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.top-news-wrap .news_article .news_title span {
  display: inline-block;
  position: relative;
}
.top-news-wrap .news_article .news_title span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #014099;
  transition: all 0.2s ease-out 0s;
  content: "";
}

.top-news.-isNews {
  margin-top: 60px;
}
.top-news.-isNews:before {
  margin: -25px 0 0 760px;
  width: 400px;
  height: 400px;
  background: url("/img/cycle-news.webp") no-repeat;
  background-size: contain;
}
.top-news.-isNews:after {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  transform: skewY(6deg);
  width: 100%;
  height: 525px;
  background: #d9edf2;
  pointer-events: none;
  content: "";
}
.top-news.-isNews .news_article .news_title {
  margin-top: 19px;
}
.top-news.-isNews .news_detail:after {
  background: url("/img/icon-link.webp") no-repeat;
  background-size: contain;
}
.top-news.-isNews .news_detail:hover:after {
  background: url("/img/icon-link-on.webp") no-repeat;
  background-size: contain;
}

.top-news.-isImportant {
  margin-top: 110px;
}
.top-news.-isImportant:before {
  margin: -35px 0 0 -870px;
  width: 240px;
  height: 239px;
  background: url("/img/cycle-important.webp") no-repeat;
  background-size: contain;
}
.top-news.-isImportant .top-heading {
  position: relative;
  z-index: 90;
}
.top-news.-isImportant .top-heading .heading-title {
  color: #014099;
}
.top-news.-isImportant .top-news-wrap {
  margin-top: -30px;
  padding: 70px 100px 62px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  z-index: 80;
  transform: translateX(-50%);
  width: 1400px;
  background: #eef1f6;
}
.top-news.-isImportant .top-news-to_archive {
  padding: 40px 0 0;
  width: 310px;
}
.top-news.-isImportant .top-link:after {
  background: url("/img/icon-link-large.webp") no-repeat;
  background-size: contain;
}
.top-news.-isImportant .top-link:hover:after {
  background: url("/img/icon-link-large-on.webp") no-repeat;
  background-size: contain;
}
.top-news.-isImportant .top_link li {
  list-style: none;
}
.top-news.-isImportant .top_link li + li {
  margin-top: 24px;
}
.top-news.-isImportant .top_link a {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-news.-isImportant .top_link a:before {
  margin-top: 0.5em;
  margin-right: 30px;
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("/img/icon-link.webp") no-repeat;
  background-size: contain;
  content: "";
}
.top-news.-isImportant .top_link a .news_date ~ span {
  display: inline-block;
  position: relative;
}
.top-news.-isImportant .top_link a .news_date ~ span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #014099;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.top-news.-isImportant .top_link a .news_date {
  color: #014099;
}
.top-news.-isImportant .top_link a:hover:before {
  background: url("/img/icon-link-on.webp") no-repeat;
  background-size: contain;
}
.top-news.-isImportant .top_link a:hover span:before {
  width: 100%;
}
.top-news.-isImportant .top_link .news_date {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.top-bnr_area {
  padding: 160px 0 100px;
  position: relative;
}
.top-bnr_area:before, .top-bnr_area:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}
.top-bnr_area:before {
  top: -16px;
  width: 100%;
  height: 567px;
  background: url("/img/index_bnr_area-bgi.webp") no-repeat center top;
  background-size: 3000px auto;
}
@media only screen and (min-width: 3001px) {
  .top-bnr_area:before {
    background-size: cover;
  }
}
.top-bnr_area:after {
  margin: 37px 0 0 -1400px;
  left: 50%;
  z-index: 0;
  width: 700px;
  height: 700px;
  background: url("/img/cycle-bottom.webp") no-repeat center top;
  background-size: contain;
}

.top-bnr_area-list {
  display: flex;
  justify-content: center;
}
.top-bnr_area-list li {
  margin: 0 20px;
  position: relative;
  width: 373px;
}
.top-bnr_area-list a {
  padding: 31px 0 25px;
  border-radius: 50px;
  display: block;
  background: #fff;
  transition: box-shadow 0.2s;
}
.top-bnr_area-list a:before {
  margin: 0 auto 28px;
  display: block;
  width: 210px;
  height: 106px;
  content: "";
}
.top-bnr_area-list a:hover {
  box-shadow: 0 0 30px rgba(0, 150, 178, 0.15);
}
.top-bnr_area-list a:hover .bnr_area-heading span:before {
  width: 100%;
}
.top-bnr_area-list p {
  margin: 0;
  display: block;
  text-align: center;
}
.top-bnr_area-list .bnr_area-heading {
  font-size: 20px;
  font-weight: bold;
}
.top-bnr_area-list .bnr_area-heading span {
  position: relative;
}
.top-bnr_area-list .bnr_area-heading span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #014099;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.top-bnr_area-list .bnr_area-text {
  margin: 2px 0 8px;
}
.top-bnr_area-list .saxa-hikari a:before {
  background: url("/img/index_bnr-saxa-hikari.webp") no-repeat center top;
  background-position: 13px 5px;
  background-size: 185px;
}
.top-bnr_area-list .office-agent a:before {
  background: url("/img/index_bnr-office-agent.webp") no-repeat center top;
  background-position: 1px 0;
  background-size: contain;
}
.top-bnr_area-list .office-agent .bnr_area-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*v13 2024.06 追加*/
.top-layout-v11-custom {
  margin-bottom: 55px;
  padding: 60px 0;
  background: url("/img/index_product_bgi.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-layout-v11-custom .top_image img {
  width: 100%;
  height: auto;
}
.top-layout-v11-custom .top_column {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
.top-layout-v11-custom .top_column a {
  cursor: pointer;
}
.top-layout-v11-custom .top_column a:hover .col_heading > span:before {
  width: 100%;
}
.top-layout-v11-custom .top_column p, .top-layout-v11-custom .top_column a {
  margin: 0;
  display: block;
  text-align: center;
}
.top-layout-v11-custom .top_column .column_col {
  margin: 0;
  border-radius: 15px;
  width: 360px;
  overflow: hidden;
  text-align: center;
}
.top-layout-v11-custom .top_column .col_image {
  margin: 0;
}
.top-layout-v11-custom .top_column .col_image img {
  width: 100%;
  height: auto;
}
.top-layout-v11-custom .top_column .col_inner {
  padding: 37px 20px 40px;
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.top-layout-v11-custom .top_column .col_heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}
.top-layout-v11-custom .top_column .col_heading > span {
  position: relative;
}
.top-layout-v11-custom .top_column .col_heading > span:before {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-out 0s;
  content: "";
}
.top-layout-v11-custom .top_column .col_btn {
  margin-top: 20px;
  display: block;
}
.top-layout-v11-custom .col_navigation {
  margin-top: 40px;
  padding: 0 22.5px;
}
.top-layout-v11-custom .col_navigation li + li {
  margin-top: 16px;
}
.top-layout-v11-custom .col_navigation a {
  padding-bottom: 4px;
  border-bottom: solid 1px #424243;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
.top-layout-v11-custom .col_navigation a:after {
  display: block;
  width: 8px;
  height: 14px;
  background: url(/img/index_product_ic01-r2x.png) no-repeat;
  background-size: contain;
  content: "";
}
.top-layout-v11-custom .col_navigation a:hover {
  opacity: 0.7;
}
.top-layout-v11-custom .col_genre {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.top-layout-v11-custom .col_genre li + li:before {
  margin: 0 1em;
  content: "／";
}
.top-layout-v11-custom .col_genre + .col_genre {
  margin-top: 0.7em;
  margin-left: -1em;
}
.top-layout-v11-custom .col_genre.-is_system {
  margin-top: 90px;
}
.top-layout-v11-custom.-is_product {
  margin: -65px auto 53px;
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- top-layout ----- */
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  #main {
    margin-top: 61px !important;
  }
  .pageContents .mainContents.-isHome {
    background: none;
  }
  .top-kv {
    padding: 10px 10px 0;
    position: relative;
  }
  .top-kv .btn {
    margin-top: 20px;
  }
  .top-kv-movie {
    width: 100%;
    max-width: 100%;
  }
  .iframe_wrap {
    border-radius: 20px;
  }
  .icon-scroll {
    margin-right: 29px;
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 90;
  }
  .icon-scroll:after {
    margin: 15px 0 0 4px;
    display: block;
    width: 1px;
    height: 100px;
    background: #000;
    animation: scrollLine 1.5s 0s 3;
    content: "";
  }
  @keyframes scrollLine {
    0% {
      max-height: 0;
    }
    100% {
      max-height: 100px;
    }
  }
  .icon-scroll img {
    width: 10px;
    height: 50px;
  }
  .inner {
    padding: 0 10px;
    width: 100%;
  }
  .top-heading {
    line-height: 1.4;
  }
  .top-heading .heading-title {
    font-size: 32px;
  }
  .top-heading .heading-text {
    margin-top: 0.125em;
    font-size: 16px;
  }
  .top-product {
    padding-top: 50px;
    position: relative;
    z-index: 0;
  }
  .top-product:before, .top-product:after {
    content: none;
  }
  .top-product > .inner {
    padding: 28px 0 148px;
  }
  .top-product > .inner:after {
    border-radius: 177.5px;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 100%;
  }
  .top-product .top-heading {
    margin: 11px 0 0 28px;
  }
  .top-product .top-lead {
    margin-top: 40px;
    padding: 0 20px;
  }
  .top-product .top-column {
    margin-top: 50px;
  }
  .top-search {
    margin-top: 46px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  .top-search .search_textfield {
    padding: 0 18px;
    border-radius: 27px;
    width: calc(100% - 60px);
    height: 54px;
    font-size: 15px;
  }
  .top-search .search_submit {
    right: 41px;
    transform: translateY(-53%);
  }
  .top-lead {
    font-size: 16px;
  }
  .top-lead p {
    line-height: 2;
  }
  .top-column {
    padding: 0 20px;
    display: block;
  }
  .top-column .column_col {
    width: 100%;
  }
  .top-column .column_col + .column_col {
    margin-top: 20px;
  }
  .top-column .col_image img {
    margin-left: -5.675%;
    width: 111.35%;
    height: auto;
  }
  .top-column .col_inner {
    padding: 40px 5px 35px;
  }
  .top-column .col_heading {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
  }
  .top-column .col_heading > span {
    position: relative;
  }
  .top-column .col_heading > span:before {
    display: block;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s ease-out 0s;
    content: "";
  }
  .top-column .col_navigation {
    margin-top: 34px;
    padding: 0 0 0 8px;
  }
  .top-column .col_navigation li + li {
    margin-top: 16px;
  }
  .top-column .-isOem .col_heading,
  .top-column .-isSystem .col_heading {
    margin-top: -3px;
    font-size: 18px;
  }
  .top-column .col_genre {
    margin-top: 30px;
  }
  .top-column .col_genre + .col_genre {
    margin-top: 0.15em;
    margin-left: 0;
  }
  .top-column .col_genre.-is_system {
    margin-top: 30px;
  }
  .top-column .col_genre li + li:before {
    margin: 0 0.5em;
  }
  .top-corporate {
    padding: 130px 0 0;
    position: relative;
    z-index: 90;
  }
  .top-corporate:before, .top-corporate:after {
    display: block;
    position: absolute;
    pointer-events: none;
    content: "";
  }
  .top-corporate:before {
    margin: -229px -112px 0 0px;
    right: 0;
    left: auto;
    z-index: 1;
    width: 299px;
    height: 299px;
    background: url("/img/cycle-product-1.webp") no-repeat;
    background-size: contain;
  }
  .top-corporate:after {
    top: 50px;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
            clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
    background: linear-gradient(20deg, rgba(0, 158, 180, 0.2) 0%, rgba(238, 241, 246, 0.2) 48%, rgba(1, 64, 153, 0.2) 100%), #def1f7;
  }
  .top-corporate .corporate-panel-wrap:before, .top-corporate .corporate-panel-wrap:after {
    content: none;
  }
  .icon-arrow:after {
    margin-left: 8px;
  }
  .corporate-panel {
    display: block;
  }
  .corporate-panel .corporate-panel-item {
    margin: 0;
    padding: 175px 20px 36px;
    border-radius: 50px;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #fff, #eef1f6);
  }
  .corporate-panel .corporate-panel-item:before {
    margin: 30px 0 0 40px;
  }
  .corporate-panel .corporate-panel-item + .corporate-panel-item {
    margin-top: 46px;
  }
  .corporate-panel .corporate-panel-item.-isIconOffice:before {
    width: 104px;
    height: 126px;
  }
  .corporate-panel .corporate-panel-item.-isIconIR {
    padding-top: 166px;
  }
  .corporate-panel .corporate-panel-item.-isIconIR:before {
    width: 117px;
    height: 116px;
  }
  .corporate-panel .top-heading {
    margin: 0;
  }
  .corporate-panel .top-heading .heading-title {
    font-size: 28px;
  }
  .corporate-panel .top-heading .heading-text {
    margin: 6px 0 0 1px;
    font-size: 18px;
  }
  .corporate-panel .top-lead {
    margin: 2em 0 0;
    padding: 0;
    font-size: 14px;
  }
  .corporate-panel .top-link {
    margin-top: 42px;
    margin-right: 0;
    font-size: 15px;
  }
  .corporate-panel .top-link:after {
    margin-left: 17px;
  }
  .corporate-panel.-isMidTerm {
    margin: 30px auto 0;
    padding: 0 10px;
    width: 100%;
  }
  .corporate-panel.-isMidTerm .corporate-panel-item {
    padding: 32px 38px 40px;
    display: block;
    width: 100%;
  }
  .corporate-panel.-isMidTerm .corporate-panel-item span:before {
    bottom: -0.2em;
  }
  .corporate-panel.-isMidTerm .corporate-panel-item span:last-child:before {
    transition-delay: 0.15s;
  }
  .corporate-panel.-isMidTerm .corporate-panel-item small {
    margin-top: 22px;
    padding-left: 0;
    display: block;
  }
  .corporate-panel.-isMidTerm .corporate-panel-item:after {
    margin: -8px -17px 0 auto;
  }
  .corporate-panel.-isMidTerm .top-link {
    margin: 0;
  }
  .corporate-panel .corporate-panel-heading {
    font-size: 21px;
    line-height: 1.7;
  }
  .top-recruit {
    padding: 100px 0;
    position: relative;
  }
  .top-recruit:before, .top-recruit:after {
    margin: 0 -112px 10px 0;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    content: "";
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .top-recruit:before {
    z-index: -2;
    width: 23.0769230769em;
    width: 300px;
    height: 23.0769230769em;
    height: 300px;
    background: url("/img/cycle-product-2.webp") no-repeat;
    background-size: contain;
  }
  .top-recruit:after {
    bottom: 150px;
    z-index: -1;
    width: 100%;
    height: 150px;
    background: #fff;
  }
  .top-recruit a {
    padding: 10.125em 0 0;
    position: relative;
    width: 22.1875em;
    height: 18.75em;
    background: url("/img/index_recruit-img-sp.webp") no-repeat;
    background-size: contain;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .top-recruit .top-heading {
    margin: 0;
  }
  .top-recruit .heading-title {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
  .top-recruit .heading-text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .top-news {
    padding: 10px 0 65px;
    z-index: 80;
  }
  .top-news .top-heading {
    padding-left: 7.5px;
  }
  .top-news .top-heading .heading-title {
    font-size: 28px;
  }
  .top-news .top-heading .heading-text {
    margin: 8px 0 0 18px;
    font-size: 16px;
  }
  .top-news:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    content: "";
  }
  .top-news.-isPickup:before {
    margin: 383px 0 0 -690px;
    width: 180px;
    height: 180px;
    background: url("/img/cycle-pickup.webp") no-repeat;
    background-size: contain;
  }
  .top-news-wrap {
    margin-top: 54px;
    padding: 0 10px;
    flex-direction: column-reverse;
  }
  .top-news-wrap .top-news-to_archive {
    padding-top: 40px;
    width: 100%;
    text-align: right;
  }
  .top-news-wrap .top-news-to_archive .top-link {
    display: inline-flex;
  }
  .top-news-wrap .news_article .news_detail {
    padding: 0 50px 28px 0;
  }
  .top-news-wrap .news_article .news_detail:after {
    bottom: 50%;
    transform: translateY(50%);
  }
  .top-news-wrap .news_article .news_property .news_icon {
    margin: 1px 0 0 14px;
  }
  .top-news-wrap .news_article .news_property .news_icon .icon_label {
    padding: 3px 14px;
    border-radius: 9px;
    font-size: 12px;
  }
  .top-news-wrap .news_article .news_date {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .top-news-wrap .news_article .news_title {
    margin: 0.15em 0 0;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.075em;
  }
  .top-news.-isNews {
    margin-top: 0;
    padding: 70px 0 27px;
  }
  .top-news.-isNews:before {
    margin: -123px 0 0 -111px;
    left: 0;
    z-index: -1;
    width: 300px;
    height: 300px;
    background: url("/img/cycle-corporate-3.webp") no-repeat;
    background-size: contain;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .top-news.-isNews:after {
    width: 100%;
    height: 100%;
  }
  .top-news.-isNews .news_article .news_title {
    margin-top: 12px;
  }
  .top-news.-isImportant {
    margin-top: 100px;
  }
  .top-news.-isImportant:before, .top-news.-isImportant:after {
    margin: 0px -112px -55px 0px;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 300px;
    height: 300px;
  }
  .top-news.-isImportant:before {
    z-index: -2;
    background: url("/img/cycle-corporate-3.webp") no-repeat;
    background-size: contain;
  }
  .top-news.-isImportant:after {
    bottom: 150px;
    z-index: -1;
    width: 100%;
    height: 150px;
    background: #fff;
    content: "";
  }
  .top-news.-isImportant .top-heading {
    padding-left: 27px;
    position: relative;
    top: -3px;
  }
  .top-news.-isImportant .top-heading .heading-text {
    margin-top: 10px;
  }
  .top-news.-isImportant .top-news-wrap {
    margin-top: -30px;
    padding: 80px 20px 26px;
    border-radius: 40px;
    position: static;
    transform: none;
    width: 100%;
  }
  .top-news.-isImportant .top_link li {
    list-style: none;
  }
  .top-news.-isImportant .top_link li + li {
    margin-top: 30px;
  }
  .top-news.-isImportant .top_link a:before {
    margin-top: 2px;
  }
  .top-news.-isImportant .top_link .news_date {
    font-size: 14px;
  }
  .top-news.-isImportant .top_link .news_date ~ span {
    margin-top: 4px;
    display: block;
    line-height: 1.7142857143;
  }
  .top-news.-isImportant .top-news-to_archive {
    padding: 44px 0 0;
    width: 100%;
  }
  .top-bnr_area {
    margin-top: -15px;
    padding: 100px 0;
    z-index: 0;
  }
  .top-bnr_area:before {
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(20deg, rgba(0, 158, 180, 0.2) 0%, rgba(238, 241, 246, 0.2) 48%, rgba(1, 64, 153, 0.2) 100%), #def1f7;
  }
  .top-bnr_area:after {
    content: none;
  }
  .top-bnr_area-list {
    padding: 0 30px;
    display: block;
  }
  .top-bnr_area-list li {
    margin: 0;
    width: 100%;
  }
  .top-bnr_area-list li + li {
    margin-top: 27px;
  }
  .top-bnr_area-list a {
    padding: 2.0769230769em 0 2.1538461538em;
    border-radius: 3.8461538462em;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .top-bnr_area-list a:before {
    margin: 0 auto 28px;
    display: block;
    width: 14.3846153846em;
    height: 7.2692307692em;
  }
  .top-bnr_area-list a:hover {
    box-shadow: 0 0 2.3076923077em rgba(0, 150, 178, 0.15);
  }
  .top-bnr_area-list a:hover .bnr_area-heading span:before {
    width: 100%;
  }
  .top-bnr_area-list .bnr_area-heading {
    margin-top: -0.3333333333em;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .top-bnr_area-list .bnr_area-text {
    margin: 0.2857142857em 0 1.2857142857em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .top-bnr_area-list .saxa-hikari a:before,
  .top-bnr_area-list .office-agent a:before {
    background-position: 0;
    background-size: 100% auto;
  }
  .top-bnr_area-list .bnr_area-more img {
    width: 8.0769230769em;
    height: 1.2307692308em;
  }
  /*v13 2024.06 追加*/
  .top-layout-v11-custom {
    margin: 0 0 26px;
    padding: 40px 15px;
    background: url("/img/index_product_bgi-sp.jpg") no-repeat #f7f7f7;
    background-position: center center;
    background-size: cover;
  }
  .top-layout-v11-custom .top_column {
    display: block;
  }
  .top-layout-v11-custom .top_column .column_col {
    margin: 0;
    width: 100%;
  }
  .top-layout-v11-custom .top_column .column_col + .column_col {
    margin-top: 20px;
  }
  .top-layout-v11-custom .top_column .col_image {
    overflow: hidden;
  }
  .top-layout-v11-custom .top_column .col_image img {
    margin-left: -2.175%;
    width: 104.35%;
    height: auto;
  }
  .top-layout-v11-custom .top_column .col_inner {
    padding: 34px 20px 40px;
  }
  .top-layout-v11-custom .top_column .col_heading > span {
    font-size: 18px;
  }
  .top-layout-v11-custom .top_column .col_navigation {
    margin-top: 30px;
    padding: 0 18px;
  }
  .top-layout-v11-custom .top_column .col_navigation li + li {
    margin-top: 15px;
  }
  .top-layout-v11-custom .top_column .col_navigation a {
    padding-bottom: 4px;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  .top-layout-v11-custom .top_column .col_navigation a:after {
    position: absolute;
    right: 0;
  }
  .top-layout-v11-custom .top_column .col_genre {
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }
  .top-layout-v11-custom .top_column .col_genre li + li:before {
    margin: 0 1em;
    content: "／";
  }
  .top-layout-v11-custom .top_column .col_genre:last-child {
    margin-bottom: -0.4em;
  }
  .top-layout-v11-custom .top_column .col_genre + .col_genre {
    margin-top: 0.17em;
    margin-left: 0;
  }
  .top-layout-v11-custom .top_column .col_genre.-is_system {
    margin-top: 26px;
  }
  .top-layout-v11-custom.-is_product {
    margin: -46px auto 24px;
    padding-top: 65px;
    background-position-y: 24px;
  }
}
