@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background: url(../images/body_bg.png);
  z-index: 2;
}

.index_con_wrap {
  position: relative;
}
.index_con_wrap::before {
  content: "";
  position: absolute;
  top: 417px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2e2e2e;
  z-index: -1;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  border-top: 60px solid #2e2e2e;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.hd_bg .hd {
  position: relative;
  display: -ms-flexbox;
  display: block;
  align-items: center;
  padding: 0;
  width: 100%;
}

.header-contactbox {
  position: absolute;
  top: -60px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.header-telbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}

img#icon-mail_sp,
.header-contactbox img {
  width: 80%;
}

#header-tel_lg {
  width: 50px;
  margin-right: 10px;
  padding: 5px 0 5px 0;
}

#header-teltxtbox {
  display: none;
}

#header-mail_lg {
  width: 50px;
  margin-right: 0px;
  padding: 5px 0 5px 0;
}

.gaiyou a {
  display: none;
}

.header-teltxt_no {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.hd_bg .hd .hd_logo {
  width: 100%;
}
.hd_bg .hd .hd_logo img {
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_logo .logo_s {
  display: block;
  margin-top: 0.5rem;
}
.hd_bg .hd .hd_jasdaq {
  width: calc(100% - 60vw);
  margin: 0 0 0 10px;
}

/*nvidia_gpu_menu.htmlページ*/

.hd_bg_2 {
  border-top: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.hd_bg_2 .hd {
  position: relative;
  display: -ms-flexbox;
  display: block;
  align-items: center;
  padding: 0;
  width: 100%;
		background: #fff;
}
.hd_bg_2 {
    width: 100%;
    border-bottom: 5px solid #000;
				background: #fff
}
.hd_office {
display: flex;
justify-content:space-around;
 gap: 10px;
width: 100%;
}
.hd_office_item .office {
text-align: center;
 font-size: 14px;
 font-weight: 700;
	padding: 0 10px
}
.hd_office_item .tel {
font-size: 14px;
text-align: center;
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 1%, #ffffff 1%, #ffffff 1%, #2c2c35 1%, #000000 100%);
}

.ft_groupnav {
  background-color: #2e2e2e;
  padding: 1rem 1rem 2rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #2e2e2e;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 10px;
  position: fixed;
  width: 40px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 5px;
  bottom: 0;
}
.pt_btn::after {
  height: 5px;
  right: 0;
}

#float {
  display: none !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
/* --------slider-------- */
.slider_content {
  width: 100%;
  margin: 30px auto 0 auto;
}

.slider {
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .slick-slide {
  margin: 0 10px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  border: none;
}
.slick-dots .slick-active button {
  background: #333;
}

.index_con {
  padding: 20px 10px 30px;
}

.index_main {
  margin-bottom: 20px;
}

.index_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index_slider .slick-dots {
  position: relative;
  bottom: 0;
}

/* --------main-------- */
.hd_bg a img:hover,
.index_con_wrap .index_con a img:hover,
.slider_content a img:hover,
.index_con_wrap .index_con a:hover {
  opacity: 0.8;
}

.index_main h2 {
  overflow: hidden;
  line-height: 3rem;
  color: #FFF;
  background: #000;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  margin: 0 0 1rem;
}
h3 {
  margin-bottom: 0.5rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/* -------ビジネススタンダードモデル（最新OS/CPU第12世代搭載）-----------*/
#bussines_pc p img,
#science_tec p img {
  max-width: 100%;
  vertical-align: bottom;
}

.index-container {
  width: 100%;
}

.index-main_catearea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0px;
}
.index-main_catearea div {
  width: 100%;
  border: 0px solid #999999;
  background-color: #FFFFFF;
  padding: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.index-main_catearea div:nth-child(3n) {
  margin-right: 0%;
}

.main_catearea_copy {
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.main_catearea_series {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #007ad7;
}

.main_catearea_img {
  width: 100%;
  border: 0px solid #AAAAAA;
  margin-bottom: 20px;
}

.main_catearea_lead {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: left;
}

.main_catearea_linkbox {
  width: 50%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.3;
}

.main_catearea_link {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: #394046;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

.be_clia_text {
  min-height: 80px;
  color: #3a3b3b;
}

.item_inner {
  margin-bottom: 10px;
  background: #FFF;
  width: 100%;
  padding: 10px;
}
.item_inner a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
.item_inner img {
  width: 60%;
}

.standard {
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.main_catearea_img img {
  width: 60%;
}

.be_clia_price {
  color: #cc0000;
  text-align: center;
  font-size: 1.5rem;
}

/* -------産業用・実験機器向けコンピューター-----------*/
.sp_fs_s {
  font-size: 0.9em !important;
  line-height: 1.4 !important;
}

/* -------科学技術計算向けワークステーション-----------*/
.sp {
  display: block;
}

/* --------side-------- */
.index_side h2 {
  height: 42px;
  padding-top: 20px;
  width: 100%;
  border: 2px solid #222246;
  padding: 5px 0px 5px 20px;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 1%, #ffffff 1%, #ffffff 1%, #222246 1%, #222246 100%);
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.index-side_midashi {
  width: 100%;
  border: 2px solid #222246;
  padding: 5px 0px 5px 20px;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 1%, #ffffff 1%, #ffffff 1%, #222246 1%, #222246 100%);
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.index-side_midashi_link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border: 2px solid #222246;
  padding: 5px 0px 5px 20px;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 1%, #ffffff 1%, #ffffff 1%, #222246 1%, #222246 100%);
  font-size: 1.2rem;
  margin-bottom: 0px;
  color: #FFFFFF;
  transition: 0.5s;
}
.index-side_midashi_link p {
  width: 100%;
  background-image: url(https://bto.applied.ne.jp/images/index-lcon_link_side.png);
  background-size: auto 20px;
  background-position: 95.5% 50%;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}

.index-side_inrarea {
  margin-bottom: 20px;
  font-size: 1rem;
}

.image-text_line {
  width: 80%;
  height: 1px;
  background-color: #CCCCCC;
  margin: 0 auto 5px auto;
}

.container a {
  text-decoration: none;
  color: #000;
}

.container-flex {
  display: flex;
  width: 100%;
}

.image-text_box {
  align-items: center;
  margin-bottom: 10px;
}

.square-image {
  width: 28%;
  margin-right: 5%;
}
.square-image img {
  width: 100%;
}

.square-text_main {
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 0;
}

.square-text_sub,
.fs_xxxs {
  font-size: 10px;
  line-height: 1.2;
}

.business_pc_aside {
  background: #FFF;
  padding: 10px;
  margin-bottom: 10px;
}

/*---------------ページ内リンク（頭出し）追加------------------*/
.link_side {
  display: none;
}

/*--------------ヘッダーグロナビ追加---------------*/
.header-index {
  display: block;
  width: 100%;
}

.ap_logo {
  position: absolute;
  top: -60px;
}

.navigation {
  position: relative;
  background: #eee;
  width: 100%;
  margin: 0 auto;
}
.navigation .hamburger {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 100;
  background-color: rgba(249, 249, 249, 0);
  border: none;
}
.navigation .hamburger_bar {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #000;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.navigation .hamburger_bar:nth-child(1) {
  top: 0;
}
.navigation .hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navigation .hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.navigation .hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  background: #fff;
}
.navigation .hamburger_bar.is_active:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
  background: #fff;
}
.navigation .hamburger_bar.is_active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  background: #fff;
}
.navigation .nav {
  z-index: 99;
  background: #a0a0a0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
}
.navigation .nav.is_active {
  opacity: 1;
  pointer-events: auto;
}
.navigation .nav .navi_list {
  text-align: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.753);
  position: absolute;
  top: 0;
  overflow: scroll;
}
.navigation .nav .navi_list > li {
  margin: 40px 0;
}
.navigation .nav .navi_list > li.ride {
    padding-top: 15px;
    background: rgb(27 79 152 / 80%);
}
.navigation .nav .navi_list > li .have_sub {
  cursor: pointer;
  position: relative;
}
.navigation .nav .navi_list > li .have_sub:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 25%;
  border: 6px solid transparent;
  border-top: 7px solid rgb(255, 255, 255);
  /* 好みで色を変えてください */
}
.navigation .nav .navi_list > li .hover_list {
  display: block;
  background-color: #000;
  width: 100%;
  transition: 0.4s;
  margin-top: 10px;
  animation-name: SlideDownAnime;
  /*アニメーションの定義名*/
  animation-duration: 0.5s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*終了時の状態で止める*/
}
.navigation .nav .navi_list > li .hover_list li {
  padding: 10px;
}
.navigation .nav .navi_list > li .hover_list .list_pickup {
  background: #990000;
  font-weight: bold;
}
.navigation .nav .navi_list > li .hidden {
  display: none;
}
.navigation .nav .navi_list li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 40px;
  color: #fff;
}
@keyframes SlideDownAnime {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.pc_only {
  display: none;
}

/* -------------------------------------------------------------
NVIDIA GPU ラインナップ
----------------------------------------------------------------*/
.nvidia_gpu_mane h1 {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  background: #74B018;
  margin: 30px 0;
}
.nvidia_gpu_mane img {
  width: 100%;
}
.nvidia_gpu_mane p {
  padding: 0.5rem;
}
.nvidia_gpu_mane .nvidia_CTB h3,
.nvidia_gpu_mane .nvidia_rtx h3 {
  font-size: 2rem;
  color: #fff;
  background: #74B018;
  text-align: center;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure {
  width: calc(100% - 10px);
  margin: 5px;
  border: 1px solid #c1c1c1;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure {
  width: calc(100% - 10px);
  margin: 5px;
  border: 1px solid #c1c1c1;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox img,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox img {
  width: calc(100% - 20px);
  margin: 10px;
  filter: drop-shadow(2px 4px 6px black);
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox img,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox img {
  width: calc(100% - 20px);
  margin: 10px;
  filter: drop-shadow(2px 4px 6px black);
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box {
  width: calc(100% - 20px);
  margin: 5px;
  padding: 5px;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box h4,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box h4 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box h4,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box h4 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box a,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.2s;
  color: #fff;
  background-color: #76B900;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box a,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.2s;
  color: #fff;
  background-color: #76B900;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box a:hover,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box a:hover {
  transition: all 0.2s;
  opacity: 0.5;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box a:hover,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box a:hover {
  transition: all 0.2s;
  opacity: 0.5;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .price,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .price {
  margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ff0000;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .price,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .price {
  margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ff0000;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .price span,
.nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .price span {
  font-size: 1.2rem;
}
.nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .price span,
.nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .price span {
  font-size: 1.2rem;
}

/* -------------------------------------------------------------
NVIDIA GPU ラインナップ end
----------------------------------------------------------------*/
/*--------------ヘッダーグロナビ追加　END---------------*/
/* -------------------------------------------------------------
lineupGroup
----------------------------------------------------------------*/
#lineupGroup {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
#lineupGroup figure {
  width: 49%;
  max-width: 480px;
}
#lineupGroup figure img {
  max-width: 100%;
}

/* -------------------------------------------------------------
lineupGroup end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
20241018 改修
----------------------------------------------------------------*/
.main-bnr-area {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding: 1rem;
  background: #fff;
}
.main-bnr-area figure {
  width: 100%;
}
.main-bnr-area figure a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.main-bnr-area figure a img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=sp.css.map */