@charset "UTF-8";

/* ====================================
  layout
===================================== */
section {
  padding-bottom: 0;
}
.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 12rem 0;
  text-align: center;
}
.br_sp {
  display: none;
}

/* title */
.title_section {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
.title_section .title_section_en {
  font-family: "Roboto", sans-serif;
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1.4;
  background: radial-gradient(50% 50% at 50% 50%, #00BCFB 0%, #0072DD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_section .title_section_ja {
  font-size: 2.4rem;
}

/* ====================================
  kv
===================================== */
#Sub_kv {
  background-image: 
  linear-gradient(275deg, rgba(5, 123, 189, 0.46) 9.93%, rgba(0, 164, 255, 0.80) 82.28%),
  linear-gradient(#83DEFF, #83DEFF),
  url('/forbiz/assets/images/08_hh/kv_pc.webp');
  background-blend-mode: normal, multiply, normal;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 65%;
  padding: 10rem 0;
  text-align: left;
  overflow: hidden;
}
.kv_text {
  width: min(1200px, calc(100% - 40px));
  max-width: 892px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kv_text::before {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/kv_deco_left.png);
  width: 871px;
  height: 600px;
  top: -60px;
  left: -908px;
  z-index: -1;
}
.kv_text::after {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/kv_deco_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 942px;
  height: 540px;
  top: -195px;
  right: -780px;  
  z-index: -1;
}
.kv_text_big {
  font-family: "Roboto", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.1;
}
.kv_text_big {
  font-family: "Roboto", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.1;
}
.kv_text_big_symbol {
  font-size: 22rem;
  font-weight: 100;
  line-height: 0;
}
.kv_text_small {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  position: absolute;
  bottom: 34px;
  right: 8px;
}

/* ====================================
  message
===================================== */
#Message {
  overflow: hidden;
}
.container.message {
  position: relative;
}
.container.message::before {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/message_deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 624px;
  height: 382px;
  top: 49px;
  left: -40%;
  z-index: -1;
}
.container.message::after {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/message_deco_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1190px;
  height: 602px;
  bottom: 0;
  right: -73%;
  z-index: -1;
}
.message_wrap {
  margin-bottom: 9.6rem;
}
.message_txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
.company_list {
  max-width: 96.6rem;
  display: flex;
  gap: 5.6rem;
  align-items: center;
  margin: 0 auto;
}
.company_list img {
  max-width: 100%;
  height: auto;
}
.about_forBiz {
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0 0 24px 0 rgba(180, 193, 221, 0.25);
  padding: 32px;
}
.about_forBiz dt {
  font-size: 20px;
  font-weight: bold;
  color: #0096DF;
  padding-bottom: .6rem;
}
.about_forBiz dd {
  font-size: 14px;
}

/* ====================================
  about
===================================== */
.about_wrap {
  background: linear-gradient(270deg, #CFF5FF 0%, #EFFBFF 100%);
  overflow: hidden;
}
.about_wrap .container {
  position: relative;
  z-index: 0;
}
.about_wrap .container::before {
  content: "";
  position: absolute;
  width: 874px;
  min-width: 400px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(74, 195, 255, 0.60) 0%, rgba(74, 195, 255, 0.00) 100%);
  top: -400px;
  left: -550px;
  z-index: -1;
  pointer-events: none;
}
.about_wrap .container::after {
  content: "";
  position: absolute;
  width: 874px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(74, 195, 255, 0.60) 0%, rgba(74, 195, 255, 0.00) 100%);
  bottom: -500px;
  right: -500px;
  z-index: -1;
  pointer-events: none;
}
.about_list {
  display: inline-grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-auto-flow: row;
}
.about_list_item {
  background: #fff;
  padding: 4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about_list_item dt {
  color: #0096DF;
  font-size: 2.2rem;
  padding-bottom: .8rem;
}
.about_list_item dd {
  text-align: justify;
}
.about_list_num {
  position: absolute;
  right: 6px;
  bottom: -11px;
  color: #E9FAFF;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 110px;
  font-weight: 700;
  line-height: 1.1;
  z-index: -1;
}


/* ====================================
  service
===================================== */
#Service {
  overflow: hidden;
}
/* ページ内リンク部分 */
.title_service_wrap {
  background: linear-gradient(90deg, #0FB4FE 0%, #0060F1 100%);
  padding: 12rem 0 5.6rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.title_service_wrap::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(90deg, #0FB4FE 0%, #0060F1 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.title_service {
  padding-bottom: 5.6rem;
  display: flex;
  flex-direction: column;
}
.title_service_en {
  font-family: "Roboto", sans-serif;
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.title_service_ja {
  font-size: 2.4rem;
}
.service_link {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
  font-size: 2.6rem;
  font-weight: bold;
}
.service_link li {
  display: flex;
  width: 372px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  text-align: left;
  position: relative;
}
.service_link li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid #fff;
}
.service_link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16.5L21.5 8.5H2.5L12 16.5Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* section部分 */
.service_wrap {
  margin: 12rem 0;
}
.service_wrap:first-child {
  margin: 14rem 0 0;
}
.title_service_item {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #10B5FF 0%, #008DE8 100%);
  display: inline-block;
  padding: .6rem 1.4rem;
  margin-bottom: 6.4rem;
  z-index: 0;
}
/* internet_service */
#Internet_service {
  position: relative;
}
#Internet_service::before {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/internet_service_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 869px;
  height: 632px;
  bottom: 215px;
  left: -770px;
  z-index: -1;
}
.internet_service_item {
  padding: 8rem 4rem;
  margin-bottom: 4rem;
  position: relative;
  box-shadow: 0 0 24px 0 rgba(180, 193, 221, 0.25);
}
.internet_service_item:last-child {
  margin-bottom: 0;
}
.internet_service_item.gray {
  background: #F4F4F4;
}
.internet_service_item.blue {
  background: #ECF5FA;
}
.internet_service_giga {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 0;
  display: inline-block;
}
.internet_service_giga.item10g {
  left: 0;
}
.internet_service_giga.small {
  font-size: 14rem;
  line-height: 1;
  top: 5%;
}
.giga_line {
  display: inline-block;
}
.internet_service_giga::first-letter,
.giga_line::first-letter {
  letter-spacing: -10%; 
}
.internet_service_name {
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
.internet_service_name h4 {
  font-size: 4rem;
  color: #0096DF;
  margin-bottom: 14px;
}
.internet_service_name p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: .4rem 1.8rem;
  background: #0096DF;
  border-radius: 9999px;
  display: inline-block;
}
.internet_service_price {
  font-size: 24px;
  padding-left: .4rem;
} 
.internet_service_text {
  position: relative;
}
.internet_service_text dt {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: .8rem;
}
.internet_service_img {
  max-width: 800px;
  margin: 6.4rem auto 0;
}
.internet_service_notes {
  font-size: 14px;
}
.internet_service_notes.inside {
  text-align: left;
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
}

/* tel_service */
.service_wrap.tel {
  position: relative;
}
.service_wrap.tel::after {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/tel_service_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1307px;
  height: 684px;
  bottom: 0;
  right: -62%;
  z-index: -1;
}
.tel_service_bg {
position: relative;
padding: 12rem 0;
}
.tel_service_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #F4FAFF; /* 広げたい背景色 */
  z-index: -1;
}
.tel_service_item {
  background: #fff;
  padding: 5.6rem;
  margin-bottom: 40px;
  box-shadow: 0 0 24px 0 rgba(180, 193, 221, 0.25);
  text-align: left;
}
.tel_service_item:last-child {
  margin-bottom: 0;
}
.tel_service_name {
  margin-bottom: 3.2rem;
}
.tel_service_name h4 {
  font-size: 4rem;
  color: #0096DF;
  position: relative;
  padding-left: 2.2rem;
  line-height: 1.4;
}
.tel_service_name h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 64%;
  background-color: #0096DF;
}
.tel_service_name h4 span {
  font-size: 3.2rem;
}
.tel_service_name p {
  font-size: 2.2rem;
}
.tel_service_name p.small {
  font-size: 16px;
}
.tel_service_inner {
  background: #F4FAFF;
  padding: 1.6rem;
}
.tel_service_inner.second {
  margin-bottom: 3.2rem;
}
.tel_service_flex {
  display: flex;
  gap: .8rem;
  margin-bottom: 3.2rem;
}
.tel_service_inner_name {
  font-size: 2.4rem;
  font-weight: 700;
}
.tel_service_inner_name_img {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
}
.tel_service_inner_wrap {
  margin-top: 1.6rem;
}
.tel_service_inner_flex {
  display: flex;
  gap: 12px;
}
.tel_service_inner_flex .Over_Sc {
  width: 65%;
}
.tel_service_inner_list {
  margin: 1.6rem 0;
  font-size: 1.4rem;
  color: #0096DF;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.tel_service_inner_list li {
  position: relative;
  padding-left: 20px;
}
.tel_service_inner_list li::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/forbiz/assets/images/08_hh/tel_list_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tel_service_notes,
.tel_service_notes p {
  font-size: 1.4rem;
}

/* 料金表 */
.price {
  margin: 1.6rem 0 1.2rem;
}
.tel_service_inner.second .price {
  margin: 0;
  width: 100%%;
}
.price th,
.price td {
  padding: .2rem .8rem;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
}
.price th {
  padding: .2rem .4rem;
  background: #DFF2FF;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
.price td {
  background: #fff;
}
.price_nowrap {
  white-space: nowrap;
}
.br_price {
  display: none;
}
.scroll_memo.max365px {
  display: none;
}

/* business */
#Business_service {
  position: relative;
}
#Business_service::after {
  content: "";
  position: absolute;
  background-image: url(/forbiz/assets/images/08_hh/business_service_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 759px;
  height: 503px;
  bottom: 34%;
  left: -30vw;
  z-index: -1;
}

.title_service_item_wrap {
  margin-bottom: 9.6rem;
}
.title_service_item_wrap h3 {
  margin-bottom: 3.2rem;
}
.title_service_item_wrap p {
  font-size: 3.2rem;
  font-weight: 700;
}
.business_service_item {
  margin-bottom: 9.6rem;
}
.business_service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
  justify-content: center;
}
.business_service_list_item {
  max-width: 380px;
  text-align: left;
}
.business_service_list_item dl {
  margin-top: 2.4rem;
}
.business_service_list_item dt {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: .4rem;
}
.tel_service_name_zoomPhone {
  max-width: 195px;
  height: auto;
  margin-bottom: .6rem;
}
.business_service_scheme_title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0096DF;
  margin-bottom: 24px;
}
.business_service_scheme_info {
  margin-top: 2.4rem;
  font-size: 16px;
}
.business_service_scheme img {
  box-shadow: 0 0 24px 0 rgba(180, 193, 221, 0.25);
}
.business_service_scheme_list {
  display: none;
}

/* ====================================
  company
===================================== */
.company_wrap {
  background-color: #F8F8F8;
}
.company_item:first-child {
  margin-bottom: 9.6rem;
}
.company_title {
  font-size: 3.2rem;
  padding-bottom: 3.2rem;
}
.company_spec_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
.company_spec_list a {
  position: relative;
  padding-right: 28px;
}
.company_spec_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url(/forbiz/assets/images/08_hh/company_spec_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ====================================
  Screen 950px
===================================== */
@media screen and (max-width: 950px) {
  /* kv */
  .kv_text_small {
    position: static;
    display: block;
  }
  .kv_text .br_sp.max950px {
    display: block;
  }
  .kv_text::before {
    display: none;
  }
  .kv_text::after {
    right: -350px;
  }
  /* tel_service */
  .tel_service_flex {
    flex-direction: column;
  }
  .tel_service_inner_flex {
    flex-direction: column;
  }
  .tel_service_inner_flex .Over_Sc {
    width: 100%;
  }
  .tel_service_inner.second .price {
    width: 100%;
  }
  .tel_service_inner.second .price th,
  .tel_service_inner.second .price td {
    white-space: nowrap;
  }
}

/* ====================================
  Screen 845px
===================================== */
@media screen and (max-width: 845px) {
  .kv_text::after {
    right: -410px;
  }
  .service_link li {
    width: 100%;
  }
  .service_link li:first-child  {
    font-size: 24px;
  }
  .business_service_list_item {
    max-width: 320px;
  }
}


/* ====================================
  Screen 767px
===================================== */
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
  .container {
    padding: 96px 0;
  }
  .title_section {
    margin-bottom: 32px;
  }
  .title_section .title_section_en  {
    font-size: 40px;
  }
  .title_section .title_section_ja  {
    font-size: 18px;
  }
  /* kv */
  #Sub_kv {
    padding: 16px 0 !important;
    background-image: 
    linear-gradient(275deg, rgba(5, 123, 189, 0.46) 9.93%, rgba(0, 164, 255, 0.80) 82.28%),
    linear-gradient(#83DEFF, #83DEFF),
    url('/forbiz/assets/images/08_hh/kv_sp.jpg');
  }
  .kv_text {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    margin: 0 20px;
  }
  .kv_text_big {
    font-size: 58px;
  }
  .kv_text_big_symbol {
    font-size: 100px;
  }
  .kv_text_small {
    font-size: 16px;
  }
  .kv_text::after {
    width: 400px;
    right: -170px;
    top: -55px;
}
  /* message */
  .message_wrap {
    margin-bottom: 80px;
  }
  .message_txt {
    font-size: 16px;
  }
  .company_list {
    flex-direction: column;
    gap: 24px;
  }
  .about_forBiz dd {
    text-align: left;
  }
  .container.message::before {
    width: 320px;
    aspect-ratio: 624 / 382;
    left: -145px;
  }
   .container.message::after {
    width: 500px;
    aspect-ratio: 1190 / 602;
    bottom: -350px;
    right: -162px;
  }
  /* about */
  .about_list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
  .about_list_item {
    padding: 24px;
  }
  .about_list_item dt {
    font-size: 20px;
  }
  .about_list_item dd {
    font-size: 16px;
  }
  /* service */
  .title_service_wrap {
    padding: 96px 0 56px;
  }
  .title_service_wrap::after {
    height: 30px;
  }
  .title_service {
    padding-bottom: 40px;
  }
  .title_service_en {
    font-size: 40px;
  }
  .title_service_ja {
    font-size: 18px;
  }
  .service_link {
    font-size: 22px;
  }
  .service_link li  {
    width: 100%;
    padding-bottom: 8px;
  }
  .service_link li a::after {
    top: 6px;
    transform:none;
  }

  .service_wrap {
    margin: 96px 0;
  }
  .service_wrap:first-child {
    margin-top: 24px;
  }
  .title_service_item {
    font-size: 24px;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 32px;
  }
  /* Internet */
  #Internet_service::before {
    width: 450px;
    aspect-ratio: 869 / 632;
    bottom: -454px;
    left: -10px;
  }
  .internet_service_item  {
    padding: 32px 16px;
  }
  .internet_service_name h4 {
    font-size: 24px;
  }
  .internet_service_text dt {
    font-size: 18px;
    text-align: justify;
  }
  .internet_service_text dd {
    font-size: 16px;
    text-align: left;
  }
  .internet_service_img {
    margin-top: 24px;
  }
  .internet_service_notes {
    text-align: left;
  }
  .internet_service_notes.inside {
    margin-top: 24px;
  }
  .internet_service_giga,
  .internet_service_giga.item10g {
    font-size: 110px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .internet_service_giga.small {
    top: 0;
  }

  /* tel */
  .tel_service_bg {
    padding: 96px 0;
  }
  .tel_service_item {
    padding: 24px 16px;
  }
  .tel_service_name {
    margin-bottom: 16px;
  }
  .tel_service_name h4 {
    font-size: 24px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .tel_service_name h4 span {
    font-size: 16px;
  }
  .tel_service_name h4::before {
    width: 4px;
    height: 100%;
  }
  .tel_service_inner_flex {
    flex-direction: column;
  }
  .tel_service_inner_list {
    font-size: 14px;
  }
  .tel_service_name p {
    font-size: 18px;
  }
  .tel_service_flex {
    flex-direction: column;
    margin-bottom: 12px;
    gap: 12px;
  }
  .tel_service_inner {
    padding: 12px;
  }
  .tel_service_inner_name {
    font-size: 18px;
  }
  .tel_service_inner_name_wrap dd {
    font-size: 14px;
  }

  .tel_service_inner.second {
    margin-bottom: 16px;
  }
  .tel_service_notes,
  .tel_service_notes p {
    font-size: 14px;
  }
  .service_wrap.tel::after {
    aspect-ratio: 1183 / 529;
    width: 700px;
    bottom: -317px;
    left: -287px;
  }

  /* price */
  .price {
    font-size: 14px;
  }
  .price th,
  .price td {
    padding: .2rem .4rem;
  }
  .price th {
    white-space: nowrap;
  }

  /* business */
  #Business_service::after {
    display: none;
  }
  .title_service_item_wrap {
    margin-bottom: 32px;
  }
  .title_service_item_wrap p {
    font-size: 20px;
  }
  .title_service_item_wrap {
    margin-top: 16px;
  }
  .business_service_list_item {
    max-width: 100%;
  }
  .business_service_list_item dt {
    font-size: 20px;
  }
  .business_service_list_item dd {
    font-size: 16px;
  }
  .business_service_scheme_title {
    font-size: 26px;
  }
  .business_service_scheme_img {
    margin-right: calc(50% - 50vw);
  }
  .business_service_scheme_img .Over_Sc {
    max-width: 1140px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 16px;
  }
  .business_service_scheme_img .Over_Sc img {
    width: 1140px;
    max-width: 1140px;
    display: block;
    padding-right: 20px;
    box-shadow: none;
  }
  .scroll_memo.service_scheme {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ca5628;
  }
  .business_service_scheme_list {
    display: block;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }
  .business_service_scheme_list li {
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 12px;
  }
  .business_service_scheme_list p {
    padding-left: 8px;
    font-size: 16px;
  }
  .business_service_scheme_info {
    text-align: left;
  }
  .service_scheme_heading {
    color: #0096DF;
    font-weight: 700;
  }

  /* company */
  .company_title {
    font-size: 20px;
    padding-bottom: 24px
  }
  .company_item:first-child {
    margin-bottom: 80px;
  }
  .company_spec_list {
    flex-wrap: wrap;
    gap: 16px;
    font-size: 16px;
    justify-content: flex-start;
  }
  .company_spec_list li {
    box-sizing: border-box;
    text-align: left;
  }
  .company_spec_list li:nth-child(odd) {
    flex: 0 0 calc(60% - 8px);
  }
  .company_spec_list li:nth-child(even) {
    flex: 0 0 calc(40% - 8px);
  }
  .company_spec_list a {
    padding-right: 24px;
  }
  .company_spec_list a::after {
    width: 20px;
    height: 20px;
  }
}


/* ====================================
  Screen 640px
===================================== */
@media screen and (max-width: 768px) and (min-width: 641px){

}

@media screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {


 
}

/* ====================================
  Screen 480px
===================================== */
@media screen and (max-width: 480px) {
  .br_price {
    display: block;
  }
}

/* ====================================
  Screen 401px
===================================== */
@media screen and (max-width: 401px) {
  .company_spec_list li:first-child a::after {
    margin-top: 10px;
  }
}

/* ====================================
  Screen 400px
===================================== */
@media screen and (max-width: 400px) {
  .service_link li:first-child {
    font-size: 20px;
  }
}

/* ====================================
  Screen 380px
===================================== */
@media screen and (max-width: 380px) {
  .kv_text::after {
    right: -210px;
  }
  .internet_service_giga.small {
    font-size: 100px;
  }
  .company_spec_list li:nth-child(odd) {
    flex: 0 0 calc(55% - 8px);
  }
  .company_spec_list li:nth-child(even) {
    flex: 0 0 calc(45% - 8px);
  }
   .company_spec_list {
    font-size: 14px;
  }
  .company_spec_list a {
    padding-right: 20px;
  }
}

/* ====================================
  Screen 365px
===================================== */
@media screen and (max-width: 365px) {
  .scroll_memo.max365px {
    display: block;
  }
}
