@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.mv {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  max-height: 605px;
  position: relative;
}

@media (max-width: 749px) {
  .mv {
    max-height: 330px;
  }
}

.mv-ttl-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 278px;
  left: 135px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 749px) {
  .mv-ttl-box {
    top: 200px;
    left: 40px;
    padding-bottom: 6px;
  }
}

.mv-ttl-box .mv-ttl {
  margin-right: 17px;
  font-size: 56px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

@media (max-width: 749px) {
  .mv-ttl-box .mv-ttl {
    margin-right: 10px;
    font-size: 30px;
  }
}

.mv-ttl-box .en {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.16em;
}

@media (max-width: 749px) {
  .mv-ttl-box .en {
    font-size: 14px;
  }  
}

.mv-img {
  position: absolute;
  bottom: -45px;
  right: 0;
  margin-left: 30px;
}

.mv-img--bg {
  width: 100%;
  height: 100%;
  background: no-repeat right center;
}

@media (max-width: 1415px) {
  .mv-img {
    left: 30px;
    width: 1384px;
    margin-left: 0;
  }
}

@media (max-width: 749px) {
  .mv-img {
    right: auto;
    height: 297px;
    width: 711px;
  }
}

.mv + .breadcrumb {
  margin-top: 40px;
}

.category-top .page-body {
  padding-bottom: 50px;
}

.vega .page-body .page-content-ttl {
  color: #0068B3;
}

.page-body .sec-ttl.sec-ttl-corporate-color:before {
  background: #0068B3;
}

.page-body .change-img-list {
  margin: 20px -30px 0;
}

@media (max-width: 749px) {
  .page-body .change-img-list {
    display: block;
    margin: 20px 0 0;
  }
  .page-body .img-list.change-img-list.col-2 .img-item {
    width: 100%;
    padding: 0;
  }
}

.page-body .change-img-list .img-item + .img-item {
  position: relative;
}

.page-body .change-img-list .img-item + .img-item::before {
  position: absolute;
  top: calc(50% - 20px);
  left: -11px;
  transform: translateY(-50%);
  width: 22px;
  height: 25px;
  background: url("/images/ico-arrow-change.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}

@media (max-width: 749px) {
  .page-body .change-img-list .img-item + .img-item::before {
    transform: translateX(-50%) rotate(90deg);
    top: -28px;
    left: 50%;
    width: 17px;
    height: 20px;
  }
}

.page-body .change-img-list.col-2 .img-item {
  padding: 0 30px;
}

.page-body .txt-img-list .img-item.img-2item .figure-zoom + .figure-zoom {
  margin-top: 10px;
}

.page-body .indent-list {
  padding-left: 1em;
	text-indent: -1em;
}

.page-body .btn-link-area {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .page-body .btn-link-area {
    display: block;
    margin: 0 auto 40px;
  }

  .page-body .btn-link-area .btn-blue {
    margin: 0 auto;
  }
}

.category-top .page-body .btn-link-area {
  justify-content: flex-end;
  margin-top: 40px;
}

.page-body .btn-link-area .btn-link-wrap + .btn-link-wrap {
  margin-left: 50px;
}

@media (max-width: 749px) {
  .page-body .btn-link-area .btn-link-wrap {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-body .btn-link-area .btn-link-wrap + .btn-link-wrap {
    margin-left: auto;
  }
}

.category-top .page-body .btn-link-wrap {
  width: 32%;
}

@media (max-width: 749px) {
  .category-top .page-body .btn-link-wrap {
    width: 320px;
  }
}

.page-body .btn-pager-wrap .btn-prev-next.btn-prev-next-corporate-color .btn-prev:before,
.page-body .btn-pager-wrap .btn-prev-next.btn-prev-next-corporate-color .btn-next:after {
  background: #0068B3;
}

.btn-blue,
.btn-white {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 58px;
  font-size: 16px;
  font-weight: 500;
}

.btn-blue,
.btn-blue:visited {
  color: #0068B3;
}

.btn-link-wrap.center .btn-blue {
  margin: 0 auto;
}

.btn-blue--sensing,
.btn-blue--sensing:visited {
  padding-right: 0;
  padding-left: 58px;
  color: #1136a6;
}


.btn-white,
.btn-white:visited,
.top-mv__link:visited {
  color: #ffffff;
}

@media (max-width: 749px) {
  .btn-blue,
  .btn-white {
    padding-right: 53px;
    font-size: 14px;
  }
  .btn-blue--sensing {
    padding-right: 0;
    padding-left: 53px;
  }
}

.btn-blue::before,
.btn-white::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  content: "";
}

.btn-blue::before {
  background-color: #0068B3;
}

.btn-blue--sensing::before {
  right: auto;
  left: 0;
}

.btn-white::before {
  background-color: #ffffff;
}

@media (max-width: 749px) {
  .btn-blue::before,
  .btn-white::before {
    width: 42px;
    height: 42px;
  }  
}

.btn-blue::after,
.btn-white::after {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 29px;
  height: 5px;
  content: "";
}

.btn-blue::after {
  background: url(../images/icon-arrow-btn-blue.png) no-repeat right center;
  background-size: cover;
}

.btn-blue--sensing::after {
  transform: scale(-1, 1) translateY(-50%);
  right: auto;
  left: -11px;
}

.top-gallery .btn-white::after {
  background: url(../images/icon-arrow-btn-white-gray.png) no-repeat right center;
  background-size: cover;
}

@media (max-width: 749px) {
  .btn-blue::after,
  .btn-white::after {
    right: -10px;
    width: 26px;
    height: 4px;
  }
}

.category-top .category .btn-link {
  height: 60px;
  color: #ffffff!important;
  background-color: inherit;
  font-size: 14px;
}

@media (min-width: 750px) {
  .category-top .category .btn-link:hover {
    color: #ffffff!important;
    background-color: inherit;
    border-color: #ffffff;
  }
}

.category-top .ico-right-white {
  background-image: url(../images/ico-arrow-right-white.png);
}

.contents-list-blue > li figure.item-img img {
  width: auto;
}

.contents-list-blue {
  margin-top: 20px;
}

.contents-list-blue .contents-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
}

.contents-list-blue .contens-item-box {
  margin-bottom: 20px;
}

.contents-list-blue .contents-item-ttl {
  font-size: 17px;
  margin-bottom: 10px;
}

.contents-list-blue .contents-item-link {
  height: auto;
  border: none;
  border: 1px solid #DDDDDD;
}

.contents-list-blue li .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: #0068B3;
}

.contents-list-blue > li .item-ttl {
  font-weight: 500;
  margin-bottom: 6px;
}

.contents-list-blue > li .item-description {
  margin-bottom: 19px;
  font-size: 13px;
  line-height: 1.4;
  color: #707070;
}

.contents-list-blue > li .txt {
  padding: 15px 20px;
}

.search-keyword-ttl {
  margin-bottom: 15px;
  font-weight: normal;
}

.search-keyword-ttl i {
  margin-right: 10px;
}

.search-keyword dd .keyword-item a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #3c518b;
  opacity: 1;
}

.vega .about-faq .faq-sec .faq-list .accordion-ttl a,
.vega .about-faq .faq-sec .faq-list .accordion-contents:before {
  color: #0068B3;
}

.vega .about-faq .faq-sec .faq-list .accordion-ttl a:before {
  background: #0068B3;
}

.link-area p + p {
  margin-top: 10px;
}

.category-top .lead-box {
  margin-bottom: 70px;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 749px) {
  .category-top .lead-box {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}

.category-top .lead-box p {
  font-size: 18px;
  line-height: 2.3;
}

@media (max-width: 749px) {
  .category-top .lead-box p {
    font-size: 16px;
  }
}

.category-top .lead-box p + p {
  margin-top: 1.5em;
}

.category-top .bg-img-box {
  max-height: 880px;
  margin: 128px 0 307px;
  padding: 90px 0;
  background-size: cover;
  background-position: top center;
}

.category-top .bg-img-box:has(.num-text) {
  max-height: 640px;
}

@media (max-width: 749px) {
  .category-top .bg-img-box {
    max-height: 100%;
    margin: 64px 0 80px;
  }
  .category-top .bg-img-box:has(.num-text) {
    max-height: 100%;
  }
}

.category-top .box {
  margin-top: 128px;
}

@media (max-width: 749px) {
  .category-top .box {
    margin-top: 64px;
  }
}

.category-top .ttl {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}

.category-top .ttl.white {
  color: #ffffff;
}

.category-top .ttl.blue {
  color: #0068B3;
}

@media (max-width: 749px) {
  .category-top .ttl {
    font-size: 25px;
  }
}

.category-top .ttl-en {
  text-align: center;
  font-size: 14px;
  color: #B5B4B4;
  font-weight: 300;
}

.category-top .ttl-en.white {
  color: #ffffff;
}

.category-top .ttl-en.blue {
  color: #0068B3;
}

.category-top .text-box {
  margin: 40px 0 67px;
  padding: 50px;
  background-color: rgba(255,255,255,0.9);
}

@media (max-width: 749px) {
  .category-top .text-box {
    margin: 20px 0 0;
    padding: 30px;
  }
}

.category-top .text-box .lead {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 2.3;
  text-align: center;
}

.category-top .img-box-list  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 749px) {
  .category-top .img-box-list  {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .category-top .img-box-list__item + .img-box-list__item {
    margin-top: 10px;
  }
}

.category-top .text-box P + P {
  margin-top: 1em;
}

.category-top .category {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 749px) {
  .category-top .category {
    margin-top: 40px;
  }
}

.num-text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.num-text-list__item {
  margin-bottom: 35px;
  width: calc(50% - 15px);
}

.num-text-list-box__item {
  display: flex;
}

.num-text-list-box__item .num {
  display: block;
  margin-right: 16px;
  font-size: 36px;
  color: #0068B3;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.num-text-list-box__item p {
  padding-left: 20px;
  border-left: 1px solid #DDDDDD;
}

@media (max-width: 749px) {
  .num-text-list {
    display: block;
  }
  .num-text-list__item {
    width: 100%;
  }
}

.category-top .category::before {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #222222;
  content: "";
}

@media (max-width: 749px) {
  .category-top .category::before {
    top: -25px;
    height: 25px;
  }
}

.category-top .category::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  opacity: 0.5;
  content: "";
}

@media (max-width: 749px) {
  .category-top .category::after {
    height: 25px;
  }
}

.category-top .category-item {
  background-size: cover;
  background-position: center center;
  min-height: 810px;
  padding-top: 146px;
  color: #ffffff;
}

@media (max-width: 749px) {
  .category-top .category-item {
    min-height: auto;
    padding: 60px 0 30px;
  }
}

.category-top .category-ttl {
  padding-bottom: 30.5px;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 749px) {
  .category-top .category-ttl {
    padding-bottom: 10px;
    font-size: 22px;
  }
}

.category-top .category-box {
  display: flex;
  margin-top: 66px;
}

@media (max-width: 749px) {
  .category-top .category-box {
    display: block;
    margin-top: 30px;
  }
}

.category-top .category-img-box {
  width: 320px;
}

@media (max-width: 749px) {
  .category-top .category-img-box {
    width: 100%;
  }
}

.category-top .category-text-box {
  flex: 1;
  margin-left: 50px;
}

@media (max-width: 749px) {
  .category-top .category-text-box {
    margin: 20px 0 0 0;
  }
}

.category-top .category-ttl-sub {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 749px) {
  .category-top .category-ttl-sub {
    font-size: 18px;
  }
}

.category-top .category-text {
  font-size: 14px;
  line-height: 1.85;
}

.icon-group {
  margin-bottom: 160px;
}

.icon-group-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
}

.icon-group-inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  content: "";
}

.icon-group-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 76px;
}

.icon-group-list__item {
  width: calc(50% - 30px);
  margin-bottom: 38px;
  border-bottom: 1px solid #DDDDDD;
}

.icon-group-box {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  color: #222222;
}

.icon-group-box:hover,
.icon-group-box:visited {
  color: #222222;
}

.icon-group-box__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-group-box__img {
  margin-right: 20px;
  width: 90px;
  height: 90px;
}

.icon-group-box__ttl {
  flex: 1;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.icon-group-box__text {
  font-size: 14px;
}

@media (max-width: 749px) {
  .icon-group-list {
    display: block;
  }
  .icon-group-list__item {
    width: 100%;
  }
  .icon-group-box__img {
    width: 70px;
    height: 70px;
  }
  .icon-group-box__ttl {
    font-size: 18px;
  }
}

.more-card {
  margin-bottom: 92px;
}

.more-card-list__item {
  position: relative;
  display: flex;
  padding: 30px;
  background-color: #F5F5F5;
}

.more-card-list__item + .more-card-list__item {
  margin-top: 40px;
}

.more-card-list__img {
  width: 240px;
}

.more-card-list-box {
  flex: 1;
  margin-left: 30px;
}

.more-card-list__ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #0068B3;
}

.more-card-list__txt {
  padding-bottom: 60px;
}

.more-card .more-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 230px;
}

.more-card .btn-link {
  height: 50px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 749px) {
  .more-card-list__item {
    display: block;
    padding: 20px;
  }
  .more-card-list-box {
    margin-left: 0;
  }
  .more-card-list__ttl {
    font-size: 18px;
  }
  .more-card-list__img {
    margin-bottom: 20px;
    width: 100%;
  }
  .more-card-list__txt {
    padding-bottom: 20px;
  }
  .more-card .more-btn {
    position: static;
    margin: 0 auto;
  }
}

.page-body .pl-1em {
  padding-left: 1em;
}

.page-body .mt-20 {
  margin-top: 20px;
}

.page-body .mb-20 {
  margin-bottom: 20px;
}

.page-body .mt-40 {
  margin-top: 40px;
}

.page-body .mb-40 {
  margin-bottom: 40px;
}

/* top */
@media (min-width: 750px) {
  .top a.btn-blue:hover {
    color: #0068B3;
  }
  .top a.btn-white:hover {
    color: #ffffff
  }
}

/* mvスライダー */
.top-mv {
  position: relative;
  padding-bottom: 70px;
  z-index: 0;
}

.top-mv::after {
  content: " ";
  position: absolute;
  left: 95px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0068B3;
  z-index: -1;
}

.top-mv__img {
  display: block;
}

.top-mv__img img {
	display: block;
	width: 100%;
}

.top-mv__inner {
	position: absolute;
  bottom: 22%;
	left: 95px;
}

.top-mv__slider::before {
  position: absolute;
  right: 95px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: " ";
}

.top-mv__item {
  position: relative;
  margin-right: 95px;
}

.top-mv__item img {
  width: 100%;
}

.top-mv-copy {
  position: absolute;
  bottom: 27%;
  left: 95px;
  max-width: 331px;
  width: 28%;
}

.top-mv-detail-btn {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 125px;
  right: 0;
  width: 360px;
  height: 100px;
  padding-left: 35px;
  background-color: #0068B3;
  border-radius: 2px;
}

.top-mv__link {
  position: relative;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.top-mv__link:hover {
  color: #ffffff;
}

.top-mv__link::after {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  bottom: 5px;
  right: -8px;
  background: url(../images/top/mv-btn-arrow.png) no-repeat 0 0;
  background-size: 20px 3px;
  content: "";
}

.top-mv__nav {
  position: absolute;
  left: 95px;
  bottom: 18%;
}

.top-mv__controls {
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
}

.top-mv__controls .slick-dots {
	display: flex;
	align-items: center;
	order: 1;
	margin-right: auto;
}

.top-mv__more-btn {
  order: 2;
}

.top-mv__more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-left: 20px;
  font-size: 12px;
  color: #ffffff;
}

.top-mv-box {
  position: relative;
}

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

.top-mv__controls .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  outline: none;
  background: inherit;
  border: 1px solid #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.top-mv__controls .slick-dots li.slick-active button {
	background: #ffffff;
}

.top-mv .btn-white {
  padding-right: 70px;
  font-size: 17px;
}

.top-mv .btn-white::after {
  background: url(../images/icon-arrow-btn-white-blue.png ) no-repeat right center;
  background-size: cover;
}

@media (max-width: 1260px) {
  .top-mv-copy {
    width: 20%;
    bottom: 28%;
  }
  .top-mv__inner {
    bottom: 23%;
  }
  .top-mv__link {
    font-size: 14px;
    bottom: 
  }
  .top-mv-detail-btn {
    bottom: 80px;
    width: 310px;
    height: 80px;
    padding-left: 20px;
  }
  .top-mv .btn-white {
    padding-right: 58px;
    font-size: 15px;
  }
}

@media (max-width: 749px) {
  .top-mv {
    padding-bottom: 50px;
  }
  .top-mv::after {
    left: 32px;
  }
  .top-mv__slider::before {
    right: 0px;
  }
  .top-mv__item {
    margin-right: 0;
  }
  .top-mv__item img {
    min-height: 330px;
    object-fit: cover;
    object-position: left 0;
  }
  .top-mv-copy {
    bottom: 46px;
    left: 13px;
    max-width: none;
    width: 150px;
  }
  .top-mv-detail-btn {
    bottom: -40px;
    right: 0;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 17px;
    background-color: inherit
  }
  .top-mv .btn-white {
    padding-right: 32px;
    font-size: 10px;
  }
  .top-mv .btn-white::before {
    width: 28px;
    height: 28px;
  }
  .top-mv .btn-white::after {
    right: -7px;
    width: 17px;
    height: 3px;
    background-size: cover;
  }
  .top-mv__inner {
    bottom: 13px;
    left: 13px;
  }
  .top-mv__link {
    display: block;
    font-size: 9px;
    line-height: 1.5;
  }
  .top-mv__nav {
    bottom: -31px;
    left: 46px;
  }
  .top-mv__controls .slick-dots li:not(:first-child) {
    margin-left: 5px;
  }
  .top-mv__controls .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .top-mv__more-btn a {
    width: 57px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    margin-left: 7px;
    font-size: 10px;
  }
  .top-mv__link::after {
    width: 15px;
    height: 3px;
    bottom: 2px;
    right: -6px;
    background-size: 15px 3px;
  }
}  


.top .sec-news {
  padding: 29px 0 ;
}

.top .page-body .sec-top-ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  color: #0068B3;
}

@media (max-width: 749px) {
  .top .page-body .sec-top-ttl {
    font-size: 48px;
  }
}

.top .page-body .sec-top-ttl-ja {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .top .page-body .sec-top-ttl-ja {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.top .page-body .sec-top-ttl.center,
.top .page-body .sec-top-ttl-ja.center {
  text-align: center;
}

.top .top-news .inner {
  width: 1140px;
}

.top-news-slider .swiper-slide-active a {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #00000029;
}

.top .sec-news .top-news-slider .news-item .txt {
  padding: 25px 0;
}

.top .sec-news .top-news-slider .news-item.swiper-slide-active .txt {
  padding: 25px 30px;
}

.top .sec-news .news-item .item-ttl {
  font-weight: 500;
}

.top-news-slider-wrapper {
  position: relative;
}

@media (min-width: 750px) {
  .top-news-slider {
    margin: 40px auto 0;
    max-width: 300px;
    transform: translateX(-20%);
  }
  .top-news-slider .swiper-slide {
    transition: all 0.3s ease;
    margin-top: 60px;
  }
  .top-news-slider .swiper-slide-active {
    margin-top: 20px;
    width: 140% !important;
  }
  .top-news-slider .swiper-slide-active img {
    width: 100%;
  }
}

@media (min-width: 750px) and (max-width: 1260px) {
  .top .top-news .inner {
    width: 1060px;
  }
  .top-news-slider {
    max-width: 280px;
    transform: translateX(-15%);
  }
  .top-news-slider .swiper-slide-active {
    width: 130% !important;
  }
  .top .top-news-slider-wrapper .carousel-button-prev {
    left: -20px;
  }
  .top .top-news-slider-wrapper .carousel-button-next {
    right: -20px;
  }
}

@media (max-width: 749px) {
  .top .sec-news {
    padding: 0 0 30px 0;
  }
  .top .top-news .inner {
    width: 100%;
    padding: 0 52px;
  }
  .top .sec-news .top-news-slider .news-item.swiper-slide-active .txt {
    padding: 17px 20px 28px;
  }
  .top .sec-news .news-item .item-ttl {
    font-size: 15px;
  }
}

.top .carousel-button-next,
.top .carousel-button-prev {
  width: 14px;
  height: 28px;
  top: 143px;
  margin-top: 0;
}


.top .carousel-button-prev {
  left: -36px;
}

.top .carousel-button-next {
  right: -36px;
}

.top .carousel-button-prev:after,
.carousel-button-next:after {
  color: #000000;
  font-size: 3.2rem;
}

.top .sec-news .btn-link-wrap {
  margin-top: 56px;
}

@media (max-width: 749px) {
  .top .carousel-button-next,
  .top .carousel-button-prev {
    top: 50%;
    margin-top: -30px;
  }
  .top .sec-news .btn-link-wrap {
    margin-top: 42px;
  }
}

/* search */
.top .top-search {
  padding: 98px 0;
  background-position: center;
  background-size: cover;
}

.top .top-search .inner,
.top .top-business .inner,
.top .top-case .inner,
.top .top-column .inner {
  width: 1260px;
}

@media (max-width: 1260px) {
  .top .top-search .inner,
  .top .top-business .inner,
  .top .top-case .inner,
  .top .top-column .inner {
    width: 1060px;
  }
}

@media (max-width: 749px) {
  .top .top-search .inner,
  .top .top-business .inner,
  .top .top-case .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.top .bg-search {
  background-color: black;
}

.top .sec-serch {
  position: relative;
  background-color: #ffffff;
  padding: 40px 100px 90px;
}

@media (max-width: 1260px) {
  .top .sec-serch {
    padding-left: 45px;
    padding-right: 45px;
  }
  .top .sec-serch .form-search-unit .search-keyword {
    width: 290px;
  }
  .top .search-keyword .ico-right {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.top .sec-serch .sec-top-ttl {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec-top-lead {
  margin-top: 33px;
  text-align: center;
  font-size: 17px;
}

.top-search .form-search-unit {
  margin-top: 47px;
}

.top .top-search .btn-link.btn-link-blue {
  background-color: #0068B3;
  border-color: #0068B3;
}

.top .top-search .btn-submit {
  background-color: #222222;
  border-color: #222222;
}

.top-section-box {
  max-width: 575px;
  background-color: #ffffff;
  padding: 54px 60px 65px 70px;
  box-shadow: 0px 0px 20px #00000029;
}

.top-search .form-search-unit .form-search .input-wrap input[type="text"] {
  border-color: #222222;
}

.top-search .form-search-unit .form-search .input-wrap i {
  color: #222222;
}

.search-keyword .ico-right {
  position: relative;
}

.btn-link.btn-link-blue.ico-right {
  background-image: url(../images/ico-arrow-right-white.png);
}

@media (max-width: 749px) {
  .search-keyword .ico-right {
    height: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 750px) {
  .search-keyword .ico-right {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.search-keyword .ico-right::before {
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

@media (max-width: 749px) {
  .search-keyword .ico-right::before {
    left: 10px;
  }
}

@media (min-width: 750px) {
  .search-keyword .ico-right::before {
    left: 20px;
  }
}

.ico-right.ico-search-glossary::before {
  width: 20.164px;
  height: 25.185px;
  background-image: url(../images/ico_search_glossary.svg);
}

@media (max-width: 749px) {
  .top .top-search {
    padding: 73px 0 59px;
  }
  .top .sec-serch {
    padding: 25px 17px 30px;
  }
  .top .sec-serch .sec-top-ttl {
    top: -26px;
  }
  .top .sec-top-lead {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .top-search .form-search-unit {
    margin-top: 20px;
  }
  .top-search .form-search {
    height: 100%;
  }
  .top-search .form-search-unit .form-search {
    display: block;
  }
  .top-search .form-search-unit .form-search .input-wrap {
    width: 100%;
    height: 60px;
  }
  .top-search .form-search-unit .form-search .input-wrap input[type="text"] {
    font-size: 14px;
  }
  .top-search .form-search-unit .form-search .input-wrap i {
    font-size: 17px;
  }
  .top-search .form-search-unit .form-search .btn-submit {
    margin: 10px auto 0;
    width: 160px;
    height: 50px;
  }
  .top-search .form-search-unit .search-category {
    margin-top: 30px;
  }
  .top-search .sec-serch .form-search-unit .search-keyword {
    margin-top: 10px;
  }
  .top .search-keyword .ico-right {
    padding: 0 45px;
    font-size: 15px;
  }
}

@media (max-width: 1260px) {
  .top-case .top-section-box {
    max-width: 480px;
  }
}

@media (max-width: 749px) {
  .top-section-box {
    max-width: 100%;
    margin-top: 210px;
    padding: 24px 35px 40px;
  }
  .top-case .top-section-box {
    max-width: none;
    margin-top: 0;
  }
}

.top .sec-top-catch {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 749px) {
  .top .sec-top-catch {
    margin: 15px 0;
    font-size: 17px;
  }
}

.top .sec-top-text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 749px) {
  .top .sec-top-text {
    font-size: 14px;
  }
}

.bg-gray-group {
  position: relative;
}

.bg-gray-group::before {
  position: absolute;
  top: 283px;
	right: 300px;
	width: calc(100vw - 300px);
  min-width: 1300px;
	height: 530px;
	background: #f7f7f7;
	content: "";
  z-index: -1;
}

@media (max-width: 749px) {
  .bg-gray-group::before {
    position: absolute;
    top: 0;
    right: auto;
    width: 100%;
    height: 100%;
    min-width: none;
  }
}

.top .top-business,
.top .top-case {
  background: no-repeat;
}

.top .top-business {
  background-position: right;
  margin-bottom: 162px;
}

.top .top-case {
  background-position: left;
  margin-bottom: 177px;
}

@media (max-width: 749px) {
  .top .top-business,
  .top .top-case {
    background-size: auto 348px;
    background-position: top center;
  }
  .top .top-business {
    margin-bottom: 20px;
  }
  .top .top-case {
    margin-bottom: 60px;
    padding: 20px 0 50px;
  }
}

.top .top-case-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .top .top-case-box {
    display: block;
  }
}

.top-case-list {
  display: grid;
  grid-template-columns: 190px 190px 190px;
  grid-template-rows: 160px 160px 160px;
  gap: 1px;
}

@media (max-width: 1260px) {
  .top-case-list {
    grid-template-columns: 166px 166px 166px;
    grid-template-rows: 140px 140px 140px;
  }
}

@media (max-width: 749px) {
  .top-case-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1px;
    margin-bottom: 10px;
  }
}

.top-case-list__item {
  background-color: #00000099;
}

@media (max-width: 749px) {
  .top-case-list__item {
    padding: 16px 0 10px;
  }
}

.top-case-list__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top-case-list__img {
  margin-bottom: 25px;
}

@media (max-width: 1260px) {
  .top-case-list__img {
    margin-bottom: 15px;
  }
}

@media (max-width: 749px) {
  .top-case-list__img {
    text-align: center;
    width: 35%;
  }
}

.top-case-list__ttl {
  color: #ffffff;
  text-align: center;
}

@media (max-width: 749px) {
  .top-case-list__ttl {
    font-size: 11px;
  }
}

/* column */
.top .page-body.top-column {
  padding: 100px 0 120px;
}

.top-column-box {
  display: flex;
}

.top-column .column-list > .column-item .txt {
  padding: 15px 0;
}

.top .sec-news .news-item .item-date {
  font-size: 13px
}

.top-column .column-list > .column-item .item-ttl {
  font-size: 16px;
}

.top-column-slider-wrapper {
  position: relative;
}


@media (min-width: 750px) {
  .top-column-ttl-box {
    width: 402px;
  }   
  .top-column-box .top-column-slider-wrapper {
    width: calc(100% - 402px);
  }
  .top-column-slider-inner {
    overflow: hidden;
  }
  .top-column-slider {
    margin: 0 auto;
    max-width: 240px;
    transform: translateX(-3%);
  }
  .top-column-slider .swiper-slide {
    margin-top: 20px;
    transition: all 0.3s ease;
  }
  .top-column-slider .column-item:has(+ .swiper-slide-active) {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #00000029;
  }
  .top-column-slider .column-item:has(+ .swiper-slide-active) {
    width: 108% !important;
    margin-top: 0;
  }
  .top-column-slider .column-item:has(+ .swiper-slide-active) img {
    width: 100%;
  }
  .top-column-slider .column-list > .column-item:has(+ .swiper-slide-active) .txt {
    padding: 15px 10px;
  }
  .top .sec-column .btn-link-wrap {
    position: absolute;
    bottom: 120px;
  }
}

@media (min-width: 750px) and (max-width: 1260px) {
  .top-column-ttl-box {
    width: 350px;
  }
  .top-column-box .top-column-slider-wrapper {
    width: calc(100% - 350px);
  }
  .top-column-slider {
    max-width: 190px;
  }
  .top .top-column-slider-wrapper .carousel-button-prev {
    left: -28px;
  }
  .top .top-column-slider-wrapper .carousel-button-next {
    right: -28px;
  }
}

@media (max-width: 749px) {
  .top .page-body.top-column {
    padding: 60px 0 70px;
  }
  .top .top-column .sec-top-ttl {
    text-align: center;
  }
  .top .top-column .sec-top-ttl-ja {
    text-align: center;
  }
  .top .top-column .inner {
    width: 100%;
    padding: 0 47px;
  }
  .top-column-box {
    display: block
  }
  .top .column-list > .column-item {
    margin-bottom: 0;
  }
  .swiper-slide img {
    width: 100%;
  }
  .top-column-slider .swiper-slide-active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #00000029;
  }
  .top-column .column-list > .column-item .txt {
    padding: 18px 20px 27px;
  }
  .top-column .column-list > .column-item .item-ttl {
    font-size: 15px;
  }
  .top .sec-column .btn-link-wrap .btn-blue {
    margin: 42px auto 0;
  }
}

/* gallery */
.top .top-gallery {
  margin-bottom: 120px;
  padding: 108px 0 121px;
  background-color: #222222;
  color: #ffffff;
}

.top .page-body.top-gallery .sec-top-ttl {
  color: #ffffff;
}


.top-gallery-ttl-box {
  display: flex;
  align-items: flex-end;
}

.top .top-gallery .sec-gallery .inner {
  width: 1260px;
}

.top-gallery-ttl-box .sec-top-text {
  margin: 0 0 10px 23px;
}

.top .top-gallery .inner  {
  width: auto;
  max-width: 1545px;
}

.top-gallery-box {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  margin-top: 52px;
}

.item01 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.item06 {
  grid-column: 3 / 5;
}

.top .sec-gallery .btn-link-wrap {
  position: absolute;
  top: 35px;
  right: 10%;
}

@media (max-width: 1260px) {
  .top-gallery-ttl-box {
    display: block;
  }
  .top-gallery-ttl-box .sec-top-text {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 749px) {
  .top .top-gallery {
    margin-bottom: 60px;
    padding: 59px 0 70px;
  }
  .top .top-gallery .inner  {
    width: 100%;
    padding: 0;
  }
  .top .top-gallery .sec-gallery .inner {
    width: 100%;
    padding: 0 48px;
  }
  .top .sec-gallery .btn-link-wrap {
    position: static;
    margin-top: 42px;
  }
  .top .sec-gallery .btn-link-wrap .btn-white {
    margin: 0 auto;
  }
  .top-gallery-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr 1fr;
    gap: 3px;
    margin-top: 30px;
  }
  .item01 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .item06 {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
}

@media (min-width: 750px) {
  .pc-hidden {
    display: none;
  }
}

/* btn */
.btn-rounded-corners {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  height: 60px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  border: 2px solid #0068B3;
  color: #0068B3 !important;
  background-color: #ffffff;
  border-radius: 30px;
}

.flex-items-box {
  margin-bottom: 30px;
}

.flex-items-box .flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-items-box .flex-box--reverse {
  flex-direction: row-reverse;
}

.flex-items-box .flex-box + .flex-box {
  margin-top: 30px;
}

.flex-items-box .flex-box-item--txt {
  width: 50%;
}

.flex-items-box .flex-box-item__txt {
  margin-top: 10px;
}

.flex-items-box .flex-box-item__img {
  width: 400px;
}

@media (max-width: 749px) {
  .flex-items-box .flex-box {
    display: block;
  }

  .flex-items-box .flex-box-item--txt {
    width: 100%;
  }

  .flex-items-box .flex-box-item__img {
    width: 100%;
    margin-top: 10px;
  }
}

.contents-text-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.contents-text-btn-list--1col {
  flex-direction: column;
  align-items: center;
}

.contents-text-btn-list .contents-item {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 20px;
}

.contents-text-btn-list .contens-item-box {
  width: 48%;
}

.contents-text-btn-list .contents-item-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.contents-text-btn-list .btn-link-wrap {
  margin: 20px 0 0;
}

.contents-text-btn-list .btn-rounded-corners,
.gray-btn-box .btn-rounded-corners {
  height: 50px;
  max-width: 230px;
  color: #000000!important;
  border-color: #000000;
}

@media (max-width: 749px) {
  .contents-text-btn-list {
    display: block;
  }

  .contents-text-btn-list .contents-item {
    width: 100%;
  }
}

.gray-btn-box {
  margin-bottom: 30px;
}

.gray-btn-box .gray-btn-box-ttl {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.margin-bot-10 {
  margin-bottom: 10px;
}

.margin-bot-50 {
  margin-bottom: 50px;
}

.js-accordion-target {
  display: none;
}

.js-accordion-trigger.is-opened .is-btn-closed {
  display: none;
}

.js-accordion-trigger .is-btn-opened {
  display: none;
} 

.js-accordion-trigger.is-opened .is-btn-opened {
  display: flex;
}