@charset "UTF-8";
/*
ThemeName: 慎和不動産研究
Author: Takeuchi
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/classy-nav.min.css);
@import url(css/audioplayer.css);

/* Base CSS */
* {
margin: 0;
padding: 0; }

body {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px; }


.eng-font{
font-family: "Noto Serif JP", serif;
}

.eng-sub-font{
font-family: "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #1b1b1b;
line-height: 1.3;
font-weight: 500; }

p {
color: #000;
font-size: 1rem;
line-height: 1.8;
font-weight: 400; }

a,
a:hover,
a:focus {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
text-decoration: none;
outline: 0 solid transparent;
color: #1b1b1b;
font-weight: 500;
font-size: 16px; }

ul,
ol {
margin: 0; }
ul li,
ol li {
list-style: none; }

img {
height: auto;
max-width: 100%; }

/* Spacing */
.mt-15 {
margin-top: 15px !important; }

.mt-30 {
margin-top: 30px !important; }

.mt-50 {
margin-top: 50px !important; }

.mt-70 {
margin-top: 70px !important; }

.mt-100 {
margin-top: 100px !important; }

.mb-15 {
margin-bottom: 15px !important; }

.mb-30 {
margin-bottom: 30px !important; }

.mb-50 {
margin-bottom: 50px !important; }

.mb-70 {
margin-bottom: 70px !important; }

.mb-100 {
margin-bottom: 100px !important; }

.ml-15 {
margin-left: 15px !important; }

.ml-30 {
margin-left: 30px !important; }

.ml-50 {
margin-left: 50px !important; }

.mr-15 {
margin-right: 15px !important; }

.mr-30 {
margin-right: 30px !important; }

.mr-50 {
margin-right: 50px !important; }

/* Height */
.height-400 {
height: 400px !important; }

.height-500 {
height: 500px !important; }

.height-600 {
height: 600px !important; }

.height-700 {
height: 700px !important; }

.height-800 {
height: 800px !important; }

/* Section Padding */
.section-padding-100 {
padding-top: 100px;
padding-bottom: 100px; }

.section-padding-100-0 {
padding-top: 100px;
padding-bottom: 0; }

.section-padding-0-100 {
padding-top: 0;
padding-bottom: 100px; }

.section-padding-100-70 {
padding-top: 100px;
padding-bottom: 70px; }

/* Preloader */
#preloader {
background-color: #ffffff;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
#preloader .circle {
-webkit-box-flex: 0;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
max-width: 75px;
width: 75px;
height: 75px;
text-align: center;
line-height: 65px;
animation: spin 4s infinite linear; }
@-webkit-keyframes spin {
0% {
border-color: rgba(172, 138, 116, 0.1); }
50% {
border-color: #00B0F0; }
100% {
border-color: rgba(172, 138, 116, 0.1); } }
@keyframes spin {
0% {
border-color: rgba(172, 138, 116, 0.1); }
50% {
border-color: #00B0F0; }
100% {
border-color: rgba(172, 138, 116, 0.1); } }
/* Section Heading */
.section-heading {
position: relative;
z-index: 1;
max-width: 800px;
margin-bottom: 90px; }
.section-heading img {
margin-bottom: 15px; }
.section-heading h3 {
font-size: 36px;
margin-bottom: 10px;
font-weight: 500; }
@media only screen and (max-width: 767px) {
.section-heading h3 {
font-size: 24px; } }
.section-heading p {
margin-bottom: 0;
font-size: 16px;
color: #a6a6a6; }
.section-heading.text-left {
text-align: left !important; }
.section-heading.white h3 {
color: #ffffff; }

/* Miscellaneous */
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }

.bg-white {
background-color: #ffffff !important; }

.bg-dark {
background-color: #000000 !important; }

.bg-gray{
background-color: #F7F6F6 !important; 
}

.bg-transparent {
background-color: transparent !important; }

.font-bold {
font-weight: 700; }

.font-light {
font-weight: 300; }

.bg-overlay,
.foo-bg-overlay {
position: relative;
z-index: 2;
background-position: center center;
background-size: cover; }
.bg-overlay::after,
.foo-bg-overlay::after {
/* background-color: rgba(0, 0, 0, 0.6); */
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: ""; }

.foo-bg-overlay::after {
background-color: rgba(0, 93, 126, 0.7); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #ffffff;
right: 0;
padding-right: 0;
width: 30px;
height: 30px;
background-color: #00B0F0;
line-height: 30px;
text-align: center;
position: absolute;
top: 0;
right: -30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0; } }
@media only screen and (max-width: 767px) {
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0; } }

input:focus,
textarea:focus {
outline: none;
box-shadow: none;
border-color: transparent; }

/* ScrollUp */
#scrollUp {
background-color: #00B0F0;
border-radius: 0;
bottom: 60px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
color: #ffffff;
font-size: 24px;
height: 40px;
line-height: 38px;
right: 60px;
text-align: center;
width: 40px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms; }
#scrollUp:hover {
background-color: #1b1b1b; }
@media only screen and (max-width: 767px) {
#scrollUp {
bottom: 30px;
right: 30px; } }

/* Button */
.faith-btn {
display: inline-block;
min-width: 150px;
height: 60px;
background-color: #00B0F0;
color: #ffffff;
border: none;
border-radius: 0;
padding: 0 30px;
font-size: 14px;
line-height: 60px;
-webkit-transition: all 500ms;
transition: all 500ms;
font-weight: 400;
text-transform: capitalize; }
.faith-btn.active, .faith-btn:hover, .faith-btn:focus {
font-size: 14px;
font-weight: 400;
color: #ffffff;
background-color: #1b1b1b; }
.faith-btn.active:hover, .faith-btn.active:focus {
color: #ffffff;
background-color: #00B0F0; }
.faith-btn.btn-2 {
border: 2px solid #1b1b1b;
color: #1b1b1b;
background-color: transparent;
line-height: 56px; }
.faith-btn.btn-2:hover, .faith-btn.btn-2:focus {
border: 2px solid #00B0F0;
background-color: #00B0F0;
color: #ffffff; }
.faith-btn.btn-3 {
border: 2px solid #00B0F0;
color: #00B0F0;
background-color: transparent;
line-height: 56px; }
.faith-btn.btn-3:hover, .faith-btn.btn-3:focus {
border: 2px solid #1b1b1b;
background-color: #1b1b1b;
color: #ffffff; }

/* :: 4.0 Search Wrapper Area CSS */
.search-wrapper {
position: fixed;
width: 570px;
height: 100%;
z-index: 1500;
top: 0;
right: -600px;
background-color: #1b1b1b;
padding: 0 60px;
box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
-webkit-transition: 1000ms;
transition: 1000ms; }
@media only screen and (max-width: 767px) {
.search-wrapper {
width: 320px;
right: -350px;
padding: 0 20px; } }
.search-wrapper .close--icon {
width: 40px;
height: 40px;
position: absolute;
z-index: 100;
top: 0;
right: 0;
background-color: #00B0F0;
color: #ffffff;
text-align: center;
line-height: 40px;
cursor: pointer;
font-size: 18px; }
.search-wrapper .search-logo {
position: absolute;
top: 50px;
width: 100%;
text-align: center;
z-index: 10; }
.search-wrapper .search-form {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%; }
.search-wrapper .search-form form {
position: relative;
z-index: 1; }
.search-wrapper .search-form input {
width: 100%;
height: 50px;
background-color: #00B0F0;
border: none;
border-radius: 30px;
padding: 0 30px; }
.search-wrapper .search-form button {
position: absolute;
width: 80px;
height: 50px;
background-color: #00B0F0;
color: #ffffff;
top: 0;
right: 0;
border: none;
border-radius: 30px;
cursor: pointer;
outline: none; }
.search-wrapper .copywrite-text {
position: absolute;
bottom: 50px;
z-index: 10;
width: 100%;
text-align: center; }
.search-wrapper .copywrite-text p {
margin-bottom: 0;
color: #ffffff;
font-size: 14px; }
.search-wrapper .copywrite-text p a {
font-size: 14px;
color: #00B0F0; }
.search-wrapper.on {
right: 0; }

/* :: 5.0 Header Area CSS */
.header-area {
position: relative;
z-index: 100;
width: 100%; }
.header-area .top-header {
width: 100%;
height: 60px;
background-color: #1b1b1b; }
.header-area .top-header .next-events-countdown p {
margin-bottom: 0;
color: #00B0F0;
font-size: 14px;
margin-right: 20px;
font-weight: 400; }
@media only screen and (max-width: 767px) {
.header-area .top-header .next-events-countdown p {
font-size: 12px; } }
.header-area .top-header .next-events-countdown .events-cd {
color: #ffffff;
font-weight: 400; }
@media only screen and (max-width: 767px) {
.header-area .top-header .next-events-countdown .events-cd {
font-size: 12px; } }
.header-area .top-header .next-events-countdown .events-cd span {
color: #878787; }
.header-area .faith-main-menu {
position: relative;
width: 100%;
z-index: 100;
height: 80px;
background-color: #ffffff; }
.header-area .faith-main-menu .classy-nav-container {
background-color: transparent; }
.header-area .faith-main-menu .classy-navbar {
height: 80px;
padding: 0; }

.header-area .faith-main-menu .classy-navbar .classynav ul li a {
padding: 0 15px;
display: block;
height: 80px;
font-size: 1rem;
line-height: 80px;
font-weight: 500; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .faith-main-menu .classy-navbar .classynav ul li a {
height: 50px;
line-height: 45px; } }
@media only screen and (max-width: 767px) {
.header-area .faith-main-menu .classy-navbar .classynav ul li a {
height: 50px;
line-height: 45px; } }
.header-area .faith-main-menu .classy-navbar .classynav ul li a:hover, .header-area .faith-main-menu .classy-navbar .classynav ul li a:focus {
color: #ffffff;
background-color: #00B0F0; }
.header-area .faith-main-menu .classy-navbar .classynav ul li a:hover::after, .header-area .faith-main-menu .classy-navbar .classynav ul li a:focus::after {
color: #ffffff; }
.header-area .faith-main-menu .classynav ul li .dropdown li a,
.header-area .faith-main-menu .classynav ul li .megamenu li a {
font-size: 14px;
height: 38px;
line-height: 38px; }
.header-area .faith-main-menu .classynav ul li .dropdown li a::after,
.header-area .faith-main-menu .classynav ul li .megamenu li a::after {
top: 3px; }
.header-area .faith-main-menu .classynav .search-btn {
width: 160px;
text-align: center;
display: inline-block;
height: 80px;
line-height: 80px;
cursor: pointer;
-webkit-transition: all 500ms;
transition: all 500ms; }
.header-area .faith-main-menu .classynav .search-btn:hover {
color: #ffffff;
background-color: #1b1b1b; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .faith-main-menu .classynav .search-btn {
width: 100%;
background-color: #333;
color: #ffffff; } }
@media only screen and (max-width: 767px) {
.header-area .faith-main-menu .classynav .search-btn {
width: 100%;
background-color: #333;
color: #ffffff; } }
.donate-btn a i{
font-weight:700;
font-size:1.6rem;
vertical-align: -5px;
padding-right: 10px;}
.header-area .faith-main-menu .classynav .donate-btn a {
text-align: center;
width: 160px;
display: inline-block;
padding: 0 15px;
height: 80px;
line-height: 80px;
color: #ffffff;
background-color: #00B0F0; }
.header-area .faith-main-menu .classynav .donate-btn a:hover {
color: #ffffff;
background-color: #1b1b1b; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .faith-main-menu .classynav .donate-btn a {
width: 100%; } }
@media only screen and (max-width: 767px) {
.header-area .faith-main-menu .classynav .donate-btn a {
width: 100%; } }
.header-area .is-sticky .faith-main-menu {
z-index: 3000 !important;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); }

/* hero Area */

.hero-area{
position:relative;
}

.hero-area .top-chatch-area{
position:absolute;
bottom:60px;
left:0;
z-index:1;
padding:40px;
background:#FFF;
border-radius:10px;
}

.hero-area .top-chatch-area h2{
font-size:2.8rem;
line-height:1.5;
}

.hero-area .top-chatch-area h3{
font-size:1.2rem;
margin-top:20px;
line-height:1.5;
}

.hero-slides {
position: relative;
z-index: 1; }
.hero-slides .single-hero-slide {
width: 95%;
height: 600px;
position: relative;
margin-left:auto;
z-index: 1; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slides .single-hero-slide {
height: 600px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slides .single-hero-slide {
height: 600px; } }
@media only screen and (max-width: 767px) {
.hero-slides .single-hero-slide {
height: 550px; } }
@media only screen and (max-width: 525px) {
.hero-slides .single-hero-slide {
height: 55vh; } }
.hero-slides .single-hero-slide .hero-slides-content .date {
min-width: 100px;
padding: 0 15px;
height: 35px;
line-height: 35px;
background-color: #00B0F0;
display: inline-block;
color: #ffffff;
margin-bottom: 30px; }
.hero-slides .single-hero-slide .hero-slides-content h3 {
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0.2rem;
color: #ffffff; }
@media only screen and (max-width: 767px) {
.hero-slides .single-hero-slide .hero-slides-content h3 {
font-size: 24px; } }
.hero-slides .single-hero-slide .hero-slides-content h2 {
font-size: 72px;
font-weight: 400;
letter-spacing: 0.2rem;
color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slides .single-hero-slide .hero-slides-content h2 {
font-size: 48px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slides .single-hero-slide .hero-slides-content h2 {
font-size: 42px; } }
@media only screen and (max-width: 767px) {
.hero-slides .single-hero-slide .hero-slides-content h2 {
font-size: 30px; } }
.hero-slides .single-hero-slide .hero-slides-content p {
color: #ffffff;
margin-bottom: 0; }
.hero-slides .single-hero-slide .next-event-btn {
width: 100%;
position: absolute;
z-index: 10;
top: 50px;
right: 0;
height: auto; }
.hero-slides .owl-prev,
.hero-slides .owl-next {
background-color: #00B0F0;
width: 40px;
height: 96px;
line-height: 95px;
color: #ffffff;
top: 50%;
margin-top: -48px;
left: 0;
position: absolute;
z-index: 10;
text-align: center;
font-size: 26px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms; }
.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
background-color: #1b1b1b;
color: #00B0F0; }
@media only screen and (max-width: 767px) {
.hero-slides .owl-prev,
.hero-slides .owl-next {
opacity: 0;
visibility: hidden; } }
.hero-slides .owl-next {
left: auto;
right: 0; }
.hero-slides .owl-dots {
position: absolute;
bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
width: 1140px;
z-index: 10; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slides .owl-dots {
width: 930px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slides .owl-dots {
width: 700px; } }
@media only screen and (max-width: 767px) {
.hero-slides .owl-dots {
width: 300px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
.hero-slides .owl-dots {
width: 440px; } }
.hero-slides .owl-dots .owl-dot {
color: #ffffff;
font-size: 14px;
margin: 0 2px; }
.hero-slides .owl-dots .owl-dot.active {
color: #00B0F0; }
@media only screen and (max-width: 767px) {
.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
opacity: 1;
visibility: visible; } }

/* News css */

.news-area .container-fluid{
	text-align:center;
	padding:0!important;
}

.news-area .news-wapper a{
	font-size:1rem;
	display:block;
	height:auto;
	color:#000;
	background:#F0F1F3;
	padding: 0px;
    height: 50px;
    line-height: 3;
}

.news-area a i{
	font-size:1.1rem;
}


/* About  CSS */

.about-area .contants-catch p{
font-size:2rem;
}

.contants-catch p{
font-weight:700;
}

/* strengths  CSS */

.strengths-area .contants-catch p{
font-size:1.6rem;
}

.strengths-box{
position:relative;
padding:30px;
background:#FFF;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
min-height:660px;
}

.strengths-box > p:first-of-type{
position:absolute;
font-size:1.2rem;
line-height: 1;
text-align:center;
font-weight:700;
top: -25px;
left: 25px;
}

.strengths-box > p:first-of-type span{
display:block;
font-size:3.4rem;
}

.strengths-box h4{
padding:10px 15px;
font-size:1.4rem;
text-align:center;
font-weight:700;
}

.strengths-box h4 img{
width: 60px;
    display: inline-block;
    padding-right: 15px;
}

/* company  CSS */

.company-area{
padding-bottom:220px;
}

.company-area h2.sec-title{
font-size:2rem;
}

.company-area .company-info-box table{
width:100%;
margin-top:30px;
}

.company-area .company-info-box table th{
width:30%;
padding:10px 15px;
}

.company-area .company-info-box table td{
width:70%;
padding:10px 15px;
}

.company-area .row{
position: relative;
}

.company-info-box{
padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  width: 55vw;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* info  CSS */

.info-area h2.sec-title{
font-size:2rem;
margin-bottom:40px;
}

p.top-tel,p.top-fax{
font-size:2rem;
font-weight:700;
margin:0;
padding-left:15px;
}

.info-area p.top-fax{
margin-bottom:20px;
border-bottom: solid 1px;
padding-bottom: 20px;
}

.day-box{
display:flex;
}

.day-box > div{
padding:0 10px;
}

.h-match{
min-height:380px;
}

/* Footer */
.main-footer-area {
position: relative;
z-index: 1; }
.main-footer-area .footer-widget .widget-title {
margin-bottom: 45px; }
.main-footer-area .footer-widget .widget-title h6 {
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
color: #ffffff;
margin-top: 8px;
text-transform: capitalize; }
.main-footer-area .footer-widget p {
color: #c9c9c9;
line-height: 2; }
.main-footer-area .footer-widget .footer-social-info {
margin-top: 55px;
display: block;
margin-bottom: 280px; }
@media only screen and (max-width: 767px) {
.main-footer-area .footer-widget .footer-social-info {
margin-bottom: 50px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
.main-footer-area .footer-widget .footer-social-info {
margin-bottom: 280px; } }
.main-footer-area .footer-widget .footer-social-info a {
display: inline-block;
color: #00B0F0;
margin-right: 25px;
font-size: 15px; }
.main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
color: #ffffff; }
.main-footer-area .footer-widget .single-contact-area p {
margin-bottom: 30px;
color: #00B0F0;
border-bottom: 1px solid #00B0F0;
display: inline-block; }
.main-footer-area .footer-widget .single-contact-area span {
color: #c9c9c9;
display: block; }
.main-footer-area .footer-widget .useful-links li {
display: inline;
padding:10px 15px; }
.main-footer-area .footer-widget .useful-links li a {
font-size: 1.1rem;
color: #c9c9c9;
display: inline-block;
margin-bottom: 15px;
border-bottom: 1px solid transparent; }
.main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
color: #00B0F0;
border-bottom: 1px solid #00B0F0;
display: inline-block; }
.main-footer-area .copywrite-text {
text-align:center;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
margin-bottom:30px; }
.main-footer-area .copywrite-text p {
font-size: 12px;
color: #FFF; }
.main-footer-area .copywrite-text p a {
color: #00B0F0;
font-size: 12px; }
.main-footer-area .copywrite-text p a:hover, .main-footer-area .copywrite-text p a:focus {
color: #ffffff; }


/* Accordians */
.single-accordion.panel {
background-color: #ffffff;
border: 0 solid transparent;
border-radius: 4px;
box-shadow: 0 0 0 transparent;
margin-bottom: 15px; }
.single-accordion:last-of-type {
margin-bottom: 0; }
.single-accordion h6 {
margin-bottom: 0;
text-transform: uppercase; }
.single-accordion h6 a {
border-radius: 0;
background-color: #eff4f6;
color: #1b1b1b;
border: 2px solid #00B0F0;
display: block;
margin: 0;
padding: 20px 60px 20px 20px;
position: relative;
font-size: 14px;
text-transform: capitalize;
font-weight: 600; }
.single-accordion h6 a span {
font-size: 10px;
position: absolute;
right: 20px;
text-align: center;
top: 23px; }
.single-accordion h6 a span.accor-open {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0); }
.single-accordion h6 a.collapsed {
background-color: #eff4f6;
color: #5a5a5a;
border: 2px solid #eff4f6; }
.single-accordion h6 a.collapsed span.accor-close {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0); }
.single-accordion h6 a.collapsed span.accor-open {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100); }
.single-accordion .accordion-content {
border-top: 0 solid transparent;
box-shadow: none; }
.single-accordion .accordion-content p {
padding: 20px 15px 5px;
margin-bottom: 0; }

/* Tabs CSS*/
.faith-tabs-content {
position: relative;
z-index: 1; }
.faith-tabs-content .nav-tabs {
border-bottom: none;
margin-bottom: 50px; }
.faith-tabs-content .nav-tabs .nav-link {
background-color: #eff4f6;
color: #5a5a5a;
border: 2px solid #eff4f6;
padding: 0 15px;
height: 50px;
line-height: 50px;
margin: 0 2px;
border-radius: 0;
font-size: 14px;
font-weight: 600;
line-height: 46px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.faith-tabs-content .nav-tabs .nav-link {
padding: 0 10px; } }
@media only screen and (max-width: 767px) {
.faith-tabs-content .nav-tabs .nav-link {
padding: 0 10px;
margin-bottom: 5px; } }
.faith-tabs-content .nav-tabs .nav-link.active {
background-color: transparent;
color: #1b1b1b;
border: 2px solid #00B0F0; }
.faith-tabs-content .tab-content h6 {
font-size: 18px; }
@media only screen and (max-width: 767px) {
.faith-tabs-content .faith-tab-text {
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.faith-tabs-content .faith-tab-text .tab-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 170px;
flex: 0 0 170px;
max-width: 170px;
width: 170px;
margin-right: 15px; }
@media only screen and (max-width: 767px) {
.faith-tabs-content .faith-tab-text .tab-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
margin-bottom: 15px; } }
.faith-tabs-content .faith-tab-text .tab-thumb img {
width: 100%; }

/* ####################
GROWUP ADD CSS
#################### */

.hero-slides .owl-dots{
display:none;/* Swiperのナビを表示するときには削除する*/
}

h2.sec-title{
font-weight:700;
font-size:2.4rem;
}

h3.sec-sub-title{
font-weight:400;
display: inline-block;
position: relative;
padding-right: 1em;
}

h3.sec-sub-title:after {
content: "";
display: inline-block;
width: 100px;
height: 1px;
background: #00B0F0;
margin-left: 0.5em;
vertical-align: middle; 
}

span.tel-name{
font-size:1.7rem;
}

.nav-brand img{
width:250px;
height:auto;
}

.footer-widget img{
width:220px;
height:auto;
}

.sp-only{
display:none;
}

@media only screen and (max-width: 991px) {
.info-area-r{
margin-top:60px;
}
.company-info-box{
width:70vw;
}
.hero-area .top-chatch-area h2{
font-size:2rem;
}
.hero-area .top-chatch-area h3{
font-size:0.9rem;
}
}

@media only screen and (max-width: 767px) {
.pc-only{
display:none;
}
.sp-only{
display:block;
}
.strengths-box{
min-height:auto;
}
.company-info-box{
position:static;
width:100%!important;
}
.company-area{
padding-bottom:100px;
}
.company-area .mt-70{
margin-top:0!important;
}
.company-area .company-info-box table th,.company-area .company-info-box table td{
display:block;
width:100%;
font-size:1rem;
}
.company-area .company-info-box table th{
padding-bottom:0;
}
.company-area .company-info-box table td{
padding-top:0;
}
.h-match{
min-height:auto;
}
.hero-area .top-chatch-area{
bottom:-40px;
}
}

@media only screen and (max-width: 525px) {
.hero-area .top-chatch-area{
padding:30px;
}
.hero-area .top-chatch-area h2{
font-size:1.6rem;
}
.hero-area .top-chatch-area h3{
font-size:0.8rem;
}
h2.sec-title{
font-size:1.8rem;
}
.works-area .sec02 p span{
margin-bottom:5px;
}
}