@charset "UTF-8";
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual,#servicevisual {
  width: 100%;
  background-color: #111;
  overflow: hidden;
  position: relative;
  z-index: -200;
}
#mainvisual, #mainvisual #top_scroll,#servicevisual {
  height: 80vw;
  max-height: 100vh;
}
#mainvisual #top_scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
#mainvisual .swiper-container-bg,
#servicevisual .swiper-container-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainvisual .swiper-container-bg .swiper-slide,
#servicevisual .swiper-container-bg .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual .swiper-container,
#servicevisual .swiper-container{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#mainvisual .swiper-container .swiper-slide,
#servicevisual .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#mainvisual .swiper-container .swiper-slide p,
#servicevisual .swiper-container .swiper-slide p {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  -webkit-transition-delay: 0.3s;
  transition: opacity 3s ease 0.3s;
}
#mainvisual .swiper-container .swiper-slide.swiper-slide-active p,
#servicevisual .swiper-container .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
#mainvisual .contents,
#servicevisual .contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#mainvisual .contents > div,
#servicevisual .contents > div {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
}
#mainvisual .contents .txt01,
#servicevisual .contents .txt01 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: -.5em 0 0;
  top: 50%;
}
#mainvisual .contents .txt02,
#servicevisual .contents .txt02 {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
#mainvisual .contents .logo,
#servicevisual .contents .logo {
  bottom: 4.15%;
}
@media print, screen and (min-width: 768px) {
  #mainvisual{
    height: 60.36vw;
    margin-bottom: 5%;
  }
  #servicevisual {
    height: 60.36vw;
    margin-bottom: 5%;
    margin-top: 87px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .contents .txt01,
  #servicevisual .contents .txt01 {
    font-size: calc(25px + 15 * (100vw - 320px) / 448);
  }
  #mainvisual .contents .logo,
  #servicevisual .contents .logo {
    padding: 0 15px;
  }
  #mainvisual .contents .logo img,
  #servicevisual .contents .logo img {
    width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  #mainvisual .swiper-container .swiper-slide p,
  #servicevisual .swiper-container .swiper-slide p {
    color: #fff;
    font-size: calc(24px + 26 * (100vw - 320px) / 880);
  }
}
@media print {
  #mainvisual, #mainvisual #top_scroll,
  #servicevisual {
    height: 0;
    padding-top: 60.36%;
  }
  #mainvisual #top_scroll {
    position: absolute;
  }
}

/**/
.main_copyright {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.15em;
  display: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  right: 1%;
  top: 15%;
  z-index: 9000;
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
@media print, screen and (min-width: 768px) {
  .main_copyright {
    display: block;
  }
}

/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 1.6888em;
}
.home_ttl_1 .en {
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  display: block;
}
.home_ttl_1 .txt {
  font-size: 0.4444em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
}

.en_padding_txt {
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 40px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 2.25%;
}
.en_padding_txt:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 26px;
  background-color: #fff;
}
.en_padding_txt.black {
  color: #222;
}
.en_padding_txt.black:before {
  background-color: #222;
}
.en_padding_txt.left {
  right: auto;
  left: 2.25%;
}

@media screen and (max-width: 1199px) {
  .home_ttl_1 {
    font-size: calc(30px + 15 * (100vw - 320px) / 880);
  }
}
/**/
.home_head {
  padding: 50px 0;
  background-color: #fff;
}
.home_head h2 {
  text-align: center;
  margin-bottom: 30px;
}
.home_head p {
  line-height: 1.75;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .home_head {
    padding: 90px 0;
  }
}

/* STOCK */
.home_stock {
  color: #fff;
  padding: 3% 0;
  background-color: #111;
  background: url("../images/common/b4-bg.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.home_stock h2 {
  font-display: 1rem;
  text-align: center;
  margin: 0;
}
.home_stock .btns {
  text-align: center;
  padding: 3vw;
}

.home_stock_item {
  max-width: 414px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.home_stock_item > .photo-ofi {
  background-color: #111;
}
.home_stock_item figcaption {
  color: #fff;
  margin-top: 20px;
}
.home_stock_item figcaption .ttl {
  font-size: 20px;
}
.home_stock_item figcaption .htmlarea {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .home_stock_item {
    margin-bottom: 50px;
  }
}

a > .home_stock_item > .photo-ofi img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
a > .home_stock_item:hover > .photo-ofi img {
  opacity: 0.65;
}

.home_stock .content {
  width: 100%;
  padding: 5% 15px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/**/
.home_link_1 {
  border-bottom: solid 20px #fff;
  background-color: #fff;
}
.home_link_1 .content {
  height: 350px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("../images/home/home_link_1_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_link_1 .content + .content {
  margin-top: 10px;
}
.home_link_1 .content .in-box {
  max-width: 397px;
  margin: 0 auto;
  border: solid 1px #fff;
}
.home_link_1 .content .in-box a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2em 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.39);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_link_1 .content .in-box a:hover {
  background-color: black;
}
.home_link_1 .content.home_about {
  background-image: url("../images/home/home_link_1_2.jpg");
}
@media print, screen and (min-width: 768px) {
  .home_link_1 .content {
    height: 450px;
  }
  .home_link_1 .content + .content {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_link_1 .content {
    height: 682px;
  }
  .home_link_1 .content + .content {
    margin-top: 20px;
  }
}

/**/
.home_sec_2 {
  color: #fff;
  height: 780px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_sec_2 h2 {
  font-size: 80px;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .home_sec_2 {
    height: calc(300px + 380 * (100vw - 320px) / 880);
  }
  .home_sec_2 h2 {
    font-size: calc(20px + 60 * (100vw - 320px) / 880);
  }
}
@media print {
  .home_sec_2 {
    background-image: url("../images/home/home_sec_2.jpg");
  }
}

/**/
.home_news {
  padding: 50px 0;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home_news {
    padding: 100px 0;
  }
  .home_news .home_ttl_1 {
    text-align: left;
  }
}

.list-news {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-news > li {
  padding: 0 10px 28px;
  margin-bottom: 28px;
  border-bottom: solid 1px #dddddd;
}
.list-news > li:last-child {
  margin-bottom: 0;
}
.list-news > li .date .en_date {
  font-size: 13px;
  line-height: 1.6667rem;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-news > li .date .cat {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  padding: 0.4818em;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 6.727em;
  background-color: #262626;
}
.list-news > li .columns {
  margin-top: 10px;
}
.list-news > li .columns .new {
  color: #cc3333;
  font-size: 13px;
  line-height: 1.6666rem;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.list-news > li .columns a {
  color: #222;
}
@media print, screen and (min-width: 992px) {
  .list-news > li {
    overflow: hidden;
  }
  .list-news > li .date {
    float: left;
  }
  .list-news > li .columns {
    padding-left: 195px;
    margin: 0;
  }
}

.list-news-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-news-2 > li {
  line-height: 1.4rem;
  padding: 2%;
  border-bottom: 1px dotted #ccc;
}
.list-news-2 > li .date {
  color: #fff;
  font-size: 0.86666rem;
  line-height: 1.4rem;
  text-align: center;
  width: 100px;
  display: block;
  margin-bottom: 2%;
  background-color: #999;
}
@media print, screen and (min-width: 768px) {
  .list-news-2 > li {
    overflow: hidden;
  }
  .list-news-2 > li .date {
    margin: 0 2% 0 0;
    float: left;
  }
}

#map_canvas {
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  #map_canvas {
    height: 500px;
  }
}
@media print, screen and (min-width: 992px) {
  #map_canvas {
    height: 650px;
  }
}

/**/
.home-swiper-container {
  position: relative;
}
.home-swiper-container .photo {
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.home-swiper-container .photo img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.home-swiper-container .swiper-button-prev, .home-swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -15px;
  background-color: #000;
  background-size: 15px 15px;
}

/**/
.home_animation {
  height: 88px;
  position: relative;
  z-index: 0;
}
.home_animation .car {
  width: 200px;
  height: 88px;
  position: absolute;
  left: 100%;
  bottom: 0;
  background-image: url("../images/home/car_1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: home_car_animation;
  animation-name: home_car_animation;
}

@keyframes home_car_animation {
  10% {
    left: 110%;
  }
  30% {
    left: 45%;
    background-image: url("../images/home/car_1.png");
  }
  35% {
    left: 45%;
    background-image: url("../images/home/car_2.png");
  }
  60% {
    left: 45%;
    background-image: url("../images/home/car_2.png");
  }
  65% {
    left: 45%;
    background-image: url("../images/home/car_1.png");
  }
  70% {
    left: 45%;
  }
  100% {
    left: -300px;
  }
}
/**/
.home_video {
  position: relative;
  padding-top: 36%;
  overflow: hidden;
}
.home_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  vertical-align: middle;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/**/
.home_bgimg_1 img {
  min-width: inherit;
  width: 100%;
  display: block;
  vertical-align: middle;
}

/* 在庫情報 2案目 */
.homestock-swiper-container .swiper-slide .home_stock_item_2 {
  width: 100%;
  overflow: hidden;
  opacity: 0.4;
}
.homestock-swiper-container .swiper-slide .home_stock_item_2 > .photo-ofi {
  background-color: #000;
}
.homestock-swiper-container .swiper-slide .home_stock_item_2 figcaption {
  color: #fff;
  margin-top: 20px;
}
.homestock-swiper-container .swiper-slide .home_stock_item_2 figcaption .ttl {
  font-size: 1.066667rem;
}
.homestock-swiper-container .swiper-slide .home_stock_item_2 figcaption .htmlarea {
  font-size: 0.93333rem;
  margin-top: 10px;
}
.homestock-swiper-container .swiper-slide.swiper-slide-active .home_stock_item_2 {
  opacity: 1;
}
.homestock-swiper-container .swiper-button-prev, .homestock-swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -15px;
  background-color: #000;
  background-size: 15px 15px;
}

/**/
.home_sec_1 {
  color: #fff;
  padding: 10% 0;
  background: url("../images/home/home_sec_1.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.home_sec_1 .in-box {
  text-align: center;
}
.home_sec_1 .in-box h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: left;
  display: inline-block;
  /* -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
  margin: 11% 0;
}
.home_sec_1 p {
  margin: 0;
}
.home_sec_1 .txt1 {
  position: absolute;
  left: 1%;
  top: 1%;
}
.home_sec_1 .txt1 a {
  color: #fff;
  text-decoration: none;
}
.home_sec_1 .txt2 {
  font-size: 10px;
  line-height: normal;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 1%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .home_sec_1 .txt1 {
    top: auto;
    bottom: 1%;
  }
  .home_sec_1 .txt2 {
    right: 1%;
    bottom: 1%;
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .home_sec_1 .in-box h2 {
    font-size: calc(15px + 15 * (100vw - 320px) / 880);
  }
}

/**/
.scroll-arrow {
  text-align: center;
  padding: 8% 0;
}

/**/
.home_sec_3 {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
}
.home_sec_3 video {
  /* width: 100%; */
  vertical-align: middle;
  max-width: 100%;  /* 親要素の幅に収まるように制限 */
  width: 100%;      /* 幅を自動調整 */
  height: auto;     /* 高さを自動調整 */
}
@media screen and (max-width: 767px) {
  .home_sec_3 video {
    width: 100%;      /* モバイル端末の幅に合わせて動画の最大幅を設定 */
    height: auto;         /* 高さを自動で調整 */
    object-fit: contain;  /* アスペクト比を維持してリサイズ */
  }
}


.home_sec_3 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.home_sec_3 .content p {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-top: -.75em;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .home_sec_3 .content p {
    font-size: calc(15px + 15 * (100vw - 320px) / 880);
  }
}

/**/
.home_seriousness {
  padding: 10% 0;
  background: url("../images/home/home_seriousness.jpg") no-repeat center center/cover;
  position: relative;
}
.home_seriousness .txt1 {
  position: absolute;
  right: 1%;
  bottom: 1%;
}
.home_seriousness .column {
  padding: 8% 0;
}
.home_seriousness .column h2 {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.571428571;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.2), 0 0 0.2em rgba(0, 0, 0, 0.2), 0 0 0.3em rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
}
.home_seriousness .column p {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3), 0 0 0.3em rgba(0, 0, 0, 0.3);
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .home_seriousness .column h2 {
    font-size: calc(25px + 10 * (100vw - 320px) / 880);
  }
  .home_seriousness .column p {
    font-size: calc(13px + 7 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	お知らせ
-------------------------------- */
.news_date {
  font-size: 13px;
  letter-spacing: normal;
}

.news_cat {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  padding: 0.4818em;
  display: inline-block;
  vertical-align: middle;
  background-color: #262626;
}

.new_photo {
  padding: 0;
  height: auto;
  max-height: 80vh;
  background-color: inherit;
}
.new_photo img {
  position: static;
}

/* -------------------------------
	アールトレーディングとは
-------------------------------- */
.about_box_1 .contents {
  line-height: 2;
}
.about_box_1 .contents h3 {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.about_box_1 .contents h3 .en {
  line-height: 1;
  display: block;
}
.about_box_1 .contents h3 .txt {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .about_box_1 .contents {
    max-width: 550px;
    margin: auto;
  }
  .about_box_1:nth-child(2n) .photo {
    order: 13;
  }
}

.about_calendar {
  color: #333;
  padding: 3% 0;
  margin-bottom: 20px;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.about_calendar h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2%;
}
.about_calendar > video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 1199px) {
  .about_calendar h3 {
    font-size: calc(13px + 7 * (100vw - 320px) / 880);
  }
}

/**/
.googlecalendar {
  height: 375px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.googlecalendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------------------
	在庫情報
-------------------------------- */
.stock_sec_1 {
  color: #fff;
  background: #000;
  padding-bottom: 2%;
  /* padding: 5% 0 1% 0;
  background: url("../images/common/b4-bg.jpg") no-repeat center center/cover; */
}

/**/
.stock_items_2 {
  letter-spacing: 0.05em;
  max-width: 1304px;
  margin: 0 auto;
  background-color: #000;
}
.stock_items_2 .photo {
  display: block;
}
.stock_items_2 figcaption {
  padding: 3%;
}
.stock_items_2 figcaption .in-box {
  width: 100%;
}
.stock_items_2 figcaption h3 {
  font-size: 18px;
  margin: 0;
}
.stock_items_2 figcaption .ttl {
  font-size: 15px;
  margin: 0;
}
.stock_items_2 figcaption .content {
  padding: 3% 0;
  margin: 3% 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.stock_items_2 figcaption .content .column {
  font-size: 13px;
}
.stock_items_2 figcaption .content .price {
  color: #ffcc00;
  font-size: 20px;
  padding-top: 2%;
}
.stock_items_2 figcaption .content .price small {
  font-size: 12px;
  padding-left: 1%;
}
.stock_items_2 figcaption .comment {
  font-size: 12px;
}
.stock_items_2 figcaption .comment + .comment {
  border-top: dashed 1px #fff;
  margin-top: 0.75em;
  padding-top: 0.75em;
}
.stock_items_2 figcaption .btns {
  color: #fff;
  font-size: 13px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3% 5%;
  margin: 5% 0;
  background-color: rgba(100, 100, 100, 0.8);
}
@media print, screen and (min-width: 768px) {
  .stock_items_2 {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 30px;
  }
  .stock_items_2 > .photo {
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .stock_items_2 > .photo img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: 50% 50%;';
    object-position: 50% 50%;
  }
  .stock_items_2 figcaption {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .stock_items_2 figcaption h3 {
    font-size: 25px;
    margin: 0;
  }
  .stock_items_2 figcaption .ttl {
    font-size: 15px;
  }
  .stock_items_2 figcaption .content .column {
    font-size: 13px;
  }
  .stock_items_2 figcaption .content .price {
    font-size: 20px;
  }
  .stock_items_2 figcaption .content .price small {
    font-size: 12px;
  }
  .stock_items_2 figcaption .comment {
    font-size: 12px;
  }
  .stock_items_2 figcaption .btns {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  .stock_items_2 figcaption h3 {
    font-size: 30px;
  }
  .stock_items_2 figcaption .ttl {
    font-size: 15px;
  }
  .stock_items_2 figcaption .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .stock_items_2 figcaption .content .column {
    font-size: 15px;
  }
  .stock_items_2 figcaption .content .price {
    font-size: 35px;
    white-space: nowrap;
    margin-left: auto;
  }
  .stock_items_2 figcaption .content .price small {
    font-size: 16px;
  }
  .stock_items_2 figcaption .comment {
    font-size: 15px;
  }
}

a > .stock_items_2 {
  color: #fff;
}
a > .stock_items_2 figcaption {
  background-color: #000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a > .stock_items_2:hover figcaption {
  background-color: #333333;
}

/**/
.stock_items {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 2rem 0;
}
.stock_items .photo-ofi {
  background-color: inherit;
}
.stock_items .photo-ofi a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stock_items .photo-ofi a:hover img {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.stock_items .content h3 {
  color: #004d9f;
  margin: 0;
}
.stock_items .content .price {
  color: #cc0000;
  font-size: 30px;
}
.stock_items .content .price small {
  font-size: 0.6666em;
}
.stock_items .content .btns {
  text-align: center;
  margin-top: 2rem;
}
.stock_items .content .btns .btn {
  width: 250px;
}
.stock_items:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .stock_items {
    padding: 3rem 0;
  }
  .stock_items .content .price {
    font-size: 35px;
  }
  .stock_items .content .btns {
    text-align: right;
  }
}
@media print, screen and (min-width: 992px) {
  .stock_items .content {
    padding-left: 30px;
  }
}

/**/
.list_stock_detail {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_stock_detail > li {
  line-height: 1.6666;
  text-align: center;
  padding: 5px;
  margin-top: -1px;
  margin-right: -1px;
  border: solid 1px #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.list_stock_detail > li .column {
  padding: 0 10px;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .list_stock_detail > li {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-top: none;
    border-bottom: none;
    padding: 0 5px;
    margin-bottom: 0;
  }
}

/**/
.stock_soldout {
  padding: 2rem 0;
  background-size: auto auto;
  background-color: #111111;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 100px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 150px);
}
@media print, screen and (min-width: 768px) {
  .stock_soldout {
    padding: 3rem 0;
  }
}

.stock_soldout_2 {
  padding: 5% 0;
}

/**/
.stock_item_soldout {
  color: #fff;
  margin-bottom: 30px;
  background-color: #1a1a1a;
}
.stock_item_soldout > .photo-ofi {
  background-color: #222;
}
.stock_item_soldout > .photo-ofi img {
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
.stock_item_soldout figcaption {
  padding: 15px;
}
.stock_item_soldout figcaption h3 {
  color: #004d9f;
  font-size: 24px;
  margin-bottom: .5rem;
}
.stock_item_soldout figcaption .column {
  padding: 0 10px;
}
.stock_item_soldout figcaption .soldout {
  color: #cc0000;
  font-size: 30px;
  line-height: 1.333;
  letter-spacing: normal;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

a > .stock_item_soldout {
  position: relative;
  z-index: 1;
}
a > .stock_item_soldout:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background-color: #004d9f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 30;
}
a > .stock_item_soldout > .photo-ofi img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a > .stock_item_soldout:hover:before {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
a > .stock_item_soldout:hover > .photo-ofi img {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/**/
.stock_detail_contents {
  position: relative;
  z-index: 10;
}
.stock_detail_contents .stock_ttl_1 {
  font-size: 20px;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}
.stock_detail_contents .stock_ttl_1:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #004d9f;
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.stock_detail_contents .price_box {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
.stock_detail_contents .price_box .ttl {
  font-weight: 700;
}
.stock_detail_contents .price_box .price {
  font-size: 30px;
  margin: 0;
}
.stock_detail_contents .price_box .price small {
  font-size: 0.6666em;
}
.stock_detail_contents .price_box .soldout {
  color: #cc0000;
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.stock_detail_contents .column {
  padding: 0;
}
.stock_detail_contents .column .table-design-1 {
  font-size: 14px;
}
.stock_detail_contents .column .table-design-1 > tbody > tr > th {
  text-align: center;
  white-space: nowrap;
  width: 7em;
  padding-left: .5em;
  padding-right: .5em;
}
.stock_detail_contents .column .table-design-1 > tbody > tr > td {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.stock_detail_contents .btns {
  margin-top: 2rem;
}
.stock_detail_contents .btns .btn {
  display: block;
  padding: 1.5em 1em;
}
@media print, screen and (min-width: 992px) {
  .stock_detail_contents .price_box .price {
    font-size: 40px;
  }
}

/**/
.figure_catalog {
  max-width: 300px;
  margin: 0 auto 1rem;
  border: solid 1px #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.figure_catalog > .img {
  display: block;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.figure_catalog figcaption {
  padding-left: 15px;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
}
.figure_catalog figcaption p {
  margin: 0;
}
a > .figure_catalog {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #111;
}
a > .figure_catalog:hover {
  background-color: #004d9f;
}

/**/
.stock_equipment_list {
  font-size: 13px;
  line-height: 1rem;
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stock_equipment_list > li {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 5px 0;
}
.stock_equipment_list > li > .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  padding: 2px;
  border: solid 1px #ccc;
  overflow: hidden;
}
.stock_equipment_list > li > .item p {
  margin: 0;
}
.stock_equipment_list > li > .item p small {
  font-size: 10px;
  display: block;
}
.stock_equipment_list > li.on > .item {
  color: #004d9f;
  font-weight: 700;
  border-color: #004d9f;
}
.stock_equipment_list > li.off {
  opacity: 0.5;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .stock_equipment_list > li {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  .stock_equipment_list {
    font-size: 14px;
  }
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 14px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 -5px;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  border: 1px solid #fff;
}
.paging span.paging-text a {
  color: #fff;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #004d9f;
  border: 1px solid #004d9f;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------
	ギャラリー
-------------------------------- */
.slider_gallery {
  margin: 0 auto;
}

/**/
.slider_gallery .slider-container, .slider_gallery .slider-nav-container {
  position: relative;
}
.slider_gallery .slider-container.initialized, .slider_gallery .slider-nav-container.initialized {
  display: block;
}
.slider_gallery .slider-container .photo-ofi {
  background-color: #111;
}
.slider_gallery .slider-nav-container {
  margin-top: 0;
}
.slider_gallery .slider {
  overflow: hidden;
}
.slider_gallery .slider-nav {
  margin: 0;
}
.slider_gallery .slider-nav .slick-list {
  margin-right: -5px;
  /* ガター分ネガティブマージン */
}
.slider_gallery .slider-nav .slick-slide {
  margin-right: 5px;
  /* ガター */
}
.slider_gallery .slider-nav .slick-slide div {
  vertical-align: middle;
}
.slider_gallery .slider-nav .photo-ofi {
  background-color: #111;
  cursor: pointer;
}
.slider_gallery .slider-nav .slick-slide .photo-ofi {
  background: url("../images/common/icon_loader_a_ww_03_s1.gif") no-repeat center center;
}
.slider_gallery .slider-nav .slick-slide .photo-ofi:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 117, 193, 0.5) 2px, rgba(0, 117, 193, 0.5) 4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_gallery .slider-nav .slick-slide.slick-current .photo-ofi:after {
  opacity: 1;
  visibility: visible;
}
.slider_gallery .slider-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  color: #aaa;
  line-height: 1;
  font-size: 20px;
  padding: 0 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #111;
  cursor: pointer;
  z-index: 10;
  /* 重要 */
}
.slider_gallery .slider-prev {
  left: 0;
}
.slider_gallery .slider-next {
  right: 0;
}
.slider_gallery .slick-slide {
  outline: 0;
}
@media print, screen and (min-width: 768px) {
  .slider_gallery .slider-nav {
    margin: 0 30px;
  }
}

/**/
.gallery-thumbs {
  margin: 5px 0 0;
  padding: 1px 30px;
}
.gallery-thumbs .photo-ofi {
  background-color: #111;
  cursor: pointer;
}
.gallery-thumbs .photo-ofi:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-size: auto auto;
  background-color: rgba(0, 117, 193, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 117, 193, 0.15) 2px, rgba(0, 117, 193, 0.15) 4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-thumbs .swiper-slide-thumb-active .photo-ofi:after {
  opacity: 1;
  visibility: visible;
}
.gallery-thumbs .swiper-button-gallery-next, .gallery-thumbs .swiper-button-gallery-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000;
  z-index: 20;
  cursor: pointer;
}
.gallery-thumbs .swiper-button-gallery-next:before, .gallery-thumbs .swiper-button-gallery-prev:before {
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
}
.gallery-thumbs .swiper-button-gallery-next {
  right: 0px;
}
.gallery-thumbs .swiper-button-gallery-next:before {
  content: "\f105";
}
.gallery-thumbs .swiper-button-gallery-prev {
  left: 0px;
}
.gallery-thumbs .swiper-button-gallery-prev:before {
  content: "\f104";
}

.gallery-top .photo-ofi {
  background-color: #111;
}

/**/
.htmlarea .douga {
  padding-top: 56.6%;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.htmlarea .douga iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* -------------------------------
	業者様向け販売
-------------------------------- */
.fortrader_box_2 {
  color: #fff;
  height: 60vh;
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fortrader_box_2 p {
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0.3em rgba(0, 0, 0, 0.5), 0 0 0.5em rgba(0, 0, 0, 0.5);
}
@media print {
  .fortrader_box_2 {
    height: 460px;
    background-image: url("../images/fortrader/fortrader_1.jpg");
  }
}

/* -------------------------------
	高価買取りのお問い合わせ
-------------------------------- */
.tradein_main_ttl.main_ttl_2 {
  min-height: 47.65vw;
  background-image: url("../images/tradein/main_ttl_tradein.jpg");
}
.tradein_main_ttl.main_ttl_2 h2, .tradein_main_ttl.main_ttl_2 .subtxt {
  text-shadow: 0 0 0.1em #000, 0 0 0.25em #000, 0 0 0.4em #000;
}

.tradein_line {
  color: #262626;
  max-width: 640px;
  padding: 2.7% 5px;
  margin: 0 auto;
}
.tradein_line .txt {
  text-align: center;
  margin: 0;
}
.tradein_line .txt i {
  color: #00b900;
  font-size: 80px;
}
.tradein_line .txt .in {
  margin-top: 10px;
  display: block;
}
.tradein_line .qr {
  text-align: center;
}
.tradein_line .qr img {
  width: 80px;
}
@media print, screen and (min-width: 768px) {
  .tradein_line {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .tradein_line .txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
  .tradein_line .txt i {
    font-size: 70px;
  }
  .tradein_line .txt .in {
    text-align: left;
    margin: 0;
    padding-left: 20px;
  }
  .tradein_line .qr {
    margin: 0;
    padding-left: 30px;
    border-left: dashed 1px #999;
  }
  .tradein_line .qr img {
    width: 100px;
  }
}

.line_qr {
  text-align: center;
}
.line_qr i {
  color: #00b900;
  font-size: 60px;
  line-height: 1;
}

/**/
.tradein_box_1 {
  max-width: 540px;
  margin: 0 auto;
}
.tradein_box_1 > img {
  display: block;
  margin-bottom: 15px;
}
.tradein_box_1 .columns .ttl {
  color: #004d9f;
  font-size: 20px;
  line-height: 1.6666;
}

/**/
.tradein_box_2 {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 34vw;
  max-height: 680px;
  background: url("../images/tradein/tradein_bg_1.jpg") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.tradein_box_2 p {
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0.2em rgba(0, 0, 0, 0.5), 0 0 0.3em rgba(0, 0, 0, 0.5), 0 0 0.4em rgba(0, 0, 0, 0.5), 0 0 0.5em rgba(0, 0, 0, 0.5);
}
@media print {
  .tradein_box_2 {
    height: 442px;
  }
}

/* -------------------------------
	企業情報
-------------------------------- */
/**/
.company_box_1 {
  color: #fff;
  height: 50vh;
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media print {
  .company_box_1 {
    height: 380px;
    background-image: url("../images/company/company_1.jpg");
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.tel_contact .tel {
  font-size: 25px;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .tel_contact {
    padding: 50px 0;
  }
  .tel_contact .tel {
    font-size: 35px;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.6666;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 1px;
  text-align: left;
  margin-bottom: 20px;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em;
}
.table-contact > tbody > tr > th {
  color: #fff;
  font-weight: 500;
  text-align: left;
  width: 16em;
  background-color: #222;
}
.table-contact > tbody > tr > th.hisu {
  position: relative;
}
.table-contact > tbody > tr > th.hisu:before {
  content: "※";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  color: #FF0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: -.5em;
}
.table-contact > tbody > tr > td {
  background-color: #f3f3f3;
}
.table-contact > tbody > tr > td .sm {
  width: 12em !important;
  display: inline-block;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #666;
  font-size: 14px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact > tbody > tr {
    width: 100%;
    display: inline;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 1rem;
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	個人情報の取扱いについて
-------------------------------- */
.privacy_contents {
  position: relative;
  z-index: 50;
}
.privacy_contents .title04 {
  font-size: 20px;
  font-weight: 500;
}

.privacy_box_1 {
  padding: 5.1724%;
  background-color: #f3f3f3;
}
.privacy_box_1 *:last-child {
  margin-bottom: 0;
}

.browser_wrap {
  padding: 20px 15px;
  border: solid 1px #ccc;
}
.browser_wrap .columns {
  font-size: 14px;
  letter-spacing: normal;
}
.browser_wrap .columns .ttl {
  font-size: 18px;
  margin: 0 0 10px;
}
.browser_wrap .columns .ttl i {
  font-size: 1.25em;
}
.browser_wrap .row > div .columns {
  margin-bottom: 20px;
}
.browser_wrap .row > div:last-child .columns {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 768px) {
  .browser_wrap {
    padding: 50px 35px;
  }
  .browser_wrap .row > div:nth-child(1) {
    border-right: dashed 1px #ccc;
  }
  .browser_wrap .row > div:nth-child(3) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: dashed 1px #ccc;
  }
  .browser_wrap .row > div .columns {
    padding: 0 15px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 992px) {
  .browser_wrap .row > div:nth-child(3) {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
    border-left: dashed 1px #ccc;
  }
}

.box28 {
  margin: 2em auto;
  padding:1.5em;/*内側余白*/
  border: 2px solid #eee;	
  position: relative;
  z-index: 0;
  }
  .box28:before {
    border-top: 2px solid #004d9f;
    border-left: 2px solid #004d9f;
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  .box28:after {
    border-bottom: 2px solid #004d9f;
    border-right: 2px solid #004d9f;
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  .box28 h3{
    text-align: center;
    color: #004d9f;
  }
  .box28 p{
    margin-bottom: 0;
  }
  @media print, screen and (min-width: 768px) {
    .box28 {
      margin: 0 auto 3em;
      padding:2em;/*内側余白*/
      border: 2px solid #eee;	
      position: relative;
      z-index: 0;
      }
  }
  .bold{font-weight: bold;}
  .fs120{font-size: 1em;}
  @media print, screen and (min-width: 768px) {
    .fs120{font-size: 1.2em;}
  }

/* -------------------------------
	SERVICE
-------------------------------- */

#servicevisual .service-title-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

#servicevisual .service-copy {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  -webkit-transition-delay: 0.3s;
  transition: opacity 3s ease 0.3s;
}

#servicevisual .service-copy.is-show {
  opacity: 1;
}

#servicevisual .service-copy.is-hidden {
  opacity: 0;
}

#servicevisual #serviceLogo {
  opacity: 0;
  visibility: hidden;
}

#servicevisual #serviceLogo.is-show {
  visibility: visible;
}

#servicevisual #serviceLogo.is-show.aos-animate {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  #servicevisual .service-copy {
    font-size: calc(24px + 26 * (100vw - 320px) / 880);
  }
}


.service_sec_1 {
  color: #fff;
  padding: 10% 0;
  background: url("../images/service/service_sec_1.png") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.service_sec_1 .in-box {
  text-align: center;
}

.service_sec_1 .in-box h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: left;
  display: inline-block;
  margin: 11% 0;
}

.service_sec_1 p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .service_sec_1 .in-box h2 {
    font-size: calc(15px + 15 * (100vw - 320px) / 880);
  }
}




.service_con {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .service_con {
    width:70%;
}
}
.service_con i {
  padding-right: 15px;
}
.service_check {
  padding-left: 15px;
  margin-bottom: 5px;
}

.service_box_1 {
  color: #fff;
  height: 50vh;
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media print {
  .service_box_1 {
    height: 380px;
    background-image: url("../images/company/company_1.jpg");
  }
}

.service_howto .row {
  display: flex;
  flex-wrap: wrap;
}
.service_howto .col-12 {
  display: flex;
}
.service_howto_item {
  background-color: #ececec;
  padding: 2em;
  margin: 0 0 1em;
  width: 100%;
  border-radius: 20px;
}

@media print, screen and (min-width: 768px) {
  .service_howto_item {
    margin: 0 0 1.5em;
  }
}

.service_howto_item h4 {
  color: #004d9f;
  line-height: 1;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

.service_howto_item h5 {
  color: #004d9f;
}

.service_howto_item p {
  margin: 0 2em 0;
  text-align: left;
}
.service_howto_item img {
  margin-top: 15px;
}



/* スライダー */
/* .service_slider {
  max-width: 1000px;
  margin: auto;
}

.service_slider .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.service_slider .sliderArea.w300 {
  max-width: 300px;
}
.service_slider .slick-slide {
  margin: 0 5px;
}
.service_slider .slick-slide img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.service_slider .slick-prev,
.service_slider .slick-next {
  z-index: 1;
  width: 6.4rem;
}
.service_slider .slick-prev {
  padding-right: 6.4rem;
}
.service_slider .slick-next {
  padding-left: 6.4rem;
}
.service_slider .slick-prev:before,
.service_slider .slick-next:before {
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.service_slider .slick-prev:before {
  content: "\f104";
}
.service_slider .slick-next:before {
  content: "\f105";
}

.service_slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.service_slider .slick-active {
  opacity: 1;
}
.service_slider .slick-current {
  opacity: 1;
}
.service_slider .thumb {
  margin: 20px 0 0;
}
.service_slider .thumb .slick-slide {
  cursor: pointer;
}
.service_slider .thumb .slick-slide:hover {
  opacity: .7;
}

.service_slider .mainslide {
  text-align: center;
}

.service_slider p {
  text-align: center;
  margin-top: 20px;
}

.service_slider h4{
  font-size: 2.4rem;
  line-height: 1.3;
  display: inline-block;
  border-bottom: 3px solid currentColor;
}

.service_slider .slick-dots li button:before {
  font-size: 16px;
} */


/* company */

.bank_table {
  margin-bottom: 0 !important;
}

.bank_table td {
  vertical-align: top !important;
  padding: 3px;
}





