@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    font-family: "Noto Sans JP", " ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,
      "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 19px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #fff;
    min-width: 1140px;
    background-color: #fff;
    font-feature-settings: "palt" 1;
  }
  #container {
    width: 100%;
    overflow-x: hidden;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  .pc_none {
    display: none;
  }
  .auto {
    width: 1140px;
    margin: 0 auto;
  }
  .color_navy {
    color: #0e0e0e;
  }
  .color_orange {
    color: #f7941c;
  }
  .under_line {
    border-bottom: 3px solid #f7941c;
  }
  #contents h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
  }
  #contents h3 {
    font-size: 34px;
    line-height: 1.8;
    font-weight: 600;
  }
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_02 {
    width: 865px;
    font-weight: 600;
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_02 a {
    color: #000000;
    background-color: #7fbc03;
    padding: 23px 38px 25px;
    border: 2px solid #7fbc03;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_02.external a {
    color: #0e0e0e;
    background-color: #fff;
    padding: 23px 38px 21px;
    border: 2px solid #0e0e0e;
    transition: 0.3s;
  }
  .btn_02 a:hover {
    color: #7fbc03;
    background-color: #fff;
    border: 2px solid #7fbc03;
  }
  .btn_02.external a:hover {
    color: #fff;
    background-color: #0e0e0e;
    border: 2px solid #fff;
  }
  .inpage_link a {
    position: relative;
  }
  .inpage_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    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: 14px;
    transition: all 0.3s;
  }
  .btn_02_big a::after {
    width: 22px;
    height: 14px;
    right: 32px;
  }
  .inpage_link.material a::after {
    transform: rotate(-90deg) translateX(28%);
  }
  .inpage_link a:hover::after {
    background-image: url(../img/under_arrow_g.png);
  }
  .inpage_link.material a:hover::after {
    background-image: url(../img/under_arrow_o.png);
  }
  .ex_link a {
    position: relative;
  }
  .ex_link a::after {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    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: 32px;
    transition: all 0.3s;
  }
  .ex_link a:hover::after {
    background-image: url(../img/ex_page_g.png);
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
    padding-bottom: 73px;
  }
  header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
  }
  header .auto {
    position: relative;
  }
  header .logo {
    width: 248px;
    margin-bottom: 16px;
    padding-top: 13px;
  }
  header .btn_wrapper {
    width: 390px;
    display: flex;
    position: absolute;
    right: 250px;
    top: 6px;
    justify-content: space-between;
  }
  header .btn_wrapper .btn {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    width: calc(50% - 6px);
    background-color: #ddd;
  }
  header .btn_wrapper .btn a {
    display: flex;
    min-height: 44px;
    box-sizing: border-box;
    background-color: #78b903;
    color: #000;
    border: 2px solid #78b903;
    padding: 5px 16px;
    transition: 0.3s;
    position: relative;
  }
  header .btn_wrapper .btn a:hover {
    background-color: #fff;
    color: #78b903;
    border: 2px solid #78b903;
  }
  header .btn_wrapper .btn.material a {
    background-color: #f7941c;
    border: 2px solid #f7941c;
  }
  header .btn_wrapper .btn.material a:hover {
    background-color: #fff;
    color: #f7941c;
    border: 2px solid #f7941c;
  }
  header .page_link_wrap {
    padding: 18px 10px 15px;
    display: flex;
    position: relative;
  }
  header .page_link_wrap::after {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #181818;
  }
  header .page_link_wrap li {
    font-size: 15px;
    color: #b0b0b0;
    margin-right: 34px;
  }
  header .page_link_wrap li:hover {
    color: #fff;
  }
  header .page_link_wrap li a {
    transition: 0.3s;
    position: relative;
  }
  header .page_link_wrap li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  header .page_link_wrap li a:hover::after {
    transform: scale(1, 1);
  }
  header .page_link_wrap li:last-of-type {
    margin-right: 0;
  }
  header .tel_wrap {
    width: 224px;
    background-color: #f7941c;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px 4px;
    color: #000;
  }
  header .tel_wrap .text {
    width: fit-content;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin: 0 auto;
  }
  header .tel_wrap .tel-link {
    width: fit-content;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 30px;
    background-image: url("../img/icon_01.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center left 12px;
    margin-bottom: 0px;
    text-align: center;
  }
  header .tel_wrap .time {
    font-size: 10px;
    width: fit-content;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
    min-width: 1140px;
    position: relative;
  }
  #contents .fixing_btn {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 12px 10px;
    width: 100%;
    justify-content: center;
  }
  #contents .fixing_btn .btn a {
    font-size: 18px;
    line-height: 1.4;
    background-repeat: no-repeat;
    font-weight: 600;
  }
  #contents .fixing_btn .btn {
    width: 450px;
    text-align: center;
  }
  #contents .fixing_btn .btn.inquiry {
    margin-right: 20px;
  }
  #contents .fixing_btn .btn.inquiry a {
    background-color: #f7941c;
    background-size: 22px 24px;
    background-image: url("../img/icon_02.png");
    padding: 10px 10px 10px 64px;
    border: 2px solid #f7941c;
    transition: 0.3s;
    background-position: left 30px top 50%;
    color: #000;
  }
  #contents .fixing_btn .btn.inquiry a:hover {
    background-color: #fff;
    color: #f7941c;
    background-image: url("../img/icon_02_hover.png");
  }
  #contents .fixing_btn .btn.request a {
    background-color: #78b903;
    background-size: 18px 24px;
    background-image: url("../img/icon_03.png");
    padding: 10px 10px 10px 59px;
    background-position: left 81px top 50%;
    border: 2px solid #78b903;
    transition: 0.3s;
    color: #000;
  }
  #contents .fixing_btn .btn.request a:hover {
    background-color: #fff;
    color: #78b903;
    background-image: url("../img/icon_03_hover.png");
  }
  #conts_main {
    padding: 184px 0 74px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 14%;
    background-color: #070707;
    position: relative;
  }
  #conts_main .auto {
    width: 1200px;
    position: relative;
  }
  #conts_main .main_text_block {
    position: relative;
  }
  #conts_main .main_text_block .en_text {
    width: 375px;
    margin: 0 0 17px 11px;
  }
  #conts_main .img_block {
    width: 698px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  #conts_main .main_text_block .lead_text {
    font-size: 21px;
    line-height: 1.5;
    width: fit-content;
    padding: 3px 8px 4px;
    margin-bottom: 6px;
  }
  #conts_main .main_text_block .main_text {
    font-size: 70px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 17px;
  }
  #conts_main .main_text_block .industry_wrap h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 19px;
  }
  #conts_main .award_block {
    display: flex;
    align-items: center;
    margin: 0 0 0 81px;
  }
  #conts_main .text_block {
    font-size: 29px;
    text-align: center;
    font-weight: 600;
    line-height: 1.9;
    margin-top: 56px;
  }
  #conts_main .text_block .orange {
    color: #f7941c;
  }
  #conts_main .award_block .img_left {
    width: 123px;
    margin-right: 16px;
  }
  #conts_main .award_block .img_right {
    width: 154px;
    padding-top: 28px;
  }
  #page_link {
    background-color: #181818;
    padding: 36px 0;
  }
  #page_link .message {
    width: 440px;
    margin: 0 auto 16px;
  }
  #page_link .link_wrapper {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #page_link .link_wrapper .btn {
    width: 494px;
    text-align: center;
    font-weight: 600;
  }
  #page_link .link_wrapper .btn a {
    background-color: #78b903;
    color: #000;
    border: 2px solid #78b903;
    padding: 12px 36px;
    transition: 0.3s;
  }
  #page_link .link_wrapper .btn a:hover {
    background-color: #fff;
    color: #78b903;
    border: 2px solid #78b903;
  }
  #page_link .link_wrapper .btn.material a {
    background-color: #f7941c;
    border: 2px solid #f7941c;
  }
  #page_link .link_wrapper .btn.material a:hover {
    background-color: #fff;
    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: 130px;
    position: relative;
  }
  #conts_movie .auto {
    max-width: 800px;
  }
  #conts_movie h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  #conts_movie .movie_wrap {
    margin: 0 auto 60px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #conts_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #conts_movie .banner {
    width: 80%;
    margin: 0 auto;
  }
  #conts_select {
    background-color: #f1f1f1;
    padding: 158px 0 153px;
  }
  #conts_select .title_box {
    text-align: center;
    margin-bottom: 65px;
  }
  #conts_select .title_box h2 {
    margin-bottom: 33px;
  }
  #conts_select .point_wrapper {
    position: relative;
    margin-bottom: 56px;
  }
  #conts_select .point_wrapper .box {
    background-color: #fff;
    min-height: 426px;
    padding: 47px 40px 33px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    margin-bottom: 43px;
  }
  #conts_select .point_wrapper .box:last-of-type {
    margin-bottom: 0;
  }
  #conts_select .point_wrapper .box .img {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 40px;
  }
  #conts_select .point_wrapper .box .img:before {
    content: "";
    display: block;
    width: 82px;
    height: 82px;
    background-image: url("../img/number_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: -18px;
  }
  #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: 17px;
    margin: 0 0 7px 460px;
  }
  #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 {
    margin-left: 460px;
    width: 596px;
  }
  #conts_select .point_wrapper .box:nth-of-type(2n) .img {
    right: 40px;
    left: auto;
  }
  #conts_select .point_wrapper .box:nth-of-type(2n) .img:before {
    background-image: url("../img/number_02.png");
    right: -18px;
    left: auto;
  }
  #conts_select .point_wrapper .box:nth-of-type(2n) h3 {
    margin: 0 0 7px 0;
  }
  #conts_select .point_wrapper .box:nth-of-type(2n) .text {
    margin: 0;
  }
  #conts_feature {
    background-image: url("../img/bg_img_02.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 133px 0 150px;
  }
  #conts_feature h2 {
    text-align: center;
    color: #7ebb04;
    margin-bottom: 38px;
  }
  #conts_feature .feature_wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 70px 0 70px;
  }
  #conts_feature .feature_wrapper .img {
    width: 861px;
    margin: 0 auto;
  }
  #conts_recommend {
    background-color: #f1f1f1;
    padding: 132px 0 190px;
  }
  #conts_recommend h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #conts_recommend .product_wrapper {
    display: flex;
  }
  #conts_recommend .product_wrapper .box {
    background-color: #fff;
    padding: 24px 20px 34px;
    width: 390px;
    margin-right: 15px;
    box-shadow: 3.8px 3.2px 20px 0 rgba(0, 0, 0, 0.1);
  }
  #conts_recommend .product_wrapper .box:nth-of-type(3n) {
    margin-right: 0;
  }
  #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;
    min-height: 111px;
  }
  #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: 12px;
  }
  #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 .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 {
    font-weight: 600;
    text-align: center;
  }
  #conts_recommend .product_wrapper .btn a {
    background-color: #78b903;
    padding: 9px 36px;
    border: 2px solid #78b903;
    transition: 0.3s;
    line-height: 1.4;
    min-height: 75px;
  }
  #conts_recommend .product_wrapper .btn a:hover {
    border: 2px solid #78b903;
    background-color: #fff;
    color: #78b903;
  }
  #conts_recommend .other_block h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
  }
  #conts_recommend .other_block {
    margin: 60px 0 0;
  }
  #conts_recommend .other_block .other_wrapper {
    display: flex;
    justify-content: center;
  }
  #conts_recommend .other_block .other_wrapper .box {
    margin-right: 15px;
    background-color: #fff;
    width: 390px;
    padding: 28px 20px 34px;
    box-shadow: 3.8px 3.2px 20px 0 rgba(0, 0, 0, 0.1);
  }
  #conts_recommend .other_block .other_wrapper .box:last-of-type {
    margin-right: 0;
  }
  #conts_recommend .other_block .other_wrapper .box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 17px;
    line-height: 1.2;
    text-align: center;
  }
  #conts_recommend .other_block .other_wrapper .box .img {
    margin-bottom: 23px;
  }
  #conts_recommend .other_block .other_wrapper .box:first-of-type .img {
    border: 1px solid #e6e6e6;
  }
  #conts_recommend .other_block .other_wrapper .box .btn_02 {
    font-size: 19px;
    width: 100%;
  }
  #conts_recommend .other_block .other_wrapper .box .btn_02 a {
    padding: 10px 36px 12px;
  }
  #conts_points {
    padding: 132px 0 150px;
    background-color: #f1f1f1;
  }
  #conts_points h2 {
    margin-bottom: 80px;
    text-align: center;
  }
  #conts_points .points_list .points_item {
    margin-bottom: 106px;
  }
  #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: 10px;
  }
  #conts_points .points_list .points_item .img {
    width: 612px;
    margin-right: 45px;
  }
  #conts_points .points_list .points_item .text_block {
    width: 500px;
  }
  #conts_points .points_list .points_item:nth-of-type(even) .text_block {
    margin-right: 45px;
  }
  #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: 49px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 10px;
  }
  #conts_points .points_list .points_item .text_block h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  #conts_points .points_list li .charm_block {
    background-color: #fff;
    padding: 38px 100px 40px;
    display: flex;
    orphans: 3;
    justify-content: space-between;
  }
  #conts_points .points_list li .charm_block li:nth-of-type(4n) {
    margin-right: 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: 20px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
  }
  #conts_points .points_list li .value_block h4 {
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  #conts_points .points_list li .value_block .item_block {
    display: flex;
    justify-content: center;
  }
  #conts_points .points_list li .value_block .item {
    width: 132px;
    min-height: 132px;
    background-color: #0e0e0e;
    border-radius: 300px;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    padding: 34px 12px 12px;
  }
  #conts_points .points_list li .value_block .item:nth-of-type(7) {
    margin-right: 30px;
  }
  #conts_points .points_list li .value_block .item .number {
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;
  }
  #conts_points .points_list li .value_block .item .text {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03rem;
  }
  #conts_server {
    padding: 136px 0 150px;
    background-color: #000;
    background-image: url("../img/bg_img_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #conts_server .conts_wrapper .anchor {
    display: block;
    position: relative;
    top: -130px;
  }
  #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: 20px 0 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 60px;
    margin-right: 15px;
  }
  #conts_server .conts_wrapper .tab label {
    width: 170px;
    text-align: center;
  }
  #conts_server .conts_wrapper .tab span {
    font-size: 20px;
    position: relative;
  }
  #conts_server .conts_wrapper .tab span.bold {
    font-size: 15px;
    color: #f7941c;
  }
  #conts_server .conts_wrapper .tab .tab_small {
    position: absolute;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
  }
  #conts_server .conts_wrapper .tab td .small {
    font-size: 16px;
    display: block;
    background-color: #7fbc03;
    color: #fff;
    padding: 0 9px;
    width: fit-content;
    margin: 0 auto 6px;
    font-weight: 600;
  }
  #conts_server .conts_wrapper .tab .tab_01 span::after {
    background-color: #777c80;
  }
  #conts_server .conts_wrapper .tab span.bold::after {
    display: none;
    font-weight: 600;
  }
  #conts_server .conts_wrapper .tab span::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 170px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_server .conts_wrapper .tab .tab_small::after {
    display: none;
  }
  #conts_server .conts_wrapper .tab span.small::after {
    display: none;
  }
  #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 span::after {
    content: "";
    display: block;
    background-color: #f7941c;
    width: 170px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_server .conts_wrapper .tab input:checked+label .tab_small::after {
    display: none;
  }
  #conts_server .conts_wrapper .title_block {
    text-align: center;
  }
  #conts_server .conts_wrapper .title_block h2 {
    text-align: center;
    margin-bottom: 47px;
    color: #7ebb04;
  }
  #conts_server .conts_wrapper .title_block h2 .small {
    display: block;
    font-size: 28px;
  }
  #conts_server .conts_wrapper .title_block .emphasis_box {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 15px;
    display: inline-block;
    background-image: url("../img/check_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 39px;
    padding-left: 49px;
  }
  #conts_server .conts_wrapper .title_block .btn a {
    text-align: center;
    border: 2px solid #fff;
    line-height: 1.7;
    padding: 14px 60px 17px;
    width: fit-content;
    margin: 0 auto 60px;
  }
  #conts_server .conts_wrapper .table_wrap {
    color: #fff;
    background-color: #2c2828;
    font-size: 15px;
    position: relative;
    border-collapse: collapse;
    margin-bottom: 54px;
  }
  #conts_immediate {
    padding-top: 120px;
    margin-bottom: 50px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 {
    width: 80%;
    margin: 0 auto 54px;
  }
  #conts_server .conts_wrapper .immediate_wrap {
    margin-bottom: 60px;
  }
  #conts_server .conts_wrapper .immediate_title {
    width: 912px;
    line-height: 1.6;
    margin: 0 auto 20px;
    text-align: center;
  }
  #conts_server .conts_wrapper .immediate_title .caution {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  #conts_server .conts_wrapper .table_wrap:last-of-type {
    margin-bottom: 28px;
  }
  #conts_server .conts_wrapper .table_wrap table {
    display: block;
    border-bottom: 1px solid #627281;
  }
  #conts_server .conts_wrapper .table_wrap th {
    background-color: #363232;
    width: 224px;
    border-top: 1px solid #777c80;
    border-left: 1px solid #777c80;
    border-bottom: 1px solid #777c80;
    vertical-align: middle;
    padding-left: 24px;
  }
  #conts_server .conts_wrapper .table_wrap table.col04 th {
    width: 224px;
  }
  #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;
    width: 300px;
    border-collapse: collapse;
  }
  #conts_server .conts_wrapper .table_wrap table.col04 td {
    width: 225px;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 table.col04 td {
    width: 700px;
  }
  #conts_server .conts_wrapper .table_wrap table.col01 td {
    width: 900px;
  }
  #conts_server .conts_wrapper .table_wrap .col01 td.server_img_02 img {
    width: 190px;
  }
  #conts_server .conts_wrapper .table_wrap table.col01 td .server_img_02 {
    width: 900px;
  }
  #conts_server .conts_wrapper .table_wrap table.col02 td {
    width: 450px;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_01 img {
    width: 276px;
    margin: 0 auto;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_02 img {
    width: 144px;
    margin: 0 auto;
  }
  #conts_server .conts_wrapper .table_wrap td.server_img_03 img {
    width: 100px;
    margin: 0 auto;
  }
  #conts_server .conts_wrapper .table_wrap.column_01 td.server_img_02 img {
    width: 94px;
  }
  #conts_server .conts_wrapper .table_wrap thead tr {
    border: 1px solid #777c80;
  }
  #conts_server .conts_wrapper .table_wrap thead tr td {
    padding: 20px 10px;
  }
  #conts_server .conts_wrapper .table_wrap tbody {
    display: block;
    position: relative;
    height: 378px;
    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;
    margin-bottom: 40px;
  }
  #conts_server .conts_wrapper .tyusyaku a {
    width: fit-content;
    border-bottom: 1px solid #777c80;
  }
  #conts_support {
    background-color: #000000;
    padding: 134px 0 0;
  }
  #conts_support h2 {
    margin-bottom: 79px;
    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: 24px;
    width: 290px;
    margin-right: 30px;
  }
  #conts_support .link_list li:last-of-type {
    margin-right: 0;
  }
  #conts_support .link_list li a {
    padding: 0 29px;
    background-image: url("../img/icon_30.png");
    background-repeat: no-repeat;
    background-position: center right 29px;
    background-size: 16px;
  }
  #conts_support .delivery_block {
    display: flex;
    margin-bottom: 51px;
    padding-top: 107px;
  }
  #conts_support .delivery_block .img {
    width: 730px;
    margin: 0 50px 0 -98px;
  }
  #conts_support .delivery_block .list_box {
    width: 442px;
    margin-top: 15px;
  }
  #conts_support .delivery_block .list_box h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 21px;
  }
  #conts_support .delivery_block .list_box ol li {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #627281;
    padding: 15px 0 17px;
  }
  #conts_support .delivery_block .list_box ol li:first-of-type {
    border-top: 1px solid #627281;
  }
  #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: 34px;
    height: 34px;
    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.9;
    margin-bottom: 21px;
  }
  #conts_support .process_wrapper .title .small {
    font-size: 20px;
    display: block;
  }
  #conts_support .process_wrapper .img {
    width: 878px;
    margin: 0 auto 24px;
  }
  #conts_support .process_wrapper .text {
    text-align: center;
  }
  #conts_support .delivery_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -98px;
  }
  #conts_support .delivery_list li {
    width: 554px;
    margin: 0 30px 82px 0;
  }
  #conts_support .delivery_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_support .delivery_list h4 {
    font-size: 29px;
    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: 127px 0 148px;
    overflow-x: hidden;
  }
  #conts_support .conservative_block h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 54px;
  }
  #conts_support .conservative_block .box {
    position: relative;
    min-height: 479px;
    margin-bottom: 57px;
  }
  #conts_support .conservative_block .box:last-of-type {
    margin-bottom: 37px;
  }
  #conts_support .conservative_block .box h4 {
    font-size: 32px;
    font-weight: 600;
    width: 520px;
  }
  #conts_support .conservative_block .box .img {
    width: 668px;
    position: absolute;
  }
  #conts_support .conservative_block .box .text {
    width: 520px;
  }
  #conts_support .conservative_block .box:nth-of-type(2n-1) .img {
    top: -26px;
    left: -98px;
  }
  #conts_support .conservative_block .box:nth-of-type(2n-1) h4,
  #conts_support .conservative_block .box:nth-of-type(2n-1) .text {
    margin-left: auto;
  }
  #conts_support .conservative_block .box:nth-of-type(2n) .img {
    top: 0px;
    left: 570px;
  }
  #conts_support .btn_02 a .small {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }
  #conts_support .external a {
    display: block;
  }
  #conts_support .external a::after {
    background-image: url(../img/icon_31.png);
  }
  #conts_support .external a:hover::after {
    background-image: url(../img/icon_31_hover.png);
  }
  #conts_faq {
    background-color: #f1f1f1;
    padding: 137px 0 122px;
  }
  #conts_faq h2 {
    text-align: center;
    margin-bottom: 28px;
  }
  #conts_faq .faq_list {
    width: 1000px;
    margin: 0 auto;
  }
  #conts_faq .faq_list dl {
    margin-bottom: 20px;
  }
  #conts_faq .faq_list dl dt {
    background-color: #fff;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 27px 10px 26px 112px;
    background-image: url("../img/icon_down.png");
    background-repeat: no-repeat;
    background-position: right 44px center;
    background-size: 23px;
    position: relative;
  }
  #conts_faq .faq_list dl dt:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background-image: url("../img/icon_q.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
  }
  #conts_faq .faq_list dl dd {
    padding: 27px 10px 26px 112px;
    position: relative;
  }
  #conts_faq .faq_list dl dd:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background-image: url("../img/icon_a.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 23px;
    left: 43px;
  }
  #conts_whitepaper,
  #conts_blog {
    padding: 134px 0;
    background-color: #e3e3e3;
  }

  #conts_whitepaper {
    background-color: #f1f1f1;
  }

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

  #conts_whitepaper h2,
  #conts_blog h2 {
    text-align: center;
    line-height: 1.5;
    color: #01213e;
    margin-bottom: 28px;
  }
  #conts_whitepaper .blog_list,
  #conts_blog .blog_list {
    width: 100%;
    display: flex;
    margin: 0 auto 42px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #conts_whitepaper .blog_list::after,
  #conts_blog .blog_list::after {
    content: "";
    display: block;
    width: 369px;
  }
  #conts_whitepaper .blog_list .blog_item,
  #conts_blog .blog_list .blog_item {
    width: calc(100% / 3 - 25px);
    background-color: #fff;
  }
  #conts_whitepaper .blog_list .blog_item:nth-of-type(3n),
  #conts_blog .blog_list .blog_item:nth-of-type(3n) {
    margin-right: 0;
  }
  #conts_whitepaper .blog_list .blog_item .blog_info,
  #conts_blog .blog_list .blog_item .blog_info {
    padding: 26px 25px;
    line-height: 1.5;
  }
  #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 {
    padding: 134px 0 132px;
  }
  #conts_form h2 {
    margin-bottom: 26px;
    text-align: center;
  }
  #conts_form .lead {
    margin-bottom: 45px;
    text-align: center;
  }
  #conts_form .tel_wrap {
    width: 508px;
    margin: 0 auto;
    background-color: #f7941c;
    padding: 32px 24px 31px;
    text-align: center;
    margin-bottom: 85px;
  }
  #conts_form .tel_wrap .text {
    font-size: 18px;
    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: 40px;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 24px;
    background-image: url("../img/icon_01.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top 10px left;
    margin-bottom: 7px;
    display: inline-block;
  }
  #conts_form .tel_wrap .time {
    font-size: 16px;
    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: 50px 0;
  }
  #conts_form .item_last {
    border-bottom: solid 1px #d3d7dc;
    margin-bottom: 70px;
  }
  #conts_form .subtitle {
    width: 242px;
    font-weight: 600;
    margin-left: 40px;
  }
  #conts_form .text {
    width: 738px;
    text-align: left;
    vertical-align: top;
    margin-right: 40px;
  }
  #conts_form .text input,
  #conts_form .text textarea {
    width: 100%;
    font-size: 18px;
    padding: 16px 16px 14px;
    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: block;
    padding: 0 0 0 27px;
    cursor: pointer;
    margin: 0 20px 14px 0;
  }
  #conts_form .text label:after {
    position: absolute;
    z-index: 99;
    top: 54%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #a2a8ae;
    border-radius: 100px;
    content: "";
  }
  #conts_form .text label:before {
    position: absolute;
    z-index: 9998;
    top: 72%;
    left: 5px;
    display: block;
    margin-top: -12px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    content: "";
    opacity: 0;
    background-color: #78b903;
    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: 302px;
  }
  #conts_form .textlink_privacy {
    font-size: 17px;
    text-align: center;
    margin: 0 auto 7px;
  }
  #conts_form .textlink_privacy a {
    display: inline-block;
    width: auto;
    color: #f6921d;
    text-decoration: underline;
  }
  #conts_form .textlink_privacy a:hover {
    text-decoration: none;
  }
  #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 .caution_text a:hover {
    text-decoration: none;
  }
  #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: 50%;
    left: 4px;
    display: block;
    margin-top: -12px;
    width: 10px;
    height: 16px;
    border-right: 4px solid #173fa5;
    border-bottom: 4px solid #173fa5;
    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: 418px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    padding: 16px 25px 14px;
    background-color: #7fbc03;
    border: 2px solid #7fbc03;
    transition-duration: 0.3s;
  }
  #conts_form #submit-button:hover {
    color: #7fbc03;
    background-color: #fff;
    border: 2px solid #7fbc03;
  }
  #conts_form #submit-button.inactive {
    color: #fff;
    background-color: #bcbcbc;
    border: 2px solid #bcbcbc;
  }
  #conts_form #submit-button.inactive:hover {
    color: #bcbcbc;
    background-color: #fff;
    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 27px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 14px 0;
  }
  #conts_form .privacy-agreement-check label:after {
    position: absolute;
    z-index: 99;
    top: 54%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #a2a8ae;
    border-radius: 4px;
    content: "";
  }
  #conts_form .privacy-agreement-check label:before {
    position: absolute;
    z-index: 9999;
    top: 48%;
    left: 7px;
    display: block;
    margin-top: -12px;
    width: 11px;
    height: 19px;
    border-right: 5px solid #78b903;
    border-bottom: 5px 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: 12px;
    background-color: #f7941c;
    line-height: 1;
    width: 58px;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    margin-left: 18px;
  }
  footer {
    width: 100%;
  }
  footer .top_block {
    background-color: #282828;
    padding: 32px 0;
  }
  footer .top_block .logo {
    width: 342px;
  }
  footer .bottom_block {
    background-color: #1f1f1f;
    font-size: 14px;
    padding: 24px 0;
  }
  footer .bottom_block .auto {
    display: flex;
    justify-content: space-between;
  }
  footer .bottom_block ul {
    display: flex;
  }
  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 {
    display: flex;
  }
  footer .bottom_block .copyright a {
    width: fit-content;
    margin-left: 8px;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    width: 60px;
  }
  .lp_form_box {
    width: 100%;
    max-width: 1108px;
    margin: 0 auto;
  }
  #conts_thanks {
    color: #01213e;
    margin: 200px 0 127px;
    text-align: center;
  }
  #conts_thanks dl {
    width: 700px;
    margin: 0 auto;
  }
  #conts_thanks dl .text {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #conts_thanks dl dd {
    line-height: 1.7;
    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;
  }
}