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

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  background: url(../images/body_bg.png);
  background-size: 1300px;
  z-index: 2;
}

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

.w_base {
  max-width: 1150px;
  margin: 0 auto;
  height: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  border-top: 60px solid #2e2e2e;
}
.hd_bg .hd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
		margin: 0 20px
}

.header-contactbox {
  position: absolute;
  top: -60px;
  right: 2px;
  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;
}

.hd_bg_2 {
  border-top: 0;
		
}
.hd_bg_2 .hd {
  position: relative;
  display: flex;
  justify-content:space-around;
  align-items: center;
		max-width: 1400px;
		min-width: 1000px;
  height: 90px;
		margin: 0 auto;
}
.hd_bg_2 {
    width: 100%;
    border-bottom: 5px solid #000;
}

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

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

#header-teltxtbox {
  padding: 5px 0;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
}

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

.gaiyou {
  margin-left: 30px;
}
.gaiyou a {
  text-decoration: none;
  color: #FFF;
  font-size: 1em;
}

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

.hd_bg .hd .hd_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd_bg .hd .hd_logo h1 a {
  display: block;
  line-height: 0;
}
.hd_bg .hd .hd_logo h1 a img {
  display: block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
/* ---------slider---------- */
.slider_content {
  width: 100%;
  max-width: 1490px;
  margin: 30px auto 0 auto;
  padding: 0 10px;
}

.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;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 1%, #ffffff 1%, #ffffff 1%, #2c2c35 1%, #000000 100%);
}

.ft_groupnav {
  padding: 2em 0;
  background-color: #2e2e2e;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
/* -------main------ */
h2 {
  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: 0rem 0 1rem 0;
}

h3 {
  margin-bottom: 0.5rem;
}

.index_con_wrap {
  position: relative;
}

.index_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 10px;
}

.index_main {
  order: 2;
  width: calc(100% - 290px);
}

.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;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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: 30.5%;
  border: 0px solid #999999;
  background-color: #FFFFFF;
  padding: 18px;
  text-align: center;
  margin-right: 4.25%;
  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: 120px;
  color: #3a3b3b;
}

.be_clia_price {
  color: #cc0000;
  text-align: center;
}

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

.business_pc_item p:nth-child(1) {
  text-align: center;
  font-size: 1.2rem;
}
.business_pc_item p:nth-child(2) {
  text-align: center;
  font-weight: bold;
  color: #5599ff;
  font-size: 1.1rem;
}

.business_pc p {
  margin: 10px auto;
}

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

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

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

/* -------産業用・実験機器向けコンピューター-----------*/
.be_fabrikpc_text {
  min-height: 55px;
  color: #3a3b3b;
  margin-top: 10px;
}

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

/* -------side------ */
.index_side {
  order: 1;
  max-width: 250px;
}

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

#side .index-side_midashi {
  height: 42px;
  padding-top: 20px;
}

.square-image img {
  width: 100%;
}

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

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

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

.square-text {
  width: 67%;
}

.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;
}

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

.index-side_midashi_link {
  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;
  text-decoration: none;
}
.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;
}

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

/*---------------ページ内リンク（頭出し）追加------------------*/
.link_side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px;
  background: #2e2e2e;
}
.link_side li a {
  display: block;
  background: #fff;
}
.link_side li a img {
  width: 100%;
  height: auto;
}

/*---------------グロナビ追加------------------*/
#header-index {
  background-color: #4c4c4c;
  height: 70px;
  margin-bottom: 60px;
}

.hd_logo {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.navigation {
  width: 100%;
  font-size: 1rem;
  margin: auto;
  position: relative;
  margin: 0;
  height: 100%;
}
.navigation .hamburger {
  display: none;
}
.navigation .navi_bg {
  position: absolute;
  left: -700px;
  height: 90px;
  width: 2980px;
  background-color: #2e2e2e;
}
.navigation nav {
  display: block;
  height: 100%;
}
.navigation nav ul.navi_list {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 1px 0;
}
.navigation nav ul.navi_list > li {
  width: 10%;
  text-align: center;
  border-right: solid 1px #8f8f8f;
}
.navigation nav ul.navi_list > li:first-child {
  border-left: solid 1px #8f8f8f;
}
.navigation nav ul.navi_list > li.ride {
  background: #1b4f98;
}
.navigation nav ul.navi_list > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(currentColor 0 0) bottom/var(--d, 20%) 3px no-repeat;
  transition: 0.5s;
}
.navigation nav ul.navi_list > li > a.have_sub {
  cursor: default;
}
.navigation nav ul.navi_list > li > a span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
}
.navigation nav ul.navi_list > li .hover_list {
  display: none;
  position: absolute;
  width: auto;
  top: 70px;
  background-color: #4c4c4c;
  z-index: 999;
}
.navigation nav ul.navi_list > li .hover_list .list_pickup {
  background: #990000;
  font-weight: bold;
}
.navigation nav ul.navi_list > li .hover_list li {
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px;
  transition: 0.4s;
}
.navigation nav ul.navi_list > li .hover_list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.navigation nav ul.navi_list > li .hover_list li a span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation nav ul.navi_list > li .hover_list li:hover {
  scale: 1.1;
}
.navigation nav ul.navi_list > li:hover {
  --d:80%;
}
.navigation nav ul.navi_list > li:hover .hover_list {
  animation-name: SlideInAnime;
  /*アニメーションの定義名*/
  animation-duration: 0.5s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*終了時の状態で止める*/
  opacity: 0;
  display: block;
}
@keyframes SlideInAnime {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.ap_logo {
  position: absolute;
  top: -60px;
}

.sp_only {
  display: none;
}

/*---------------グロナビ追加 END------------------*/
/* -------------------------------------------------------------
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: 2rem;
}
.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, .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, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure {
  width: calc(50% - 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, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox {
  display: flex;
  align-items: center;
  height: 170px;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox img, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox img, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox img, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox img {
  width: calc(40% - 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, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box {
  width: calc(60% - 20px);
  margin: 5px;
  padding: 5px;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box h4, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box h4, .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, .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-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, .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, .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, .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
----------------------------------------------------------------*/
/* -------------------------------------------------------------
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: 49%;
}
.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:hover {
  text-decoration: underline;
}
.main-bnr-area figure a img {
  width: 100%;
  height: auto;
}
.main-bnr-area.col_02 > * {
  width: 49%;
}
.main-bnr-area.col_03 > * {
  width: 32%;
}/*# sourceMappingURL=style.css.map */