@charset "UTF-8";
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  white-space: nowrap;
}

/* ------------------------
*	 display
*/
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.hide {
  display: none !important;
}

.dp_block {
  display: block;
}

.dp_inlineblock {
  display: inline-block;
}

.block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.txtIdt,
.txtIdt-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.sr_only {
  /* スクリーンリーダー用 */
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* --------------------
* clearFix
*/
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

/* ------------------------
*	img
*/
/* Mouse hover */
@media (min-width: 768px) {
  .hvropa,
  a.hvrimg img,
  .hvrIMG a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .hvropa:hover,
  a.hvrimg:hover img,
  .hvrIMG a:hover img {
    opacity: 0.7;
  }
}
/* --------------------
* link
*/
@media (min-width: 768px) {
  .tel {
    text-decoration: none;
    color: inherit !important;
    cursor: default;
    pointer-events: none;
  }
  .tel:hover {
    text-decoration: none;
  }
}
/* --------------------
* table
*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* --------------------
* button
*/
.animBtn,
.animBtn:visited {
  position: relative;
  z-index: 2;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .animBtn,
  .animBtn:visited {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .animBtn::after,
  .animBtn:visited::after {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 200%;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-30deg);
            transform: translateX(-50%) translateY(-50%) rotate(-30deg);
    transform: translateX(-50%) translateY(-50%) rotate(-30deg);
  }
  .animBtn:hover,
  .animBtn:visited:hover {
    color: #4d4d4d;
    text-shadow: none;
  }
  .animBtn:hover::after,
  .animBtn:visited:hover::after {
    height: 700%;
  }
}

/* ===========================================
heding
=========================================== */
.header_line {
  position: relative;
}
@media (max-width: 767px) {
  .header_line {
    padding-bottom: 27px;
  }
}
@media (min-width: 768px) {
  .header_line {
    padding-bottom: 33px;
  }
}
.header_line::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background-color: #4d4d4d;
  content: "";
}

.firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .firstview {
    width: 100%;
    height: 100vh;
    margin-top: -60px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .firstview {
    width: 90%;
    height: 55.5vw;
    margin: -96px 0 50px auto;
  }
}

.heading {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #518ca1;
}
@media (max-width: 767px) {
  .heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .heading {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .heading {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: -50px;
    margin-left: -5.5%;
    padding: 43px 90px 43px 50px;
  }
}

@media (max-width: 767px) {
  .firstview2 {
    padding-top: 83.428vw;
    background: no-repeat center 0;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .firstview2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 40px auto 0;
  }
}

@media (min-width: 768px) {
  .firstview2_img {
    position: relative;
    width: 53%;
    height: 40vw;
    background: no-repeat center;
    background-size: cover;
  }
}

.heading2 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .heading2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .heading2 {
    font-size: 4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .heading2 {
    padding: 14px 5%;
  }
}
@media (min-width: 768px) {
  .heading2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 47%;
    padding-right: 40px;
    padding-bottom: 40px;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .heading2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.firstview2_head {
  font-weight: 500;
  color: #0d547f;
  background-color: #e5eef1;
}
@media (max-width: 767px) {
  .firstview2_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .firstview2_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .firstview2_head {
    display: inline-block;
    padding: 14px 20px 14px 5%;
  }
}
@media (min-width: 768px) {
  .firstview2_head {
    width: 83%;
    margin-top: -90px;
    padding: 43px calc(36% + 40px) 43px 5px;
    text-align: right;
  }
}

/* ===========================================
layout
=========================================== */
.headerContainer,
.footerContainer,
.main {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .headerContainer,
  .footerContainer,
  .main {
    min-width: 1000px;
  }
}

.sectionLine {
  position: relative;
}
.sectionLine::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #518ca1;
  content: "";
}

/* ===========================================
header
=========================================== */
.headerContainer {
  position: relative;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .headerContainer {
    min-height: 105px;
  }
}
@media (min-width: 768px) {
  .headerContainer {
    height: 150px;
    padding-left: 2%;
  }
}

.headerContent {
  position: relative;
}
@media (max-width: 767px) {
  .headerContent {
    padding-left: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.headerContent-toppan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .headerContent-toppan {
    height: 45px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .headerContent-toppan {
    height: 54px;
    padding-right: 46px;
  }
}
@media (max-width: 767px) {
  .headerContent-toppan img {
    width: 91px;
    height: 15px;
  }
}

.headerContent_logo a {
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .headerContent_logo a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .headerContent_logo a {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .headerContent_logo a {
    width: 123px;
    height: 38px;
  }
}

/* ===========================================
footer
=========================================== */
.footerContainer {
  background-color: #dadada;
}
@media (max-width: 767px) {
  .footerContainer {
    padding: 40px 5% 0;
  }
}
@media (min-width: 768px) {
  .footerContainer {
    padding-top: 60px;
  }
}

.footerContainer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footerContainer_logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .footerContainer_logo {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .footerContainer_logo a {
    width: 122px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .footer_content {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5% 55px;
  }
}

@media (min-width: 768px) {
  .footer_nav {
    width: 33.33%;
  }
  .footer_nav.w2 {
    width: 66.66%;
  }
  .footer_nav a {
    color: #4d4d4d;
    text-decoration: none;
  }
  .footer_nav a:hover {
    text-decoration: underline;
  }
  .footer_nav > li, .footer_nav > dt {
    margin-top: 18px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .footer_nav > li, .footer_nav > dt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer_nav > li, .footer_nav > dt {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .footer_nav-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_nav-dl {
    width: 50%;
  }
  .footer_nav-dl dt {
    margin-top: 10px;
    font-weight: 500;
  }
  .footer_nav-dl dt ~ dt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer_edge {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer_edge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 1000px;
    padding: 40px 40px 80px;
    background-color: #fff;
  }
  .footer_edge_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
  }
  .footer_edge-youtube {
    margin-top: 40px;
  }
  .footer_edge-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 360px);
    max-width: 700px;
  }
  .footer_edge-list li {
    width: 35%;
  }
  .footer_edge-list li:nth-of-type(2), .footer_edge-list li:nth-of-type(5) {
    width: 30%;
  }
  .footer_edge-list li:nth-of-type(n + 4) {
    margin-top: 35px;
  }
  .footer_edge-list li::before {
    content: "−";
    margin-right: 0.4em;
  }
  .footer_edge-list a {
    color: #4d4d4d;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer_edge-list a:hover {
    color: #0080cb;
  }
  .footer_edge-mark {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 65px;
  }
  .footer_edge-mark li {
    margin: 0 20px;
  }
}

.footer_copy {
  text-align: center;
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .footer_copy {
    background-color: #fff;
  }
}
.footer_copy small {
  font-size: 1rem;
}

/* コンバージョンボタン */
.conversion {
  background-color: #0d547f;
}
@media (max-width: 767px) {
  .conversion {
    padding: 40px 5%;
  }
}
@media (min-width: 768px) {
  .conversion {
    padding: 50px;
  }
}

.conversion-btn {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 5px;
  text-align: center;
  font-weight: 500;
  background-color: #d8280b;
  border-color: #d8280b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .conversion-btn {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .conversion-btn {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .conversion-btn span {
    display: none;
  }
}

/* 導入事例ボタン */
.footerRresponse {
  background-color: #fff;
}
@media (max-width: 767px) {
  .footerRresponse {
    padding: 40px 5%;
  }
}
@media (min-width: 768px) {
  .footerRresponse {
    padding: 50px;
  }
}

.footerRresponse-btn {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 5px;
  text-align: center;
  font-weight: 500;
  background-color: #0d547f;
  border-color: #0d547f;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footerRresponse-btn {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .footerRresponse-btn {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

/* footer1 */
.footerProduct {
  background: #173058 url(../sy_images/common/common_stripe.png);
}
@media (max-width: 767px) {
  .footerProduct {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .footerProduct {
    padding: 53px 0 60px;
  }
}

.footerProduct_head {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .footerProduct_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .footerProduct_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.footerProduct_head.header_line::after {
  background-color: #fff;
}

/* slider */
.slide1 {
  width: 100%;
  padding: 20px 0 95px;
  background: linear-gradient(180deg, transparent 20px, #173058 20px, #173058 100%);
}
@media (max-width: 767px) {
  .slide1 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .slide1 {
    margin-top: 40px;
  }
}
.slide1 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide1 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .slide1 .slide {
    top: -15px;
  }
}
@media (min-width: 768px) {
  .slide1 .slide {
    top: -10px;
  }
}
.slide1 .slide .slide-item {
  width: 100%;
}
.slide1 .slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 240px;
  margin-left: auto;
  margin-right: auto;
}
.slide1 .slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.9);
  transform: scale(0.84);
}
.slide1 .swiper-button-prev,
.slide1 .swiper-button-next {
  top: 50%;
  margin-top: -76px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
@media (max-width: 767px) {
  .slide1 .swiper-button-prev,
  .slide1 .swiper-button-next {
    display: none;
  }
}
.slide1 .swiper-button-prev {
  left: 50%;
  margin-left: calc((12% + 25px) * -1);
  background: url(../sy_images/common/common_footer2_product_arrow_left.png) no-repeat center;
  background-size: 100% auto;
}
.slide1 .swiper-button-next {
  right: 50%;
  margin-right: calc((12% + 25px) * -1);
  background: url(../sy_images/common/common_footer2_product_arrow_right.png) no-repeat center;
  background-size: 100% auto;
}

.thums-container {
  margin-top: -70px;
}

.slider_txt {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider_txt {
    margin: 0 5%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .slider_txt {
    width: 838px;
    margin: 0 auto;
    padding: 31px 60px;
  }
  .slider_txt:hover {
    padding-left: 70px;
    opacity: 0.8;
    -webkit-transition: 0.75s;
    transition: 0.75s;
  }
}

.slider_txt dt {
  position: relative;
  top: -30px;
  opacity: 0;
  font-weight: 500;
  color: #0080cb;
}
@media (max-width: 767px) {
  .slider_txt dt {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .slider_txt dt {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

.slider_txt dd {
  position: relative;
  margin-top: 15px;
  top: 30px;
  font-weight: 500;
  opacity: 0;
}
@media (max-width: 767px) {
  .slider_txt dd {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .slider_txt dd {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

.swiper-slide-active .slider_txt dt,
.swiper-slide-active .slider_txt dd {
  opacity: 1;
  top: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.swiper-slide-active a {
  text-decoration: none;
  color: #4d4d4d;
}

.slider_txt_arr {
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-left: 10px;
  background: url(../sy_images/common/common_linkarrow_blue.png) no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: 0.5s 0.7s;
  transition: 0.5s 0.7s;
}
@media (max-width: 767px) {
  .slider_txt_arr {
    display: none;
  }
}

.swiper-slide-active .slider_txt_arr {
  opacity: 1;
}

/* footer2 */
.footerCase {
  background-color: #e5eef1;
}
@media (max-width: 767px) {
  .footerCase {
    padding: 34px 5% 40px;
  }
}
@media (min-width: 768px) {
  .footerCase {
    padding: 93px 2% 100px;
  }
}

.footerCase_head {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .footerCase_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .footerCase_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}

.footerCase_content {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footerCase_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 900px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .footerCase_content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footerCase_item {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footerCase_item {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .footerCase_item {
    width: 48%;
    max-width: 500px;
  }
  .footerCase_item:nth-child(n+3) {
    margin-top: 60px;
  }
  .footerCase_item * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footerCase_item:hover img {
    opacity: 0.8;
  }
  .footerCase_item:hover .footerCase-arr {
    left: 0.2em;
  }
}

.footerCase_item-list {
  position: relative;
  background-color: #fff;
  padding: 25px 20px 20px 30px;
  color: #0080cb;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .footerCase_item-list {
    /*top: -40px;
    left: -30px;*/
    display: inline-block;
    /*margin-bottom: -40px;*/
    width: 500px;
    max-width: 100%;
  }
}
.footerCase_item-list dt {
  font-weight: 500;
}
@media (max-width: 767px) {
  .footerCase_item-list dt {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .footerCase_item-list dt {
    font-size: 2rem;
  }
}
.footerCase_item-list dd {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 0.5em;
  background-color: #0080cb;
  color: #fff;
  font-weight: 500;
}

.footerCase-arr {
  position: relative;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-left: 0.5em;
  background: url(../sy_images/common/common_linkarrow_blue.png) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .footerCase-arr {
    display: none;
  }
}

.footerProduct + .footerContainer {
  background-color: #dadada;
}
@media (max-width: 767px) {
  .footerProduct + .footerContainer {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .footerProduct + .footerContainer {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .conversion + .footerProduct {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .conversion + .footerProduct {
    margin-top: 100px;
  }
}

/* ===========================================
Navi
=========================================== */
/* ------------------------
*	globalnavi
*/
@media (max-width: 767px) {
  .menu.menu_hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .menu_hide .megamenu,
  .menu-mobile {
    display: none;
  }
}

.menu {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-y: scroll;
    background-color: #0d547f;
    -webkit-transition: 0.6s cubic-bezier(0.3, 0.03, 0.13, 0.99);
    transition: 0.6s cubic-bezier(0.3, 0.03, 0.13, 0.99);
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
  }
  .menu.show-on-mobile {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.menu a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .lv1 {
    padding: 20px 5%;
  }
  .lv1 > li {
    position: relative;
    background-color: #fff;
  }
  .lv1 > li ~ li {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .lv1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lv1 > li {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .lv1 > li:hover .lv1-anc {
    background-color: #0d547f;
    color: #fff;
  }
}

.lv1-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d4d4d;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lv1-anc {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .lv1-anc {
    height: 96px;
    padding: 0 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .lv1-anc {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lv1-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(165deg, #518297, #173058 40%, #518297);
  background-size: 250% 200%;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lv1-contact {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .lv1-contact {
    width: 200px;
    height: 96px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lv1-contact:hover {
    background-position: right top;
  }
}

@media (max-width: 767px) {
  .lv2 li {
    padding: 0 8%;
  }
}
@media (min-width: 768px) {
  .lv2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px 0;
  }
  .lv2 li ~ li {
    border-top: solid 1px #fff;
  }
}
.lv2 li a {
  display: block;
  background-color: #fff;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .lv2 li a {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .lv2 li a {
    width: 340px;
    margin: 15px;
    padding: 18px 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lv2 li a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .lv2_directly {
    padding-top: 15px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .lv2_list dt {
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #518ca1;
    border-bottom: 1px solid #518ca1;
  }
}
@media (min-width: 768px) {
  .lv2_list dt {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .lv2_list dd {
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .lv2_list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .megamenu {
    display: none;
  }
}
@media (min-width: 768px) {
  .megamenu {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    background-color: #0d547f;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .lv1 > li:hover > .megamenu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* menu top */
  .menu-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding-left: 20px;
    background-color: #fff;
  }
  /* dropdown */
  .menu-dropdown-icon:before,
  .menu-dropdown-icon:after {
    position: absolute;
    top: 28px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #518ca1;
    content: "";
  }
  .menu-dropdown-icon:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-dropdown-icon.menu-open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* button */
  .menu-mobile,
  .menu-mobile_line {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 45px;
    width: 60px;
    height: 60px;
    padding: 0;
    color: inherit;
    outline: 0;
    border: 0;
    background: #0d547f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-mobile.menu-mobile-mtop, .menu-mobile.menu-active {
    top: 0;
  }
  .menu-active {
    background-color: #0d547f;
  }
  .menu-mobile_line {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
  }
  .menu-mobile_line:nth-of-type(1) {
    top: 20px;
  }
  .menu-mobile_line:nth-of-type(2) {
    top: 28px;
  }
  .menu-mobile_line:nth-of-type(3) {
    top: 36px;
  }
  .menu-active .menu-mobile_line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
  }
  .menu-active .menu-mobile_line:nth-of-type(2) {
    opacity: 0;
  }
  .menu-active .menu-mobile_line:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
  .nav_edge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5%;
    padding: 30px 15px;
    background-color: #fff;
  }
  .nav_edge_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav_edge-youtube {
    margin-top: 30px;
  }
  .nav_edge-list {
    margin-top: 16px;
  }
  .nav_edge-list li {
    margin-bottom: 2px;
  }
  .nav_edge-list a {
    display: inline-block;
    padding: 10px 0;
    color: #4d4d4d;
    text-decoration: none;
    white-space: nowrap;
  }
  .nav_edge-list a::before {
    content: "−";
    margin-right: 0.4em;
  }
  .nav_edge-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav_edge-mark li {
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ------------------------
*	topic-path
*/
.topic_path {
  padding: 10px 2%;
  margin: 0;
  list-style: none;
  background-color: #dadada;
}
@media (max-width: 767px) {
  .topic_path {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .topic_path {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .topic_path {
    display: none;
  }
}
.topic_path li {
  display: inline;
}
.topic_path li:not(:first-child):before {
  display: inline-block;
  content: ">";
  margin-left: 5px;
  padding-right: 5px;
}
.topic_path a {
  color: inherit;
  text-decoration: none;
}
.topic_path strong {
  font-weight: normal;
}

/* WEBフォント読み込み待機 */
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/* ------------------------
*	pagetop
*/
#buttonMoveToTop {
  opacity: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  #buttonMoveToTop {
    bottom: 65px !important;
    width: 50px;
  }
}
@media (min-width: 768px) {
  #buttonMoveToTop {
    width: 70px;
  }
}

.mt10pc {
  margin-top: 10px;
}/*# sourceMappingURL=common.css.map */