@charset "UTF-8";

/* ==========================
  swiperslider
========================== */
main {
  display: block;
}

:root {
  --color-theme: #004098;
}

main {
  display: block;
}

.marker {
  background: linear-gradient(transparent 60%, #af0101 60%);
}

.l-inner {
  position: relative;
  box-sizing: content-box;

  margin: 0 auto;

}

.splide__toggle {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 10;

}

.mv04 .splide__toggle {
  bottom: 27px;
  left: 172px;
}

.c-temp {
  line-height: 1;
}

.c-temp .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}

.c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}

.c-footer .l-inner {
  padding-top: 0;
}

.c-footer .text {
  color: var(--color-gray);
}

.c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}

.c-info li {
  position: relative;
  padding-left: 16px;
  color: #fff;
}

.c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}

.c-info li+li {
  margin-top: 0.8rem;
}

.c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
  color: #fff;
}

.c-title [class*=ico-] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-theme-darken);
}

.c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}

/* slider */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  /* position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;*/
}

.slide-media img,
.thumb-media img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
/*    .splide__arrow--prev,
    .splide__arrow--next {
      display: grid;
      place-content: center;
      width: 6.4rem;
      height: 6.4rem;
      cursor: pointer;
      transition: var(--transition);
      background-color: var(--color-theme-darken);
      border-radius: 50%;
    }

    .splide__arrow--prev::after,
    .splide__arrow--next::after {
      width: 1.2rem;
      height: 1.2rem;
      content: "";
      border: solid var(--color-gray);
      border-width: 3px 3px 0 0;
    }

    .splide__arrow--prev::after {
      margin-left: 0.4rem;
      transform: rotate(-135deg);
    }

    .splide__arrow--next::after {
      margin-right: 0.4rem;
      transform: rotate(45deg);
    }
*/
.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__pagination {
  font-size: 0;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide-wrapper {
  position: relative;
}



.mv04 {

  /* コンテナ */
  /* フェードモード時 共通調整 */
  /* プログレスバー */
  /* スライド */
  /* スライド アクティブ時 */
}

.mv04 .l-inner {
  padding-bottom: 0;
}



.mv04 .splide__track--fade .splide__slide {
  pointer-events: none;
}

.mv04 .splide__track--fade .splide__slide.is-active {
  pointer-events: auto;
}

.mv04 .progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--color-gray);
  display: none;
}

.mv04 .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transform: scaleX(0);
  transform-origin: left top;
  background-color: var(--color-theme);
  display: none;
}

.mv04 .splide__slide {
  height: auto;
}

/* .mv04 .slide-media {
      height: 800px;
    }*/

.mv04 .slide-media img {
  transition-delay: 1s;
  transition-timing-function: linear;
  /* transform: scale(1.05);*/
}

.mv04 .slide-content {
  color: #004098;
  height: 47px;
  width: 148px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 400;


}

.mv04 .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mv04 .slide-fraction {
  font-weight: bold;
  /*  position: relative;
      text-align: center;*/

}

.mv04 .slide-fraction .circle {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  position: absolute;
  top: 5.5px;
  right: 10px;
  transform: rotate(90deg);
}


.mv04 .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.mv04 .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}

.mv04 .slide-fraction .circle-02 {
  stroke: var(--color-theme);
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}

.mv04 .slide-fraction .current {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 20px;

}

.mv04 .slide-fraction .current:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #004098;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.mv04 .slide-fraction .total {
  font-size: 14px;
  position: absolute;
  line-height: 1;
  top: 15px;
  left: 50px;
}

/*    .mv04 .slide-fraction .total::before {
      position: relative;
      display: block;
      width: 3px;
      height: 1em;
      margin: -3px auto 0.5em;
      content: "";
      background-color: var(--color-theme);
    }*/

.mv04 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1);
}

.mv04 .splide__slide[class*=-active] .slide-fraction .circle-02 {
  animation: mv04-circle linear both;
}

@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}


@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }


  .pc {
    display: none !important;
  }



  /*      .mv04 .slide-fraction .total::before {
        width: 2px;
        margin-top: -2px;
      }
*/
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }

  .pc-tab {
    display: none !important;
  }

  /*  .mv04 .slide-media {
        height: max(45vh, 45vw);
      }*/

  .mv04 .slide-content {
    position: relative;

  }

  .mv04 .slide-title {
    font-weight: normal;
    padding: 3.2rem 4rem;
    min-height: 20rem;
  }

  .mv04 .slide-fraction {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .splide__arrow--prev::before,
  .splide__arrow--next::before {
    transition: var(--transition);
  }

  .splide__arrow--prev:hover::before,
  .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }


}


@media only screen and (min-width: 1190px) {
  .sp {
    display: none !important;
  }

  .mv04 .slide-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    mix-blend-mode: soft-light;
  }

  .mv04 .slide-content {
    position: absolute;
    bottom: 20px;
    left: 70px;

  }



}


.secTit h1{font-size: 60px;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #004098;}


.sabTit h2 {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 500;
}
.sabTit p{
    font-size: 16px;
    line-height: 30px;
}

.pickslide img {
  width: 100%;
  height: auto;
}

.pickupSec .secTit dt,.pickupSec .secTit dd,.pickupSec .secTit h1,.pickupSec .secTit p {
  display: inline-block;
  vertical-align: middle;
}

.pickupSec .secTit dt, {
  margin-right: 34px;
}

.card01 pickslide dd {
  padding-top: 15px;
  font-size: 16px;
}


.aboutpSec {
  background: url("../img/about.png") left top no-repeat;
  background-size: cover;
  width: 100%;
}

.abouttxt {
  width: 41.9%;
  padding-top: 40px;
}

.abouttxt dt {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 35px;
}

.abouttxt dt span {
  color: #004098;
}

.abouttxt dd {
  font-size: 16px;
  letter-spacing: -0.01em;
  padding-right: 50px;
  margin-bottom: 95px;
	line-height: 36px;
}

.aboutimg {
  width: 58%;
	padding-top: 70px;

}

.aboutcontent {
  font-size: 0;
  letter-spacing: 0;
}

.aboutcontent .abouttxt {
  display: inline-block;
  vertical-align: top
}

.aboutcontent .aboutimg {
  display: inline-block;
  vertical-align: top;
  padding-left: 7%;
  box-sizing: border-box;
}

.aboutimg img {
  width: 100%;
  height: auto;
}

.cando {
  width: 100%;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 10px;
  margin-top: 108px;
}

.cando .candoimg {
  width: 54.44%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.5%;
}

.cando .candoimg img {
  width: 100%;
  height: auto
}

.cando .candoTxt {
  width: 41.6%;
  display: inline-block;
  vertical-align: middle;
}
.cando .candoTxt p{ margin-bottom: 20px;}
.cando .candoTxt .linksBtn p{ margin-bottom: 0;}

.cando .candoTxt dl {
  margin-bottom: 30px;
}

.businesCon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.businesCon .businesCon {
  width: 30.6%
}

.businesCon .businesTxt {
  font-size: 22px;
  line-height: 40px;
  width: 40.6%
}

.businesCon .businesTxt span {
  color: #004098;
}

.businesCon .bnsLink {
  width: 25.7%
}


.businesList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
}

.businesList>li {
  width: 33.3%;
  position: relative;
}
.branch .businesList>li {
    width: 25%;
    position: relative;
}

.ritail {
  background: #B21A26;
  position: relative;
}

.busimg {
  width: 100%;
  height: calc(100% - 116px);
  position: absolute;
  left: 0;
  top: 0;
}

.busimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.listIn {
  position: relative;
  z-index: 3;
  padding: 0 26px;
  box-sizing: border-box;
}

.listIn h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 90px 0 70px;
  position: relative
}

.listIn h4:before {
  content: "RETAIL";
	display: none;
  font-size: 70px;
  opacity: 0.3;
  position: absolute;
  font-family: "Marcellus", serif;
  top: 70px;
	
}

.ritail .listIn h4:before {
  content: "FOR INDIVIDUALS";
  font-size: 40px;
	line-height: 42px;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.businList {
  background: #fff;
  padding: 24px 30px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 154px;
	font-size: 14px;
}

.businList {
  color: #B21A26;
}

.businesList .ribkin {
  margin: 0 auto;
  padding-bottom: 20px;
}

.businesList .linksBtn a {
  color: #fff;
}

.businesList .ribkin .linksBtn span:before {

  background: url(../common/img/arrow_linkW.svg) left top no-repeat;
}

.businesList .ribkin .linksBtn span:after {

  background: url(../common/img/arrow_linkW.svg) left top no-repeat;
}

.businesList .ribkin .linksBtn:after {
  background: #fff;
}

.solution {
  background: #004098;
}

.solution .businList {
  color: #004098;
}

.solution .listIn h4:before {
  content: "FOR CORPORATIONS AND INVESTORS";
  font-size: 40px;
	line-height: 42px;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.sale {
  background: #BF6B00;
}

.sale .businList {
  color: #BF6B00;
}

.sharing {
  background: #008454;
}

.sharing .businList {
  color: #008454;
  ;
}

.companySec {
  background-image: url("../img/companybg.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden
}

.companyCon {
  width: 50%;
  box-sizing: border-box;
  padding-right: 75px;
}

.companySec:before {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  background: url("../img/cpobk.svg") left top no-repeat;
  position: absolute;
  right: -110px;
  top: -110px
}

.ompanyTxt {
  font-size: 30px;
  margin-bottom: 35px;
  padding-top: 30px;
}

.companyImglist {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 110px;
}

.companyImglist li {
  width: 50%;
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.companyImglist li:nth-child(2) {
  margin-top: 32px;
}

.companyImglist li img {
  width: 100%;
  height: auto;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.35);
}

.message {
  width: 50%;
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  padding-left: 15px;
}

.massegeImg {
  width: 100%;
  margin-top: 25px;
}

.massegeImg img {
  width: 100%;
  height: auto
}

.messein {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.35);
}

message .sabTit {
  margin-bottom: 35px;
}

.message .sabTit dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}

.message .sabTit dd {
  font-size: 14px;
  line-height: 26px;
}

.massTxtin {
  padding: 40px;
  box-sizing: border-box;
}

.companySec .innerW {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.newsSec {
  border-top: 1px solid #C1CDDF;
}

.newsSec .innerW {
  padding: 0 80px;
}

.newsSec .bnsLink {
  margin-top: 60px;
}

.newsCon {
  display: -webkit-flex;
  display: flex;
}

.newsTit {
  padding-top: 80px;
  width: 32%;
  box-sizing: border-box;
  padding-right: 80px;
}

.newsLsts {
  width: 72%;
  box-sizing: border-box;
  padding: 80px;
  border-left: 1px solid #C1CDDF;
}

.newsLsts li {
  margin-bottom: 25px;
}

.newsLsts li dl {
  display: -webkit-flex;
  display: flex;
}

.newsLsts li dt {
  font-size: 14px;
  opacity: 0.5;
  padding-right: 20px;
  border-right: 1px solid #EAEAEA;
  width: 97px;
  box-sizing: border-box;
}

.newsLsts li dd {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
	width: calc(100% - 100px);
}

.banner {
  display: -webkit-flex;
  display: flex;
  font-size: 0;
}

.banner li {
  width: 50%;
  position: relative;
	height: 350px;
}

.banner li img {
  width: 100%;
  height: 100%;
	object-fit: cover;
	position: absolute
}

.banner li .bnsLink {
  position: absolute;
  right: 40px;
  bottom: 35px;
  width: 200px;
}

.banner li .bnsLink a {
  color: #fff;
}

.banner .linksBtn span:before {
  background: url(../common/img/arrow_linkW.svg) left top no-repeat;
}

.banner .linksBtn span:after {
  background: url(../common/img/arrow_linkW.svg) left top no-repeat;
}

@media only screen and (max-width: 1190px) {

/*  .splide-wrapper {
    background: #F8F8F8;
  }*/

  .mv04 .slide-content {
    width: 100%;
    height: 53px;
  }

  .mv04 .splide__toggle {
    bottom: 34px;
    right: 20px;
  }

  .mv04 .slide-fraction {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .mv04 .splide__toggle {
    bottom: 34px;
    right: -179px;
  }

  .mv04 .slide-fraction .total {
    left: auto;
    top: 19px;
    right: 70px;
  }

  .mv04 .slide-fraction .current {
    left: auto;
    top: 18px;
    right: 90px;
  }

  .mv04 .slide-fraction .circle {
    left: auto;
    top: 11.5px;
    right: 23px;
  }

  .abouttxt {
    width: 100%;
    box-sizing: border-box;
    padding-top: 24px;
  }

  .abouttxt dt {
    font-size: 25px;
  }

  .abouttxt dd {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .aboutimg {
    width: 100%;
    margin-top: 0;
  }

  .aboutcontent .aboutimg {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .cando {
    padding: 40px 0;
  }

  .cando .candoimg {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .cando .candoTxt {
    width: 100%;
    display: block;
  }

  .cando {
    margin-top: 40px;
  }

  .businesCon {
    display: block;
	  padding: 0 20px;
  }

  .businesCon .businesTxt {
    width: 100%;
  }

  .businesCon .bnsLink {
    width: 100%;
  }

  .bnsLink {
    padding-top: 50px;
  }

  .businesList {
    display: block;
  }

  .businesList>li,.branch .businesList>li {
    width: 100%;
  }
	

  .companySec .innerW {
    display: block;
  }

  .companyCon {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .companySec:before {
    display: none;
  }

  .companySec {
    background-image: url(../img/companybg_sp.jpg);
  }

  .ompanyTxt {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 25px;
  }

  .companyImglist {
    margin-top: 45px;
  }

  .companyImglist li {
    padding-right: 0;
    padding: 0 5px;
  }

  .message {
    width: 100%;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 50px
  }

  .newsSec .innerW {
    padding: 0 40px;
  }

  .newsCon {
    display: block;
  }

  .newsTit {
    width: 100%;
    padding-right: 0;
  }

  .newsTit .bnsLink {
    display: none;
  }

  .newsLsts {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-left: none;
    margin-top: 45px;
  }

  .newsLsts li dl {
    display: block;
  }

  .newsLsts li dt {
    font-size: 12px;
    opacity: 0.5;
    padding-right: 0;
    border-right: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .newsLsts li dd {
    padding-left: 0;
	  width: 100%
  }

  .newsSec {
    padding-bottom: 80px;
  }


}

.scroll {
  position: absolute;
  bottom: 40px;
  left: 10px;
  color: #fff;
  z-index: 100;
}

.scroll p {
  transform: rotate(-90deg);
  font-weight: bold;
}

.scroll:before {
  content: "";
}

.scroll p:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url("../img/scroll.svg") left center no-repeat;
  transform: rotate(90deg);
  margin-right: 10px;
}


.businesList h4:after {
  display: none;
}

.companylinksList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-bottom: 65px;
  padding-top: 30px;
}

.companylinksList li {
  width: calc(50% - 4px);
  margin-bottom: 10px;
}

.companylinksList li a {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  color: #004098;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
}

.companylinksList li a:hover {
  background: #004098;
  color: #fff;
}

@media only screen and (max-width: 1190px) {
  .mv04 .splide__toggle {
    left: auto;
    right: 19px;
    bottom: 7px;
  }

  .scroll {
    bottom: 14px;
  }

  .scroll p {
    transform: rotate(0);
    font-weight: bold;
    color: #004098;
  }

  .scroll p:before {
    background: url(../img/scrollS.svg) left center no-repeat;
    transform: rotate(0);
    width: 12px;
    height: 19px;
    vertical-align: bottom;
  }

  .aboutpSec {
    padding-top: 60px;
  }

  .companySec {
    padding: 80px 0;
  }

  .aboutpSec {
    padding-bottom: 40px;
  }

  .businessSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .linksBtn {
    max-width: 100%;
  }

  .businesList .ribkin {
    width: 100%
  }

  .banner {
    display: block;
  }

  .banner li {
    width: 100%;
	  height: 276px;
  }

  .banner li .bnsLink {
    width: calc(100% - 80px);
  }

  .splide__arrow--next {
    top: 30%;
    right: -24px;
  }

  .splide__arrow--prev {
    top: 40%;
    left: -20px;
  }

  .abouttxt dd {
    margin-left: 20px;
    margin-left: 0;
  }

  .aboutpSec .secTit,
  .aboutpSec .aboutcontent {
    padding: 0 20px;
  }
	     .sabTit h2 {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center;
    }
	
	.sabTit p{
    font-size: 16px;
    line-height: 30px;
}

  .cando .sabTit:before {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .cando .candoTxt dl.sabTit {
    padding: 0 40px;
  }

  .cando .candoTxt .linksBtn {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 50px
  }

  .businesCon .businesTxt {
    padding-top: 20px;
  }

  .businesCon .bnsLink {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .listIn h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 50px 0 20px;
    position: relative;
  }

  .businList {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: inherit;
  }

  .listIn h4:before {
    top: 17px;
  }

  .businesList .bnsLink {
    padding-top: 0;
  }

  .businessSec {
    padding-bottom: 0;
  }

  .companySec {
    padding: 40px 20px;
  }

  .message {
    margin-top: 10px;
  }

  .companySec .bnsLink {
    padding-top: 20px;
  }

  .newsSec .bnsLink {
    padding-top: 40px;
    margin-top: 0;
  }

  .newsSec {
    padding-bottom: 64px;
  }

  .banner li .bnsLink {
    width: 100%;
    bottom: 0;
    right: 0;
  }

  .banner li .bnsLink .linksBtn {
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .banner li .bnsLink .linksBtn span {
    right: 20px;
  }

  .banner li .bnsLink .linksBtn:after {
    display: none;
  }

  .newsTit {
    padding-top: 40px
  }

  .newsSec {
    padding-bottom: 40px;
  }

  .businessSec {
    padding-top: 40px
  }
	
		.secTit h1{font-size: 40px;
	}
	
	.businesslist li dl dd {
    padding-right: 0;
}
	
	.buisinessTop .businesslist li dl dt:after{ display: none}
	.buisinessTop .businesslist li dl dd{ padding-right: 0;}
	.rehouspnav .pageinnavu li a:before {
		top: 28%;}

}

.pickupSec .innerW {
  padding-top: 40px;
}


@media only screen and (min-width: 1190px) {
  .banner li:first-child {
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }

}

.embed-container { position: relative; max-width: 1140px; margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.embed-container  iframe {
  width: 100%;
  height: 100%;
}
	.embed-container .modalclose {
    position: absolute;
    right: -25px;
    top: -25px;
}
