@charset "UTF-8";
/* CSS Document */


/* Margin bottom */
.b05{margin-bottom:5px !important;}
.b08{margin-bottom:8px !important;}
.b10 {margin-bottom:10px !important;}
.b15 {margin-bottom:15px !important;}
.b20 {margin-bottom:20px !important;}
.b25 {margin-bottom:25px !important;}
.b30 {margin-bottom:30px !important;}
.b35 {margin-bottom:35px !important;}
.b40 {margin-bottom:40px !important;}

/* Font size */
.txt08 {font-size:0.8em;}
.txt09 {font-size:0.9em;}
.txt10 {font-size:1.0em;}
.txt11 {font-size:1.1em;}
.txt12 {font-size:1.2em;}
.txt13 {font-size:1.3em;}
.txt14 {font-size:1.4em;}
.txt15 {font-size:1.5em;}
.txt16 {font-size:1.6em;}


.bold{font-weight:bold;}

.bg-light {
   background: #f0f2f4;
}

/* Button */
.btn {
   border-radius: 2.25em;
   padding: 14px 70px;
}

.btn-primary {
   background-color: #f6cb35;
   border-color: #f6cb35;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
   background-color:#efc534!important;
   border-color:#efc534!important;
   color:#fff
}


/* Frame 
====================== */
@media (min-width: 768px) {
   section {
      padding: 120px 0;
   }
}



/* Header 
====================== */

/* Logo */
@media (min-width: 992px) {
   .navbar-brand {
      width: 300px;
      height: auto;
   }
}
/* Logo */
@media (max-width: 991px) {
   .navbar-brand {
      width: 240px;
      height: auto;
   }
}


/* Frame */
@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #111111;
    }
}


#mainNav .navbar-toggler {
    background-color: #f6cb35;
}



/* Title */
section h3.section-subheading {
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
	font-style: normal;
}

section .ttl.text-center {
    margin-bottom: 60px;
}

section h3.section-subheading {
    margin-bottom: 0px;
}


/* Table */
.table td, .table th {
    border: none;
}



footer .list-inline.social-buttons li {
    text-align: center;
}

@media (min-width: 991px) {
	footer .list-inline.social-buttons {
		padding-left: 100px;
    }
}
@media (min-width: 768px) {
	footer .list-inline.social-buttons {
		display: flex;
    }
	footer .linkedin {
		order: 3;
	}
	footer .facebook {
		order: 2;
	}
	footer .twitter {
		order: 1;
	}

	footer {
        text-align: left;
    }
    footer .list-inline.social-buttons li {
    	float: right;
        margin-left: 10px;
    	margin-right: 0;
		display: inline-block;
		width: 50px;
    }
}



header.masthead {
    background-image: url("../img/main/img-main.jpg");
}


/* KV */
@media (max-width: 768px) {
   header.masthead {
      background-image: url("../img/main/img-main-sp.jpg");
   }
   header.masthead .intro-text {
      padding-top: 240px;
      padding-bottom: 220px;
   }
}
@media (min-width: 768px){
header.masthead .intro-text {
	padding-top: 350px;
	padding-bottom: 350px;
}
}




/* About 
=====================================*/
@media (min-width: 768px) {
    section#about {
        padding: 150px 0 120px;
    }
}



/* Service 
=====================================*/
#service .service-item .portfolio-caption h4 {
    font-size: 1em;
	margin-bottom: 10px;	
}

#service .service-item .portfolio-caption p {
    font-size: 1em;
	line-height: 1.4;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 400;
}

/* Modal */
.service-modal .modal-content h2 {
    font-size: 2.5em;
    margin-bottom: 12px;
}
.service-modal .modal-content p.item-intro {
    font-size: 1.2em;
	line-height: 1.6;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 400;
}


/* News 
=====================================*/
.informationTopics dl {
    position: relative;
    line-height: 1.5;
	margin-bottom: 8px;
}
.informationTopics dl a {
    color: #666;
	text-decoration: underline;
}
.informationTopics dl a:hover {text-decoration: none; }

@media print, screen and (min-width: 768px) {
    .informationTopics dl { font-size: 14px; }
    .informationTopics.dateBlock dl dt { padding: 0.7em 0.7em 0; }
    .informationTopics.dateBlock dl dd { padding: 0.5em 0.7em 0.7em; }
    .informationTopics.dateInline dl dt {
        display: table-cell;
        white-space: nowrap;
        padding: 8px;
    }
    .informationTopics.dateInline dl dd {
        display: table-cell;
        padding: 8px;
    }
}

@media screen and (max-width: 767px) {
    .informationTopics dl {
        padding: 10px 0;
        font-size: 14px;
    }
    .informationTopics dl dt {
        margin-bottom: 0.5em;
        padding: 0 5px;
    }
    .informationTopics dl dd { padding: 0 5px; }
}



/* link 
=====================================*/

section.py-5 .img-fluid {
    max-height: 40px;
}

@media print, screen and (max-width: 768px) {
   .py-5 .col-md-4.col-sm-6 {
      margin-bottom: 20px;
   }
   .pb-5, .py-5 {
      padding-bottom: 2rem!important;
   }
}



/* Contact 
=====================================*/
.text-contact {
   color: #aaa;
}

.text-danger {
    color: #f1152a!important;
}