.home .firstView__links {
  margin-top: 65px;
}

@media screen and (max-width: 1164px) {
  .firstView__links .fv_bubble.bubble_bottom {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .home .firstView__links {
    margin: 65px auto 0;
    flex-flow: inherit;
  }
}

@media screen and (max-width: 468px) {
  .home .firstView__links {
    flex-flow: column;
  }
  .home .firstView__links .fv_bubble.bubble_bottom {
    margin-top: 50px;
    margin-left: 0 !important;
  }
  .home .firstView__links {
    margin: 460px auto 0;
  }
}

.home .aboutPostSeries {
  padding: 5px 143px 40px 143px;
}

.home.top .doc_dl_sec {
  background: #e9f2f0;
}

.home.top .doc_dl_sec .doc_dl_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.home.top .doc_dl_sec .doc_dl_content .content_left {
  width: 63%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.home.top .doc_dl_sec .doc_dl_content .content_right {
  width: 40%;
  max-width: 380px;
}

.home.top .doc_dl_sec .doc_dl_content .content_right .boder-yellow {
  box-sizing: border-box;
  transition: 0.7s;
}

.home.top .doc_dl_sec .doc_dl_content .content_right .boder-yellow:hover {
  opacity: 0.6;
}

.home.top
  .doc_dl_sec
  .doc_dl_content
  .content_right
  .boder-yellow
  .button__arrow {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .home .firstView {
    padding-top: 100px;
  }
  .home .firstView_top {
    margin-top: inherit;
    margin-bottom: 80px;
  }
  .home .aboutPostSeries {
    padding: 20px 0;
  }
  .firstView_top .sliderArea .thumb {
    display: none;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item {
    width: 330px;
    height: 530px;
    margin: 0 25px;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_left {
    top: inherit;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_right.keihi,
  .firstView_top .sliderArea .slider_thumb .slider_item .item_right.denshi {
    display: none;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_right_sp {
    display: block;
    width: 87%;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .firstView_top
    .sliderArea
    .slider_thumb
    .slider_item
    .item_left
    .service_title {
    margin-bottom: 10px;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_left .catch_copy {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .firstView_top
    .sliderArea
    .slider_thumb
    .slider_item
    .item_left
    .service_logo {
    width: 80%;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_right {
    width: 180px;
    height: 260px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .item_right img {
    width: 100%;
    margin-left: inherit;
  }
  .firstView_top .sliderArea .slider_thumb .slider_item .slick-slide img {
    display: inline-block;
  }
  .firstView_top
    .sliderArea
    .slider_thumb
    .slider_item
    .item_left
    .service_logo {
    margin: 20px auto;
  }
  .firstView_top
    .sliderArea
    .slider_thumb
    .slider_item
    .item_left
    .caseStudyWithSlideShow__showDetail {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .firstView_top .sliderArea .slick-dots li button:before {
    font-size: 40px;
  }
  .home.top .cm_movie_sec .cm_movie_box .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .home.top .cm_movie_sec .cm_movie_box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 468px) {
  .home.top .doc_dl_sec .doc_dl_content .content_left {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 18px;
  }
  .home.top .doc_dl_sec .doc_dl_content .content_right {
    width: 100%;
    box-sizing: border-box;
  }
}

.firstView_top .aboutPostSeries .postSeriesProductList .service_list {
  max-width: 750pt;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item {
  display: block;
  width: 32.5%;
  padding: 35px;
  background: #fff;
  text-align: center;
  border: solid 1px #008d97;
  border-radius: 5px;
  transition: 0.7s;
  cursor: pointer;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item:hover {
  opacity: 0.7;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item
  .service_logo {
  width: 180px;
  height: 3pc;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item
  .service_text {
  margin: 30px 0;
  text-align: left;
  height: 76px;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item
  .service_btn {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  color: #008d97;
  border: solid 1px #008d97;
  border-radius: 50px;
  position: relative;
}
.firstView_top
  .aboutPostSeries
  .postSeriesProductList
  .service_list
  .service_item
  .service_btn
  .arrow {
  display: inline-block;
  padding: 2px 5px 7px 5px;
  background: #008d97;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.firstView_top .aboutPostSeries .postSeriesProductList .fv_btn {
  display: block;
  width: 835px;
  height: auto;
  margin: -20px auto 10px auto;
  transition: 0.7s;
}
.firstView_top .aboutPostSeries .postSeriesProductList .fv_btn:hover {
  opacity: 0.7;
}
.firstView_top .aboutPostSeries {
  margin-bottom: 50px;
}
.home.top .doc_dl_sec {
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .firstView_top .aboutPostSeries .postSeriesProductList .fv_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .firstView_top .aboutPostSeries .postSeriesProductList .service_list {
    margin: 50px auto 20px;
  }

  .firstView_top
    .aboutPostSeries
    .postSeriesProductList
    .service_list
    .service_item {
    width: 63%;
    margin: 0 auto 20px;
  }

  .firstView_top .aboutPostSeries .postSeriesProductList .fv_btn {
    width: 80%;
  }
}
@media screen and (max-width: 468px) {
  .firstView_top .aboutPostSeries {
    margin-top: 80px;
    margin-bottom: inherit;
  }

  .firstView_top .aboutPostSeries .postSeriesProductList .service_list {
    padding: 0 15px;
  }

  .firstView_top
    .aboutPostSeries
    .postSeriesProductList
    .service_list
    .service_item {
    width: 100%;
  }

  .firstView_top .aboutPostSeries .postSeriesProductList .fv_btn {
    width: 95%;
  }

  .firstView_top
    .aboutPostSeries
    .postSeriesProductList
    .service_list
    .service_item
    .service_text {
    height: 50px;
    margin: 20px 0;
    font-size: 14px;
  }
}

/*============================================================
fv改修 2023.6.27
==============================================================*/
.firstView_top {
  padding-top: 90px;
}
.firstView_top .firstView_contents {
  width: 100%;
  height: 510px;
  background: #00b3be;
  position: relative;
}
.firstView_top .firstView_contents .firstView_image {
  width: 2200px;
  height: 510px;
  background: url(../images/common/fv/fv_cm@2x.jpg) no-repeat;
  background-position: -40% 63%;
  background-size: 2900px;
  position: absolute;
  top: 0;
  right: 0;
}
.firstView_top .firstView_contents .fv_box {
  width: 42%;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 285px;
  left: calc(50% - 570px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.firstView_top .firstView_contents .fv_box .fv_title {
  margin-bottom: 30px;
  font-size: clamp(32px, 2.9vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
.firstView_top .firstView_contents .fv_box .btn_balloon {
  max-width: 280px;
}
.firstView_top .firstView_contents .fv_box .fv_text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.firstView_top .firstView_contents .fv_box .fv_title .pc_none {
  display: none;
}
.firstView_top .firstView_contents .btn_common {
  border-radius: 56px;
}
.firstView_top .firstView_contents .btn_common .btn_text_s {
  margin-bottom: 4px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -40% 63%;
  }
}
@media screen and (min-width: 1250px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -35% 63%;
  }
}
@media screen and (min-width: 1300px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -30% 63%;
  }
}
@media screen and (min-width: 1450px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -25% 63%;
  }
}
@media screen and (min-width: 1500px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -20% 63%;
  }
}
@media screen and (min-width: 1600px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -70% 63%;
  }
}
@media screen and (min-width: 1600px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -15% 63%;
  }
}
@media screen and (min-width: 1700px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: -10% 63%;
  }
}
@media screen and (min-width: 1800px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 0% 63%;
  }
}
@media screen and (min-width: 1900px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 10% 63%;
  }
}
@media screen and (min-width: 2000px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 0% 63%;
  }
}
@media screen and (min-width: 2100px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 10% 63%;
  }
}
@media screen and (min-width: 2200px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 20% 63%;
  }
}
@media screen and (min-width: 2300px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 30% 63%;
  }
}
@media screen and (min-width: 2400px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 53% 63%;
  }
}
@media screen and (min-width: 2500px) {
  .firstView_top .firstView_contents .firstView_image {
    background-position: 50% 63%;
  }
}
@media screen and (max-width: 1000px) {
  .firstView_top .firstView_contents {
    width: 100%;
    height: 750px;
  }
  .firstView_top .firstView_contents .firstView_image {
    width: 100%;
    height: 750px;
    background: url(../images/common/fv/fv_cm_sp@2x.jpg) no-repeat;
    background-position: center 75%;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .firstView_top .firstView_contents .fv_box {
    width: 70%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .firstView_top .firstView_contents .fv_box .btn_common {
    display: block;
    margin: 0 auto;
    padding: 22px 0;
  }
  .firstView_top .firstView_contents .fv_box .fv_text {
    margin-bottom: 20px;
  }
  .firstView_top .firstView_contents .fv_box .fv_title {
    margin-bottom: 485px;
    font-size: 38px;
  }
  .firstView_top .t_button {
    display: block;
  }
  .firstView_top .firstView_fv .sec_company_logo {
    margin: 80px 0 20px;
  }
}
@media screen and (max-width: 468px) {
  .firstView_top .firstView_contents {
    height: 578px;
  }
  .firstView_top .firstView_contents .firstView_image {
    height: 578px;
  }
  .firstView_top .firstView_contents .fv_box {
    width: 80%;
    top: 40px;
  }
  .firstView_top .firstView_contents .btn_common {
    max-width: 305px;
    padding: 20px 0;
    border-radius: 56px;
    font-size: 16px;
  }
  .firstView_top .firstView_contents .btn_common .btn_text_s {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .firstView_top .firstView_contents .fv_box .fv_text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .firstView_top .firstView_contents .fv_box .fv_title {
    margin-bottom: 365px;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.6em;
  }
  .firstView_top .firstView_contents .firstView_image {
    background-size: 140%;
  }
  .firstView_top .firstView_contents .fv_box .fv_title .pc_none {
    display: block;
  }
}

/*============================================================
  サービス一覧
==============================================================*/
.tokium_service.top .sub_description {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0b98af;
}
.tokium_service.top .learnAboutTheSeries__seriesList {
  margin: 124px auto 0 auto !important;
}
.tokium_service.top .learnAboutTheSeries__seriesList .pc_moc {
  width: 100%;
  position: relative;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tokium_service.top .learnAboutTheSeries__seriesList .pc_moc .pc_img {
  width: 100%;
  height: auto;
}
.tokium_service.top .learnAboutTheSeries__seriesImg {
  height: inherit;
}
.tokium_service.top .learnAboutTheSeries__seriesImg img {
  top: 115px !important;
}
.tokium_service.top .tokium_button {
  position: relative;
}
.tokium_service.top .tokium_button .doc_btn {
  width: 96px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.tokium_service.top .learnAboutTheSeries__link {
  max-width: 560px;
  width: 100%;
}
.tokium_service.top .learnAboutTheSeries__link .btn_common {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .tokium_service.top
    .learnAboutTheSeries__seriesList
    .learnAboutTheSeries__series {
    margin: 0 auto 105px auto !important;
  }
}
@media screen and (max-width: 768px) {
  .tokium_service.top {
    padding: 62px 0 40px;
  }
  .tokium_service.top .sub_description {
    padding: 0 24px;
    font-size: 16px;
    text-align: left;
  }
  .tokium_service.top .learnAboutTheSeries__description {
    width: 100% !important;
  }
  .tokium_service.top .learnAboutTheSeries__seriesList .pc_moc {
    top: -120px;
    left: 44%;
  }
  .tokium_service.top .learnAboutTheSeries__seriesList .pc_moc.bottom {
    left: 45%;
  }
  .tokium_service.top .learnAboutTheSeries__seriesList .pc_moc .pc_img {
    position: inherit;
  }
  .learnAboutTheSeries.tokium_service
    .learnAboutTheSeries__seriesList
    .learnAboutTheSeries__series
    .learnAboutTheSeries__seriesImg {
    height: inherit !important;
  }
  .learnAboutTheSeries.tokium_service
    .learnAboutTheSeries__seriesList
    .learnAboutTheSeries__series
    .learnAboutTheSeries__itemDescription {
    margin-top: -30px !important;
    margin-bottom: 30px;
  }
  .tokium_service.top .learnAboutTheSeries__link {
    max-width: 324px;
    margin: 40px auto 0 auto !important;
  }
  .tokium_service.top .learnAboutTheSeries__link .btn_common {
    padding: 24px 0;
    font-size: 16px;
  }
  .tokium_service.top .learnAboutTheSeries__link .btn_common .btn_balloon {
    max-width: 220px;
    font-size: 12px;
  }
  .tokium_service.top .tokium_button .doc_btn {
    width: 70px;
    left: -10px;
  }
  .learnAboutTheSeries.tokium_service
    .learnAboutTheSeries__link
    .btn_common
    .btn_arrow {
    right: 25px !important;
  }
}

.sec_reduction {
  padding: 100px 0 80px;
}
.sec_reduction .reduction_content {
  max-width: 1240px;
  margin: 0 auto;
}
.sec_reduction .reduction_content .reduction_subheading {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 32px;
  text-align: center;
}
.sec_reduction .reduction_content .reduction_subheading .text_blue {
  font-size: 46px;
  color: #0b98af;
}
.sec_reduction .reduction_content .reduction_text {
  margin: 58px 0 48px 0;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sec_reduction .reduction_content .reduction_text_bottom {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  text-align: left;
}
.sec_reduction .reduction_content .reduction_text_bottom .annotation {
  margin-right: 2px;
}
.price.tokium_price .price__bottom .btn_white_black {
  max-width: 13% !important;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .sec_reduction .reduction_content {
    padding: 0 15px;
  }
  .sec_reduction .reduction_content .reduction_img {
    text-align: center;
  }
  .price.tokium_price .price__bottom .btn_white_black {
    max-width: 300px !important;
    width: 100%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 468px) {
  .sec_reduction {
    padding-bottom: 50px;
  }
  .sec_reduction .reduction_content .reduction_subheading {
    font-size: 24px;
    line-height: 35px;
  }
  .sec_reduction .reduction_content .reduction_subheading .text_blue {
    font-size: 32px;
  }
  .sec_reduction .reduction_content .reduction_text {
    margin: 24px 0;
    font-size: 20px;
  }
  .price.tokium_price .price__bottom {
    width: 100% !important;
  }
  .sec_reduction .reduction_content .reduction_text_bottom {
    font-size: 10px;
  }
}

.tokium_5seriesList {
  max-width: 1200px;
  margin: 58px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tokium_5seriesList .seriesList_item {
  display: block;
  width: 48%;
  margin-bottom: 50px;
  padding: 47px 24px 47px 36px;
  background: #fff;
  border-radius: 10px;
  transition: 0.7s;
}
  .tokium_5seriesList .seriesList_item.u-1200{
    display: none;
  }
.tokium_5seriesList .seriesList_item.bottom_item{
  width: 30.4%;
  padding: 25px 33px 27px 33px;
}
.tokium_5seriesList .seriesList_item:hover{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.tokium_5seriesList .seriesList_item .seriesList_item_flex{
  display: flex;
  justify-content: space-between;
}
.tokium_5seriesList .seriesList_item.bottom_item .seriesList_item_flex{
  display: block;
}
.tokium_5seriesList .seriesList_item .item_left {
  width: 55%;
}
.tokium_5seriesList .seriesList_item.bottom_item .item_left {
  width: 100%;
}
.tokium_5seriesList .seriesList_item .item_left .series_logo {
  margin-bottom: 20px;
}
.tokium_5seriesList .seriesList_item.bottom_item .item_left .series_logo {
  margin-bottom: 20px;
  text-align: center;
}
.tokium_5seriesList .seriesList_item .item_left .series_description {
  letter-spacing: 0.96px;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.tokium_5seriesList .seriesList_item .item_right {
  width: 55%;
}
.tokium_5seriesList .seriesList_item.bottom_item .item_right {
  width: 100%;
}
.tokium_5seriesList .seriesList_item .item_right .pc_moc {
  margin-top: -5px;
  margin-bottom: 10px;
}
.tokium_5seriesList .seriesList_item .pc_moc .pc_img.ti{
  margin-left: -14px;
}
.tokium_5seriesList .seriesList_item .pc_moc .pc_img.td{
  margin-left: 11px;
}
.tokium_5seriesList .seriesList_item .pc_moc .pc_img.tc{
  margin-left: 11px;
}
.tokium_5seriesList .seriesList_item.bottom_item  .pc_moc img{
  height: 125px;
}
.tokium_5seriesList .seriesList_item .item_right .learnAboutTheSeries__btn {
  width: 210px;
  margin: 0 10px 0 auto;
}
.tokium_5seriesList .seriesList_item.bottom_item .item_right .learnAboutTheSeries__btn {
  width: 210px;
  margin: 20px auto 0 auto;
}
.tokium_5seriesList
  .seriesList_item
  .item_right
  .learnAboutTheSeries__btn
  .btn_white_black {
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  .tokium_5seriesList .seriesList_item.bottom_item{
    width: 48%;
    margin: 0 auto 30px auto;
  }
  .tokium_5seriesList .seriesList_item.o-1200{
    display: none;
  }
  .tokium_5seriesList .seriesList_item.u-1200{
    display: block;
  }
  .tokium_5seriesList .seriesList_item.bottom_item .pc_moc{
    margin-left: -24px;
    text-align: center;
  }
  .tokium_5seriesList .seriesList_item .item_left .series_description{
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .tokium_5seriesList{
    padding: 0 24px
  }
  .tokium_5seriesList .seriesList_item.bottom_item{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .top_price__bottom .btn_common{
    width: 100%;
  }  
  .tokium_5seriesList .seriesList_item .pc_moc .pc_img.ti{
    margin-left: -25px;
  }
  .tokium_5seriesList .seriesList_item .pc_moc .pc_img.th{
    margin-left: -15px;
  }
  .tokium_5seriesList .seriesList_item .pc_moc .pc_img.td{
    margin-left: -6px;
  }
  .tokium_5seriesList .seriesList_item .pc_moc .pc_img.tc{
    margin-left: -2px;
  }
}
/*============================================================
  増える業務負担
==============================================================*/
.sec_invoice_denshi {
  padding: 90pt 0;
}
.sec_invoice_denshi .content_top .content_innar {
  max-width: 1240px;
  margin: 0 auto;
}
.sec_invoice_denshi .content_top .sec_subheading {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
.sec_invoice_denshi .content_top .sec_text {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #191414;
}
.sec_invoice_denshi .content_top .sec_subheading .text_g {
  color: #008d97;
  font-size: 42px;
}
.sec_invoice_denshi .content_top .top_box {
  margin-bottom: -30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_invoice_denshi .content_top .top_box .item {
  width: 604px;
  padding: 24px;
  background: #edf7f8;
  border-radius: 10px;
  position: relative;
}
.sec_invoice_denshi .content_top .top_box .item .item_title {
  margin: 30px 0 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #008d97;
  position: relative;
}
.sec_invoice_denshi .content_top .top_box .item .item_title:after {
  content: "";
  width: 224px;
  height: 4px;
  background: #008d97;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 10px;
}
.sec_invoice_denshi .content_top .top_box .item .text_sp {
  display: none;
}
.sec_invoice_denshi .content_top .top_box .item .item_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_invoice_denshi .content_top .top_box .item .item_flex .card {
  width: 49%;
  padding: 40px 10px;
  background: #fff;
  color: #191414;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 10px;
}
.sec_invoice_denshi .content_bottom .content_innar {
  max-width: 1184px;
  margin: 0 auto;
}
.sec_invoice_denshi .content_bottom .bottom_subheading {
  width: 79.2%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec_invoice_denshi .content_bottom .bottom_subheading .subheading_sp {
  display: none;
}
.sec_invoice_denshi .content_bottom .bottom_subheading img {
  margin-top: -10px;
}
.sec_invoice_denshi .content_bottom .bottom_box {
  margin: 10px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec_invoice_denshi .content_bottom .bottom_box .bottom_item {
  width: 268px;
  height: 455px;
  margin-top: -20px;
  padding: 0 20px;
  border: solid 1px #008d97;
  box-sizing: border-box;
  border-radius: 10px;
}
.sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center1 {
  margin: -20px 44px 0 12px;
}
.sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center2 {
  margin: -20px 12px 0 44px;
}
.sec_invoice_denshi .content_bottom .btn_y {
  display: block;
  width: 50%;
  margin: 0 auto;
  transition: 0.7s;
}
.sec_invoice_denshi .content_bottom .bottom_box .bottom_item .item_icon {
  padding: 30px 0px 20px 0;
  text-align: center;
}
.sec_invoice_denshi .content_bottom .bottom_box .bottom_item .item_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}
.sec_invoice_denshi
  .content_bottom
  .bottom_box
  .bottom_item
  .item_list
  .list_text {
  margin-bottom: 10px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: relative;
}
.sec_invoice_denshi
  .content_bottom
  .bottom_box
  .bottom_item
  .item_list
  .list_text:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/top/renew/checkicon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_invoice_denshi .content_bottom .btn_box {
  max-width: 600px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.sec_invoice_denshi .content_bottom .btn_box .btn01 {
  max-width: 560px;
}
.sec_invoice_denshi .content_bottom .btn_box .btn02 {
  max-width: 408px;
  margin: 32px 0;
}
.sec_invoice_denshi .content_bottom .btn_box .btn03 {
  max-width: 283px;
  margin: 0 5px;
}
@media screen and (max-width: 1240px) {
  .sec_invoice_denshi {
    padding: 50px 0;
  }

  .sec_invoice_denshi .content_top {
    position: relative;
  }

  .sec_invoice_denshi .content_top:after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 65px solid transparent;
    border-top: 45px solid #edf7f8;
  }

  .sec_invoice_denshi .content_top .sec_subheading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .sec_invoice_denshi .content_top .sec_subheading:after {
    bottom: -15px;
  }
  .sec_invoice_denshi .content_top .sec_subheading .text_g {
    font-size: 26px;
  }
  .sec_invoice_denshi .content_top .sec_text_sp {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .sec_invoice_denshi .content_top .top_box {
    padding: 64px 15px;
    background: #edf7f8;
  }
  .sec_invoice_denshi .content_top .top_box .item {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
  }

  .sec_invoice_denshi .content_top .top_box .item .item_title {
    margin: 10px 0 15px;
    font-size: 18px;
  }
  .sec_invoice_denshi .content_top .top_box .item .item_title:after {
    width: 126px;
  }
  .sec_invoice_denshi .content_top .top_box .item .item_flex .card {
    width: 100%;
    margin-top: 10px;
    padding: 20px 40px;
    background: #f6f6f6;
    font-size: 14px;
    color: #222;
  }

  .sec_invoice_denshi .content_bottom {
    padding: 120px 0 60px 0;
  }

  .sec_invoice_denshi .content_bottom .content_innar {
    padding: 0 15px;
  }

  .sec_invoice_denshi .content_bottom .bottom_subheading .subheading_pc {
    display: none;
  }

  .sec_invoice_denshi .content_bottom .bottom_subheading .subheading_sp {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .sec_invoice_denshi .content_bottom .bottom_subheading .subheading_sp img {
    width: 100%;
    height: auto;
  }
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item,
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center1,
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center2 {
    width: 48%;
    height: 365px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
  }
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item .item_title {
    font-size: 16px;
  }
  .sec_invoice_denshi
    .content_bottom
    .bottom_box
    .bottom_item
    .item_list
    .list_text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .sec_invoice_denshi .content_bottom .bottom_subheading .subheading_sp {
    max-width: 280px;
    width: 100%;
  }
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item,
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center1,
  .sec_invoice_denshi .content_bottom .bottom_box .bottom_item.center2 {
    max-width: 327px;
    width: 100%;
  }
  .sec_invoice_denshi .content_bottom .btn_box .btn03 {
    max-width: 283px;
    margin: 8px 0;
  }
}

@media screen and (max-width: 468px) {
  .sec_invoice_denshi .content_bottom .btn_box .btn01 {
    width: 100%;
    max-width: 305px;
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 0;
  }
  .sec_invoice_denshi .content_bottom .btn_box .btn01 .btn_balloon {
    max-width: 174px;
    font-size: 12px;
    top: -25px;
  }
  .sec_invoice_denshi .content_bottom .btn_box .btn02 {
    max-width: 283px;
  }
}
/*============================================================
  サポート体制
==============================================================*/
.support_top{
    padding: 80px 0;
    background: #F6F6F6;
}
.support_top .support_innar{
    max-width: 1000px;
    margin: 0 auto;
}
.support_top .support_top_text{
    margin: 24px 0 45px 0;
    text-align: center;
    font-size: 18px;
    line-height: 39.2px;
    letter-spacing: 0.04em;
}
.support_top .support_content{
    padding: 30px 51px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.support_top .support_content .support_icon{
    position: absolute;
    top: -20px;
    left: -20px;
}
.support_top .support_content .support_subheading{
    margin-bottom: 37px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.08em;
    color: #008D97;
    text-align: center;
}
.support_top .support_content .support_subheading .br_1000{
    display: none;
}
.support_top .support_content .support_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support_top .support_content .support_flex .support_item{
    width: 29.2%;
}
.support_top .support_content .support_flex .support_item .support_item_img{
    max-width: 240px;
    margin: 0 auto;
}
.support_top .support_content .support_flex .support_item .support_item_img img{
    width: 100%;
    height: auto;
}
.support_top .support_content .support_flex .support_item .support_item_sub{
    margin: 18px 0 12px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.04em;
}
.support_top .support_content .support_flex .support_item .support_item_text{
    letter-spacing: -0.8px; 
    line-height: 170%;
    text-align: justify;
    text-justify: inter-ideograph;
}
.support_top .support_content .support_flex .support_item .support_item_text .s_ano_icon{
    margin: 0 1.4px 0 1.4px;
    font-size: 10px;
    position: relative;
    top: -5px;
}
.support_top .support_content .support_flex .support_item .support_item_text .s_ano_text{
    font-size: 11px;
    color: #767676;
    position: relative;
    top: -8px;
}
.support_top .support_content_arrow{
    margin: 10px 0 13px 0;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .support_top .support_innar{
        max-width: 600px;
    }
    .support_top .support_content .support_flex .support_item{
        max-width: 360px;
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .support_top .support_content .support_subheading{
        line-height: 140%;
    }
    .support_top .support_content .support_subheading .br_1000{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .support_top .support_innar{
        padding: 0 24px;
    }
} 
@media screen and (max-width: 500px){
    .support_top .support_top_text{
        text-align: left;
        font-size: 14px;
    }
    .support_top .support_content .support_icon{
        width: 80px;
        height: 80px;
    }
    .support_top .support_content .support_subheading{
        font-size: 18px;
    }
    .support_top .support_content{
        padding: 40px 24px 24px 30px;
    }
    .support_top .support_content .support_flex .support_item .support_item_sub{
        font-size: 16px;
    }
    .support_top .support_content .support_flex .support_item .support_item_text{
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 1px;
    }
    .support_top .support_content_arrow{
        margin: 20px 0 18px 0;
    }
}
/*============================================================
  料金セクション
==============================================================*/
.top_price__bottom{
  max-width: 1080px;
  margin: 46px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_price__bottom .btn_common{
  width: 30%;
}
.top_price__bottom .btn_common.center_margin{
  margin: 0 50px;
}
.top_price__bottom .btn_common.bottom_margin{
  margin: 32px 25px 0 25px;
}
@media screen and (max-width: 1000px) {
  .top_price__bottom{
    justify-content: space-evenly;
  }
  .top_price__bottom .btn_common{
    width: 100%;
    margin-bottom: 20px;
  }
  .top_price__bottom .btn_common.center_margin{
    margin: 0 0 20px 0;
  }
  .top_price__bottom .btn_common.bottom_margin{
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px){
  .top_price__bottom .btn_common{
    max-width: 340px;
  }
} 
@media screen and (max-width: 350px) {
  .top_price__bottom .btn_common{
    font-size: 12px;
  }
}
/*============================================================
  CTA
==============================================================*/
.cta_common01.top .cta_subheading {
  font-size: 28px;
}
.cta_common01.top .cta_subheading .text_l {
  font-size: 48px;
  font-family: neuzeit-grotesk, sans-serif;
  border-bottom: inherit;
}
.cta_common01.top .cta_subheading .text_s {
  font-size: 24px;
}
@media screen and (max-width: 468px) {
  .cta_common01.top .cta_subheading {
    font-size: 22px;
  }
  .cta_common01.top .cta_subheading .text_l {
    font-size: 42px;
  }
  .cta_common01.top .cta_subheading .text_s {
    font-size: 16px;
  }
}
/*============================================================
  CTA2
==============================================================*/
.downloadCaseStudies__wrapper2 {
  height: 423px;
  background: linear-gradient(90deg, rgb(0, 141, 151), rgb(5, 191, 204));
}
.downloadCaseStudies__wrapper2 .downloadCaseStudies_flex {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.downloadCaseStudies__wrapper2
  .downloadCaseStudies_flex
  .downloadCaseStudies_left {
  width: 32%;
  margin-top: -70px;
}
.downloadCaseStudies__wrapper2
  .downloadCaseStudies_flex
  .downloadCaseStudies_right {
  width: 55%;
}
.downloadCaseStudies__wrapper2
  .downloadCaseStudies_flex
  .downloadCaseStudies_right
  .downloadCaseStudies_subheading {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
.downloadCaseStudies__wrapper2
  .downloadCaseStudies_flex
  .downloadCaseStudies_right
  .tokium_button {
  margin: 0 auto;
  width: 80%;
  max-width: 580px;
}
.downloadCaseStudies__wrapper2
  .downloadCaseStudies_flex
  .downloadCaseStudies_right
  .tokium_button
  .btn_common {
  max-width: inherit;
}
@media screen and (max-width: 1000px) {
  .downloadCaseStudies__wrapper2 {
    margin-top: 120px;
    height: 564px;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_left {
    width: 100%;
    margin-top: -140px;
    text-align: center;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_left
    img {
    width: 40%;
  }

  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_right {
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .downloadCaseStudies__wrapper2 {
    margin-top: 0;
    padding-top: 50px;
  }
  .downloadCaseStudies__wrapper2 .downloadCaseStudies_flex {
    padding: 0 15px;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_left {
    margin-top: -100px;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_left
    img {
    width: 60%;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_right
    .tokium_button {
    max-width: 305px;
    width: 100%;
  }
  .downloadCaseStudies__wrapper2
    .downloadCaseStudies_flex
    .downloadCaseStudies_right
    .tokium_button
    .btn_common {
    font-size: 16px;
  }
}
