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;
}

.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;
}

/* パンくずリスト */
.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;
    vertical-align: middle;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.33;
    padding-left: 0.5em;
}



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



.site-header .p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 20px;
  /* 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;
}
.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-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;
}



/* ヘッダーボタン */







@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;
    }
}




/* メイン */
.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: 730px 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;
    }
}


/* メイン メディアクエリ */
@media (max-width: 1000px) {
    .site-main {
        padding: 0;
        padding-top: 26px;
        padding-bottom: 90px;
        width: auto;
    }
}



/* リスト */
.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 .p-footer__inner {
    position: relative;
    background-color: #252F66;
}



.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 (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;
    }
}

.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--middles {
        display: block !important;
        padding-left: 0;
    }
}
ol, ul {
    list-style: none;
}

.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;
    }
}

/* 下層ページ */

/* 共通項 */
.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;
    }
}
.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;
}

/* ページのボタン */
    .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;
    }
}

.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;
    }
}

.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%;
}

.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-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%;
}

.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 ;
 }


 
/* 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;
}