@charset "UTF-8";
/*	reset
-----------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,embed,figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 100%;
}
html {
  line-height: 1;
}

blockquote,q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,textarea {
  margin: 0;
  padding: 0;
}
ol,ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*	base
-----------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 167%;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
button:hover,
button:focus {
  opacity: 0.7;
}
a {
  color: #06c;
  text-decoration: none;
  transition: all 0.3s;
}
a:link,
a:visited {
  color: #06c;
}
a:hover {
  color: #f00;
  opacity: 0.7;
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 860px;
  height: 100vh;
}
.wrapper .f_serif {
  font-family: source-han-serif-japanese, serif;
  font-feature-settings: "palt";
}
.wrapper img {
  max-width: 100%;
  vertical-align: middle;
}

.code-mc-container {
  display: none;
}

/* lp_header */
.lp_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
.lp_header .inner .logo img {
  width: 124px;
}

.lp_header .utility_group {
  display: flex;
}

.lp_header .utility {
  margin-left: 15px;
}

.lp_header .utility >*:last-child {
  margin-bottom: 0;
}

/* lp_navigation */
.lp_navigation {
  flex: 0 0 auto;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #646871;
}
.lp_navigation .inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1720px;
  border-right: 1px solid #ccc;
}
.lp_navigation .inner li {
  flex: 1 1 auto;
  width: calc(100% / 6);
  border-left: 1px solid #ccc;
}
.lp_navigation .inner li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #646871;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.3s ease 0s;
}
.lp_navigation .inner li a:hover,
.lp_navigation .inner li a.ac {
  background: #3d779f;
  opacity: 1;
}
.lp_navigation .inner li a.cv {
  background: #e60012;
}
.lp_navigation .inner li a.cv:hover {
  background: #c70212;
}
.lp_navigation .inner li a.cv .txt {
  padding: 0 0 0 25px;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  background-size: auto 100%;
  font-size: calc((100vw/1920)*21);
}
.lp_navigation .inner li a span {
  display: block;
  margin: 0 auto;
  color: inherit;
  font-weight: inherit;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.lp_navigation .inner li a .large {
  font-size: calc((100vw/1920)*22);
}
.lp_navigation .inner li a .small {
  margin-top: 5px;
  font-size: calc((100vw/1920)*18);
}

/* lp_footer */
.lp_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.lp_footer .copy {
  font-size: 14px;
}
.lp_footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_footer .link li {
  position: relative;
  margin: 0 15px;
  font-size: 14px;
  line-height: 1em;
}
.lp_footer .link li a {
  font-size: 14px;
}
.lp_footer .link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  content: "";
}

/* contents_main */
.contents_main {
  position: relative;
  flex: 1 1 auto;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese', source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* sections */
.sections {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease 0s,
  visibility 0.6s ease 0s;
  pointer-events: none;
  line-height: 1.5;
}
.sections.ac {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.sections .section_inner {
  display: flex;
  flex-direction: column;
  margin: 36px auto 0;
  /* max-width: 1110px; */
  max-width: calc((100vw/1200)*1100);
  width: 100%;
}

.section_title {
  /* font-size: 32px; */
  font-size: calc((100vw/1200)*30);
  font-weight: bold;
  margin-bottom: 14px;
}



/* 2 */

.counseling_flow {
  display: flex;
  width: 100%;
}

.counseling_flow_block {
  width: 100%;
  border-width: 2px;
  border-style: solid;
}
.counseling_flow_inner {
  position: relative;
}
.counseling_flow_arrow {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  /* max-width: 640px; */
  max-width: 75%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.counseling_flow_arrow_line {
  position: relative;
  width: 100%;
  margin: 0 10px;
}

.counseling_flow_arrow_line::before,
.counseling_flow_arrow_line::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #3E889A;
}
.counseling_flow_arrow_line::after {
  background-color: transparent;
  width: 7px;
  height: 7px;
  top: calc(50% - 1px);
  border-top: solid 2px #3E889A;
  border-right: solid 2px #3E889A;
  transform: rotate(45deg) translateY(-50%);
  right: 3px;
}

.counseling_flow_arrow_text {
  flex-shrink: 0;
  max-width: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #3E889A;
  line-height: 1;
}

.counseling_flow_arrow_text .-large {
  font-size: 20px;
}

.counseling_flow_arrow_text.u-under-line {
  font-size: 13px;
}

.counseling_flow_arrow_text.u-under-line::before {
  font-size: 13px;
  background: linear-gradient(transparent 70%, #FFEB00 0%);
  bottom: 0.2em;
}

.counseling_flow_block.-customer {
  max-width: 75%;
  background-color: #F6F9FA;
  border-color: #3E889A;
}

.counseling_flow_block.-company {
  max-width: 25%;
  background-color: #FAFAFA;
  border-color: #EAEAEA;
  color: #576770;
}

.counseling_flow_head {
  text-align: center;
  /* font-size: 13px; */
  font-size: calc((100vw/1200)*12);
  font-weight: bold;
  padding: 6px 0;
}

.-customer .counseling_flow_head {
  color: #3E889A;
}

.counseling_flow_body {
  display: flex;
}

.counseling_flow_item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.counseling_flow_title {
  width: 100%;
  background-color: #3E889A;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  text-align: center;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.-company .counseling_flow_title {
  background-color: #EAEAEA;
  color: #576770;
}

.counseling_flow_title::before,
.counseling_flow_title::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 20px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #3E889A ;
}

.counseling_flow_title::after {
  z-index: 1;
  border-width: 22px 16px;
  border-color: transparent transparent transparent #fff ;
}

.-customer .counseling_flow_item:first-child .counseling_flow_title::before,
.-customer .counseling_flow_item:first-child .counseling_flow_title::after {
  content: none;
}

.-company .counseling_flow_title::before,
.-company .counseling_flow_title::after {
  left: -2px;
}

.-customer .counseling_flow_title {
  width: calc(100% + 2px);
}

.counseling_flow_step {
  padding: 30px 20px 20px;
  padding-top: calc((100vw/1200)*30);
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.counseling_flow_step img {
  /* max-width: 50%; */
  max-height: 380px;
}

.counseling_flow_body:nth-child(n+2) .counseling_flow_step {
  border-left: 2px solid #fff;
}

.counseling_flow_list {
  /* font-size: 14px; */
  font-size: calc((100vw/1200)*13);
  font-weight: bold;
  color: #576770;
  margin-top: 30px;
  width: 100%;
}

.counseling_flow_list_item {
  position: relative;
  padding-left: 1em;
}

.counseling_flow_list_item:before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #576770;
  }

.counseling_flow_list_item:nth-child(n+2) {
  margin-top: 10px;
}

/* 3 */

.column_container {
  display: flex;
}

.column_item {
  width: 100%;
  position: relative;
}

.section03 .column_item:nth-child(n+2) {
  margin-left: 80px;
}

.column_section_title {
  /* font-size: 36px; */
  font-size: calc((100vw/1200)*34);
  margin-bottom: 30px;
  font-weight: bold;
}

.monitor_image {
  margin: 0 auto;
  max-width: 430px;
  max-height: 296px;
  width: 100%;
  position: relative;
}

.monitor_text {
  position: absolute;
  display: flex;
  align-items: center;
  left: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  background-color: #3E889A;
  border-radius: 2px;
  color: #fff;
}

.monitor_state {
  font-weight: bold;
}

.monitor_text_change {
  display: none;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #fff;
  margin-left: 6px;
  padding: 0 8px;
  align-items: center;
}

.monitor_text.-ng {
  color: #E60012;
  background-color: #FAFAFA;
}

.-ng .monitor_text_change {
  border-color: #E60012;
}

.-active + .monitor_text_change {
  display: flex;
}

.monitor_image_content {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 4px 3px 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s;
}

.monitor_image_content.-active {
  opacity: 1;
  visibility: visible;
}

.section_text {
  /* font-size: 16px; */
  font-size: calc((100vw/1200)*16);
  font-weight: bold;
  margin-bottom: 30px;
}

.monitor_state_item {
  margin-bottom: 40px;
}

.monitor_state_item:last-child {
  margin-bottom: 0;
}

.monitor_state_title {
  padding-left: 10px;
  position: relative;
  /* font-size: 16px; */
  font-size: calc((100vw/1200)*16);
  font-weight: bold;
  margin-bottom: 20px;
}
.monitor_state_title::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  border-left: 2px solid #3E889A;
}

.state_change_list {
  display: flex;
}

.state_change_item {
  /* max-width: 120px; */
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  /* font-size: calc((100vw/1200)*16); */
  border: 1px solid #F2F2F2;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
}

.state_change_item:link,
.state_change_item:visited {
  color: #333;
}

.state_change_item.-active {
  background-color: #3E889A;
  color: #fff;
  border: 1px solid #3E889A;
}

.state_change_item:nth-child(n+2) {
  margin-left: 25px;
}

/* 4 */

.section_sub_title {
  /* font-size: 16px; */
  font-size: calc((100vw/1200)*16);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.local_tab {
  width: 100%;
}

.local_nav {
  display: flex;
  /* margin-bottom: 20px; */
}

.local_nav .local_nav_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px; */
  font-size: calc((100vw/1200)*13);
  padding: 15px 0;
  color: #333;
  border-top: 3px solid #EAEAEA;
  background-color: #EAEAEA;
}
.local_nav_item:nth-child(n+2){
  margin-left: 15px;
}

.local_nav_item.-active {
  font-weight: bold;
  border-top: 3px solid #3E889A;
  background-color: #EDF5F7;
  color: #3E889A;
}

.local_section {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 20px;
  background-color: #EDF5F7;
}

.local_section_item {
  display: none;
}

.local_section_item.-active {
  display: block;
}

.work_flow_container {
  display: flex;
  background-color: #EDF5F7;
}

.section05 .work_flow_container {
  padding: 20px 0;
}

.work_flow_item {
  width: 100%;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.work_flow_item.-center {
  justify-content: center;
}

.work_flow_container .work_flow_item:nth-child(n+2) {
  margin-left: 12px;
  width: 90%;
}

.work_flow_container .work_flow_item:nth-child(n+2)::before {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-width: 32px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #A7BBC7;
}

.u-bg-color1 {
  background-color: #f8f8f8;
}

.u-bg-color2 {
  background-color: #F6F9FA;
}

.u-text-bold {
  font-weight: bold;
}

.work_flow_title {
  /* font-size: 18px; */
  font-size: calc((100vw/1200)*16);
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  text-align: center;
}

.work_flow_title .u-under-line {
  font-weight: bold;
}

.u-under-line {
  position: relative;
  z-index: 1;
}

.u-under-line::before {
  position: absolute;
  width: 105%;
  left: -2.5%;
  bottom: -0.3em;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  background: linear-gradient(transparent 30%, #d1e2e7 0%);
}

.trouble_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.trouble_item {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 20px 20px 45px;
  position: relative;
  font-size: 14px;
  font-size: calc((100vw/1200)*13);
  display: flex;
  align-items: center;
}

.trouble_item::before {
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  transform: translateY(-50%);
  top: 48%;
  border-radius: 0;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid #3E889A;
  border-right: 3px solid #3E889A;
  transform: translateY(-50%) rotate(45deg);
  margin-top: 0;
}

.section05 .trouble_item {
  min-height: 80px;
  margin-bottom: 30px;
}

.trouble_item:last-child {
  margin-bottom: 0;
}

.work_flow_img {
  margin-bottom: 10px;
  max-width: 65%;
  width: 100%;
  height: auto;
  min-height: 0%;
  text-align: center;
}

.work_flow_img.-small {
  max-width: 50%;
}

.work_flow_img.-full {
  max-width: 100%;
  /* max-height: 200px; */
}

.work_flow_large_text {
  /* font-size: 26px; */
  font-size: calc((100vw/1200)*24);
  margin-bottom: 10px;
  color: #3E889A;
  font-weight: bold;
  text-align: center;
}

.work_flow_large_text .u-under-line {
  font-weight: bold;
}

.work_flow_text {
  /* font-size: 14px; */
  font-size: calc((100vw/1200)*12);
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}


.u-main-color1 {
  color: #3E889A;
}

/* section01 */
.section01 .section_inner {
  position: relative;
  z-index: 5;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  max-width: calc((100vw/1200)*1100);
}

.text_group {
}

.title_block {
  margin-bottom: 35px;
}

.series_text {
  /* font-size: 21px; */
  font-size: calc((100vw/1200)*18);
  margin-bottom: 15px;
  color: #576770;
}

.main_title {
  /* font-size: 52px; */
  font-size: calc((100vw/1200)*50);
  font-weight: bold;
  margin-bottom: 20px;

}

.release_text {
  color: #576770;
  /* font-size: 40px; */
  font-size: calc((100vw/1200)*40);
  border-bottom: 1px solid #576770;
  letter-spacing: 0.08em;
  display: inline-block;
}

.main_img {
  margin-left: 130px;
}

.section01 .lp-listButton li {
  width: 100%;
}
.section01 .lp-listButton .lp-buttonConversion {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}


 /* lp-textPhone */
.lp-textPhone-outer {
  padding: 0 20px;
}
.lp-textPhone-outer > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
    margin-bottom: 0;
}
.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}
.lp-textPhone-number {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}
.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
}
.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2em;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}
.lp-textPhone.of-center {
    text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

 /* lp_extraSmallScreen */
.lp_extraSmallScreen-show {
  /* display: block; */
  display: none;
}

.lp-hover-area {
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: 11;
  max-width: 138px;
  width: 100%;
}
.lp-panel-block {
  padding: 10px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
}
.-iv3 .lp-hover-body {
  display: flex;
  align-items: center;
  background-image: url(/img/ss/products/vision/iv-application-assistant/ss_iv-application-assistant_img_IV3.png);
  background-size: 58px 86px;
  background-position: right;
  background-repeat: no-repeat;
}
.lp-hover-text {
  margin: 10px 0 16px;
  font-size: 12px;
  font-weight: bold;
}
.lp-hover-button {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #3E889A;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
}
.lp-hover-button-text {
  color: #fff;
  display: flex;
  align-items: center;
}
.lp-hover-button-text::before {
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}

.lp-panel-block.-qr {
  background-color: #E4F2F5;
  border-color: #E4F2F5;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-panel-title {
  color: #548C9A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* media */
@media screen and (min-width: 1920px) {
  /* lp_navigation */
  .lp_navigation .inner li a.cv .txt {
    font-size: 21px;
  }
  .lp_navigation .inner li a .large {
    font-size: 20px;
  }
  .lp_navigation .inner li a .small {
    font-size: 18px;
  }

  /* sections */
  .sections .section_inner {
    /* margin-left: 180px; */
  }

  /* section01 */
  .sections.section01 {
    background-size: auto;
  }
}

@media screen and (max-width: 1400px) {
  .wrapper {
    min-height: 830px;
  }

  /* lp_navigation */
  .lp_navigation .inner li a {
    font-weight: 500;
  }

  /* sections */

  /* section01 */
  /* .sections.section01 .section_inner .main_img {
    margin-left: calc((100vw/1360)*90);
    margin-right: 0;
  } */

}
@media screen and (min-width: 1201px) {
  .sp_only {
    display: none !important;
  }
  
  .state_change_list_wrap {
    display: block !important;
  }
  .lp-fixed-button_wrap {
    display: none;
  }

}

@media screen and (max-height: 850px) and (max-width:1400px)  {
  .sections .section_inner {
    margin-top: 28px;
  }
  .counseling_flow_step {
    padding-top: 30px;
  }
  .work_flow_container {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1401px) {
  .sections .section_inner {
    margin-top: calc((100vw/1200)*50);
  }
  .wrapper {
    min-height: 860px;
  }
}

@media screen and (min-width: 1501px) {
  .wrapper {
    min-height: 880px;
  }
}

@media screen and (min-width: 1601px) {
  .wrapper {
    min-height: 920px;
  }
}

@media screen and (min-width: 1401px) and (max-height:860px) {
  .sections .section_inner {
    margin-top: 32px;
  }
}


@media screen and (min-width: 1601px) {
  .sections .section_inner {
    margin-top: calc((100vw/1200)*40);
    max-width: 1400px;
  }
  .section_title {
    font-size: 44px;
  }
  .section_text {
    font-size: 22px;
  }
  .counseling_flow_head {
    font-size: 18px;
  }
  .counseling_flow_list {
    font-size: 18px;
  }
  .monitor_state_title {
    font-size: 22px;
  }
  .local_nav_item {
    font-size: 18px;
  }
  .column_section_title {
    font-size: 48px;
  }
  .work_flow_title {
    font-size: 26px;
  }
  .work_flow_large_text {
    font-size: 30px;
  }
  .trouble_item {
    font-size: 20px;
  }
  .work_flow_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .pc_only {
    display: none !important;
  }
  .wrapper {
    min-height: auto;
    height: auto;
  }
  .wrapper > * {
    min-height: 0%;
  }

  /* lp_navigation */
  .lp_navigation {
    display: none;
  }

  /* sections */
  .sections {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }
  .sections + .sections {
    margin-top: calc((100vw/1200)*150);
  }
  .sections .section_inner {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }

  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .lp_header .utility_group {
    display: none;
  }
   /* lp_extraSmallScreen */
  .lp_extraSmallScreen-show {
    display: block;
  }
  /* lp_footer */
  .lp_footer {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .lp_footer .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  /* sections */
  .sections + .sections {
    margin-top: 100px;
  }
  .sections .section_inner {
    padding: 0 3vw;
  }

  /* section01 */
  

  /* sections */
  .lp-textPhone-outer {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
}

/* lp-Button */

.section01 .section_btn {
  max-width: 100%;
}

.section_btn {
  width: 100%;
  margin-bottom: 5px;
}

.lp-listButton .lp-buttonConversion {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  max-width: 100%;
  background: #e60012;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

.lp-buttonConversion-text {
  margin-right: 16px;
  font-size: 16px;
}

.lp-buttonConversion-image {
  position: relative;
  margin: -22px 0;
}

.lp-buttonConversion-image img {
  width: 45px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background-image: url("/img/ss/products/vision/iv-application-assistant/ss_iv-application-assistant_icon_btn_dl.png");
  background-size: contain;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-primary {
  background: #129e83;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.lp-listButton {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section03 .lp-listButton {
  margin-top: 50px;
}

.lp-listButton.of-justifyContent-flexEnd {
  justify-content: flex-end;
}

.lp-listButton > li {
  width: 100%;
  max-width: 380px;
}

/* 
.section01 .lp-listButton > li {
  max-width: 100%;
} */

.work_flow_item .lp-listButton > li {
  max-width: 300px;
}

.lp-fixed-button_wrap {
  position: fixed;
  bottom: 0;
  background-color: #f3f8f9;
  padding: 14px 36px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  z-index: 999;
  width: 100%;
}

.lp-fixed-button_wrap.-active {
  opacity: 1;
  visibility: visible;
}

.lp-fixed-button {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  background-color: #129E83;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
.lp-fixed-button-text {
  color: #fff;
  display: flex;
  align-items: center;
}
.lp-fixed-button-text::before {
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}


@media only screen and (max-width: 640px) {
  .lp-listButton .lp-buttonConversion {
      font-size: 1.6rem;
  }
  .lp-buttonConversion-body {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .lp-listButton.of-justifyContent-flexEnd {
    justify-content: center;
  }
  .lp-hover-area {
    display: none;
  }
  .contents_main {
    /* margin: 0 auto; */
  }
  .sections {
    width: 100%;
  }
  .sections .section_inner {
    margin: 0 auto;
    align-items: start;
  }

  /* section01 */
  .section01 .section_inner {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  
  .title_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .series_text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .main_title {
    font-size: 35px;
    margin-bottom: 16px;
  }

  .release_text {
    font-size: 28px;
    letter-spacing: 0;
  }

  .main_img {
    margin: 25px auto;
  }

  .section_title {
    font-size: 26px;
  }
  .counseling_flow {
    flex-direction: column;
  }
  .counseling_flow_head {
    font-size: 13px;
  }
  .counseling_flow_block.-company,
  .counseling_flow_block.-customer {
    max-width: none;
  }

  .counseling_flow_title::before,
  .counseling_flow_title::after {
    content: none;
  }
  .counseling_flow_block {
    width: 100%;
  }
  .counseling_flow_block.-company {
    border-top: 3px solid #fff;
  }
  .counseling_flow_inner {
    width: 100%;
    display: flex;
    border-top: 2px solid #fff;
  }
  .counseling_flow_arrow {
    position: static;
    max-width: 20%;
    align-items: center;
    justify-content: space-between;
    left: auto;
    transform: none;
    flex-direction: column;
  }
  .counseling_flow_arrow_text {
    margin: 15px 0 15px;
  }
  .counseling_flow_arrow_line {
    width: 2px;
    height: 100%;
    margin: 0 auto;
  }
  .counseling_flow_arrow_line::before {
    height: 100%;
  }
  .counseling_flow_arrow_line::before,
  .counseling_flow_arrow_line::after {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  .counseling_flow_arrow_line::after {
    bottom: 0;
    right: auto;
    transform: translateX(-50%) rotate(135deg);
  }
  .counseling_flow_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #fff;
  }
  .counseling_flow_title {
    border: none;
    background-color: #e6f1f4;
    color: #3E889A;
  }
  .-customer .counseling_flow_title {
    width: 100%;
    background-color: #3E889A;
    color: #fff;
  }
  .counseling_flow_step {
    padding: 30px 20px 20px;
  }
  .counseling_flow_body:nth-child(n+2) .counseling_flow_step {
    border: none;
  }
  .counseling_flow_list {
    font-size: 13px;
  }
  .counseling_flow_step img {
    max-height: none;
  }  
  .column_container {
    width: 100%;
    flex-direction: column;
  }
  .column_section_title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .monitor_image {
    max-width: 690px;
    max-height: none;
  }
  .column_item {
    margin-bottom: 30px;
  }
  .column_item:last-child {
    margin-bottom: 0;
  }
  .section03 .column_item:nth-child(n+2) {
    margin-left: 0;
  }
  .section_text {
    font-size: 16px;
  }
  .monitor_state_title {
    padding: 18px 48px 18px 15px;
    background-color: #E6F1F4;
    margin-bottom: 0;
  }
  .monitor_state_title::before {
    content: none;
  }
  .monitor_state_item {
    margin-bottom: 20px;
  }

  .state_change_list_wrap {
    display: none;
  }

  .state_change_list {
    padding: 20px 15px;
    flex-wrap: wrap;
    background-color: #FAFAFA;
  }
  .state_change_item {
    font-size: 16px;
    width: calc(50% - 3px);
    max-width: none;
  }
  .state_change_item:nth-child(n+2) {
    margin-left: 0;
  }
  .state_change_item:nth-child(n+3) {
    margin-top: 6px;
  }
  .state_change_item:nth-child(2n+2) {
    margin-left: 6px;
  }

  .section03 .lp-listButton {
    margin-top: 30px;
  }

  .local_nav {
    width: 100%;
  }
  .local_nav_item:nth-child(n+2) {
    margin-left: 3px;
  }
  .local_nav .local_nav_item {
    max-width: none;
    padding: 8px 15px;
    font-size: 12px;
    text-align: center;
  }

  .work_flow_container {
    flex-direction: column;
    width: 100%;
  }
  .section05 .work_flow_container {
    padding: 0;
  }
  .work_flow_title {
    font-size: 18px;
  }
  .work_flow_item {
    margin-bottom: 15px;
    padding: 30px 20px;
  }
  .work_flow_item.-wide {
    padding: 10px;
  }
  .work_flow_item:last-child {
    margin-bottom: 0;
  }
  .work_flow_container .work_flow_item:nth-child(n+2) {
    margin-left: 0;
    width: 100%;
  }
  .trouble_item {
    min-height: auto;
    font-size: 14px;
  }
  .work_flow_text {
    font-size: 14px;
  }
  .section05 .trouble_item {
    min-height: auto;
    margin-bottom: 10px;
  }
  .work_flow_container .work_flow_item:nth-child(n+2)::before {
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    border-width: 12px 32px;
    border-color: #A7BBC7 transparent transparent transparent;
  }
  .monitor_state_title {
    position: relative;
    cursor: pointer;
    font-size: 16px;
  }
  .monitor_state_title_icon {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #3E889A;
    border-radius: 50%;
  }
  .monitor_state_title_icon::before,
  .monitor_state_title_icon::after {
    transition: 0.2s;
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .monitor_state_title_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .-active .monitor_state_title_icon::after {
    transform: translate(-50%, -50%);
  }
  .work_flow_img.-full {
    max-height: none;
  }
  .work_flow_large_text {
    font-size: 24px;
  }
  .section_sub_title {
    font-size: 14px;
  }

  .lp-listButton {
    margin-top: 30px;
  }
  .lp-status {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 12px;
    color: #fff;
    background-color: #CE0010;
    margin-bottom: 10px;
  }
  .section06 .main_img {
    margin-bottom: 24px;
  }
  .section06 .main_title {
    margin-bottom: 0;
    font-size: 30px;
  }
  .section06 .series_text {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section06 .title_block {
    margin-bottom: 24px;
  }
  .lp-button-secondary {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background-color: #3E889A;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    max-width: 600px;
    position: relative;
  }
  .lp-button-secondary::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/ss/products/vision/iv-application-assistant/ss_iv-application-assistant_icon_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: 15px;top: 50%;
    transform: translateY(-50%);
  }
  .lp-button-text {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .flex_wrap {
    padding: 30px 16px 40px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(/img/ss/products/vision/iv-application-assistant/ss_iv-application-assistant_img_IV3_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
}