@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,
      "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    background-color: #fff;
    font-feature-settings: "palt" 1;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
  }
  table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 92%;
    margin: 0 auto;
  }
  .color_navy {
    color: #0e0e0e;
  }
  .color_orange {
    color: #f7941c;
  }
  .under_line {
    border-bottom: 3px solid #f7941c;
  }
  #contents h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
  }
  #contents h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
  }
  .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 77px;
  }
  .btn_02 {
    width: 90%;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
  }
  .btn_02.external {
    font-size: 16px;
  }
  .btn_02 a {
    color: #000;
    background-color: #7fbc03;
    padding: 14px 26px 14px;
    border: 2px solid #7fbc03;
    min-height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_02 a .small {
    font-size: 12px;
    line-height: 1.8;
    display: block;
  }
  .btn_02.external a {
    color: #01213e;
    background-color: #fff;
    padding: 14px 28px 12px;
    border: 2px solid #01213e;
    transition: 0.3s;
  }
  .break {
    display: inline-block;
  }
  .inpage_link a {
    position: relative;
  }
  .inpage_link a::after {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    background-image: url(../img/under_arrow_b.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .inpage_link.material a::after {
    transform: rotate(-90deg) translateX(20%);
  }
  .ex_link a {
    position: relative;
  }
  .ex_link a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background-image: url(../img/ex_page_b.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /*=========================
▼▼スマホナビ▼▼
===========================*/
  #sp_navi_wrapper input {
    display: none;
  }
  #sp_navi_wrapper {
    overflow: hidden;
  }
  .nav-icon-wrap {
    position: fixed;
    top: 4px;
    right: 5%;
    z-index: 9999;
  }
  .nav-icon {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
  }
  .nav-icon::before,
  .nav-icon::after {
    content: "";
    display: block;
    width: 26px;
    border-top: 2px solid #01213e;
    position: absolute;
    top: 18px;
    right: 12px;
    transition: 0.3s all;
  }
  .nav-icon::after {
    top: 26px;
  }
  .header-nav-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    transition: all 0.3s;
    background: #fff;
    padding: 90px 0 24px;
    z-index: 999;
  }
  #main_nav:checked~.header-nav-wrap {
    width: 100%;
    display: block;
    top: 0;
  }
  .header-nav-inner {
    width: 92%;
    height: 100%;
    padding: 0 5%;
    overflow-y: scroll;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .header-nav {
    margin: 0 0 30px;
    border-top: 1px solid #cdd4da;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon {
    position: relative;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::before {
    width: 26px;
    top: 24px;
    border-top: 2px solid #01213e;
    transform: rotate(45deg);
    z-index: 999999;
  }
  #main_nav:checked~.nav-icon-wrap>.nav-icon::after {
    width: 26px;
    top: 24px;
    border-top: 2px solid #01213e;
    transform: rotate(-45deg);
    z-index: 999999;
  }
  #sp_navi_wrapper {
    flex-direction: column;
  }
  #sp_navi_wrapper .header-nav>li {
    font-size: 16px;
    font-weight: 600;
    color: #01213e;
    border-bottom: 1px solid #cdd4da;
  }
  #sp_navi_wrapper .header-nav>li.parent_nav {
    padding: 0;
  }
  #sp_navi_wrapper .header-nav>li a {
    padding: 16px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #sp_navi_wrapper .header-nav>li .inner {
    padding: 16px 0 15px;
    display: block;
    text-decoration: none;
    position: relative;
    background-image: url("../img/share/icon_plus.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  #sp_navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #sp_navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #sp_navi_wrapper .navi_child li a {
    width: 100%;
    padding: 14px 0 13px 20px;
  }
  /*=========================
▲▲スマホナビ▲▲
===========================*/
  #container {
    width: 100%;
    padding-bottom: 50px;
  }
  header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    border: 1px solid #eee;
  }
  header .logo {
    width: 160px;
    padding: 16px 0;
  }
  header .btn_wrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: flex;
    width: 100%;
  }
  header .btn_wrapper .btn {
    width: 50%;
    min-height: 50px;
  }
  header .btn_wrapper .btn a {
    font-size: 14px;
    min-height: 50px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  header .btn_wrapper .btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background-image: url(../img/under_arrow_b.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  header .btn_wrapper .btn.material a::after {
    transform: rotate(-90deg) translateX(28%);
  }
  .inpage_link.material a::after {
    transform: rotate(-90deg) translateX(20%);
  }
  header .btn_wrapper .btn a {
    background-color: #78b903;
    background-size: 16px 22px;
    padding: 5px 5px 5px;
    border: 2px solid #78b903;
    transition: 0.3s;
    background-position: left 14% top 50%;
    color: #000;
  }
  header .btn_wrapper .btn.material a {
    background-color: #f7941c;
    background-size: 20px 22px;
    background-position: left 10% top 50%;
    border: 2px solid #f7941c;
  }
  header .btn_wrapper .btn.request {
    width: 50%;
  }
  header .tel_wrap {
    display: none;
  }
  .header-nav-wrap .tel_wrap {
    background-color: #f7941c;
    padding: 14px 10px 12px;
    margin: 0 auto;
    color: #000;
  }
  .header-nav-wrap .tel_wrap .text {
    width: fit-content;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin: 0 auto 5px;
  }
  .header-nav-wrap .tel_wrap .tel-link {
    width: fit-content;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 11px;
    background-image: url("../img/icon_01.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: top 8px left 6px;
    margin-bottom: 0px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .header-nav-wrap .tel_wrap .time {
    font-size: 14px;
    width: fit-content;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
    position: relative;
  }
  #contents .fixing_btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: flex;
    width: 100%;
  }
  #contents .fixing_btn .btn a {
    font-size: 10px;
    min-height: 50px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contents .fixing_btn .btn {
    min-height: 50px;
  }
  #contents .fixing_btn .btn.inquiry {
    width: 50%;
  }
  #contents .fixing_btn .btn.inquiry a {
    background-color: #f7941c;
    background-size: 20px 22px;
    padding: 5px 5px 5px;
    background-position: left 10% top 50%;
    border: 2px solid #f7941c;
    color: #000;
  }
  #contents .fixing_btn .btn.request {
    width: 50%;
  }
  #contents .fixing_btn .btn.request a {
    background-color: #78b903;
    background-size: 16px 22px;
    padding: 5px 5px 5px;
    border: 2px solid #78b903;
    transition: 0.3s;
    background-position: left 14% top 50%;
    color: #000;
  }
  #conts_main {
    padding: 98px 0 40px;
    background-color: #000000;
    position: relative;
  }
  #conts_main .auto {
    display: flex;
    flex-direction: column;
  }
  #conts_main .main_text_block {
    position: relative;
  }
  #conts_main .main_text_block .en_text {
    width: 96%;
    margin: 0 auto 18px;
    max-width: 373px;
  }
  #conts_main .main_text_block .lead_text {
    font-size: 16px;
    line-height: 2;
    width: fit-content;
    padding: 3px 8px 4px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_main .main_text_block .lead_text span {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  #conts_main .main_text_block .lead_text>span::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -5px;
    top: 5px;
    right: -5px;
    background-color: #f7941c;
    z-index: -1;
  }
  #conts_main .main_text_block .main_text {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 23px;
    text-align: center;
  }
  #conts_main .main_text_block .sub_main_text {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 600;
    z-index: 2;
    position: relative;
  }
  #conts_main .main_text_block .industry_wrap {
    margin-bottom: 5px;
  }
  #conts_main .main_text_block .industry_wrap h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 12px;
  }
  #conts_main .main_text_block .industry_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_main .main_text_block .industry_wrap ul li {
    width: 48%;
    max-width: 230px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 8px 5px 8px 38px;
    background-image: url("../img/icon_04.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 12px;
    background-color: rgba(273, 273, 273, 0.1);
    margin: 0 10px 10px 0;
  }
  #conts_main .main_text_block .industry_wrap ul li:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
  #conts_main .main_text_block .industry_wrap ul li:nth-of-type(2) {
    background-image: url("../img/icon_05.png");
    padding-left: 50px;
  }
  #conts_main .main_text_block .industry_wrap ul li:nth-of-type(3) {
    background-image: url("../img/icon_06.png");
    padding-left: 50px;
  }
  #conts_main .main_text_block .industry_wrap ul li:nth-of-type(4) {
    background-image: url("../img/icon_07.png");
  }
  #conts_main .main_text_block .circle_01 {
    width: 90px;
    position: absolute;
    top: -20px;
    right: -5px;
  }
  #conts_main .main_text_block .circle_02 {
    width: 80px;
    position: absolute;
    top: 150px;
    right: 4px;
    z-index: 0;
  }
  #conts_main .img_block {
    width: 94%;
    margin: 0 auto -28px;
    max-width: 490px;
  }
  #conts_main .award_block {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 4;
  }
  #conts_main .award_block .img_left {
    width: 100px;
    margin-right: 10px;
  }
  #conts_main .award_block .img_right {
    width: 125px;
    padding-top: 28px;
  }
  #conts_main .text_block {
    font-weight: 600;
    text-align: center;
    margin-bottom: 13px;
  }
  #conts_main .text_block .orange {
    color: #f7941c;
  }
  #page_link {
    background-color: #181818;
    padding: 30px 0 24px;
  }
  #page_link .message {
    width: 80%;
    margin: 0 auto 16px;
  }
  #page_link .link_wrapper .btn {
    width: 90%;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 11px;
  }
  #page_link .link_wrapper .btn a {
    background-color: #78b903;
    color: #000;
    border: 2px solid #78b903;
    padding: 6px 28px 5px;
    transition: 0.3s;
    line-height: 1.6;
  }
  #page_link .link_wrapper .btn.material a {
    background-color: #f7941c;
    border: 2px solid #f7941c;
  }
  #conts_movie {
    background-image: url("../img/bg_img_03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    padding: 70px 30px;
    position: relative;
  }
  #conts_movie .auto {
    width: 100%;
  }
  #conts_movie h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #conts_movie .movie_wrap {
    margin: 0 auto 40px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #conts_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #conts_recommend .other_block h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 37px;
  }
  #conts_recommend .other_block {
    margin: 60px 0 0;
  }
  #conts_recommend .other_block .other_wrapper .box {
    display: flex;
    min-height: 35vw;
    position: relative;
    padding-left: 57%;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
  }
  #conts_recommend .other_block .other_wrapper .box:last-of-type {
    margin-right: 0;
  }
  #conts_recommend .other_block .other_wrapper .box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.2;
  }
  #conts_recommend .other_block .other_wrapper .box .img {
    width: 52%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #conts_recommend .other_block .other_wrapper .box .btn_02 {
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    margin: 0;
  }
  #conts_recommend .other_block .other_wrapper .box .btn_02 a {
    padding: 8px 26px 10px;
    min-height: auto;
  }
  #conts_recommend {
    background-color: #f1f1f1;
    padding: 70px 0;
  }
  #conts_recommend h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #conts_recommend .product_wrapper .box {
    background-color: #fff;
    padding: 24px 20px 34px;
    margin-bottom: 16px;
  }
  #conts_recommend .product_wrapper .box h3 {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 60px;
  }
  #conts_recommend .product_wrapper .box h3 span {
    display: block;
    font-size: 14px;
  }
  #conts_recommend .product_wrapper .box .img {
    margin-bottom: 15px;
  }
  #conts_recommend .product_wrapper .text {
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #conts_recommend .product_wrapper .text:before {
    content: "";
    display: block;
    width: 107px;
    height: 2px;
    background-color: #f7941c;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #conts_recommend .product_wrapper h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  #conts_recommend .product_wrapper table {
    font-size: 12px;
    margin-bottom: 21px;
  }
  #conts_recommend .product_wrapper table td {
    border: 1px solid #d5d5d5;
    text-align: center;
  }
  #conts_recommend .product_wrapper table tr td:first-of-type {
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
    width: 193px;
  }
  #conts_recommend .product_wrapper table tr {
    background-color: #f1f1f1;
  }
  #conts_recommend .product_wrapper table tr:nth-of-type(2n) {
    background-color: #e3e3e3;
  }
  #conts_recommend .product_wrapper .btn {
    font-weight: 600;
    text-align: center;
  }
  #conts_recommend .product_wrapper .gray_btn {
    background-color: #acacac;
    border: 2px solid #acacac;
    padding: 9px 0;
  }
  #conts_recommend .product_wrapper .tag_list {
    margin-bottom: 25px;
  }
  #conts_recommend .product_wrapper .tag_list li {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    background-color: #e9d4b9;
    border-radius: 9px;
    padding: 2px 8px;
  }
  #conts_recommend .product_wrapper .btn a {
    background-color: #78b903;
    padding: 9px 28px 8px;
    border: 2px solid #78b903;
    transition: 0.3s;
    line-height: 1.6;
  }
  #conts_recommend .product_wrapper .btn a:hover {
    border: 2px solid #78b903;
    background-color: #fff;
    color: #78b903;
  }
  #conts_message {
    padding: 70px 0;
    background-image: url("../img/bg_gradation.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1c3349;
  }
  #conts_message .logo_wrap {
    margin-bottom: 40px;
  }
  #conts_message .logo_wrap .nvidia {
    width: 180px;
    margin: 0 auto 12px;
  }
  #conts_message .logo_wrap .icon {
    width: 24px;
    margin: 0 auto 5px;
  }
  #conts_message .logo_wrap .tommorow_net {
    width: 300px;
    margin: 0 auto;
  }
  #conts_message .text_wrap h3 {
    font-size: 27px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
  }
  #conts_points {
    padding: 70px 0;
  }
  #conts_points h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #conts_points .points_list .points_item {
    margin-bottom: 50px;
  }
  #conts_points .points_list .points_item:last-of-type {
    margin-bottom: 0;
  }
  #conts_points .points_list .points_item .top_block {
    display: flex;
    margin-bottom: 34px;
  }
  #conts_points .points_list .points_item:nth-of-type(even) .top_block {
    justify-content: flex-end;
  }
  #conts_points .points_list .points_item:nth-of-type(3) .top_block {
    margin-bottom: 20px;
  }
  #conts_points .points_list .points_item .img {
    margin-bottom: 12px;
  }
  #conts_points .points_list .points_item .text_block {
    order: 1;
    position: relative;
  }
  #conts_points .points_list .points_item:nth-of-type(even) .img {
    order: 2;
    margin-right: 0;
  }
  #conts_points .points_list .points_item .text_block .number {
    font-size: 34px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 10px;
    width: fit-content;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #conts_points .points_list .points_item .text_block h3 {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  #conts_points .points_list li .charm_block {
    background-color: #f8f3ed;
    padding: 30px 10px 30px;
    orphans: 3;
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 0 auto;
  }
  #conts_points .points_list li .charm_block li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }
  #conts_points .points_list li .charm_block li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_points .points_list li .charm_block li:nth-of-type(3) {
    margin-bottom: 0;
  }
  #conts_points .points_list li .charm_block li:nth-of-type(4) {
    margin-bottom: 0;
  }
  #conts_points .points_list li .charm_block li .icon {
    width: 68px;
    margin: 0 auto 10px;
    margin-bottom: 7px;
  }
  #conts_points .points_list li .charm_block li .text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
  }
  #conts_points .points_list li .value_block h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  #conts_points .points_list li .value_block .item_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #conts_points .points_list li .value_block .item_block::after {
    content: "";
    display: block;
    width: 215px;
  }
  #conts_points .points_list li .value_block .item {
    width: 100px;
    height: 100px;
    background-color: #0e0e0e;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 8px 8px;
    margin-bottom: 15px;
    position: relative;
    margin-right: 2%;
  }
  #conts_points .points_list li .value_block .item .number {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;
  }
  #conts_points .points_list li .value_block .item .text {
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03rem;
  }
  #conts_server {
    padding: 70px 0;
    background-color: #000;
    background-image: url("../img/bg_img_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top -220px;
  }
  #conts_server .conts_wrapper .anchor {
    display: block;
    position: relative;
    top: -85px;
  }
  #conts_server .conts_wrapper .tab {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 0;
    justify-content: center;
  }
  #conts_server .conts_wrapper .tab .tabLabel {
    order: -1;
    padding: 0px 0 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    width: 30%;
    margin: 0 8px 28px 0;
  }
  #conts_server .conts_wrapper .tab .tabLabel.tab_06,
  #conts_server .conts_wrapper .tab .tabLabel.tab_05 {
    margin-right: 0;
  }
  #conts_server .conts_wrapper .tab label {
    width: 350px;
    text-align: center;
    position: relative;
  }
  #conts_server .conts_wrapper .tab span {
    font-size: 15px;
    position: relative;
  }
  #conts_server .conts_wrapper .tab .tab_small {
    position: absolute;
    font-size: 10px;
    left: 55%;
    transform: translateX(-50%);
    top: -12px;
    width: 100%;
  }
  #conts_server .conts_wrapper .tab label::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_server .conts_wrapper .tab .tab_01::after {
    background-color: #777c80;
  }
  #conts_server .conts_wrapper .tab input {
    display: none;
  }
  #conts_server .conts_wrapper .tab .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  #conts_server .conts_wrapper .tab input:checked+.tabLabel+.content {
    height: auto;
    opacity: 1;
  }
  #conts_server .conts_wrapper .tab input:checked+label::after {
    content: "";
    display: block;
    background-color: #f7941c;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_server .conts_wrapper .title_block h2 {
    text-align: center;
    margin-bottom: 39px;
  }
  #conts_server .conts_wrapper .title_block h2 .small {
    display: block;
  }
  #conts_server .conts_wrapper .title_block .lead_text {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
  #conts_server .conts_wrapper .title_block .emphasis_block {
    text-align: center;
  }
  #conts_server .conts_wrapper .title_block .emphasis_box {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 17px;
    display: inline-block;
    line-height: 1.6;
  }
  #conts_server .conts_wrapper .title_block .check {
    display: inline-block;
    width: 24px;
    position: relative;
    top: 4px;
    margin-right: 6px;
  }
  #conts_immediate {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  #conts_server .immediate_wrap {
    margin-bottom: 66px;
  }
  #conts_server .immediate_title {
    text-align: center;
    margin-bottom: 15px;
  }
  #conts_server .conts_wrapper .immediate_title .caution {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  #conts_server .conts_wrapper .table_wrap {
    color: #fff;
    background-color: #2c2828;
    position: relative;
    border-collapse: collapse;
    margin-bottom: 34px;
    width: auto;
    overflow: auto;
    max-height: 138vw;
  }
  #conts_server .conts_wrapper .table_wrap:last-of-type {
    margin-bottom: 20px;
  }
  #conts_server .conts_wrapper .table_wrap table {
    /* width: 764px; */
    /* display: block; */
    border-bottom: 1px solid #627281;
  }
  #conts_server .conts_wrapper .table_wrap table.col04 {
    width: 1064px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col04 {
    width: 100%;
  }
  #conts_server .conts_wrapper .table_wrap th {
    background-color: #363232;
    width: 100px;
    font-size: 10px;
    border-top: 1px solid #777c80;
    border-left: 1px solid #777c80;
    border-bottom: 1px solid #777c80;
    vertical-align: middle;
    padding: 5px;
    min-width: 70px;
  }
  #conts_server .conts_wrapper .table_wrap td {
    line-height: 1.6;
    text-align: center;
    border-top: 1px solid #777c80;
    border-right: 1px solid #777c80;
    border-bottom: 1px solid #777c80;
    padding: 5px 10px;
    vertical-align: middle;
    height: 62px;
    letter-spacing: -0.05rem;
    border-collapse: collapse;
    font-size: 12px;
    min-width: 221px;
  }
  #conts_server .conts_wrapper .table_wrap table.col04 {
    width: 1064px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col04 {
    width: 100%;
  }
  #conts_server .conts_wrapper .table_wrap table.col04 td {
    min-width: 248px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col04 td {
    min-width: 180px;
  }
  #conts_server .conts_wrapper .table_wrap table.col02 {
    width: 675px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col02 {
    width: 100%;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col02 {
    width: 100%;
  }
  #conts_server .conts_wrapper .table_wrap table.col02 td {
    width: 286px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col02 td {
    min-width: 180px;
  }
  #conts_server .conts_wrapper .tab td .small {
    font-size: 14px;
    display: block;
    background-color: #7fbc03;
    color: #fff;
    padding: 0 9px;
    width: fit-content;
    margin: 0 auto 6px;
    font-weight: 600;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_01 img {
    margin: 0 auto;
    width: 200px;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_02 img {
    margin: 0 auto;
    width: 130px;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_03 img {
    margin: 0 auto;
    width: 69px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 td.server_img_02 img {
    width: 80px;
  }
  #conts_server .conts_wrapper .table_wrap thead {
    /* display: block; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2c2828;
  }
  #conts_server .conts_wrapper .table_wrap thead tr {
    width: 100%;
    border: 1px solid #777c80;
  }
  #conts_server .conts_wrapper .table_wrap thead tr td {
    padding: 15px;
  }
  #conts_server .conts_wrapper .table_wrap tbody {
    /* display: block; */
    position: relative;
    height: 310px;
    overflow-y: scroll;
  }
  #conts_server .conts_wrapper .table_wrap tbody tr:nth-of-type(2n-1) {
    background-color: #141414;
  }
  #conts_server .conts_wrapper .tyusyaku {
    color: #777c80;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 26px;
  }
  #conts_server .conts_wrapper .tyusyaku a {
    border-bottom: 1px solid #777c80;
    display: inline-block;
    width: fit-content;
  }
  #conts_select {
    background-color: #f1f1f1;
    padding: 70px 0;
  }
  #conts_select .title_box {
    margin-bottom: 65px;
  }
  #conts_select .title_box h2 {
    margin-bottom: 17px;
    text-align: center;
    letter-spacing: -0.05rem;
  }
  #conts_select .point_wrapper {
    position: relative;
    margin-bottom: 35px;
  }
  #conts_select .point_wrapper .box {
    background-color: #fff;
    padding: 34px 5% 30px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    margin-bottom: 36px;
  }
  #conts_select .point_wrapper .box:last-of-type {
    margin-bottom: 0;
  }
  #conts_select .point_wrapper .box .img {
    margin-bottom: 19px;
  }
  #conts_select .point_wrapper .box .img:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("../img/number_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -21px;
    left: -10px;
  }
  #conts_select .point_wrapper .box:nth-of-type(2) .img:before {
    background-image: url("../img/number_02.png");
  }
  #conts_select .point_wrapper .box:nth-of-type(3) .img:before {
    background-image: url("../img/number_03.png");
  }
  #conts_select .point_wrapper .box h3 {
    position: relative;
    line-height: 1.4;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
  }
  #conts_select .point_wrapper .box h3:before {
    content: "";
    display: block;
    width: 128px;
    height: 3px;
    background-color: #f7941c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #conts_select .point_wrapper .box .text {
    width: 100%;
  }
  #conts_feature {
    background-image: url("../img/bg_img_02.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0;
  }
  #conts_feature h2 {
    text-align: center;
    color: #7ebb04;
    margin-bottom: 38px;
  }
  #conts_feature .feature_wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 48px 0;
  }
  #conts_feature .feature_wrapper .img {
    width: 92%;
    margin: 0 auto;
  }
  #conts_enterprise .title_wrapper {
    padding: 50px 0;
    background-color: #01213e;
    background-image: url("../img/bg_img_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #conts_enterprise .title_wrapper h2 {
    font-weight: 600;
    text-align: center;
  }
  #conts_enterprise .list_wrapper {
    background-color: #0a2a47;
    padding: 50px 0 70px;
  }
  #conts_enterprise .list_wrapper .list {
    margin: 0 auto 60px;
    position: relative;
  }
  #conts_enterprise .list_wrapper .list:last-of-type {
    margin-bottom: 0;
  }
  #conts_enterprise .list_wrapper .list .box .item_block,
  #conts_enterprise .list_wrapper .list .box .img_list,
  #conts_enterprise .list_wrapper .list .box .inner {
    margin: 0 auto;
  }
  #conts_enterprise .list_wrapper .list .box .item_block.detail {
    margin-bottom: 50px;
  }
  #conts_enterprise .list_wrapper .list .number {
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #conts_enterprise .list_wrapper .list .box h3 {
    margin-bottom: 14px;
    padding-left: 50px;
  }
  #conts_enterprise .list_wrapper .list .box .sub_title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #conts_enterprise .list_wrapper .list .box .sub_title span {
    padding-bottom: 3px;
  }
  #conts_enterprise .list_wrapper .list .box .lead_text {
    font-size: 15px;
    margin-bottom: 28px;
    letter-spacing: 0.025rem;
  }
  #conts_enterprise .list_wrapper .list .box .lead_text .small {
    font-size: 12px;
    vertical-align: top;
    padding-right: 4px;
  }
  #conts_enterprise .list_wrapper .list .box .lead_text .tyusyaku {
    font-size: 16px;
    line-height: 1.6;
    display: block;
    color: #a4adb4;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }
  #conts_enterprise .list_wrapper .list .box .img_block {
    background-color: #344c64;
    padding: 40px 10px;
  }
  #conts_enterprise .list_wrapper .list .box .img_block h4 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block {
    margin-bottom: 48px;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul li {
    width: 48%;
    text-align: center;
    background-color: #344c64;
    padding: 12px 8px;
    line-height: 1;
    margin-bottom: 12px;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul li h4 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul li .text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
  #conts_enterprise .list_wrapper .list .box .item_block ul li .icon img {
    width: auto;
    height: 36px;
    margin: 0 auto;
  }
  #conts_enterprise .list_wrapper .list .box .img_list {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_enterprise .list_wrapper .list .box .img_list li {
    width: 48%;
    margin-right: 2%;
  }
  #conts_enterprise .list_wrapper .list .box .img_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box {
    background-color: #344c64;
    padding: 38px 5%;
    margin: 0 auto;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul {
    text-align: center;
    margin-bottom: 26px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li {
    margin-bottom: 26px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li:nth-of-type(2n) {
    margin-bottom: 0;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 14px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li .text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li .img {
    margin-bottom: 20px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li h4 {
    font-size: 20px;
    background-color: #ffffff;
    color: #0a2a47;
    font-weight: 600;
    margin-bottom: 13px;
    padding: 5px;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box ul li .sub_text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.01rem;
    text-align: left;
  }
  #conts_enterprise .list_wrapper .list .box .fullstack_block .img_box .summary {
    font-size: 16px;
    line-height: 1.8;
  }
  #conts_enterprise .bottom_list {
    margin: 0 auto;
  }
  #conts_enterprise .bottom_list h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 18px;
  }
  #conts_enterprise .bottom_list .text {
    text-align: center;
    margin-bottom: 36px;
  }
  #conts_enterprise .bottom_list .table_wrap {
    color: #fff;
    background-color: #01213e;
    font-size: 15px;
    position: relative;
    border-collapse: collapse;
    margin: 0 auto 30px;
    width: auto;
    overflow: auto;
    max-height: 180vw;
  }
  #conts_enterprise .bottom_list .table_wrap table {
    display: block;
    width: 764px;
  }
  #conts_enterprise .conts_wrapper .table_wrap tbody tr:nth-child(2n-1) {
    background-color: #001b33;
  }
  #conts_enterprise .bottom_list .table_wrap th {
    background-color: #112e48;
    width: 10%;
    border-top: 1px solid #627281;
    border-left: 1px solid #627281;
    border-bottom: 1px solid #627281;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
    min-width: 70px;
  }
  #conts_enterprise .bottom_list .table_wrap th.composition {
    height: 62px;
    text-align: center;
    background-color: #344c64;
  }
  #conts_enterprise .bottom_list .table_wrap table.col04 th {
    width: 184px;
  }
  #conts_enterprise .bottom_list .table_wrap td {
    line-height: 1.6;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #627281;
    border-right: 1px solid #627281;
    border-bottom: 1px solid #627281;
    padding: 5px 10px;
    vertical-align: middle;
    height: 62px;
    letter-spacing: -0.05rem;
    border-collapse: collapse;
    min-width: 231px;
  }
  #conts_enterprise .bottom_list .table_wrap table.col04 td {
    width: 250px;
  }
  #conts_enterprise .bottom_list .table_wrap td.server_img_01 img {
    width: 296px;
    margin: 0 auto;
  }
  #conts_enterprise .bottom_list .table_wrap td.server_img_02 img {
    width: 144px;
    margin: 0 auto;
  }
  #conts_enterprise .bottom_list .table_wrap td.server_img_03 img {
    width: auto;
    height: 95px;
    margin: 0 auto;
  }
  #conts_enterprise .bottom_list .table_wrap thead {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #01213e;
  }
  #conts_enterprise .bottom_list .table_wrap thead tr {
    border: 1px solid #627281;
  }
  #conts_enterprise .bottom_list .table_wrap thead tr td {
    padding: 20px 10px;
  }
  #conts_enterprise .bottom_list .table_wrap tbody {
    display: block;
    position: relative;
    height: 310px;
    overflow-y: scroll;
  }
  #conts_enterprise .conts_wrapper .table_wrap tbody tr:nth-child(2n-1) {
    background-color: #001b33;
  }
  #conts_advance {
    color: #01213e;
    padding: 70px 0;
  }
  #conts_advance h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #conts_advance .big_img {
    margin: 0 auto 36px;
  }
  #conts_advance .top_text {
    margin-bottom: 32px;
  }
  #conts_advance .top_text dt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: center;
  }
  #conts_advance .top_text .under_line {
    padding-bottom: 3px;
  }
  #conts_advance .merit_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 55px;
    justify-content: center;
  }
  #conts_advance .merit_list:after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f8f3ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-height: 720px;
  }
  #conts_advance .merit_list li {
    width: 48%;
    padding: 10px 2% 15px;
    box-shadow: 3.9px 3.9px 4px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #dbdbdb;
    line-height: 1.5;
    margin: 0 2% 8px 0;
    background-color: #fff;
    font-size: 14px;
  }
  #conts_advance .merit_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_advance .merit_list li span {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 34px;
    padding: 40px 10px 0;
    display: block;
  }
  #conts_advance .merit_list li .img_01 {
    background-image: url("../img/icon_19.png");
  }
  #conts_advance .merit_list li .img_02 {
    background-image: url("../img/icon_20.png");
  }
  #conts_advance .merit_list li .img_03 {
    background-image: url("../img/icon_21.png");
  }
  #conts_advance .merit_list li .img_04 {
    background-image: url("../img/icon_32.png");
  }
  #conts_advance .merit_list li .img_05 {
    background-image: url("../img/icon_22.png");
  }
  #conts_advance .merit_list li .img_06 {
    background-image: url("../img/icon_23.png");
  }
  #conts_advance .merit_list li .img_07 {
    background-image: url("../img/icon_24.png");
  }
  #conts_advance .merit_list li .img_08 {
    background-image: url("../img/icon_25.png");
  }
  #conts_advance .merit_list li .img_09 {
    background-image: url("../img/icon_26.png");
  }
  #conts_advance .merit_list li .img_10 {
    background-image: url("../img/icon_27.png");
  }
  #conts_advance .merit_list li .img_11 {
    background-image: url("../img/icon_28.png");
  }
  #conts_advance .merit_list li .img_12 {
    background-image: url("../img/icon_29.png");
  }
  #conts_advance .bottom_wrapper {
    text-align: center;
    padding: 49px 0 0;
  }
  #conts_advance .bottom_wrapper h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 23px;
  }
  #conts_advance .bottom_wrapper .bottom_text {
    text-align: left;
    margin: 0 auto 34px;
  }
  #conts_advance .bottom_wrapper .environment_list {
    width: 105%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_advance .bottom_wrapper .environment_list li {
    background-image: url("../img/bg_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    padding: 32px 5%;
    position: relative;
    margin-bottom: 18px;
  }
  #conts_advance .bottom_wrapper .environment_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_advance .bottom_wrapper .environment_list li h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 21px;
  }
  #conts_advance .bottom_wrapper .environment_list li .text {
    text-align: left;
  }
  #conts_advance .bottom_wrapper .environment_list li .text .small {
    font-size: 12px;
    vertical-align: top;
    padding: 0 6px 0 2px;
  }
  #conts_advance .bottom_wrapper .caption_list {
    text-align: left;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  #conts_advance .bottom_wrapper .caption_list li {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }
  #conts_support {
    background-color: #000000;
    padding: 70px 0;
    overflow-x: hidden;
  }
  #conts_support h2 {
    margin-bottom: 36px;
    text-align: center;
  }
  #conts_support .link_list {
    display: flex;
    justify-content: center;
  }
  #conts_support .link_list li {
    background-color: #fff;
    color: #0e0e0e;
    font-weight: 600;
    font-size: 16px;
    width: 48%;
    margin-right: 12px;
  }
  #conts_support .link_list li:last-of-type {
    margin-right: 0;
  }
  #conts_support .link_list li a {
    padding: 10px 8px 8px;
    background-image: url("../img/icon_30.png");
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 10px;
  }
  #conts_support .delivery_block {
    display: flex;
    padding-top: 55px;
    margin-bottom: 51px;
    flex-direction: column;
  }
  #conts_support .delivery_block .img {
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    order: 2;
  }
  #conts_support .delivery_block .list_box h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  #conts_support .delivery_block .list_box ol {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #conts_support .delivery_block .list_box ol li {
    width: 48%;
    margin-right: 2%;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #627281;
    padding: 15px 0;
  }
  #conts_support .delivery_block .list_box ol li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_support .delivery_block .list_box ol li span {
    position: relative;
    z-index: 2;
    color: #01213e;
    padding: 0 19px 0 4px;
  }
  #conts_support .delivery_block .list_box ol li span:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #conts_support .process_wrapper {
    margin-bottom: 52px;
  }
  #conts_support .process_wrapper .title {
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 21px;
  }
  #conts_support .process_wrapper .title .small {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    padding-top: 10px;
  }
  #conts_support .process_wrapper .img {
    margin: 0 auto 24px;
  }
  #conts_support .delivery_list {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_support .delivery_list li {
    width: 584px;
    margin-bottom: 50px;
  }
  #conts_support .delivery_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_support .delivery_list h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  #conts_support .delivery_list h4 .number {
    position: relative;
    z-index: 2;
    color: #01213e;
    font-size: 20px;
    padding: 0px 15px 0 5px;
    vertical-align: 13%;
  }
  #conts_support .delivery_list h4 .number:after {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #fff;
    z-index: -1;
  }
  #conts_support .delivery_list .img {
    margin-bottom: 20px;
  }
  #conts_support .conservative_block {
    padding-top: 55px;
  }
  #conts_support .conservative_block h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  #conts_support .conservative_block .box {
    position: relative;
    margin-bottom: 40px;
  }
  #conts_support .conservative_block .box:last-of-type {
    margin-bottom: 30px;
  }
  #conts_support .conservative_block .box h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
  }
  #conts_support .conservative_block .box .img {
    position: absolute;
    width: 100%;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_support .conservative_block .box:nth-of-type(2) .img {
    top: 92px;
  }
  #conts_support .conservative_block .box .text {
    padding-top: 67vw;
  }
  #conts_support .btn_02.external a {
    display: block;
  }
  #conts_support .btn_02.external a::after {
    background-image: url(../img/icon_31.png);
  }
  #conts_faq {
    background-color: #f1f1f1;
    padding: 70px 0 85px;
  }
  #conts_faq h2 {
    text-align: center;
    margin-bottom: 28px;
  }
  #conts_faq .faq_list dl {
    margin-bottom: 15px;
  }
  #conts_faq .faq_list dl:last-of-type {
    margin-bottom: 0;
  }
  #conts_faq .faq_list dl dt {
    background-color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 30px 16px 50px;
    background-image: url("../img/icon_down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    position: relative;
  }
  #conts_faq .faq_list dl dt:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/icon_q.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
  #conts_faq .faq_list dl dd {
    padding: 17px 10px 17px 50px;
    position: relative;
  }
  #conts_faq .faq_list dl dd:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/icon_a.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 12px;
  }

  #conts_whitepaper,
  #conts_blog {
    padding: 70px 0 78px;
    background-color: #e3e3e3;

  }

  #conts_whitepaper {
    background-color: #f1f1f1;
  }

  #conts_whitepaper h2,
  #conts_blog h2 {
    text-align: center;
    line-height: 1.5;
    color: #01213e;
    margin-bottom: 28px;
  }

  #conts_whitepaper .title_sub_text,
  #conts_blog .title_sub_text {
    margin-bottom: 45px;
    text-align: center;
    color: #01213e;
  }


  #conts_whitepaper .blog_list,
  #conts_blog .blog_list {
    display: flex;
    margin: 0 auto 38px;
    flex-direction: column;
  }
  #conts_whitepaper .blog_list::after,
  #conts_blog .blog_list::after {
    content: "";
    display: block;
    width: 369px;
    height: 0;
  }
  #conts_whitepaper .blog_list .blog_item,
  #conts_blog .blog_list .blog_item {
    margin-bottom: 30px;
  }
  #conts_whitepaper .blog_list .blog_item:last-of-type,
  #conts_blog .blog_list .blog_item:last-of-type {
    margin-bottom: 0;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info,
  #conts_blog .blog_list .blog_item .blog_info {
    padding: 26px 25px;
    line-height: 1.5;
    background-color: #fff;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info .days,
  #conts_blog .blog_list .blog_item .blog_info .days {
    font-size: 15px;
    color: #292828;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info .blog,
  #conts_blog .blog_list .blog_item .blog_info .blog {
    font-size: 15px;
    line-height: 1.6;
    color: #f6921d;
    display: block;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info .blog::after,
  #conts_blog .blog_list .blog_item .blog_info .blog::after {
    content: "";
    display: block;
    background-color: #f6921d;
    width: 30px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info .title,
  #conts_blog .blog_list .blog_item .blog_info .title {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #292828;
  }
  #conts_form {
    width: 90%;
    padding-top: 68px;
    margin: 0 5% 80px;
  }
  #conts_form h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  #conts_form .lead {
    margin-bottom: 32px;
    text-align: center;
  }
  #conts_form .tel_wrap {
    max-width: 508px;
    margin: 0 auto;
    background-color: #f7941c;
    padding: 20px 8px 22px;
    text-align: center;
    margin-bottom: 44px;
  }
  #conts_form .tel_wrap .text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6px;
    width: auto;
    margin-right: 0;
  }
  #conts_form .tel_wrap .tel-link {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 17px;
    background-image: url("../img/icon_01.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: top 10px left;
    margin-bottom: 7px;
    display: inline-block;
  }
  #conts_form .tel_wrap .time {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  #conts_form form {
    max-width: 1108px;
    margin: 0 auto;
  }
  #conts_form table {
    margin-bottom: 30px;
  }
  #conts_form .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #d3d7dc;
    padding: 15px 0 30px;
  }
  #conts_form .item .subtitle {
    margin-bottom: 10px;
    font-weight: 600;
  }
  #conts_form .item_last {
    border-bottom: solid 1px #d3d7dc;
    margin-bottom: 48px;
  }
  #conts_form .title {
    font-weight: 600;
    margin-bottom: 13px;
  }
  #conts_form .text {
    width: 100%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: -10px;
  }
  #conts_form .text input,
  #conts_form .text textarea {
    width: 100%;
    font-size: 18px;
    padding: 14px 10px 12px;
    border: solid 1px #d3d7dc;
    border-radius: 4px;
  }
  #conts_form .text input[type="radio"] {
    display: none;
  }
  #conts_form .text textarea {
    min-height: 200px;
  }
  #conts_form .text input::placeholder,
  #conts_form .text textarea::placeholder {
    color: #d6d6d6;
  }
  #conts_form tr .text input[type="radio"] {
    display: none;
  }
  #conts_form .text label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 23px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  #conts_form .text label:after {
    position: absolute;
    z-index: 99;
    top: 13px;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #a2a8ae;
    border-radius: 100px;
    content: "";
  }
  #conts_form .text label:before {
    position: absolute;
    z-index: 998;
    top: 19px;
    left: 4px;
    display: block;
    margin-top: -12px;
    width: 8px;
    height: 8px;
    content: "";
    opacity: 0;
    background-color: #78b903;
    border-radius: 100px;
    transition-duration: 0.3s;
  }
  #conts_form .text input[type="radio"]:checked+label:before {
    opacity: 1;
  }
  #conts_form .text .error {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }
  #conts_form #recaptcha-area,
  #conts_form .g-recaptcha {
    margin: 0 auto 28px;
    width: 300px;
  }
  #conts_form .textlink_privacy {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 6px;
  }
  #conts_form .textlink_privacy a {
    display: inline-block;
    width: auto;
    color: #f6921d;
    text-decoration: underline;
  }
  #conts_form .privacy_policy {
    margin-bottom: 16px;
  }
  #conts_form .caution_text {
    margin: 0 0 40px;
    font-size: 14px;
  }
  #conts_form .caution_text span {
    display: inline-block;
  }
  #conts_form .caution_text a {
    display: inline-block;
    width: auto;
    color: #f6921d;
    text-decoration: underline;
  }
  #conts_form .privacy_policy input {
    display: none;
  }
  #conts_form .privacy_policy label {
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 0 0 21px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 20px 0 0;
  }
  #conts_form .privacy_policy label:after {
    position: absolute;
    z-index: 99;
    top: 66%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 14px;
    height: 14px;
    border: 3px solid #dde3f1;
    border-radius: 4px;
    content: "";
  }
  #conts_form .privacy_policy label:before {
    position: absolute;
    z-index: 9999;
    top: 53%;
    left: 6px;
    display: block;
    margin-top: -12px;
    width: 10px;
    height: 16px;
    border-right: 4px solid #78b903;
    border-bottom: 4px solid #78b903;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
  }
  #conts_form .privacy_policy input[type="checkbox"]:checked+label:before {
    opacity: 1;
  }
  #conts_form .submit-area {
    margin: 0 auto;
    text-align: center;
  }
  #conts_form #submit-button {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    padding: 14px 25px 12px;
    background-color: #7fbc03;
    border: 2px solid #7fbc03;
    transition-duration: 0.3s;
  }
  #conts_form #submit-button.inactive {
    color: #fff;
    background-color: #bcbcbc;
    border: 2px solid #bcbcbc;
  }
  #conts_form .privacy-agreement-check {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
  }
  #conts_form .privacy-agreement-check input {
    margin-right: 6px;
  }
  #conts_form .privacy-agreement-check label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 23px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
  }
  #conts_form .privacy-agreement-check label:after {
    position: absolute;
    z-index: 99;
    top: 58%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #a2a8ae;
    border-radius: 4px;
    content: "";
  }
  #conts_form .privacy-agreement-check label:before {
    position: absolute;
    z-index: 9999;
    top: 47%;
    left: 5px;
    display: block;
    margin-top: -12px;
    width: 11px;
    height: 16px;
    border-right: 4px solid #78b903;
    border-bottom: 4px solid #78b903;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
  }
  #conts_form .privacy-agreement-check input[type="checkbox"]:checked+label:before {
    opacity: 1;
  }
  #conts_form .privacy-agreement-check input[type="checkbox"] {
    display: none;
  }
  .required {
    color: #ffffff;
    font-size: 11px;
    background-color: #f7941c;
    line-height: 1;
    width: 44px;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    margin-left: 9px;
  }
  #conts_thanks {
    color: #01213e;
    margin: 200px 0 127px;
    text-align: center;
  }
  #conts_thanks dl {
    margin: 0 auto;
  }
  #conts_thanks dl .text {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #conts_thanks dl dd {
    margin-bottom: 30px;
  }
  #conts_thanks .bt_link a {
    display: inline-block;
    text-decoration: underline;
    width: fit-content;
    margin: 0 auto;
  }
  #conts_thanks .bt_link a:hover {
    text-decoration: none;
  }
  footer {
    width: 100%;
  }
  footer .top_block {
    background-color: #282828;
    padding: 30px 0 28px;
  }
  footer .top_block .logo {
    width: 88%;
    max-width: 280px;
    margin: 0 auto;
  }
  footer .bottom_block {
    background-color: #1f1f1f;
    font-size: 14px;
    padding: 27px 0 24px;
  }
  footer .bottom_block ul {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
  }
  footer .bottom_block li {
    margin-right: 20px;
  }
  footer .bottom_block li a {
    border-bottom: 1px solid #fff;
    line-height: 1.5;
  }
  footer .bottom_block .copyright {
    font-size: 12px;
    text-align: center;
  }
  footer .bottom_block .copyright a {
    display: contents;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 57px;
    right: 3%;
    z-index: 99;
    width: 40px;
  }
}