@charset "UTF-8";
html {
    font-size: 62.5%;
    font-family: 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', "メイリオ", 'YuGothic', 'Yu Gothic', '游ゴシック', "ＭＳ Ｐゴシック", "MS PGothic", 'DIN 2014', sans-serif;
}

@font-face {
    font-family: "template-iconfont";
    src: url("../font/template-iconfont.eot");
    src: url("../font/template-iconfont.eot?#iefix") format("eot"), url("../font/template-iconfont.woff") format("woff"), url("../font/template-iconfont.ttf") format("truetype"), url("../font/template-iconfont.svg#template-iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

a {
    display: block;
}

header .bgc {
    width: 100vw;
    background-color: #FFF;
    position: fixed;
    z-index: 998;
    opacity: 0.7;
}

a:hover {
    opacity: 0.7;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media print, screen and (max-width: 1638px) and (min-width: 768px) {
    html {
        font-size: 0.5vw;
    }
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
}

#hearderbox {
    position: fixed;
    top: 0;
    left: 51.5%;
    transform: translateX(-50%);
    max-width: 1920px;
    width: 91%;
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
}

#hearderbox p {
    border-left: 0.5rem #2B71E0 solid;
    padding-top: 4rem;
    padding-left: 0.7rem;
    align-self: flex-start;
    color: #2B71E0;
    font-size: 2.4rem;
    /*    font-family: 'ヒラギノ角ゴ ProN';*/
    font-weight: bold;
    letter-spacing: 0.175em;
}

#hearderbox a {
    text-decoration: none;
}

#hearderbox ul {
    padding-top: 2.7rem;
    display: flex;
    justify-content: space-between;
    max-width: 50.5rem;
}

#hearderbox ul .tenji {
    max-width: 27rem;
    margin-right: 2.5rem;
}

#hearderbox ul .qa {
    max-width: 21rem;
}

.max1920 {
    max-width: 1920px;
    margin: 0 auto;
}

/* top */

#topbox {
    position: relative;
    width: 100%;
    height: 55.5vw;
}

@media print, screen and (min-width: 1306px) {
    #topbox {
        height: 55.8vw;
    }
}

@media print, screen and (max-width: 768px) {
    #topbox {
        height: auto;
    }
}

#topbox a {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #000;
    font-size: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

#topbox a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
}

#topbox a::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@media print, screen and (max-width: 768px) {
    #hearderbox {
        left: 50%;
    }
    #hearderbox p {
        padding-top: 5.2vw;
        padding-left: 2vw;
        font-size: 3.9vw;
    }
    #topbox a.scroll {
        display: none;
    }
}

/*  セザックスオンライン展示会のメリット */

#merit {
    padding-top: 15rem;
    text-align: center;
    padding-bottom: 16.3rem;
}

.title_big {
    color: #2B71E0;
    font-size: 5.2rem;
    font-weight: bold;
}

.merit_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
    margin-bottom: 11.4rem;
}

.merit_ul li {
    width: 32%;
}

.merit_ul dt {
    font-size: 3rem;
    color: #2B71E0;
    padding: 6.2rem 0 6rem 0;
    line-height: 1.5;
}

.merit_ul dd {
    font-size: 1.8rem;
    line-height: 1.7;
    color: #707070;
    text-align: left;
    /*font-family: 'ヒラギノ角ゴ ProN W3';*/
    font-weight: lighter;
}

.long_q {
    width: 52%;
    margin: 0 auto;
}

@media print, screen and (max-width: 1878px) and (min-width: 1638px) {
    .merit_ul dt {
        height: 10vw;
    }
}

@media print, screen and (max-width: 1638px) and (min-width: 769px) {
    .merit_ul dt {
        height: 7vw;
    }
}

@media print, screen and (max-width: 768px) {
    .title_big {
        font-size: 8.5vw;
    }
    #merit {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .title_big {
        line-height: 1.7;
    }
    .merit_ul {
        flex-wrap: wrap;
        margin-top: 5rem;
        margin-bottom: 0rem;
    }
    .merit_ul li {
        width: 100%;
        margin-top: 3rem;
    }
    .merit_ul dt {
        font-size: 7vw;
        padding: 3rem 0 2rem 0;
    }
    .merit_ul dd {
        padding-bottom: 5rem;
        font-size: 5vw;
    }
    .long_q {
        width: 100%;
    }
}

/* 01 02 */

.mx1638 {
    max-width: 1638px;
    margin: 0 auto;
    width: 85.3%;
}

.bgblue {
    background-color: #EDF1F5;
    padding: 12.5rem 0 11.5rem 0;
}

.blue {
    color: #2B71E0;
}

.center {
    text-align: center;
}

.h1 {
    font-size: 12rem;
    /*    font-family: 'ヒラギノ角ゴ ProN','YuGothic', 'Yu Gothic', '游ゴシック', "ＭＳ Ｐゴシック", "MS PGothic", 'DIN 2014',  sans-serif;*/
    font-weight: bold;
}

.h1 img {
    max-width: 90px;
    margin: 0 auto;
}

h2 {
    font-size: 5.2rem;
    font-weight: bold;
    /* font-family: 'ヒラギノ角ゴ ProN'; */
    margin: 4.5rem 0;
}

.maintxt {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.7;
    color: #707070;
    /*font-family: 'ヒラギノ角ゴ ProN';*/
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flexbox {
    width: 32%;
    margin-top: 7rem;
}

.flexbox p {
    font-size: 3rem;
    text-align: center;
    margin-top: 9rem;
    /* font-family: 'ヒラギノ角ゴ ProN'; */
}

.sec02 {
    padding: 14rem 0 18rem 0;
}

.mgt100 {
    margin-top: 10rem;
}

.mgt75 {
    margin-top: 7.5rem;
}

.mgt130 {
    margin-top: 13rem;
}

.flex.mgt100 {
    flex-wrap: wrap;
}

.blueicon {
    display: flex;
    align-items: center;
    width: 32.5%;
    /*font-family: 'ヒラギノ角ゴ ProN';*/
}

.blueicon p {
    font-size: 3.5rem;
    margin-top: 0;
}

.blueicon img {
    max-width: 15rem;
    margin-right: 2.5rem;
}

.sp-450 {
    display: none;
}

@media print, screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #hearderbox ul {
        display: none;
    }
    .maintxt {
        text-align: justify;
        font-size: 5vw;
    }
    .flex {
        display: block;
    }
    .flexbox {
        width: 100%;
    }
    .blueicon {
        width: 100%;
        display: block;
    }
    .blueicon img {
        margin: 0 auto;
    }
    .blueicon p {
        text-align: center;
        margin-top: 3rem;
    }
    .mgt75 {
        margin-top: 0;
    }
    .flexbox p {
        font-size: 7vw;
        margin-top: 7vw;
    }
    .flexbox {
        margin-top: 10vw;
    }
    h2 {
        font-size: 10vw;
        /*letter-spacing: -3px;*/
        line-height: 1.2;
    }
    .mgt130 {
        margin-top: 10rem;
    }
    .bgblue, .sec02 {
        padding: 5rem 0 5rem 0;
    }
    .eraberu-wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 5rem;
    }
    .eraberu-wrap .blueicon {
        width: 47%;
        margin-bottom: 15%;
    }
    .eraberu-wrap .blueicon img {
        width: 80%;
    }
    .long_q.mgt130 {
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px) {
    .h1 img {
        width: 5.6%;
    }
}

@media print, screen and (max-width: 450px) {
    .blueicon p {
        font-size: 6.6vw;
    }
    .sp-450 {
        display: block;
    }
}

/* セザックスオンライン展示会 3Dウォークスルーデモ */

.exhibition {
    position: relative;
}

.exhibition dl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.exhibition dt {
    color: #fff;
    line-height: 1.69;
    font-size: 5.2rem;
}

.exhibition dd a {
    display: block;
    max-width: 43rem;
    color: #fff;
    font-size: 3.5rem;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 2rem;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
    text-align: center;
    margin: 6rem auto 0 auto;
}

.exhibition dd a:hover {
    color: #000;
    background-color: #fff;
}

@media print, screen and (max-width: 768px) {
    .exhibition {
        /*margin-top: -10rem;*/
    }
    .exhibition dl {
        width: 90%;
    }
    .exhibition dt {
        line-height: 1.5;
        font-size: 2.5rem;
    }
    .exhibition dd a {
        max-width: 18rem;
        font-size: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin: 1rem auto 0 auto;
    }
}

@media print, screen and (max-width: 414px) {
    .exhibition dt {
        font-size: 2rem;
    }
    .exhibition dd a {
        font-size: 2rem;
    }
}

/* footer */

footer {
    font-family: '小塚ゴシック Pr6N', Kozuka Gothic Pr6N, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.titleArea .titleWrapper-2 {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 9%;
}

.mt60 {
    margin-top: 60px;
}

.section-footer-bg {
    height: 200px;
}

.section-footer {
    width: 100%;
    position: relative;
    margin: 0 auto;
    color: #313131;
}

.flex_btw {
    display: flex;
    justify-content: space-between;
}

.m0 {
    margin-right: 3.2rem;
}

.box-5 {
    padding: 0 5%;
}

.section-footer .logo-sezax {
    /*background: url(../../img/footer/icon-sezax.png) no-repeat left top;*/
    max-width: 95px;
}

.section-footer .text-1 {
    font-size: 12px;
    line-height: 20px;
}

.text-1 p .strong {
    font-weight: bold;
}

.company {
    max-width: 185px;
}

.section-footer .border {
    margin: 2% 0 0 0;
    width: 100%;
    border: 1px solid #d5d5d5;
}

.section-footer .flex {
    display: flex;
    justify-content: left;
}

.section-footer .text-2 {
    position: absolute;
    margin: 2% 0 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.section-footer .text-3 {
    position: absolute;
    margin: 2% 0 0 150px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.section-footer .logo-new-window {
    display: inline-block;
    background: url(../img/icon-target-blank.png) no-repeat center top;
    width: 10px;
    height: 8px;
    padding: 0 5px 0 15px;
}

.section-footer .border-v {
    position: absolute;
    margin: 2% 0 0 135px;
    width: 1px;
    height: 18px;
    border-left: 2px solid #d5d5d5;
}

.section-footer-line {
    color: #b1b1b1;
    height: 34px;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
}

@media print, screen and (max-width: 768px) {
    .section-footer-wrapper {
        text-align: center;
        font-size: 4vw;
    }
    .sezaxlogo-sp {
        width: 45%;
        margin: 0 auto 30px auto;
    }
    .company-sp {
        width: 45%;
        margin: 0 auto 60px auto;
    }
    .footer_p_sp {
        line-height: 1.5em;
        line-break: normal;
        word-break: break-all;
        margin-bottom: 4.5rem;
    }
    .footer_p_sp .strong {
        font-weight: bold;
    }
    .footer-flex-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    .footer-flex-sp a {
        text-decoration: none;
        color: #333;
        font-size: 4vw;
    }
    .logo-new-window {
        display: inline-block;
        background: url(../img/icon-target-blank-sp.png) no-repeat center top;
        width: 20px;
        height: 16px;
        margin-left: .3em;
    }
    .border-v {
        width: 1px;
        height: 25px;
        border-left: 2px solid #818181;
        margin: 0 3%;
    }
}

/* fade in setting */

.fade-section {
    overflow: hidden;
}

.fadein {
    opacity: 0.1;
    transform: translate(0px, 100px);
    transition: all 500ms;
}

.fadein2 {
    opacity: 0.1;
    transform: translate(0px, 100px);
    transition: all 1000ms;
}

.fadein3 {
    opacity: 0.1;
    transform: translate(0px, 100px);
    transition: all 1500ms;
}

.fadein.scrollin, .fadein2.scrollin, .fadein3.scrollin {
    opacity: 1;
    transform: translate(0px, 0px);
}

/* swiper */

#app {
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    margin: 0 auto !important;
    z-index: 0;
}

.swiper-slide {
    margin: 0 auto;
}

.case_list {
    display: flex;
    background-color: #FFF;
    text-decoration: none;
}

.case_list .case_img {
    width: 59%;
}

.case_list .case_info {
    width: 41%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case_list .case_info_txt {
    font-size: 2.7rem;
    line-height: 1.5;
    font-weight: bold;
    color: #2B71E0;
}

.case_list .case_info_name {
    color: #535353;
    font-size: 2rem;
    font-weight: lighter;
    margin-top: 2rem;
}

.case_list .case_info_type span {
    color: #2B71E0;
    font-size: 1.6rem;
    border: solid 1px #2B71E0;
    display: inline-block;
    padding: 3%;
    margin-top: 1.5rem;
}

.case_list .case_info_btn {
    color: #2B71E0;
    font-size: 2rem;
}

.case_info_bottom {
    text-align: right;
}

.case_list .arrow {
    height: 1.6em;
    display: inline-block;
    width: auto
}

.swiper-container_sp {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    outline: none;
    background-color: rgba(255, 255, 255, 0.6);
    width: 40px;
    height: 88px;
    margin-top: -44px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

@media print, screen and (max-width: 768px) {
    .case_list {
        flex-direction: column
    }
    .case_list .case_img {
        width: 100%;
    }
    .case_list .case_info {
        width: 100%;
    }
    .case_info_top {
        margin-bottom: 2rem;
    }
    .swiper-container {
        display: none;
    }
    .swiper-container_sp {
        display: block;
    }
    .swiper-slide+.swiper-slide {
        margin-top: 2rem;
    }
    .case_list .case_info_txt {
        font-size: 5vw;
    }
    .case_list .case_info_name {
        font-size: 4vw;
    }
    .case_list .case_info_type span {
        font-size: 3vw
    }
    .case_list {
        background-color: transparent;
    }
    .case_list .case_info {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }
    .case_list .case_info_btn {
        font-size: 4vw;
    }
    .case_list .arrow {
        height: 3vw;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

/* page-top button */

#page-top {
    position: fixed;
    height: 52px;
    width: 52px;
    right: 20px;
    bottom: 70px;
    background: url(../img/pagetop.png) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 10000;
}

/*導入事例*/

.case_title {
    position: relative;
    font-weight: normal;
}

.case_title:after {
    position: absolute;
    content: '';
    bottom: -1.5rem;
    left: 0;
    background-color: #2B71E0;
    height: 1px;
    width: 5.2rem;
}

#case_discription h3 {
    font-size: 4.5rem;
    line-height: 1.5;
    margin-top: 4.5rem;
}

.case_discription_name {
    color: #535353;
    font-size: 3rem;
    font-weight: lighter;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
}

.case_discription_name .logo-new-window {
    display: inline-block;
    background: url(../img/icon-target-blank-sp.png) no-repeat center top;
    background-size: contain;
    width: 13px;
    height: 13px;
    padding: 0 30px;
}

.case_discription_type span {
    color: #2B71E0;
    font-size: 1.6rem;
    border: solid 1px #2B71E0;
    display: inline-block;
    padding: 1% 3%;
    margin-top: 1.5rem;
}

.case_discription_txt .maintxt {
    text-align: left;
}

#case_discription .flex {
    margin-top: 4.5rem;
}

#case_discription .flex div {
    width: 50%;
}

.case_discription_txt {
    margin-right: 1rem;
}

.case_discription_img {
    margin-left: 1rem;
}

.case_discription_img img:not(:last-child) {
    margin-bottom: 4.5rem;
}

.case-inquiry {
    padding-top: 15rem;
    text-align: center;
}

@media print, screen and (max-width: 768px) {
    .case_title {
        font-size: 8vw;
        margin-bottom: 6rem;
    }
    #case_discription h3 {
        font-size: 7vw;
    }
    .case_discription_name {
        font-size: 5vw;
    }
    .case_discription_name .logo-new-window {
        display: inline-block;
        background: url(../img/icon-target-blank-sp.png) no-repeat center top;
        width: 20px;
        height: 16px;
        margin-left: .3em;
    }
    .case_discription_type span {
        padding: 3% 12%;
        font-size: 3vw;
    }
    .case_discription_txt:first-child {
        margin-top: 4.5rem;
    }
    .case_discription_txt {
        margin-bottom: 6.75rem;
        margin-right: 0;
    }
    .case_discription_img {
        margin-bottom: 4.5rem;
        margin-left: 0;
    }
    .case-inquiry {
        padding: 0;
    }
}

/* case_top 2021/3/18 */

li {
    list-style: none
}

.aki {
    margin-bottom: 15rem
}

.case_list .case_top_info_txt {
    font-size: 4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #2B71E0;
}

.case_list .case_top_info {
    width: 48%;
    padding: 6rem 0rem 0rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case_list .case_top_info_name {
    color: #535353;
    font-size: 3rem;
    font-weight: lighter;
    margin-top: 2rem;
}

.case_top_discription_type span {
    color: #2B71E0;
    font-size: 1.6rem;
    border: solid 1px #2B71E0;
    display: inline-block;
    padding: 2% 6%;
    margin-top: 1.5rem;
}

.case_list .case_top_info_btn {
    color: #2B71E0;
    font-size: 2.2rem;
    font-weight: bold;
}

.case_top_info_bottom {
    text-align: right;
    margin-right: 8rem;
}

a {
    text-decoration: none
}

@media print, screen and (max-width: 768px) {
    .aki {
        margin-bottom: 10rem
    }
    .aki_sp {
        margin-bottom: 7rem
    }
    .case_list .case_top_info_txt {
        font-size: 7vw;
        line-height: 1.5;
        font-weight: normal;
        color: #2B71E0;
    }
    .case_list .case_top_info {
        width: 100%;
        padding: 3rem 0 0 0;
        display: flex;
    }
    .case_top_discription_type span {
        padding: 3% 12%;
        font-size: 3vw;
    }
    .case_list .case_top_info_name {
        font-size: 5vw;
    }
    .case_list .case_top_info_btn {
        color: #2B71E0;
        font-size: 4vw;
        font-weight: normal;
    }
    .case_top_info_bottom {
        margin: 5rem 0 0 0;
    }
}

/* ハンバーガーメニュー */

@media print, screen and (max-width: 768px) {
    .menu_button {
        position: fixed;
        z-index: 99999;
        top: 4vw;
        right: 4vw;
        border: none;
        cursor: pointer;
        width: 13vw;
        height: 13vw;
        border-radius: 50%;
        background-image: linear-gradient(to right, #2B71E0, #90D4FF);
        /* background: url(../img/open.png) no-repeat;
    background-size: 100%; */
    }
    .menu_button::before {
        content: "";
        position: relative;
        top: 0;
        font-size: 8vw;
        font-family: "template-iconfont";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: none;
        text-transform: none;
        speak: none;
        color: #fff;
    }
    .menu_button.close::before {
        content: "";
    }
    .banner_cont {
        display: none;
        position: fixed;
        top: 0;
        background-color: #fff;
        padding-top: 21vw;
        z-index: 9998;
    }
    .banner_box {
        display: flex;
        width: 100%;
    }
    .banner_box li {
        width: 50%;
    }
    .banner_cont dt, .banner_cont dd {
        font-size: 4.69vw;
        font-weight: bold;
    }
    .banner_cont dd {
        margin-top: 10.43vw;
    }
    .banner_cont .num_link {
        display: block;
    }
    .banner_cont .num_flex {
        display: flex;
        align-items: center;
    }
    .banner_cont .banner_num {
        width: 9%;
        margin-right: 3.91vw;
    }
    .banner_cont .mgb10 {
        margin-bottom: 10.43vw;
    }
}

.long_q.casetop {
    width: 36.6%;
}

@media print, screen and (max-width: 768px) {
    .long_q.casetop {
        width: 89%;
    }
    .casetop.mgt130 {
        margin-top: 17vw;
    }
    .casetop.mgt75 {
        margin-top: 9.24vw;
    }
}