.btn:active {
  box-shadow: none;
}

.btn:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  header {
    height: 60px;
    background-color: #fff;
    border-bottom: #ffeb3b 3px solid;
    padding-top: 3px;
    box-sizing: border-box;
    margin-bottom: -38px;
    z-index: 2;
    position: relative;
  }
  header .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
  }
  header .inner .logo {
    width: 155px;
    margin: 0;
  }
  header .inner .logo a {
    display: block;
  }
  header .inner .cv {
    display: none;
  }
  #cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: #fff9c4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-top: #ffeb3b 3px solid;
    padding-bottom: 0;
    z-index: 10;
    transition: transform 0.5s ease;
    transform: translateY(101%);
  }
  #cv a {
    display: block;
    margin: 0 auto;
    width: 168px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }
  #cv a span {
    display: none;
  }
  #cv a.cv_catalog_btn1 {
    margin-right: 5px;
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_catalog_sp.png");
  }
  #cv a.cv_case_btn1 {
    margin-right: 5px;
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_case_sp.png");
  }
  #cv a.cv_btn2 {
    margin-left: 5px;
    background-image: url("/assets/img/visualization_lp_v2/cv_btn2_sp.png");
  }
  #cv.show {
    transform: translateY(0%);
  }
  .Board > span {
    display: none;
  }
  .Section.sec03 {
    padding-bottom: 0;
  }
  .about_head_copy {
    margin-bottom: 36px;
    padding: 0 16px;
  }
  .about_head_copy p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-bottom: 34px;
  }
  .about_head_copy .pic img {
    display: block;
    width: calc(456% / 5.76);
    margin: 0 auto;
  }
  .Section.lowh.CaseStudy_box {
    padding-top: 0;
  }
  .cvBoxWrap {
    position: relative;
    z-index: 11;
  }
  .cvBoxWrap .cvBox {
    width: 100%;
    background-color: #fff9c4;
    padding: 44px 0;
  }
  .cvBoxWrap .cvBox li {
    width: 287px;
    margin: 0 auto;
  }
  .cvBoxWrap .cvBox li.download{
    margin-bottom: 40px;
  }
  .cvBoxWrap .cvBox li .title {
    width: 195px;
    margin: 0 auto 27px;
  }
  .cvBoxWrap .cvBox li .pic {
    width: 287px;
    height: 159px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 3.6%;
  }
  .cvBoxWrap .cvBox li.download .pic {
    padding-top: 0;
  }
  .cvBoxWrap .cvBox li .pic video,
  .cvBoxWrap .cvBox li .pic a {
    display: block;
    width: 70.12%;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: -0.5%;
  }
  .cvBoxWrap .cvBox li .pic a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cvBoxWrap .cvBox li .btn a {
    display: block;
    width: 265px;
    margin: 28px auto 0;
  }
  .cvBoxWrap .cvBox li.download .btn a{
    margin-top: 15px;
  }
  .cvBoxWrap .cvBox li .btn a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cvBoxWrap .cvBox li.download .btn small{
    width: 220px;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
  }
  .cvBoxWrap .cvBox li.sim .pic {
    background-image: url("/assets/img/visualization_lp/footer_sim_bg.png");
  }
  .cvBoxWrap .cvBox li.mov .pic {
    background-image: url("/assets/img/visualization_lp/footer_mov_bg.png");
  }
  footer ul {
    width: 100%;
    background-color: #616161;
    padding: 27px 0;
  }
  footer ul li {
    padding-left: 12px;
    width: auto;
    display: block;
    background-repeat: no-repeat;
    background-image: url("/assets/img/visualization_lp/footer_arrow.png");
    background-size: 9px auto;
    background-position: left center;
    width: 102px;
    margin: 0 auto;
  }
  footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-decoration: underline;
    line-height: 14px;
    white-space: nowrap;
  }
  footer ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  footer .copyright {
    padding: 11px 0 30px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) {
  header {
    height: 70px;
    background-color: #fff;
    border-bottom: #ffeb3b 3px solid;
    padding-top: 4px;
    box-sizing: border-box;
  }
  header .inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  header .inner .logo {
    width: 179px;
    margin: 0;
  }
  header .inner .logo a {
    display: block;
  }
  header .inner .cv {
    width: 533px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .cv a {
    display: block;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 262px;
  }
  header .inner .cv a span {
    display: none;
  }
  header .inner .cv a.cv_catalog_btn1 {
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_catalog.png");
  }
  header .inner .cv a.cv_case_btn1 {
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_case.png");
  }
  header .inner .cv a.cv_btn2 {
    background-image: url("/assets/img/visualization_lp/cv_btn2.png");
  }
  header .inner .cv a:hover {
    opacity: 0.8;
  }
  #cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff9c4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-top: #ffeb3b 4px solid;
    padding-bottom: 4px;
    z-index: 10;
    transition: transform 0.5s ease;
    transform: translateY(101%);
  }
  #cv a {
    display: block;
    margin: 0 9px;
    width: 400px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }
  #cv a span {
    display: none;
  }
  #cv a.cv_catalog_btn1 {
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_catalog_l.png");
  }
  #cv a.cv_case_btn1 {
    background-image: url("/assets/img/visualization_lp_v2/cv_btn1_case_l.png");
  }
  #cv a.cv_btn2 {
    background-image: url("/assets/img/visualization_lp/cv_btn2_l.png");
  }
  #cv a:hover {
    opacity: 0.8;
  }
  #cv.show {
    transform: translateY(0%);
  }
  .about_head_copy {
    margin-bottom: 60px;
  }
  .about_head_copy p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 36px;
  }
  .about_head_copy .pic img {
    display: block;
    width: 432px;
    margin: 0 auto;
  }
  .Section.lowh.CaseStudy_box {
    padding-bottom: 100px;
  }
  .cvBoxWrap {
    position: relative;
    z-index: 11;
  }
  .cvBoxWrap .cvBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background-color: #fff9c4;
    padding: 55px 0;
  }
  .cvBoxWrap .cvBox li {
    width: 415px;
  }
  .cvBoxWrap .cvBox li .title {
    width: 278px;
    margin: 0 auto 38px;
  }
  .cvBoxWrap .cvBox li .pic {
    width: 415px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 3.6%;
  }
  .cvBoxWrap .cvBox li.download .pic{
    padding-top: 0;    
  }
  .cvBoxWrap .cvBox li .pic video,
  .cvBoxWrap .cvBox li .pic a {
    display: block;
    width: 70.12%;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: -0.5%;
  }
  .cvBoxWrap .cvBox li .pic a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cvBoxWrap .cvBox li .btn a {
    display: block;
    width: 381px;
    margin: 44px auto 0;
  }
  .cvBoxWrap .cvBox li .btn a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cvBoxWrap .cvBox li .btn a:hover {
    opacity: 0.8;
  }
  .cvBoxWrap .cvBox li .btn small{
    padding-top: 12px;
    display: block;
  }
  .cvBoxWrap .cvBox li.sim {
    margin-right: 60px;
  }
  .cvBoxWrap .cvBox li.sim .pic {
    background-image: url("/assets/img/visualization_lp/footer_sim_bg.png");
  }
  .cvBoxWrap .cvBox li.mov .pic {
    background-image: url("/assets/img/visualization_lp/footer_mov_bg.png");
  }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #616161;
  }
  footer ul li {
    padding-left: 23px;
    width: auto;
    margin: 0 33px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("/assets/img/visualization_lp/footer_arrow.png");
    background-size: 12px auto;
    background-position: left center;
  }
  footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-decoration: underline;
    line-height: 14px;
  }
  footer .copyright {
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .Section {
    padding: 72px 16px 48px;
  }
  .Section.is-white {
    background-color: #fff;
  }
  .Section.is-grey {
    background-color: #fafafa;
  }
  .HeadingTri {
    margin: 48px auto 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #000;
  }
  .HeadingTri:before {
    content: "";
    display: block;
    margin: 0 auto 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 92px 0;
    border-color: #fff59d transparent transparent;
  }
  .HeadingTri.in-Section {
    margin-top: 0;
    position: relative;
    top: -72px;
  }
  .HeadingLine {
    margin: 0 0 48px;
    padding: 16px 0;
    border-top: solid 2px #ffeb3b;
    border-bottom: solid 2px #ffeb3b;
    text-align: center;
    font-size: 18px;
    color: #000;
  }
  .Panel {
    margin-bottom: 24px;
    padding: 48px 24px;
  }
  .Panel.is-grey {
    background-color: #fafafa;
  }
  .Panel__lead {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .Panel__lead.line-1 {
    height: 24px;
  }
  .Panel__lead.line-2 {
    height: 48px;
  }
  .Panel__lead.line-3 {
    height: 72px;
  }
  .Panel__desc {
    margin-bottom: 24px;
    font-size: 15px;
  }
  .Panel__desc.line-1 {
    height: 24px;
  }
  .Panel__desc.line-2 {
    height: 48px;
  }
  .Panel__desc.line-3 {
    height: 72px;
  }
  .Panel__desc.line-4 {
    height: 96px;
  }
  .Panel__img {
    height: 140px;
    text-align: center;
  }
  .Button {
    text-align: center;
  }
  .Button > * {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #ffed53;
    font-size: 14px;
    color: #000;
    background-color: #fff9c4;
  }
  .Button > *:after,
  .Button > *:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -20px;
    border-style: solid;
    border-width: 20px 20px 20px 0;
  }
  .Button > *:before {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button > *:after {
    left: -19px;
    top: 0;
    border-width: 19px 19px 19px 0;
    border-color: transparent #fff9c4 transparent transparent;
  }
  .Button > * > span:after,
  .Button > * > span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: -20px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
  }
  .Button > * > span:before {
    border-color: transparent transparent transparent #ffed53;
  }
  .Button > * > span:after {
    right: -19px;
    top: 0;
    border-width: 19px 0 19px 19px;
    border-color: transparent transparent transparent #fff9c4;
  }
  .Button.fullfill > a {
    padding: 0 40px;
    font-size: 16px;
    background-color: #ffed53;
  }
  .Button.fullfill > a:before {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.fullfill > a:after {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.fullfill > a > span:after {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.white > a {
    background-color: #fff;
  }
  .Button.white > a:before {
    border-color: transparent #fff transparent transparent;
  }
  .Button.white > a:after {
    border-color: transparent #fff transparent transparent;
  }
  .Button.white > a > span {
    font-weight: 700;
  }
  .Button.white > a > span:before {
    border-color: transparent transparent transparent #fff;
  }
  .Button.white > a > span:after {
    border-color: transparent #fff transparent transparent;
  }
  div.Jobtype__ex__row__col__desc {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .CaseStudy__card__row__col:hover .Button > * {
    text-decoration: underline;
  }
  .Section {
    position: relative;
    padding: 74px 0;
  }
  .Section.lowh {
    padding: 48px 0;
  }
  .Section__cont {
    width: 960px;
    margin: 0 auto;
  }
  .Section__lead {
    margin-bottom: 48px;
  }
  .Section.is-white {
    background-color: #fff;
  }
  .Section.is-grey {
    background-color: #fafafa;
  }
  .HeadingTri {
    width: 560px;
    height: 144px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    color: #000;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff59d)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff59d)) no-repeat top right/50% 100%;
    background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top right/50% 100%;
    background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top left/50% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff59d 50.5%) no-repeat top right/50% 100%;
  }
  .HeadingTri.in-Section {
    position: relative;
    top: -74px;
  }
  .HeadingSmallTri {
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
  }
  .HeadingSmallTri:before {
    content: "";
    display: block;
    margin: 0 auto 16px;
  }
  .HeadingSmallTri.is-no1:before {
    width: 160px;
    height: 80px;
    background-image: url("/assets/img/common/icon/tri_1.png");
  }
  .HeadingSmallTri.is-no2:before {
    width: 160px;
    height: 80px;
    background-image: url("/assets/img/common/icon/tri_2.png");
  }
  .HeadingSmallTri.is-no3:before {
    width: 160px;
    height: 80px;
    background-image: url("/assets/img/common/icon/tri_3.png");
  }
  .HeadingWithIcon {
    margin-bottom: 72px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #000;
  }
  .HeadingWithIcon:after,
  .HeadingWithIcon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .HeadingWithIcon.is-cloud:after,
  .HeadingWithIcon.is-cloud:before {
    width: 100px;
    height: 100px;
    margin: 0 24px;
    background-image: url("/assets/img/common/icon/cloud.png");
    background-repeat: no-repeat;
  }
  .HeadingWithIcon.is-up-arrow:after,
  .HeadingWithIcon.is-up-arrow:before {
    width: 100px;
    height: 100px;
    margin: 0 24px;
    background-image: url("/assets/img/common/icon/uparrow.png");
    background-repeat: no-repeat;
  }
  .HeadingWithIcon.is-side-arrow:after,
  .HeadingWithIcon.is-side-arrow:before {
    width: 16px;
    height: 32px;
    margin: 0 24px;
    background-repeat: no-repeat;
  }
  .HeadingWithIcon.is-side-arrow:before {
    background-image: url("/assets/img/common/icon/arrow_right_yellow.png");
  }
  .HeadingWithIcon.is-side-arrow:after {
    background-image: url("/assets/img/common/icon/arrow_left_yellow.png");
  }
  .HeadingLine {
    max-width: 450px;
    margin: 0 auto 48px;
    padding: 8px 0;
    line-height: 1.3;
    border-top: solid 2px #ffeb3b;
    border-bottom: solid 2px #ffeb3b;
    text-align: center;
    font-size: 27px;
    color: #000;
  }
  .HeadingUnderLine {
    margin-bottom: 48px;
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  .HeadingUnderLine > span {
    position: relative;
    display: inline-block;
    padding: 8px 36px;
    border-bottom: 1px solid #ffeb3b;
  }
  .HeadingUnderLine > span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #ffeb3b transparent transparent;
    font-size: 17px;
  }
  .Column__text {
    padding-top: 48px;
  }
  .Column__text__lead {
    font-size: 28px;
    color: #000;
  }
  .Column__text__head {
    margin-bottom: 32px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
  }
  .Verticals {
    margin-bottom: 96px;
  }
  .Verticals__lead {
    text-align: center;
    font-size: 28px;
    color: #000;
  }
  .Verticals__sub {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .Verticals__desc {
    width: 608px;
    margin: 0 auto 48px;
  }
  .Verticals__img {
    margin: 0 auto;
  }
  .Panel {
    padding: 48px 24px;
  }
  .Panel.is-grey {
    background-color: #fafafa;
  }
  .Panel__lead {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .Panel__lead.line-1 {
    height: 24px;
  }
  .Panel__lead.line-2 {
    height: 48px;
  }
  .Panel__lead.line-3 {
    height: 72px;
  }
  .Panel__desc {
    margin-bottom: 24px;
    font-size: 15px;
  }
  .Panel__desc.line-1 {
    height: 24px;
  }
  .Panel__desc.line-2 {
    height: 48px;
  }
  .Panel__desc.line-3 {
    height: 72px;
  }
  .Panel__desc.line-4 {
    height: 96px;
  }
  .Panel__img {
    height: 140px;
    text-align: center;
  }
  .Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Box__col {
    margin-right: 24px;
    margin-bottom: 72px;
  }
  .Box__head {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 26px;
    color: #000;
  }
  .IconList {
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .IconList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    color: #000;
  }
  .IconList__head__icon {
    margin-right: 20px;
  }
  .IconList__head__text {
    font-size: 15px;
    font-weight: 700;
  }
  .Button {
    margin-left: 15px;
    text-align: center;
  }
  .Button > * {
    display: inline-block;
    padding: 0 16px;
    height: 30px;
    line-height: 28px;
    position: relative;
    border: 1px solid #ffed53;
    font-size: 13px;
    color: #000;
    background-color: #fff9c4;
  }
  .Button > *:after,
  .Button > *:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
  }
  .Button > *:before {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button > *:after {
    left: -13px;
    top: 0;
    border-width: 14px 14px 14px 0;
    border-color: transparent #fff9c4 transparent transparent;
  }
  .Button > * > span:after,
  .Button > * > span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
  }
  .Button > * > span:before {
    border-color: transparent transparent transparent #ffed53;
  }
  .Button > * > span:after {
    right: -13px;
    top: 0;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fff9c4;
  }
  .Button.fullfill > a {
    background-color: #ffed53;
  }
  .Button.fullfill > a:before {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.fullfill > a:after {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.fullfill > a > span {
    font-weight: 700;
  }
  .Button.fullfill > a > span:after {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button.white > a {
    background-color: #fff;
  }
  .Button.white > a:before {
    border-color: transparent #fff transparent transparent;
  }
  .Button.white > a:after {
    border-color: transparent #fff transparent transparent;
  }
  .Button.white > a > span {
    font-weight: 700;
  }
  .Button.white > a > span:before {
    border-color: transparent transparent transparent #fff;
  }
  .Button.white > a > span:after {
    border-color: transparent #fff transparent transparent;
  }
  .Diamond {
    display: block;
    position: fixed;
    right: 18px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    margin: auto;
    background: #e0e0e0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
  }
  .Diamond__cont {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #fff transparent transparent;
  }
  .FooterLinks__row__col {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .FooterLinks__row__col__link {
    width: 33.33%;
    margin-bottom: 26px;
    padding-left: 18px;
  }
  .FooterLinks__row__col__link > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #424242;
    background-color: #ffeb3b;
  }
  .FooterLinks__row__col__link > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .FooterLinks__row__col__link > a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #fafafa transparent transparent;
  }
  .FooterLinks__row__col__link > a > span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000;
  }
  .FooterLinks__row__col__link > a > span {
    vertical-align: middle;
    color: #000;
  }
}

h2 {
  margin: 0;
  padding: 0;
}

.container-fruid .row {
  margin-bottom: 48px;
}

.container-fruid a {
  color: #424242;
}

.HeadingUnderLine {
  font-size: 17px;
}

.Section.sec02 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Section.Productivity_box {
  padding: 48px 0 0;
}

.Section.About_box {
  padding-top: 0;
}

.Board {
  margin: 0;
  height: 456px;
  text-align: center;
  background-image: url("/assets/img/visualization_lp/main.png"), url("/assets/img/purpose/communication/main.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
}

.Cooperation {
  margin-top: -48px;
}

.Cooperation__desc {
  margin: 36px 0;
  text-align: center;
  font-size: 15px;
}

.Cooperation__jumbotron {
  margin-bottom: 72px;
  text-align: center;
}

.Cooperation__ex {
  width: 960px;
  margin: 0 auto;
}

.Cooperation__ex__head {
  height: 50px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-top: solid 1px #ffeb3b;
  color: #000;
}

.Cooperation__ex__head > span {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  top: -12px;
  background-color: #fff;
}

.Cooperation__ex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  width: 960px;
  margin: 0 auto;
}

.Cooperation__ex__row__col__lead {
  margin-bottom: 8px;
}

.Cooperation__ex__row__col__corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.Cooperation__ex__row__col__corp__name {
  font-size: 11px;
}

.Cooperation__ex__row__col__name {
  font-size: 11px;
}

.Cooperation + .caution {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.Simplify__ex {
  margin: 48px 0;
}

.Simplify__ex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 925px;
  margin: 0 auto;
}

.Simplify__ex__row.Simplify__ex__row_w {
  width: 928px;
}

.Simplify__ex__row__col {
  width: 288px;
}

.Simplify__ex__row.Simplify__ex__row_w .Simplify__ex__row__col {
  width: 448px;
}

.Simplify__ex__row__col__head {
  margin-bottom: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.Simplify__ex__row__col__head.Simplify__ex__row__col__head_mb {
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .Simplify__ex__row__col__head.Simplify__ex__row__col__head_mb {
    margin-bottom: 26px;
  }
}

.Simplify__ex__row__col__img {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

.Simplify__ex__row__col__img.point:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -20px;
  top: -40px;
  background-image: url("/assets/img/common/icon/point.png");
  background-repeat: no-repeat;
}

.Simplify + .caution {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0 16px;
  font-size: 18px;
  text-align: center;
}

.Secure__ex {
  margin: 48px 0;
}

.Secure + .caution {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.Secure__ex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 928px;
  margin: 0 auto;
}

.Secure__ex__row__col {
  width: 448px;
}

.Secure__ex__row__col__head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.Secure__ex__row__col__head.Secure__ex__row__col__head_mb {
  margin-bottom: 2px;
}

.Secure__ex__row__col__img {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

.Secure__ex__row__col__img.point:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: -40px;
  background-image: url("/assets/img/common/sp/icon/point.png");
  background-repeat: no-repeat;
  background-size: 80px;
}

.Secure__ex__row__col__img.point.point_left:before {
  left: -16px;
}

.Productivity .Tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 930px;
  margin: 0 auto;
}

.Productivity .Tiles__col {
  margin-bottom: 80px;
}

.Productivity .Tiles__col:nth-child(3n+1) {
  margin-left: 0;
}

.Productivity .Tiles__desc .bold {
  color: #000;
}

.Productivity .Tiles__img {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}

.Productivity .Tiles__img__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 56px 30px 0;
  line-height: 1.65;
  text-align: center;
  background-image: url("/assets/img/common/bg-yellow.png");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.Productivity .Tiles__img__mask:hover {
  opacity: 1;
}

.Productivity .Tiles__img__mask > p {
  text-align: left;
}

.About {
  padding: 0 40px;
}

.About h2 {
  padding-top: 96px;
  margin-bottom: 36px;
}

.About .about_txt_1 {
  margin-left: 60px;
}

.About .about_txt_2 {
  margin-right: 50px;
}

.About .Button {
  text-align: left;
  margin-top: 24px;
}

.About__logo {
  padding-bottom: 72px;
  text-align: center;
}

.Usecase__card {
  border: solid 1px #e0e0e0;
}

.Usecase__card__row {
  padding: 24px;
  border-top: solid 1px #e0e0e0;
}

.Usecase__card__row:first-child {
  border-top: none;
}

.Usecase__card__row__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Usecase__card__row__col__img {
  margin-right: 24px;
}

.Usecase__card__row__col__cont__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 8px;
  font-size: 11px;
  background-color: #edf0f2;
}

.Usecase__card__row__col__cont__head {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
}

.Usecase__card__row__col__cont__desc {
  margin-bottom: 16px;
}

.Usecase__card__row__col__cont .Button {
  margin-left: 15px;
  text-align: left;
}

.CaseStudy__card {
  border: solid 1px #e0e0e0;
}

.CaseStudy__card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CaseStudy__card__row__col {
  padding: 24px;
  width: 50%;
  border-left: solid 1px #e0e0e0;
}

.CaseStudy__card__row__col:first-child {
  border-left: none;
}

.CaseStudy__card__row__col:last-child {
  position: relative;
}

.CaseStudy__card__row__col:last-child:before {
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 30px solid #e0e0e0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.CaseStudy__card__row__col:last-child:after {
  border-left: 31px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 31px solid #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.CaseStudy__card__row__col__img {
  margin-bottom: 24px;
}

.CaseStudy__card__row__col__img img {
  width: 100%;
}

.CaseStudy__card__row__col__cont__head2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.CaseStudy__card__row__col__cont__head {
  margin-top: 10px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 13px;
  padding: 8px;
  background-color: #fff9c4;
  display: inline-block;
  line-height: 1;
}

.CaseStudy__card__row__col__cont__desc {
  margin-bottom: 16px;
}

.CaseStudy__card__row__col__cont .Button {
  margin-left: 15px;
  text-align: left;
}

.Jobtype {
  margin-bottom: 40px;
}

.Jobtype__ex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.Jobtype__ex__row a {
  color: #424242;
  display: block;
}

.Jobtype__ex__row a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.Jobtype__ex__row__col__img {
  margin-bottom: 10px;
}

.Jobtype__ex__row__col__desc {
  font-weight: 700;
}

.Download {
  width: 450px;
  margin: -40px auto 0;
  padding: 32px;
  position: relative;
  text-align: center;
  border: 1px solid #fff9c4;
}

.Download:before {
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 30px solid #fdf4a5;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.Download:after {
  border-left: 31px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 31px solid #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.Download__head {
  display: block;
  width: 8em;
  margin: -44px auto 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  background-color: #fff;
}

.Download__desc {
  margin-bottom: 16px;
}

.Download__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .Download__row {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .Download__row div:nth-child(1) {
    margin: 0 auto 20px;
  }
  .Download {
    border: none;
    max-width: 450px;
    margin-bottom: 0;
    padding: 16px;
    width: 100%;
    margin-top: -60px;
  }
  .Download__rap {
    border: 2px solid #ffea49;
    padding: 0 16px 30px;
    position: relative;
  }
  .Download__rap:before {
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 30px solid #ffea49;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .Download__rap:after {
    border-left: 31px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 31px solid #fff;
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
  }
  .Download__head {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .Download__head span {
    background: #fff;
    font-size: 16px;
    position: relative;
    top: -12px;
    padding: 0 10px;
  }
  .Download__desc {
    font-size: 14px;
  }
  .Download__img {
    margin: 0 auto 25px;
    max-width: 180px;
  }
  .Download .Button.fullfill > a {
    padding: 0 5px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .Cooperation__desc {
    margin: 46px 0 26px;
  }
  .FooterLinks__row__col__link.mb0 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .Section.sec01 {
    padding-bottom: 10px;
  }
  .Section.sec02 {
    padding-bottom: 48px;
  }
  h2.HeadingWithIcon {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 288px;
    font-size: 18px;
  }
  h2.HeadingWithIcon > span {
    font-size: 14px;
  }
  h2.HeadingWithIcon > span span {
    display: block;
    font-size: 20px;
  }
  h2.HeadingWithIcon.is-up-arrow:after,
  h2.HeadingWithIcon.is-up-arrow:before {
    background: url("/assets/img/jobtype/sales/sp/h2_uparrow_icon.png") no-repeat;
    background-size: 61px 60px;
    content: "";
    height: 61px;
    position: absolute;
    top: 0;
    width: 61px;
  }
  h2.HeadingWithIcon.is-up-arrow:after {
    left: -25px;
  }
  h2.HeadingWithIcon.is-up-arrow:before {
    right: -25px;
  }
  .Section {
    padding: 32px 0 65px;
  }
  .Section.Productivity_box {
    padding-top: 66px;
    padding-bottom: 48px;
  }
  .Section.About_box {
    padding: 0;
  }
  .Section.CaseStudy_box {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .Board {
    background-image: none;
    height: auto;
    margin: 0;
    position: relative;
  }
  .Board > span {
    font-size: 14px;
    border: none;
    font-weight: 700;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
    padding: 0;
  }
  .Board > span span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding: 25px 0;
  }
  .Board > span:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 30px;
    width: 220px;
    height: 2px;
    background: #ffeb3b;
  }
  .tri_cnt {
    padding-top: 0;
  }
  .HeadingSmallTri {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 60px 16px 0;
    text-align: center;
  }
  .HeadingSmallTri.is-no1 {
    background: url("/assets/img/common/icon/tri_1.png") center top no-repeat;
    background-size: 105px auto;
  }
  .HeadingSmallTri.is-no2 {
    background: url("/assets/img/common/icon/tri_2.png") center top no-repeat;
    background-size: 105px auto;
  }
  .HeadingSmallTri.is-no3 {
    background: url("/assets/img/common/icon/tri_3.png") center top no-repeat;
    background-size: 105px auto;
  }
  .Cooperation {
    margin: 0;
  }
  .Cooperation__desc {
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    text-align: left;
    padding: 0 16px;
  }
  .Cooperation__jumbotron {
    margin-bottom: 58px;
    padding: 0 16px;
  }
  .Cooperation__ex {
    padding: 0 16px;
    width: auto;
  }
  .Cooperation__ex__head {
    height: 35px;
    border-top-width: 2px;
  }
  .Cooperation__ex__head > span {
    font-size: 14px;
    top: -14px;
  }
  .Cooperation__ex__row {
    display: block;
    width: auto;
  }
  .Cooperation__ex__row__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .Cooperation__ex__row__col__img {
    margin-right: 12px;
    width: 132px;
  }
  .Cooperation__ex__row__col__rap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Cooperation__ex__row__col__lead {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .Cooperation__ex__row__col__corp {
    color: #616161;
    height: 30px;
    font-size: 10px;
  }
  .Cooperation__ex__row__col__corp__name {
    font-size: 11px;
  }
  .Cooperation + .caution {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
  }
  .Simplify__ex {
    margin-bottom: 10px;
  }
  .Simplify__ex__row {
    display: block;
    padding: 0 16px;
    width: auto;
  }
  .Simplify__ex__row__col {
    margin-bottom: 40px;
    width: auto;
  }
  .Simplify__ex__row__col:last-child {
    margin-bottom: 0;
  }
  .Simplify__ex__row__col__head {
    font-size: 16px;
  }
  .Simplify__ex__row__col__desc {
    line-height: 1.5;
  }
  .Simplify__ex__row__col__img {
    margin-bottom: 22px;
  }
  .Simplify__ex__row__col__img.point:before {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    left: -20px;
    top: -50px;
  }
  .Simplify + .caution {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0 16px;
    font-size: 18px;
    text-align: center;
  }
  .Secure + .caution {
    padding: 0 16px;
    font-size: 18px;
  }
  .Secure__ex__row {
    display: block;
    padding: 0 16px;
    width: auto;
  }
  .Secure__ex__row__col {
    margin-bottom: 40px;
    width: auto;
  }
  .Secure__ex__row__col:last-child {
    margin-bottom: 0;
  }
  .Secure__ex__row__col__img {
    margin-bottom: 23px;
  }
  .Secure__ex__row__col__head {
    font-size: 16px;
  }
  .Secure__ex__row__col__desc {
    line-height: 1.5;
  }
  .Productivity .Tiles {
    display: block;
    padding: 24px 0 0;
    width: auto;
  }
  .Productivity .Tiles__col {
    margin-bottom: 53px;
  }
  .Productivity .Tiles__col:last-child {
    margin-bottom: 0;
  }
  .Productivity .Tiles__desc {
    color: #000;
    margin-bottom: 12px;
    padding: 0 16px;
  }
  .Productivity .Tiles__desc span {
    font-size: 12px;
  }
  .Productivity .Tiles__txt {
    padding: 0 16px;
  }
  .Productivity .Tiles__txt p {
    line-height: 1.7;
    font-size: 14px;
  }
  .About {
    padding: 60px 0;
  }
  .About .about_txt_1 {
    margin-left: 0;
  }
  .About .about_txt_2 {
    margin-right: 0;
  }
  .About h2 {
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    margin-bottom: 22px;
    position: relative;
    padding: 0;
  }
  .About h2:after,
  .About h2:before {
    content: "";
    height: 24px;
    position: absolute;
    top: 0;
    width: 12px;
  }
  .About h2:before {
    background: url("/assets/img/common/icon/arrow_left_yellow.png") no-repeat;
    background-size: 12px 24px;
    right: calc(50% - 100px);
  }
  .About h2:after {
    background: url("/assets/img/common/icon/arrow_right_yellow.png") no-repeat;
    background-size: 12px 24px;
    left: calc(50% - 100px);
  }
  .About .Box {
    margin-bottom: 60px;
  }
  .About .Box:last-child {
    margin-bottom: 30px;
  }
  .About .Box__head {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
  .About .Box__img {
    margin: 0 auto 25px;
  }
  .About .Box__sp_desc {
    line-height: 1.5;
    padding: 0 16px;
  }
  .About .Button {
    margin-top: 15px;
    text-align: center;
  }
  .About .Button.fullfill > a {
    padding: 0 20px;
  }
  .About__logo {
    padding-bottom: 0;
  }
  .CaseStudy h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .CaseStudy h2 > span {
    color: #000;
    border-bottom: 1px solid #ffe732;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
  }
  .CaseStudy h2 > span:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffe732;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 4px);
  }
  .CaseStudy h2 > span span {
    font-size: 16px;
    display: inline-block;
  }
  .CaseStudy .container-fruid {
    padding: 8px 16px;
    overflow-x: auto;
  }
  .CaseStudy .container-fruid .CaseStudy__card {
    border: none;
    width: 560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col {
    display: block;
    width: 272px;
    padding: 15px;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col:last-child {
    margin-right: 16px;
  }
  .CaseStudy__card__row__col:last-child:after,
  .CaseStudy__card__row__col:last-child:before {
    display: none;
  }
  .CaseStudy__card__row__col {
    border-left: none;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col:first-child {
    border-right: none;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col__img {
    margin: 0 0 15px;
    vertical-align: bottom;
  }
  .CaseStudy__card__row__col__cont__head2 {
    font-size: 16px;
    line-height: 23px;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col__cont__head {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col__cont__desc {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .CaseStudy .container-fruid .Button {
    margin: 0 0 0 15px;
  }
  .Button > * {
    display: inline-block;
    padding: 0 16px;
    height: 30px;
    line-height: 28px;
    position: relative;
    border: 1px solid #ffed53;
    font-size: 13px;
    color: #000;
    background-color: #fff9c4;
  }
  .Button > *:after,
  .Button > *:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
  }
  .Button > *:before {
    border-color: transparent #ffed53 transparent transparent;
  }
  .Button > *:after {
    left: -13px;
    top: 0;
    border-width: 14px 14px 14px 0;
    border-color: transparent #fff9c4 transparent transparent;
  }
  .Button > * > span:after,
  .Button > * > span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
  }
  .Button > * > span:before {
    border-color: transparent transparent transparent #ffed53;
  }
  .Button > * > span:after {
    right: -13px;
    top: 0;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fff9c4;
  }
  .CaseStudy .container-fruid .Button > * span {
    font-size: 12px;
  }
  .Jobtype {
    margin-bottom: 0;
  }
  .Jobtype h2 {
    text-align: center;
    margin-bottom: 62px;
  }
  .Jobtype h2 > span {
    color: #000;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
  }
  .Jobtype h2 > span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    background: #ffe732;
    height: 1px;
  }
  .Jobtype h2 > span:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffe732;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 4px);
  }
  .Jobtype h2 > span span {
    font-size: 16px;
    display: inline-block;
  }
  .Jobtype__ex {
    padding: 0 16px;
  }
  .Jobtype__ex__row {
    display: block;
    width: auto;
  }
  .Jobtype__ex__row__col {
    margin-bottom: 15px;
  }
  .Jobtype__ex__row__col a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Jobtype__ex__row__col__img {
    margin-right: 16px;
    margin-bottom: 0;
    width: 90px;
  }
  .Jobtype__ex__row__col__desc {
    padding-top: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .Jobtype__ex__row__col__desc::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    bottom: 50%;
    right: 5px;
    transform: rotate(45deg);
  }
  .Section.sp_links {
    background-color: #ffe834;
    padding: 0;
  }
  .Section.sp_links .FooterLinks__row {
    padding: 20px 16px;
  }
  .Section.sp_links .FooterLinks__row__col__link {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0;
  }
  .Section.sp_links .FooterLinks__row__col__link a {
    color: #424242;
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .Section.sp_links .FooterLinks__row__col__link a:before {
    content: "";
    border-top: 5px solid transparent;
    border-left: 5px solid #424242;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 8px;
    left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .CaseStudy .container-fruid .CaseStudy__card {
    width: auto;
    display: block;
  }
  .CaseStudy__card__row {
    width: auto;
    display: block;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col {
    max-width: 420px;
    width: auto;
    margin: 0 auto;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col:last-child {
    margin-right: auto;
    margin-bottom: 24px;
  }
  .CaseStudy .container-fruid .CaseStudy__card__row__col .Button {
    text-align: center;
  }
}

.Board {
  position: relative;
}
.Board span.text {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  width: fit-content;
  position: absolute;
  top: 90px;
  right: 50%;
  margin-right: -45px;
}
.Board span.text .dots {
  font-size: 76px;
  letter-spacing: 0;
  color: #f9bf03;
  background-image: radial-gradient(circle at center, #f9bf03 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
  padding-right: 0.05em;
}
@media screen and (max-width: 767px) {
  .Board span::after{
    display: none;
  }
  .Board span.text {
    font-size: calc(48 / 640 * 100vw);
    line-height: calc(65 / 640 * 100vw);
    top: calc(180 / 640 * 100vw);
    right: 0;
    left: 0;
    margin: auto;
  }
  .Board span.text .dots {
    font-size: calc(79 / 640 * 100vw);
    font-weight: 700;
    display: inline;
  }
}