body {
  font-family: YuGothic;
  color: #505050;
  font-size: 15px;
}

@media (max-width: 1000px) {
    body {
        font-size: 14px;
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.33;
}

/* 共通項 */

/* ボタン */
.c-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    line-height: 59px;
    text-align: center;
    display: inline-block;
    width: 180px;
    border: 1px solid #b4b4b4;
    font-size: 16px;
    color: #505050;
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
}

@media (max-width: 1000px) {
    .c-btn {
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

.c-btn--top-more {
    width: 240px !important;
}


.c-btn--top-more {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    letter-spacing: 0.00em;
    width: 180px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

@media (max-width: 1000px) {
    .c-btn--top-more {
        font-size: 13px;
        width: 150px;
        height: 42px;
        line-height: 42px;
    }
}

.c-btn--sla:before, .c-btn--top-more:before, .page-descs__btns-btn:before, .p-download-list-item-btn:before, .c-btn--download-form-thanks:before, .c-btn--download-form-thanks2:before, .c-btn--for-customer:before, .c-btn--p-other-contents-links-item:before, .c-btn--p-other-contents-product-descs:before {
    content: "";
    position: absolute;
    top: 30px;
    right: -23px;
    width: 47px;
    height: 32px;
    border-top: 1px solid #252F66;
    /* -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg); */
    /* transform: translate3d(0px, 0px, 0) rotate(-45deg); */
    pointer-events: none;
}
@media (max-width: 1000px) {
 .c-btn--sla:before, .c-btn--top-more:before, .page-descs__btns-btn:before, .p-download-list-item-btn:before, .c-btn--download-form-thanks:before, .c-btn--download-form-thanks2:before, .c-btn--for-customer:before, .c-btn--p-other-contents-links-item:before, .c-btn--p-other-contents-product-descs:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -20px;
    width: 35px;
    height: 32px;
    border-top: 1px solid #252F66;
    /* -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg); */
    /* transform: translate3d(0px, 0px, 0) rotate(-45deg); */
    pointer-events: none;
}
}

.c-btn--sla:after, .c-btn--top-more:after, .page-descs__btns-btn:after, .p-download-list-item-btn:after, .c-btn--download-form-thanks:after, .c-btn--download-form-thanks2:after, .c-btn--for-customer:after, .c-btn--p-other-contents-links-item:after, .c-btn--p-other-contents-product-descs:after {
    content: "";
    position: absolute;
    top: 42px;
    right: -12px;
    width: 12px;
    height: 32px;
    border-top: 1px solid #252F66;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    pointer-events: none;
}
@media (max-width: 1000px) {
 .c-btn--sla:after, .c-btn--top-more:after, .page-descs__btns-btn:after, .p-download-list-item-btn:after, .c-btn--download-form-thanks:after, .c-btn--download-form-thanks2:after, .c-btn--for-customer:after, .c-btn--p-other-contents-links-item:after, .c-btn--p-other-contents-product-descs:after {
    content: "";
    position: absolute;
    top: 32px;
    right: -10px;
    width: 12px;
    height: 32px;
    border-top: 1px solid #252F66;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    pointer-events: none;
}
}



@media (min-width: 1001px) {
    .c-btn--top-more:hover,.c-btn--sla:hover {
        border-color: #252F66;
        background-color: #252F66;
        color: #fff;
    }
}



/* .c-btn--sla:before, .c-btn--top-more:before, .page-descs__btns-btn:before, .p-download-list-item-btn:before, .c-btn--download-form-thanks:before, .c-btn--download-form-thanks2:before, .c-btn--for-customer:before, .c-btn--p-other-contents-links-item:before, .c-btn--p-other-contents-product-descs:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 32px;
    height: 32px;
    border-top: 1px solid #252F66;
    -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
    transform: translate3d(0px, 0px, 0) rotate(-45deg);
    pointer-events: none;
} */

/* リンク */
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 300ms ease-out 0ms;
    transition: opacity 300ms ease-out 0ms;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    /* will-change: transform, opacity, background, color; */
}


/* 余白 */
.main-home .p-top-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.site-main {
    display: block;
    /* padding-top: 200px; */
    /* padding-bottom: 200px; */
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .site-main {
        padding: 0;
        /* padding-top: 60px; */
        padding-bottom: 90px;
        width: auto;
    }
}

.site-main {
    display: block;
    padding-top: 200px;
    padding-bottom: 200px;
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .site-main {
        padding: 0;
        padding-top: 26px;
        padding-bottom: 90px;
        width: auto;
    }
}



.home .site-main {
    padding-bottom: 0;
}


/* 画像 */
img {
    vertical-align: top;
}
img {
    max-width: 100%;
}

/* フォントサイズ */




/* タグ */
.p-tag {
    font-size: 13px;
    color: #252F66;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.33;
    padding: 3px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    white-space: nowrap;
    border: 1px solid #EBE8EF;
    background-color: #EBE8EF;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .p-tag {
        font-size: 11px;
    }
}

.p-tags {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
    .p-tags {
        margin-bottom: 10px;
    }
}

/* リスト */
ol, ul {
    list-style: none;
}


anim-p-header__inner animation {
    opacity: 1;
    top: 0px;
}


/* テーブル */
table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table {
    width: 100%;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.633;
    table-layout: fixed;
}

th, td {
    padding: 14px 16px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    th, td {
        padding: 12px 14px;
    }
}

th {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
}
@media (max-width: 1000px) {
    th {
        font-size: 12px;
    }
}


/* パンくずリスト */
.c-breadcrumbs {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}

.c-breadcrumbs .c-breadcrumbs__content {
    /* padding: 10px 0; */
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.33;
    padding-left: 0.5em;
}

@media (max-width: 1000px) {
    .c-breadcrumbs .c-breadcrumbs__content {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        white-space: nowrap;
        background-color: transparent;
        overflow-x: scroll;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (max-width: 1000px) {
    .home .c-breadcrumbs .c-breadcrumbs__content {
        display: none;
    }
}


/* ヘッダー */
.site-header {
    position: relative;
    z-index: 1000;
}
@media (min-width: 1001px) {
    .site-header {
        height: 127px;
    }
}
@media (max-width: 1000px) {
    .site-header {
        height: 50px;
    }
}



.site-header .p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 40px 20px; */
  padding: 0 40px;
  /* position: absolute; */
  position: relative;
  z-index: 1;
  width: 100%;
  /* border: 1px solid black; */
}
@media (min-width: 1001px) {
    .site-header .p-header__inner {
        top: 0;
        left: 0;
        width: 100%;
        /* height: 127px; */
    }
}

@media (max-width: 1000px) {
    .site-header .p-header__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        max-width: none;
        padding: 0;
        padding-right: 4%;
        border: none;
    }
}

@media (max-width: 1000px) {
    .site-header .p-header__inner {
        -webkit-transition: opacity 300ms 
ease-out 0ms;
        transition: opacity 300ms 
ease-out 0ms;
    }
}

/* .site-header .p-header__inner {
    padding: 0px 20px;
} */
 
@media (max-width: 1000px) {
    .is-scroll-up .site-header .p-header__inner {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__inner {
        position: fixed;
        padding-top: 8px;
        padding-bottom: 8px;
        height: 70px;
        animation: anim-p-header__inner 500ms ease-out 0ms 1 normal forwards;
        top: -200px;
        background: #fff;
    }
}


@keyframes anim-p-header__inner {
  0% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    top: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}



@media (max-width: 1000px) {
  .is-header-animated .site-header .p-header__inner {
    opacity: 0;
    pointer-events: none;
  }
}

.site-header .p-header__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
}
@media only screen and (max-width: 1180px) {
    .site-header .p-header__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }
}



@media (max-width: 1000px) {
    .site-header .p-header__logo {
        width: 120px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
        transform: translate3d(0, -50%, 0) rotate(0deg);
    }
}


.p-header__left img {
  width: 200px;
  margin-left: 20px;
  margin-top: 20px;
}


@media (max-width: 1000px) {
    .p-header__left img {
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
}
}

@media (min-width: 1001px) {
    .p-header__left img {
  width: 200px;
  margin-left: 20px;
  margin-top: 20px;
}
}


.p-header__cvs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
}
@media (max-width: 1000px) {
    .site-header .p-header__cvs {
        display: none;
    }
}

.p-header__cvs-tel {
  margin-right: 16px;
}

.site-header .p-header__cvs-tel-time {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  margin-right: 10px;
}
.site-header .p-header__cvs-tel-number {
  font-size: 22px;
  color: #252F66;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-family: YuMincho;
}
@media only screen and (max-width: 1200px) {
    .site-header .p-header__cvs-tel-number {
        font-size: 18px;
    }
}
@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__cvs-tel-number {
        font-size: 18px;
    }
}

.site-header .p-header__cvs-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.c-btn--cv2, .c-btn--cv1 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 39px;
    height: 40px;
    text-align: center;
    border: none;
}

.c-btn--cv2 {
  color: #252F66;
}
.c-btn--cv2.c-btn--cv1, .c-btn--cv1.c-btn--cv1 {
  background-color: #252F66;
}
@media (max-width: 1000px) {
    .c-btn--cv2, .c-btn--cv1 {
        font-size: 13px;
    }
}
.c-btn--cv2.c-btn--cv2, .c-btn--cv1.c-btn--cv2 {
  background-color: #fff;
  border: 1px solid rgba(37, 47, 102, 0.3) ;
  margin-left: 10px;
}



.site-header .p-header__cvs-btns-btn.c-btn.c-btn--cv1, .site-header .p-header__cvs-btns-btn.c-btn.c-btn--cv2 {
    /* -webkit-transition: none !important; */
    transition: none !important;
}
@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__cvs-btns-btn.c-btn.c-btn--cv1, .is-header-animated .site-header .p-header__cvs-btns-btn.c-btn.c-btn--cv2 {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
    }
}



.site-header .p-header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: nowrap;
  margin-top: 12px;
}

@media (max-width: 1000px) {
    .site-header .p-header__links {
        margin: 0;
        margin-left: auto;
    }
}

@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__links {
        margin-top: 6px;
    }
}

.site-header .p-header__links-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 2;
}
.site-header .p-header__links-search-icon {
  max-width: 22px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1000px) {
    .site-header .p-header__links-search-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18px;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        max-width: 18px;
    }
}
@media (min-width: 1001px) {
    .is-header-animated .site-header .p-header__links-search-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 22px;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px;
        max-width: 22px;
        margin-left: 12px;
    }
}

.site-header .p-header__links-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-right: 20px;
}
@media (max-width: 1000px) {
    .site-header .p-header__links-list {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #323232;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media only screen and (max-width: 1000px) {
    header.site-header .p-header__links-list {
        display: none;
        height: 0;
    }
}
@media (max-width: 550px) {
    header.site-header .p-header__links-list {
        display: none;
        height: 0;
    }
}

.site-header .p-header__links-list-item {
    font-size: 14px;
    color: #505050;
    line-height: 1.633;
    margin-left: 36px;
}
@media only screen and (max-width: 1300px) {
    .site-header .p-header__links-list-item {
        margin-left: 20px;
        font-size: 13.0px;
    }
}
@media only screen and (max-width: 1200px) {
    .site-header .p-header__links-list-item {
        margin-left: 20px;
        font-size: 12.0px;
        letter-spacing: -0.04em;
    }
}
@media only screen and (max-width: 1080px) {
    .site-header .p-header__links-list-item {
        margin-left: 17px;
        font-size: 11.0px;
        letter-spacing: -0.06em;
    }
}
.site-header .p-header__links-list-item {
    margin-left: 30px;
}
@media only screen and (max-width: 1300px) {
    .site-header .p-header__links-list-item {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1300px) {
    .site-header .p-header__links-list-item {
        /* margin-left: 18px; */
    }
}
/* @media (min-width: 1001px) {
    .p-header__links-list-item.is-parent > span, .p-header__links-list-item.is-parent > a {
        display: inline-block;
        position: relative;
        padding-right: 16px;
    }
}
@media (min-width: 1001px) {
    .p-header__links-list-item.is-parent > span:before, .p-header__links-list-item.is-parent > a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #b09a51;
        border-bottom: 1px solid #b09a51;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
        margin-top: -2px;
    }
} */

.p-header__links-list-item.is-parent:hover {
    position: relative;
    z-index: 2;
}

.p-header__links-list-item.is-parent:hover:before {
    position: absolute;
    top: 80%;
    left: -55px;
    right: -55px;
    height: 50px;
}

@media (min-width: 1001px) {
    .p-header__links-list-item.is-parent:hover:before {
        content: "";
    }
}



.p-header__links-list-item__child {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    width: 90vw;
    -webkit-transform: translate3d(-5vw, 27px, 0) rotate(0deg);
    transform: translate3d(-5vw, 27px, 0) rotate(0deg);
}

.is-header-animated .p-header__links-list-item__child {
    -webkit-transform: translate3d(-5vw, 9px, 0) rotate(0deg);
    transform: translate3d(-5vw, 9px, 0) rotate(0deg);
}

@media (min-width: 1001px) {
    .p-header__links-list-item.is-parent:hover .p-header__links-list-item__child {
        display: block;
    }
}


@media (max-width: 1000px) {
    .p-header__links-list-item__child {
        display: none !important;
    }
}

.p-header__links-list-item__child:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(-50vw, -1px, 0) rotate(0deg);
    transform: translate3d(-50vw, -1px, 0) rotate(0deg);
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.025);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.025);
}





.p-header__links-list-item__child__inner {
    pointer-events: auto;
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 30px 80px;
}
.p-header__links-list-item__child-tit {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 10px;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    position: relative;
    /* padding-left: 40px; */
    -webkit-animation: anim-p-header__links-list-item__child__inner 300ms 
ease-out 0ms 1 normal forwards;
    animation: anim-p-header__links-list-item__child__inner 300ms 
ease-out 0ms 1 normal forwards;
}

@keyframes anim-p-header__links-list-item__child__inner {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
            transform: translate3d(-10px, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
            transform: translate3d(0px, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}


.p-header__links-list-item__child-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 50px;
}
.p-header__links-list-item__child-list:last-child {
    margin-bottom: 0;
}
.p-header__links-list-item__child-list-child {
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
    transform: translate3d(-10px, 0, 0) rotate(0deg);
    -webkit-animation: anim-p-header__links-list-item__child__inner 300ms 
ease-out 0ms 1 normal forwards;
    animation: anim-p-header__links-list-item__child__inner 300ms 
ease-out 0ms 1 normal forwards;
}
.p-header__links-list-item__child-list-child:nth-child(1) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}
.p-header__links-list-item__child-list-child > a {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
    height: 100%;
    background-color: #f4f4f4;
    padding: 0px 0px 0 0;
    height: 85px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.p-header__links-list-item__child-list-child-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95px;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
}


.p-header__links-list-item__child-list-child-desc {
    max-width: 65%;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.33;
}
@media (max-width: 1000px) {
    .p-header__links-list-item__child-list-child-desc {
        max-width: none;
    }
}



@media (min-width: 1001px) {
    .p-header__links-list-item a:hover {
        text-decoration: underline;
    }
}
@media (min-width: 1001px) {
    .p-header__links-list-item > a:hover {
        font-weight: 700;
        color: #252F66;
    }
}



.p-header__links-list-item__child-list-child > a:hover {
    text-decoration: none;
}

/* .p-header__links-list-item__child__inner .p-header__links-list-item__child-list-child-desc {
    padding-left: 5px;
} */


/* ハンバーガーメニュー */
.p-header-btn {
    display: block;
    position: fixed;
    z-index: 2002;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: #252F66;
}
@media (min-width: 1001px) {
    .p-header-btn {
        display: none;
    }
}

.p-header-btn .p-header-btn-span {
    position: absolute;
    display: block;
    background-color: #ffffff;
    font-size: 13px;
    width: 24px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    transition: all 300ms ease-out 0ms;
}
.p-header-btn .p-header-btn-span.is-s1 {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0deg);
    transform: translate3d(0, -8px, 0) rotate(0deg);
}

.p-header-btn .p-header-btn-span.is-s3 {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
}

.is-header-drawer-opend .p-header-btn .p-header-btn-span.is-s1 {
    transform: translate3d(0, 0px, 0) rotate(-225deg);
    transition: all .5s;
}

.is-header-drawer-opend .p-header-btn .p-header-btn-span.is-s2 {
    transform: translate3d(10px, 0px, 0) rotate(0);
    transition: all .5s;
    opacity: 0;
}
.is-header-drawer-opend .p-header-btn .p-header-btn-span.is-s3 {
    transform: translate3d(0, 0px, 0) rotate(225deg);
    transition: all .5s;
}

/* ヘッダードロワー */

.p-header-drawer {
    display: none;
    pointer-events: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252F66;
    
}



.is-header-drawer-opend .p-header-drawer {
    display: block;
    pointer-events: auto;
}
@media (min-width: 1001px) {
   .is-header-drawer-opend .p-header-drawer {
    display: none;
}
}

@media (max-width: 1000px) {
    .p-header-drawer .p-footer__upper {
        max-width: none;
        padding: 0 4%;
        padding-top: 15px;
        display: block;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__left {
        max-width: none;
    }
}
.p-header-drawer .p-footer__logos {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.p-header-drawer .p-footer__logo {
    width: 134px;
    margin: 0 auto;
    margin-bottom: 28px;
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__logo {
        width: 150px;
        margin-bottom: 20px;
    }
    .p-header-drawer .p-footer__logo img {
        width: 300px;
    }
   
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__right {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 50px;
    }
}
.p-header-drawer .p-footer__menus__col:nth-of-type(1) {
    margin-left: 0;
}
.site-footer .p-footer__menus__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    margin: 0 3%;
}


@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row {
        margin-top: -1px;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-tit.is-parent {
        position: relative;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-tit {
        font-size: 12px;
        margin-bottom: 0;
        padding: 0;
        border-top: 1px solid #EBE8EF;
        border-bottom: 1px solid #EBE8EF;
        font-weight: 700;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-tit > a {
        display: block;
        padding: 14px 0;
    }
    .p-header-drawer .p-footer__menus__row-tit a {
        color: #fff;
    }

}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-list--middles {
        display: block !important;
        padding-left: 0;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-list-item.is-middle {
        font-size: 12px;
    }
}
.p-header-drawer .p-footer__menus__row-list-item.is-middle {
    /* font-size: 16px; */
    font-weight: 700;
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-list-item:nth-child(1) {
        /* -webkit-animation-delay: 30ms; */
        animation-delay: 30ms;
    }
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-list-item {
    margin: 0;
    border-bottom: 1px solid #EBE8EF;
    font-feature-settings: "palt";
    }
  }
  .p-header-drawer .p-footer__menus__row-list-item {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.633;
    /* margin-bottom: 10px; */
}
@media (max-width: 1000px) {
    .p-header-drawer .p-footer__menus__row-list-item > a {
        display: block;
        padding: 14px 0;
    }
    .p-header-drawer .p-footer__menus__row-list-item a {
        color: #fff;
    }
}

.p-header-drawer .p-sm-cv .p-sm-cv__contact {
    background-color: #252F66;
    position: relative;
    border: 1px solid #EBE8EF;
}





/* メイン */
.site-content .p-top-mv {
  /* position: absolute; */
  top: 0;
  left: 0;
}

  @media (max-width: 1000px) {
    .lg-only {
        display: none;
    }
}



.main-home .p-top-section.p-top-series {
  padding: 80px 0 80px;
}

@media (max-width: 1000px) {
    .main-home .p-top-section.p-top-series {
        /* padding-top: 535px; */
        padding-bottom: 54px;
    }
}
@media (max-width: 1000px) {
    .main-home .p-top-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

.p-top-section__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0;
  margin: 0 auto;
  /* border: 1px solid black; */
}

@media (max-width: 1000px) {
    .main-home .p-top-section__inner {
        max-width: none;
        padding: 0 4%;
    }
}
@media (min-width: 1001px) {
    .sm-only {
        display: none !important;
        position: relative;
    }
}


.main-home .p-top-series__mv {
position: relative;
margin-bottom: 150px;
}

@media (max-width: 1000px) {
    .main-home .p-top-series__mv {
        margin-bottom: 80px;
    }
}

.main-home .p-top-series__box {
  height: 540px;
  max-width: 50%;
  margin-left: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__box {
        height: auto;
        max-width: none;
        margin: 0;
        display: block;
    }
}


.main-home .p-top-series__box__inner {
  flex: 0 0 auto;
  max-width: 90%;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__box__inner {
        max-width: none;
    }
}

.main-home .p-top-series__box-tit {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "Yu Mincho", YuMincho;
  line-height: 1;
  margin-bottom: 22px;
}


@media (max-width: 1000px) {
    .main-home .p-top-series__box-tit {
        font-size: 40px;
        margin-bottom: 16px;
    }
}


.main-home .p-top-series__box-tit-txt1 {
  display: block;
  color: #252F66;
}
/* @media (min-width: 1001px) {
    .main-home .p-top-series__box-tit-txt1 {
        text-align: center;
}
} */




.main-home .p-top-series__box-sub {
    font-size: 20px;
    color: #000000;
    font-weight: 200;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho;
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__box-sub {
        font-size: 15px;
        margin-bottom: 30px;
    }
}
/* @media (min-width: 1001px) {
    .main-home .p-top-series__box-sub {
        text-align: center;
}
} */


@media (min-width: 1001px) {
    .main-home .p-top-series__box-img {
        position: absolute;
        top: 0;
        right: 59%;
        width: 43vw;
        height: 540px;
    }
}
@media (max-width: 1000px) {
    .main-home .p-top-series__box-img {
      position: relative;
        width: 92.2vw;
        margin-bottom: 30px;
    }
}

.main-home .p-top-series__box-desc {
  color: #666;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.533;
  font-feature-settings: "palt";
}





.main-home .p-top-series__box-bglogo:before {
    content: "";
    position: absolute;
    display: block;
    /* background-color: #EBE8EF; */
    z-index: -1;
    transform: rotate(0deg);
}

@media (max-width: 1000px) {
    .main-home .p-top-series__box-bglogo:before {
        top: 90%;
        left: -10%;
        width: 86%;
        height: 275px;
        margin-left: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}


@media (min-width: 1001px) {
    .main-home .p-top-series__box-bglogo:before {
        top: 270px;
        left: 50%;
        width: 66vw;
        height: 530px;
        -webkit-transform: translate3d(-240px, 0%, 0) rotate(0deg);
        transform: translate3d(-240px, 0%, 0) rotate(0deg);
        
    }
}
/* @media (min-width: 1001px) {
    .main-home .p-top-series__box-bglogo:before {
        top: 100px;
        left: 0;
        width: 100%;
        height: 558px;
        -webkit-transform: translate3d(-240px, 0%, 0) rotate(0deg);
        transform: translate3d(-240px, 0%, 0) rotate(0deg);
        
    }
} */
/* @media (min-width: 1001px) {
    .main-home .p-top-series__box-bglogo:before {
        top: 80px;
        left: 53%;
        width: 500px;
        height: 500px;
        -webkit-transform: translate3d(-240px, 0%, 0) rotate(0deg);
        transform: rotate(45deg);
        
    }
} */

@media (max-width: 1000px) {
    .main-home .p-top-series__box-desc {
        font-size: 14px;
        line-height: 2.1;
    }
}


/* @media (min-width: 1001px) {
    .main-home .p-top-series__box-bglogo img {
        margin-top: 0;
        max-width: 200px;
        top: 15px;
        left: 60%;
        transform: translate3d(0px, 280%, 0) rotate(0deg);
    }
} */

/* .main-home .p-top-series__box-bglogo img {
    position: absolute;
    height: auto;
} */


@media (min-width: 1001px) {
    .main-home .p-top-series__box-bglogo img {
        /* display: block; */
        position: absolute;
        margin-top: 0;
        max-width: 320px;
        top: 70%;
        left: 50%;
        transform: translate3d(0px, 280%, 0) rotate(0deg);
        /* margin: 0 auto; */
    }
}




@media (max-width: 1000px) {
    .main-home .p-top-series__box-bglogo img {
        /* display: none; */
        position: absolute;
        top: 105%;
        right: auto;
        left: 10%;
        margin-top: -1px;
        -webkit-transform: translate3d(0px, -50%, 0) rotate(0deg);
        transform: translate3d(0px, -50%, 0) rotate(0deg);
        width: 200px;
        opacity: 0.3;
    }
}


/* メイン メディアクエリ */




/* リスト */
.main-home .p-top-series__list {
  /* display: flex; */
  align-items: stretch;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  /* border: 1px solid black; */
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list {
  width: 95%;
}
}

.p-top-series__list-item {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  /* margin-bottom: 80px; */
  margin-bottom: 140px;
  position: relative;
}

@media (max-width: 1000px) {
    .p-top-series__list-item {
  /* display: block; */
  /* margin-bottom: 0; */
  /* flex-direction: column-reverse; */
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
}

@media (max-width: 1000px) {
    .main-home .p-top-series__list-item:nth-child(1) {
        padding-top: 0;
        margin-top: 0;
    }
}

.p-top-series__list-item:before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: -25px;
        z-index: -1;
        width: 104.65%;
        height: 106%;
        /* height: 113.2%; */
        background: url(/wp-content/themes/sencere-theme1/img/sincere-54.png);
}

@media (max-width: 1000px) {
   .p-top-series__list-item:before {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 10px;
        z-index: -1;
        width: 100%;
        height: 100%;
        /* height: 113.2%; */
        background: url(/wp-content/themes/sencere-theme1/img/sin61.png);
}
}


.p-top-series__list-item:nth-child(2):before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        left: -30px;
        z-index: -1;
        width: 104.65%;
        height: 106%;
        /* height: 113.2%; */
        background: url(/wp-content/themes/sencere-theme1/img/Group\ 55.png);
}
@media (max-width: 1000px) {
   .p-top-series__list-item:nth-child(2):before {
        content: '';
        position: absolute;
        bottom: 15px;
        left: -10px;
        z-index: -1;
        width: 100%;
        height: 100%;
        /* height: 113.2%; */
        background: url(/wp-content/themes/sencere-theme1/img/sin61.png);
}
}


@media (max-width: 1000px) {
   .p-top-series__list-item:before,.p-top-series__list-item:nth-child(2):before{
    /* display: none; */
   }
}



.p-top-series__list-item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
    .p-top-series__list-item.reverse {
    flex-direction: column;
}
}

.p-top-series__list-item-apper {
  width: 510px;
  margin: auto 0;
}
@media (max-width: 1000px) {
.p-top-series__list-item-apper {
    width: 100%;
    margin: auto 0;
}
}

.main-home .p-top-series__list-item-tit {
    position: relative;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.00em;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 24px;
}


@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-tit {
        font-size: 16px;
        margin-bottom: 12px;
        padding: 0 2%;
    }
}
.main-home .p-top-series__list-item-num {
   /* position: absolute; */
    font-size: 80px;
    /* font-size: 50px; */
    color: #252F66;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.0;
    font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    height: 1em;
    margin-right: 20px;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-num {
   font-size: 40px;
   margin-right: 15px;
}
}


.main-home .p-top-series__list-item-tit1 {
    position: absolute;
    top: 43px;
    /* top: 16px; */
}
@media (max-width: 1000px) {
   .main-home .p-top-series__list-item-tit1 {
    position: absolute;
    top: 16px;
}
}


.main-home .p-top-series__list-item-desc {
    font-size: 15px;
    color: #666666;
    line-height: 2.0;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-desc {
        font-size: 14px;
        line-height: 1.833;
        padding: 0 2%;
    }
}

.main-home .p-top-series__list-item-img-num {
    position: absolute;
    z-index: 10;
    display: inline-block;
    font-size: 80px;
    color: #252F66;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.0;
    font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /* bottom: -45px; */
    top: 87%;
    left: 100%;
    height: 1em;
}
/* .main-home .p-top-series__list-item-img-num {
    position: absolute;
    z-index: 10;
    display: inline-block;
    font-size: 80px;
    color: #252F66;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.0;
    font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    bottom: -45px;
    left: 430px;
    height: 1em;
} */
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-img-num {
        font-size: 40px;
        top: 92%;
        left: 102%;
        height: 1em;
    }
}



.main-home .p-top-series__list-item-img-num:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 2.0em;
    height: 2.0em;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border-top: 2px solid #252F66;
    margin-top: 10px;
    margin-left: 10px;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-img-num:before {
        border-top: 1px solid #252F66;
        margin-top: 8px;
        margin-left: 1px;
    }
}


.main-home .p-top-series__list-item:nth-child(2) .p-top-series__list-item-img-num {
    /* top: auto; */
    left: auto;
    right: 82%;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item:nth-child(2) .p-top-series__list-item-img-num {
    left: auto;
    top: 93%;
    right: 88%;
}
}

.main-home .p-top-series__list-item-img {
  position: relative;
  width: 510px;
  height: 300px;
  max-width: 100%;
}
@media (max-width: 1000px) {
    .main-home .p-top-series__list-item-img {
  height: 100%;
  margin-bottom: 40px;
}
}

.main-home .p-top-section-btns {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 10px 0;
    display: block;
}




/* プロダクトセクション */

/* @media (min-width: 1001px) {
    .main-home .p-top-products.p-top-section {
        padding-bottom: 40px;
    }
} */
.main-home .p-top-products.p-top-section {
    background-color: #EBE8EF;
    /* background-color: #B8D0ED; */

}
.main-home .p-top-section__inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 0;
    margin: 0 auto;
}

.p-top-products-sec__head {
  display: flex;
  justify-content: space-between;
  gap: 30%;
  /* border: 1px solid #000000; */
  border-bottom: 1px solid #BCBCBC;
}
@media (max-width: 1000px) {
    .p-top-products-sec__head {
  display: block;
}
}


.main-home .p-top-products .p-top-products-sec-tit {
    color: #252F66;
}

.p-top-section-tit {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 0px;
}

.main-home .p-top-products .p-top-products-sec-sub {
    font-size: 20px;
    margin-bottom: 60px;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
}
@media (max-width: 1000px) {
    .main-home .p-top-products .p-top-products-sec-sub {
        font-size: 15px;
        margin-bottom: 24px;
    }
}

.main-home .p-top-products-sec-sub {
    font-size: 20px;
    color: #505050;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 40px;
}

.main-home .p-top-products-sec-desc {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 2;
    margin: auto 0;
    margin-top: 15px;
}
@media (max-width: 1000px) {
    .main-home .p-top-products-sec-desc {
        font-size: 14px;
        line-height: 2.0;
        margin-bottom: 44px;
    }
}

.p-top-products-sec-row {
  margin-top: 75px;
  display: flex;
  gap: 8%;
  margin-bottom: 140px;
}
@media (max-width: 1000px) {
    .p-top-products-sec-row {
    display: block;
    margin: 50px 0;
}
}
@media (max-width: 1000px) {
    .p-top-products-sec-col:first-child {
    margin-bottom: 30px;
}
}


.p-top-products-sec-mvs {
  display: flex;
  width: 620px;
}
@media (max-width: 1000px) {
    .p-top-products-sec-mvs {
        position: static;
        width: auto;
    }
}
@media only screen and (max-width: 1200px) {
    .p-top-products-sec-mvs {
        /* width: 450px; */
        right: 20px;
    }
}

.p-top-products-sec-mvs-img {
    flex: 0 0 370px;
    max-width: 370px;
}
@media (max-width: 1000px) {
    .p-top-products-sec-mvs-img {
        flex: 0 0 52%;
        max-width: 52%;
    }
}

.p-top-products-sec-mvs-img img {
  width: 300px;
}
@media (max-width: 1000px) {
    .p-top-products-sec-mvs-img img {
  width: 100%;
}
}

.main-home .p-top-products-sec-mvs-names {
    flex: 0 0 200px;
    max-width: 200px;
    margin-left: 0px;
    text-align: center;
}

@media (max-width: 1000px) {
    .main-home .p-top-products-sec-mvs-names {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        padding-top: 36px;
    }
}

.main-home .p-top-products-sec-mvs-names-txt {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 12px;
}
@media (max-width: 1000px) {
    .main-home .p-top-products-sec-mvs-names-txt {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

.p-top-products-sec-mvs-names-txt p {
    text-align: left;
    font-size: 60%;
    line-height: 140%;
    display: table;
    margin: 15px  auto 0;
    padding: 25px 0 5px 0;
    border-top: 1px solid #bcbcbc;
}
@media (max-width: 1000px) {
    .p-top-products-sec-mvs-names-txt p {
        padding: 15px 5px 5px 5px;
    }
}

p {
    line-height: inherit;
    font-size: inherit;
    color: #505050;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}

.main-home .p-top-section-btns {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 10px 0;
    display: block;
}





/* ケーススタディセクション */
.main-home .p-top-case {
    background-color: #252F66;
    /* background-color: #1D3D5E; */
}

.main-home .p-top-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 1000px) {
    .main-home .p-top-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}
.main-home .p-top-section__inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 1000px) {
    .main-home .p-top-section__inner {
        max-width: none;
        padding: 0 4%;
    }
}

.main-home .p-top-case .p-top-case-sec-tit {
    color: #fff;
}
.p-top-section-tit {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 0px;
}
@media (max-width: 1000px) {
    .p-top-section-tit {
        font-size: 40px;
        margin-bottom: 0;
        line-height: 1.1;
    }
}

.main-home .p-top-case .p-top-case-sec-sub {
    color: #fff;
}
.p-top-section-sub {
    font-size: 15px;
    letter-spacing: 0.00em;
    line-height: 1.5;
    margin-bottom: 60px;
}
@media (max-width: 1000px) {
    .p-top-section-sub {
        margin-bottom: 32px;
    }
}

/* 古い導入事例 */
.p-top-case__list {
  margin-top: 0;
}

@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.main-home .p-top-case__list-wrapper {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper {
        display: block;
    }
}

.main-home .p-top-case__list-wrapper__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 46%;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    max-width: 46%;
    margin-right: 4%;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__left {
        max-width: none;
        margin: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .main-home .p-top-case__list-item {
        margin-bottom: 16px;
    }
}

@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case__list-item:nth-child(2n+1) {
        margin-right: 4%;
    }
}


.main-home .p-top-case__list-item-img {
    margin-bottom: 20px;
    
}





.main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img a, .main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img img {
    display: block;
}

@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case-list-item__descs {
        max-width: none;
    }
}

img {
    max-width: 100%;
}
@media (min-width: 1001px) {
    .main-home .p-top-case-list-item-tags.p-tags {
        max-width: none;
    }
}




.main-home .p-top-case__list .p-top-case-list-item-tit {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 10px;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list .p-top-case-list-item-tit {
        font-size: 14px;
        margin-bottom: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}


.main-home .p-top-case__list .p-top-case-list-item-name {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 8px;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list .p-top-case-list-item-name {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

.main-home .p-top-case__list .p-top-case-list-item-products {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.00em;
    line-height: 1.633;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list .p-top-case-list-item-products {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

.main-home .p-top-case__list .p-top-case-list-item-products-item {
    color: #fff;
    text-decoration: underline;
}
.main-home .p-top-case__list .p-top-case-list-item-products-item a {
    -webkit-transition: all 300ms 
ease-out 0ms;
    transition: all 300ms 
ease-out 0ms;
}
@media (min-width: 1001px) {
    a:hover {
        opacity: .75;
    }
}

.main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img a, .main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img img {
    display: block;
}
.main-home .p-top-case .p-top-case__list-wrapper__right {
    max-width: 46%;
}
@media (max-width: 1000px) {
    .main-home .p-top-case .p-top-case__list-wrapper__right {
        max-width: none;
    }
}


.main-home .p-top-case__list-wrapper__right {
    flex: 0 0 50%;
}
/* .main-home .p-top-case__list-wrapper__right .p-top-case__list-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row nowrap;
    margin-bottom: 40px;
} */
.main-home .p-top-case__list-wrapper__right .p-top-case__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case__list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48.0%;
        -ms-flex: 0 0 48.0%;
        flex: 0 0 48.0%;
        max-width: 48.0%;
        display: block;
        margin-bottom: 16px;
    }
}



.main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img {
    flex: 0 0 43%;
    /* max-width: 43%; */
    margin-right: 4%;
}
@media (max-width: 1000px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case__list-item-img {
        max-width: none;
        margin-right: 0;
    }
}

.main-home .p-top-case__list-item-img {
    margin-bottom: 20px;
}
@media (min-width: 1001px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case-list-item__descs:nth-child(n+1) {
        margin-left: 4%;
    }
}
@media (min-width: 1001px) {
    .main-home .p-top-case__list-wrapper__right .p-top-case-list-item__descs {
        flex: 0 0 53%;
        max-width: 53%;
    }
}



/* 新しい導入事例 */


.p-top-case-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}

@media (min-width: 1001px) {
    .p-top-case-list-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    .p-top-case-list {
        display: block;
    }
}

.p-top-case-list-item {
    -webkit-box-flex: 0;
    /* -webkit-flex: 0 0 31.666%; */
    -ms-flex: 0 0 31.666%;
    flex: 0 0 31.666%;
    max-width: 31.666%;
    margin-left: 2.5%;
    margin-bottom: 52px;
}
@media (max-width: 1000px) {
    .p-top-case-list-item {
        margin-bottom: 16px;
        max-width: 100%;
        margin-left: 0;
    }
}

.p-top-case-list-item-img {
    margin-bottom: 20px;
}

.p-top-case-list-item-tit {
        color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 10px;
}
@media (max-width: 1000px) {
    .main-home .p-top-case-list .p-top-case-list-item-tit {
        font-size: 16px;
        margin-bottom: 4px;
        overflow: hidden;
    }
}


.p-top-case-list-item-txt {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 16px;
}
.p-top-case-list-item__props {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-flow: row nowrap;
        margin-bottom: 12px;
}

@media (min-width: 1001px) {
    .p-top-case-list-item-tags.p-tags {
        flex: 0 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-flow: column wrap;
    }
}
.p-top-case-list-item-tags.p-tags {
    margin-right: 12px;
    /* margin-bottom: 0px; */
}

@media (min-width: 1001px) {
    .p-top-case-list-item-name {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        max-width: 60%;
        margin-bottom: 4px;
    }
}
.p-top-case-list-item-name {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 8px;
}
@media (max-width: 1000px) {
    .main-home .p-top-case-list .p-top-case-list-item-name {
        font-size: 14px;
        margin-bottom: 4px;
    }
}


.p-top-case-list-item-products {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
    .main-home .p-top-case-list .p-top-case-list-item-products {
        font-size: 14px;
        margin-bottom: 4px;
    }
}


.p-top-case-list .p-top-case-list-item-products-item {
    color: #fff;
    text-decoration: underline;
}
.p-top-case-list-item-products-list-name {
    display: inline;
    text-decoration: underline;
    margin-right: 4px;
    color: #fff;
}




/* 導入事例のボタン */
.main-home .p-top-section-btns .c-btn--top-more:hover {
    border: 1px solid #fff;
}
.p-top-case .c-btn--top-more:hover:before {
    border-top: 1px solid #fff;
}
.p-top-case .c-btn--top-more:hover:after {
    border-top: 1px solid #fff;
}


/* ニュースセクション */
/* .main-home .p-top-news-sec-tit {
  color: #252F66;
} */

.main-home .p-top-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-top-news-sec-tit,
.p-top-news-sec-sub {
    text-align: center;
}


.main-home .p-top-news__list {
    padding-left: 12.5%;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    .main-home .p-top-news__list {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.p-news-list-item {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1000px) {
    .p-news-list-item {
        margin-bottom: 18px;
        padding-bottom: 26px;
    }
}


.p-news-list-item__props {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 8px;
}
.p-news-list-item-tags {
    margin-bottom: 0;
    flex: 0 0 auto;
    min-width: 90px;
    padding-right: 10px;
}
@media (max-width: 1000px) {
    .p-news-list-item-tags {
        min-width: 0;
    }
}

.p-tag.is-tag-n1 {
    background-color: #EBE8EF;
    border: 1px solid #dcdcdc;
    /* color: #505050; */
}
.p-news-list-item-tag {
    margin-bottom: 0;
}
.p-news-list-item-date {
    font-size: 16px;
    color: #666666;
    line-height: 1.33;
    font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-top: 2px;
}
@media (max-width: 1000px) {
    .p-news-list-item-date {
        font-size: 14px;
    }
}

.p-news-list-item-desc {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    padding-left: 90px;
}
@media (max-width: 1000px) {
    .p-news-list-item-desc {
        font-size: 14px;
        padding-left: 0;
    }
}
/* .p-news-list-item_nopost {
     font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
} */


/* contactセクション */
.p-top-section.p-top-contact {
    background-color: #252F66;
    color: #fff;
    text-align: center;
}




/* sp限定CV */
.p-sm-cv {
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}
@media (min-width: 1001px) {
    .p-sm-cv {
        display: none;
    }
}
.p-sm-cv .p-sm-cv__inner {
    max-width: none;
    padding: 0 4%;
}

/* sp限定CV tel */
.p-sm-cv .p-sm-cv-tel {
    background-color: #f5f5f5;
    margin-bottom: 16px;
    position: relative;
}
.p-sm-cv .p-sm-cv-tel .p-sm-cv__box {
    text-align: center;
}
.p-sm-cv .p-sm-cv__box {
    padding: 24px 20px 20px;
}
.p-sm-cv .p-sm-cv-tel:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 92px;
    height: 92px;
    border-top: 1px solid #252F66;
    -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
    transform: translate3d(0px, 0px, 0) rotate(-45deg);
    margin-top: 8px;
    margin-left: 8px;
    pointer-events: none;
}
.p-sm-cv .p-sm-cv-tel-txt1 {
    font-size: 14px;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 8px;
}
.p-sm-cv .p-sm-cv-tel-txt2 {
    font-size: 11px;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 5px;
}
.p-sm-cv .p-sm-cv-tel-txt3 {
    font-size: 23px;
    line-height: 1.33;
    color: #252F66;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* sp限定CV contact */
.p-sm-cv .p-sm-cv__contact {
    background-color: #252F66;
    position: relative;
}
.p-sm-cv .p-sm-cv__contact:before {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 92px;
    height: 92px;
    border-bottom: 1px solid #EBE8EF;
    -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
    transform: translate3d(0px, 0px, 0) rotate(-45deg);
    margin-bottom: 10px;
    margin-right: 10px;
    pointer-events: none;
}
.p-sm-cv .p-sm-cv__box {
    padding: 24px 20px 20px;
}
.p-sm-cv .p-sm-cv__contact-txt1 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 16px;
    text-align: center;
}

.p-sm-cv .p-sm-cv__contact-btns {
      max-width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-flow: row nowrap;
}
.p-sm-cv .p-sm-cv__contact-btn.c-btn--lg-cv1 {
    background-color: #EBE8EF;
    color: #252F66;
}
.p-sm-cv .p-sm-cv__contact-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.33;
    height: 40px;
    line-height: 40px;
    border: none;
}
.p-sm-cv .p-sm-cv__contact-btn.c-btn--lg-cv2 {
    background-color: #252F66;
    border: 1px solid #EBE8EF;
}

/* CTA */
.p-lg-cv {
    position: relative;
    z-index: 10;
}
@media (max-width: 1000px) {
    .p-lg-cv {
        display: none;
    }
}

.p-lg-cv .p-lg-cv__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row nowrap;
  overflow: hidden;
}
.p-lg-cv .p-lg-cv-tel {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 4%;
    background-color: #EBE8EF;
}
.p-lg-cv .p-lg-cv-tel .p-lg-cv__box {
    margin-left: auto;
    text-align: left;
}
.p-lg-cv .p-lg-cv__box {
    max-width: 500px;
}
.p-lg-cv .p-lg-cv__box__inner {
  position: relative;
    z-index: 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap;
    height: 180px;
}
.p-lg-cv .p-lg-cv-tel-txt1 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 10px;
    font-weight: 400;
}
.p-lg-cv .p-lg-cv-tel-txt2 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 10px;
}
.p-lg-cv .p-lg-cv-tel-txt3 {
  flex: 0 0 100%;
    max-width: 100%;
    font-size: 30px;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    color: #252F66;
    margin-bottom: 10px;
    font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-lg-cv .p-lg-cv__contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 4%;
    padding-right: 80px;
    background-color: #252F66;
}
.p-lg-cv .p-lg-cv__contact .p-lg-cv__box {
    margin-right: auto;
}
.p-lg-cv .p-lg-cv__contact .p-lg-cv__box__inner {
    padding-top: 10px;
}
.p-lg-cv .p-lg-cv__contact-txt1 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 24px;
}
.p-lg-cv .p-lg-cv__contact-btns {
  flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.p-lg-cv .p-lg-cv__contact-btn.c-btn--lg-cv1 {
    background-color: #EBE8EF;
}
.p-lg-cv .p-lg-cv__contact-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
    font-size: 16px;
    color: #252F66;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.33;
    height: 50px;
    line-height: 50px;
    border: none;
}
.p-lg-cv .p-lg-cv__contact-btn.c-btn--lg-cv2 {
    background-color: #252F66;
    border: 1px solid #fff;
    color: #fff;
}



/* フッター */

/* .site-footer {
    padding-top: 110px;
} */


.site-footer .p-footer__inner {
    position: relative;
    background-color: #252F66;
    /* margin-top: 150px; */
}



.site-footer .p-footer__totop.is-totop-fixed {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 20px;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__totop.is-totop-fixed {
        right: 15px;
        bottom: 75px;
    }
}
.site-footer .p-footer__totop {
  display: block;
  z-index: 200;
  /* transition: opacity 500ms ease-out 0ms; */
    opacity: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__totop {
        width: 40px;
        height: 40px;
    }
}
.site-footer .p-footer__totop.is-totop-none {
    opacity: 0;
}

.site-footer .p-footer__totop {
  display: block;
  z-index: 200;
  /* transition: opacity 500ms ease-out 0ms; */
    opacity: 1;
    background: #252F66 url(/img/icon_totop.svg) no-repeat center center / 13px 20px;
    cursor: pointer;
}
.site-footer .p-footer__totop > a {
    display: block;
    height: 100%;
    width: 100%;
}



.site-footer .p-footer__totop a img {
    position: absolute;
    top: 10px;
    left: 14px;
    background: #252F66;
}
@media (min-width: 1001px) {
    .site-footer .p-footer__totop a img {
    position: absolute;
    top: 15px;
    left: 19px;
    background: #252F66;
}
}


.site-footer .p-footer__upper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row nowrap;
      box-sizing: border-box;
    max-width: 1260px;
    padding: 0 30px;
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 auto;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__upper {
        max-width: none;
        padding: 0 4%;
        padding-top: 15px;
        display: block;
        margin-bottom: 70px;
    }
}

.site-footer .p-footer__left {
    flex: 0 0 240px;
    max-width: 240px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__left {
        max-width: none;
    }
}
.site-footer .p-footer__logos {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.site-footer .p-footer__logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 28px;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__logo {
        width: 150px;
        margin-bottom: 20px;
    }
    .site-footer .p-footer__logo img {
        width: 300px;
    }
   
}
.site-footer .p-footer__cvs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__cvs {
        display: none;
    }
}
.site-footer .p-footer__cvs-tel {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.33;
    display: inline-block;
    padding-left: 32px;
    position: relative;
    white-space: nowrap;
}
.site-footer .p-footer__cvs-tel img {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 23px;
    height: 29px;
    background: url(/img/phone_in_talk_24dp_FFF_FILL0_wght400_GRAD0_opsz24.png) no-repeat center center / contain;
}

.site-footer .p-footer__cvs-tel-times {
    display: block;
    position: relative;
}
.site-footer .p-footer__cvs-tel-tit {
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
}
.site-footer .p-footer__cvs-tel-time {
    display: block;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.site-footer .p-footer__cvs-tel-numbers {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-left: -32px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
.site-footer .p-footer__cvs-tel-number-label {
    font-size: 14px;
    margin-right: 4px;
}
.site-footer .p-footer__cvs-tel-number {
    font-size: 28px;
    pointer-events: none;
}
.site-footer .p-footer__cvs-btns-btn {
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 210px;
    width: 100%;
}
.site-footer .c-btn--cv2.c-btn--cv1, .c-btn--cv1.c-btn--cv1 {
  border: 1px solid #EBE8EF;
}

.site-footer .p-footer__cvs-btns-btn.c-btn--cv2 {
    margin-top: 14px;
}

.site-footer .p-footer__right {
  flex: 1 1 auto;
  padding-left: 80px;
  padding-top: 20px;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__right {
        padding: 0;
    }
}
.site-footer .p-footer__menus {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-flow: row nowrap;
}


@media (max-width: 1000px) {
    .site-footer .p-footer__menus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 50px;
        /* display: block; */
    }
}




.site-footer .p-footer__menus__col:nth-of-type(1) {
    margin-left: 0;
}

.site-footer .p-footer__menus__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    margin: 0 3%;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__menus__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row {
        margin-top: -1px;
    }
}


@media (min-width: 1001px) {
    .site-footer .p-footer__menus__row + .p-footer__menus__row {
        margin-top: 36px;
    }
}


@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit.is-parent {
        position: relative;
    }
}


@media (min-width: 1001px) {
   .site-footer .p-footer__menus__row-tit {
        font-weight: normal;
    }
   
}

.site-footer .p-footer__menus__row-tit {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.633;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBE8EF;
    margin-bottom: 14px;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit {
        font-size: 12px;
        margin-bottom: 0;
        padding: 0;
        border-top: 1px solid #EBE8EF;
        border-bottom: 1px solid #EBE8EF;
        font-weight: 700;
    }
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit.is-parent:after, .site-footer .p-footer__menus__row-tit.is-parent:before {
        pointer-events: none;
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: 0;
        width: 12px;
        height: 1px;
        background-color: #fff;
        -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
        transform: translate3d(0, -50%, 0) rotate(0deg);
        -webkit-transition: all 300ms 
ease-out 0ms;
        transition: all 300ms 
ease-out 0ms;
    }
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit.is-parent:after {
        -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
        transform: translate3d(0, -50%, 0) rotate(90deg);
    }
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit.is-parent.is-active:after {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 0%, 0) rotate(90deg);
        transform: translate3d(0, 0%, 0) rotate(90deg);
    }
}



.site-footer .p-footer__menus__col:last-child {
    margin-right: 0;
}



@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-tit > a {
        display: block;
        padding: 14px 0;
    }
    .site-footer .p-footer__menus__row-tit a {
        color: #fff;
    }

}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list {
        padding-left: 1.5em;
        display: none;
    }
}

.site-footer .is-active + .p-footer__menus__row-list {
    display: block;
}



@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list--middles {
        display: block !important;
        padding-left: 0;
    }
}
ol, ul {
    list-style: none;
}

.site-footer .p-footer__menus__row-list-item {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.633;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item {
        font-size: 12px;
        margin: 0;
        border-bottom: 1px solid #5a5a5a;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
        transform: translate3d(-10px, 0, 0) rotate(0deg);
        -webkit-animation: anim-p-footer__menus__row-list-item 500ms 
ease-out 0ms 1 normal forwards;
        animation: anim-p-footer__menus__row-list-item 500ms 
ease-out 0ms 1 normal forwards;
    }
}

@keyframes anim-p-footer__menus__row-list-item {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
    transform: translate3d(-10px, 0, 0) rotate(0deg);
}
100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
    transform: translate3d(0px, 0, 0) rotate(0deg);
}
}





@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item:nth-child(1) {
        -webkit-animation-delay: 30ms;
        animation-delay: 30ms;
    }
}




.site-footer .p-footer__menus__row-list-item.is-middle {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item.is-middle {
        font-size: 12px;
    }
}
.site-footer .p-footer__menus__row-list-item.is-middle {
    /* font-size: 16px; */
    font-weight: 700;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item:nth-child(1) {
        /* -webkit-animation-delay: 30ms; */
        animation-delay: 30ms;
    }
}

.site-footer .p-footer__menus__row-list-item {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.633;
    margin-bottom: 10px;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item {
    margin: 0;
    border-bottom: 1px solid #EBE8EF;
    font-feature-settings: "palt";
    }
  }

@media (max-width: 1000px) {
    .site-footer .p-footer__menus__row-list-item > a {
        display: block;
        padding: 14px 0;
    }
    .site-footer .p-footer__menus__row-list-item a {
        color: #fff;
    }
}


/* 画面下CTA */
@media (max-width: 1000px) {
    .site-footer .p-footer__menus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 50px;
    }
}



.site-footer .p-footer__fixed {
    display: none;
    /* height: 55px; */
}
@media (max-width: 1000px) {
    .site-footer .p-footer__fixed {
        display: block;
    }
}
footer.site-footer .p-footer__fixed__inner {
    height: 70px;
}
.site-footer .p-footer__fixed__inner {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 55px; */
}
.site-footer .p-footer__btns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row nowrap;
      width: 100%;
      height: 100%;
}
footer.site-footer .p-footer__btns-btn--tel {
    background-color: #EBE8EF;
    color: #252F66;
}
footer.site-footer .p-footer__btns-btn {
    font-size: 14px;
}
.site-footer .p-footer__btns-btn {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  line-height: 1.533;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
}
@media (max-width: 1000px) {
    .site-footer .p-footer__btns-btn--tel-txt1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .site-footer .p-footer__btns-btn--tel-txt2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.site-footer .p-footer__btns-btn--tel-txt2 {
    font-size: 10px;
}
footer.site-footer .p-footer__btns-btn--contact {
    background-color: #252F66;
    color: #fff;
}
footer.site-footer .p-footer__btns-btn {
    font-size: 14px;
}
footer.site-footer .p-footer__btns-btn--contact-txt1 {
    color: #fff;
}
.site-footer .p-footer__btns-btn--contact-txt1 {
    /* color: #d8c78d; */
    letter-spacing: -0.04em;
}

/* フッター直前CTA */
.style_FootLinks__1OtpU {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .style_FootLinks__1OtpU {
        flex-direction: column;
    }
}
.style_button__hGmQ_ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 340px;
}
@media screen and (max-width: 1024px) {
    .style_button__hGmQ_ {
        height: 260px;
    }
}

@media screen and (max-width: 1024px) {
    .style_button_icon___W5_J img {
        width: 40px;
        height: auto;
    }
}

.style_button__hGmQ_:nth-last-child(2) {
    color: var(--color-white);
    background: #EBE8EF;
}
.style_button__hGmQ_:nth-last-child(2):hover .style_button_icon___W5_J {
    animation: style_lightSpeedInRight__gP3Bk 1.5s cubic-bezier(.215,.61,.355,1) forwards
}

@keyframes style_lightSpeedInRight__gP3Bk {
    0% {
        transform: translateZ(0) skewX(-5deg);
        opacity: 1
    }

    35% {
        transform: translate3d(-100px,0,0) skewX(15deg);
        opacity: 0
    }

    40% {
        transform: translate3d(100px,0,0) skewX(-20deg);
        opacity: 0
    }

    70% {
        transform: skewX(15deg);
        opacity: 1
    }

    90% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.style_button__hGmQ_:last-child {
    color: #fff;
    background:#252F66;
}
.style_button__hGmQ_:last-child:hover .style_button_icon___W5_J {
    animation: style_bounceOutDown__iVHjZ 1.5s cubic-bezier(.215,.61,.355,1) forwards
}
@keyframes style_bounceOutDown__iVHjZ {
    15% {
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    30%,35% {
        transform: translate3d(0,-20px,0) scaleY(.9);
        opacity: 1
    }

    70% {
        transform: translate3d(0,20px,0) scaleY(1);
        opacity: 0
    }

    71% {
        transform: translate3d(0,-40px,0) scaleY(.9);
        opacity: 0
    }

    to {
        transform: translateZ(0) scaleY(1);
        opacity: 1
    }
}


.style_button_title__rXGFA {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
    letter-spacing: .05em;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
}
.style_button_description__VcAWn {
    line-height: 2;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    letter-spacing: .05em;
    white-space: pre-wrap;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .style_button_description__VcAWn {
        font-size: 12px;
        margin-top: 7px;
        line-height: 28px;
    }
}

/* 下層ページ */

/* 共通項 */

.l-page-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}
@media (max-width: 1000px) {
    .l-page-outer {
        max-width: none;
        padding: 0 4%;
    }
}

.page-tit {
    margin-bottom: 80px;
}

@media (max-width: 1000px) {
    .page-tit {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-bottom: 40px;
    }
}

.page-tit .page-tit-main {
    display: block;
    font-size: 50px;
    font-weight: 400;
    color: #505050;
    letter-spacing: -0.02em;
    line-height: 1.5;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 1000px) {
    .page-tit .page-tit-main {
        font-size: 25px;
    }
}
.page-tit .page-tit-sub {
    display: block;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 60px;
    color: #787878;
    font-weight: 400;
}
@media (max-width: 1000px) {
    .page-tit .page-tit-sub {
        font-size: 12px;
        margin-bottom: 32px;
    }
}

.p-download-form, .p-news-detail-content__content, .p-case-detail-content-catch-txt, .p-case-detail__detail, .p-column-detail__detail {
    line-height: 2.0;
    letter-spacing: 0.0em;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.00em;
}



.p-download-form p, .p-news-detail-content__content p, .p-case-detail-content-catch-txt p, .p-case-detail__detail p, .p-column-detail__detail p, .p-main-membership p {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0.0em;
    color: #666666;
    font-weight: 400;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    padding: 1px 0;
}
.p-download-form a, .p-news-detail-content__content a, .p-case-detail-content-catch-txt a, .p-case-detail__detail a, .p-column-detail__detail a, .p-main-membership a {
    color: #1a0dab;
}

.page-descs .page-desc {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.00em;
    line-height: 2.0;
    margin-bottom: 30px;
}
@media (max-width: 1000px) {
    .page-descs .page-desc {
        font-size: 12px;
        margin-bottom: 20px;
    }
}




/* ページのボタン */
    .pager {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-start;
    flex-flow: row nowrap;
}
@media (max-width: 1000px) {
    .pager {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin: 0 auto;
        margin-top: 40px;
    }
}

.pager .page-numbers {
    padding: 12px 15px 8px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.0;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms 
ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    margin: 0 5px;
    min-width: 44px;
    text-align: center;
}

.pager .current {
    background-color: #252F66;
    color: #ffffff;
}

.page {

}
.nav-links {
   padding: 13px 15px 8px;
}


/* 導入事例一覧ページ */

.page-tit + .page-descs {
    margin-top: -40px;
}
@media (max-width: 1000px) {
    .page-tit + .page-descs {
        margin-top: -20px;
    }
}


.page-descs {
    margin-bottom: 60px;
}
@media (max-width: 1000px) {
    .page-descs {
        margin-bottom: 20px;
    }
}




.p-case-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}
@media (min-width: 1001px) {
    .p-case-list-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    .p-case-list-item:nth-child(2n+1) {
        margin-left: 0;
    }
}



.p-case-list-item {
    -webkit-box-flex: 0;
    /* -webkit-flex: 0 0 31.666%; */
    -ms-flex: 0 0 31.666%;
    flex: 0 0 31.666%;
    max-width: 31.666%;
    margin-left: 2.5%;
    margin-bottom: 52px;
}
@media (max-width: 1000px) {
    .p-case-list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47.5%;
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
        max-width: 47.5%;
        margin-left: 5.0%;
        margin-bottom: 32px;
    }
}


.p-case-list-item-img {
    margin-bottom: 16px;
}
@media (max-width: 1000px) {
    .p-case-list-item-img {
        margin-bottom: 8px;
    }
}

.p-case-list-item-img img {
    width: 100%;
	height: 100%;
}

.p-case-list-item-tit {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.833;
    margin-bottom: 18px;
}
@media (max-width: 1000px) {
    .p-case-list-item-tit {
        font-size: 13px;
        margin-bottom: 12px;
    }
}


.p-case-list-item-txt {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 16px;
}
@media (max-width: 1000px) {
    .p-case-list-item-txt {
        display: none;
    }
}

.p-case-list-item__props {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-flow: row nowrap;
        margin-bottom: 12px;
}
@media (max-width: 1000px) {
    .p-case-list-item__props {
        display: block;
        margin-bottom: 6px;
    }
}


@media (min-width: 1001px) {
    .p-case-list-item-tags.p-tags {
        flex: 0 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-flow: column wrap;
    }
}
.p-case-list-item-tags.p-tags {
    margin-right: 12px;
    margin-bottom: 0px;
}

@media (max-width: 1000px) {
    .p-case-list-item-tags.p-tags {
        margin-right: 0px;
        margin-bottom: 4px;
    }
}


@media (min-width: 1001px) {
    .p-case-list-item-name {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        max-width: 60%;
        margin-bottom: 4px;
    }
}
.p-case-list-item-name {
    /* margin-bottom: 0; */
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.00em;
    line-height: 1.633;
}

@media (max-width: 1000px) {
    .p-case-list-item-name {
        font-size: 12px;
    }
}


.p-case-list-item-products-list {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

@media (max-width: 1000px) {
    .p-case-list-item-products-list {
        font-size: 12px;
    }
}

.p-case-list-item-products-list-label {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
}

.p-case-list-item-products-list-list {
    display: inline;
}
.p-case-list-item-products-list-name {
    display: inline;
    text-decoration: underline;
    margin-right: 4px;
    color: #000;
}
@media (max-width: 1000px) {
    .p-case-list-item-products-list-name {
        letter-spacing: -0.02em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-right: 6px;
    }
}

/* 404 ページ */

.main-error {
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 1000px) {
    .main-error {
        padding-top: 60px;
        padding-left: 4%;
        padding-right: 4%;
    }
}

.main-error .page-title {
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .main-error .page-title {
        margin-bottom: 20px;
    }
}

.main-error .page-title-m {
    font-size: 60px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.1;
    font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 30px;
}
@media (max-width: 1000px) {
    .main-error .page-title-m {
        font-size: 30px;
        margin-bottom: 16px;
    }
}


.main-error .page-title-s {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.33;
}
@media (max-width: 1000px) {
    .main-error .page-title-s {
        font-size: 16px;
    }
}


.main-error .error-txt {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.75;
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
}
@media (max-width: 1000px) {
    .main-error .error-txt {
        font-size: 14px;
        line-height: 1.75;
        padding: 0px 4%;
        margin-bottom: 30px;
    }
}

.main-error .btn-wrapper {
    margin-top: 30px;
}


.c-btn--sla {
    font-size: 18px;
    width: 200px;
    font-weight: 700;
    background-color: #ffffff;
}
@media (max-width: 1000px) {
    .c-btn--sla {
        font-size: 13px;
        width: 140px;
        max-width: 100%;
    }
}




/* @media (min-width: 1001px) {
    .main-error .c-btn:hover {
        border-color: #252F66;
        background-color: #252F66;
        color: #fff;
    }
} */



/* 投稿ページ */



.p-news-detail-item__props {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 16px;
}
.p-news-detail-item-tags {
    margin-bottom: 0;
    margin-right: 20px;
}
.p-tag.is-tag-n1 {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #505050;
}
.p-news-detail-item-date {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.0;
    font-family:  "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.page-tit.page-tit--detail {
    margin-bottom: 40px;
}
.page-tit .is-border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}
.page-tit .page-tit-detail-title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    display: block;
}



/* 導入シミュレーション */
.main-simulation {
    overflow: hidden;
}

.page-descs {
    margin-bottom: 60px;
}

@media (max-width: 1000px) {
    .page-descs {
        margin-bottom: 20px;
    }
}

.page-tit + .page-descs {
    margin-top: -40px;
}

@media (max-width: 1000px) {
    .page-tit + .page-descs {
        margin-top: -20px;
    }
}


.p-simulation {
    margin-bottom: 80px;
}

@media (min-width: 1001px) {
    .p-simulation-index {
        margin-bottom: 160px;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}

@media (max-width: 1000px) {
    .p-simulation-index {
        margin-left: -4.4%;
        margin-right: -4.4%;
        margin-bottom: 80px;
        border-bottom: 1px solid #dcdcdc;
    }
}

.p-simulation-index-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}

@media (max-width: 1000px) {
    .p-simulation-index-list {
        display: block;
    }
}

.p-simulation-index-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #dcdcdc;
    position: relative;
}

@media (max-width: 1000px) {
    .p-simulation-index-list-item {
        padding: 20px 20px 20px;
        padding-right: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: none;
        margin-top: -1px;
    }
}

@media (max-width: 1000px) {
    .p-simulation-index-list-item .arrow {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        /* height: 11px; */
        transform: translate3d(0, -50%, 0) rotate(270deg);
    }
}
@media (min-width: 1000px) {
    .p-simulation-index-list-item .arrow {
        display: none;
    }
}




@media (min-width: 1001px) {
    .p-simulation-index-list-item:nth-child(2), .p-simulation-index-list-item:nth-child(4), .p-simulation-index-list-item:nth-child(5) {
        border-left: 1px solid #dcdcdc;
    }
}

.p-simulation-index-list-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 40px;
}

@media (max-width: 1000px) {
    .p-simulation-index-list-item-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
        margin: 0;
        padding: 0;
    }
}

.p-simulation-index-list-item-descs {
    padding-top: 30px;
    flex: 1 1 245px;
    max-width: 245px;
}
@media (max-width: 1000px) {
    .p-simulation-index-list-item-descs {
        font-feature-settings: "palt";
        flex: 0 0 63%;
        max-width: 63%;
        max-width: none;
        padding: 0;
        padding-left: 6%;
    }
}

.p-simulation-index-list-item-descs-name {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .p-simulation-index-list-item-descs-name {
        font-size: 15px;
        margin: 0;
    }
}

.p-simulation-index-list-item-descs-btns {
    display: block;
    padding: 0;
}
@media (max-width: 1000px) {
    .p-simulation-index-list-item-descs-btns {
        display: none;
    }
}

.p-simulation-index-list-item-descs-btn {
    background-color: #f0f0f0;
    border: 1px solid #b4b4b4;
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    letter-spacing: 0.00em;
    width: 100%;
    max-width: 245px;
}

@media (max-width: 1000px) {
    .p-simulation-index-list-item-descs-btn {
        width: 160px;
    }
}



.p-simulation-head {
    position: relative;
    z-index: 1;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 120px;
}

@media (max-width: 1000px) {
    .p-simulation-head {
        margin-bottom: 50px;
    }
}

.p-simulation-head:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 60px;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background-color: #EBE8EF;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg);
    transform: translate3d(-50%, 0, 0) rotate(0deg);
}

@media (max-width: 1000px) {
    .p-simulation-head:before {
        top: 34px;
    }
}


.p-simulation-head-tit {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 1000px) {
    .p-simulation-head-tit {
        font-size: 15px;
        margin-bottom: 20px;
    }
}


.p-simulation-content-case-tit {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 80px;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-tit {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 16px;
    }
}

.p-simulation-content-case-top {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top {
        display: block;
    }
}

.p-simulation-content-case-top-img {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-img {
        max-width: none;
        margin-bottom: 30px;
    }
}

.p-simulation-content-case-top-props {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4%;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props {
        max-width: none;
        padding-left: 0;
    }
}

.p-simulation-content-case-top-props-dl-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-dl-row {
        display: block;
    }
}

.p-simulation-content-case-top-props-dl {
    flex: 1 1 50%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: flex-start;
    flex-flow: row nowrap;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-dl {
        margin-bottom: 16px;
    }
}

@media (min-width: 1001px) {
    .p-simulation-content-case-top-props-dl:nth-child(n+2) {
        margin-left: 10%;
    }
}

.p-simulation-content-case-top-props-dt {
    font-size: 16px;
    color: #666666;
    line-height: 1.633;
    padding-bottom: 12px;
    padding-right: 10px;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-dt {
        font-size: 12px;
        padding-bottom: 6px;
        padding-right: 10px;
    }
}

.p-simulation-content-case-top-props-dd {
    font-size: 16px;
    color: #000000;
    line-height: 1.633;
    text-align: right;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-dd {
        font-size: 12px;
    }
}


.p-simulation-content-case-top-props-other-tit {
    font-size: 15px;
    color: #666666;
    line-height: 1.633;
    margin-bottom: 16px;
}

.p-simulation-content-case-top-props-other-list-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: flex-start;
    flex-flow: row nowrap;
    padding-bottom: 8px;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-other-list-row {
        padding-bottom: 8px;
    }
}

.p-simulation-content-case-top-props-other-list-row-th {
    padding-right: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 1.633;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-other-list-row-th {
        padding-right: 10px;
        font-size: 12px;
    }
}


.p-simulation-content-case-top-props-other-list-row-td {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.633;
    text-align: right;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-other-list-row-td {
        font-size: 12px;
    }
}

.p-simulation-content-case-top-props-other-list-row.is-total {
    border-top: 1px solid #dcdcdc;
    margin-top: 16px;
    padding-top: 16px;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-top-props-other-list-row.is-total {
        margin-top: 6px;
        padding-top: 12px;
    }
}

.p-simulation-content-case-bottom {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin-top: 48px;
    flex-flow: row;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom {
        display: block;
        margin-top: 28px;
    }
}

.p-simulation-content-case-bottom-table {
    max-width: 50%;
    flex: 0 0 50%;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom-table {
        max-width: none;
        margin-right: -4.4%;
        padding-right: 4.4%;
        margin-bottom: 45px;
    }
}

.p-simulation-content-case-bottom-table-inner {
    width: 100%;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom-table-inner {
        scrollbar-width: none;
        padding-bottom: 10px;
        overflow: auto;
    }
}

.p-simulation-content-case-bottom-table table {
    min-width: 100%;
    table-layout: fixed;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom-table table {
        width: auto;
    }
}

.p-simulation-content-case-bottom-table th, .p-simulation-content-case-bottom-table td {
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: 0em;
    line-height: 1.633;
    text-align: center;
    vertical-align: middle;
    padding: 20px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom-table th, .p-simulation-content-case-bottom-table td {
        font-size: 12px;
        width: auto;
        padding: 12px 8px;
    }
}

.p-simulation-content-case-bottom-table th {
    background-color: rgb(244, 244, 244);
    font-weight: 700;
    min-width: 90px;
}

tr:nth-child(1) th:nth-child(1) {
    width: 18%;
}

@media (max-width: 1000px) {
    tr:nth-child(1) th:nth-child(1) {
        width: auto;
    }
}

.p-simulation-content-case-bottom-table th, .p-simulation-content-case-bottom-table td {
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: 0em;
    line-height: 1.633;
    text-align: center;
    vertical-align: middle;
    padding: 20px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-bottom-table th, .p-simulation-content-case-bottom-table td {
        font-size: 12px;
        width: auto;
        padding: 12px 8px;
    }
}

.p-simulation-content-case-bottom-table td {
    min-width: 110px;
}

.u-aster {
    position: relative;
    top: -8px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.04em;
    font-feature-settings: "palt";
}

.p-simulation-content-case-bottom-table table .u-aster {
    color: #252F66;
}

.u-bold {
    font-weight: 700 !important;
}

.p-simulation-content-case-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4%;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-total {
        max-width: none;
        padding-left: 0;
    }
}

.p-simulation-content-case-total table {
    min-width: 100%;
    table-layout: fixed;
}

.p-simulation-content-case-total th, .p-simulation-content-case-total td {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.00em;
    line-height: 1.633;
    padding: 16px 16px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-total th, .p-simulation-content-case-total td {
        font-size: 12px;
        padding: 12px 14px;
    }
}

.p-simulation-content-case-total th {
    background-color: #f4f4f4;
    font-weight: 700;
}
tr:nth-child(1) th:nth-child(1) {
    width: 18%;
}

@media (max-width: 1000px) {
    tr:nth-child(1) th:nth-child(1) {
        width: auto;
    }
}

.p-simulation-content-case-total tr th.is-total {
    background-color: #252F66;
    color: #fff;
    width: 36%;
}

.u-align-right {
    text-align: right !important;
}

.p-simulation-content-case-total th, .p-simulation-content-case-total td {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.00em;
    line-height: 1.633;
    padding: 16px 16px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .p-simulation-content-case-total th, .p-simulation-content-case-total td {
        font-size: 12px;
        padding: 12px 14px;
    }
}

.p-simulation-content-case-total th {
    background-color: #f4f4f4;
    font-weight: 700;
}

.p-simulation-content-case-total td {
    font-size: 18px;
    text-align: right;
}

.p-simulation-content:nth-child(n+2) {
    margin-top: 150px;
}

@media (max-width: 1000px) {
    .p-simulation-content:nth-child(n+2) {
        margin-top: 60px;
    }
}



/* 導入の流れ */
.c-flow {
    counter-reset: num;
    margin-top: 0;
    padding-top: 10.1333333333vw;
    position: relative;
}

@media print, screen and (min-width: 768px) {
    .c-flow {
        padding-top: clamp(50.8235294118px, 6.6176470588vw, 90px);
    }
}

ol li {
    counter-increment: num;
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
    padding-left: 5.3333333333vw;
    position: relative;
}

@media print, screen and (min-width: 768px) {
    ol li {
        font-size: clamp(9.6px, 1.25vw, 17px);
        font-weight: 500;
        margin-top: clamp(6.7764705882px, 0.8823529412vw, 12px);
        padding-left: clamp(11.2941176471px, 1.4705882353vw, 20px);
    }
}

.c-flow > li {
    border-bottom: 1px solid #858b96;
    counter-increment: num;
    margin-bottom: 6.4vw;
    margin-top: 0;
    padding-bottom: 6.4vw;
    padding-left: 12.5333333333vw;
    position: relative;
}

@media print, screen and (min-width: 768px) {
    .c-flow > li {
        margin-bottom: clamp(33.8823529412px, 4.4117647059vw, 60px);
        padding-bottom: clamp(33.8823529412px, 4.4117647059vw, 60px);
        padding-left: clamp(110.1176470588px, 14.3382352941vw, 195px);
        padding-left: clamp(39.5294117647px, 5.1470588235vw, 70px);
    }
}

.c-flow > li:last-child {
    border-bottom: none;
}



ol li::before {
    color: var(--color-00_key);
    content: counter(num) ".";
    font-family: "Outfit", sans-serif;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 300;
    left: 0;
    letter-spacing: 0.08em;
    margin-top: var(--leading-trim);
    position: absolute;
    top: 1.3333333333vw;
}



.c-flow > li::before {
    color:#252F66;
    content: "0" counter(num);
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 4.5333333333vw;
    font-style: normal;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 1.3333333333vw;
}

@media print, screen and (min-width: 768px) {
    .c-flow > li::before {
        font-size: clamp(9.6px, 1.25vw, 17px);
        left: clamp(14.1176470588px, 1.8382352941vw, 25px);
        top: 2px;
    }
}


/* .c-flow__item::before {
    background: url(./images/flow1.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18.6666666667vw;
    left: -6.8vw;
    position: absolute;
    top: -12vw;
    width: 18.6666666667vw;
} */

.c-flow img {
    position: absolute;
    width: 9.5588235294vw;
    top: -4.0588235294vw;
    left: -2.2426470588vw;
}

@media print, screen and (min-width: 768px) {
.c-flow img {
    position: absolute;
    width: 9.5588235294vw;
    top: -4.0588235294vw;
    left: -2.4426470588vw;
}
}


@media print, screen and (min-width: 768px) {
    .c-flow__item::before {
        height: clamp(73.4117647059px, 9.5588235294vw, 130px);
        left: clamp(-30.5px, -2.2426470588vw, -17.2235294118px);
        top: clamp(-96px, -7.0588235294vw, -54.2117647059px);
        width: clamp(73.4117647059px, 9.5588235294vw, 130px);
    }
}


@media print, screen and (min-width: 768px) {
    .c-flow__item {
        display: grid;
        grid-template-columns: 1fr clamp(440.4705882353px, 57.3529411765vw, 780px);
    }
}

.c-flow > li h3 {
    font-size: 5.3333333333vw;
    line-height: var(--line-height-m);
    margin-bottom: 2.1333333333vw;
    margin-top: var(--leading-trim);
}

@media print, screen and (min-width: 768px) {
    .c-flow > li h3 {
        font-size: clamp(12.4235294118px, 1.6176470588vw, 22px);
        font-weight: 500;
        margin-bottom: 0;
        padding-right: clamp(22.5882352941px, 2.9411764706vw, 40px);
    }
}

@media print, screen and (min-width: 768px) {
    body .c-flow > li h3 {
        font-size: clamp(11.2941176471px, 1.4705882353vw, 20px);
    }
}

@media print, screen and (max-width: 768px) {
    .c-flow__box > .c-btn {
        margin-top: 20px;
    } 
}
@media print, screen and (min-width: 768px) {
    .c-flow__box {
        width: clamp(446.1176470588px, 58.0882352941vw, 790px);
    }
    .c-flow__box > .c-btn {
        margin-left: 0;
        margin-top: 30px;
    } 
}

.c-flow__box p {
    margin-top: 2.1333333333vw;
}
@media print, screen and (min-width: 768px) {
    .c-flow__box > *:first-child {
        margin-top: var(--leading-trim);
    }
}


.c-flow > li p {
    font-size: 3.7333333333vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
    body .c-flow > li p {
       font-size: 18px;
       line-height: 1.8;
    }
}
@media print, screen and (max-width: 768px) {
    body .c-flow > li p {
       font-size: 14px;
       line-height: 1.8;
    }
}

.c-flow > li::after {
    background: linear-gradient(rgba(215, 155, 185, 0) 0%, #252F66 100%);
    content: "";
    display: block;
    height: calc(100% - 2.6666666667vw);
    left: 2.4vw;
    position: absolute;
    top: 0;
    transform: translateY(8vw);
    width: 1px;
}
.c-flow > li:last-child:after {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .c-flow > li::after {
        height: calc(100% + clamp(8.4705882353px, 1.1029411765vw, 15px));
        left: clamp(19.2px, 2.5vw, 34px);
        transform: translateY(clamp(16.9411764706px, 2.2058823529vw, 30px));
    }
}

@media print, screen and (min-width: 768px) {
    .c-flow__check {
        margin-top: clamp(16.9411764706px, 2.2058823529vw, 30px);
    }
}

.c-flow__check > li::before {
    background: url(../images/common/icon_check.svg) no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    color: transparent;
    content: "";
    height: 5.3333333333vw;
    left: 0;
    top: 0;
    transform: translateY(50%);
    width: 5.3333333333vw;
}

@media print, screen and (min-width: 768px) {
    .c-flow__check >.li {
        font-size: clamp(9.6px, 1.25vw, 17px);
    }
}



.c-plan-step {
    display: flex;
    flex-flow: wrap column;
    margin-top: 32px;
}

@media (min-width: 992px) {
    .c-plan-step {
        margin-top: 64px;
        justify-content: center;
        align-items: stretch;
        flex-flow: row;
    }
}

.p-flow-exp-list {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 30px;
}

@media (min-width: 1001px) {
    .p-flow-exp-list-item:nth-child(n+2) {
        border-left: 1px solid #dcdcdc;
    }
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item:nth-child(n+2) {
        border-top: 1px solid #dcdcdc;
    }
}

@media (max-width: 1000px) {
    .p-flow-exp-list {
        display: block;
    }
}

.p-flow-exp-list-item:nth-child(n+2) img {
    /* content: ""; */
    position: absolute;
    top: 90px;
    left: -10px;
    width: 25px;
    /* height: 45px; */
}


.p-flow-exp-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 55px 3% 36px;
    position: relative;
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item {
        padding: 34px 4% 30px;
        max-width: none;
    }
}

.p-flow-exp-list-item-num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: #252F66;
    font-family: "Old Standard TT", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item-num {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
}
/* .p-flow-exp-list-item-img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
}
@media (max-width: 1000px) {
    .p-flow-exp-list-item-img {
        margin-bottom: 12px;
    }
}

.p-flow-exp-list-item-img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item-img {
        margin-bottom: 12px;
    }
}

.p-flow-exp-list-item-img img {
    display: block;
    width: 80px;
    height: 50px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item-img img {
        width: 60px;
        height: 40px;
    }
} */


.p-flow-exp-list-item-tit {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.33;
    margin-bottom: 15px;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item-tit {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.p-flow-exp-list-item-txt {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 2.0;
    text-align: left;
}

@media (max-width: 1000px) {
    .p-flow-exp-list-item-txt {
        font-size: 12px;
    }
}


/* 導入後のサポート */

#support {
    padding-top: 80px;
}

@media (max-width: 1000px) {
    #support {
    padding-top: 56px;
}
}


.p-point-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .p-point-list {
        display: block;
    }
}

.p-point-list-item {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.00em;
    line-height: 1.833;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    padding: 13px 22px;
    padding-left: 60px;
    margin-bottom: 20px;
    position: relative;
    font-feature-settings: "palt";
}

@media (max-width: 1000px) {
    .p-point-list-item {
        max-width: none;
        font-size: 12px;
        padding: 10px 10px;
        padding-left: 38px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1001px) {
    .p-point-list-item:nth-child(2n+1) {
        margin-right: 2.0%;
    }
}

.p-point-list-item img {
    content: "" !important;
    position: absolute;
    top: 19px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: #ffffff  20px 16px;
}

@media (max-width: 1000px) {
    .p-point-list-item img {
        top: 13px;
        left: 12px;
        width: 16px;
        height: 16px;
        background: #ffffff  10px 8px;
    }
}


/* 記事一覧ページ */


/* 導入個別ページ */
.main-case-detail {
    overflow: hidden;
}


.main-case-detail .l-page-outer {
    padding: 0 6%;
}

.p-case-detail-item__props {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row wrap;
        margin-bottom: 16px;
}
@media (max-width: 1000px) {
    .p-case-detail-item__props {
        margin-bottom: 10px;
    }
}

.p-case-detail-item-tags {
    margin-bottom: 0;
    margin-right: 20px;
}
@media (max-width: 1000px) {
    .p-case-detail-item-tags {
        margin-right: 12px;
    }
}


.page-tit.page-tit--detail {
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .page-tit.page-tit--detail {
        margin-bottom: 20px;
    }
}

.page-tit .is-border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}
@media (max-width: 1000px) {
    .page-tit .is-border {
        padding-bottom: 8px;
    }
}

@media (max-width: 1000px) {
    .main-case-detail .page-tit.page-tit--detail .is-border {
        border-bottom: none;
    }
}


.page-tit .page-tit-detail-title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    display: block;
}
@media (max-width: 1000px) {
    .page-tit .page-tit-detail-title {
        font-size: 14px;
    }
}


.p-case-detail-top { 
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
        flex-flow: row nowrap;
    position: relative;
    margin-bottom: 56px;
}
@media (max-width: 1000px) {
    .p-case-detail-top {
        display: block;
        margin-bottom: 32px;
    }
}

.p-case-detail-top-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64%;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
}
@media (max-width: 1000px) {
    .p-case-detail-top-img {
        max-width: none;
        margin-bottom: 32px;
        margin-left: -6.0vw;
        margin-right: -6.0vw;
    }
}

.p-case-detail-top-img img {
    width: 100%;
	height: 100%;
}

.p-case-detail-top-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-left: 4%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 1000px) {
    .p-case-detail-top-info {
        max-width: none;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.p-case-detail-top-dl {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
@media (max-width: 1000px) {
    .p-case-detail-top-dl {
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
}


.p-case-detail-top-dt {
    margin-bottom: 4px;
}
@media (max-width: 1000px) {
    .p-case-detail-top-dt {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-right: 3%;
    }
}

.p-case-detail-top-dd {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 1.833;
}
@media (max-width: 1000px) {
    .p-case-detail-top-dd {
        font-size: 12px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 77%;
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }
}
/* .p-case-detail-top-dl:last-child {
    border-bottom: none;
} */

.p-case-detail-content-btns {
    margin-top: 50px;
}

.c-btns {
    padding: 10px 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start;
    flex-flow: row wrap;
}
@media (min-width: 1001px) {
    .p-case-detail-content-btns .c-btn {
        width: 260px;
    }
}


.p-case-detail-content-other {
    padding-top: 50px;
}
@media (max-width: 1000px) {
    .p-case-detail-content-other {
        padding-top: 30px;
    }
}

.p-case__other {
    margin-top: 50px;
}
.p-case-detail-content-other__list {
    margin-bottom: 50px;
}
@media (max-width: 1000px) {
    .p-case-detail-content-other__list {
        margin-bottom: 30px;
    }
}
.p-case__other-tit {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.633;
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .p-case__other-tit {
        font-size: 14px;
        margin-bottom: 24px;
    }
}


/* お問い合わせ */
.p-download-form {
    font-size: 16px;
    line-height: 1.633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    padding: 0 30px;
    margin: 0 auto;
}

 .wpcf7-f54-p46-o1 {
    margin: 0 auto;
 }



.main-download-form p {
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    color: #222222;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    /* text-align: center; */
}
@media (max-width: 1000px) {
   .main-download-form p {
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    /* text-align: center; */
}
}
@media (max-width: 1000px) {
   .p-download-form p {
    line-height: 1.2;
}
}

.main-download-form .wpcf7-form-control {
    margin-top: 8px;
    border: 1px solid #dadee0;
    font-family: Nunito !important;
    font-size: 15px;
    color: #444444;
    font-style: normal;
    font-weight: 400;
    padding: 5px;
    border-radius: 3px;
    width: 100%;
}



.main-download-form .wpcf7-form-control.wpcf7-submit {
    display: block;
    font-family: Nunito;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    padding: 10px 40px 10px 40px;
    background-color: #252F66;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s;
    width: 162px;
    margin: 25px  auto;
}
.wpcf7-submit:hover {
    opacity: 0.8;
    transition: all .3s;
}

/* 新規会員登録ページ */

.swpm-form-row.swpm-firstname-row{
    display:none;
}
 
.swpm-form-row.swpm-lastname-row{
    display:none;
}

.swpm-form-row.swpm-membership-level-row {
    display: flex;
}
.swpm-form-membership-level-value {
    margin-left: 30px;
}

/* 会員ログインページ */
/* .swpm-login-form-inner {
    font-size: 16px;
    line-height: 1.633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    padding: 0 30px;
    margin: 0 auto;
}
.swpm-username-input,.swpm-password-input {
    width: 100%;
} */
 .swpm-forgot-pass-link a, .swpm-join-us-link a {
    color:#222 ;
 }



/* 下層部分の共通項 */


/* 下層部分のフッター前コンタクト */

@media (min-width: 737px) {
    #ftr_contact {
        width: 82%;
        margin: 0 auto;
    }
}
@media (max-width: 737px) {
    #ftr_contact {
        width: 86%;
        margin: 0 auto;
    }
}
@media (min-width: 737px) {
        #ftr_contact a {
        display: block;
        padding: 70px 60px 67px;
        border: 1px solid #978177;
        color: #978177;
        position: relative;
    }
}
@media (max-width: 737px) {
        #ftr_contact a {
        display: block;
        padding: 30px 20px;
        border: 1px solid #978177;
        color: #978177;
        position: relative;
    }
}
@media (min-width: 737px) {
        #ftr_contact a:hover {
        background: #252F66;
        color: #fff;
        opacity: 1;
    }
}


@media (min-width: 737px) {
           #ftr_contact a span {
        display: block;
        margin-right: 20px;
        line-height: 1;
        float: left;
    }
}
@media (max-width: 737px) {
           #ftr_contact a span {
        display: block;
        margin-right: 20px;
        line-height: 1;
    }
}
@media (min-width: 737px) {
          #ftr_contact a span.en {
        font-size: 40px;
    }
}
@media (min-width: 737px) {
          #ftr_contact a span.en {
        font-size: 36px;
        text-indent: 1;
    }
}
@media (min-width: 737px) {
         #ftr_contact a span.ja {
        padding-top: 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}
@media (min-width: 737px) {
         #ftr_contact a span.ja {
        padding-top: 5px;
        font-size: 13px;
    }
}







/* 導入実績のアーカイブ */
.p-pro-case {
    margin-bottom: 120px;
}
@media (max-width: 1000px) {
    .p-pro-case {
        margin-bottom: 80px;
    }
}


.p-support-links-tit > span {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

@media (max-width: 1000px) {
    .p-support-links-tit > span {
        padding-bottom: 8px;
    }
}


.p-support-links-tit > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #dcdcdc;
}

 /* 導入についてお悩みの方 */

.p-support-links-tit {
    position: relative;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 44px;
    /* padding-top: 80px; */
}

@media (max-width: 1000px) {
    .p-support-links-tit {
        font-size: 17px;
        margin-bottom: 0px;
    }
}

/* .wrap-inner {
    max-width: 1440px;
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-link-box {
    margin-top: -300px;
    z-index: 1;
    position: relative;
} */

/* @media only screen and (max-width: 768px) {
    .footer-link-box {
        margin-top: -440px;
        width: 100%;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-link-box {
        margin-top: -420px;
    }
} */



.l-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .l-flex {
        display: block;
    }
}


.footer-link-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.wrap-footer-inner .item {
    width:25%;
    padding: 60px 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item {
        width: 100%;
        text-align: left;
        padding: 0 50px;
    }
}



.wrap-footer-inner .item .item-inner {
    padding: 0 60px;
}

@media only screen and (max-width: 1094px) {
    .wrap-footer-inner .item .item-inner {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item .item-inner {
        padding: 50px 0;
    }
}


.wrap-footer-inner .item-2 .item-inner {
    border-left: 1px solid #E1E8ED;
    border-right: 1px solid #E1E8ED;
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item-2 .item-inner {
        border: none;
        border-top: 1px solid #E1E8ED;
        border-bottom: 1px solid #E1E8ED;
    }
}


.wrap-footer-inner .item-3 .item-inner {
    border-right: 1px solid #E1E8ED;
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item-3 .item-inner {
        border: none;
        border-bottom: 1px solid #E1E8ED;
    }
}


@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item .sp-flex {
        display: flex;
        align-items: center;
    }
}



.wrap-footer-inner .item .img {
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item .img {
        margin: 0;
    }
}

.wrap-footer-inner .img {
    width: 70px;
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item-1 .img {
        width: 58px;
    }
}

.wrap-footer-inner .item .title {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 1.6;
    min-height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to left, #0089D4 0%, #14BAF8 100%); */
}

@media only screen and (max-width: 768px) {
    .wrap-footer-inner .item .title {
        margin: 0 0 0 20px;
    }
}


@media only screen and (max-width: 768px) {
 .wrap-footer-inner .c-btn--sla {
    display: block;
    max-width: 440px;
    margin: 30px auto 0;
    padding: 5px 25px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    line-height: 2;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;
 }
}


/* 機器個別ページ */

/* 共通項 */

.main-product {
    overflow: hidden;
}

@media (min-width: 1001px) {
    .main-product {
        padding-top: 30px;
    }
}

.page-product-tit {
    font-size: 50px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    .page-product-tit {
        font-size: 25px;
        margin-bottom: 12px;
    }
}


.page-product-tit-main {
    display: block;
}

.p-pro {
    margin-bottom: 140px;
}

@media (max-width: 1000px) {
    .p-pro {
        margin-bottom: 80px;
    }
}


/* 下層ページ PRODUCT */

.p-product-index {
    margin-bottom: 100px;
}

@media (max-width: 1000px) {
    .p-product-index {
        margin-bottom: 60px;
    }
}

.p-product_index-btns01 {
    margin-bottom: 1.2%;
}

a.c-btn--arrowb, .c-btn--arrowb {
    background-color: #252F66;
    border: 1px solid #000;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 70px;
    height: 70px;
    width: 100%;
}

@media (max-width: 1000px) {
    a.c-btn--arrowb, .c-btn--arrowb {
        font-size: 13px;
        height: 42px;
        line-height: 42px;
    }
}

a.c-btn--arrowb, .c-btn--arrowb {
    font-size: 16px;
}

.c-btn--arrowb img {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    /* width: 20px; */
    /* height: 20px; */
    transform: translate3d(0, -50%, 0) rotate(180deg);
}

@media (max-width: 1000px) {
    .c-btn--arrowb img {
        right: 15px;
        width: 8px;
        /* height: 12px; */
    }
}

.p-product_index-btns .p-product_index-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.00%;
    -ms-flex: 0 0 32.00%;
    flex: 0 0 32.00%;
    max-width: 32.00%;
}

@media only screen and (max-width: 1200px) {
    .p-product_index-btns .p-product_index-btn {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .p-product_index-btns .p-product_index-btn {
        font-size: 13px;
        max-width: none;
    }
}

@media (min-width: 1001px) {
    .p-product_index-btns .p-product_index-btn:nth-child(n+2) {
        margin-left: 1.2%;
    }
}

@media (max-width: 1000px) {
    .p-product_index-btns .p-product_index-btn {
        margin-top: 16px;
    }
}

.main-product .p-top-products.p-top-section {
    padding-top: 100px;
    padding-bottom: 30px !important;
}
@media (max-width: 1000px) {
    .main-product .p-top-products.p-top-section {
        padding-top: 50px;
        padding-bottom: 10px !important;
    }
}

.main-product .p-top-products.p-top-section {
    position: relative;
    z-index: 1;
}

.main-product .p-top-products.p-top-section:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #EBE8EF;
    -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
    transform: translate3d(-50vw, 0, 0) rotate(0deg);
}


.main-product .p-top-products .p-top-section-sub, .main-product .p-top-products .p-support-border-tit, .main-product .p-top-products .p-top-section-tit, .main-product .p-top-products .page-tit {
    display: none;
}

@media (min-width: 1001px) {
    .main-product .p-top-section .p-top-section__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-product .p-top-section-tit--product-page {
    display: block;
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.7;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-bottom: 24px;
}

@media (max-width: 1000px) {
    .main-product .p-top-section-tit--product-page {
        font-size: 15px;
        margin-bottom: 16px;
    }
}


.main-product .p-top-products-sec__head {
    display: block;
    justify-content: space-between;
    gap: 30%;
    /* border: 1px solid #000000; */
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 25px;
}
@media (max-width: 1000px) {
    .main-product .p-top-products-sec__head {
    padding-bottom: 0px;
}
}


.main-product .p-top-products-sec-row {
    margin-top: 45px;
    display: flex;
    gap: 8%;
    margin-bottom: 140px;
}

@media (max-width: 1000px) {
    .main-product .p-top-products-sec-row {
    margin-top: 45px;
    display: block;
    gap: 8%;
    margin-bottom: 56px;
}
}
@media (max-width: 1000px) {
    .main-product .p-top-products-sec-desc {
        font-size: 12px;
        line-height: 2.0;
        margin-bottom: 24px;
    }
}

.main-product .p-top-products-sec-mvs-names {
    flex: 0 0 200px;
    max-width: 200px;
    margin-left: 0px;
    text-align: center;
}

@media (max-width: 1000px) {
    .main-product .p-top-products-sec-mvs-names {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        padding-top: 36px;
    }
}

.main-product .p-top-products-sec-mvs-names-txt {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.33;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 12px;
}

@media (max-width: 1000px) {
    .main-product .p-top-products-sec-mvs-names-txt {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

 .main-product .p-pro {
        margin-top: 80px;
        margin-bottom: 80px;
    }

@media (max-width: 1000px) {
    .main-product .p-pro {
        margin-top: 20px;
        margin-bottom: 56px;
    }
}


/* sincere PRO */

.p-pro-mv.p-pro-mv--full {
    height: 600px;
    position: relative;
}

@media (max-width: 1000px) {
    .p-pro-mv.p-pro-mv--full {
        height: auto;
        margin-left: -4.4%;
        margin-right: -4.4%;
    }
}

@media (max-width: 1000px) {
    .p-pro-mv.p-pro-mv--full img {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (min-width: 1001px) {
    .p-pro-mv.p-pro-mv--full img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 75vw;
        width: 100vw;
        height: 100%;
        -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg);
        transform: translate3d(-50%, 0, 0) rotate(0deg);
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}




.p-pro-protit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-flow: row nowrap;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .p-pro-protit {
        display: block;
        margin-bottom: 10px;
    }
}

.p-pro-protit-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

@media (max-width: 1000px) {
    .p-pro-protit-img {
        width: 160px;
        margin: 0 auto;
        max-width: none;
    }
}


.p-pro-protit-tit {
    flex: 0 0 auto;
    text-align: center;
    font-size: 38px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    margin-top: 70px;
}

@media (max-width: 1000px) {
    .p-pro-protit-tit {
        margin: 0;
        margin-top: -5px;
        font-size: 19px;
        margin-bottom: 36px;
    }
}

@media (max-width: 1000px) {
    .p-pro-protit-tit {
        max-width: none;
    }
}



@media (min-width: 768px) {
    .sec {
        padding: 80px 0;
    }
}



.sec__heading {
    margin-bottom: 40px;
    text-align: center;
     font-size: 38px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.633;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
}

@media (min-width: 768px) {
    .sec__heading {
        margin-bottom: 60px;
    }
}

/* .c-heading {
    padding-bottom: 35px;
    font-family: Montserrat, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.32;
    text-indent: .45em;
    letter-spacing: .45em;
    background: url(/assets/images/pages/common/heading_deco.svg) center bottom / 30px 4px no-repeat;
} */


.c-heading {
    /* padding-bottom: 35px; */
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.633;
    /* text-indent: .45em; */
    letter-spacing: 0.00em;
    background: url(/assets/images/pages/common/heading_deco.svg) center bottom / 30px 4px no-repeat;
}



.c-heading, .c-page-heading {
    text-align: center;
}

@media (min-width: 768px) {
    .c-heading {
        /* padding-bottom: 50px; */
        background-size: 50px 4px;
    }
}

@media (min-width: 768px) {
    .c-heading, .c-page-heading__en {
        font-size: 38px;
    }
}



@media (min-width: 768px) {
    .sec-strength .strength-list {
        margin-bottom: -80px;
    }
}


@media (min-width: 768px) {
    .sec-strength .strength-list__item {
        margin-bottom: 120px;
    }
}

@media (min-width: 768px) {
    .sec-strength .strength {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .sec-strength .strength-list__item:nth-child(odd) .strength {
        flex-direction: row-reverse;
    }
}



.sec-strength .strength__content, .sec-strength .strength__image {
    opacity: 0;
    transition: transform .6s 
cubic-bezier(.215, .61, .355, 1), opacity .6s 
linear, -webkit-transform .6s 
cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.sec-strength .strength.is-active .strength__image{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sec-strength .strength__image img {
    width: 100%;
    height: auto;
}

.sec-strength .strength__content {
    position: relative;
    padding: 0 20px 60px;
}

@media (min-width: 768px) {
    .sec-strength .strength__content {
        flex: 0 0 auto;
        width: 760px;
        max-width: calc(50% - 20px);
        padding: 0;
        margin: 70px 0 0 -80px;
        background: #f1f4f6;
    }
}

.sec-strength .strength__content {
    transition-delay: .1s;
}

.sec-strength .strength__content::before {
    position: absolute;
    top: -40px;
    right: 60px;
    left: 0;
    height: 40px;
    content: "";
    background: #fff;
}
@media (min-width: 768px) {
    .sec-strength .strength__content::before {
    display: none;
}
}



@media (min-width: 768px) {
    .sec-strength .strength-list__item:nth-child(odd) .strength__content {
        margin-right: -80px;
        margin-left: 0;
    }
}





.sec-strength .strength.is-active .strength__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 768px) {
    .sec-strength .strength__image {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .sec-strength .strength__content-inner {
        padding: 70px 13% 80px;
    }
}

.sec-strength .strength .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 25px;
    margin-bottom: 15px;
    font-family: Montserrat, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .3em;
    background: #1f1f1f;
}

.sec-strength .strength .title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .sec-strength .strength .title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.8;
    }
}


.sec-strength .strength .text {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.3;
}

@media (min-width: 768px) {
    .sec-strength .strength .text {
        font-size: 14px;
        line-height: 2.85;
    }
}



/* よくある質問 */

@media (max-width: 1000px) {
    .p-support-links-tit {
        font-size: 15px;
        margin-bottom: 30px;
    }
}


.l-page-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (min-width: 1001px) {
    .l-page-outer .l-page-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1000px) {
    .l-page-inner {
        max-width: none;
        padding: 0 10px;
    }
}

.p-faq-inex {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 60px;
}
@media (max-width: 1000px) {
    .p-faq-inex {
        margin-bottom: 30px;
    }
}

.p-faq-inex-item {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    margin-bottom: 20px;
    position: relative;
}
.p-faq-inex-item:nth-child(2n+1) {
    margin-right: 3.0%;
}

.p-faq-inex-item > a {
    display: block;
    background-color: #252F66;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.33;
    text-align: center;
    padding: 20px 20px;
}

@media (max-width: 1000px) {
    .p-faq-inex-item > a {
        font-size: 12px;
        padding: 12px 16px;
    }
}

.p-faq-inex-item img {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 20px;
    transform: translate3d(0, -50%, 0) rotate(180deg);
}

@media (max-width: 1000px) {
    .p-faq-inex-item img {
        right: 10px;
        width: 7px;
        height: 10px;
    }
}

.p-faq-box-tit {
    margin-bottom: 20px;
    font-size: 22.5px;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .p-faq-box-tit {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}
}

@media (max-width: 1000px) {
    .p-faq-box-tit {
        margin-bottom: 14px;
    }
}

.p-faq-box + .p-faq-box {
    margin-top: 90px;
}

@media (max-width: 1000px) {
    .p-faq-box + .p-faq-box {
        margin-top: 60px;
    }
}


.p-faq-box-entries-item {
    position: relative;
    border-top: 1px solid #dcdcdc;
}

.p-faq-box-entries-item:before {
    content: "Q";
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 0;
    font-size: 30px;
    color: #969696;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.0;
    font-family: "Old Standard TT", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 1000px) {
    .p-faq-box-entries-item:before {
        font-size: 20px;
    }
}



.p-faq-box-entries-item:last-child {
    border-bottom: 1px solid #dcdcdc;
}


.p-faq-box-entries-item-q {
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.833;
    padding: 20px 0;
    padding-right: 100px;
    padding-left: 60px;
    cursor: pointer;
}

.p-faq-box-entries-item-q:after, .p-faq-box-entries-item-q:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #000000;
}

.p-faq-box-entries-item-q:after {
    -webkit-transition: all 300ms 
ease-out 0ms;
    transition: all 300ms 
ease-out 0ms;
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
}

@media (max-width: 1000px) {
    .p-faq-box-entries-item-q:after, .p-faq-box-entries-item-q:before {
        width: 16px;
    }
}

.p-faq-box-entries-item.is-active .p-faq-box-entries-item-q:after {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
}



@media (max-width: 1000px) {
    .p-faq-box-entries-item-q {
        font-size: 12px;
        padding: 20px 0;
        padding-right: 24px;
        padding-left: 30px;
    }
}

.p-faq-box-entries-item-a {
    display: none;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.833;
    padding-left: 60px;
    padding-bottom: 40px;
}

@media (max-width: 1000px) {
    .p-faq-box-entries-item-a {
        font-size: 12px;
        padding-left: 30px;
        padding-bottom: 20px;
    }
}

.p-faq-box-entries-item-a:before {
    content: "A";
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #252F66;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.0;
    font-family: "Old Standard TT", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", "Noto Serif JP", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 1000px) {
    .p-faq-box-entries-item-a:before {
        font-size: 20px;
    }
}






.p-faq-box-entries-item.is-active .p-faq-box-entries-item-a {
    display: block;
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
    transform: translate3d(0, -10px, 0) rotate(0deg);
    -webkit-animation: anim-p-faq-box-entries-item-a 300ms 
ease-out 0ms 1 normal forwards;
    animation: anim-p-faq-box-entries-item-a 300ms 
ease-out 0ms 1 normal forwards;
}

@keyframes anim-p-faq-box-entries-item-a {
  0% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}





/* 下層ページのよくある質問 */
.p-pro-faq {
    margin-top: 140px;
    margin-bottom: 100px;
}

@media (max-width: 1000px) {
    .p-pro-faq {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.p-pro-faq-btns {
    margin-top: 50px;
}

.p-pro-faq-btns .c-btn {
    width: 330px;
    font-weight: 700;
    background-color: #f4f4f4;
}

@media (max-width: 1000px) {
    .p-pro-faq-btns .c-btn {
        width: 320px;
    }
}

 
/* phpフォントサイズ */
.has-x-small-font-size {
    font-size: 0.875rem;
}
.has-small-font-size {
    font-size: 1rem;
}
.has-normal-font-size {
    font-size: 1.125rem;
}
.has-large-font-size {
    font-size: 1.5rem;
}
.has-huge-font-size {
    font-size: 2.25rem;
}