#container{
  padding-top: 0;
}

.p-d-none_pc{
  display: none;
}

.p-d-inline_pc{
  display: inline;
}

.p-d-block_pc{
  display: block;
}

@media screen and (max-width: 640px) {
  .p-d-none_sp{
    display: none;
  }

  .p-d-inline_sp{
    display: inline;
  }
  
  .p-d-block_sp{
    display: block;
  }
}

.l-wrap{
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  .l-wrap{
    padding: 0 20px;
  }
}

.l-content{
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .l-content{
    width: 100%;
  }
}

.smart-viewer-option-container{
  text-align: left;
  background-color: #fff;
  line-height: 2;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif;
  /* font-family:"Roboto", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif; */
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .smart-viewer-option-container{
    font-size: 14px;
  }
}

.smart-viewer-option-container img {
  width: 100%;
  height: auto;
}

.p-smart-viewer-heading.is-white > * {
  color: #fff;
}

.smart-viewer-option-container em{
  font-style: normal;
}

.smart-viewer-option-container button{
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  display: block;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif;
  /* font-family:"Roboto", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif; */
}

.smart-viewer-option-container a:hover{
  text-decoration: none;
}

.p-smart-viewer-heading{
  text-align: center;
  line-height: 1.5;
}

.p-smart-viewer-heading > * { 
  display: block;
  font-weight: 700;
}

.p-smart-viewer-heading_main{
  font-size: 32px;
}

@media screen and (max-width: 640px) {
  .p-smart-viewer-heading_main .p-small{
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}

.p-smart-viewer-heading_main em{
  color: #005BAC;
}

.p-smart-viewer-heading_under-shoulder{
  font-size: 15px;
  margin-top: 15px;
  color: #005BAC;
}
@media screen and (max-width: 640px) {
  .p-smart-viewer-heading_under-shoulder{
  font-size: 16px;
  }
}

.p-section-description{
  width: 800px;
  margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
  .p-section-description{
  margin-top: 30px;
  width: 100%;
  }
}

/* above-the-fold */
.above-the-fold{
  height: 490px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/bi/solution/smart_viewer_option/images/mv_bg_pc.jpg") no-repeat center center;
}

@media screen and (min-width: 1921px) {
  .above-the-fold{
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .above-the-fold{
    background: url("/bi/solution/smart_viewer_option/images/mv_bg_sp.jpg") no-repeat center top;
    height: auto;
    padding: 40px 0;
    background-size: cover;
  }
}

.page-heading{
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.page-heading >  *{
  display: block;
}

.page-heading_shoulder{
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .page-heading_shoulder{
    font-size: 16px;
    line-height: 1.8;
  }
}

.page-heading_main{
  font-size: 56px;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .page-heading_main{
    margin-top: 10px;
    font-size: 33px;
  }
}

.page-heading_main .small-text{
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 640px) {
  .page-heading_main .small-text{
    font-size: 24px;
  }
}

.above-the-fold_link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #ffe443, #ffe443 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #005bac;
  transition: background-position 0.2s ease-out;
}

@media screen and (max-width: 640px) {
  .above-the-fold_link{
    width: 244px;
    height: 53px;
    font-size: 16px;
    margin-top: 20px;
  }
}


@media (any-hover: hover) {
  .above-the-fold_link:hover{
    background-position: 0 0;
    transition: background-position 0.2s ease-out;
    text-decoration: none;
  }
}


/* problem */
.p-problem{
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.p-problem::after{
  content: "";
  position: absolute;
  top: 100%;
  height: 100vh;
  width: 100%;
  transform: translateX(-45%) rotate(8deg);
  background-color: #F4F6FA;
  transform-origin: center right;
}
.p-problem::before{
  content: "";
  position: absolute;
  top: 100%;
  height: 100vh;
  width: 100%;
  transform: translateX(45%) rotate(-8deg);
  background-color: #F4F6FA;
  transform-origin: center left;
}
@media screen and (max-width: 640px) {
  .p-problem{
    padding: 50px 0;
    overflow: visible;
  }
  .p-problem::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 187.5px 0 187.5px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(0) rotate(0); 
    background-color: transparent;
  }
  .p-problem::before{
    content: none;
  }
}


.p-problem .l-inner:nth-child(2){
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .p-problem .l-inner:nth-child(2){
    margin-top: 40px;
  }
}

.p-problem-list{
  display: grid;
  row-gap: 60px;
}

@media screen and (max-width: 640px) {
  .p-problem-list{
    row-gap: 40px;
  }
}

.p-problem-media {
  display: grid;
  grid-template-columns: 380px 1fr;
  column-gap: 50px;
}

@media screen and (max-width: 640px) {
  .p-problem-media {
    grid-template-columns: 1fr;
  }
}

.p-problem-media_heading {
  font-weight: bold;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  grid-column-start: 2;
}

@media screen and (max-width: 640px) {
  .p-problem-media_heading {
    grid-column-start: 1;
    text-align: center;
  }
}

.p-problem-media_heading > * {
  display: block;
  line-height: 1.5;
  font-weight: 700;
}

.p-problem-media_heading-shoulder {
  color: #005BAC;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .p-problem-media_heading-shoulder {
    font-size: 35px;
  }
}

.p-problem-media_heading-main {
  margin-top: 10px;
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .p-problem-media_heading-main {
    font-size: 20px;
  }
}

.p-problem_text-wrap {
  margin-top: 20px;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
}

@media screen and (max-width: 640px) {
  .p-problem_text-wrap {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
  }
}


.p-problem_image {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  max-width: 380px;
  align-self: center;
}

@media screen and (max-width: 640px) {
  .p-problem_image {
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 20px;
  }
  .p-problem_image img{
    width: 235px;
    display: block;
    margin: 0 auto;
  }
}

/* solutions */

.p-solutions{
  background-color: #F4F6FA;
  padding: 90px 0 100px;
}

@media screen and (max-width: 640px) {
  .p-solutions{
    padding: 80px 0 50px
  }
}

.p-solutions-list{
  display: grid;
  row-gap: 100px;
}

@media screen and (max-width: 640px) {
  .p-solutions-list{
    row-gap: 45px;
  }
}

.p-solutions .l-inner:nth-child(2){
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .p-solutions .l-inner:nth-child(2){
    margin-top: 40px;
  }
}

.p-solutions-media {
  display: grid;
  grid-template-columns: 1fr 600px;
  column-gap: 50px;
}
.p-solutions-media.is-reverse{
  grid-template-columns: 600px 1fr;
}
@media screen and (max-width: 640px) {
  .p-solutions-media,.p-solutions-media.is-reverse {
    grid-template-columns: 1fr;
  }
}

.p-solutions-media_heading {
  font-weight: bold;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  grid-column-start: 1;
}

.is-reverse .p-solutions-media_heading{
  grid-column-start: 2;
}

@media screen and (max-width: 640px) {
  .p-solutions-media_heading,.is-reverse .p-solutions-media_heading {
    grid-column-start: 1;
    text-align: center;
  }
}

.p-solutions-media_heading > * {
  display: block;
  line-height: 1.5;
  font-weight: 700;
}

.p-solutions-media_heading-shoulder {
  color: #005BAC;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .p-solutions-media_heading-shoulder {
    font-size: 35px;
  }
}

.p-solutions-media_heading-main {
  margin-top: 10px;
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .p-solutions-media_heading-main {
    font-size: 20px;
  }
}

.p-solutions_text-wrap {
  margin-top: 20px;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
}

.is-reverse .p-solutions_text-wrap {
  grid-column-start: 2;
}

@media screen and (max-width: 640px) {
  .p-solutions_text-wrap,.is-reverse .p-solutions_text-wrap {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
  }
}

.p-solutions_image {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  align-self: center;
}

.is-reverse .p-solutions_image {
  grid-column-start: 1;
}

@media screen and (max-width: 640px) {
  .p-solutions_image,.is-reverse .p-solutions_image {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    margin-top: 20px;
  }
}
/* option */
.p-option{
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .p-option{
    padding: 50px 0 50px;
  }
}

.p-option .l-inner:nth-child(2){
  margin-top: 80px;
} 
@media screen and (max-width: 640px) {
  .p-option .l-inner:nth-child(2){
    margin-top: 70px;
  } 
}

.p-option .l-inner:nth-child(3){
  margin-top: 75px;
} 
@media screen and (max-width: 640px) {
  .p-option .l-inner:nth-child(3){
    margin-top: 40px;
  } 
}

.p-option-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}

@media screen and (max-width: 640px) {
  .p-option-list{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 55px;
  }
}

.p-option-card{
  background-color: #F1F5FFff;
  position: relative;
  padding: 0 50px 50px;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .p-option-card{
    padding: 0 25px 30px;
  }
}

.p-option-card_heading > *{
  font-weight: bold;
  display: block;
  text-align: center;
}

.p-option-card_heading_num{
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #005BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .p-option-card_heading_num{
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

.p-option-card_heading_main{
  font-size: 24px;
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .p-option-card_heading_main{
    font-size: 20px;
    padding-top: 45px;
  }
}

.p-option-card_description{
  line-height: 1.8;
  height: calc(16px * (1.8) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-option-card_description{
    height:calc(14px * (1.8) * 4); ;
  }
  .p-option-list li:nth-child(2) .p-option-card_description{
    height:calc(14px * (1.8) * 2); ;
  }
}

.p-option-card_body{
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .p-option-card_body{
    margin-top: 20px;
  }
}

.p-option-card_thum{
  margin-top: 20px;
}

.p-option-card .splide__arrow {
  position: absolute;
  top: 55%;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .p-option-card .splide__arrow {
    top: 59%;
  }
  .p-option-list li:nth-child(2) .p-option-card .splide__arrow {
    top: 50%;
  }
}

.p-option-card .splide__arrow svg{
  width: 100%;
  height: 100%;
}

.p-option-card .splide__arrow--prev{
  left: -35px;
  transform: rotate(-180deg);
}

@media screen and (max-width: 640px) {
  .p-option-card .splide__arrow--prev{
    left: -25px;
  }
}

.p-option-card .splide__arrow--next{
  right: -35px;
}

@media screen and (max-width: 640px) {
  .p-option-card .splide__arrow--next{
    right: -25px;
  }
}

.p-option-card .splide__pagination {
  counter-reset: pagination-num;
  margin-top: 20px;
}

.p-option-card .splide__pagination__page{
  font-size: 13px;
  width: 28px;
  height: 28px;
  background-color: #D5DDF1;
  border-radius: 5px;
  cursor: pointer;
  color: #222;
}

@media screen and (max-width: 640px) {
  .p-option-card .splide__pagination__page{
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.p-option-card .splide__pagination__page.is-active{
  background-color: #005BAC;
  color: #fff;
}

.p-option-card .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter( pagination-num );
}

.p-option-card .splide__pagination li{
  padding:0 4px;
}

@media screen and (max-width: 640px) {
  .p-option-card .splide__pagination li{
    padding:0 8px;
  }
}

.p-option-card_body-text-wrap{
  margin-top: 20px;
}

.p-option-card_body-note-wrap{
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .p-option-card_body-note-wrap{
    margin-top: 15px;
  }
}

.p-option-card_body-note{
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .p-option-card_body-note{
    font-size: 11px;
  }
}

.p-option-link{
  border: 1px solid #005BAC;
  background-color: #005BAC;
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  transition: background-color 0.3s ease-out 0s,color 0.3s ease-out 0s;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .p-option-link{
    font-size: 16px;
    width: 265px;
    height: 55px;
  }
}

@media (any-hover: hover) {
  .p-option-link:hover{
    background-color: #F4F6FA;
    color: #005BAC;
    text-decoration: none;
  }
}

/* case */
.p-case{
  background: linear-gradient(to bottom, rgba(13,58,148,1) 0%,rgba(125,185,232,1) 100%);
  padding: 100px 0 120px;
}

@media screen and (max-width: 640px) {
  .p-case {
    padding: 50px 0 50px;
  }
}

.p-case .l-inner:nth-child(2){
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .p-case .l-inner:nth-child(2){
    margin-top: 30px;
  }
}

.p-case-list{
  display: grid;
  row-gap: 60px;
}

@media screen and (max-width: 640px) {
  .p-case-list{
    row-gap: 30px;
  }
}

.p-case-media {
  display: grid;
  grid-template-columns: 1fr 405px;
  column-gap: 60px;
  background-color: #fff;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-case-media {
    grid-template-columns: 1fr;
  }
}

.p-case-media_content{
  padding: 30px 0 30px 60px;
}

@media screen and (max-width: 640px) {
  .p-case-media_content{
    padding:45px 30px 0;
  }
}

.p-case-media_heading {
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .p-case-media_heading {
    grid-column-start: 1;
    text-align: center;
    display: block;
  }
}


.p-case-media_heading > * {
  display: block;
  line-height: 1.5;
  font-weight: 700;
}

.p-case-media_heading-num {
  color: #005BAC;
  line-height: 1;
  font-weight: bold;
  font-size: 44px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .p-case-media_heading-num {
    font-size: 40px;
    margin-right: 0;
  }
}

.p-case-media_heading-main {
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .p-case-media_heading-main {
    font-size: 20px;
    margin-top: 10px;
  }
}

.p-case_text-wrap{
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .p-case_text-wrap{
    margin-top: 30px;
  }
  .p-case_image{
    margin-top: 40px;
  }
}

.p-case-media_inner-list{
  margin-top: 30px;
  display: grid;
  row-gap: 30px;
}

.p-case-media_flag{
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 20px;
}

.p-case-sh {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .p-case-media_flag{
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.p-case-media_flag-heading > * {
  display: block;
}

.p-case-media_flag-heading svg {
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 640px) {
  .p-case-media_flag-heading svg {
    height: 120px;
    width: 120px;
    margin: 0 auto;
  }
}
  

.p-case-media_flag-heading-main{
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .p-case-media_flag-heading-main{
    font-size: 16px;
  }
}

.p-case-media_flag-text{
  line-height: 1.8;
}

.p-bottom-media-link-area{
  margin-top: 100px;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link-area{
    margin-top: 50px;
    padding: 0 20px;
  }
}

.p-bottom-media-link_list{
  display: grid;
  row-gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_list{
    row-gap: 20px;
  }
}

.p-bottom-media-link_list-item{
  display: grid;
  grid-template-columns: 420px 1fr;
  background-color: #F6F7F9;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_list-item{
    grid-template-columns: 100%;
  }
}

.p-bottom-media-link_text-area{
  padding:0 40px;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_text-area{
    padding: 30px;
  }
}
.p-bottom-media-link_heading{
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_heading{
    font-size: 18px;
  }
}

.p-bottom-media-link_text{
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_text{
    font-size: 16px;
  }
}
.p-bottom-media-link_text-area a{
  text-decoration: none;
  background-color: #005BAC;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 280px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-top: 20px;
  border: 1px solid #005BAC;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .p-bottom-media-link_text-area a{
    width: 100%;
  }
}
.p-bottom-media-link_text-area a:hover{
  background-color: #fff;
  color: #005BAC;
  text-decoration: none;
}