@charset "UTF-8";

/* ----------
MAIN VISUAL
----------- */
.layout_main-visual {
  position: relative;
  margin-bottom: 2.3rem;
  color: #fff;
}

.layout_main-visual .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-visual_button a {
  display: block;
  font-weight: bold;
  font-size: 1.14rem;
  padding: 1rem;
  text-align: center;
  border-radius: 2px;
}

.contact-button_link {
  border: 1px solid #ddd;
  background-color: #010b1b;
  color: #fff;
}

.apply-button_link {
  background-color: #ed1c24;
  color: #fff;
}

.main-visual_button a:hover {
  text-decoration: none;
}

.main-visual_bnr {
  position: absolute;
  right: 0;
  top: 30px;
  background: #000;
  border-radius: 5px;
}

.main-visual_bnr a {
  display: block;
}

.main-visual_bnr img {
  width: 100%;
}

/* NEWS */
.main_news {
  margin-bottom: 3rem;
}

.news_container {
  border: 1px solid #373737;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  background-color: #373737;
}

.news_title {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0;
  width: 150px;
}

.news_list {
  padding: 0.5rem 0.5rem 1rem 1.5rem;
  line-height: 1.5;
  background-color: #fff;
  width: 100%;
}

.news_list ul li {
  padding: 0.5rem 0 0;
}

.main_news time {
  color: #2c2c2c;
  margin-right: 1rem;
  display: block;
  width: 75px;
}

@media screen and (min-width: 600px) {
  .main-visual_button a:hover {
    opacity: 0.7;
  }
  .main-visual_bnr a:hover {
    opacity: 0.7;
  }
}

/* スマホ 幅が 0px - 599px */

@media screen and (max-width: 599px) {
  .layout_main-visual {
    background: url(../images/main_visual.jpg) no-repeat 60% center #010b1b;
    background-size: cover;
    margin-bottom: 1.5rem;
  }

  .layout_main-visual::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .layout_main-visual .inner {
    padding: 2.7857rem 1rem;
    top: 0;
    transform: none;
  }

  .layout_main-visual h1 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .main-visual_button {
    margin: 1rem 1rem 0;
  }

  .main-visual_button a + a {
    margin-top: 8px;
  }

  .main-visual_bnr {
    position: static;
    margin: 2rem 1rem 0;
    text-align: center;
  }

  /* NEWS */
  .news_container {
    border: 1px solid #373737;
    background: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1.2rem;
  }

  .news_title {
    background-color: #373737;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
  }

  .news_list {
    padding: 1rem 0.5rem 0.5rem 2rem;
    line-height: 1.5;
  }

  .news_list ul li {
    padding: 0;
    margin: 0 1.5rem 0.5rem 0;
  }

  .main_news time {
    color: #2c2c2c;
    display: inline-block;
  }

  .main_news a::before {
    content: '\A';
    white-space: pre;
  }
}


/* PC 幅が 600px 以上 */

@media screen and (min-width: 600px) {
  .layout_main-visual {
    height: 370px;
    background: url(../images/main_visual.jpg) no-repeat center top #010b1b;
  }

  .layout_main-visual .inner {
    width: 520px;
    padding-right: 440px;
  }

  .layout_main-visual h1 {
    margin-bottom: 2rem;
    text-align: justify;
    font-size: 2.25rem;
  }

  .layout_main-visual p {
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .main-visual_button {
    display: flex;
    flex-flow: row nowrap;
    align-content: space-between;
    width: 100%;
  }

  .main-visual_button a {
    width: calc((100% - 8px) / 2);
    text-decoration: none;
  }

  .main-visual_button a + a {
    margin-left: 8px;
  }

  .pr-banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* ----------
CONTENT
----------- */
.main_content-head::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  margin: 1rem auto 2rem;
  background-color: #ed1c24;
}

@media screen and (max-width: 599px) {
  .main_content-head {
    margin-bottom: 2rem;
    font-size: 1.28rem;
    text-align: left;
  }

  .main_content-head br {
    display: none;
  }
}

/* PC 幅が 600px 以上 */

@media screen and (min-width: 600px) {
  .main_content-head {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.7rem;
  }
}

/*
 * サービスの特長
 */
.features_list {
  margin-top: 2rem;
}

.features_box::before {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
}

.features_box:nth-child(1)::before {
  background: url(../images/features_icon01.svg) no-repeat center center #00c1c1;
  background-size: 100px 100px;
}

.features_box:nth-child(2)::before {
  background: url(../images/features_icon02.svg) no-repeat center center #00c1c1;
  background-size: 100px 100px;
}

.features_box:nth-child(3)::before {
  background: url(../images/features_icon03.svg) no-repeat center center #00c1c1;
  background-size: 100px 100px;
}

.features_box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.14rem;
}

.features_box p {
  margin-top: 1rem;
  line-height: 1.7;
}

/* スマホ 幅が 0px - 599px */

@media screen and (max-width: 599px) {
  .main_features {
    margin: 0 1rem 4rem;
  }

  .main_features h1 {
    font-size: 1.28rem;
    text-align: left;
  }

  .main_features h1 br {
    display: none;
  }

  .features_box + .features_box {
    margin-top: 2rem;
  }

  .features_box::before {
    margin-bottom: 1rem;
  }

  .main_features .btn_area {
    flex-direction: column;
  }

  .main_features .btn_area .btn_set {
    width: auto;
  }

  .main_features .btn_area .btn_set .btn_detail {
    width: auto;
    padding: 10px 20px;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .main_features h1 {
    text-align: center;
    font-size: 1.7rem;
  }

  .features_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .features_box {
    width: 294px;
  }

  .features_box::before {
    margin-bottom: 2rem;
  }

  .features_box p {
    margin-top: 1rem;
    line-height: 1.5;
  }

  .main_features .btn_area {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .main_features .btn_area .btn_set {
    width: calc(50% - 20px);
  }

  .main_features .btn_area .btn_set .btn_detail {
    width: auto;
    padding: 10px 20px;
  }
}

/* オススメ用途 */
.main_features_uses {
  color: #fff;
}

.main_features_uses h3 {
  text-align: center;
  font-size: 1.14rem;
}

.main_features_uses ul {
  margin-top: 2rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_features_uses {
    padding: 2rem;
    background: url(../images/feature_uses_bg_sp.png) no-repeat center center
      #373737;
    background-size: cover;
  }

  .main_features_uses ul li {
    margin-top: 1rem;
  }

  .main_features_uses ul li::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    margin-right: 1rem;
    background-color: #fc0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .main_features_uses ul li:nth-child(1)::before {
    background: url(../images/feature_uses_icon01.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(2)::before {
    background: url(../images/feature_uses_icon02.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(3)::before {
    background: url(../images/feature_uses_icon03.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(4)::before {
    background: url(../images/feature_uses_icon04.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(5)::before {
    background: url(../images/feature_uses_icon05.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .main_features_uses {
    padding: 4rem 0;
    background: url(../images/feature_uses_bg_pc.png) no-repeat center center
      #373737;
    background-size: cover;
  }

  .main_features_uses ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .main_features_uses ul li {
    width: 180px;
    text-align: center;
  }

  .main_features_uses ul li::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .main_features_uses ul li:nth-child(1)::before {
    background: url(../images/feature_uses_icon01.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(2)::before {
    background: url(../images/feature_uses_icon02.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(3)::before {
    background: url(../images/feature_uses_icon03.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(4)::before {
    background: url(../images/feature_uses_icon04.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
  .main_features_uses ul li:nth-child(5)::before {
    background: url(../images/feature_uses_icon05.svg) no-repeat center center
      #fff;
    background-size: 50px 50px;
  }
}

/*
 * ラインアップ
 */
.main_specification {
  padding: 4rem 0;
  background-color: #f6f4f3;
}

.specification_box {
  order: 1;
  position: relative;
}

.specification_box .specification_model {
  background-color: #00c1c1;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.68rem;
  padding: 3.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

.specification_box .specification_model.cloud_koukayoku_plan .text {
  display: block;
  font-size: 1.68rem;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}

.specification_box .specification_model.cloud_koukayoku_plan .text .pc.tab {
  display: block;
}

.specification_box .specification_model span {
  font-size: 1.12rem;
  font-weight: normal;
  color: #fff;
}

.specification_box .specification_model br:first-child {
  display: none;
}

.specification_box .new::before {
  content: '';
  border-bottom: 4.5rem solid rgba(0, 0, 0, 0);
  border-right: 4.5rem solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.specification_box .new::after {
  content: 'new';
  color: #00c1c1;
  font-size: 1.18rem;
  text-align: center;
  font-weight: bold;
  transform: rotate(45deg);
  position: absolute;
  top: 0.85rem;
  right: 0.2rem;
  z-index: 0;
}

.specification_box h2 {
  font-weight: bold;
  font-size: 1.14rem;
}

.specification_box p {
  margin-top: 1rem;
  line-height: 1.7;
}

.specification_box table {
  width: 100%;
  margin-top: 1rem;
}

.specification_box table tr:nth-child(odd) {
  background-color: #fff;
}

.specification_box table th,
.specification_box table td {
  padding: 0.5rem;
}

.specification_box table th {
  font-weight: bold;
  vertical-align: top;
}

.specification_box table td {
  font-size: 0.85rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_specification .inner {
    margin: 0 1rem;
  }

  .specification_box + .specification_box {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #daddd9;
  }

  .specification_box {
    order: 1;
    position: relative;
  }

  .specification_box .new::before {
    content: '';
    border-bottom: 4.5rem solid rgba(0, 0, 0, 0);
    border-right: 4.5rem solid #fff;
    position: absolute;
    top: 2rem;
    right: 0;
  }

  .specification_box .new::after {
    content: 'new';
    color: #00c1c1;
    text-align: center;
    font-weight: bold;
    transform: rotate(45deg);
    position: absolute;
    top: 2.8rem;
    right: 0.2rem;
    z-index: 0;
  }

  .specification_box .specification_model br,
  .specification_box .specification_model br:first-child {
    display: block;
  }
}

.specification_list .btn_set {
  margin-top: 2rem;
}

/* .btn_cloud  */
.specification_list .btn_set.btn_cloud .btn_square {
  line-height: 1;
  display: block;
  padding: 10px 0;
}

.specification_list .btn_set .btn_square .ruby {
  font-size: 0.9rem;
  display: block;
}

.specification_list .btn_set .btn_square .text {
  line-height: 1.5;
  display: block;
}

/* .btn_spec  */
.specification_list .btn_set.btn_spec .btn_square {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .specification_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .specification_box {
    width: 450px;
  }

  .specification_box h2 {
    margin: 0 auto;
    text-align: center;
  }
}

/*
 * 実績
 */
.results_list {
  margin-top: 2rem;
}

.results_box .results_img {
  margin-bottom: 2rem;
  text-align: center;
}

.results_box .results_img a {
  display: block;
  cursor: pointer;
}

.results_box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.14rem;
}

.results_box p {
  margin-top: 1rem;
  line-height: 1.7;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_results {
    margin: 0 1rem;
  }

  .main_results h1 {
    font-size: 1.28rem;
    text-align: left;
  }

  .main_results h1 br {
    display: none;
  }

  .results_box + .results_box {
    margin-top: 4rem;
  }

  .specification_box .specification_img img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .main_results .customers {
    margin-top: 4rem;
  }

  .main_results .customers img {
    width: 100%;
    height: auto;
  }

  .layout_main-visual h1 br {
    display: none;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .main_results h1 {
    text-align: center;
    font-size: 1.7rem;
  }

  .results_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .results_box {
    width: 280px;
  }

  .results_box h2 span {
    letter-spacing: -0.1rem;
  }

  .results_box p {
    height: 6rem;
    margin-top: 1rem;
    line-height: 1.5;
    word-break: break-all;
  }

  .main_results .customers {
    margin-top: 4rem;
  }
}

/*
  2020/03 スタンダードモデル、アドバンスドモデルの追加
 */

.spec-lineup_model-tab {
  border-top: 0 solid #373737;
}

.main_model-plan {
  padding: 4rem 0 5.5rem;
  background-color: #f6f4f3;
}

.spec-lineup_model-tab tbody tr:nth-child(even) {
  background-color: #fff;
}

.spec-lineup_model-tab tbody tr:nth-child(odd) {
  background-color: #f6f4f3;
}

.standard-model_sheets {
  background: #fff;
}

.advanced-model_sheets {
  background: #fff;
}

.spec-lineup tbody th, .spec-lineup tbody td {
  border: 0 solid #e6e6e6;
}

.spec-lineup_model-tab tbody th.th-title_gpu {
  background: #fff;
  font-size: 1.1rem;
}

.spec-lineup_model-tab tbody th {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-left: 2rem;
}

@media screen and (max-width: 599px) {
  .main_model-plan {
    padding: 4rem 1.2rem 3.5rem;
  }

  .main_model-plan h1 {
    font-size: 1.25rem;
    text-align: center;
  }
}