.home.invoice {
  margin-top: inherit
}

.header_invoice {
  min-height: 69px
}

.header_invoice .header__main {
  min-height: 69px
}

.firstView_cm .firstView__contents_cm .firstView__image_cm {
  background: url(../images/invoice/cm/invoice_fv_cm.png) no-repeat;
  background-position: right top;
  background-size: cover;
  width: 100%;
  height: 400px;
  padding: 1em;
  position: relative;
  z-index: -1
}

.firstView_cm .firstView__contents_cm .firstView__image_cm:after {
  background: url(../images/invoice/cm/talent_min.png) no-repeat;
  background-size: 700px;
  background-position: 100% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 590px);
  content: '';
  z-index: -1
}

.firstView_cm .firstView__contents_cm .firstView__image_cm .fv_box {
  width: 40%;
  max-width: 500px;
  position: absolute;
  top: 60px;
  left: calc(50% - 540px);
  text-align: center
}

.firstView_cm {
  padding-bottom: 40px;
}

.firstView_cm .firstView__contents_cm .cm_pc_img {
  max-width: 650px;
  width: 100%;
  margin: 0 auto
}

.firstView_cm .firstView__contents_cm .cm_pc_img img {
  width: 100%;
  height: auto
}

.firstView_cm .firstView__contents_cm .logo_invoice {
  display: none
}

.firstView_cm .firstView__contents_cm .firstView_subheading {
  font-size: 32px;
  font-weight: 600;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 3.5rem;
  text-shadow: 1px 2px 3px #505050
}

.firstView_cm .firstView__contents_cm .firstView_subheading .text_bottom {
  font-size: 48px
}

.firstView__links_invoice {
  max-width: 1400px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.firstView__links_invoice .fv_bubble {
  width: 30%;
  max-width: 400px;
  margin: 0 30px
}

.firstView__contents_cm .button.invoice_yellow {
  background: #f8ec00
}

.firstView__contents_cm .fv_bubble.sp {
  display: none
}

.firstView__links_invoice .bubble_content.invoice_left, .firstView__links_invoice .bubble_content.invoice_right {
  text-align: center
}

.firstView__links_invoice .bubble_content.invoice_left .balloon {
  border: solid 3px #f8ec00
}

.firstView__links_invoice .button .button__text {
  font-size: calc(14px + 6 * (100vw - 1000px) / 600);
}

.firstView__links_invoice .button.invoice_blue {
  box-sizing: border-box;
  border: solid 3px #0b98af
}

.firstView__links_invoice .bubble_content .balloon {
  z-index: 999
}

.firstView__contents_cm .button.invoice_yellow, .firstView__links_invoice .button.invoice_blue {
  transition: .7s
}

.firstView__contents_cm .button.invoice_yellow:hover, .firstView__links_invoice .button.invoice_blue:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.firstView__links_invoice .cm_movie {
  width: 350px;
  height: 280px;
  padding: 25px 45px;
  background: #129db1;
  border: solid 3px #fff;
  border-radius: 80px;
  box-sizing: border-box
}

.firstView__links_invoice .cm_movie .content_top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.firstView__links_invoice .cm_movie .content_top .cm_text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 6px
}

.firstView__links_invoice .cm_movie .content_top .cm_text .small {
  font-size: 18px;
  letter-spacing: 2px
}

.firstView__links_invoice .cm_movie .content_top .cm_logo {
  width: 35%
}

.firstView__links_invoice .cm_movie .content_top .cm_logo img {
  width: 100%;
  height: auto
}

.firstView__links_invoice .cm_movie .content_bottom {
  width: 250px;
  height: 150px;
  margin: 10px auto 0 auto;
  background: #9e9e9e
}

@media screen and (max-width:1000px) {
  .firstView__contents_cm .fv_bubble.sp {
    top: 360px
  }
  .firstView_cm .firstView__contents_cm .firstView__image_cm:after {
    display: none
  }
  .firstView_cm .firstView__contents_cm .firstView__image_cm {
    height: 950px;
    background: url(../images/invoice/cm/invoice_fv_sp@2x.png) no-repeat;
    background-position: center top;
    background-position: center 40%;
    background-size: cover
  }
  .firstView_cm .firstView__contents_cm .firstView__image_cm .fv_box {
    width: 100%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
  }
  .firstView_cm .firstView__contents_cm .logo_invoice {
    display: block;
    max-width: 300px;
    width: 80%;
    margin: 0 auto
  }
  .firstView_cm .firstView__contents_cm .firstView_subheading {
    font-size: 28px;
    line-height: 50px
  }
  .firstView_cm .firstView__contents_cm .firstView_subheading .text_bottom {
    font-size: 42px
  }
  .firstView__contents_cm .fv_bubble.sp {
    width: 80%;
    max-width: 350px;
    display: block;
    position: absolute;
    top: 530px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
  }
  .firstView__links_invoice .fv_bubble {
    display: none
  }
  .bubble_content .balloon {
    z-index: 1000
  }
  .firstView_cm .firstView__contents_cm {
    text-align: center
  }
}

@media screen and (max-width:768px) {
  .firstView__contents_cm .fv_bubble.sp {
    top: 500px
  }
}

@media screen and (max-width:468px) {
  .firstView_cm .firstView__contents_cm .logo_invoice {
    width: 150px;
    margin-bottom: -15px;
  }
  .firstView_cm .firstView__contents_cm .firstView_subheading {
    margin-top: 20px;
    font-size: 22px;
    line-height: 40px
  }
  .firstView_cm .firstView__contents_cm .firstView_subheading .text_bottom {
    font-size: 36px
  }
  .firstView_cm .firstView__contents_cm .laurel_crown {
    width: 80%;
    margin: 0 auto
  }
  .firstView__contents_cm .fv_bubble.sp {
    top: 360px
  }
  .firstView__contents_cm .fv_bubble.sp.fv_bubble_lp {
    top: 350px
  }
  .firstView_cm .firstView__contents_cm .firstView__image_cm {
    background-position: 50% 10%;
    height: 800px
  }
  .firstView_cm .firstView__contents_cm .firstView__image_cm .fv_box {
    top: 20px;
  }
  .firstView_cm .firstView__contents_cm .fv_text_box .firstView_subheading {
    font-size: 26px
  }
  .firstView_cm .firstView__links_invoice .cm_movie .content_top .cm_text {
    font-size: 22px;
    letter-spacing: 4px
  }
  .firstView__links_invoice .cm_movie .content_bottom {
    width: 100%;
    height: auto
  }
  .firstView_cm .cm_movie .content_bottom .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  .firstView_cm .cm_movie .content_bottom .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
  }
}


}
.header_invoice_lp {
  min-height: inherit
}
.header_invoice_lp .header__main {
  min-height: 65px
}
#faq {
  padding: 80px 0 50px 0
}
.invoice_lp .inner {
  max-width: 1000px;
  margin: 0 auto
}
.invoice_lp .faq_subheading {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #191414;
  margin-bottom: 60px;
  text-align: center
}
.invoice_lp .faq_box {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: #0794ab solid 2px
}
.invoice_lp .faq_box:not(:last-child) {
  margin-bottom: 40px
}
.invoice_lp .faq_q_box::after {
  content: "＋";
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  color: #0794ab;
  right: 60px;
  top: 20px;
  transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(0)
}
.invoice_lp .active.faq_q_box::after {
  transform-origin: center;
  transform: rotate(45deg)
}
.invoice_lp .faq_q_ttl {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 20px 0 25px 40px;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 50px)
}
.invoice_lp .faq_q_ttl::before {
  content: "Q.";
  font-size: 28px;
  margin-right: 20px;
  font-weight: 700;
  color: #0794ab
}
.invoice_lp .fpa_a_box {
  text-align: left;
  margin-bottom: 0;
  display: inline-block
}
.invoice_lp .faq_a_ttl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 62px 40px;
  overflow-y: hidden;
  position: relative
}
.invoice_lp .faq_a_ttl::before {
  position: absolute;
  content: "A.";
  font-size: 28px;
  margin-right: 20px;
  color: #191414;
  left: 0;
  top: 0
}
.invoice_lp .faq_a_ttl_txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  padding-top: 10px
}
.invoice_lp .faq_a_box a {
  color: #ff8931;
  text-decoration: underline
}
.invoice_lp_cta {
  padding: 80px 0 50px 0
}
.invoice_lp_cta .innar {
  max-width: 1000px;
  margin: 0 auto
}
.invoice_lp_cta .cta_subheading {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center
}
.invoice_lp_cta .cta_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.invoice_lp_cta .cta_content .content_left {
  width: 60%
}
.invoice_lp_cta .cta_content .content_left .cta_text {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 4px
}
.invoice_lp_cta .cta_content .content_left .cta_cards {
  margin-bottom: 20px
}
.invoice_lp_cta .cta_content .content_left .cta_list .list_item {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 4px
}
.invoice_lp_cta .cta_content .content_right {
  width: 35%;
  padding: 30px;
  background: #ecf5f4
}
@media screen and (max-width:1000px) {
  .invoice_lp .inner {
    padding: 0 15px
  }

  .invoice_lp .faq_box:not(:last-child) {
    margin-bottom: 20px
  }

  .invoice_lp .faq_q_box::after {
    background-size: 18px 18px;
    right: 20px;
    top: 15px
  }

  .invoice_lp .faq_q_ttl {
    font-size: 16px;
    margin: 0;
    padding: 14px 0 14px 55px;
    text-indent: -38px
  }

  .invoice_lp .faq_q_ttl::before {
    margin-right: 10px;
    font-size: 24px
  }

  .invoice_lp .faq_a_ttl {
    margin: 20px 20px 30px 20px
  }

  .invoice_lp .faq_a_ttl::before {
    margin-right: 0;
    font-size: 24px
  }

  .invoice_lp .faq_a_ttl_txt {
    padding: 10px;
    margin-left: 26px
  }

  .invoice_lp_cta .innar {
    padding: 0 15px
  }

  .invoice_lp_cta .cta_content .content_left, .invoice_lp_cta .cta_content .content_right {
    width: 100%
  }

  .invoice_lp_cta .cta_content .content_left .cta_text {
    text-align: center
  }

  .invoice_lp_cta .cta_content .content_left .cta_cards {
    margin: 40px 0;
    text-align: center
  }

  .invoice_lp_cta .cta_content .content_left .cta_list {
    width: 65%;
    margin: 0 auto
  }
}
@media screen and (max-width:768px) {
  .header__logo.invoice_lp {
    width: 226px
  }
}
@media screen and (max-width:468px) {
  .invoice_lp_cta .cta_subheading {
    font-size: 20px
  }

  .invoice_lp_cta .cta_content .content_left .cta_list {
    width: 100%
  }

  .invoice_lp_cta .cta_content .content_left .cta_list .list_item {
    font-size: 16px
  }

  .invoice_lp_cta .cta_content .content_right {
    margin-top: 20px
  }
}
.firstView .firstView__links .fv_bubble .button {
  transition: .7s
}
.firstView .firstView__links .fv_bubble .button:hover {
  opacity: inherit;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
.home .firstView__slideShowTitle .u-annotation {
  right: 30px
}
.firstView .firstView__links .fv_bubble .bubble_content {
  z-index: 999
}
.firstView_fv .firstView__slideShow {
  height: 120px
}
.firstView_fv .slideShow_title {
  margin: 20px 40px 10px 40px;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
.firstView_fv .slideShow_title .title_content {
  font-size: 32px;
  
}
.firstView_fv .slideShow_title .cumulative {
	font-size: 62px;
	color: #0B98AF;
}
.firstView_fv .slideShow_title .annotation {
  font-size: 15px;
  letter-spacing: .1rem;
  
}
.firstView_annotation.top{
    max-width: 550px;
	margin: -10px auto 30px auto;
}
.firstView_top .asterisk{
	font-size: 15px;
    font-weight: normal;
    position: relative;
    top: -15px;
}
.firstView_fv .slideShow_text {
  margin-top: 20px;
  margin-left: 40px;
  font-size: 13px;
  color: #333
}
@media screen and (max-width:768px) {
  .firstView_fv .firstView__slideShow {
    height: 60px
  }

  .firstView_fv .slideShow_title {
    margin: 20px 40px 40px 40px;
    font-size: 26px
  }

  .firstView_fv .slideShow_title .cumulative {
    font-size: 36px
  }

  .firstView_fv .slideShow_text {
    width: 80%;
    margin: 100px auto 0 auto
  }
  .firstView_top .asterisk{
	  top: -15px;
  }

}
@media screen and (max-width:468px) {
  .firstView_fv .slideShow_title {
    margin: 0;
    text-align: center
  }
  
  .firstView_fv .slideShow_title .title_content{
  	font-size: 20px;
  }

  .firstView_fv .slideShow_title .cumulative {
    font-size: 80px
  }
  
  .firstView_fv .slideShow_title .text_c{
	  font-size: 32px;
  }
  
  .firstView_annotation.top{
    max-width: 245px;
	margin: 0 auto;
	}
}
.header_invoice_lp {
  min-height: inherit
}
.header_invoice_lp .header__main {
  min-height: 65px
}
.invoice_about {
  padding: 80px 0 0 0
}
.invoice_about .content_top {
  text-align: center
}
.invoice_about .content_top .invoice_about_subheading {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 50px;
  line-height: 104px;
  text-align: center;
  letter-spacing: .08em
}
.invoice_about .content_top .invoice_about_subheading .small {
  font-size: 36px
}
.invoice_about .content_bottom {
  margin-top: 40px;
  padding: 80px 0 320px 0;
  background: #e9f2f0;
  position: relative
}
.invoice_about .content_bottom .bottom_flex {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10
}
.invoice_about .content_bottom .bottom_flex .flex_left {
  width: 45%;
  font-weight: 700;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: .1em;
  color: #191414
}
.invoice_about .content_bottom .bottom_flex .flex_right {
  width: 45%;
  font-weight: 400;
  font-size: 18px;
  line-height: 220%;
  letter-spacing: .1em;
  color: #191414
}
.invoice_about .content_bottom .bg_subheading {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  letter-spacing: .1em;
  color: #fff;
  opacity: .7;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 650px)
}
@media screen and (max-width:1280px) {
  .invoice_about .content_bottom .bg_subheading {
    left: 0
  }
}
@media screen and (max-width:1020px) {
  .invoice_about .content_bottom {
    padding: 80px 0 480px 0
  }

  .invoice_about .content_bottom .bottom_flex {
    display: block
  }

  .invoice_about .content_bottom .bottom_flex .flex_left {
    width: 80%;
    margin: 0 auto 20px auto;
    box-sizing: border-box
  }

  .invoice_about .content_bottom .bottom_flex .flex_right {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box
  }

  .invoice_about .content_bottom .bottom_flex .flex_right .sp-none {
    display: none
  }

  .invoice_about .content_bottom .bg_subheading {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
  }
}
@media screen and (max-width:468px) {
  .invoice_about {
    padding: 20px 0 0 0
  }

  .invoice_about .content_top .invoice_about_subheading {
    margin-bottom: -20px;
    font-size: 28px
  }

  .invoice_about .content_top .invoice_about_subheading .small {
    font-size: 20px
  }

  .invoice_about .content_bottom .bottom_flex .flex_left {
    font-size: 20px
  }

  .invoice_about .content_bottom .bottom_flex .flex_right {
    font-size: 16px
  }

  .invoice_about .content_bottom .bg_subheading {
    font-size: 100px;
    bottom: -10px
  }
}

.slider_item .invoice_denshi {
  padding: 45px 145px;
  background: #e7f5f7
}
.slider_item .invoice_denshi .top_item {
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.slider_item .invoice_denshi .top_item .top_text {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-top: 5px;
  margin-left: 10px
}
.slider_item .invoice_denshi .catch_copy {
  font-weight: 700;
  font-size: 50px;
  line-height: 145%;
  letter-spacing: .11em
}
.slider_item .invoice_denshi .bottom_text {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #1299af;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center
}
.slider_item .invoice_denshi .bottom_text:before {
  margin-right: 10px;
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #1299af
}
@media screen and (max-width:768px) {
  .slider_item .invoice_denshi {
    padding: 90pt 20px 30px;
    background: #e7f5f7;
    text-align: center
  }

  .slider_item .invoice_denshi .top_item {
    margin-bottom: 20px;
    justify-content: center
  }

  .slider_item .invoice_denshi .catch_copy {
    margin-bottom: 40px;
    font-size: 34px;
    letter-spacing: .08em
  }

  .slider_item .invoice_denshi .bottom_text {
    margin-top: inherit;
    margin-bottom: 50px
  }

  .slider_item .invoice_denshi .button.u-32 .button__arrow {
    min-width: 18px;
    min-height: 18px;
    margin-left: 3px
  }
}
.firstView__links_invoice2 {
  padding: 18px 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.firstView__links_invoice2 .fv_bubble {
  margin: 0 2pc
}
.firstView__links_invoice2 .fv_bubble .balloon2 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  letter-spacing: .15em
}
.firstView__links_invoice2 .button {
  width: 525px;
  height: 99px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
  border-radius: 70px;
  cursor: pointer;
  transition: .4s;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  position: relative
}
.firstView__links_invoice2 .button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  min-width: 40px;
  min-height: 40px
}
.firstView__links_invoice2 .button .arrow_blue {
  background: #0b98af
}
.firstView__links_invoice2 .button .arrow_black {
  background: #fff
}
.firstView__links_invoice2 .button:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0)
}
.firstView__links_invoice2 .button_left {
  background: #ffdf43
}
.firstView__links_invoice2 .button_right {
  background: #fff;
  border: 4px solid #1299af;
  box-sizing: border-box
}
@media screen and (max-width:1180px) {
  .firstView__links_invoice2 .button {
    margin-bottom: 20px
  }
}
@media screen and (max-width:585px) {
  .firstView__links_invoice2 .button {
    width: 25pc;
    height: 77px;
    font-size: 18px
  }

  .firstView__links_invoice2 .fv_bubble .balloon2 {
    font-size: 14px
  }
}
@media screen and (max-width:480px) {
  .firstView_cm2 .firstView__contents_cm .firstView__image_cm {
    height: 620px;
    background-position: 50% 50%
  }

  .firstView__links_invoice2 {
    padding: 10px 0 0
  }

  .firstView__links_invoice2 .button {
    width: 325px;
    height: 60px;
    font-size: 1pc
  }

  .firstView__links_invoice2 .button .arrow {
    right: 15px;
    min-width: 20px;
    min-height: 20px
  }
}
.firstView_lawinfo_lp {
  padding-bottom: inherit;
  border-bottom: 1px solid #dedede
}
.lawinfo_lp .static__titleH2_700{
  color: #008D97;
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm {
  height: 360px
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box {
  max-width: 550px;
  top: 30px;
  left: calc(50% - 600px)
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .firstView_subheading {
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: .08em;
  text-align: left;
  white-space: nowrap
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .firstView_subheading .text_l {
  font-size: 42px
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .fv_text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
  white-space: nowrap
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .fv_text .pc-none {
  display: none
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .cm_pc_img {
  margin: 20px 0 0;
  width: 280px;
  height: 15pc
}
.firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm:after {
  background: url(../images/invoice/cm/telent_pc.png)no-repeat;
  background-size: 700px;
  background-position: 100% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 580px);
  content: '';
  z-index: -1
}
.firstView_lawinfo_lp.denshichobo .firstView__contents_cm .firstView__image_cm:after {
  background: url(../images/invoice/cm/talent_min.png)no-repeat;
  background-size: 700px;
  background-position: 100% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 580px);
  content: '';
  z-index: -1
}
.firstView_lawinfo_lp .firstView__links_lawinfo {
  padding: 32px 0 40px;
  display: flex;
  justify-content: center;
}
.firstView_lawinfo_lp .firstView__links_lawinfo .fv_bubble {
  margin: 0 2pc
}
.firstView_lawinfo_lp .firstView__links_lawinfo .fv_bubble .balloon2 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  letter-spacing: .15em;
  display: flex;
  justify-content: center;
}
.firstView_lawinfo_lp .firstView__links_lawinfo .fv_bubble .balloon2 img {
  margin: 0 10px;
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button {
  width: 525px;
  height: 99px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
  border-radius: 70px;
  cursor: pointer;
  transition: .4s;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  position: relative
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  min-width: 32px;
  min-height: 32px
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button .arrow_blue {
  background: #F98938
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button .arrow_black {
  background: #fff
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0)
}
.firstView_lawinfo_lp .firstView__links_lawinfo .button_right {
  background: #fff;
  border: 4px solid #F98938;
  box-sizing: border-box
}
.lawinfo_lp .static__tabSection {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.lawinfo_lp .static__tabSection .static_item {
  display: block;
  width: 32%;
  height: 118px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: .7s
}
.lawinfo_lp .static__tabSection .static_item:hover {
  background: #1299af
}
.lawinfo_lp .static__tabSection .static_item:hover:before {
  background: #fff
}
.lawinfo_lp .static__tabSection .static_item:hover:after {
  border-top: solid 2px #1299af;
  border-right: solid 2px #1299af
}
.lawinfo_lp .static__tabSection .static_item:before {
  content: '';
  width: 28px;
  height: 28px;
  background: #1299af;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.lawinfo_lp .static__tabSection .static_item:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 53px;
  right: 39px;
  transform: rotate(135deg)
}
.lawinfo_lp .static__tabSection .static_item.center {
  margin: 0 20px
}
.lawinfo_lp .static__tabSection .static_item .content {
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.firstView_lawinfo_lp .cta_box.lawinfo_cta{
    display: none;
}
@media screen and (max-width:1200px) {
  .firstView_lawinfo_lp .firstView__links_lawinfo .fv_bubble {
    display: none;
  }
  .firstView_lawinfo_lp .cta_box.lawinfo_cta{
    display: block;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
  .firstView_lawinfo_lp .firstView__links_lawinfo{
    padding: 0;
  }
  .firstView_lawinfo_lp {
    border-bottom: 0
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm {
    height: 750pt
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .firstView_subheading {
    margin-top: 30px;
    text-align: center;
    font-size: 36px;
    line-height: 40px
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .firstView_subheading .text_l {
    font-size: 29px
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .fv_text {
    text-align: center
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .fv_text .pc-none {
    display: block
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .cm_pc_img {
    width: 250px;
    margin: 20px auto
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm:after {
    display: none
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm {
    background: url(../images/invoice/cm/telent_sp.png)no-repeat;
    background-position: bottom;
    background-size: cover
  }

  .firstView_lawinfo_lp.denshichobo .firstView__contents_cm .firstView__image_cm {
    background: url(../images/invoice/cm/invoice_fv_sp@2x.png)no-repeat;
    background-position: center;
    background-size: cover
  }

  .lawinfo_lp .static__tabSection .static_item {
    width: 90%
  }

  .lawinfo_lp .static__tabSection .static_item.center {
    margin: 20px 0
  }
}
@media screen and (max-width:585px) {
  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm {
    height: 700px
  }
}
@media screen and (max-width:480px) {
  .firstView_lawinfo_lp .cta_box.lawinfo_cta{
    margin: 0 auto;
  }
  .firstView_cm2 .firstView__contents_cm .firstView__image_cm {
    height: 620px;
    background-position: 50% 50%
  }

  .firstView_lawinfo_lp .firstView__links_lawinfo {
    padding: 10px 0 0
  }

  .firstView_lawinfo_lp .firstView__links_lawinfo .button {
    width: 325px;
    height: 60px;
    font-size: 1pc
  }

  .firstView_lawinfo_lp.denshichobo .firstView__links_lawinfo .button {
    margin-top: -475px;
  }

  .firstView_lawinfo_lp .firstView__links_lawinfo .button .arrow {
    right: 15px;
    min-width: 20px;
    min-height: 20px
  }

  .firstView_lawinfo_lp.denshichobo .firstView__contents_cm .firstView__image_cm {
    height: 780px
  }

  .firstView_lawinfo_lp .firstView__links_lawinfo .button_right, .firstView_lawinfo_lp .firstView__links_lawinfo .fv_bubble .balloon2 {
    display: none
  }

  .firstView_lawinfo_lp .firstView__links_lawinfo .button {
    margin-top: -395px
  }

  .lawinfo_lp .static__tabSection .static_item .content {
    font-size: 14px
  }

  .lawinfo_lp .static__tabSection .static_item {
    height: 80px
  }

  .lawinfo_lp .static__tabSection .static_item:after {
    top: 33px
  }
}
.firstView__links_invoice3 {
  max-width: 1400px;
  margin: -5pc auto 40px;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.firstView__links_invoice3.fv_bubble.sp {
  display:
}
.firstView__links_invoice3 .fv_bubble {
  width: 50%;
  max-width: 460px
}
.firstView__contents_cm .button.invoice_yellow {
  background: #ffdb2e
}
.firstView__links_invoice3 .bubble_content.invoice_left, .firstView__links_invoice3 .bubble_content.invoice_right {
  text-align: center
}
.firstView__links_invoice3 .bubble_content.invoice_left .balloon {
  border: solid 3px #ffdb2e
}
.firstView__links_invoice3 .button .button__text {
  font-size: 24px
}
.firstView__links_invoice3 .button.invoice_blue {
  box-sizing: border-box;
  border: solid 3px #0b98af
}
.firstView__links_invoice3 .bubble_content .balloon {
  z-index: 1
}
.firstView__contents_cm .firstView__links_invoice3 .fv_bubble_butoon {
  display: block;
  transition: .7s;
  margin: 60px 0 10px 0;
  text-align: center
}
.firstView__links_invoice3 .fv_bubble_butoon:hover {
  transform: translate3d(0, 5px, 0);
  transition-duration: .3s;
  opacity: .8;
}
.firstView__contents_cm .firstView__links_invoice3 .button.invoice_yellow:hover {
  -webkit-transform: scale(1.0, 1.0);
  -moz-transform: scale(1.0, 1.0);
  -o-transform: scale(1.0, 1.0);
  -ms-transform: scale(1.0, 1.0);
  transform: scale(1.0, 1.0)
}
.firstView__links_invoice3 .fv_bubble_butoon .button__text {
  display: block;
  text-align: center;
  position: relative
}
.firstView__links_invoice3 .fv_bubble .fv_bubble_butoon .button__text .arrow_w {
  padding: 5px 7px 6px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: calc(50% - 10pc);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.firstView__links_invoice3 .fv_bubble .fv_bubble_butoon .button__text .arrow_w img {
  vertical-align: inherit
}
.firstView__links_invoice3 .fv_bubble .fv_bubble_text {
  text-align: center;
  font-size: 13px;
  font-weight: 700
}
.firstView__links_invoice3 .cm_movie {
  width: 350px;
  height: 280px;
  padding: 25px 45px;
  background: #129db1;
  border: solid 3px #fff;
  border-radius: 5pc;
  box-sizing: border-box
}
.firstView__links_invoice3 .cm_movie .content_top {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.firstView__links_invoice3 .cm_movie .content_top .cm_text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 6px
}
.firstView__links_invoice3 .cm_movie .content_top .cm_text .small {
  font-size: 18px;
  letter-spacing: 2px
}
.firstView__links_invoice3 .cm_movie .content_top .cm_logo {
  width: 35%
}
.firstView__links_invoice3 .cm_movie .content_top .cm_logo img {
  width: 100%;
  height: auto
}
.firstView__links_invoice3 .cm_movie .content_bottom {
  width: 250px;
  height: 150px;
  margin: 10px auto 0;
  background: #9e9e9e
}
@media screen and (max-width:1000px) {
  .firstView__contents_cm .fv_bubble.sp {
    display: block
  }
}
.relate_article_box {
  max-width: 920px;
  margin: 40px auto;
  border: solid 2px #0698af;
  border-radius: 10px;
  position: relative
}
.relate_article_box a {
  display: block;
  padding: 1pc 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: .7s
}
.relate_article_box a:hover {
  opacity: .5
}
.relate_article_box .article_box_subheading {
  padding: 0 40px;
  background: #0698af;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 50px
}
.relate_article_box .article_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative
}
.relate_article_box .article_box img {
  width: 20%;
  height: auto;
  margin: inherit
}
.relate_article_box .article_box .article_title {
  width: 70%;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px
}
@media screen and (max-width:480px) {
  .relate_article_box {
    max-width: 100%;
    width: 100%;
    justify-content: space-between
  }

  .relate_article_box a {
    padding: 25px
  }

  .relate_article_box .article_box_subheading {
    padding: 5px 20px;
    font-size: 1pc;
    left: 30px
  }

  .relate_article_box .article_box img {
    width: 35%
  }

  .relate_article_box .article_box .article_title {
    width: 55%;
    font-size: 1pc;
    line-height: 22px
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .firstView_subheading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 2pc
  }

  .firstView_lawinfo_lp .firstView__contents_cm .firstView__image_cm .fv_box .cm_pc_img {
    width: 180px
  }

  .firstView_lawinfo_lp.denshichobo .firstView__contents_cm .firstView__image_cm {
    background-position: bottom
  }
}
.downloadPostSeriesMaterials2 {
  padding: 5pc 0;
  background: #f5f5f5
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 {
  max-width: 650px;
  margin: 0 auto
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 .no1_content {
  margin-top: 2pc;
  margin-right: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  float: left
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 .no1_content .text_s {
  font-size: 28px
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .tokium_expense {
  margin-bottom: 40px;
  color: #008996;
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  letter-spacing: .15em
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .gekkei {
  margin-bottom: 30px
}
.downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .dl_merit_sp {
  display: none
}
.downloadPostSeriesMaterials2 .btn_area {
  padding: 40px 0;
  background: #008996
}
.downloadPostSeriesMaterials2 .btn_area .button {
  width: 5in;
  margin: 0 auto;
  transition: .7s
}
.downloadPostSeriesMaterials2 .btn_area .button:hover {
  opacity: .7
}
.downloadPostSeriesMaterials2 .text_bottom {
  max-width: 650px;
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px
}
@media screen and (max-width:480px) {
  .downloadPostSeriesMaterials2 {
    padding: 40px 0
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 {
    width: 94%;
    margin: 0 auto
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 .no1_content {
    margin: 3px 8px 0 0;
    font-size: 20px;
    line-height: 30px
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 img {
    width: 75pt
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .subheading_no1 .no1_content .text_s {
    font-size: 1pc
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .tokium_expense {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 26px
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .dl_merit_pc {
    display: none
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .dl_merit_sp {
    display: block
  }

  .downloadPostSeriesMaterials2 .downloadPostSeriesMaterials__wrapper2 .gekkei {
    padding: 0 15px
  }

  .downloadPostSeriesMaterials2 .btn_area .button {
    width: 80%
  }

  .downloadPostSeriesMaterials2 .text_bottom {
    padding: 0 15px
  }
}

.enterprise .industry {
  max-width: 750pt;
  margin: 0 auto;
  padding: 5pc 0
}
.enterprise .industry .industry_subheading {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: .15em;
  text-align: center
}
.enterprise .industry .industry_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.enterprise .industry .industry_list .industry_item {
  width: 24%;
  text-align: center
}
.enterprise .industry .industry_list .industry_item .item_icon {
  background: #e4f4f1;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0
}
.enterprise .industry .industry_list .industry_item:hover .item_icon01, .enterprise .industry .industry_list .industry_item:hover .item_icon02, .enterprise .industry .industry_list .industry_item:hover .item_icon03, .enterprise .industry .industry_list .industry_item:hover .item_icon04, .enterprise .industry .industry_list .industry_item:hover .item_icon05, .enterprise .industry .industry_list .industry_item:hover .item_icon06, .enterprise .industry .industry_list .industry_item:hover .item_icon07, .enterprise .industry .industry_list .industry_item:hover .item_icon08 {
  background: #13c39e;
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon:before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 5pc;
  height: 5pc
}
.enterprise .industry .industry_list .industry_item .item_icon01:before {
  background-image: url(../images/templates/voice/icon01_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon01:before {
  background-image: url(../images/templates/voice/icon01_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon02:before {
  background-image: url(../images/templates/voice/icon02_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon02:before {
  background-image: url(../images/templates/voice/icon02_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon03:before {
  background-image: url(../images/templates/voice/icon03_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon03:before {
  background-image: url(../images/templates/voice/icon03_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon04:before {
  background-image: url(../images/templates/voice/icon04_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon04:before {
  background-image: url(../images/templates/voice/icon04_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon05:before {
  background-image: url(../images/templates/voice/icon05_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon05:before {
  background-image: url(../images/templates/voice/icon05_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon06:before {
  background-image: url(../images/templates/voice/icon06_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon06:before {
  background-image: url(../images/templates/voice/icon06_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon07:before {
  background-image: url(../images/templates/voice/icon07_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon07:before {
  background-image: url(../images/templates/voice/icon07_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_icon08:before {
  background-image: url(../images/templates/voice/icon08_g@2x.png)
}
.enterprise .industry .industry_list .industry_item:hover .item_icon08:before {
  background-image: url(../images/templates/voice/icon08_w@2x.png);
  transition: .7s
}
.enterprise .industry .industry_list .industry_item .item_text {
  margin: 15px 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: .15em
}
.enterprise .industry .industry_list .industry_item:hover .item_text {
  color: #13c39e;
  transition: .7s
}
.voice .voice_content_top {
  padding: 45px 0 135px;
  background: #0b98af;
  text-align: center
}
.voice .voice_content_top .voice_subheading {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: .15em;
  color: #fff;
  position: relative
}
.voice .voice_content_top .voice_subheading:before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 75pt;
  height: 75pt;
  background-image: url(../images/templates/voice/title_img01@2x.png);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%)
}
#industry02 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img02@2x.png)
}
#industry03 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img03@2x.png)
}
#industry04 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img04@2x.png)
}
#industry05 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img05@2x.png)
}
#industry06 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img06@2x.png)
}
#industry07 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img07@2x.png)
}
#industry08 .voice_content_top .voice_subheading:before {
  background-image: url(../images/templates/voice/title_img08@2x.png)
}
.voice .voice_content_top .voice_text {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: .15em;
  color: #fff
}
.voice .voice_content_bottom {
  max-width: 750pt;
  margin: 0 auto
}
.voice .voice_content_bottom .voice_list {
  margin-top: -5pc;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.voice .voice_content_bottom .voice_list .voice_item {
  width: 32%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .12) 0 1px 3px;
  box-sizing: border-box
}
.voice .voice_content_bottom .voice_list .voice_item .voice_img {
  padding: 5px;
  overflow: hidden
}
.voice .voice_content_bottom .voice_list .voice_item:hover .voice_img img {
  transition: .7s;
  transform: scale(1.1, 1.1)
}
.voice .voice_content_bottom .voice_list .voice_item .content_bottom {
  padding: 15px 15px 0
}
.voice .voice_content_bottom .voice_list .voice_item .content_bottom .voice_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .15em
}
.voice .voice_content_bottom .voice_list .voice_item .content_bottom .voice_name {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 9pt;
  color: #767676;
  border-bottom: solid 1px #d4d4d9
}
.voice .voice_content_bottom .voice_list .voice_item .content_bottom .voice_info {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .15em;
  color: #767676;
  position: relative
}
.voice .voice_content_bottom .voice_list .voice_item .content_bottom .voice_info .voice_cat {
  font-weight: 700;
  padding: 3px 8px;
  color: #008d97;
  border: solid 1px #008d97;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 70px
}
.voice .voice_content_bottom .logo_list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.voice .voice_content_bottom .logo_list img {
  margin-bottom: 20px;
  max-width: 230px;
  max-height: 90pt
}
.voice .voice_content_bottom .logo_list .empty {
  margin-bottom: 20px;
  width: 230px
}
.voice .voice_content_bottom .voice_cta {
  max-width: 530px;
  margin: 0 auto;
  padding: 40px 0
}
.voice .voice_content_bottom .voice_cta a {
  transition: .7s
}
.voice .voice_content_bottom .voice_cta a:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .enterprise .industry {
    padding: 40px 15px
  }

  .enterprise .industry .industry_subheading {
    font-size: 24px
  }

  .enterprise .industry .industry_list .industry_item {
    width: 48%;
    margin-bottom: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px
  }

  .enterprise .industry .industry_list .industry_item .item_text {
    font-size: 18px
  }

  .voice .voice_content_top {
    padding: 45px 0 75pt
  }

  .voice .voice_content_top .voice_subheading {
    font-size: 28px
  }

  .voice .voice_content_top .voice_text {
    width: 90%;
    font-size: 1pc
  }

  .voice .voice_content_bottom {
    padding: 0 15px
  }

  .voice .voice_content_bottom .voice_list .voice_item {
    width: 80%;
    margin: 0 auto 20px;
    box-sizing: border-box
  }

  .voice .voice_content_bottom .logo_list {
    padding-top: 10px
  }

  .voice .voice_content_bottom .logo_list .empty, .voice .voice_content_bottom .logo_list img {
    max-width: 5pc;
    max-height: 60px
  }

  .voice .voice_content_bottom .voice_cta {
    padding: 10px 0 40px
  }
}
@media screen and (max-width:468px) {
  .voice .voice_content_bottom .voice_list .voice_item {
    width: 100%
  }
}
.downloadPostSeriesMaterials3 {
  height: 520px;
  background: #0b98af;
  position: relative;
  padding: 50px 0
}
.downloadPostSeriesMaterials3:after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 32.5em solid transparent;
  border-right: 50em solid #0089a7;
  position: absolute;
  z-index: 1;
  opacity: .7
}
.downloadPostSeriesMaterials3 .download_content {
  max-width: 75pc;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}
.downloadPostSeriesMaterials3 .download_content .box_left {
  width: 62%;
  z-index: 2
}
.downloadPostSeriesMaterials3 .download_content .box_left .cta_subheading {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  color: #fff;
  border-bottom: solid 1px #fff
}
.downloadPostSeriesMaterials3 .download_content .box_left .explain_box {
  padding: 40px 0;
  position: relative
}
.downloadPostSeriesMaterials3 .download_content .box_left .explain_box .icon_explain {
  width: 140px;
  height: 140px
}
.downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 180px
}
.downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list .list_item {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap
}
.downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list .list_item .arrow {
  width: 35px;
  height: 35px;
  margin-right: 15px
}
.downloadPostSeriesMaterials3 .download_content .box_left .cta_btn_pc {
  width: 80%;
  padding: 20px 75pt;
  font-weight: 700;
  font-size: 2pc;
  color: #fff;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 75pt;
  transition: .7s
}
.downloadPostSeriesMaterials3 .download_content .box_left .cta_btn_pc:hover {
  opacity: .7
}
.downloadPostSeriesMaterials3 .download_content .box_right {
  width: 5in;
  z-index: 2
}
@media screen and (max-width:1171px) {
  .downloadPostSeriesMaterials3 .download_content .box_right {
    width: 40%
  }
}
@media screen and (max-width:768px) {
  .downloadPostSeriesMaterials3 {
    height: 810pt
  }

  .downloadPostSeriesMaterials3 .download_content {
    flex-wrap: wrap;
    padding: 0 15px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left {
    width: 100%
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box {
    width: 60%;
    height: 200px;
    margin: 0 auto
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box .icon_explain {
    width: 75pt;
    height: 75pt;
    position: absolute;
    top: 30px;
    left: 310px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list {
    left: 10px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .cta_btn_pc {
    bottom: -635px
  }

  .downloadPostSeriesMaterials3 .download_content .box_right {
    width: 80%;
    margin: 0 auto
  }
}
@media screen and (max-width:468px) {
  .downloadPostSeriesMaterials3 {
    height: 700px
  }

  .downloadPostSeriesMaterials3:after {
    border-bottom: 17em solid transparent;
    border-right: 20em solid #0089a7
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .cta_subheading {
    font-size: 20px;
    line-height: 30px;
    border-bottom: dashed 1px #fff
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box {
    width: 100%;
    height: 150px;
    margin-top: -15px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list .list_item {
    font-size: 14px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box .explain_list .list_item .arrow {
    width: 20px;
    height: 20px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .explain_box .icon_explain {
    width: 60px;
    height: 60px;
    top: 35px;
    left: 220px
  }

  .downloadPostSeriesMaterials3 .download_content .box_left .cta_btn_pc {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    bottom: -385px
  }

  .downloadPostSeriesMaterials3 .download_content .box_right {
    width: 330px
  }
}
.about__detailTitle {
  font-size: 26px!important;
  font-weight: 700;
}
.about__detailTitle .u_y_text {
  display: inline;
  font-size: 24px;
  background: linear-gradient(transparent 50%, #ffdb2e 50%)
}
.about__detailTitle .u_y_text .u-accent {
  font-size: 3pc!important
}
.about__detailTitle_sp {
  display: none;
  margin-bottom: 20px;
  font-size: 21px!important;
  font-weight: 700;
  text-align: center
}
.about__detailTitle_sp .u_y_text {
  display: inline;
  font-size: 22px;
  background: linear-gradient(transparent 50%, #ffdb2e 50%)
}
.about__detailTitle_sp .u_y_text .u-accent {
  font-size: 32px!important
}
.about_case {
  padding-bottom: 75pt
}
.about_case .about_case_subheading {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  position: relative
}
.about_case .about_case_subheading:after {
  content: '';
  width: 180px;
  height: 5px;
  background: #008d97;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 10px
}
.about_case .case_flex {
  margin: 70px auto 40px;
  max-width: 825pt;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.about_case .case_flex .flex_item {
  width: 48.5%;
  padding: 45px;
  background: #0b98af;
  color: #fff;
  position: relative;
  transition: .7s
}
.about_case .case_flex .flex_item:hover {
  opacity: .7
}
.about_case .case_flex .flex_item .item_title {
  font-weight: 500;
  font-size: 26px
}
.about_case .case_flex .flex_item .item_title .text_l {
  font-weight: 900;
  font-size: 36px;
  line-height: 51px
}
.about_case .case_flex .flex_item .item_img {
  width: 95%;
  display: block;
  margin: 30px auto
}
.about_case .case_flex .flex_item .company_name {
  font-weight: 500;
  font-size: 18px;
  text-align: center
}
.about_case .case_flex .flex_item .about__detailLink {
  position: absolute;
  bottom: 40px;
  right: 15px
}
.about_case .case_flex .flex_item .about__detailLink a {
  font-size: 14px!important
}
.about_case .case_flex .flex_item .about__detailLink .arrowIcon {
  margin-left: 8px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px
}
.about_case .about_case_btn {
  width: 360px;
  margin: 60px auto 0;
  transition: .7s
}
.about_case .about_case_btn:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .about_case .case_flex {
    padding: 0 15px
  }

  .about_case .case_flex .flex_item .about__detailLink {
    bottom: 35px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
  }

  .about_case .case_flex .flex_item {
    padding: 30px 15px 5pc
  }

  .about_case .case_flex .flex_item .item_title {
    font-size: 18px
  }

  .about_case .case_flex .flex_item .item_title .text_l {
    font-size: 30px
  }
}
@media screen and (max-width:468px) {
  .about__detailTitle {
    display: none
  }

  .about__detailTitle_sp {
    display: block;
    white-space: nowrap;
  }

  .about_case {
    padding-bottom: 30px
  }

  .about_case .about_case_subheading {
    font-size: 28px
  }

  .about_case .case_flex {
    margin: 50px auto 20px
  }

  .about_case .case_flex .flex_item {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box
  }

  .about_case .about_case_btn {
    width: 80%;
    margin: 10px auto 0;
    transition: .7s
  }
}

@media screen and (min-width:1368px) {
  .flex_main_form {
    display: flex;
    overflow: hidden
  }

  .flex_main_form .flex_main {
    width: calc(100% - 330px)
  }

  .flex_main_form .flex_main .fixedDownloadDocuments {
    display: none
  }

  .flex_main_form .flex_main .firstView_fv .slideShow_text {
    width: 90%;
    margin: 20px auto
  }

  .flex_main_form .flex_main .aboutContents__invoicePostSteps, .flex_main_form .reason__contents {
    width: 750pt
  }

  .flex_main_form .flex_form {
    width: 330px;
    height: 100%;
    position: fixed;
    top: 50px;
    right: 0;
    background: #ebf2f0
  }

  .flex_main_form .flex_form .form_innar {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 70px 15px 50px
  }

  .flex_form_footer .footer {
    width: calc(100% - 330px);
    padding: 60px 30px 223px
  }
}
@media screen and (max-width:1368px) {
  .flex_form {
    display: none
  }
}
.static.invoice .lawinfo_service_box {
  max-width: 930pt;
  width: 100%;
  margin: 60px auto 0;
  padding: 2pc 5pc;
  border: solid 3px #0794ab;
  box-sizing: border-box
}
.static.invoice .lawinfo_service_box .box_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.static.invoice .lawinfo_service_box .box_flex .flex_left {
  width: 56%
}
.static.invoice .lawinfo_service_box .box_flex .flex_left .top_text {
  font-size: 20px;
  font-weight: 700;
  color: #032f36;
  line-height: 2pc
}
.static.invoice .lawinfo_service_box .box_flex .flex_left .top_text .border_bottom {
  border-bottom: 3px solid #ffdb2e
}
.static.invoice .lawinfo_service_box .box_flex .flex_left .lawinfo_service_sp {
  display: none
}
.static.invoice .lawinfo_service_box .box_flex .flex_left .lawinfo_service_subheading {
  margin: 22px 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 42px
}
.static.invoice .lawinfo_service_box .box_flex .flex_left .button {
  width: 58%;
  margin: 0 auto
}
.static.invoice .lawinfo_service_box .box_flex .flex_right {
  width: 43%
}
.static.invoice .lawinfo_service_box .box_flex .flex_right .lawinfo_service_pc {
  width: 100%;
  height: auto
}
.static.invoice .lawinfo_cta_box {
  max-width: 798pt;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.static.invoice .lawinfo_cta_box .btn_cta {
  width: 48%;
  transition: .7s
}
.static.invoice .lawinfo_cta_box .btn_cta:hover {
  opacity: .7
}
.static.invoice .lawinfo_invoice_service {
  padding: 40px 0
}
.static.invoice .lawinfo_invoice_service .service_card {
  margin-bottom: 90pt;
  padding: 50px 75pt 20px;
  background: #e9f2f0;
  position: relative
}
.static.invoice .lawinfo_invoice_service .service_card:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -5pc;
  left: 0;
  border-right: 620px solid transparent;
  border-left: 620px solid transparent;
  border-top: 5pc solid #e9f2f0
}
.static.invoice .lawinfo_invoice_service .service_card .service_card_subheading {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 50px
}
.static.invoice .lawinfo_invoice_service .service_card .card_flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.static.invoice .lawinfo_invoice_service .service_card .card_flex .flex_img {
  width: 28%
}
.static.invoice .lawinfo_invoice_service .service_card .card_flex .flex_text_pc {
  width: 70%
}
.static.invoice .lawinfo_invoice_service .service_card .card_flex .flex_text_pc .card_text {
  font-size: 18px;
  text-align: center;
  line-height: 30px
}
.static.invoice .lawinfo_invoice_service .service_card .card_flex .flex_text_pc .card_text.bottom {
  margin-top: 40px
}
.static.invoice .lawinfo_invoice_service .service_subheading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  position: relative
}
.static.invoice .lawinfo_invoice_service .service_subheading:after {
  content: '';
  width: 300px;
  height: 24px;
  background: #e9f2f0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -100
}
.static.invoice .lawinfo_invoice_service .service_overview {
  max-width: 810px;
  margin: 0 auto 20px
}
.static.invoice .lawinfo_invoice_service .service_overview .overview_list .list_item {
  margin: 15px 0;
  font-size: 22px;
  font-weight: 700;
  color: #191414;
  line-height: 50px
}
.static.invoice .lawinfo_invoice_service .service_overview .overview_list .list_item .icon_g {
  width: 74px;
  height: 50px
}
.static.invoice .lawinfo_invoice_service .service_flow .flow_text {
  margin: 40px 0;
  text-align: center
}
.static.invoice .lawinfo_invoice_service .service_flow .flow_btn {
  display: block;
  max-width: 390px;
  margin: 40px auto 0;
  transition: .7s
}
.static.invoice .lawinfo_invoice_service .service_flow .flow_btn:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .static.invoice .lawinfo_service_box {
    padding: 2pc 15px;
    width: 90%
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_left {
    width: 100%;
    box-sizing: border-box
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_left .top_text {
    font-size: 1pc;
    text-align: center
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_left .lawinfo_service_subheading {
    font-size: 24px;
    line-height: 36px
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_left .lawinfo_service_sp {
    display: block;
    width: 90%;
    margin: 20px auto
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_left .button {
    width: 100%
  }

  .static.invoice .lawinfo_service_box .box_flex .flex_right {
    display: none
  }

  .static.invoice .lawinfo_invoice_service .service_card:after {
    bottom: -50px;
    border-right: 385px solid transparent;
    border-left: 385px solid transparent;
    border-top: 50px solid #e9f2f0
  }
}
@media screen and (max-width:468px) {
  .static.invoice .lawinfo_cta_box {
    margin: 20px 0 0
  }

  .static.invoice .lawinfo_cta_box .btn_cta {
    width: 95%;
    margin: 15px auto
  }

  .static.invoice .lawinfo_invoice_service .service_card {
    padding: 40px 20px 10px
  }

  .static.invoice .lawinfo_invoice_service .service_card:after {
    bottom: -50px;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 50px solid #e9f2f0
  }

  .static.invoice .lawinfo_invoice_service .service_card .service_card_subheading {
    font-size: 24px;
    line-height: 36px
  }

  .static.invoice .lawinfo_invoice_service .service_card .card_flex .flex_img {
    width: 70%;
    margin: 0 auto
  }

  .static.invoice .lawinfo_invoice_service .service_card .card_flex .card_text_sp {
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    text-align: center
  }

  .static.invoice .lawinfo_invoice_service .flex_text_pc {
    margin-top: -40px;
    padding: 0 15px
  }

  .static.invoice .lawinfo_invoice_service .flex_text_pc .card_text {
    font-size: 14px;
    font-weight: 25pc;
    margin-bottom: 30px
  }

  .static.invoice .lawinfo_invoice_service .service_overview .overview_list {
    padding: 30px 15px 15px
  }

  .static.invoice .lawinfo_invoice_service .service_overview .overview_list .list_item {
    display: flex;
    font-size: 18px;
    line-height: 24px
  }

  .static.invoice .lawinfo_invoice_service .service_overview .overview_list .list_item .icon_g {
    width: inherit
  }

  .static.invoice .lawinfo_invoice_service .service_flow .flow_text {
    margin: 30px 0;
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
    line-height: 25px
  }

  .static.invoice .lawinfo_invoice_service .service_flow .flow_content {
    padding: 0 15px
  }

  .static.invoice .lawinfo_invoice_service .service_flow .flow_btn {
    width: 95%
  }
}
@media screen and (max-width:468px) {
  .downloadUsefulDocuments2 .downloadUsefulDocuments__downloadButton .button__text {
    text-align: center
  }
}
.invoice_download_cta {
  background: #4697ac;
  padding: 27px 0;
  text-align: center
}
.invoice_download_cta .content_innar {
  padding: 0 15px
}
.invoice_download_cta .cta_subheading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  color: #fff
}
.invoice_download_cta .fv_bubble {
  max-width: 460px;
  margin: 0 auto
}
.invoice_download_cta .button.invoice_yellow {
  background: #ffdb2e
}
.invoice_download_cta .bubble_content .balloon {
  z-index: 1
}
.invoice_download_cta .fv_bubble_butoon {
  display: block;
  transition: .7s;
  text-align: center
}
.invoice_download_cta .fv_bubble_butoon:hover {
  transform: translate3d(0, 5px, 0);
  transition-duration: .3s;
  opacity: .8
}
.invoice_download_cta .fv_bubble_butoon .button__text {
  display: block;
  text-align: center;
  position: relative
}
.invoice_download_cta .fv_bubble_butoon .button__text.works {
  padding: 38px 20px 56px
}
.invoice_download_cta .fv_bubble .fv_bubble_butoon .button__text .arrow_w {
  padding: 3px 6px 6px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: calc(50% - 10pc);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.invoice_download_cta .fv_bubble .fv_bubble_butoon .button__text .arrow_w img {
  vertical-align: inherit
}
.invoice_download_cta .fv_bubble .fv_bubble_butoon .img_cta_doc {
  width: 106px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.invoice_download_cta .fv_bubble .fv_bubble_text {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff
}
@media screen and (max-width:468px) {
  .invoice_download_cta .fv_bubble {
    width: 100%
  }

  .invoice_download_cta .cta_subheading {
    font-weight: 700;
    font-size: 20px
  }

  .invoice_download_cta .fv_bubble_butoon {
    max-width: 300px;
    margin: 0 auto
  }

  .invoice_download_cta .fv_bubble_butoon .button__text {
    font-size: 14px
  }

  .invoice_download_cta .fv_bubble .fv_bubble_butoon .button__text .arrow_w {
    padding: 3px 4px 3px 3px;
    right: inherit
  }

  .invoice_download_cta .fv_bubble .fv_bubble_butoon .img_cta_doc {
    width: 58px;
    height: 38px
  }

  .invoice_download_cta .fv_bubble .fv_bubble_text {
    white-space: nowrap;
    font-size: 18px
  }

  .invoice_download_cta .fv_bubble_butoon .button__text.works {
    padding: 30px 20px 46px
  }
}
.firstView__links_invoice .button .button__text {
  font-size: 18px
}
.firstView_fv .sec_company_logo {
  margin: 40px 0 60px;
}
.firstView_fv .aboutPostSeries .postSeriesProductList .postSeriesProductList__title {
  margin-top: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: .2pc;
  color: #191414
}
.firstView_fv .aboutPostSeries .postSeriesProductList .service_subheading_text {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 2pc;
  letter-spacing: .2pc;
  color: #191414;
  text-align: center
}
.firstView_fv .aboutPostSeries .postSeriesProductList .postSeriesProductList__subTitle {
  margin-top: 60px
}
@media screen and (max-width:768px) {
  .firstView_fv .aboutPostSeries .postSeriesProductList .postSeriesProductList__title {
    line-height: 36px
  }

  .firstView_fv .aboutPostSeries .postSeriesProductList .service_subheading_text {
    margin-top: 20px;
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  .firstView_fv .aboutPostSeries .postSeriesProductList .postSeriesProductList__title {
    line-height: 28px;
    padding: 0 15px;
    font-size: 18px
  }

  .firstView_fv .aboutPostSeries .postSeriesProductList .service_subheading_text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px
  }
}
.navi-pc-none {
  display: none
}
@media screen and (max-width:1000px) {
  .navi-sp-none {
    display: none
  }

  .navi-pc-none {
    display: block
  }
}
@media screen and (max-width:1200px) {
  .header, .headerNoAnimate, .headerNoAnimate__main, .header__main {
    min-height: 55px
  }

  .headerNoAnimate__links, .header__links {
    font-size: 11px
  }

  .headerNoAnimate__link, .header__link {
    margin-left: 10px;
    margin-right: 10px
  }

  .headerNoAnimate__link--more, .header__link--more {
    padding-right: 10px
  }

  .headerNoAnimate__logo, .header__logo {
    width: 150px;
    min-width: 150px;
    height: auto
  }
}


/*============================================================
fv改修 2023.7.6
==============================================================*/
.firstView_top_common .firstView_contents{
	width: 100%;
	height: 510px;
	background: #04aeb9;
	position: relative;
}
.firstView_top_common .firstView_contents .firstView_image{
	width: 2200px;
    height: 510px;
    background: url(../images/common/fv/fv_cm@2x.jpg) no-repeat;
    background-position: -1% 62%;
    background-size: 150%;
    position: absolute;
    top: 0;
    right: 0;
}
.firstView_top_common .firstView_contents .fv_box{
	width: 42%;
	font-weight: 700;
	color: #fff;
	position: absolute;
    top: 160px;
    left: calc(50% - 500px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.firstView_top_common .firstView_contents .fv_box .fv_title{
	margin-bottom: 10px;
	font-size: clamp(50px, 4.9vw, 70px);
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
.firstView_top_common .firstView_contents .fv_box .fv_title.denshichobo{
	font-size: clamp(38px, 4.4vw, 60px);
}
.firstView_top_common .firstView_contents .fv_box .fv_text{
	font-size: 46px;
	font-size: clamp(32px, 3.2vw, 46px);
	font-weight: 500;
	letter-spacing: 0.05em;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc{
	position: relative;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc .box_left{
	width: 422px;
    height: 188px;
    position: absolute;
    top: 40px;
    left: -100px;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc .box_left.denshi{
    top: 10px;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc .box_right{
	position: absolute;
	top: 0;
	left: 180px;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc .box_right .button{
	margin-top: 20px;
	padding: 32px 60px 32px 54px;
    max-height: 72px;
}
.firstView_top_common .firstView_contents .fv_box .cta_box_pc .box_right .button .button__arrow{
	position: absolute;
	right: 25px;
}
.firstView_top_common .pc_none{
	display: none;
}
@media screen and (min-width:1500px) {
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 1% 62%;
	}
}
@media screen and (min-width:1600px) {
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 10% 62%;
	}
}
@media screen and (min-width:1800px) {
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 15% 62%;
	}
}
@media screen and (min-width:1900px) {
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 20% 62%;
	}
}
@media screen and (min-width:2000px) {
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 25% 62%;
	}
}
@media screen and (min-width:2200px) {
	.firstView_top_common .firstView_contents{
		background: #00b6c2;
	}
	.firstView_top_common .firstView_contents .firstView_image{
		background-position: 40% 62%;
	}
}
@media screen and (max-width:1000px) {
	.firstView_top_common .firstView_contents{
		width: 100%;
    	height: 750px;
		
	}
	.firstView_top_common .firstView_contents .firstView_image{
		width: 100%;
    	height: 750px;
    	background: url(../images/common/fv/fv_cm_sp@2x.jpg) no-repeat;
    	background-position: center 70%;
    	background-size: 110%;
    	position: absolute;
    	top: 0;
    	right: 0;
	}
	.firstView_top_common .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_common .firstView_contents .fv_box .fv_text{
		margin-bottom: 10px;
		font-size: 38px;
	}
	.firstView_top_common .firstView_contents .fv_box .fv_title{
		font-size: 56px;
		
	}
	.firstView_top_common .pc_none{
		display: block;
	}
	.firstView_top_common .firstView_contents .sp_none{
		display: none;
	}
	.firstView_top_common .cta_box{
		max-width: 480px;
		width: 80%;
		margin: 0 auto;
	}
	.firstView_top_common .cta_box .button{
		margin-top: -40px;
	}
	.firstView_top_common .cta_box .image_flex .box_left{
		width: 90%;
		position: absolute;
		top: 110px;
		left: -50px;
	}
	.firstView_top_common .cta_box .image_flex .box_right{
		width: 52%;
		position: absolute;
		top: 155px;
		right: 0;
	}
}
@media screen and (max-width:468px) {
	.firstView_top_common .firstView_contents{
		height: 452px;
	}
	.firstView_top_common .firstView_contents .fv_box{
		width: 90%;
		top: 30px;
	}
	.firstView_top_common .firstView_contents .fv_box .fv_title{
		font-size: 38px;
		letter-spacing: 0.07em;
	}
	.firstView_top_common .firstView_contents .fv_box .fv_text{
		margin-bottom: 10px;
		font-size: 24px;
		white-space: nowrap;
	}
	.firstView_top_common .firstView_contents .firstView_image{
		height: 452px;
    	background-position: center 72%;
	}
	.firstView_top_common.denshichobo .firstView_contents .firstView_image{
    	background-position: center 68%;
	}
	.firstView_top_common .firstView_contents .fv_box .fv_title .pc_none{
		display: block;
	}
	.firstView_top_common .cta_box .image_flex .box_left{
		top: 90px;
	}
	.firstView_top_common .cta_box .image_flex .box_right{
		top: 125px;
	}
	.firstView_top_common .cta_box .button{
		max-height: 62px;
		margin-top: 20px;
	}
	.firstView_top_common .cta_box .button .button__text{
		font-size: 13px;
	}
}

/*============================================================
導入事例一覧のCTA
==============================================================*/
.archiveCaseStudy__downloadCaseStudies{
	height: 323px;
}
@media screen and (max-width:1000px){
	.archiveCaseStudy__downloadCaseStudies{
		margin-top: 200px;
		height: 564px;
	}
}
@media screen and (max-width:820px){
	.archiveCaseStudy__downloadCaseStudies{
		height: 464px;
	}
}
@media screen and (max-width:600px){
	.archiveCaseStudy__downloadCaseStudies{
		height: 364px;
	}
}
@media screen and (max-width:468px){
	.archiveCaseStudy__downloadCaseStudies{
		margin-top: 120px;
		height: 440px;
	}
		
}

/*============================================================
   FV
==============================================================*/
.cm_gallery_top{
	padding: 40px 0 80px;
}
.cm_gallery_top .innar{
	max-width: 800px;
	margin: 0 auto;
}
.cm_gallery_top .cm_item.top{
	margin-bottom: 80px;
}
.cm_gallery_top .cm_item .cm_title{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.cm_gallery_top .cm_item .cm_title img{
	margin-right: 20px;
}
.cm_gallery_top .cm_item .cm_text{
	max-width: 578px;
	margin: 20px auto;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.cm_gallery_top .cm_item .cm_btn{
	text-align: center;
}
.cm_gallery_top .cm_item .cm_btn .btn_common{
	max-width: 332px;
}
.cm_gallery_bottom{
	padding-bottom: 100px;
}
.cm_gallery_bottom .innar{
	max-width: 1000px;
	margin: 0 auto;
}
.cm_gallery_bottom .cm_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cm_gallery_bottom .cm_flex.bottom{
	margin-top: 80px;
	flex-flow: row-reverse;
}
.cm_gallery_bottom .cm_flex .flex_text{
	width: 35%;
}
.cm_gallery_bottom .cm_flex .flex_text .cm_title{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}
.cm_gallery_bottom .cm_flex.bottom .flex_text .cm_title{
	text-align: right;
}
.cm_gallery_bottom .cm_flex .flex_text .cm_text{
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.cm_gallery_bottom .about_boueitai{
	max-width: 800px;
	margin: 100px auto 0 auto;
}
.cm_gallery_bottom .about_boueitai img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:1000px){
	.cm_gallery_bottom .innar{
		padding: 0 15px;
	}
	.cm_gallery_bottom .cm_flex{
		justify-content: center;
	}
	.cm_gallery_bottom .cm_flex.bottom{
		margin-top: 60px;
		flex-flow: inherit;
		flex-wrap: wrap;
	}
	.cm_gallery_bottom .cm_flex .flex_img{
		max-width: 800px;
		width: 100%;
	}
	.cm_gallery_bottom .cm_flex .flex_img .youtube{
		margin-bottom: 40px;
		text-align: center;
	}
	.cm_gallery_bottom .cm_flex .flex_text{
		max-width: 610px;
		width: 100% !important;
	}
	.cm_gallery_bottom .cm_flex.bottom .flex_text .cm_title{
		text-align: left;
	}
}
@media screen and (max-width:800px){
	.cm_gallery_top .innar{
		padding: 0 15px;
	}
	.cm_gallery_top .youtube{
		aspect-ratio: 16 / 9;
	}
	.cm_gallery_top .youtube iframe{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:768px){
	.cm_gallery_bottom{
		margin-bottom: inherit;
	}
	.cm_gallery_bottom .about_boueitai{
		max-width: 400px;
	}
}
@media screen and (max-width:648px){
	.cm_gallery_bottom .flex_img .youtube{
		aspect-ratio: 16 / 9;
	}
	.cm_gallery_bottom .flex_img .youtube iframe{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:468px){
	.common_title_section.common_title_section.cm{
		padding: 68px 0 30px 0;
	}
	.cm_gallery_top .cm_item .cm_title{
		margin-bottom: 20px;
		flex-wrap: wrap;
		font-size: 22px;
	}
	.cm_gallery_top .cm_item .cm_title .new{
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.cm_gallery_top .cm_item .cm_title img{
		margin-right: inherit;
	}
	.cm_gallery_bottom .cm_flex .flex_text .cm_title,
    .cm_gallery_bottom .cm_flex.bottom .flex_text .cm_title{
		text-align: center;
	}
}