/*--------------------------------------------------------------
    Common
--------------------------------------------------------------*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}
    
body {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-solution-settings: "pkna" 1; 
    font-size: 16px;
    color: #333 !important;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
body {
    font-size: 14px !important;
}
h2 {
    font-size: 18px !important;
}
}
    
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

img {
        max-width: 100%;
        height: auto;
    -webkit-backface-visibility: hidden;
}
    
/* Transition elsements */
a,
button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    -moz-transition: all 0.2s ease-in-out 0.125s;
    -o-transition: all 0.2s ease-in-out 0.125s;
    -ms-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

a:hover {
        text-decoration: none;
}

a:hover, a:focus , button:focus {
    text-decoration: none;
    outline: 0;
}	

/* Sections */
.module,
.module-large,
.module-small,
.module-smallest {
        position: relative;
        padding: 50px 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
}

.module-large {
        padding: 75px 0;
}

.module-small {
        padding: 25px 0;
}
    
.module-smallest {
        padding: 0 ;
}
    
@media only screen and (max-width: 991px) {
.module-large {
    padding: 50px 0;
}
}

h2 {
    position: relative;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}	
        
@media only screen and (max-width: 767px) {
h2 {
    margin-bottom: 50px;
    font-size: 18px;		
}
}
    
/*--------------------------------------------------------------
            color
--------------------------------------------------------------*/		
.color_theme {
    color: #333;
}

.color_accent {
    color: #e46846;
}
    
.bgcolor_second {
    background: #f3f3f3 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ddd6f3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ddd6f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
        
.yellow_mark {
        background:linear-gradient(transparent 60%, #F7C4F0 60%);
} 

/*--------------------------------------------------------------
        Navbar
--------------------------------------------------------------*/		
.main_menu .navbar {
    padding: 0px;
    height: 72px;
}
    
.main_menu a.navbar-brand {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 35px;
    background: url(https://www.infomart.co.jp/web/jp/images/pr/asp_logo.svg) no-repeat left top;
    text-indent: -9999px;
}	
    
@media only screen and (max-width: 576px) {	
.main_menu a.navbar-brand {
        width: 120px;
    margin-top: 10px; 
}
}	
    
.main_menu .main-menu-item {
    text-align: right !important;
    justify-content: center;
}

.main_menu .main-menu-item ul li a {
    line-height: initial;
    color: #fff !important; 
    font-size: 15px;
    padding: 9px 24px !important;
    display: none;
}
    
@media only screen and (max-width: 576px) {		
.main_menu .main-menu-item ul li a {
    font-size: 12px;
}
}
    
.main_menu .main-menu-item ul li a.contact {
    color: #fff !important;
    background-color: #ea5248;
    border-radius: 50px;
    padding: 8px 16px !important;
}	
    
@media only screen and (max-width: 576px) {		
.main_menu .main-menu-item ul li a.contact {
}
}

/*お問い合わせ*/	
.main_menu .main-menu-item .navbar-nav > .nav-item > .nav-link.contact span:before {
    background: none;
}
    
.main_menu .main-menu-item .navbar-nav > .nav-item > .nav-link.contact:hover {
    background-color:  rgba(254, 106, 88, 1.0);
}	
    
.single_page_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
    
.single_page_menu .main-menu-item ul li a {
        color: #fff !important;
}

.home_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
    
.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    top: 0;
    box-shadow: 0 0 6px -1px rgba(0,0,0,.3);
}
    
.menu_fixed a.navbar-brand {
    background: url(https://www.infomart.co.jp/web/jp/images/pr/asp_logo.svg) no-repeat left top;
    background-size: contain;
}	

.menu_fixed .main-menu-item ul li a {
    color: #112e41 !important;
    display: inline-block;
}
    
.menu_fixed .main-menu-item ul li a.contact {
    color: #fff !important;
}

/*--------------------------------------------------------------
        Scroll to top
--------------------------------------------------------------*/	
.pagetop {
    position: fixed;
    display: none;
    bottom: 7px; 
    right: 7px;
    z-index: 999;
}

.pagetop a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background-color: #FFF;
    color:#272727;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(181,181,181,.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.8;
}

.pagetop a:hover,
.pagetop a:active {
    opacity: 1;
}
    
/*--------------------------------------------------------------
        Buttons
--------------------------------------------------------------*/
.btn-cta {
    display: inline-block;
    padding: 0.8em 30px;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #fff;
    text-decoration: none !important;
    color: #333;
    font-weight: bold;
    line-height: 1.0;
    letter-spacing: 0.1em;
}
    
.btn-cta:hover  {
    opacity: 0.7;
} 	
    
@media only screen and (max-width: 767px) {
.btn-cta {
    display: block;
    margin:0 auto;
    font-size: 16px;
    width: 80%;
}
}
    
/*--------------------------------------------------------------
        Header
--------------------------------------------------------------*/
#header {
    position: relative;
    width: auto;
    background-repeat: no-repeat;
}

#header .text-wrap {
    display: table;
    position: relative;
    width: 100%;
    height: 380px;
    z-index: 4;
}

#header .text-inner {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 50px;
}  
        
#header h1 {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: normal;
    text-shadow: 0 4px 4px rgba(255, 255, 255, 0.9);
}
    
#header h3 {
    display: inline-block;
    padding: 0 1.2em;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
}			
    
@media only screen and (max-width: 991px) {
#header {
    background-position: right 43% top;
}
    
#header .text-wrap {
    height: 340px;
}

#header .text-inner {
    padding-bottom: 30px; 
} 
    
#header h1 {
    font-size: 24px;
}
    
#header h3 {
    padding: 0 1.0em;
    font-size: 16px;
    letter-spacing: normal;
}
} 
    
@media only screen and (max-width: 767px) {
#header {
    background-position: initial;
    background-position: center bottom;
}
    
#header .text-wrap {
    height: 400px;
}
    
#header .text_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 15px 15px 30px;
    background-color: rgba(255,255,255,0.7);
    -webkit-box-shadow: 5px 5px 25px 2px rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 5px 5px 25px 2px rgba(155, 155, 155, 0.5);
    box-shadow: 5px 5px 25px 2px rgba(155, 155, 155, 0.5);
    border-radius: 4px;
    margin-top: 260px;
}  
        
#header h1 {
    font-size: 22px ;
}
    
#header h3 {
    font-size: 16px;
}	
}
    
@media only screen and (max-width: 575px) {
#header .text-wrap {
    height: 280px;
}
    
#header .text_box {
    margin-top: 240px;
}  		
#header h1 {
    font-size: 20px ;
}	
}

/*--------------------------------------------------------------
            Section Catch
--------------------------------------------------------------*/
#sec_catch {
    padding: 1.0em 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    background: #333333;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #434343, #333333);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #434343, #333333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
    
#sec_catch .catch_em {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: normal;
}

#sec_catch .catch_em:before,
#sec_catch .catch_em:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    font-weight:bold;
}
    
#sec_catch .catch_em:before {
    left: 0;
    transform: rotate(60deg);
}
    
#sec_catch .catch_em:after {
    right: 0;
    transform: rotate(-60deg);
}
    
#sec_catch .catch_em2 {
    display: inline-block;
    padding: 0.5em 30px;
    background-color: #fff;
    border-radius: 60px;
    color: #333;
}	

/*--------------------------------------------------------------
        section Lead
--------------------------------------------------------------*/   
#sec_lead:after {
    content: "";
    position: absolute;
    top: 99.4%;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #f3f3f3;
    z-index: 999;
}
    
.lead_catch {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 42px;
}
    
.lead_catch span {
    font-size: 1.4em;
}
    
@media only screen and (max-width: 991px) {
.lead_catch {
    font-size: 1.0em;
    line-height: 32px;
    letter-spacing: normal;
}
    
.lead_catch span {
    font-size: 1.4em;
}	
} 

/*--------------------------------------------------------------
        section about
--------------------------------------------------------------*/  
@media only screen and (max-width: 991px) {
#sec_about .about_img img {
}
}	
    
@media only screen and (max-width: 767px) {
#sec_about .about_img img {
    width: 60%
}
.about_img {
    margin: 0 auto !important;
    position: relative;
    left: -16px;
}
}
    
.about_list {
    margin-left: 1.5rem;
}
    
.about_list ul {
    list-style: none;
    padding: 0;
}
        
.about_list ul li {
    margin: 0 0 1.0em 1.5em;
    text-indent: -2.0em;
    font-size: 1.1em;
    line-height: 1.6;
}
    
@media only screen and (max-width: 575px) {
.about_list {
    margin-left: 1.0rem;
}
    
.about_list ul li {
    font-size: 1.0em;
}
}
    
.about_list ul li:last-child {
    margin-bottom: 0;
}
    
.about_list li img {
    width: 1.5em;
    margin-right: 0.5em ;
    vertical-align: text-bottom;
}
    
/*--------------------------------------------------------------
        section solution
--------------------------------------------------------------*/               
.solution_box {
    height: auto;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
    border-radius: 4px;
    text-align: center;
}
    
a:hover .solution_box  {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(155, 155, 155, 0.6);
    -moz-box-shadow: 0px 0px 12px 2px rgba(155, 155, 155, 0.6);
    box-shadow: 0px 0px 12px 2px rgba(155, 155, 155, 0.6);
    border-radius: 8px;
}		
    
.solution_box h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
    
.solution_box .solution_logo {
    margin: 1.5em 0;
}	
    
.solution_box p {
    color: #222;
    line-height: 1.8;
    letter-spacing: 0.03em;
}
    
.solution_box .solution_logo img {
    width: 260px;
}	
    
@media (max-width: 767px) {
.solution_box h3 {
    font-size: 16px;
}
}
    
@media (max-width: 576px) {
.solution_box {
    padding: 20px;
}
    
.solution_box .solution_logo img {
    /*width: 80%; */
}
}
                
/*--------------------------------------------------------------
        footer
--------------------------------------------------------------*/ 
.footer_area {
    background-color: #2f2e34;
    font-size: 14px;
    padding: 50px 0 30px;
    color: #fff;
    letter-spacing: initial;
    line-height: initial;
}
    
#footer_top ul {
    display: flex;
    justify-content: center;
}
    
#footer_top ul li {
    list-style: none;
}
    
#footer_top ul li + li {
    margin-left: 0.6em;
}
    
#footer_top li a:hover img {
    opacity: 0.7;
}
    
#footer_top li.im_logo img {
    width: 240px;
}	
    
#footer_top li.sns_area a {
    color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    display: block;
    line-height: 1.0;
}
    
@media only screen and (max-width: 767px){
.footer_area {
    font-size: 12px;
    padding: 30px 0;
}			
    
#footer_top li.im_logo img {
    width: 180px;
}
}
    
#footer_bottom {
    align-items: center;
    width: 100%;
}	
    
#footer_bottom ul {
    margin-bottom: 30px;
    text-align: center;
}
    
#footer_bottom ul li {
    display: inline-block;
}

#footer_bottom ul li + li {
    padding-left: 16px;
    border-left: 1px solid #ccc;
    margin-left: 16px;
}
    
#footer_bottom a {
    text-decoration: none;
    color: inherit;
}
    
#footer_bottom a:hover {
    text-decoration: underline;
}
    
@media only screen and (max-width: 767px){	
#footer_bottom ul {
    margin-bottom: 20px;
    text-align: left;
}	
    
#footer_bottom ul li {
    display: block;
}
    
#footer_bottom ul li + li {
    padding: 0;
    border-left: 0;
    margin-left: 0;
}
    
#footer_bottom ul li + li {
    border: 0;
    margin-top: 20px;
}
    
#footer_bottom ul li {
    padding: 0; 
}
}
    
/*--------------------------------------------------------------
        section Form
--------------------------------------------------------------*/
#sec_form .form_note {
    display: inline-block;
    padding: 1.5em 0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    color: #333;
    font-weight: bold;
}

.main-visual {
    background-image: url(./img/main-visual.jpg);
    background-size: cover;
}
/* kv */
.kv{
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv .main-copy{
    line-height: 100px !important;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}

.kv .sub-copy{
    font-weight: 100;
    color: white;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: -30px;
    letter-spacing: 0px;
    padding: 0 15px;
}

/* video */
.video{
    width: 100%;
    height: 100vh;
    background: url(../img/kv-alternative.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(16, 57, 75, .3);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.main_menu a.navbar-brand {
    background: url() no-repeat left top;
}
.menu_fixed a.navbar-brand {
    background: url(https://www.infomart.co.jp/web/jp/images/pr/asp_logo.svg) no-repeat left top;
}
a.btn-border {
    border: 5px solid #fff;
    color: #fff;
    border-radius: 25px;
    padding: 10px 35px;
    background: transparent;
    margin-top: 10px;
    font-weight: 700;
}

a.btn-border:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.catch-copy {
    text-align: center;
    position: relative;
    top: -30px;
}

.problem-list {
    list-style: none !important;
}

.bgcolor_lead {
    background-color: #f3f3f3;
}
.mt-3_span {
    font-weight: 700;
}
.contact_text {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    padding: 1.5rem 1rem;
    margin: -50px 0 50px 0;
}

.contact_text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hr {
    width: 100%;
    background-color: #212529;
    height: 10px;
    margin: 0 auto;
}

.product-btn,
a.product-btn {
    color: #fff;
    margin-top: auto;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
}
.wrapper-btn-pos-fix {
    display: flex;justify-content: space-between;
    }
.item-btn-pos-fix {
    display: flex;flex-direction: column;
}

.product-btn:hover {
    box-shadow: 0px 0px 3px 3px rgb(126 126 126 / 40%) !important;
    border-color: transparent !important;
}


/*--------------------------------------------------------------
    Scroll to top
--------------------------------------------------------------*/	
.pagetop {
    position: fixed;
    display: none;
    bottom: 7px; 
    right: 7px;
    z-index: 999;
}

.pagetop a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background-color: #FFF;
    color:#272727;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(181,181,181,.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.8;
}

.pagetop a:hover,
.pagetop a:active {
    opacity: 1;
}
.fa-angle-up:before {
    content: "\f106";
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

@media only screen and (max-width: 767px) {
    .catch-copy {
        top: -80px;
    }
    .h1_1 {
        font-weight: 500;
        letter-spacing: -1.5px;
        font-size: 50px;
        position: relative;
        top: 110px;
    }
    .h1_1_1 {
        font-size: 28px;
        position: relative;
        top: 49px;
        letter-spacing: 0px;
        font-weight: 100;
    }
    .h1_2 {
        position: relative;
        top: 13px;
        font-weight: 500;
        font-size: 125px;
    }
    .h1_3 {
        position: relative;
        top: -40px;
        left: -7px;
        font-size: 34px;
        letter-spacing: -2px;
    }
    .h1_kakko1 {
        font-weight: 400;
        font-size: 125px;
        margin-right: 30px;
    }
    
    .h1_kakko2 {
        font-weight: 400;
        font-size: 125px;
        margin-left: 30px;
    }
    .kv .sub-copy {
        font-size: 16px;
        top: -55px;
    }
    .fv_btn {
        position: relative;
        top: -45px;
    }
    .video {
        visibility: hidden;
    }
    .kv {
        background-image: url(../image/fv_img.jpg);
    }
}

@media only screen and (min-width: 768px) {
    .main-visual {
        font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium" !important;
    }
    .h1_1 {
        font-weight: 700;
        letter-spacing: -1.5px;
        font-size: 70px;
        position: relative;
        top: 80px;
    }
    .h1_1_1 {
        font-size: 33px;
        position: relative;
        top: 22px;
        letter-spacing: 0px;
        font-weight: 100;
    }
    .h1_2 {
        position: relative;
        top: 7px;
        font-weight: 900;
        font-size: 150px;
    }
    .h1_3 {
        position: relative;
        top: -29px;
        left: -7px;
        font-size: 42.5px;
        letter-spacing: -2px;
    }
    .h1_kakko1 {
        font-weight: 900;
        font-size: 150px;
        margin-right: 30px;
    }
    
    .h1_kakko2 {
        font-weight: 900;
        font-size: 150px;
        margin-left: 30px;
    }
}

/* FVフォントサイズ調整 */
@media all and (min-width: 1400px) {
    .kv .main-copy{
        line-height: 125px !important;
        line-height: 1;
        letter-spacing: .2em;
    }
    
    .kv .sub-copy{
        font-weight: 100;
        font-size: 28px;
        text-align: center;
        position: relative;
        top: -30px;
        letter-spacing: 0px;
        padding: 0 15px;
        line-height: 30px;
    }

    .h1_1 {
        font-weight: 700;
        letter-spacing: -1.5px;
        font-size: 100px;
        position: relative;
        top: 90px;
        font-size: 100px;
    }
    .h1_1_1 {
        font-size: 40px;
        position: relative;
        top: 20px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 40px;
    }
    .h1_2 {
        position: relative;
        top: 5px;
        font-weight: 900;
        font-size: 200px;
    }
    .h1_3 {
        position: relative;
        top: -35px;
        left: -7px;
        font-size: 50px;
        letter-spacing: -2px;
    }
    .h1_kakko1 {
        font-weight: 900;
        font-size: 200px;
        margin-right: 30px;
    }
    
    .h1_kakko2 {
        font-weight: 900;
        font-size: 200px;
        margin-left: 30px;
    }

    a.btn-border {
        border: 5px solid #fff;
        color: #fff;
        border-radius: 35px;
        padding: 10px 35px;
        background: transparent;
        margin-top: 30px;
        font-weight: 700;
        font-size: 24px;
    }
}